@syncfusion/ej2-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-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +59 -2
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +59 -2
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +53 -1
- package/src/multi-select/multi-select.js +2 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- 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 +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -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/_fluent-dark-definition.scss +1 -0
- 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 +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -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-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- 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 +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -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-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- 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 +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -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/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- 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-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- 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 +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- 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-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +48 -40
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- 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 +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +10 -16
- package/styles/list-box/highcontrast.css +10 -16
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- 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/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- 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 +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- 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/material-dark.css
CHANGED
|
@@ -17,9 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
|
+
line-height: 48px;
|
|
22
|
+
text-indent: 16px;
|
|
23
|
+
}
|
|
24
|
+
|
|
20
25
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
21
26
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
22
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
23
27
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
28
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
29
|
line-height: 48px;
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
}
|
|
154
158
|
|
|
155
159
|
.e-dropdownbase .e-list-item {
|
|
160
|
+
-webkit-tap-highlight-color: transparent;
|
|
156
161
|
background-color: #424242;
|
|
157
162
|
border-bottom: 0;
|
|
158
163
|
border-color: transparent;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: transparent;
|
|
322
327
|
color: #fff;
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 16px;
|
|
324
330
|
font-size: 13px;
|
|
325
331
|
padding-right: 16px;
|
|
326
|
-
text-indent: 16px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -492,7 +497,10 @@
|
|
|
492
497
|
margin-left: -20px;
|
|
493
498
|
}
|
|
494
499
|
|
|
495
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
500
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
501
|
+
font-size: 14px;
|
|
502
|
+
}
|
|
503
|
+
|
|
496
504
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
497
505
|
font-size: 14px;
|
|
498
506
|
}
|
|
@@ -501,7 +509,10 @@
|
|
|
501
509
|
padding: 4px 0;
|
|
502
510
|
}
|
|
503
511
|
|
|
504
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
512
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
513
|
+
font-size: 14px;
|
|
514
|
+
}
|
|
515
|
+
|
|
505
516
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
506
517
|
font-size: 14px;
|
|
507
518
|
}
|
|
@@ -520,6 +531,10 @@
|
|
|
520
531
|
top: 0;
|
|
521
532
|
}
|
|
522
533
|
|
|
534
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
535
|
+
margin: 0;
|
|
536
|
+
}
|
|
537
|
+
|
|
523
538
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
524
539
|
position: relative;
|
|
525
540
|
}
|
|
@@ -671,29 +686,41 @@ ejs-dropdownlist {
|
|
|
671
686
|
}
|
|
672
687
|
|
|
673
688
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
689
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
690
|
+
font-size: 12px;
|
|
691
|
+
}
|
|
692
|
+
|
|
674
693
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
675
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
676
694
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
677
695
|
font-size: 12px;
|
|
678
696
|
}
|
|
679
697
|
|
|
680
698
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
699
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
700
|
+
font-size: 12px;
|
|
701
|
+
}
|
|
702
|
+
|
|
681
703
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
682
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
683
704
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
684
705
|
font-size: 12px;
|
|
685
706
|
}
|
|
686
707
|
|
|
687
708
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
709
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
710
|
+
font-size: 13px;
|
|
711
|
+
}
|
|
712
|
+
|
|
688
713
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
689
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
690
714
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
691
715
|
font-size: 13px;
|
|
692
716
|
}
|
|
693
717
|
|
|
694
718
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
719
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
720
|
+
font-size: 13px;
|
|
721
|
+
}
|
|
722
|
+
|
|
695
723
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
696
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
697
724
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
698
725
|
font-size: 13px;
|
|
699
726
|
}
|
|
@@ -2247,12 +2274,14 @@ ejs-dropdownlist {
|
|
|
2247
2274
|
width: 100%;
|
|
2248
2275
|
}
|
|
2249
2276
|
|
|
2250
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
2277
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2278
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2251
2279
|
height: 27px;
|
|
2252
2280
|
vertical-align: middle;
|
|
2253
2281
|
}
|
|
2254
2282
|
|
|
2255
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
2283
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
2284
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
2256
2285
|
height: 100%;
|
|
2257
2286
|
min-height: 100%;
|
|
2258
2287
|
}
|
|
@@ -2513,6 +2542,7 @@ ejs-dropdownlist {
|
|
|
2513
2542
|
}
|
|
2514
2543
|
|
|
2515
2544
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2545
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2516
2546
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2517
2547
|
right: 22px;
|
|
2518
2548
|
}
|
|
@@ -2754,7 +2784,7 @@ ejs-dropdownlist {
|
|
|
2754
2784
|
padding-right: 16px;
|
|
2755
2785
|
}
|
|
2756
2786
|
|
|
2757
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
2787
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
2758
2788
|
left: 19px;
|
|
2759
2789
|
}
|
|
2760
2790
|
|
|
@@ -2790,12 +2820,14 @@ ejs-dropdownlist {
|
|
|
2790
2820
|
vertical-align: middle;
|
|
2791
2821
|
}
|
|
2792
2822
|
|
|
2793
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
2823
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2824
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2794
2825
|
bottom: 1px;
|
|
2795
2826
|
margin-right: 12px;
|
|
2796
2827
|
}
|
|
2797
2828
|
|
|
2798
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
2829
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2830
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2799
2831
|
bottom: 1px;
|
|
2800
2832
|
margin-right: 12px;
|
|
2801
2833
|
}
|
|
@@ -2850,6 +2882,7 @@ ejs-dropdownlist {
|
|
|
2850
2882
|
font-size: 14px;
|
|
2851
2883
|
}
|
|
2852
2884
|
|
|
2885
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2853
2886
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2854
2887
|
font-size: 13px;
|
|
2855
2888
|
line-height: 48px;
|
|
@@ -2864,6 +2897,7 @@ ejs-dropdownlist {
|
|
|
2864
2897
|
vertical-align: middle;
|
|
2865
2898
|
}
|
|
2866
2899
|
|
|
2900
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2867
2901
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2868
2902
|
bottom: 1px;
|
|
2869
2903
|
margin-right: 12px;
|
|
@@ -2903,7 +2937,7 @@ ejs-dropdownlist {
|
|
|
2903
2937
|
padding: 8px;
|
|
2904
2938
|
}
|
|
2905
2939
|
|
|
2906
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
2940
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2907
2941
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2908
2942
|
padding: 4px 0;
|
|
2909
2943
|
}
|
|
@@ -2949,6 +2983,7 @@ ejs-multiselect {
|
|
|
2949
2983
|
display: block;
|
|
2950
2984
|
}
|
|
2951
2985
|
|
|
2986
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2952
2987
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2953
2988
|
line-height: 26px;
|
|
2954
2989
|
}
|
|
@@ -2977,6 +3012,7 @@ ejs-multiselect {
|
|
|
2977
3012
|
margin-top: -2.5em;
|
|
2978
3013
|
}
|
|
2979
3014
|
|
|
3015
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2980
3016
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2981
3017
|
line-height: 40px;
|
|
2982
3018
|
}
|
|
@@ -3718,7 +3754,7 @@ ejs-multiselect {
|
|
|
3718
3754
|
background-color: #424242;
|
|
3719
3755
|
}
|
|
3720
3756
|
|
|
3721
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
3757
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
3722
3758
|
background-color: rgba(255, 255, 255, 0.1);
|
|
3723
3759
|
}
|
|
3724
3760
|
|
|
@@ -3747,7 +3783,7 @@ ejs-multiselect {
|
|
|
3747
3783
|
height: 24px;
|
|
3748
3784
|
}
|
|
3749
3785
|
|
|
3750
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
3786
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
3751
3787
|
background-color: rgba(255, 255, 255, 0.1);
|
|
3752
3788
|
}
|
|
3753
3789
|
|
|
@@ -3834,16 +3870,16 @@ ejs-multiselect {
|
|
|
3834
3870
|
|
|
3835
3871
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
3836
3872
|
background-color: #424242;
|
|
3837
|
-
border: 1px solid transparent;
|
|
3838
3873
|
box-shadow: none;
|
|
3839
3874
|
color: #00b0ff;
|
|
3875
|
+
border: 1px solid transparent;
|
|
3840
3876
|
}
|
|
3841
3877
|
|
|
3842
3878
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
3843
3879
|
background-color: #424242;
|
|
3844
|
-
border: 1px solid transparent;
|
|
3845
3880
|
box-shadow: none;
|
|
3846
3881
|
color: #00b0ff;
|
|
3882
|
+
border: 1px solid transparent;
|
|
3847
3883
|
}
|
|
3848
3884
|
|
|
3849
3885
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -4048,6 +4084,7 @@ ejs-multiselect {
|
|
|
4048
4084
|
.e-listbox-wrapper,
|
|
4049
4085
|
.e-listbox-container {
|
|
4050
4086
|
-webkit-overflow-scrolling: touch;
|
|
4087
|
+
box-sizing: border-box;
|
|
4051
4088
|
cursor: pointer;
|
|
4052
4089
|
display: block;
|
|
4053
4090
|
position: relative;
|
|
@@ -4095,11 +4132,6 @@ ejs-multiselect {
|
|
|
4095
4132
|
overflow: inherit;
|
|
4096
4133
|
}
|
|
4097
4134
|
|
|
4098
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4099
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4100
|
-
overflow: auto;
|
|
4101
|
-
}
|
|
4102
|
-
|
|
4103
4135
|
.e-listbox-wrapper .e-list-parent,
|
|
4104
4136
|
.e-listbox-container .e-list-parent {
|
|
4105
4137
|
height: 100%;
|
|
@@ -4178,8 +4210,8 @@ ejs-multiselect {
|
|
|
4178
4210
|
border-top: 1px solid;
|
|
4179
4211
|
font-weight: 600;
|
|
4180
4212
|
height: 36px;
|
|
4181
|
-
line-height:
|
|
4182
|
-
padding:
|
|
4213
|
+
line-height: 16px;
|
|
4214
|
+
padding: 11px 16px;
|
|
4183
4215
|
}
|
|
4184
4216
|
|
|
4185
4217
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -4382,6 +4414,14 @@ ejs-listbox {
|
|
|
4382
4414
|
overflow: auto;
|
|
4383
4415
|
}
|
|
4384
4416
|
|
|
4417
|
+
.e-listbox-wrapper.e-filter-list {
|
|
4418
|
+
overflow: inherit;
|
|
4419
|
+
}
|
|
4420
|
+
|
|
4421
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4422
|
+
overflow: auto;
|
|
4423
|
+
}
|
|
4424
|
+
|
|
4385
4425
|
.e-listbox-wrapper.e-sortableclone,
|
|
4386
4426
|
.e-listbox-container.e-sortableclone {
|
|
4387
4427
|
border-width: 0;
|
|
@@ -4542,7 +4582,7 @@ ejs-listbox {
|
|
|
4542
4582
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
4543
4583
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
4544
4584
|
height: 48px;
|
|
4545
|
-
line-height:
|
|
4585
|
+
line-height: 25px;
|
|
4546
4586
|
}
|
|
4547
4587
|
|
|
4548
4588
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -4618,16 +4658,6 @@ ejs-listbox {
|
|
|
4618
4658
|
height: calc(100% - 47px);
|
|
4619
4659
|
}
|
|
4620
4660
|
|
|
4621
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
4622
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
4623
|
-
height: calc(100% - 36px);
|
|
4624
|
-
}
|
|
4625
|
-
|
|
4626
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
4627
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
4628
|
-
height: calc(100% - 79px);
|
|
4629
|
-
}
|
|
4630
|
-
|
|
4631
4661
|
.e-listbox-wrapper .e-icons,
|
|
4632
4662
|
.e-listbox-container .e-icons {
|
|
4633
4663
|
color: #fff;
|
package/styles/material.css
CHANGED
|
@@ -17,9 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
|
+
line-height: 48px;
|
|
22
|
+
text-indent: 16px;
|
|
23
|
+
}
|
|
24
|
+
|
|
20
25
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
21
26
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
22
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
23
27
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
28
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
29
|
line-height: 48px;
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
}
|
|
154
158
|
|
|
155
159
|
.e-dropdownbase .e-list-item {
|
|
160
|
+
-webkit-tap-highlight-color: transparent;
|
|
156
161
|
background-color: #fff;
|
|
157
162
|
border-bottom: 0;
|
|
158
163
|
border-color: #fff;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: #fff;
|
|
322
327
|
color: rgba(0, 0, 0, 0.87);
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 16px;
|
|
324
330
|
font-size: 13px;
|
|
325
331
|
padding-right: 16px;
|
|
326
|
-
text-indent: 16px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -526,7 +531,10 @@
|
|
|
526
531
|
margin-left: -20px;
|
|
527
532
|
}
|
|
528
533
|
|
|
529
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
534
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
535
|
+
font-size: 14px;
|
|
536
|
+
}
|
|
537
|
+
|
|
530
538
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
531
539
|
font-size: 14px;
|
|
532
540
|
}
|
|
@@ -535,7 +543,10 @@
|
|
|
535
543
|
padding: 4px 0;
|
|
536
544
|
}
|
|
537
545
|
|
|
538
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
546
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
547
|
+
font-size: 14px;
|
|
548
|
+
}
|
|
549
|
+
|
|
539
550
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
540
551
|
font-size: 14px;
|
|
541
552
|
}
|
|
@@ -554,6 +565,10 @@
|
|
|
554
565
|
top: 0;
|
|
555
566
|
}
|
|
556
567
|
|
|
568
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
569
|
+
margin: 0;
|
|
570
|
+
}
|
|
571
|
+
|
|
557
572
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
558
573
|
position: relative;
|
|
559
574
|
}
|
|
@@ -705,29 +720,41 @@ ejs-dropdownlist {
|
|
|
705
720
|
}
|
|
706
721
|
|
|
707
722
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
723
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
724
|
+
font-size: 12px;
|
|
725
|
+
}
|
|
726
|
+
|
|
708
727
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
709
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
710
728
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
711
729
|
font-size: 12px;
|
|
712
730
|
}
|
|
713
731
|
|
|
714
732
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
733
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
734
|
+
font-size: 12px;
|
|
735
|
+
}
|
|
736
|
+
|
|
715
737
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
716
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
717
738
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
718
739
|
font-size: 12px;
|
|
719
740
|
}
|
|
720
741
|
|
|
721
742
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
743
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
744
|
+
font-size: 13px;
|
|
745
|
+
}
|
|
746
|
+
|
|
722
747
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
723
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
724
748
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
725
749
|
font-size: 13px;
|
|
726
750
|
}
|
|
727
751
|
|
|
728
752
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
753
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
754
|
+
font-size: 13px;
|
|
755
|
+
}
|
|
756
|
+
|
|
729
757
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
730
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
731
758
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
732
759
|
font-size: 13px;
|
|
733
760
|
}
|
|
@@ -2308,12 +2335,14 @@ ejs-dropdownlist {
|
|
|
2308
2335
|
width: 100%;
|
|
2309
2336
|
}
|
|
2310
2337
|
|
|
2311
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
2338
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2339
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2312
2340
|
height: 27px;
|
|
2313
2341
|
vertical-align: middle;
|
|
2314
2342
|
}
|
|
2315
2343
|
|
|
2316
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
2344
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
2345
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
2317
2346
|
height: 100%;
|
|
2318
2347
|
min-height: 100%;
|
|
2319
2348
|
}
|
|
@@ -2574,6 +2603,7 @@ ejs-dropdownlist {
|
|
|
2574
2603
|
}
|
|
2575
2604
|
|
|
2576
2605
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2606
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2577
2607
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2578
2608
|
right: 22px;
|
|
2579
2609
|
}
|
|
@@ -2815,7 +2845,7 @@ ejs-dropdownlist {
|
|
|
2815
2845
|
padding-right: 16px;
|
|
2816
2846
|
}
|
|
2817
2847
|
|
|
2818
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
2848
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
2819
2849
|
left: 19px;
|
|
2820
2850
|
}
|
|
2821
2851
|
|
|
@@ -2851,12 +2881,14 @@ ejs-dropdownlist {
|
|
|
2851
2881
|
vertical-align: middle;
|
|
2852
2882
|
}
|
|
2853
2883
|
|
|
2854
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
2884
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2885
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2855
2886
|
bottom: 1px;
|
|
2856
2887
|
margin-right: 12px;
|
|
2857
2888
|
}
|
|
2858
2889
|
|
|
2859
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
2890
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2891
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2860
2892
|
bottom: 1px;
|
|
2861
2893
|
margin-right: 12px;
|
|
2862
2894
|
}
|
|
@@ -2911,6 +2943,7 @@ ejs-dropdownlist {
|
|
|
2911
2943
|
font-size: 14px;
|
|
2912
2944
|
}
|
|
2913
2945
|
|
|
2946
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2914
2947
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2915
2948
|
font-size: 13px;
|
|
2916
2949
|
line-height: 48px;
|
|
@@ -2925,6 +2958,7 @@ ejs-dropdownlist {
|
|
|
2925
2958
|
vertical-align: middle;
|
|
2926
2959
|
}
|
|
2927
2960
|
|
|
2961
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2928
2962
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2929
2963
|
bottom: 1px;
|
|
2930
2964
|
margin-right: 12px;
|
|
@@ -2964,7 +2998,7 @@ ejs-dropdownlist {
|
|
|
2964
2998
|
padding: 8px;
|
|
2965
2999
|
}
|
|
2966
3000
|
|
|
2967
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
3001
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2968
3002
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2969
3003
|
padding: 4px 0;
|
|
2970
3004
|
}
|
|
@@ -3010,6 +3044,7 @@ ejs-multiselect {
|
|
|
3010
3044
|
display: block;
|
|
3011
3045
|
}
|
|
3012
3046
|
|
|
3047
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
3013
3048
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
3014
3049
|
line-height: 26px;
|
|
3015
3050
|
}
|
|
@@ -3038,6 +3073,7 @@ ejs-multiselect {
|
|
|
3038
3073
|
margin-top: -2.5em;
|
|
3039
3074
|
}
|
|
3040
3075
|
|
|
3076
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
3041
3077
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
3042
3078
|
line-height: 40px;
|
|
3043
3079
|
}
|
|
@@ -3779,7 +3815,7 @@ ejs-multiselect {
|
|
|
3779
3815
|
background-color: #757575;
|
|
3780
3816
|
}
|
|
3781
3817
|
|
|
3782
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
3818
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
3783
3819
|
background-color: #757575;
|
|
3784
3820
|
}
|
|
3785
3821
|
|
|
@@ -3808,7 +3844,7 @@ ejs-multiselect {
|
|
|
3808
3844
|
height: 24px;
|
|
3809
3845
|
}
|
|
3810
3846
|
|
|
3811
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
3847
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
3812
3848
|
background-color: #eee;
|
|
3813
3849
|
}
|
|
3814
3850
|
|
|
@@ -3895,16 +3931,16 @@ ejs-multiselect {
|
|
|
3895
3931
|
|
|
3896
3932
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
3897
3933
|
background-color: #e0e0e0;
|
|
3898
|
-
border: 1px solid transparent;
|
|
3899
3934
|
box-shadow: none;
|
|
3900
3935
|
color: #e3165b;
|
|
3936
|
+
border: 1px solid transparent;
|
|
3901
3937
|
}
|
|
3902
3938
|
|
|
3903
3939
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
3904
3940
|
background-color: #e0e0e0;
|
|
3905
|
-
border: 1px solid transparent;
|
|
3906
3941
|
box-shadow: none;
|
|
3907
3942
|
color: #e3165b;
|
|
3943
|
+
border: 1px solid transparent;
|
|
3908
3944
|
}
|
|
3909
3945
|
|
|
3910
3946
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -4109,6 +4145,7 @@ ejs-multiselect {
|
|
|
4109
4145
|
.e-listbox-wrapper,
|
|
4110
4146
|
.e-listbox-container {
|
|
4111
4147
|
-webkit-overflow-scrolling: touch;
|
|
4148
|
+
box-sizing: border-box;
|
|
4112
4149
|
cursor: pointer;
|
|
4113
4150
|
display: block;
|
|
4114
4151
|
position: relative;
|
|
@@ -4156,11 +4193,6 @@ ejs-multiselect {
|
|
|
4156
4193
|
overflow: inherit;
|
|
4157
4194
|
}
|
|
4158
4195
|
|
|
4159
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4160
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4161
|
-
overflow: auto;
|
|
4162
|
-
}
|
|
4163
|
-
|
|
4164
4196
|
.e-listbox-wrapper .e-list-parent,
|
|
4165
4197
|
.e-listbox-container .e-list-parent {
|
|
4166
4198
|
height: 100%;
|
|
@@ -4239,8 +4271,8 @@ ejs-multiselect {
|
|
|
4239
4271
|
border-top: 1px solid;
|
|
4240
4272
|
font-weight: 600;
|
|
4241
4273
|
height: 36px;
|
|
4242
|
-
line-height:
|
|
4243
|
-
padding:
|
|
4274
|
+
line-height: 16px;
|
|
4275
|
+
padding: 11px 16px;
|
|
4244
4276
|
}
|
|
4245
4277
|
|
|
4246
4278
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -4443,6 +4475,14 @@ ejs-listbox {
|
|
|
4443
4475
|
overflow: auto;
|
|
4444
4476
|
}
|
|
4445
4477
|
|
|
4478
|
+
.e-listbox-wrapper.e-filter-list {
|
|
4479
|
+
overflow: inherit;
|
|
4480
|
+
}
|
|
4481
|
+
|
|
4482
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4483
|
+
overflow: auto;
|
|
4484
|
+
}
|
|
4485
|
+
|
|
4446
4486
|
.e-listbox-wrapper.e-sortableclone,
|
|
4447
4487
|
.e-listbox-container.e-sortableclone {
|
|
4448
4488
|
border-width: 0;
|
|
@@ -4603,7 +4643,7 @@ ejs-listbox {
|
|
|
4603
4643
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
4604
4644
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
4605
4645
|
height: 48px;
|
|
4606
|
-
line-height:
|
|
4646
|
+
line-height: 25px;
|
|
4607
4647
|
}
|
|
4608
4648
|
|
|
4609
4649
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -4679,16 +4719,6 @@ ejs-listbox {
|
|
|
4679
4719
|
height: calc(100% - 47px);
|
|
4680
4720
|
}
|
|
4681
4721
|
|
|
4682
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
4683
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
4684
|
-
height: calc(100% - 36px);
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
4688
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
4689
|
-
height: calc(100% - 79px);
|
|
4690
|
-
}
|
|
4691
|
-
|
|
4692
4722
|
.e-listbox-wrapper .e-icons,
|
|
4693
4723
|
.e-listbox-container .e-icons {
|
|
4694
4724
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -8,7 +8,7 @@ $ddl-bigger-search-wrapper-width: calc(100% - 38px) !default;
|
|
|
8
8
|
$ddl-bigger-small-search-wrapper-width: calc(100% - 32px) !default;
|
|
9
9
|
$ddl-small-search-wrapper-width: calc(100% - 30px) !default;
|
|
10
10
|
$ddl-popup-shadow-value: $shadow-lg !default;
|
|
11
|
-
$ddl-remains-padding-left:
|
|
11
|
+
$ddl-remains-padding-left: 8px !default;
|
|
12
12
|
$ddl-chip-margin: 3px !default;
|
|
13
13
|
$ddl-chip-margin-bigger: 3px !default;
|
|
14
14
|
$ddl-chip-radius: 4px !default;
|
|
@@ -93,12 +93,16 @@ $ddl-bigger-check-right-margin: 12px !default;
|
|
|
93
93
|
$ddl-selectall-font-size: 14px !default;
|
|
94
94
|
$ddl-bigger-selectall-font-size: $text-base !default;
|
|
95
95
|
$ddl-close-icon-left: 40px !default;
|
|
96
|
+
$ddl-close-down-icon-left: 40px !default;
|
|
96
97
|
$ddl-check-icon-top: 0 !default;
|
|
97
98
|
$ddl-bigger-check-right: 16px !default;
|
|
98
99
|
$ddl-delim-text-padding-right: 6px !default;
|
|
99
100
|
$ddl-list-rtl-padding-right: 15px !default;
|
|
100
101
|
$ddl-close-rtl-icon-left: 19px !default;
|
|
101
|
-
$ddl-chip-close-rtl-left:
|
|
102
|
+
$ddl-chip-close-rtl-small-left: 20px !default;
|
|
103
|
+
$ddl-chip-close-rtl-bigger-left: 32px !default;
|
|
104
|
+
$ddl-chip-close-rtl-small-bigger-left: 25px !default;
|
|
105
|
+
$ddl-chip-close-rtl-left: 25px !default;
|
|
102
106
|
$ddl-multiselect-group-list-item-rtl-padding-right: 25px !default;
|
|
103
107
|
$ddl-bigger-multiselect-group-list-item-rtl-padding-right: 25px !default;
|
|
104
108
|
$ddl-multiselect-group-list-group-item-padding-left: 16px !default;
|
|
@@ -174,7 +178,7 @@ $ddl-multi-list-default-font-color: $content-text-color !default;
|
|
|
174
178
|
$ddl-multi-list-hover-bg-color: $content-bg-color-hover !default;
|
|
175
179
|
$ddl-delim-font-color: $content-text-color !default;
|
|
176
180
|
$ddl-close-icon-color: $content-text-color !default;
|
|
177
|
-
|
|
181
|
+
$ddl-close-down-icon-left: 35px !default;
|
|
178
182
|
|
|
179
183
|
@include export-module('multiselect-bootstrap5') {
|
|
180
184
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -183,7 +187,7 @@ $ddl-close-icon-color: $content-text-color !default;
|
|
|
183
187
|
}
|
|
184
188
|
|
|
185
189
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
186
|
-
border-radius: 0
|
|
190
|
+
border-radius: 0 2px 2px 0;
|
|
187
191
|
border-right-width: 0;
|
|
188
192
|
}
|
|
189
193
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|