@syncfusion/ej2-vue-spreadsheet 20.1.50 → 20.1.55

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 (49) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +11 -2
  3. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +303 -1642
  6. package/styles/bootstrap.css +304 -1663
  7. package/styles/bootstrap4.css +306 -1664
  8. package/styles/bootstrap5-dark.css +307 -1668
  9. package/styles/bootstrap5.css +307 -1668
  10. package/styles/fabric-dark.css +302 -1640
  11. package/styles/fabric.css +306 -1654
  12. package/styles/fluent-dark.css +305 -1659
  13. package/styles/fluent.css +305 -1659
  14. package/styles/highcontrast-light.css +146 -1363
  15. package/styles/highcontrast.css +306 -1672
  16. package/styles/material-dark.css +299 -1638
  17. package/styles/material.css +299 -1641
  18. package/styles/ribbon/bootstrap-dark.css +5 -45
  19. package/styles/ribbon/bootstrap.css +6 -57
  20. package/styles/ribbon/bootstrap4.css +5 -45
  21. package/styles/ribbon/bootstrap5-dark.css +6 -52
  22. package/styles/ribbon/bootstrap5.css +6 -52
  23. package/styles/ribbon/fabric-dark.css +4 -43
  24. package/styles/ribbon/fabric.css +6 -50
  25. package/styles/ribbon/fluent-dark.css +7 -51
  26. package/styles/ribbon/fluent.css +7 -51
  27. package/styles/ribbon/highcontrast-light.css +3 -42
  28. package/styles/ribbon/highcontrast.css +7 -52
  29. package/styles/ribbon/material-dark.css +5 -45
  30. package/styles/ribbon/material.css +5 -49
  31. package/styles/ribbon/tailwind-dark.css +6 -52
  32. package/styles/ribbon/tailwind.css +6 -52
  33. package/styles/spreadsheet/bootstrap-dark.css +299 -1598
  34. package/styles/spreadsheet/bootstrap.css +299 -1607
  35. package/styles/spreadsheet/bootstrap4.css +302 -1620
  36. package/styles/spreadsheet/bootstrap5-dark.css +302 -1617
  37. package/styles/spreadsheet/bootstrap5.css +302 -1617
  38. package/styles/spreadsheet/fabric-dark.css +299 -1598
  39. package/styles/spreadsheet/fabric.css +301 -1605
  40. package/styles/spreadsheet/fluent-dark.css +299 -1609
  41. package/styles/spreadsheet/fluent.css +299 -1609
  42. package/styles/spreadsheet/highcontrast-light.css +144 -1322
  43. package/styles/spreadsheet/highcontrast.css +300 -1621
  44. package/styles/spreadsheet/material-dark.css +295 -1594
  45. package/styles/spreadsheet/material.css +295 -1593
  46. package/styles/spreadsheet/tailwind-dark.css +295 -1596
  47. package/styles/spreadsheet/tailwind.css +295 -1596
  48. package/styles/tailwind-dark.css +300 -1647
  49. package/styles/tailwind.css +300 -1647
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-vue-spreadsheet@20.1.48",
3
+ "_id": "@syncfusion/ej2-vue-spreadsheet@20.1.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-3XHNbRofd5R+WJriqNl3A356sjyJT1thKBx1UudLInGZAFQo2gTSJOonjlU3Ehc1qhRZahTWvVNh39SJJmD8sA==",
5
+ "_integrity": "sha512-zZ2dfsAwxT/n3bMOUbA7RRBhSHpiqOOftaoMz0OKN8FG3x0B9trKDfLlPnNBufYeY7FrnIK9hwbQBsJ5iKwmUQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-spreadsheet",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-20.1.48.tgz",
23
- "_shasum": "0fae60279b907b6f060247d9ab0ce503e9c9e4e1",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-spreadsheet/-/ej2-vue-spreadsheet-20.1.52.tgz",
23
+ "_shasum": "f878767af4c426a500afdbc0a547c80d2a10cafb",
24
24
  "_spec": "@syncfusion/ej2-vue-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.50",
35
- "@syncfusion/ej2-spreadsheet": "20.1.50",
36
- "@syncfusion/ej2-vue-base": "~20.1.49"
34
+ "@syncfusion/ej2-base": "~20.1.55",
35
+ "@syncfusion/ej2-spreadsheet": "20.1.55",
36
+ "@syncfusion/ej2-vue-base": "~20.1.55"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
67
67
  },
68
- "version": "20.1.50",
68
+ "version": "20.1.55",
69
69
  "sideEffects": false
70
70
  }