@syncfusion/ej2-vue-dropdowns 20.4.40 → 20.4.43

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 (35) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
  4. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +10 -0
  7. package/styles/bootstrap.css +10 -0
  8. package/styles/bootstrap4.css +10 -0
  9. package/styles/bootstrap5-dark.css +13 -3
  10. package/styles/bootstrap5.css +13 -3
  11. package/styles/fabric-dark.css +10 -0
  12. package/styles/fabric.css +10 -0
  13. package/styles/fluent-dark.css +10 -0
  14. package/styles/fluent.css +10 -0
  15. package/styles/highcontrast-light.css +10 -0
  16. package/styles/highcontrast.css +10 -0
  17. package/styles/material-dark.css +10 -0
  18. package/styles/material.css +10 -0
  19. package/styles/multi-select/bootstrap-dark.css +10 -0
  20. package/styles/multi-select/bootstrap.css +10 -0
  21. package/styles/multi-select/bootstrap4.css +10 -0
  22. package/styles/multi-select/bootstrap5-dark.css +13 -3
  23. package/styles/multi-select/bootstrap5.css +13 -3
  24. package/styles/multi-select/fabric-dark.css +10 -0
  25. package/styles/multi-select/fabric.css +10 -0
  26. package/styles/multi-select/fluent-dark.css +10 -0
  27. package/styles/multi-select/fluent.css +10 -0
  28. package/styles/multi-select/highcontrast-light.css +10 -0
  29. package/styles/multi-select/highcontrast.css +10 -0
  30. package/styles/multi-select/material-dark.css +10 -0
  31. package/styles/multi-select/material.css +10 -0
  32. package/styles/multi-select/tailwind-dark.css +11 -1
  33. package/styles/multi-select/tailwind.css +11 -1
  34. package/styles/tailwind-dark.css +11 -1
  35. package/styles/tailwind.css +11 -1
@@ -1739,7 +1739,7 @@ ejs-dropdownlist {
1739
1739
 
1740
1740
  .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1741
1741
  .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1742
- width: calc(100% - 38px);
1742
+ width: calc(100% - 50px);
1743
1743
  }
1744
1744
 
1745
1745
  .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
@@ -2377,6 +2377,16 @@ ejs-multiselect {
2377
2377
  margin-right: 0;
2378
2378
  }
2379
2379
 
2380
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2381
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2382
+ cursor: not-allowed;
2383
+ }
2384
+
2385
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2386
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2387
+ cursor: pointer;
2388
+ }
2389
+
2380
2390
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2381
2391
  color: #fff;
2382
2392
  }
@@ -1739,7 +1739,7 @@ ejs-dropdownlist {
1739
1739
 
1740
1740
  .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
1741
1741
  .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
1742
- width: calc(100% - 38px);
1742
+ width: calc(100% - 50px);
1743
1743
  }
1744
1744
 
1745
1745
  .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
@@ -2377,6 +2377,16 @@ ejs-multiselect {
2377
2377
  margin-right: 0;
2378
2378
  }
2379
2379
 
2380
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2381
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2382
+ cursor: not-allowed;
2383
+ }
2384
+
2385
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2386
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2387
+ cursor: pointer;
2388
+ }
2389
+
2380
2390
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2381
2391
  color: #111827;
2382
2392
  }