@syncfusion/ej2-react-dropdowns 20.4.42 → 20.4.48
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 +22 -0
- package/dist/ej2-react-dropdowns.min.js +1 -1
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +15 -2
- package/styles/bootstrap.css +15 -2
- package/styles/bootstrap4.css +15 -2
- package/styles/bootstrap5-dark.css +18 -5
- package/styles/bootstrap5.css +18 -5
- package/styles/drop-down-list/bootstrap-dark.css +3 -0
- package/styles/drop-down-list/bootstrap.css +3 -0
- package/styles/drop-down-list/bootstrap4.css +3 -0
- package/styles/drop-down-list/bootstrap5-dark.css +3 -0
- package/styles/drop-down-list/bootstrap5.css +3 -0
- package/styles/drop-down-list/fabric-dark.css +3 -0
- package/styles/drop-down-list/fabric.css +3 -0
- package/styles/drop-down-list/fluent-dark.css +3 -0
- package/styles/drop-down-list/fluent.css +3 -0
- package/styles/drop-down-list/highcontrast-light.css +3 -0
- package/styles/drop-down-list/highcontrast.css +3 -0
- package/styles/drop-down-list/material-dark.css +3 -0
- package/styles/drop-down-list/material.css +3 -0
- package/styles/drop-down-list/tailwind-dark.css +3 -0
- package/styles/drop-down-list/tailwind.css +3 -0
- package/styles/fabric-dark.css +15 -2
- package/styles/fabric.css +15 -2
- package/styles/fluent-dark.css +15 -2
- package/styles/fluent.css +15 -2
- package/styles/highcontrast-light.css +15 -2
- package/styles/highcontrast.css +15 -2
- package/styles/material-dark.css +14 -1
- package/styles/material.css +14 -1
- package/styles/multi-select/bootstrap-dark.css +12 -2
- package/styles/multi-select/bootstrap.css +12 -2
- package/styles/multi-select/bootstrap4.css +12 -2
- package/styles/multi-select/bootstrap5-dark.css +15 -5
- package/styles/multi-select/bootstrap5.css +15 -5
- package/styles/multi-select/fabric-dark.css +12 -2
- package/styles/multi-select/fabric.css +12 -2
- package/styles/multi-select/fluent-dark.css +12 -2
- package/styles/multi-select/fluent.css +12 -2
- package/styles/multi-select/highcontrast-light.css +12 -2
- package/styles/multi-select/highcontrast.css +12 -2
- package/styles/multi-select/material-dark.css +11 -1
- package/styles/multi-select/material.css +11 -1
- package/styles/multi-select/tailwind-dark.css +13 -3
- package/styles/multi-select/tailwind.css +13 -3
- package/styles/tailwind-dark.css +16 -3
- package/styles/tailwind.css +16 -3
package/styles/tailwind.css
CHANGED
|
@@ -639,6 +639,9 @@
|
|
|
639
639
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
640
640
|
margin: 0;
|
|
641
641
|
}
|
|
642
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
643
|
+
position: fixed;
|
|
644
|
+
}
|
|
642
645
|
|
|
643
646
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
644
647
|
position: relative;
|
|
@@ -1688,8 +1691,8 @@ ejs-dropdownlist {
|
|
|
1688
1691
|
height: 28px;
|
|
1689
1692
|
min-height: 28px;
|
|
1690
1693
|
outline: none;
|
|
1691
|
-
padding: 0;
|
|
1692
|
-
text-indent:
|
|
1694
|
+
padding: 4px 0 4px 12px;
|
|
1695
|
+
text-indent: 0;
|
|
1693
1696
|
}
|
|
1694
1697
|
|
|
1695
1698
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -1739,7 +1742,7 @@ ejs-dropdownlist {
|
|
|
1739
1742
|
|
|
1740
1743
|
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1741
1744
|
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1742
|
-
width: calc(100% -
|
|
1745
|
+
width: calc(100% - 50px);
|
|
1743
1746
|
}
|
|
1744
1747
|
|
|
1745
1748
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
@@ -2377,6 +2380,16 @@ ejs-multiselect {
|
|
|
2377
2380
|
margin-right: 0;
|
|
2378
2381
|
}
|
|
2379
2382
|
|
|
2383
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2384
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2385
|
+
cursor: not-allowed;
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2389
|
+
.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 {
|
|
2390
|
+
cursor: pointer;
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2380
2393
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2381
2394
|
color: #111827;
|
|
2382
2395
|
}
|