@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
|
@@ -43,9 +43,13 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
46
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
47
|
+
line-height: 32px;
|
|
48
|
+
text-indent: 16px;
|
|
49
|
+
}
|
|
50
|
+
|
|
46
51
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
47
52
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
48
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
49
53
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
50
54
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
51
55
|
line-height: 32px;
|
|
@@ -180,6 +184,7 @@
|
|
|
180
184
|
}
|
|
181
185
|
|
|
182
186
|
.e-dropdownbase .e-list-item {
|
|
187
|
+
-webkit-tap-highlight-color: transparent;
|
|
183
188
|
background-color: #343a40;
|
|
184
189
|
border-bottom: 0;
|
|
185
190
|
border-color: #444c54;
|
|
@@ -227,6 +232,10 @@
|
|
|
227
232
|
background-color: #444c54;
|
|
228
233
|
}
|
|
229
234
|
|
|
235
|
+
.e-dropdownbase .e-list-item.e-active:last-child {
|
|
236
|
+
border-radius: 2px;
|
|
237
|
+
}
|
|
238
|
+
|
|
230
239
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
231
240
|
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
232
241
|
font-size: 16px;
|
|
@@ -348,10 +357,10 @@
|
|
|
348
357
|
border-color: #444c54;
|
|
349
358
|
color: #fff;
|
|
350
359
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
351
|
-
font-size: 14px;
|
|
352
|
-
padding-right: 16px;
|
|
353
360
|
text-indent: 12px;
|
|
354
361
|
color: #7b848d;
|
|
362
|
+
font-size: 14px;
|
|
363
|
+
padding-right: 16px;
|
|
355
364
|
}
|
|
356
365
|
|
|
357
366
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -480,6 +489,13 @@
|
|
|
480
489
|
color: #adb5bd;
|
|
481
490
|
}
|
|
482
491
|
|
|
492
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
493
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
494
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
495
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
496
|
+
background: #343a40;
|
|
497
|
+
}
|
|
498
|
+
|
|
483
499
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
484
500
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
485
501
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -554,12 +570,18 @@
|
|
|
554
570
|
margin-left: -20px;
|
|
555
571
|
}
|
|
556
572
|
|
|
557
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
573
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
574
|
+
font-size: 16px;
|
|
575
|
+
}
|
|
576
|
+
|
|
558
577
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
559
578
|
font-size: 16px;
|
|
560
579
|
}
|
|
561
580
|
|
|
562
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
581
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
582
|
+
font-size: 16px;
|
|
583
|
+
}
|
|
584
|
+
|
|
563
585
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
564
586
|
font-size: 16px;
|
|
565
587
|
}
|
|
@@ -574,6 +596,10 @@
|
|
|
574
596
|
top: 0;
|
|
575
597
|
}
|
|
576
598
|
|
|
599
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
600
|
+
margin: 0;
|
|
601
|
+
}
|
|
602
|
+
|
|
577
603
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
578
604
|
position: relative;
|
|
579
605
|
}
|
|
@@ -718,29 +744,41 @@ ejs-dropdownlist {
|
|
|
718
744
|
}
|
|
719
745
|
|
|
720
746
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
747
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
748
|
+
font-size: 12px;
|
|
749
|
+
}
|
|
750
|
+
|
|
721
751
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
722
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
723
752
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
724
753
|
font-size: 12px;
|
|
725
754
|
}
|
|
726
755
|
|
|
727
756
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
757
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
758
|
+
font-size: 12px;
|
|
759
|
+
}
|
|
760
|
+
|
|
728
761
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
729
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
730
762
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
731
763
|
font-size: 12px;
|
|
732
764
|
}
|
|
733
765
|
|
|
734
766
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
767
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
768
|
+
font-size: 14px;
|
|
769
|
+
}
|
|
770
|
+
|
|
735
771
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
736
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
737
772
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
738
773
|
font-size: 14px;
|
|
739
774
|
}
|
|
740
775
|
|
|
741
776
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
777
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
778
|
+
font-size: 14px;
|
|
779
|
+
}
|
|
780
|
+
|
|
742
781
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
743
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
744
782
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
745
783
|
font-size: 14px;
|
|
746
784
|
}
|
|
@@ -968,6 +1006,10 @@ ejs-dropdownlist {
|
|
|
968
1006
|
position: absolute;
|
|
969
1007
|
}
|
|
970
1008
|
|
|
1009
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame {
|
|
1010
|
+
background-color: transparent;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
971
1013
|
.e-ddt.e-popup .e-selectall-parent {
|
|
972
1014
|
border-bottom: 1px solid;
|
|
973
1015
|
cursor: pointer;
|
|
@@ -1053,7 +1095,7 @@ ejs-dropdownlist {
|
|
|
1053
1095
|
|
|
1054
1096
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1055
1097
|
overflow: hidden;
|
|
1056
|
-
padding:
|
|
1098
|
+
padding: 6px 8px;
|
|
1057
1099
|
}
|
|
1058
1100
|
|
|
1059
1101
|
.e-ddt.e-popup .e-ddt-footer,
|
|
@@ -1243,7 +1285,7 @@ ejs-dropdownlist {
|
|
|
1243
1285
|
|
|
1244
1286
|
.e-bigger .e-ddt.e-popup .e-treeview > .e-ul,
|
|
1245
1287
|
.e-ddt.e-bigger.e-popup .e-treeview > .e-ul {
|
|
1246
|
-
padding:
|
|
1288
|
+
padding: 8px 16px;
|
|
1247
1289
|
}
|
|
1248
1290
|
|
|
1249
1291
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
@@ -1344,7 +1386,7 @@ ejs-dropdownlist {
|
|
|
1344
1386
|
}
|
|
1345
1387
|
|
|
1346
1388
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1347
|
-
border-radius: 0
|
|
1389
|
+
border-radius: 0 2px 2px 0;
|
|
1348
1390
|
border-right-width: 0;
|
|
1349
1391
|
}
|
|
1350
1392
|
|
|
@@ -1411,12 +1453,14 @@ ejs-dropdownlist {
|
|
|
1411
1453
|
width: 100%;
|
|
1412
1454
|
}
|
|
1413
1455
|
|
|
1414
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1456
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1457
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1415
1458
|
height: 27px;
|
|
1416
1459
|
vertical-align: middle;
|
|
1417
1460
|
}
|
|
1418
1461
|
|
|
1419
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1462
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1463
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1420
1464
|
height: 100%;
|
|
1421
1465
|
min-height: 100%;
|
|
1422
1466
|
}
|
|
@@ -1682,15 +1726,34 @@ ejs-dropdownlist {
|
|
|
1682
1726
|
}
|
|
1683
1727
|
|
|
1684
1728
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1729
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1685
1730
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1686
1731
|
right: 40px;
|
|
1687
1732
|
}
|
|
1688
1733
|
|
|
1734
|
+
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1735
|
+
right: 40px;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1689
1738
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1690
1739
|
left: 40px;
|
|
1691
1740
|
right: auto;
|
|
1692
1741
|
}
|
|
1693
1742
|
|
|
1743
|
+
.e-bigger.e-small .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1744
|
+
.e-bigger.e-small.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1745
|
+
left: 45px;
|
|
1746
|
+
right: auto;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
.e-small .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1750
|
+
.e-small.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1751
|
+
.e-small.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1752
|
+
.e-small.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1753
|
+
left: 12px;
|
|
1754
|
+
right: auto;
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1694
1757
|
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1695
1758
|
margin-top: -2.25em;
|
|
1696
1759
|
}
|
|
@@ -1802,7 +1865,7 @@ ejs-dropdownlist {
|
|
|
1802
1865
|
cursor: pointer;
|
|
1803
1866
|
display: inline-block;
|
|
1804
1867
|
font-size: 14px;
|
|
1805
|
-
padding-left:
|
|
1868
|
+
padding-left: 8px;
|
|
1806
1869
|
}
|
|
1807
1870
|
|
|
1808
1871
|
.e-multiselect.e-disabled .e-multi-select-wrapper,
|
|
@@ -1897,6 +1960,7 @@ ejs-dropdownlist {
|
|
|
1897
1960
|
left: 40px;
|
|
1898
1961
|
position: absolute;
|
|
1899
1962
|
right: auto;
|
|
1963
|
+
left: 0;
|
|
1900
1964
|
}
|
|
1901
1965
|
|
|
1902
1966
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
@@ -1904,15 +1968,30 @@ ejs-dropdownlist {
|
|
|
1904
1968
|
}
|
|
1905
1969
|
|
|
1906
1970
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1907
|
-
padding-right:
|
|
1971
|
+
padding-right: 8px;
|
|
1908
1972
|
}
|
|
1909
1973
|
|
|
1910
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1974
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
1911
1975
|
left: 19px;
|
|
1912
1976
|
}
|
|
1913
1977
|
|
|
1914
1978
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1915
|
-
left:
|
|
1979
|
+
left: 25px;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
1983
|
+
.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1984
|
+
left: 20px;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
1988
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1989
|
+
left: 32px;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.e-bigger.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
1993
|
+
.e-bigger.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1994
|
+
left: 25px;
|
|
1916
1995
|
}
|
|
1917
1996
|
|
|
1918
1997
|
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
@@ -1944,13 +2023,15 @@ ejs-dropdownlist {
|
|
|
1944
2023
|
vertical-align: middle;
|
|
1945
2024
|
}
|
|
1946
2025
|
|
|
1947
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
2026
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2027
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1948
2028
|
bottom: 1px;
|
|
1949
2029
|
bottom: 2px;
|
|
1950
2030
|
margin-right: 12px;
|
|
1951
2031
|
}
|
|
1952
2032
|
|
|
1953
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
2033
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2034
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1954
2035
|
bottom: 1px;
|
|
1955
2036
|
bottom: 2px;
|
|
1956
2037
|
margin-right: 12px;
|
|
@@ -2006,10 +2087,12 @@ ejs-dropdownlist {
|
|
|
2006
2087
|
font-size: 14px;
|
|
2007
2088
|
}
|
|
2008
2089
|
|
|
2090
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2009
2091
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2010
2092
|
font-size: 16px;
|
|
2011
2093
|
}
|
|
2012
2094
|
|
|
2095
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2013
2096
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2014
2097
|
font-size: 14px;
|
|
2015
2098
|
line-height: 48px;
|
|
@@ -2024,6 +2107,7 @@ ejs-dropdownlist {
|
|
|
2024
2107
|
vertical-align: middle;
|
|
2025
2108
|
}
|
|
2026
2109
|
|
|
2110
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2027
2111
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2028
2112
|
bottom: 1px;
|
|
2029
2113
|
bottom: 2px;
|
|
@@ -2090,6 +2174,7 @@ ejs-multiselect {
|
|
|
2090
2174
|
display: block;
|
|
2091
2175
|
}
|
|
2092
2176
|
|
|
2177
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2093
2178
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2094
2179
|
line-height: 26px;
|
|
2095
2180
|
}
|
|
@@ -2118,6 +2203,7 @@ ejs-multiselect {
|
|
|
2118
2203
|
margin-top: -2em;
|
|
2119
2204
|
}
|
|
2120
2205
|
|
|
2206
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2121
2207
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2122
2208
|
line-height: 40px;
|
|
2123
2209
|
}
|
|
@@ -2144,7 +2230,6 @@ ejs-multiselect {
|
|
|
2144
2230
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2145
2231
|
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2146
2232
|
margin-top: -2em;
|
|
2147
|
-
right: 5px;
|
|
2148
2233
|
}
|
|
2149
2234
|
|
|
2150
2235
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
@@ -2386,7 +2471,7 @@ ejs-multiselect {
|
|
|
2386
2471
|
background-color: #adb5bd;
|
|
2387
2472
|
}
|
|
2388
2473
|
|
|
2389
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2474
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2390
2475
|
background-color: #565e64;
|
|
2391
2476
|
}
|
|
2392
2477
|
|
|
@@ -2415,7 +2500,7 @@ ejs-multiselect {
|
|
|
2415
2500
|
height: 24px;
|
|
2416
2501
|
}
|
|
2417
2502
|
|
|
2418
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2503
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2419
2504
|
background-color: #5c636a;
|
|
2420
2505
|
}
|
|
2421
2506
|
|
|
@@ -2500,16 +2585,16 @@ ejs-multiselect {
|
|
|
2500
2585
|
|
|
2501
2586
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2502
2587
|
background-color: #0d6efd;
|
|
2503
|
-
border: 0 solid transparent;
|
|
2504
2588
|
box-shadow: none;
|
|
2505
2589
|
color: #fff;
|
|
2590
|
+
border: 0 solid transparent;
|
|
2506
2591
|
}
|
|
2507
2592
|
|
|
2508
2593
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2509
2594
|
background-color: #0d6efd;
|
|
2510
|
-
border: 0 solid transparent;
|
|
2511
2595
|
box-shadow: none;
|
|
2512
2596
|
color: #fff;
|
|
2597
|
+
border: 0 solid transparent;
|
|
2513
2598
|
}
|
|
2514
2599
|
|
|
2515
2600
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -2556,6 +2641,7 @@ ejs-multiselect {
|
|
|
2556
2641
|
}
|
|
2557
2642
|
|
|
2558
2643
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
2644
|
+
border-radius: 2px;
|
|
2559
2645
|
height: 20px;
|
|
2560
2646
|
}
|
|
2561
2647
|
|
|
@@ -2615,6 +2701,7 @@ ejs-multiselect {
|
|
|
2615
2701
|
.e-listbox-wrapper,
|
|
2616
2702
|
.e-listbox-container {
|
|
2617
2703
|
-webkit-overflow-scrolling: touch;
|
|
2704
|
+
box-sizing: border-box;
|
|
2618
2705
|
cursor: pointer;
|
|
2619
2706
|
display: block;
|
|
2620
2707
|
position: relative;
|
|
@@ -2653,7 +2740,7 @@ ejs-multiselect {
|
|
|
2653
2740
|
.e-listbox-container .e-selectall-parent {
|
|
2654
2741
|
height: 36px;
|
|
2655
2742
|
line-height: 1;
|
|
2656
|
-
padding: 10px
|
|
2743
|
+
padding: 10px 12px;
|
|
2657
2744
|
position: relative;
|
|
2658
2745
|
}
|
|
2659
2746
|
|
|
@@ -2662,15 +2749,10 @@ ejs-multiselect {
|
|
|
2662
2749
|
overflow: inherit;
|
|
2663
2750
|
}
|
|
2664
2751
|
|
|
2665
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2666
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2667
|
-
overflow: auto;
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
2752
|
.e-listbox-wrapper .e-list-parent,
|
|
2671
2753
|
.e-listbox-container .e-list-parent {
|
|
2672
2754
|
height: 100%;
|
|
2673
|
-
min-height:
|
|
2755
|
+
min-height: 36px;
|
|
2674
2756
|
}
|
|
2675
2757
|
|
|
2676
2758
|
.e-listbox-wrapper .e-list-item,
|
|
@@ -2745,8 +2827,8 @@ ejs-multiselect {
|
|
|
2745
2827
|
border-top: 1px solid;
|
|
2746
2828
|
font-weight: 600;
|
|
2747
2829
|
height: 30px;
|
|
2748
|
-
line-height:
|
|
2749
|
-
padding:
|
|
2830
|
+
line-height: 10px;
|
|
2831
|
+
padding: 10px 12px;
|
|
2750
2832
|
}
|
|
2751
2833
|
|
|
2752
2834
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -2949,6 +3031,14 @@ ejs-listbox {
|
|
|
2949
3031
|
overflow: auto;
|
|
2950
3032
|
}
|
|
2951
3033
|
|
|
3034
|
+
.e-listbox-wrapper.e-filter-list {
|
|
3035
|
+
overflow: inherit;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3039
|
+
overflow: auto;
|
|
3040
|
+
}
|
|
3041
|
+
|
|
2952
3042
|
.e-listbox-wrapper.e-sortableclone,
|
|
2953
3043
|
.e-listbox-container.e-sortableclone {
|
|
2954
3044
|
border-width: 0;
|
|
@@ -3185,16 +3275,6 @@ ejs-listbox {
|
|
|
3185
3275
|
height: calc(100% - 47px);
|
|
3186
3276
|
}
|
|
3187
3277
|
|
|
3188
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3189
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3190
|
-
height: calc(100% - 36px);
|
|
3191
|
-
}
|
|
3192
|
-
|
|
3193
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3194
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3195
|
-
height: calc(100% - 86px);
|
|
3196
|
-
}
|
|
3197
|
-
|
|
3198
3278
|
.e-listbox-wrapper .e-list-item,
|
|
3199
3279
|
.e-listbox-container .e-list-item {
|
|
3200
3280
|
background-color: transparent;
|