@syncfusion/ej2-angular-spreadsheet 21.2.10-ngcc → 22.1.34-ngcc

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 (59) 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 +6 -0
  6. package/dist/ej2-angular-spreadsheet.umd.js +6 -5
  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/license +10 -0
  12. package/package.json +8 -8
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/spreadsheet/chart.directive.d.ts +5 -0
  17. package/src/spreadsheet/ranges.directive.d.ts +1 -0
  18. package/styles/bootstrap-dark.css +84 -57
  19. package/styles/bootstrap.css +84 -57
  20. package/styles/bootstrap4.css +84 -57
  21. package/styles/bootstrap5-dark.css +85 -67
  22. package/styles/bootstrap5.css +85 -67
  23. package/styles/fabric-dark.css +84 -57
  24. package/styles/fabric.css +84 -57
  25. package/styles/fluent-dark.css +84 -61
  26. package/styles/fluent.css +84 -61
  27. package/styles/highcontrast-light.css +72 -57
  28. package/styles/highcontrast.css +84 -57
  29. package/styles/material-dark.css +84 -56
  30. package/styles/material.css +84 -56
  31. package/styles/material3-dark.css +4563 -0
  32. package/styles/material3-dark.scss +3 -0
  33. package/styles/material3.css +4674 -0
  34. package/styles/material3.scss +3 -0
  35. package/styles/spreadsheet/bootstrap-dark.css +84 -57
  36. package/styles/spreadsheet/bootstrap.css +84 -57
  37. package/styles/spreadsheet/bootstrap4.css +84 -57
  38. package/styles/spreadsheet/bootstrap5-dark.css +85 -67
  39. package/styles/spreadsheet/bootstrap5.css +85 -67
  40. package/styles/spreadsheet/fabric-dark.css +84 -57
  41. package/styles/spreadsheet/fabric.css +84 -57
  42. package/styles/spreadsheet/fluent-dark.css +84 -61
  43. package/styles/spreadsheet/fluent.css +84 -61
  44. package/styles/spreadsheet/highcontrast-light.css +72 -57
  45. package/styles/spreadsheet/highcontrast.css +84 -57
  46. package/styles/spreadsheet/material-dark.css +84 -56
  47. package/styles/spreadsheet/material.css +84 -56
  48. package/styles/spreadsheet/material3-dark.css +4366 -0
  49. package/styles/spreadsheet/material3-dark.scss +2 -0
  50. package/styles/spreadsheet/material3.css +4422 -0
  51. package/styles/spreadsheet/material3.scss +2 -0
  52. package/styles/spreadsheet/tailwind-dark.css +112 -68
  53. package/styles/spreadsheet/tailwind.css +84 -67
  54. package/styles/spreadsheet-ribbon/material3-dark.css +196 -0
  55. package/styles/spreadsheet-ribbon/material3-dark.scss +2 -0
  56. package/styles/spreadsheet-ribbon/material3.css +252 -0
  57. package/styles/spreadsheet-ribbon/material3.scss +2 -0
  58. package/styles/tailwind-dark.css +112 -68
  59. package/styles/tailwind.css +84 -67
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-dark-definition.scss';
2
+ @import 'ej2-spreadsheet/styles/spreadsheet/material3-dark.scss';