@syncfusion/ej2-dropdowns 19.4.56 → 20.1.51
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 +4 -20
- 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 +32 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +31 -5
- 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/common/incremental-search.d.ts +1 -0
- package/src/common/incremental-search.js +4 -0
- package/src/drop-down-base/drop-down-base.js +1 -0
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +20 -3
- package/src/multi-select/multi-select.js +1 -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 +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- 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 +56 -30
- package/styles/fabric.css +56 -30
- 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 +58 -31
- package/styles/highcontrast.css +58 -31
- 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 +37 -37
- 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 +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- 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 +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- 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 +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- 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 +297 -253
- package/styles/tailwind.css +297 -253
|
@@ -54,21 +54,24 @@
|
|
|
54
54
|
padding: 0 8px 0 0;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon
|
|
58
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
57
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
59
58
|
padding: 0 12px 0 0;
|
|
60
59
|
}
|
|
61
60
|
|
|
61
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
62
|
+
padding: 0 8px 0 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
62
65
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
63
|
-
padding: 0
|
|
66
|
+
padding: 0 4px 0 0;
|
|
64
67
|
}
|
|
65
68
|
|
|
66
69
|
.e-ddt .e-ddt-icon::before {
|
|
67
|
-
content: '\
|
|
70
|
+
content: '\e734';
|
|
68
71
|
}
|
|
69
72
|
|
|
70
73
|
.e-ddt .e-chips-close::before {
|
|
71
|
-
content: '\
|
|
74
|
+
content: '\e7e7';
|
|
72
75
|
}
|
|
73
76
|
|
|
74
77
|
.e-ddt {
|
|
@@ -156,7 +159,7 @@
|
|
|
156
159
|
float: left;
|
|
157
160
|
height: 22px;
|
|
158
161
|
margin: 3px 4px;
|
|
159
|
-
max-width: calc(100% -
|
|
162
|
+
max-width: calc(100% - 6px);
|
|
160
163
|
overflow: hidden;
|
|
161
164
|
padding: 0 8px 0 8px;
|
|
162
165
|
text-overflow: ellipsis;
|
|
@@ -337,6 +340,7 @@
|
|
|
337
340
|
|
|
338
341
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
339
342
|
overflow: hidden;
|
|
343
|
+
padding: 4px 0 4px 12px;
|
|
340
344
|
}
|
|
341
345
|
|
|
342
346
|
.e-ddt.e-popup .e-ddt-footer,
|
|
@@ -531,6 +535,11 @@
|
|
|
531
535
|
padding: 8px;
|
|
532
536
|
}
|
|
533
537
|
|
|
538
|
+
.e-bigger .e-ddt.e-popup .e-treeview > .e-ul,
|
|
539
|
+
.e-ddt.e-bigger.e-popup .e-treeview > .e-ul {
|
|
540
|
+
padding: 8px 0 8px 16px;
|
|
541
|
+
}
|
|
542
|
+
|
|
534
543
|
.e-bigger .e-ddt.e-rtl .e-chips > .e-chipcontent,
|
|
535
544
|
.e-ddt.e-bigger.e-rtl .e-chips > .e-chipcontent {
|
|
536
545
|
padding: 0 0 0 8px;
|
package/styles/fabric-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: 10px;
|
|
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: #282727;
|
|
157
162
|
border-bottom: 1px;
|
|
158
163
|
border-color: transparent;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: transparent;
|
|
322
327
|
color: #dadada;
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 10px;
|
|
324
330
|
font-size: 14px;
|
|
325
331
|
padding-right: 16px;
|
|
326
|
-
text-indent: 10px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -467,7 +472,10 @@
|
|
|
467
472
|
margin-left: -20px;
|
|
468
473
|
}
|
|
469
474
|
|
|
470
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
475
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
476
|
+
font-size: 15px;
|
|
477
|
+
}
|
|
478
|
+
|
|
471
479
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
472
480
|
font-size: 15px;
|
|
473
481
|
}
|
|
@@ -476,7 +484,10 @@
|
|
|
476
484
|
padding: 4px 0;
|
|
477
485
|
}
|
|
478
486
|
|
|
479
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
487
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
488
|
+
font-size: 15px;
|
|
489
|
+
}
|
|
490
|
+
|
|
480
491
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
481
492
|
font-size: 15px;
|
|
482
493
|
}
|
|
@@ -495,6 +506,10 @@
|
|
|
495
506
|
top: 0;
|
|
496
507
|
}
|
|
497
508
|
|
|
509
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
510
|
+
margin: 0;
|
|
511
|
+
}
|
|
512
|
+
|
|
498
513
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
499
514
|
position: relative;
|
|
500
515
|
}
|
|
@@ -647,29 +662,41 @@ ejs-dropdownlist {
|
|
|
647
662
|
}
|
|
648
663
|
|
|
649
664
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
665
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
666
|
+
font-size: 13px;
|
|
667
|
+
}
|
|
668
|
+
|
|
650
669
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
651
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
652
670
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
653
671
|
font-size: 13px;
|
|
654
672
|
}
|
|
655
673
|
|
|
656
674
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
675
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
676
|
+
font-size: 13px;
|
|
677
|
+
}
|
|
678
|
+
|
|
657
679
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
658
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
659
680
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
660
681
|
font-size: 13px;
|
|
661
682
|
}
|
|
662
683
|
|
|
663
684
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
685
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
686
|
+
font-size: 14px;
|
|
687
|
+
}
|
|
688
|
+
|
|
664
689
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
665
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
666
690
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
667
691
|
font-size: 14px;
|
|
668
692
|
}
|
|
669
693
|
|
|
670
694
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
695
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
696
|
+
font-size: 14px;
|
|
697
|
+
}
|
|
698
|
+
|
|
671
699
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
672
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
673
700
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
674
701
|
font-size: 14px;
|
|
675
702
|
}
|
|
@@ -1272,12 +1299,14 @@ ejs-dropdownlist {
|
|
|
1272
1299
|
width: 100%;
|
|
1273
1300
|
}
|
|
1274
1301
|
|
|
1275
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1302
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1303
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1276
1304
|
height: 27px;
|
|
1277
1305
|
vertical-align: middle;
|
|
1278
1306
|
}
|
|
1279
1307
|
|
|
1280
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1308
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1309
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1281
1310
|
height: 100%;
|
|
1282
1311
|
min-height: 100%;
|
|
1283
1312
|
}
|
|
@@ -1538,6 +1567,7 @@ ejs-dropdownlist {
|
|
|
1538
1567
|
}
|
|
1539
1568
|
|
|
1540
1569
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1570
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1541
1571
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1542
1572
|
right: 27px;
|
|
1543
1573
|
}
|
|
@@ -1758,7 +1788,7 @@ ejs-dropdownlist {
|
|
|
1758
1788
|
padding-right: 16px;
|
|
1759
1789
|
}
|
|
1760
1790
|
|
|
1761
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1791
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
1762
1792
|
left: 30px;
|
|
1763
1793
|
}
|
|
1764
1794
|
|
|
@@ -1794,12 +1824,14 @@ ejs-dropdownlist {
|
|
|
1794
1824
|
vertical-align: middle;
|
|
1795
1825
|
}
|
|
1796
1826
|
|
|
1797
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
1827
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1828
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1798
1829
|
bottom: 1px;
|
|
1799
1830
|
margin-right: 10px;
|
|
1800
1831
|
}
|
|
1801
1832
|
|
|
1802
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
1833
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1834
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1803
1835
|
bottom: 1px;
|
|
1804
1836
|
margin-right: 10px;
|
|
1805
1837
|
}
|
|
@@ -1862,6 +1894,7 @@ ejs-dropdownlist {
|
|
|
1862
1894
|
font-size: 14px;
|
|
1863
1895
|
}
|
|
1864
1896
|
|
|
1897
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1865
1898
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1866
1899
|
font-size: 14px;
|
|
1867
1900
|
line-height: 46px;
|
|
@@ -1876,6 +1909,7 @@ ejs-dropdownlist {
|
|
|
1876
1909
|
vertical-align: middle;
|
|
1877
1910
|
}
|
|
1878
1911
|
|
|
1912
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1879
1913
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1880
1914
|
bottom: 1px;
|
|
1881
1915
|
margin-right: 10px;
|
|
@@ -1905,7 +1939,7 @@ ejs-dropdownlist {
|
|
|
1905
1939
|
padding: 8px;
|
|
1906
1940
|
}
|
|
1907
1941
|
|
|
1908
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
1942
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
1909
1943
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1910
1944
|
padding: 4px 0;
|
|
1911
1945
|
}
|
|
@@ -1950,6 +1984,7 @@ ejs-multiselect {
|
|
|
1950
1984
|
display: block;
|
|
1951
1985
|
}
|
|
1952
1986
|
|
|
1987
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1953
1988
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1954
1989
|
line-height: 26px;
|
|
1955
1990
|
}
|
|
@@ -1978,6 +2013,7 @@ ejs-multiselect {
|
|
|
1978
2013
|
margin-top: -2.8em;
|
|
1979
2014
|
}
|
|
1980
2015
|
|
|
2016
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1981
2017
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1982
2018
|
line-height: 40px;
|
|
1983
2019
|
}
|
|
@@ -2246,7 +2282,7 @@ ejs-multiselect {
|
|
|
2246
2282
|
background-color: #6f6c6c;
|
|
2247
2283
|
}
|
|
2248
2284
|
|
|
2249
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2285
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2250
2286
|
background-color: #4a4848;
|
|
2251
2287
|
}
|
|
2252
2288
|
|
|
@@ -2275,7 +2311,7 @@ ejs-multiselect {
|
|
|
2275
2311
|
height: 26px;
|
|
2276
2312
|
}
|
|
2277
2313
|
|
|
2278
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2314
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2279
2315
|
background-color: #514f4f;
|
|
2280
2316
|
}
|
|
2281
2317
|
|
|
@@ -2362,16 +2398,16 @@ ejs-multiselect {
|
|
|
2362
2398
|
|
|
2363
2399
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2364
2400
|
background-color: #514f4f;
|
|
2365
|
-
border: 1px solid #dadada;
|
|
2366
2401
|
box-shadow: none;
|
|
2367
2402
|
color: #fff;
|
|
2403
|
+
border: 1px solid #dadada;
|
|
2368
2404
|
}
|
|
2369
2405
|
|
|
2370
2406
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2371
2407
|
background-color: #514f4f;
|
|
2372
|
-
border: 1px solid #dadada;
|
|
2373
2408
|
box-shadow: none;
|
|
2374
2409
|
color: #fff;
|
|
2410
|
+
border: 1px solid #dadada;
|
|
2375
2411
|
}
|
|
2376
2412
|
|
|
2377
2413
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -2602,7 +2638,7 @@ ejs-multiselect {
|
|
|
2602
2638
|
font-weight: 600;
|
|
2603
2639
|
height: 36px;
|
|
2604
2640
|
line-height: 30px;
|
|
2605
|
-
padding:
|
|
2641
|
+
padding: 10px 16px;
|
|
2606
2642
|
}
|
|
2607
2643
|
|
|
2608
2644
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -2809,7 +2845,7 @@ ejs-listbox {
|
|
|
2809
2845
|
overflow: inherit;
|
|
2810
2846
|
}
|
|
2811
2847
|
|
|
2812
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2848
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2813
2849
|
overflow: auto;
|
|
2814
2850
|
}
|
|
2815
2851
|
|
|
@@ -3049,16 +3085,6 @@ ejs-listbox {
|
|
|
3049
3085
|
height: calc(100% - 51px);
|
|
3050
3086
|
}
|
|
3051
3087
|
|
|
3052
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3053
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3054
|
-
height: calc(100% - 36px);
|
|
3055
|
-
}
|
|
3056
|
-
|
|
3057
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3058
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3059
|
-
height: calc(100% - 87px);
|
|
3060
|
-
}
|
|
3061
|
-
|
|
3062
3088
|
.e-listbox-wrapper .e-icons,
|
|
3063
3089
|
.e-listbox-container .e-icons {
|
|
3064
3090
|
color: #dadada;
|
package/styles/fabric.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: 10px;
|
|
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: 1px;
|
|
158
163
|
border-color: transparent;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: transparent;
|
|
322
327
|
color: rgba(51, 51, 51, 0.87);
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 10px;
|
|
324
330
|
font-size: 14px;
|
|
325
331
|
padding-right: 16px;
|
|
326
|
-
text-indent: 10px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -460,7 +465,10 @@
|
|
|
460
465
|
margin-left: -20px;
|
|
461
466
|
}
|
|
462
467
|
|
|
463
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
468
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
469
|
+
font-size: 15px;
|
|
470
|
+
}
|
|
471
|
+
|
|
464
472
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
465
473
|
font-size: 15px;
|
|
466
474
|
}
|
|
@@ -469,7 +477,10 @@
|
|
|
469
477
|
padding: 4px 0;
|
|
470
478
|
}
|
|
471
479
|
|
|
472
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
480
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
481
|
+
font-size: 15px;
|
|
482
|
+
}
|
|
483
|
+
|
|
473
484
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
474
485
|
font-size: 15px;
|
|
475
486
|
}
|
|
@@ -488,6 +499,10 @@
|
|
|
488
499
|
top: 0;
|
|
489
500
|
}
|
|
490
501
|
|
|
502
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
503
|
+
margin: 0;
|
|
504
|
+
}
|
|
505
|
+
|
|
491
506
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
492
507
|
position: relative;
|
|
493
508
|
}
|
|
@@ -640,29 +655,41 @@ ejs-dropdownlist {
|
|
|
640
655
|
}
|
|
641
656
|
|
|
642
657
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
658
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
659
|
+
font-size: 13px;
|
|
660
|
+
}
|
|
661
|
+
|
|
643
662
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
644
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
645
663
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
646
664
|
font-size: 13px;
|
|
647
665
|
}
|
|
648
666
|
|
|
649
667
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
668
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
669
|
+
font-size: 13px;
|
|
670
|
+
}
|
|
671
|
+
|
|
650
672
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
651
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
652
673
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
653
674
|
font-size: 13px;
|
|
654
675
|
}
|
|
655
676
|
|
|
656
677
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
678
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
679
|
+
font-size: 14px;
|
|
680
|
+
}
|
|
681
|
+
|
|
657
682
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
658
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
659
683
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
660
684
|
font-size: 14px;
|
|
661
685
|
}
|
|
662
686
|
|
|
663
687
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
688
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
689
|
+
font-size: 14px;
|
|
690
|
+
}
|
|
691
|
+
|
|
664
692
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
665
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
666
693
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
667
694
|
font-size: 14px;
|
|
668
695
|
}
|
|
@@ -1266,12 +1293,14 @@ ejs-dropdownlist {
|
|
|
1266
1293
|
width: 100%;
|
|
1267
1294
|
}
|
|
1268
1295
|
|
|
1269
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1296
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1297
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1270
1298
|
height: 27px;
|
|
1271
1299
|
vertical-align: middle;
|
|
1272
1300
|
}
|
|
1273
1301
|
|
|
1274
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1302
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1303
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1275
1304
|
height: 100%;
|
|
1276
1305
|
min-height: 100%;
|
|
1277
1306
|
}
|
|
@@ -1532,6 +1561,7 @@ ejs-dropdownlist {
|
|
|
1532
1561
|
}
|
|
1533
1562
|
|
|
1534
1563
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1564
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1535
1565
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1536
1566
|
right: 27px;
|
|
1537
1567
|
}
|
|
@@ -1752,7 +1782,7 @@ ejs-dropdownlist {
|
|
|
1752
1782
|
padding-right: 16px;
|
|
1753
1783
|
}
|
|
1754
1784
|
|
|
1755
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1785
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
1756
1786
|
left: 30px;
|
|
1757
1787
|
}
|
|
1758
1788
|
|
|
@@ -1788,12 +1818,14 @@ ejs-dropdownlist {
|
|
|
1788
1818
|
vertical-align: middle;
|
|
1789
1819
|
}
|
|
1790
1820
|
|
|
1791
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
1821
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1822
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1792
1823
|
bottom: 1px;
|
|
1793
1824
|
margin-right: 10px;
|
|
1794
1825
|
}
|
|
1795
1826
|
|
|
1796
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
1827
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1828
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1797
1829
|
bottom: 1px;
|
|
1798
1830
|
margin-right: 10px;
|
|
1799
1831
|
}
|
|
@@ -1856,6 +1888,7 @@ ejs-dropdownlist {
|
|
|
1856
1888
|
font-size: 14px;
|
|
1857
1889
|
}
|
|
1858
1890
|
|
|
1891
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1859
1892
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1860
1893
|
font-size: 14px;
|
|
1861
1894
|
line-height: 46px;
|
|
@@ -1870,6 +1903,7 @@ ejs-dropdownlist {
|
|
|
1870
1903
|
vertical-align: middle;
|
|
1871
1904
|
}
|
|
1872
1905
|
|
|
1906
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1873
1907
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1874
1908
|
bottom: 1px;
|
|
1875
1909
|
margin-right: 10px;
|
|
@@ -1899,7 +1933,7 @@ ejs-dropdownlist {
|
|
|
1899
1933
|
padding: 8px;
|
|
1900
1934
|
}
|
|
1901
1935
|
|
|
1902
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
1936
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
1903
1937
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1904
1938
|
padding: 4px 0;
|
|
1905
1939
|
}
|
|
@@ -1944,6 +1978,7 @@ ejs-multiselect {
|
|
|
1944
1978
|
display: block;
|
|
1945
1979
|
}
|
|
1946
1980
|
|
|
1981
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1947
1982
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1948
1983
|
line-height: 26px;
|
|
1949
1984
|
}
|
|
@@ -1972,6 +2007,7 @@ ejs-multiselect {
|
|
|
1972
2007
|
margin-top: -2.8em;
|
|
1973
2008
|
}
|
|
1974
2009
|
|
|
2010
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1975
2011
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1976
2012
|
line-height: 40px;
|
|
1977
2013
|
}
|
|
@@ -2240,7 +2276,7 @@ ejs-multiselect {
|
|
|
2240
2276
|
background-color: #d0d0d0;
|
|
2241
2277
|
}
|
|
2242
2278
|
|
|
2243
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2279
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2244
2280
|
background-color: #dadada;
|
|
2245
2281
|
}
|
|
2246
2282
|
|
|
@@ -2269,7 +2305,7 @@ ejs-multiselect {
|
|
|
2269
2305
|
height: 26px;
|
|
2270
2306
|
}
|
|
2271
2307
|
|
|
2272
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2308
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2273
2309
|
background-color: #eaeaea;
|
|
2274
2310
|
}
|
|
2275
2311
|
|
|
@@ -2356,16 +2392,16 @@ ejs-multiselect {
|
|
|
2356
2392
|
|
|
2357
2393
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2358
2394
|
background-color: #d1ebff;
|
|
2359
|
-
border: 1px solid #666;
|
|
2360
2395
|
box-shadow: none;
|
|
2361
2396
|
color: #333;
|
|
2397
|
+
border: 1px solid #666;
|
|
2362
2398
|
}
|
|
2363
2399
|
|
|
2364
2400
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2365
2401
|
background-color: #d1ebff;
|
|
2366
|
-
border: 1px solid #666;
|
|
2367
2402
|
box-shadow: none;
|
|
2368
2403
|
color: #333;
|
|
2404
|
+
border: 1px solid #666;
|
|
2369
2405
|
}
|
|
2370
2406
|
|
|
2371
2407
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -2596,7 +2632,7 @@ ejs-multiselect {
|
|
|
2596
2632
|
font-weight: 600;
|
|
2597
2633
|
height: 36px;
|
|
2598
2634
|
line-height: 30px;
|
|
2599
|
-
padding:
|
|
2635
|
+
padding: 10px 16px;
|
|
2600
2636
|
}
|
|
2601
2637
|
|
|
2602
2638
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -2803,7 +2839,7 @@ ejs-listbox {
|
|
|
2803
2839
|
overflow: inherit;
|
|
2804
2840
|
}
|
|
2805
2841
|
|
|
2806
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2842
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2807
2843
|
overflow: auto;
|
|
2808
2844
|
}
|
|
2809
2845
|
|
|
@@ -3043,16 +3079,6 @@ ejs-listbox {
|
|
|
3043
3079
|
height: calc(100% - 51px);
|
|
3044
3080
|
}
|
|
3045
3081
|
|
|
3046
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3047
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3048
|
-
height: calc(100% - 36px);
|
|
3049
|
-
}
|
|
3050
|
-
|
|
3051
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3052
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3053
|
-
height: calc(100% - 87px);
|
|
3054
|
-
}
|
|
3055
|
-
|
|
3056
3082
|
.e-listbox-wrapper .e-icons,
|
|
3057
3083
|
.e-listbox-container .e-icons {
|
|
3058
3084
|
color: #333;
|