@syncfusion/ej2-vue-spreadsheet 19.4.56 → 20.1.50
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.
- package/CHANGELOG.md +42 -0
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es2015.js +2 -2
- package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-spreadsheet.es5.js +2 -2
- package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +8 -8
- package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
- package/src/spreadsheet/spreadsheet.component.js +2 -2
- package/styles/bootstrap-dark.css +13 -5
- package/styles/bootstrap.css +13 -5
- package/styles/bootstrap4.css +13 -5
- package/styles/bootstrap5-dark.css +36 -9
- package/styles/bootstrap5.css +36 -9
- package/styles/fabric-dark.css +13 -5
- package/styles/fabric.css +13 -5
- package/styles/fluent-dark.css +5504 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +5504 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +13 -5
- package/styles/highcontrast.css +13 -5
- package/styles/material-dark.css +13 -7
- package/styles/material.css +13 -7
- package/styles/ribbon/fluent-dark.css +218 -0
- package/styles/ribbon/fluent-dark.scss +1 -0
- package/styles/ribbon/fluent.css +218 -0
- package/styles/ribbon/fluent.scss +1 -0
- package/styles/ribbon/tailwind-dark.css +2 -2
- package/styles/ribbon/tailwind.css +2 -2
- package/styles/spreadsheet/bootstrap-dark.css +13 -5
- package/styles/spreadsheet/bootstrap.css +13 -5
- package/styles/spreadsheet/bootstrap4.css +13 -5
- package/styles/spreadsheet/bootstrap5-dark.css +36 -9
- package/styles/spreadsheet/bootstrap5.css +36 -9
- package/styles/spreadsheet/fabric-dark.css +13 -5
- package/styles/spreadsheet/fabric.css +13 -5
- package/styles/spreadsheet/fluent-dark.css +5285 -0
- package/styles/spreadsheet/fluent-dark.scss +1 -0
- package/styles/spreadsheet/fluent.css +5285 -0
- package/styles/spreadsheet/fluent.scss +1 -0
- package/styles/spreadsheet/highcontrast-light.css +13 -5
- package/styles/spreadsheet/highcontrast.css +13 -5
- package/styles/spreadsheet/material-dark.css +13 -7
- package/styles/spreadsheet/material.css +13 -7
- package/styles/spreadsheet/tailwind-dark.css +166 -213
- package/styles/spreadsheet/tailwind.css +166 -213
- package/styles/tailwind-dark.css +168 -215
- package/styles/tailwind.css +168 -215
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-spreadsheet/styles/spreadsheet/fluent.scss';
|
|
@@ -226,10 +226,18 @@
|
|
|
226
226
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
|
|
227
227
|
float: left;
|
|
228
228
|
margin-right: 2.8%;
|
|
229
|
-
margin-right: 2.8%;
|
|
230
229
|
width: 80%;
|
|
231
230
|
}
|
|
232
231
|
|
|
232
|
+
.e-spreadsheet .e-custom-format-dlg .e-footer-content {
|
|
233
|
+
padding: 0;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.e-spreadsheet .e-custom-format-dlg .e-dlg-content {
|
|
237
|
+
display: inline-table;
|
|
238
|
+
padding-top: 3px;
|
|
239
|
+
}
|
|
240
|
+
|
|
233
241
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
|
|
234
242
|
margin: 10px 10px 10px 0;
|
|
235
243
|
}
|
|
@@ -613,8 +621,8 @@
|
|
|
613
621
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
614
622
|
background-color: #400074;
|
|
615
623
|
cursor: ns-resize;
|
|
616
|
-
left: 50%;
|
|
617
624
|
position: absolute;
|
|
625
|
+
right: 50%;
|
|
618
626
|
top: 0;
|
|
619
627
|
transform: translate(-50%, -50%);
|
|
620
628
|
}
|
|
@@ -631,8 +639,8 @@
|
|
|
631
639
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
632
640
|
background-color: #400074;
|
|
633
641
|
cursor: ns-resize;
|
|
634
|
-
left: 50%;
|
|
635
642
|
position: absolute;
|
|
643
|
+
right: 50%;
|
|
636
644
|
top: 100%;
|
|
637
645
|
transform: translate(-50%, -50%);
|
|
638
646
|
}
|
|
@@ -1427,7 +1435,6 @@
|
|
|
1427
1435
|
.e-spreadsheet .e-title-dlg .e-title-dlg-content .e-input {
|
|
1428
1436
|
font-size: 14px;
|
|
1429
1437
|
line-height: 30px;
|
|
1430
|
-
padding-top: 10px;
|
|
1431
1438
|
}
|
|
1432
1439
|
|
|
1433
1440
|
.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg {
|
|
@@ -1763,8 +1770,9 @@
|
|
|
1763
1770
|
bottom: 0;
|
|
1764
1771
|
float: right;
|
|
1765
1772
|
height: 18px;
|
|
1773
|
+
margin-right: -1px;
|
|
1766
1774
|
padding: 0;
|
|
1767
|
-
position:
|
|
1775
|
+
position: relative;
|
|
1768
1776
|
right: 0;
|
|
1769
1777
|
width: 20px;
|
|
1770
1778
|
z-index: 2;
|
|
@@ -916,10 +916,18 @@
|
|
|
916
916
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
|
|
917
917
|
float: left;
|
|
918
918
|
margin-right: 2.8%;
|
|
919
|
-
margin-right: 2.8%;
|
|
920
919
|
width: 80%;
|
|
921
920
|
}
|
|
922
921
|
|
|
922
|
+
.e-spreadsheet .e-custom-format-dlg .e-footer-content {
|
|
923
|
+
padding: 0;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
.e-spreadsheet .e-custom-format-dlg .e-dlg-content {
|
|
927
|
+
display: inline-table;
|
|
928
|
+
padding-top: 3px;
|
|
929
|
+
}
|
|
930
|
+
|
|
923
931
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
|
|
924
932
|
margin: 10px 10px 10px 0;
|
|
925
933
|
}
|
|
@@ -1303,8 +1311,8 @@
|
|
|
1303
1311
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1304
1312
|
background-color: #685708;
|
|
1305
1313
|
cursor: ns-resize;
|
|
1306
|
-
left: 50%;
|
|
1307
1314
|
position: absolute;
|
|
1315
|
+
right: 50%;
|
|
1308
1316
|
top: 0;
|
|
1309
1317
|
transform: translate(-50%, -50%);
|
|
1310
1318
|
}
|
|
@@ -1321,8 +1329,8 @@
|
|
|
1321
1329
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1322
1330
|
background-color: #685708;
|
|
1323
1331
|
cursor: ns-resize;
|
|
1324
|
-
left: 50%;
|
|
1325
1332
|
position: absolute;
|
|
1333
|
+
right: 50%;
|
|
1326
1334
|
top: 100%;
|
|
1327
1335
|
transform: translate(-50%, -50%);
|
|
1328
1336
|
}
|
|
@@ -2129,7 +2137,6 @@
|
|
|
2129
2137
|
.e-spreadsheet .e-title-dlg .e-title-dlg-content .e-input {
|
|
2130
2138
|
font-size: 14px;
|
|
2131
2139
|
line-height: 30px;
|
|
2132
|
-
padding-top: 10px;
|
|
2133
2140
|
}
|
|
2134
2141
|
|
|
2135
2142
|
.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg {
|
|
@@ -2465,8 +2472,9 @@
|
|
|
2465
2472
|
bottom: 0;
|
|
2466
2473
|
float: right;
|
|
2467
2474
|
height: 18px;
|
|
2475
|
+
margin-right: -1px;
|
|
2468
2476
|
padding: 0;
|
|
2469
|
-
position:
|
|
2477
|
+
position: relative;
|
|
2470
2478
|
right: 0;
|
|
2471
2479
|
width: 20px;
|
|
2472
2480
|
z-index: 2;
|
|
@@ -952,10 +952,18 @@
|
|
|
952
952
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
|
|
953
953
|
float: left;
|
|
954
954
|
margin-right: 2.8%;
|
|
955
|
-
margin-right: 2.8%;
|
|
956
955
|
width: 80%;
|
|
957
956
|
}
|
|
958
957
|
|
|
958
|
+
.e-spreadsheet .e-custom-format-dlg .e-footer-content {
|
|
959
|
+
padding: 0;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
.e-spreadsheet .e-custom-format-dlg .e-dlg-content {
|
|
963
|
+
display: inline-table;
|
|
964
|
+
padding-top: 3px;
|
|
965
|
+
}
|
|
966
|
+
|
|
959
967
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
|
|
960
968
|
margin: 10px 10px 10px 0;
|
|
961
969
|
}
|
|
@@ -1339,8 +1347,8 @@
|
|
|
1339
1347
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1340
1348
|
background-color: #00b0ff;
|
|
1341
1349
|
cursor: ns-resize;
|
|
1342
|
-
left: 50%;
|
|
1343
1350
|
position: absolute;
|
|
1351
|
+
right: 50%;
|
|
1344
1352
|
top: 0;
|
|
1345
1353
|
transform: translate(-50%, -50%);
|
|
1346
1354
|
}
|
|
@@ -1357,8 +1365,8 @@
|
|
|
1357
1365
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1358
1366
|
background-color: #00b0ff;
|
|
1359
1367
|
cursor: ns-resize;
|
|
1360
|
-
left: 50%;
|
|
1361
1368
|
position: absolute;
|
|
1369
|
+
right: 50%;
|
|
1362
1370
|
top: 100%;
|
|
1363
1371
|
transform: translate(-50%, -50%);
|
|
1364
1372
|
}
|
|
@@ -2153,7 +2161,6 @@
|
|
|
2153
2161
|
.e-spreadsheet .e-title-dlg .e-title-dlg-content .e-input {
|
|
2154
2162
|
font-size: 14px;
|
|
2155
2163
|
line-height: 30px;
|
|
2156
|
-
padding-top: 10px;
|
|
2157
2164
|
}
|
|
2158
2165
|
|
|
2159
2166
|
.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg {
|
|
@@ -2488,13 +2495,12 @@
|
|
|
2488
2495
|
bottom: 0;
|
|
2489
2496
|
float: right;
|
|
2490
2497
|
height: 18px;
|
|
2498
|
+
margin-right: -1px;
|
|
2491
2499
|
padding: 0;
|
|
2492
|
-
position:
|
|
2500
|
+
position: relative;
|
|
2493
2501
|
right: 0;
|
|
2494
2502
|
width: 20px;
|
|
2495
2503
|
z-index: 2;
|
|
2496
|
-
bottom: .5px;
|
|
2497
|
-
right: .5px;
|
|
2498
2504
|
}
|
|
2499
2505
|
|
|
2500
2506
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -979,10 +979,18 @@
|
|
|
979
979
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
|
|
980
980
|
float: left;
|
|
981
981
|
margin-right: 2.8%;
|
|
982
|
-
margin-right: 2.8%;
|
|
983
982
|
width: 80%;
|
|
984
983
|
}
|
|
985
984
|
|
|
985
|
+
.e-spreadsheet .e-custom-format-dlg .e-footer-content {
|
|
986
|
+
padding: 0;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
.e-spreadsheet .e-custom-format-dlg .e-dlg-content {
|
|
990
|
+
display: inline-table;
|
|
991
|
+
padding-top: 3px;
|
|
992
|
+
}
|
|
993
|
+
|
|
986
994
|
.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
|
|
987
995
|
margin: 10px 10px 10px 0;
|
|
988
996
|
}
|
|
@@ -1366,8 +1374,8 @@
|
|
|
1366
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1367
1375
|
background-color: #e3165b;
|
|
1368
1376
|
cursor: ns-resize;
|
|
1369
|
-
left: 50%;
|
|
1370
1377
|
position: absolute;
|
|
1378
|
+
right: 50%;
|
|
1371
1379
|
top: 0;
|
|
1372
1380
|
transform: translate(-50%, -50%);
|
|
1373
1381
|
}
|
|
@@ -1384,8 +1392,8 @@
|
|
|
1384
1392
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1385
1393
|
background-color: #e3165b;
|
|
1386
1394
|
cursor: ns-resize;
|
|
1387
|
-
left: 50%;
|
|
1388
1395
|
position: absolute;
|
|
1396
|
+
right: 50%;
|
|
1389
1397
|
top: 100%;
|
|
1390
1398
|
transform: translate(-50%, -50%);
|
|
1391
1399
|
}
|
|
@@ -2194,7 +2202,6 @@
|
|
|
2194
2202
|
.e-spreadsheet .e-title-dlg .e-title-dlg-content .e-input {
|
|
2195
2203
|
font-size: 14px;
|
|
2196
2204
|
line-height: 30px;
|
|
2197
|
-
padding-top: 10px;
|
|
2198
2205
|
}
|
|
2199
2206
|
|
|
2200
2207
|
.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg {
|
|
@@ -2529,13 +2536,12 @@
|
|
|
2529
2536
|
bottom: 0;
|
|
2530
2537
|
float: right;
|
|
2531
2538
|
height: 18px;
|
|
2539
|
+
margin-right: -1px;
|
|
2532
2540
|
padding: 0;
|
|
2533
|
-
position:
|
|
2541
|
+
position: relative;
|
|
2534
2542
|
right: 0;
|
|
2535
2543
|
width: 20px;
|
|
2536
2544
|
z-index: 2;
|
|
2537
|
-
bottom: .5px;
|
|
2538
|
-
right: .5px;
|
|
2539
2545
|
}
|
|
2540
2546
|
|
|
2541
2547
|
.e-colorpicker-wrapper.e-border-colorpicker {
|