@syncfusion/ej2-angular-spreadsheet 19.3.59 → 19.4.38
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 +33 -40
- package/dist/ej2-angular-spreadsheet.umd.js +4 -2
- package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +2 -2
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -1
- package/ej2-angular-spreadsheet.metadata.json +1 -1
- package/package.json +8 -8
- 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 +15 -2
- package/styles/bootstrap.css +15 -2
- package/styles/bootstrap4.css +20 -2
- package/styles/bootstrap5-dark.css +17 -3
- package/styles/bootstrap5.css +17 -3
- package/styles/fabric-dark.css +15 -2
- package/styles/fabric.css +15 -2
- package/styles/highcontrast-light.css +15 -2
- package/styles/highcontrast.css +15 -2
- package/styles/material-dark.css +15 -2
- package/styles/material.css +15 -2
- package/styles/spreadsheet/bootstrap-dark.css +15 -2
- package/styles/spreadsheet/bootstrap.css +15 -2
- package/styles/spreadsheet/bootstrap4.css +20 -2
- package/styles/spreadsheet/bootstrap5-dark.css +17 -3
- package/styles/spreadsheet/bootstrap5.css +17 -3
- package/styles/spreadsheet/fabric-dark.css +15 -2
- package/styles/spreadsheet/fabric.css +15 -2
- package/styles/spreadsheet/highcontrast-light.css +15 -2
- package/styles/spreadsheet/highcontrast.css +15 -2
- package/styles/spreadsheet/material-dark.css +15 -2
- package/styles/spreadsheet/material.css +15 -2
- package/styles/spreadsheet/tailwind-dark.css +15 -2
- package/styles/spreadsheet/tailwind.css +15 -2
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -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
|
|
|
@@ -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
|
|
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
|
|
|
@@ -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
|
|