@syncfusion/ej2-vue-dropdowns 19.4.54 → 20.1.47
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 +0 -22
- package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
- package/dist/es6/ej2-vue-dropdowns.es2015.js +96 -12
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +60 -6
- package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/src/auto-complete/autocomplete.component.d.ts +1 -0
- package/src/auto-complete/autocomplete.component.js +10 -1
- package/src/combo-box/combobox.component.d.ts +1 -0
- package/src/combo-box/combobox.component.js +10 -1
- package/src/drop-down-list/dropdownlist.component.d.ts +1 -0
- package/src/drop-down-list/dropdownlist.component.js +10 -1
- package/src/drop-down-tree/dropdowntree.component.d.ts +1 -0
- package/src/drop-down-tree/dropdowntree.component.js +10 -1
- package/src/list-box/listbox.component.d.ts +1 -0
- package/src/list-box/listbox.component.js +10 -1
- package/src/multi-select/multiselect.component.d.ts +1 -0
- package/src/multi-select/multiselect.component.js +10 -1
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +1 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +1 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +64 -34
- package/styles/bootstrap.css +64 -34
- package/styles/bootstrap4.css +64 -34
- package/styles/bootstrap5-dark.css +124 -44
- package/styles/bootstrap5.css +124 -44
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +1 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +1 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +1 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +1 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +1 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +64 -34
- package/styles/fabric.css +64 -34
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +66 -35
- package/styles/highcontrast.css +66 -35
- package/styles/list-box/bootstrap-dark.css +10 -16
- package/styles/list-box/bootstrap.css +10 -16
- package/styles/list-box/bootstrap4.css +10 -16
- package/styles/list-box/bootstrap5-dark.css +13 -19
- package/styles/list-box/bootstrap5.css +13 -19
- package/styles/list-box/fabric-dark.css +10 -16
- package/styles/list-box/fabric.css +10 -16
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +1 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/highcontrast-light.css +10 -16
- package/styles/list-box/highcontrast.css +10 -16
- package/styles/list-box/material-dark.css +12 -18
- package/styles/list-box/material.css +12 -18
- package/styles/list-box/tailwind-dark.css +25 -28
- package/styles/list-box/tailwind.css +25 -28
- package/styles/material-dark.css +66 -36
- package/styles/material.css +66 -36
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +1 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +1 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +305 -257
- package/styles/tailwind.css +305 -257
package/styles/bootstrap4.css
CHANGED
|
@@ -35,9 +35,13 @@
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
38
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
39
|
+
line-height: 48px;
|
|
40
|
+
text-indent: 20px;
|
|
41
|
+
}
|
|
42
|
+
|
|
38
43
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
39
44
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
40
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
41
45
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
42
46
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
43
47
|
line-height: 48px;
|
|
@@ -171,6 +175,7 @@
|
|
|
171
175
|
}
|
|
172
176
|
|
|
173
177
|
.e-dropdownbase .e-list-item {
|
|
178
|
+
-webkit-tap-highlight-color: transparent;
|
|
174
179
|
background-color: #fff;
|
|
175
180
|
border-bottom: 1px;
|
|
176
181
|
border-color: #fff;
|
|
@@ -339,9 +344,9 @@
|
|
|
339
344
|
border-color: #fff;
|
|
340
345
|
color: #212529;
|
|
341
346
|
font-family: inherit;
|
|
347
|
+
text-indent: 20px;
|
|
342
348
|
font-size: 14px;
|
|
343
349
|
padding-right: 24px;
|
|
344
|
-
text-indent: 20px;
|
|
345
350
|
}
|
|
346
351
|
|
|
347
352
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -544,12 +549,18 @@
|
|
|
544
549
|
margin-left: -20px;
|
|
545
550
|
}
|
|
546
551
|
|
|
547
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
552
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
553
|
+
font-size: 16px;
|
|
554
|
+
}
|
|
555
|
+
|
|
548
556
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
549
557
|
font-size: 16px;
|
|
550
558
|
}
|
|
551
559
|
|
|
552
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
560
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
561
|
+
font-size: 16px;
|
|
562
|
+
}
|
|
563
|
+
|
|
553
564
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
554
565
|
font-size: 16px;
|
|
555
566
|
}
|
|
@@ -564,6 +575,10 @@
|
|
|
564
575
|
top: 0;
|
|
565
576
|
}
|
|
566
577
|
|
|
578
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
579
|
+
margin: 0;
|
|
580
|
+
}
|
|
581
|
+
|
|
567
582
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
568
583
|
position: relative;
|
|
569
584
|
}
|
|
@@ -708,29 +723,41 @@ ejs-dropdownlist {
|
|
|
708
723
|
}
|
|
709
724
|
|
|
710
725
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
726
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
727
|
+
font-size: 13px;
|
|
728
|
+
}
|
|
729
|
+
|
|
711
730
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
712
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
713
731
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
714
732
|
font-size: 13px;
|
|
715
733
|
}
|
|
716
734
|
|
|
717
735
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
736
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
737
|
+
font-size: 13px;
|
|
738
|
+
}
|
|
739
|
+
|
|
718
740
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
719
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
720
741
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
721
742
|
font-size: 13px;
|
|
722
743
|
}
|
|
723
744
|
|
|
724
745
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
746
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
747
|
+
font-size: 14px;
|
|
748
|
+
}
|
|
749
|
+
|
|
725
750
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
726
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
727
751
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
728
752
|
font-size: 14px;
|
|
729
753
|
}
|
|
730
754
|
|
|
731
755
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
756
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
757
|
+
font-size: 14px;
|
|
758
|
+
}
|
|
759
|
+
|
|
732
760
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
733
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
734
761
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
735
762
|
font-size: 14px;
|
|
736
763
|
}
|
|
@@ -1441,12 +1468,14 @@ ejs-dropdownlist {
|
|
|
1441
1468
|
width: 100%;
|
|
1442
1469
|
}
|
|
1443
1470
|
|
|
1444
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1471
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1472
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1445
1473
|
height: 27px;
|
|
1446
1474
|
vertical-align: middle;
|
|
1447
1475
|
}
|
|
1448
1476
|
|
|
1449
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1477
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1478
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1450
1479
|
height: 100%;
|
|
1451
1480
|
min-height: 100%;
|
|
1452
1481
|
}
|
|
@@ -1711,6 +1740,7 @@ ejs-dropdownlist {
|
|
|
1711
1740
|
}
|
|
1712
1741
|
|
|
1713
1742
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1743
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1714
1744
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1715
1745
|
right: 24px;
|
|
1716
1746
|
}
|
|
@@ -1942,7 +1972,7 @@ ejs-dropdownlist {
|
|
|
1942
1972
|
padding-right: 8px;
|
|
1943
1973
|
}
|
|
1944
1974
|
|
|
1945
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1975
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
1946
1976
|
left: 38px;
|
|
1947
1977
|
}
|
|
1948
1978
|
|
|
@@ -1978,12 +2008,14 @@ ejs-dropdownlist {
|
|
|
1978
2008
|
vertical-align: middle;
|
|
1979
2009
|
}
|
|
1980
2010
|
|
|
1981
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
2011
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2012
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1982
2013
|
bottom: 1px;
|
|
1983
2014
|
margin-right: 12px;
|
|
1984
2015
|
}
|
|
1985
2016
|
|
|
1986
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
2017
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2018
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1987
2019
|
bottom: 1px;
|
|
1988
2020
|
margin-right: 12px;
|
|
1989
2021
|
}
|
|
@@ -2038,6 +2070,7 @@ ejs-dropdownlist {
|
|
|
2038
2070
|
font-size: 14px;
|
|
2039
2071
|
}
|
|
2040
2072
|
|
|
2073
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2041
2074
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2042
2075
|
font-size: 14px;
|
|
2043
2076
|
line-height: 40px;
|
|
@@ -2052,6 +2085,7 @@ ejs-dropdownlist {
|
|
|
2052
2085
|
vertical-align: middle;
|
|
2053
2086
|
}
|
|
2054
2087
|
|
|
2088
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2055
2089
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2056
2090
|
bottom: 1px;
|
|
2057
2091
|
margin-right: 12px;
|
|
@@ -2081,7 +2115,7 @@ ejs-dropdownlist {
|
|
|
2081
2115
|
padding: 8px;
|
|
2082
2116
|
}
|
|
2083
2117
|
|
|
2084
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
2118
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2085
2119
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2086
2120
|
padding: 0;
|
|
2087
2121
|
}
|
|
@@ -2126,6 +2160,7 @@ ejs-multiselect {
|
|
|
2126
2160
|
display: block;
|
|
2127
2161
|
}
|
|
2128
2162
|
|
|
2163
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2129
2164
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2130
2165
|
line-height: 22px;
|
|
2131
2166
|
}
|
|
@@ -2158,6 +2193,7 @@ ejs-multiselect {
|
|
|
2158
2193
|
padding: 0 8px 0 8px;
|
|
2159
2194
|
}
|
|
2160
2195
|
|
|
2196
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2161
2197
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2162
2198
|
line-height: 34px;
|
|
2163
2199
|
}
|
|
@@ -2430,7 +2466,7 @@ ejs-multiselect {
|
|
|
2430
2466
|
background-color: #545b62;
|
|
2431
2467
|
}
|
|
2432
2468
|
|
|
2433
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2469
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2434
2470
|
background-color: #6c757d;
|
|
2435
2471
|
}
|
|
2436
2472
|
|
|
@@ -2459,7 +2495,7 @@ ejs-multiselect {
|
|
|
2459
2495
|
height: 24px;
|
|
2460
2496
|
}
|
|
2461
2497
|
|
|
2462
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2498
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2463
2499
|
background-color: #5a6268;
|
|
2464
2500
|
}
|
|
2465
2501
|
|
|
@@ -2550,16 +2586,16 @@ ejs-multiselect {
|
|
|
2550
2586
|
|
|
2551
2587
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2552
2588
|
background-color: #007bff;
|
|
2553
|
-
border: 1px solid #6c757d;
|
|
2554
2589
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2555
2590
|
color: #fff;
|
|
2591
|
+
border: 1px solid #6c757d;
|
|
2556
2592
|
}
|
|
2557
2593
|
|
|
2558
2594
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2559
2595
|
background-color: #007bff;
|
|
2560
|
-
border: 1px solid #6c757d;
|
|
2561
2596
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2562
2597
|
color: #fff;
|
|
2598
|
+
border: 1px solid #6c757d;
|
|
2563
2599
|
}
|
|
2564
2600
|
|
|
2565
2601
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -2681,6 +2717,7 @@ ejs-multiselect {
|
|
|
2681
2717
|
.e-listbox-wrapper,
|
|
2682
2718
|
.e-listbox-container {
|
|
2683
2719
|
-webkit-overflow-scrolling: touch;
|
|
2720
|
+
box-sizing: border-box;
|
|
2684
2721
|
cursor: pointer;
|
|
2685
2722
|
display: block;
|
|
2686
2723
|
position: relative;
|
|
@@ -2728,11 +2765,6 @@ ejs-multiselect {
|
|
|
2728
2765
|
overflow: inherit;
|
|
2729
2766
|
}
|
|
2730
2767
|
|
|
2731
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2732
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2733
|
-
overflow: auto;
|
|
2734
|
-
}
|
|
2735
|
-
|
|
2736
2768
|
.e-listbox-wrapper .e-list-parent,
|
|
2737
2769
|
.e-listbox-container .e-list-parent {
|
|
2738
2770
|
height: 100%;
|
|
@@ -2812,7 +2844,7 @@ ejs-multiselect {
|
|
|
2812
2844
|
font-weight: 600;
|
|
2813
2845
|
height: 40px;
|
|
2814
2846
|
line-height: 1.5;
|
|
2815
|
-
padding:
|
|
2847
|
+
padding: 10px 16px 10px 16px;
|
|
2816
2848
|
}
|
|
2817
2849
|
|
|
2818
2850
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -3015,6 +3047,14 @@ ejs-listbox {
|
|
|
3015
3047
|
overflow: auto;
|
|
3016
3048
|
}
|
|
3017
3049
|
|
|
3050
|
+
.e-listbox-wrapper.e-filter-list {
|
|
3051
|
+
overflow: inherit;
|
|
3052
|
+
}
|
|
3053
|
+
|
|
3054
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3055
|
+
overflow: auto;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3018
3058
|
.e-listbox-wrapper.e-sortableclone,
|
|
3019
3059
|
.e-listbox-container.e-sortableclone {
|
|
3020
3060
|
border-width: 0;
|
|
@@ -3300,16 +3340,6 @@ ejs-listbox {
|
|
|
3300
3340
|
height: calc(100% - 39px);
|
|
3301
3341
|
}
|
|
3302
3342
|
|
|
3303
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3304
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3305
|
-
height: calc(100% - 40px);
|
|
3306
|
-
}
|
|
3307
|
-
|
|
3308
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3309
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3310
|
-
height: calc(100% - 79px);
|
|
3311
|
-
}
|
|
3312
|
-
|
|
3313
3343
|
.e-listbox-wrapper .e-icons,
|
|
3314
3344
|
.e-listbox-container .e-icons {
|
|
3315
3345
|
color: #212529;
|