@syncfusion/ej2-angular-spreadsheet 19.3.56 → 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.
Files changed (40) hide show
  1. package/@syncfusion/ej2-angular-spreadsheet.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-spreadsheet.js +2 -2
  4. package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -1
  5. package/CHANGELOG.md +34 -13
  6. package/dist/ej2-angular-spreadsheet.umd.js +6 -2
  7. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -1
  8. package/dist/ej2-angular-spreadsheet.umd.min.js +2 -2
  9. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -1
  10. package/ej2-angular-spreadsheet.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/styles/bootstrap-dark.css +15 -2
  16. package/styles/bootstrap.css +15 -2
  17. package/styles/bootstrap4.css +20 -2
  18. package/styles/bootstrap5-dark.css +17 -3
  19. package/styles/bootstrap5.css +17 -3
  20. package/styles/fabric-dark.css +15 -2
  21. package/styles/fabric.css +15 -2
  22. package/styles/highcontrast-light.css +15 -2
  23. package/styles/highcontrast.css +15 -2
  24. package/styles/material-dark.css +15 -2
  25. package/styles/material.css +15 -2
  26. package/styles/spreadsheet/bootstrap-dark.css +15 -2
  27. package/styles/spreadsheet/bootstrap.css +15 -2
  28. package/styles/spreadsheet/bootstrap4.css +20 -2
  29. package/styles/spreadsheet/bootstrap5-dark.css +17 -3
  30. package/styles/spreadsheet/bootstrap5.css +17 -3
  31. package/styles/spreadsheet/fabric-dark.css +15 -2
  32. package/styles/spreadsheet/fabric.css +15 -2
  33. package/styles/spreadsheet/highcontrast-light.css +15 -2
  34. package/styles/spreadsheet/highcontrast.css +15 -2
  35. package/styles/spreadsheet/material-dark.css +15 -2
  36. package/styles/spreadsheet/material.css +15 -2
  37. package/styles/spreadsheet/tailwind-dark.css +15 -2
  38. package/styles/spreadsheet/tailwind.css +15 -2
  39. package/styles/tailwind-dark.css +15 -2
  40. package/styles/tailwind.css +15 -2
@@ -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
- font-weight: bold;
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
- font-weight: bold;
2463
+ color: #f87171;
2464
+ font-size: 12px;
2452
2465
  padding-top: 7px;
2453
2466
  }
2454
2467
 
@@ -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
- font-weight: bold;
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
- font-weight: bold;
2463
+ color: #dc2626;
2464
+ font-size: 12px;
2452
2465
  padding-top: 7px;
2453
2466
  }
2454
2467