@syncfusion/ej2-react-dropdowns 19.4.52 → 19.4.56
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/diConfig.json +1 -0
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +7 -7
- package/src/multi-select/multiselect.component.d.ts +1 -0
- package/styles/bootstrap-dark.css +17 -5
- package/styles/bootstrap.css +17 -5
- package/styles/bootstrap4.css +17 -5
- package/styles/bootstrap5-dark.css +17 -5
- package/styles/bootstrap5.css +17 -5
- package/styles/fabric-dark.css +17 -5
- package/styles/fabric.css +17 -5
- package/styles/highcontrast-light.css +17 -5
- package/styles/highcontrast.css +17 -5
- package/styles/list-box/bootstrap-dark.css +9 -5
- package/styles/list-box/bootstrap.css +9 -5
- package/styles/list-box/bootstrap4.css +9 -5
- package/styles/list-box/bootstrap5-dark.css +9 -5
- package/styles/list-box/bootstrap5.css +9 -5
- package/styles/list-box/fabric-dark.css +9 -5
- package/styles/list-box/fabric.css +9 -5
- package/styles/list-box/highcontrast-light.css +9 -5
- package/styles/list-box/highcontrast.css +9 -5
- package/styles/list-box/material-dark.css +9 -5
- package/styles/list-box/material.css +9 -5
- package/styles/list-box/tailwind-dark.css +9 -5
- package/styles/list-box/tailwind.css +9 -5
- package/styles/material-dark.css +17 -5
- package/styles/material.css +17 -5
- package/styles/multi-select/bootstrap-dark.css +8 -0
- package/styles/multi-select/bootstrap.css +8 -0
- package/styles/multi-select/bootstrap4.css +8 -0
- package/styles/multi-select/bootstrap5-dark.css +8 -0
- package/styles/multi-select/bootstrap5.css +8 -0
- package/styles/multi-select/fabric-dark.css +8 -0
- package/styles/multi-select/fabric.css +8 -0
- package/styles/multi-select/highcontrast-light.css +8 -0
- package/styles/multi-select/highcontrast.css +8 -0
- package/styles/multi-select/material-dark.css +8 -0
- package/styles/multi-select/material.css +8 -0
- package/styles/multi-select/tailwind-dark.css +8 -0
- package/styles/multi-select/tailwind.css +8 -0
- package/styles/tailwind-dark.css +17 -5
- package/styles/tailwind.css +17 -5
package/styles/tailwind.css
CHANGED
|
@@ -2413,6 +2413,14 @@ ejs-multiselect {
|
|
|
2413
2413
|
width: 16px;
|
|
2414
2414
|
}
|
|
2415
2415
|
|
|
2416
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2417
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2418
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2419
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2420
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2421
|
+
display: none;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2416
2424
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2417
2425
|
color: #111827;
|
|
2418
2426
|
}
|
|
@@ -2650,6 +2658,7 @@ ejs-multiselect {
|
|
|
2650
2658
|
.e-listbox-wrapper,
|
|
2651
2659
|
.e-listbox-container {
|
|
2652
2660
|
-webkit-overflow-scrolling: touch;
|
|
2661
|
+
box-sizing: border-box;
|
|
2653
2662
|
cursor: pointer;
|
|
2654
2663
|
display: block;
|
|
2655
2664
|
position: relative;
|
|
@@ -2697,11 +2706,6 @@ ejs-multiselect {
|
|
|
2697
2706
|
overflow: inherit;
|
|
2698
2707
|
}
|
|
2699
2708
|
|
|
2700
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2701
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2702
|
-
overflow: auto;
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
2709
|
.e-listbox-wrapper .e-list-parent,
|
|
2706
2710
|
.e-listbox-container .e-list-parent {
|
|
2707
2711
|
height: 100%;
|
|
@@ -2984,6 +2988,14 @@ ejs-listbox {
|
|
|
2984
2988
|
overflow: auto;
|
|
2985
2989
|
}
|
|
2986
2990
|
|
|
2991
|
+
.e-listbox-wrapper.e-filter-list {
|
|
2992
|
+
overflow: inherit;
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2996
|
+
overflow: auto;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2987
2999
|
.e-listbox-wrapper.e-sortableclone,
|
|
2988
3000
|
.e-listbox-container.e-sortableclone {
|
|
2989
3001
|
border-width: 0;
|