@syncfusion/ej2-vue-spreadsheet 19.4.40 → 19.4.47
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 +43 -0
- package/README.md +1 -1
- package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
- package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +3 -4
- package/styles/bootstrap.css +3 -4
- package/styles/bootstrap4.css +3 -4
- package/styles/bootstrap5-dark.css +3 -5
- package/styles/bootstrap5.css +3 -5
- package/styles/fabric-dark.css +3 -4
- package/styles/fabric.css +3 -4
- package/styles/highcontrast-light.css +3 -4
- package/styles/highcontrast.css +3 -4
- package/styles/material-dark.css +5 -4
- package/styles/material.css +5 -4
- package/styles/spreadsheet/bootstrap-dark.css +3 -4
- package/styles/spreadsheet/bootstrap.css +3 -4
- package/styles/spreadsheet/bootstrap4.css +3 -4
- package/styles/spreadsheet/bootstrap5-dark.css +3 -5
- package/styles/spreadsheet/bootstrap5.css +3 -5
- package/styles/spreadsheet/fabric-dark.css +3 -4
- package/styles/spreadsheet/fabric.css +3 -4
- package/styles/spreadsheet/highcontrast-light.css +3 -4
- package/styles/spreadsheet/highcontrast.css +3 -4
- package/styles/spreadsheet/material-dark.css +5 -4
- package/styles/spreadsheet/material.css +5 -4
- package/styles/spreadsheet/tailwind-dark.css +3 -4
- package/styles/spreadsheet/tailwind.css +3 -4
- package/styles/tailwind-dark.css +3 -4
- package/styles/tailwind.css +3 -4
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-spreadsheet@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-spreadsheet@19.4.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-mh42iXPgwAV5jwAgpduCBjb1Z1qXRkrV79G1esCYKOIkBnSQolqMDhOY59upOt94VApZ+qE8zinMxmAZqbCAqA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-spreadsheet",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-19.4.42.tgz",
|
|
23
|
+
"_shasum": "d8c1ddd3b8d600c03d6514a8f0eef1a9695f9b58",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-spreadsheet@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-spreadsheet": "19.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.42",
|
|
35
|
+
"@syncfusion/ej2-spreadsheet": "19.4.47",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.47"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "19.4.
|
|
68
|
+
"version": "19.4.47",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
|
@@ -1313,8 +1313,8 @@
|
|
|
1313
1313
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1314
1314
|
background-color: #0070f0;
|
|
1315
1315
|
cursor: ns-resize;
|
|
1316
|
+
left: 50%;
|
|
1316
1317
|
position: absolute;
|
|
1317
|
-
right: 50%;
|
|
1318
1318
|
top: 0;
|
|
1319
1319
|
transform: translate(-50%, -50%);
|
|
1320
1320
|
}
|
|
@@ -1331,8 +1331,8 @@
|
|
|
1331
1331
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1332
1332
|
background-color: #0070f0;
|
|
1333
1333
|
cursor: ns-resize;
|
|
1334
|
+
left: 50%;
|
|
1334
1335
|
position: absolute;
|
|
1335
|
-
right: 50%;
|
|
1336
1336
|
top: 100%;
|
|
1337
1337
|
transform: translate(-50%, -50%);
|
|
1338
1338
|
}
|
|
@@ -2463,9 +2463,8 @@
|
|
|
2463
2463
|
bottom: 0;
|
|
2464
2464
|
float: right;
|
|
2465
2465
|
height: 18px;
|
|
2466
|
-
margin-right: -1px;
|
|
2467
2466
|
padding: 0;
|
|
2468
|
-
position:
|
|
2467
|
+
position: absolute;
|
|
2469
2468
|
right: 0;
|
|
2470
2469
|
width: 20px;
|
|
2471
2470
|
z-index: 2;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1320,8 +1320,8 @@
|
|
|
1320
1320
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1321
1321
|
background-color: #317ab9;
|
|
1322
1322
|
cursor: ns-resize;
|
|
1323
|
+
left: 50%;
|
|
1323
1324
|
position: absolute;
|
|
1324
|
-
right: 50%;
|
|
1325
1325
|
top: 0;
|
|
1326
1326
|
transform: translate(-50%, -50%);
|
|
1327
1327
|
}
|
|
@@ -1338,8 +1338,8 @@
|
|
|
1338
1338
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1339
1339
|
background-color: #317ab9;
|
|
1340
1340
|
cursor: ns-resize;
|
|
1341
|
+
left: 50%;
|
|
1341
1342
|
position: absolute;
|
|
1342
|
-
right: 50%;
|
|
1343
1343
|
top: 100%;
|
|
1344
1344
|
transform: translate(-50%, -50%);
|
|
1345
1345
|
}
|
|
@@ -2493,9 +2493,8 @@
|
|
|
2493
2493
|
bottom: 0;
|
|
2494
2494
|
float: right;
|
|
2495
2495
|
height: 18px;
|
|
2496
|
-
margin-right: -1px;
|
|
2497
2496
|
padding: 0;
|
|
2498
|
-
position:
|
|
2497
|
+
position: absolute;
|
|
2499
2498
|
right: 0;
|
|
2500
2499
|
width: 20px;
|
|
2501
2500
|
z-index: 2;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1356,8 +1356,8 @@
|
|
|
1356
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1357
1357
|
background-color: #007bff;
|
|
1358
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1359
1360
|
position: absolute;
|
|
1360
|
-
right: 50%;
|
|
1361
1361
|
top: 0;
|
|
1362
1362
|
transform: translate(-50%, -50%);
|
|
1363
1363
|
}
|
|
@@ -1374,8 +1374,8 @@
|
|
|
1374
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1375
1375
|
background-color: #007bff;
|
|
1376
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1377
1378
|
position: absolute;
|
|
1378
|
-
right: 50%;
|
|
1379
1379
|
top: 100%;
|
|
1380
1380
|
transform: translate(-50%, -50%);
|
|
1381
1381
|
}
|
|
@@ -2540,9 +2540,8 @@
|
|
|
2540
2540
|
bottom: 0;
|
|
2541
2541
|
float: right;
|
|
2542
2542
|
height: 18px;
|
|
2543
|
-
margin-right: -1px;
|
|
2544
2543
|
padding: 0;
|
|
2545
|
-
position:
|
|
2544
|
+
position: absolute;
|
|
2546
2545
|
right: 0;
|
|
2547
2546
|
width: 20px;
|
|
2548
2547
|
z-index: 2;
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
69
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
70
70
|
background: transparent;
|
|
71
|
-
color: inherit;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1357,8 +1356,8 @@
|
|
|
1357
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1358
1357
|
background-color: #0d6efd;
|
|
1359
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1360
1360
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1361
|
top: 0;
|
|
1363
1362
|
transform: translate(-50%, -50%);
|
|
1364
1363
|
}
|
|
@@ -1375,8 +1374,8 @@
|
|
|
1375
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1376
1375
|
background-color: #0d6efd;
|
|
1377
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1378
1378
|
position: absolute;
|
|
1379
|
-
right: 50%;
|
|
1380
1379
|
top: 100%;
|
|
1381
1380
|
transform: translate(-50%, -50%);
|
|
1382
1381
|
}
|
|
@@ -2502,9 +2501,8 @@
|
|
|
2502
2501
|
bottom: 0;
|
|
2503
2502
|
float: right;
|
|
2504
2503
|
height: 18px;
|
|
2505
|
-
margin-right: -1px;
|
|
2506
2504
|
padding: 0;
|
|
2507
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2508
2506
|
right: 0;
|
|
2509
2507
|
width: 20px;
|
|
2510
2508
|
z-index: 2;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
69
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
70
70
|
background: transparent;
|
|
71
|
-
color: inherit;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1357,8 +1356,8 @@
|
|
|
1357
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1358
1357
|
background-color: #0d6efd;
|
|
1359
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1360
1360
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1361
|
top: 0;
|
|
1363
1362
|
transform: translate(-50%, -50%);
|
|
1364
1363
|
}
|
|
@@ -1375,8 +1374,8 @@
|
|
|
1375
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1376
1375
|
background-color: #0d6efd;
|
|
1377
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1378
1378
|
position: absolute;
|
|
1379
|
-
right: 50%;
|
|
1380
1379
|
top: 100%;
|
|
1381
1380
|
transform: translate(-50%, -50%);
|
|
1382
1381
|
}
|
|
@@ -2502,9 +2501,8 @@
|
|
|
2502
2501
|
bottom: 0;
|
|
2503
2502
|
float: right;
|
|
2504
2503
|
height: 18px;
|
|
2505
|
-
margin-right: -1px;
|
|
2506
2504
|
padding: 0;
|
|
2507
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2508
2506
|
right: 0;
|
|
2509
2507
|
width: 20px;
|
|
2510
2508
|
z-index: 2;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1287,8 +1287,8 @@
|
|
|
1287
1287
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1288
1288
|
background-color: #0074cc;
|
|
1289
1289
|
cursor: ns-resize;
|
|
1290
|
+
left: 50%;
|
|
1290
1291
|
position: absolute;
|
|
1291
|
-
right: 50%;
|
|
1292
1292
|
top: 0;
|
|
1293
1293
|
transform: translate(-50%, -50%);
|
|
1294
1294
|
}
|
|
@@ -1305,8 +1305,8 @@
|
|
|
1305
1305
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1306
1306
|
background-color: #0074cc;
|
|
1307
1307
|
cursor: ns-resize;
|
|
1308
|
+
left: 50%;
|
|
1308
1309
|
position: absolute;
|
|
1309
|
-
right: 50%;
|
|
1310
1310
|
top: 100%;
|
|
1311
1311
|
transform: translate(-50%, -50%);
|
|
1312
1312
|
}
|
|
@@ -2441,9 +2441,8 @@
|
|
|
2441
2441
|
bottom: 0;
|
|
2442
2442
|
float: right;
|
|
2443
2443
|
height: 18px;
|
|
2444
|
-
margin-right: -1px;
|
|
2445
2444
|
padding: 0;
|
|
2446
|
-
position:
|
|
2445
|
+
position: absolute;
|
|
2447
2446
|
right: 0;
|
|
2448
2447
|
width: 20px;
|
|
2449
2448
|
z-index: 2;
|
package/styles/fabric.css
CHANGED
|
@@ -1290,8 +1290,8 @@
|
|
|
1290
1290
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1291
1291
|
background-color: #0078d6;
|
|
1292
1292
|
cursor: ns-resize;
|
|
1293
|
+
left: 50%;
|
|
1293
1294
|
position: absolute;
|
|
1294
|
-
right: 50%;
|
|
1295
1295
|
top: 0;
|
|
1296
1296
|
transform: translate(-50%, -50%);
|
|
1297
1297
|
}
|
|
@@ -1308,8 +1308,8 @@
|
|
|
1308
1308
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1309
1309
|
background-color: #0078d6;
|
|
1310
1310
|
cursor: ns-resize;
|
|
1311
|
+
left: 50%;
|
|
1311
1312
|
position: absolute;
|
|
1312
|
-
right: 50%;
|
|
1313
1313
|
top: 100%;
|
|
1314
1314
|
transform: translate(-50%, -50%);
|
|
1315
1315
|
}
|
|
@@ -2451,9 +2451,8 @@
|
|
|
2451
2451
|
bottom: 0;
|
|
2452
2452
|
float: right;
|
|
2453
2453
|
height: 18px;
|
|
2454
|
-
margin-right: -1px;
|
|
2455
2454
|
padding: 0;
|
|
2456
|
-
position:
|
|
2455
|
+
position: absolute;
|
|
2457
2456
|
right: 0;
|
|
2458
2457
|
width: 20px;
|
|
2459
2458
|
z-index: 2;
|
|
@@ -613,8 +613,8 @@
|
|
|
613
613
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
614
614
|
background-color: #400074;
|
|
615
615
|
cursor: ns-resize;
|
|
616
|
+
left: 50%;
|
|
616
617
|
position: absolute;
|
|
617
|
-
right: 50%;
|
|
618
618
|
top: 0;
|
|
619
619
|
transform: translate(-50%, -50%);
|
|
620
620
|
}
|
|
@@ -631,8 +631,8 @@
|
|
|
631
631
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
632
632
|
background-color: #400074;
|
|
633
633
|
cursor: ns-resize;
|
|
634
|
+
left: 50%;
|
|
634
635
|
position: absolute;
|
|
635
|
-
right: 50%;
|
|
636
636
|
top: 100%;
|
|
637
637
|
transform: translate(-50%, -50%);
|
|
638
638
|
}
|
|
@@ -1763,9 +1763,8 @@
|
|
|
1763
1763
|
bottom: 0;
|
|
1764
1764
|
float: right;
|
|
1765
1765
|
height: 18px;
|
|
1766
|
-
margin-right: -1px;
|
|
1767
1766
|
padding: 0;
|
|
1768
|
-
position:
|
|
1767
|
+
position: absolute;
|
|
1769
1768
|
right: 0;
|
|
1770
1769
|
width: 20px;
|
|
1771
1770
|
z-index: 2;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1303,8 +1303,8 @@
|
|
|
1303
1303
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1304
1304
|
background-color: #685708;
|
|
1305
1305
|
cursor: ns-resize;
|
|
1306
|
+
left: 50%;
|
|
1306
1307
|
position: absolute;
|
|
1307
|
-
right: 50%;
|
|
1308
1308
|
top: 0;
|
|
1309
1309
|
transform: translate(-50%, -50%);
|
|
1310
1310
|
}
|
|
@@ -1321,8 +1321,8 @@
|
|
|
1321
1321
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1322
1322
|
background-color: #685708;
|
|
1323
1323
|
cursor: ns-resize;
|
|
1324
|
+
left: 50%;
|
|
1324
1325
|
position: absolute;
|
|
1325
|
-
right: 50%;
|
|
1326
1326
|
top: 100%;
|
|
1327
1327
|
transform: translate(-50%, -50%);
|
|
1328
1328
|
}
|
|
@@ -2465,9 +2465,8 @@
|
|
|
2465
2465
|
bottom: 0;
|
|
2466
2466
|
float: right;
|
|
2467
2467
|
height: 18px;
|
|
2468
|
-
margin-right: -1px;
|
|
2469
2468
|
padding: 0;
|
|
2470
|
-
position:
|
|
2469
|
+
position: absolute;
|
|
2471
2470
|
right: 0;
|
|
2472
2471
|
width: 20px;
|
|
2473
2472
|
z-index: 2;
|
package/styles/material-dark.css
CHANGED
|
@@ -1339,8 +1339,8 @@
|
|
|
1339
1339
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1340
1340
|
background-color: #00b0ff;
|
|
1341
1341
|
cursor: ns-resize;
|
|
1342
|
+
left: 50%;
|
|
1342
1343
|
position: absolute;
|
|
1343
|
-
right: 50%;
|
|
1344
1344
|
top: 0;
|
|
1345
1345
|
transform: translate(-50%, -50%);
|
|
1346
1346
|
}
|
|
@@ -1357,8 +1357,8 @@
|
|
|
1357
1357
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1358
1358
|
background-color: #00b0ff;
|
|
1359
1359
|
cursor: ns-resize;
|
|
1360
|
+
left: 50%;
|
|
1360
1361
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1362
|
top: 100%;
|
|
1363
1363
|
transform: translate(-50%, -50%);
|
|
1364
1364
|
}
|
|
@@ -2488,12 +2488,13 @@
|
|
|
2488
2488
|
bottom: 0;
|
|
2489
2489
|
float: right;
|
|
2490
2490
|
height: 18px;
|
|
2491
|
-
margin-right: -1px;
|
|
2492
2491
|
padding: 0;
|
|
2493
|
-
position:
|
|
2492
|
+
position: absolute;
|
|
2494
2493
|
right: 0;
|
|
2495
2494
|
width: 20px;
|
|
2496
2495
|
z-index: 2;
|
|
2496
|
+
bottom: .5px;
|
|
2497
|
+
right: .5px;
|
|
2497
2498
|
}
|
|
2498
2499
|
|
|
2499
2500
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
package/styles/material.css
CHANGED
|
@@ -1366,8 +1366,8 @@
|
|
|
1366
1366
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1367
1367
|
background-color: #e3165b;
|
|
1368
1368
|
cursor: ns-resize;
|
|
1369
|
+
left: 50%;
|
|
1369
1370
|
position: absolute;
|
|
1370
|
-
right: 50%;
|
|
1371
1371
|
top: 0;
|
|
1372
1372
|
transform: translate(-50%, -50%);
|
|
1373
1373
|
}
|
|
@@ -1384,8 +1384,8 @@
|
|
|
1384
1384
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1385
1385
|
background-color: #e3165b;
|
|
1386
1386
|
cursor: ns-resize;
|
|
1387
|
+
left: 50%;
|
|
1387
1388
|
position: absolute;
|
|
1388
|
-
right: 50%;
|
|
1389
1389
|
top: 100%;
|
|
1390
1390
|
transform: translate(-50%, -50%);
|
|
1391
1391
|
}
|
|
@@ -2529,12 +2529,13 @@
|
|
|
2529
2529
|
bottom: 0;
|
|
2530
2530
|
float: right;
|
|
2531
2531
|
height: 18px;
|
|
2532
|
-
margin-right: -1px;
|
|
2533
2532
|
padding: 0;
|
|
2534
|
-
position:
|
|
2533
|
+
position: absolute;
|
|
2535
2534
|
right: 0;
|
|
2536
2535
|
width: 20px;
|
|
2537
2536
|
z-index: 2;
|
|
2537
|
+
bottom: .5px;
|
|
2538
|
+
right: .5px;
|
|
2538
2539
|
}
|
|
2539
2540
|
|
|
2540
2541
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -1313,8 +1313,8 @@
|
|
|
1313
1313
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1314
1314
|
background-color: #0070f0;
|
|
1315
1315
|
cursor: ns-resize;
|
|
1316
|
+
left: 50%;
|
|
1316
1317
|
position: absolute;
|
|
1317
|
-
right: 50%;
|
|
1318
1318
|
top: 0;
|
|
1319
1319
|
transform: translate(-50%, -50%);
|
|
1320
1320
|
}
|
|
@@ -1331,8 +1331,8 @@
|
|
|
1331
1331
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1332
1332
|
background-color: #0070f0;
|
|
1333
1333
|
cursor: ns-resize;
|
|
1334
|
+
left: 50%;
|
|
1334
1335
|
position: absolute;
|
|
1335
|
-
right: 50%;
|
|
1336
1336
|
top: 100%;
|
|
1337
1337
|
transform: translate(-50%, -50%);
|
|
1338
1338
|
}
|
|
@@ -2463,9 +2463,8 @@
|
|
|
2463
2463
|
bottom: 0;
|
|
2464
2464
|
float: right;
|
|
2465
2465
|
height: 18px;
|
|
2466
|
-
margin-right: -1px;
|
|
2467
2466
|
padding: 0;
|
|
2468
|
-
position:
|
|
2467
|
+
position: absolute;
|
|
2469
2468
|
right: 0;
|
|
2470
2469
|
width: 20px;
|
|
2471
2470
|
z-index: 2;
|
|
@@ -1320,8 +1320,8 @@
|
|
|
1320
1320
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1321
1321
|
background-color: #317ab9;
|
|
1322
1322
|
cursor: ns-resize;
|
|
1323
|
+
left: 50%;
|
|
1323
1324
|
position: absolute;
|
|
1324
|
-
right: 50%;
|
|
1325
1325
|
top: 0;
|
|
1326
1326
|
transform: translate(-50%, -50%);
|
|
1327
1327
|
}
|
|
@@ -1338,8 +1338,8 @@
|
|
|
1338
1338
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1339
1339
|
background-color: #317ab9;
|
|
1340
1340
|
cursor: ns-resize;
|
|
1341
|
+
left: 50%;
|
|
1341
1342
|
position: absolute;
|
|
1342
|
-
right: 50%;
|
|
1343
1343
|
top: 100%;
|
|
1344
1344
|
transform: translate(-50%, -50%);
|
|
1345
1345
|
}
|
|
@@ -2493,9 +2493,8 @@
|
|
|
2493
2493
|
bottom: 0;
|
|
2494
2494
|
float: right;
|
|
2495
2495
|
height: 18px;
|
|
2496
|
-
margin-right: -1px;
|
|
2497
2496
|
padding: 0;
|
|
2498
|
-
position:
|
|
2497
|
+
position: absolute;
|
|
2499
2498
|
right: 0;
|
|
2500
2499
|
width: 20px;
|
|
2501
2500
|
z-index: 2;
|
|
@@ -1356,8 +1356,8 @@
|
|
|
1356
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1357
1357
|
background-color: #007bff;
|
|
1358
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1359
1360
|
position: absolute;
|
|
1360
|
-
right: 50%;
|
|
1361
1361
|
top: 0;
|
|
1362
1362
|
transform: translate(-50%, -50%);
|
|
1363
1363
|
}
|
|
@@ -1374,8 +1374,8 @@
|
|
|
1374
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1375
1375
|
background-color: #007bff;
|
|
1376
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1377
1378
|
position: absolute;
|
|
1378
|
-
right: 50%;
|
|
1379
1379
|
top: 100%;
|
|
1380
1380
|
transform: translate(-50%, -50%);
|
|
1381
1381
|
}
|
|
@@ -2540,9 +2540,8 @@
|
|
|
2540
2540
|
bottom: 0;
|
|
2541
2541
|
float: right;
|
|
2542
2542
|
height: 18px;
|
|
2543
|
-
margin-right: -1px;
|
|
2544
2543
|
padding: 0;
|
|
2545
|
-
position:
|
|
2544
|
+
position: absolute;
|
|
2546
2545
|
right: 0;
|
|
2547
2546
|
width: 20px;
|
|
2548
2547
|
z-index: 2;
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
69
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
70
70
|
background: transparent;
|
|
71
|
-
color: inherit;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1357,8 +1356,8 @@
|
|
|
1357
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1358
1357
|
background-color: #0d6efd;
|
|
1359
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1360
1360
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1361
|
top: 0;
|
|
1363
1362
|
transform: translate(-50%, -50%);
|
|
1364
1363
|
}
|
|
@@ -1375,8 +1374,8 @@
|
|
|
1375
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1376
1375
|
background-color: #0d6efd;
|
|
1377
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1378
1378
|
position: absolute;
|
|
1379
|
-
right: 50%;
|
|
1380
1379
|
top: 100%;
|
|
1381
1380
|
transform: translate(-50%, -50%);
|
|
1382
1381
|
}
|
|
@@ -2502,9 +2501,8 @@
|
|
|
2502
2501
|
bottom: 0;
|
|
2503
2502
|
float: right;
|
|
2504
2503
|
height: 18px;
|
|
2505
|
-
margin-right: -1px;
|
|
2506
2504
|
padding: 0;
|
|
2507
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2508
2506
|
right: 0;
|
|
2509
2507
|
width: 20px;
|
|
2510
2508
|
z-index: 2;
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
69
69
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
70
70
|
background: transparent;
|
|
71
|
-
color: inherit;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -1357,8 +1356,8 @@
|
|
|
1357
1356
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1358
1357
|
background-color: #0d6efd;
|
|
1359
1358
|
cursor: ns-resize;
|
|
1359
|
+
left: 50%;
|
|
1360
1360
|
position: absolute;
|
|
1361
|
-
right: 50%;
|
|
1362
1361
|
top: 0;
|
|
1363
1362
|
transform: translate(-50%, -50%);
|
|
1364
1363
|
}
|
|
@@ -1375,8 +1374,8 @@
|
|
|
1375
1374
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1376
1375
|
background-color: #0d6efd;
|
|
1377
1376
|
cursor: ns-resize;
|
|
1377
|
+
left: 50%;
|
|
1378
1378
|
position: absolute;
|
|
1379
|
-
right: 50%;
|
|
1380
1379
|
top: 100%;
|
|
1381
1380
|
transform: translate(-50%, -50%);
|
|
1382
1381
|
}
|
|
@@ -2502,9 +2501,8 @@
|
|
|
2502
2501
|
bottom: 0;
|
|
2503
2502
|
float: right;
|
|
2504
2503
|
height: 18px;
|
|
2505
|
-
margin-right: -1px;
|
|
2506
2504
|
padding: 0;
|
|
2507
|
-
position:
|
|
2505
|
+
position: absolute;
|
|
2508
2506
|
right: 0;
|
|
2509
2507
|
width: 20px;
|
|
2510
2508
|
z-index: 2;
|
|
@@ -1287,8 +1287,8 @@
|
|
|
1287
1287
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1288
1288
|
background-color: #0074cc;
|
|
1289
1289
|
cursor: ns-resize;
|
|
1290
|
+
left: 50%;
|
|
1290
1291
|
position: absolute;
|
|
1291
|
-
right: 50%;
|
|
1292
1292
|
top: 0;
|
|
1293
1293
|
transform: translate(-50%, -50%);
|
|
1294
1294
|
}
|
|
@@ -1305,8 +1305,8 @@
|
|
|
1305
1305
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1306
1306
|
background-color: #0074cc;
|
|
1307
1307
|
cursor: ns-resize;
|
|
1308
|
+
left: 50%;
|
|
1308
1309
|
position: absolute;
|
|
1309
|
-
right: 50%;
|
|
1310
1310
|
top: 100%;
|
|
1311
1311
|
transform: translate(-50%, -50%);
|
|
1312
1312
|
}
|
|
@@ -2441,9 +2441,8 @@
|
|
|
2441
2441
|
bottom: 0;
|
|
2442
2442
|
float: right;
|
|
2443
2443
|
height: 18px;
|
|
2444
|
-
margin-right: -1px;
|
|
2445
2444
|
padding: 0;
|
|
2446
|
-
position:
|
|
2445
|
+
position: absolute;
|
|
2447
2446
|
right: 0;
|
|
2448
2447
|
width: 20px;
|
|
2449
2448
|
z-index: 2;
|
|
@@ -1290,8 +1290,8 @@
|
|
|
1290
1290
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1291
1291
|
background-color: #0078d6;
|
|
1292
1292
|
cursor: ns-resize;
|
|
1293
|
+
left: 50%;
|
|
1293
1294
|
position: absolute;
|
|
1294
|
-
right: 50%;
|
|
1295
1295
|
top: 0;
|
|
1296
1296
|
transform: translate(-50%, -50%);
|
|
1297
1297
|
}
|
|
@@ -1308,8 +1308,8 @@
|
|
|
1308
1308
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1309
1309
|
background-color: #0078d6;
|
|
1310
1310
|
cursor: ns-resize;
|
|
1311
|
+
left: 50%;
|
|
1311
1312
|
position: absolute;
|
|
1312
|
-
right: 50%;
|
|
1313
1313
|
top: 100%;
|
|
1314
1314
|
transform: translate(-50%, -50%);
|
|
1315
1315
|
}
|
|
@@ -2451,9 +2451,8 @@
|
|
|
2451
2451
|
bottom: 0;
|
|
2452
2452
|
float: right;
|
|
2453
2453
|
height: 18px;
|
|
2454
|
-
margin-right: -1px;
|
|
2455
2454
|
padding: 0;
|
|
2456
|
-
position:
|
|
2455
|
+
position: absolute;
|
|
2457
2456
|
right: 0;
|
|
2458
2457
|
width: 20px;
|
|
2459
2458
|
z-index: 2;
|
|
@@ -613,8 +613,8 @@
|
|
|
613
613
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
614
614
|
background-color: #400074;
|
|
615
615
|
cursor: ns-resize;
|
|
616
|
+
left: 50%;
|
|
616
617
|
position: absolute;
|
|
617
|
-
right: 50%;
|
|
618
618
|
top: 0;
|
|
619
619
|
transform: translate(-50%, -50%);
|
|
620
620
|
}
|
|
@@ -631,8 +631,8 @@
|
|
|
631
631
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
632
632
|
background-color: #400074;
|
|
633
633
|
cursor: ns-resize;
|
|
634
|
+
left: 50%;
|
|
634
635
|
position: absolute;
|
|
635
|
-
right: 50%;
|
|
636
636
|
top: 100%;
|
|
637
637
|
transform: translate(-50%, -50%);
|
|
638
638
|
}
|
|
@@ -1763,9 +1763,8 @@
|
|
|
1763
1763
|
bottom: 0;
|
|
1764
1764
|
float: right;
|
|
1765
1765
|
height: 18px;
|
|
1766
|
-
margin-right: -1px;
|
|
1767
1766
|
padding: 0;
|
|
1768
|
-
position:
|
|
1767
|
+
position: absolute;
|
|
1769
1768
|
right: 0;
|
|
1770
1769
|
width: 20px;
|
|
1771
1770
|
z-index: 2;
|