@syncfusion/ej2-vue-spreadsheet 20.1.60 → 20.2.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 (56) hide show
  1. package/CHANGELOG.md +15 -102
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +2 -29
  3. package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-spreadsheet.es2015.js +4 -1
  5. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es5.js +4 -1
  7. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/spreadsheet/spreadsheet.component.d.ts +1 -0
  11. package/src/spreadsheet/spreadsheet.component.js +4 -1
  12. package/styles/bootstrap-dark.css +166 -179
  13. package/styles/bootstrap.css +166 -176
  14. package/styles/bootstrap4.css +169 -179
  15. package/styles/bootstrap5-dark.css +181 -183
  16. package/styles/bootstrap5.css +181 -183
  17. package/styles/fabric-dark.css +165 -180
  18. package/styles/fabric.css +165 -177
  19. package/styles/fluent-dark.css +202 -198
  20. package/styles/fluent.css +202 -198
  21. package/styles/highcontrast-light.css +165 -176
  22. package/styles/highcontrast.css +164 -176
  23. package/styles/material-dark.css +165 -179
  24. package/styles/material.css +165 -176
  25. package/styles/ribbon/bootstrap-dark.css +7 -0
  26. package/styles/ribbon/bootstrap.css +7 -0
  27. package/styles/ribbon/bootstrap4.css +7 -0
  28. package/styles/ribbon/bootstrap5-dark.css +15 -0
  29. package/styles/ribbon/bootstrap5.css +15 -0
  30. package/styles/ribbon/fabric-dark.css +8 -0
  31. package/styles/ribbon/fabric.css +8 -0
  32. package/styles/ribbon/fluent-dark.css +10 -0
  33. package/styles/ribbon/fluent.css +10 -0
  34. package/styles/ribbon/highcontrast-light.css +9 -0
  35. package/styles/ribbon/highcontrast.css +9 -0
  36. package/styles/ribbon/material-dark.css +7 -0
  37. package/styles/ribbon/material.css +7 -0
  38. package/styles/ribbon/tailwind-dark.css +7 -0
  39. package/styles/ribbon/tailwind.css +7 -0
  40. package/styles/spreadsheet/bootstrap-dark.css +159 -179
  41. package/styles/spreadsheet/bootstrap.css +159 -176
  42. package/styles/spreadsheet/bootstrap4.css +162 -179
  43. package/styles/spreadsheet/bootstrap5-dark.css +166 -183
  44. package/styles/spreadsheet/bootstrap5.css +166 -183
  45. package/styles/spreadsheet/fabric-dark.css +157 -180
  46. package/styles/spreadsheet/fabric.css +157 -177
  47. package/styles/spreadsheet/fluent-dark.css +192 -198
  48. package/styles/spreadsheet/fluent.css +192 -198
  49. package/styles/spreadsheet/highcontrast-light.css +156 -176
  50. package/styles/spreadsheet/highcontrast.css +155 -176
  51. package/styles/spreadsheet/material-dark.css +158 -179
  52. package/styles/spreadsheet/material.css +158 -176
  53. package/styles/spreadsheet/tailwind-dark.css +384 -183
  54. package/styles/spreadsheet/tailwind.css +174 -183
  55. package/styles/tailwind-dark.css +391 -183
  56. package/styles/tailwind.css +181 -183

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.