@syncfusion/ej2-vue-filemanager 26.1.41 → 26.2.5

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 (38) hide show
  1. package/dist/ej2-vue-filemanager.umd.min.js +1 -1
  2. package/package.json +6 -6
  3. package/styles/bootstrap-dark.css +1 -1586
  4. package/styles/bootstrap.css +1 -1568
  5. package/styles/bootstrap4.css +1 -1596
  6. package/styles/bootstrap5-dark.css +1 -1630
  7. package/styles/bootstrap5.css +1 -1630
  8. package/styles/fabric-dark.css +1 -1567
  9. package/styles/fabric.css +1 -1567
  10. package/styles/file-manager/bootstrap-dark.css +1 -1586
  11. package/styles/file-manager/bootstrap.css +1 -1568
  12. package/styles/file-manager/bootstrap4.css +1 -1596
  13. package/styles/file-manager/bootstrap5-dark.css +1 -1630
  14. package/styles/file-manager/bootstrap5.css +1 -1630
  15. package/styles/file-manager/fabric-dark.css +1 -1567
  16. package/styles/file-manager/fabric.css +1 -1567
  17. package/styles/file-manager/fluent-dark.css +1 -1576
  18. package/styles/file-manager/fluent.css +1 -1575
  19. package/styles/file-manager/fluent2.css +1 -2868
  20. package/styles/file-manager/highcontrast-light.css +1 -1567
  21. package/styles/file-manager/highcontrast.css +1 -1587
  22. package/styles/file-manager/material-dark.css +1 -1626
  23. package/styles/file-manager/material.css +1 -1629
  24. package/styles/file-manager/material3-dark.css +1 -1701
  25. package/styles/file-manager/material3.css +1 -1813
  26. package/styles/file-manager/tailwind-dark.css +1 -1618
  27. package/styles/file-manager/tailwind.css +1 -1618
  28. package/styles/fluent-dark.css +1 -1576
  29. package/styles/fluent.css +1 -1575
  30. package/styles/fluent2.css +1 -2868
  31. package/styles/highcontrast-light.css +1 -1567
  32. package/styles/highcontrast.css +1 -1587
  33. package/styles/material-dark.css +1 -1626
  34. package/styles/material.css +1 -1629
  35. package/styles/material3-dark.css +1 -1701
  36. package/styles/material3.css +1 -1813
  37. package/styles/tailwind-dark.css +1 -1618
  38. package/styles/tailwind.css +1 -1618
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-filemanager.umd.min.js
3
- * version : 26.1.41
3
+ * version : 26.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-vue-filemanager@*",
3
3
  "_id": "@syncfusion/ej2-vue-filemanager@26.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-UM/qImAiI9CrhJhjCa3DupbWT14EfK74Rzd0ZbmEqAk/Nwq059pyxnptrwW0CYW2gtTQXiFb56FzKIxKl2hcQw==",
5
+ "_integrity": "sha512-taPuENB7XbGaGWsCSDPA3rADaGgta2sNhxquvxQpAKjWeCJZnDYjRuc+WMeR90CO3BD710rj5Rjyd/J1uCqrGA==",
6
6
  "_location": "/@syncfusion/ej2-vue-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -20,7 +20,7 @@
20
20
  "/"
21
21
  ],
22
22
  "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-filemanager/-/ej2-vue-filemanager-26.1.40.tgz",
23
- "_shasum": "a206fd557047d659bd2694c984dfb5ab7fc833f1",
23
+ "_shasum": "a366bbf39157449b9709197ba32942be20f6ae57",
24
24
  "_spec": "@syncfusion/ej2-vue-filemanager@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~26.1.37",
35
- "@syncfusion/ej2-filemanager": "26.1.41",
36
- "@syncfusion/ej2-vue-base": "~26.1.35"
34
+ "@syncfusion/ej2-base": "~26.2.5",
35
+ "@syncfusion/ej2-filemanager": "26.2.5",
36
+ "@syncfusion/ej2-vue-base": "~26.2.5"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 FileManager Component for Vue",
@@ -64,6 +64,6 @@
64
64
  "ci-publish": "gulp ci-publish",
65
65
  "compile": "gulp ci-compile && gulp vue-global-script"
66
66
  },
67
- "version": "26.1.41",
67
+ "version": "26.2.5",
68
68
  "sideEffects": false
69
69
  }