@syncfusion/ej2-vue-dropdowns 21.2.8 → 21.2.10

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 (34) hide show
  1. package/CHANGELOG.md +28 -6
  2. package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +207 -99
  6. package/styles/bootstrap.css +209 -100
  7. package/styles/bootstrap4.css +209 -100
  8. package/styles/bootstrap5-dark.css +207 -99
  9. package/styles/bootstrap5.css +207 -99
  10. package/styles/fabric-dark.css +207 -99
  11. package/styles/fabric.css +209 -100
  12. package/styles/fluent-dark.css +209 -100
  13. package/styles/fluent.css +209 -100
  14. package/styles/highcontrast-light.css +207 -99
  15. package/styles/highcontrast.css +209 -100
  16. package/styles/list-box/bootstrap-dark.css +207 -99
  17. package/styles/list-box/bootstrap.css +209 -100
  18. package/styles/list-box/bootstrap4.css +209 -100
  19. package/styles/list-box/bootstrap5-dark.css +207 -99
  20. package/styles/list-box/bootstrap5.css +207 -99
  21. package/styles/list-box/fabric-dark.css +207 -99
  22. package/styles/list-box/fabric.css +209 -100
  23. package/styles/list-box/fluent-dark.css +209 -100
  24. package/styles/list-box/fluent.css +209 -100
  25. package/styles/list-box/highcontrast-light.css +207 -99
  26. package/styles/list-box/highcontrast.css +209 -100
  27. package/styles/list-box/material-dark.css +207 -99
  28. package/styles/list-box/material.css +209 -100
  29. package/styles/list-box/tailwind-dark.css +209 -100
  30. package/styles/list-box/tailwind.css +209 -100
  31. package/styles/material-dark.css +207 -99
  32. package/styles/material.css +209 -100
  33. package/styles/tailwind-dark.css +209 -100
  34. package/styles/tailwind.css +209 -100
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-dropdowns@*",
3
- "_id": "@syncfusion/ej2-vue-dropdowns@21.2.6",
3
+ "_id": "@syncfusion/ej2-vue-dropdowns@21.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-uGHpQkXDtd3FvLhnGgPxMgKVb2LaG4W2w82LfRcOBeL7ytonvYWfMdEtqqnXP/ULsDOj6OkgqcrSdpbTpVwtLg==",
5
+ "_integrity": "sha512-8KaxPYSn+wl/0FPpi6ojrxFtmJy9rSc6YMxO7J2DYHHYD0422cyzRt0akvKWP83Ex8XQEKeHNLVZZl0Td8UUNQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-21.2.6.tgz",
23
- "_shasum": "d036501ba551c7728a0a3c8aa5be709643bc65b9",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-21.2.8.tgz",
23
+ "_shasum": "23af9331af24841c652432b2cbef05ff3adafd67",
24
24
  "_spec": "@syncfusion/ej2-vue-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~21.2.3",
35
- "@syncfusion/ej2-dropdowns": "21.2.8",
36
- "@syncfusion/ej2-vue-base": "~21.2.6"
34
+ "@syncfusion/ej2-base": "~21.2.9",
35
+ "@syncfusion/ej2-dropdowns": "21.2.10",
36
+ "@syncfusion/ej2-vue-base": "~21.2.9"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Vue",
@@ -62,6 +62,6 @@
62
62
  "ci-publish": "gulp ci-publish",
63
63
  "compile": "gulp ci-compile && gulp vue-global-script"
64
64
  },
65
- "version": "21.2.8",
65
+ "version": "21.2.10",
66
66
  "sideEffects": false
67
67
  }