@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.
- package/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark.css +13 -3
- package/styles/bootstrap5.css +13 -3
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/fluent-dark.css +10 -0
- package/styles/fluent.css +10 -0
- package/styles/highcontrast-light.css +10 -0
- package/styles/highcontrast.css +10 -0
- package/styles/material-dark.css +10 -0
- package/styles/material.css +10 -0
- package/styles/multi-select/bootstrap-dark.css +10 -0
- package/styles/multi-select/bootstrap.css +10 -0
- package/styles/multi-select/bootstrap4.css +10 -0
- package/styles/multi-select/bootstrap5-dark.css +13 -3
- package/styles/multi-select/bootstrap5.css +13 -3
- package/styles/multi-select/fabric-dark.css +10 -0
- package/styles/multi-select/fabric.css +10 -0
- package/styles/multi-select/fluent-dark.css +10 -0
- package/styles/multi-select/fluent.css +10 -0
- package/styles/multi-select/highcontrast-light.css +10 -0
- package/styles/multi-select/highcontrast.css +10 -0
- package/styles/multi-select/material-dark.css +10 -0
- package/styles/multi-select/material.css +10 -0
- package/styles/multi-select/tailwind-dark.css +11 -1
- package/styles/multi-select/tailwind.css +11 -1
- package/styles/tailwind-dark.css +11 -1
- package/styles/tailwind.css +11 -1
package/styles/tailwind-dark.css
CHANGED
|
@@ -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% -
|
|
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
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -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% -
|
|
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
|
}
|