@syncfusion/ej2-angular-spreadsheet 19.3.58 → 19.4.41
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/@syncfusion/ej2-angular-spreadsheet.es5.js +2 -2
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-spreadsheet.js +2 -2
- package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -1
- package/CHANGELOG.md +65 -25
- package/README.md +1 -1
- package/dist/ej2-angular-spreadsheet.umd.js +17 -2
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +10 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -1
- package/ej2-angular-spreadsheet.metadata.json +1 -1
- package/package.json +72 -72
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +18 -6
- package/styles/bootstrap.css +18 -6
- package/styles/bootstrap4.css +23 -6
- package/styles/bootstrap5-dark.css +20 -7
- package/styles/bootstrap5.css +20 -7
- package/styles/fabric-dark.css +18 -6
- package/styles/fabric.css +18 -6
- package/styles/highcontrast-light.css +18 -6
- package/styles/highcontrast.css +18 -6
- package/styles/material-dark.css +20 -6
- package/styles/material.css +20 -6
- package/styles/spreadsheet/bootstrap-dark.css +18 -6
- package/styles/spreadsheet/bootstrap.css +18 -6
- package/styles/spreadsheet/bootstrap4.css +23 -6
- package/styles/spreadsheet/bootstrap5-dark.css +20 -7
- package/styles/spreadsheet/bootstrap5.css +20 -7
- package/styles/spreadsheet/fabric-dark.css +18 -6
- package/styles/spreadsheet/fabric.css +18 -6
- package/styles/spreadsheet/highcontrast-light.css +18 -6
- package/styles/spreadsheet/highcontrast.css +18 -6
- package/styles/spreadsheet/material-dark.css +20 -6
- package/styles/spreadsheet/material.css +20 -6
- package/styles/spreadsheet/tailwind-dark.css +18 -6
- package/styles/spreadsheet/tailwind.css +18 -6
- package/styles/tailwind-dark.css +18 -6
- package/styles/tailwind.css +18 -6
|
@@ -1262,6 +1262,7 @@
|
|
|
1262
1262
|
padding-left: 2px;
|
|
1263
1263
|
padding-right: 2px;
|
|
1264
1264
|
position: absolute;
|
|
1265
|
+
text-decoration: inherit;
|
|
1265
1266
|
width: 100%;
|
|
1266
1267
|
}
|
|
1267
1268
|
|
|
@@ -1365,8 +1366,8 @@
|
|
|
1365
1366
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1366
1367
|
background-color: #e3165b;
|
|
1367
1368
|
cursor: ns-resize;
|
|
1369
|
+
left: 50%;
|
|
1368
1370
|
position: absolute;
|
|
1369
|
-
right: 50%;
|
|
1370
1371
|
top: 0;
|
|
1371
1372
|
transform: translate(-50%, -50%);
|
|
1372
1373
|
}
|
|
@@ -1383,8 +1384,8 @@
|
|
|
1383
1384
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1384
1385
|
background-color: #e3165b;
|
|
1385
1386
|
cursor: ns-resize;
|
|
1387
|
+
left: 50%;
|
|
1386
1388
|
position: absolute;
|
|
1387
|
-
right: 50%;
|
|
1388
1389
|
top: 100%;
|
|
1389
1390
|
transform: translate(-50%, -50%);
|
|
1390
1391
|
}
|
|
@@ -2405,18 +2406,30 @@
|
|
|
2405
2406
|
margin: 4px 0;
|
|
2406
2407
|
}
|
|
2407
2408
|
|
|
2409
|
+
.e-spreadsheet .e-open-dlg {
|
|
2410
|
+
width: 340px;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2414
|
+
color: #dd2c2c;
|
|
2415
|
+
font-size: 12px;
|
|
2416
|
+
padding-top: 7px;
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2408
2419
|
.e-spreadsheet .e-find-dlg {
|
|
2409
2420
|
height: auto;
|
|
2410
2421
|
width: 468px;
|
|
2411
2422
|
}
|
|
2412
2423
|
|
|
2413
2424
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2414
|
-
|
|
2425
|
+
color: #dd2c2c;
|
|
2426
|
+
font-size: 12px;
|
|
2415
2427
|
padding-top: 7px;
|
|
2416
2428
|
}
|
|
2417
2429
|
|
|
2418
2430
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2419
|
-
|
|
2431
|
+
color: #dd2c2c;
|
|
2432
|
+
font-size: 12px;
|
|
2420
2433
|
padding-top: 7px;
|
|
2421
2434
|
}
|
|
2422
2435
|
|
|
@@ -2516,12 +2529,13 @@
|
|
|
2516
2529
|
bottom: 0;
|
|
2517
2530
|
float: right;
|
|
2518
2531
|
height: 18px;
|
|
2519
|
-
margin-right: -1px;
|
|
2520
2532
|
padding: 0;
|
|
2521
|
-
position:
|
|
2533
|
+
position: absolute;
|
|
2522
2534
|
right: 0;
|
|
2523
2535
|
width: 20px;
|
|
2524
2536
|
z-index: 2;
|
|
2537
|
+
bottom: .5px;
|
|
2538
|
+
right: .5px;
|
|
2525
2539
|
}
|
|
2526
2540
|
|
|
2527
2541
|
.e-colorpicker-wrapper.e-border-colorpicker {
|
|
@@ -1285,6 +1285,7 @@
|
|
|
1285
1285
|
padding-left: 2px;
|
|
1286
1286
|
padding-right: 2px;
|
|
1287
1287
|
position: absolute;
|
|
1288
|
+
text-decoration: inherit;
|
|
1288
1289
|
width: 100%;
|
|
1289
1290
|
}
|
|
1290
1291
|
|
|
@@ -1388,8 +1389,8 @@
|
|
|
1388
1389
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1389
1390
|
background-color: #22d3ee;
|
|
1390
1391
|
cursor: ns-resize;
|
|
1392
|
+
left: 50%;
|
|
1391
1393
|
position: absolute;
|
|
1392
|
-
right: 50%;
|
|
1393
1394
|
top: 0;
|
|
1394
1395
|
transform: translate(-50%, -50%);
|
|
1395
1396
|
}
|
|
@@ -1406,8 +1407,8 @@
|
|
|
1406
1407
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1407
1408
|
background-color: #22d3ee;
|
|
1408
1409
|
cursor: ns-resize;
|
|
1410
|
+
left: 50%;
|
|
1409
1411
|
position: absolute;
|
|
1410
|
-
right: 50%;
|
|
1411
1412
|
top: 100%;
|
|
1412
1413
|
transform: translate(-50%, -50%);
|
|
1413
1414
|
}
|
|
@@ -2436,18 +2437,30 @@
|
|
|
2436
2437
|
margin: 4px 0;
|
|
2437
2438
|
}
|
|
2438
2439
|
|
|
2440
|
+
.e-spreadsheet .e-open-dlg {
|
|
2441
|
+
width: 360px;
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2445
|
+
color: #f87171;
|
|
2446
|
+
font-size: 12px;
|
|
2447
|
+
padding-top: 7px;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2439
2450
|
.e-spreadsheet .e-find-dlg {
|
|
2440
2451
|
height: auto;
|
|
2441
2452
|
width: 468px;
|
|
2442
2453
|
}
|
|
2443
2454
|
|
|
2444
2455
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2445
|
-
|
|
2456
|
+
color: #f87171;
|
|
2457
|
+
font-size: 12px;
|
|
2446
2458
|
padding-top: 7px;
|
|
2447
2459
|
}
|
|
2448
2460
|
|
|
2449
2461
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2450
|
-
|
|
2462
|
+
color: #f87171;
|
|
2463
|
+
font-size: 12px;
|
|
2451
2464
|
padding-top: 7px;
|
|
2452
2465
|
}
|
|
2453
2466
|
|
|
@@ -2548,9 +2561,8 @@
|
|
|
2548
2561
|
bottom: 0;
|
|
2549
2562
|
float: right;
|
|
2550
2563
|
height: 18px;
|
|
2551
|
-
margin-right: -1px;
|
|
2552
2564
|
padding: 0;
|
|
2553
|
-
position:
|
|
2565
|
+
position: absolute;
|
|
2554
2566
|
right: 0;
|
|
2555
2567
|
width: 20px;
|
|
2556
2568
|
z-index: 2;
|
|
@@ -1285,6 +1285,7 @@
|
|
|
1285
1285
|
padding-left: 2px;
|
|
1286
1286
|
padding-right: 2px;
|
|
1287
1287
|
position: absolute;
|
|
1288
|
+
text-decoration: inherit;
|
|
1288
1289
|
width: 100%;
|
|
1289
1290
|
}
|
|
1290
1291
|
|
|
@@ -1388,8 +1389,8 @@
|
|
|
1388
1389
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1389
1390
|
background-color: #4f46e5;
|
|
1390
1391
|
cursor: ns-resize;
|
|
1392
|
+
left: 50%;
|
|
1391
1393
|
position: absolute;
|
|
1392
|
-
right: 50%;
|
|
1393
1394
|
top: 0;
|
|
1394
1395
|
transform: translate(-50%, -50%);
|
|
1395
1396
|
}
|
|
@@ -1406,8 +1407,8 @@
|
|
|
1406
1407
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1407
1408
|
background-color: #4f46e5;
|
|
1408
1409
|
cursor: ns-resize;
|
|
1410
|
+
left: 50%;
|
|
1409
1411
|
position: absolute;
|
|
1410
|
-
right: 50%;
|
|
1411
1412
|
top: 100%;
|
|
1412
1413
|
transform: translate(-50%, -50%);
|
|
1413
1414
|
}
|
|
@@ -2436,18 +2437,30 @@
|
|
|
2436
2437
|
margin: 4px 0;
|
|
2437
2438
|
}
|
|
2438
2439
|
|
|
2440
|
+
.e-spreadsheet .e-open-dlg {
|
|
2441
|
+
width: 360px;
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2445
|
+
color: #dc2626;
|
|
2446
|
+
font-size: 12px;
|
|
2447
|
+
padding-top: 7px;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2439
2450
|
.e-spreadsheet .e-find-dlg {
|
|
2440
2451
|
height: auto;
|
|
2441
2452
|
width: 468px;
|
|
2442
2453
|
}
|
|
2443
2454
|
|
|
2444
2455
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2445
|
-
|
|
2456
|
+
color: #dc2626;
|
|
2457
|
+
font-size: 12px;
|
|
2446
2458
|
padding-top: 7px;
|
|
2447
2459
|
}
|
|
2448
2460
|
|
|
2449
2461
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2450
|
-
|
|
2462
|
+
color: #dc2626;
|
|
2463
|
+
font-size: 12px;
|
|
2451
2464
|
padding-top: 7px;
|
|
2452
2465
|
}
|
|
2453
2466
|
|
|
@@ -2548,9 +2561,8 @@
|
|
|
2548
2561
|
bottom: 0;
|
|
2549
2562
|
float: right;
|
|
2550
2563
|
height: 18px;
|
|
2551
|
-
margin-right: -1px;
|
|
2552
2564
|
padding: 0;
|
|
2553
|
-
position:
|
|
2565
|
+
position: absolute;
|
|
2554
2566
|
right: 0;
|
|
2555
2567
|
width: 20px;
|
|
2556
2568
|
z-index: 2;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1286,6 +1286,7 @@
|
|
|
1286
1286
|
padding-left: 2px;
|
|
1287
1287
|
padding-right: 2px;
|
|
1288
1288
|
position: absolute;
|
|
1289
|
+
text-decoration: inherit;
|
|
1289
1290
|
width: 100%;
|
|
1290
1291
|
}
|
|
1291
1292
|
|
|
@@ -1389,8 +1390,8 @@
|
|
|
1389
1390
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1390
1391
|
background-color: #22d3ee;
|
|
1391
1392
|
cursor: ns-resize;
|
|
1393
|
+
left: 50%;
|
|
1392
1394
|
position: absolute;
|
|
1393
|
-
right: 50%;
|
|
1394
1395
|
top: 0;
|
|
1395
1396
|
transform: translate(-50%, -50%);
|
|
1396
1397
|
}
|
|
@@ -1407,8 +1408,8 @@
|
|
|
1407
1408
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1408
1409
|
background-color: #22d3ee;
|
|
1409
1410
|
cursor: ns-resize;
|
|
1411
|
+
left: 50%;
|
|
1410
1412
|
position: absolute;
|
|
1411
|
-
right: 50%;
|
|
1412
1413
|
top: 100%;
|
|
1413
1414
|
transform: translate(-50%, -50%);
|
|
1414
1415
|
}
|
|
@@ -2437,18 +2438,30 @@
|
|
|
2437
2438
|
margin: 4px 0;
|
|
2438
2439
|
}
|
|
2439
2440
|
|
|
2441
|
+
.e-spreadsheet .e-open-dlg {
|
|
2442
|
+
width: 360px;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2446
|
+
color: #f87171;
|
|
2447
|
+
font-size: 12px;
|
|
2448
|
+
padding-top: 7px;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2440
2451
|
.e-spreadsheet .e-find-dlg {
|
|
2441
2452
|
height: auto;
|
|
2442
2453
|
width: 468px;
|
|
2443
2454
|
}
|
|
2444
2455
|
|
|
2445
2456
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2446
|
-
|
|
2457
|
+
color: #f87171;
|
|
2458
|
+
font-size: 12px;
|
|
2447
2459
|
padding-top: 7px;
|
|
2448
2460
|
}
|
|
2449
2461
|
|
|
2450
2462
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2451
|
-
|
|
2463
|
+
color: #f87171;
|
|
2464
|
+
font-size: 12px;
|
|
2452
2465
|
padding-top: 7px;
|
|
2453
2466
|
}
|
|
2454
2467
|
|
|
@@ -2549,9 +2562,8 @@
|
|
|
2549
2562
|
bottom: 0;
|
|
2550
2563
|
float: right;
|
|
2551
2564
|
height: 18px;
|
|
2552
|
-
margin-right: -1px;
|
|
2553
2565
|
padding: 0;
|
|
2554
|
-
position:
|
|
2566
|
+
position: absolute;
|
|
2555
2567
|
right: 0;
|
|
2556
2568
|
width: 20px;
|
|
2557
2569
|
z-index: 2;
|
package/styles/tailwind.css
CHANGED
|
@@ -1286,6 +1286,7 @@
|
|
|
1286
1286
|
padding-left: 2px;
|
|
1287
1287
|
padding-right: 2px;
|
|
1288
1288
|
position: absolute;
|
|
1289
|
+
text-decoration: inherit;
|
|
1289
1290
|
width: 100%;
|
|
1290
1291
|
}
|
|
1291
1292
|
|
|
@@ -1389,8 +1390,8 @@
|
|
|
1389
1390
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
1390
1391
|
background-color: #4f46e5;
|
|
1391
1392
|
cursor: ns-resize;
|
|
1393
|
+
left: 50%;
|
|
1392
1394
|
position: absolute;
|
|
1393
|
-
right: 50%;
|
|
1394
1395
|
top: 0;
|
|
1395
1396
|
transform: translate(-50%, -50%);
|
|
1396
1397
|
}
|
|
@@ -1407,8 +1408,8 @@
|
|
|
1407
1408
|
.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
1408
1409
|
background-color: #4f46e5;
|
|
1409
1410
|
cursor: ns-resize;
|
|
1411
|
+
left: 50%;
|
|
1410
1412
|
position: absolute;
|
|
1411
|
-
right: 50%;
|
|
1412
1413
|
top: 100%;
|
|
1413
1414
|
transform: translate(-50%, -50%);
|
|
1414
1415
|
}
|
|
@@ -2437,18 +2438,30 @@
|
|
|
2437
2438
|
margin: 4px 0;
|
|
2438
2439
|
}
|
|
2439
2440
|
|
|
2441
|
+
.e-spreadsheet .e-open-dlg {
|
|
2442
|
+
width: 360px;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span {
|
|
2446
|
+
color: #dc2626;
|
|
2447
|
+
font-size: 12px;
|
|
2448
|
+
padding-top: 7px;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2440
2451
|
.e-spreadsheet .e-find-dlg {
|
|
2441
2452
|
height: auto;
|
|
2442
2453
|
width: 468px;
|
|
2443
2454
|
}
|
|
2444
2455
|
|
|
2445
2456
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
|
|
2446
|
-
|
|
2457
|
+
color: #dc2626;
|
|
2458
|
+
font-size: 12px;
|
|
2447
2459
|
padding-top: 7px;
|
|
2448
2460
|
}
|
|
2449
2461
|
|
|
2450
2462
|
.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
|
|
2451
|
-
|
|
2463
|
+
color: #dc2626;
|
|
2464
|
+
font-size: 12px;
|
|
2452
2465
|
padding-top: 7px;
|
|
2453
2466
|
}
|
|
2454
2467
|
|
|
@@ -2549,9 +2562,8 @@
|
|
|
2549
2562
|
bottom: 0;
|
|
2550
2563
|
float: right;
|
|
2551
2564
|
height: 18px;
|
|
2552
|
-
margin-right: -1px;
|
|
2553
2565
|
padding: 0;
|
|
2554
|
-
position:
|
|
2566
|
+
position: absolute;
|
|
2555
2567
|
right: 0;
|
|
2556
2568
|
width: 20px;
|
|
2557
2569
|
z-index: 2;
|