@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
|
@@ -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: 20px;
|
|
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: #2a2a2a;
|
|
157
162
|
border-bottom: 1px;
|
|
158
163
|
border-color: #6e6e6e;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: #6e6e6e;
|
|
322
327
|
color: #f0f0f0;
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 20px;
|
|
324
330
|
font-size: 14px;
|
|
325
331
|
padding-right: 20px;
|
|
326
|
-
text-indent: 20px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -493,7 +498,10 @@
|
|
|
493
498
|
margin-left: -20px;
|
|
494
499
|
}
|
|
495
500
|
|
|
496
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
501
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
502
|
+
font-size: 15px;
|
|
503
|
+
}
|
|
504
|
+
|
|
497
505
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
498
506
|
font-size: 15px;
|
|
499
507
|
}
|
|
@@ -502,7 +510,10 @@
|
|
|
502
510
|
padding: 4px 0;
|
|
503
511
|
}
|
|
504
512
|
|
|
505
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
513
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
514
|
+
font-size: 15px;
|
|
515
|
+
}
|
|
516
|
+
|
|
506
517
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
507
518
|
font-size: 15px;
|
|
508
519
|
}
|
|
@@ -521,6 +532,10 @@
|
|
|
521
532
|
top: 0;
|
|
522
533
|
}
|
|
523
534
|
|
|
535
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
536
|
+
margin: 0;
|
|
537
|
+
}
|
|
538
|
+
|
|
524
539
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
525
540
|
position: relative;
|
|
526
541
|
}
|
|
@@ -673,29 +688,41 @@ ejs-dropdownlist {
|
|
|
673
688
|
}
|
|
674
689
|
|
|
675
690
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
691
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
692
|
+
font-size: 13px;
|
|
693
|
+
}
|
|
694
|
+
|
|
676
695
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
677
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
678
696
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
679
697
|
font-size: 13px;
|
|
680
698
|
}
|
|
681
699
|
|
|
682
700
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
701
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
702
|
+
font-size: 13px;
|
|
703
|
+
}
|
|
704
|
+
|
|
683
705
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
684
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
685
706
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
686
707
|
font-size: 13px;
|
|
687
708
|
}
|
|
688
709
|
|
|
689
710
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
711
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
712
|
+
font-size: 14px;
|
|
713
|
+
}
|
|
714
|
+
|
|
690
715
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
691
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
692
716
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
693
717
|
font-size: 14px;
|
|
694
718
|
}
|
|
695
719
|
|
|
696
720
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
721
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
722
|
+
font-size: 14px;
|
|
723
|
+
}
|
|
724
|
+
|
|
697
725
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
698
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
699
726
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
700
727
|
font-size: 14px;
|
|
701
728
|
}
|
|
@@ -1305,12 +1332,14 @@ ejs-dropdownlist {
|
|
|
1305
1332
|
width: 100%;
|
|
1306
1333
|
}
|
|
1307
1334
|
|
|
1308
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1335
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1336
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1309
1337
|
height: 27px;
|
|
1310
1338
|
vertical-align: middle;
|
|
1311
1339
|
}
|
|
1312
1340
|
|
|
1313
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1341
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1342
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1314
1343
|
height: 100%;
|
|
1315
1344
|
min-height: 100%;
|
|
1316
1345
|
}
|
|
@@ -1569,6 +1598,7 @@ ejs-dropdownlist {
|
|
|
1569
1598
|
}
|
|
1570
1599
|
|
|
1571
1600
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1601
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1572
1602
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1573
1603
|
right: 38px;
|
|
1574
1604
|
}
|
|
@@ -1789,7 +1819,7 @@ ejs-dropdownlist {
|
|
|
1789
1819
|
padding-right: 10px;
|
|
1790
1820
|
}
|
|
1791
1821
|
|
|
1792
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1822
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
1793
1823
|
left: 38px;
|
|
1794
1824
|
}
|
|
1795
1825
|
|
|
@@ -1825,12 +1855,14 @@ ejs-dropdownlist {
|
|
|
1825
1855
|
vertical-align: middle;
|
|
1826
1856
|
}
|
|
1827
1857
|
|
|
1828
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
1858
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1859
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1829
1860
|
bottom: 1px;
|
|
1830
1861
|
margin-right: 10px;
|
|
1831
1862
|
}
|
|
1832
1863
|
|
|
1833
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
1864
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1865
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1834
1866
|
bottom: 1px;
|
|
1835
1867
|
margin-right: 10px;
|
|
1836
1868
|
}
|
|
@@ -1885,6 +1917,7 @@ ejs-dropdownlist {
|
|
|
1885
1917
|
font-size: 14px;
|
|
1886
1918
|
}
|
|
1887
1919
|
|
|
1920
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1888
1921
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1889
1922
|
font-size: 15px;
|
|
1890
1923
|
line-height: 40px;
|
|
@@ -1899,6 +1932,7 @@ ejs-dropdownlist {
|
|
|
1899
1932
|
vertical-align: middle;
|
|
1900
1933
|
}
|
|
1901
1934
|
|
|
1935
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1902
1936
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1903
1937
|
bottom: 1px;
|
|
1904
1938
|
margin-right: 10px;
|
|
@@ -1928,7 +1962,7 @@ ejs-dropdownlist {
|
|
|
1928
1962
|
padding: 8px;
|
|
1929
1963
|
}
|
|
1930
1964
|
|
|
1931
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
1965
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
1932
1966
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1933
1967
|
padding: 4px 0;
|
|
1934
1968
|
}
|
|
@@ -1973,6 +2007,7 @@ ejs-multiselect {
|
|
|
1973
2007
|
display: block;
|
|
1974
2008
|
}
|
|
1975
2009
|
|
|
2010
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1976
2011
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1977
2012
|
line-height: 22px;
|
|
1978
2013
|
}
|
|
@@ -2001,6 +2036,7 @@ ejs-multiselect {
|
|
|
2001
2036
|
margin-top: -3.5em;
|
|
2002
2037
|
}
|
|
2003
2038
|
|
|
2039
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2004
2040
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2005
2041
|
line-height: 34px;
|
|
2006
2042
|
}
|
|
@@ -2269,7 +2305,7 @@ ejs-multiselect {
|
|
|
2269
2305
|
background-color: #505050;
|
|
2270
2306
|
}
|
|
2271
2307
|
|
|
2272
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2308
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2273
2309
|
background-color: #505050;
|
|
2274
2310
|
}
|
|
2275
2311
|
|
|
@@ -2298,7 +2334,7 @@ ejs-multiselect {
|
|
|
2298
2334
|
height: 28px;
|
|
2299
2335
|
}
|
|
2300
2336
|
|
|
2301
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2337
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2302
2338
|
background-color: #484848;
|
|
2303
2339
|
}
|
|
2304
2340
|
|
|
@@ -2385,16 +2421,16 @@ ejs-multiselect {
|
|
|
2385
2421
|
|
|
2386
2422
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2387
2423
|
background-color: #0070f0;
|
|
2388
|
-
border: 1px solid #104888;
|
|
2389
2424
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2390
2425
|
color: #fff;
|
|
2426
|
+
border: 1px solid #104888;
|
|
2391
2427
|
}
|
|
2392
2428
|
|
|
2393
2429
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2394
2430
|
background-color: #0070f0;
|
|
2395
|
-
border: 1px solid #104888;
|
|
2396
2431
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2397
2432
|
color: #fff;
|
|
2433
|
+
border: 1px solid #104888;
|
|
2398
2434
|
}
|
|
2399
2435
|
|
|
2400
2436
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -2625,7 +2661,7 @@ ejs-multiselect {
|
|
|
2625
2661
|
font-weight: 600;
|
|
2626
2662
|
height: 40px;
|
|
2627
2663
|
line-height: 36px;
|
|
2628
|
-
padding:
|
|
2664
|
+
padding: 13px 16px;
|
|
2629
2665
|
}
|
|
2630
2666
|
|
|
2631
2667
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -2832,7 +2868,7 @@ ejs-listbox {
|
|
|
2832
2868
|
overflow: inherit;
|
|
2833
2869
|
}
|
|
2834
2870
|
|
|
2835
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2871
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2836
2872
|
overflow: auto;
|
|
2837
2873
|
}
|
|
2838
2874
|
|
|
@@ -3072,16 +3108,6 @@ ejs-listbox {
|
|
|
3072
3108
|
height: calc(100% - 52px);
|
|
3073
3109
|
}
|
|
3074
3110
|
|
|
3075
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3076
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3077
|
-
height: calc(100% - 40px);
|
|
3078
|
-
}
|
|
3079
|
-
|
|
3080
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3081
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3082
|
-
height: calc(100% - 92px);
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
3111
|
.e-listbox-wrapper .e-icons,
|
|
3086
3112
|
.e-listbox-container .e-icons {
|
|
3087
3113
|
color: #f0f0f0;
|
package/styles/bootstrap.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: 20px;
|
|
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: #fff;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: #fff;
|
|
322
327
|
color: #333;
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 20px;
|
|
324
330
|
font-size: 14px;
|
|
325
331
|
padding-right: 20px;
|
|
326
|
-
text-indent: 20px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -493,7 +498,10 @@
|
|
|
493
498
|
margin-left: -20px;
|
|
494
499
|
}
|
|
495
500
|
|
|
496
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
501
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
502
|
+
font-size: 15px;
|
|
503
|
+
}
|
|
504
|
+
|
|
497
505
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
498
506
|
font-size: 15px;
|
|
499
507
|
}
|
|
@@ -502,7 +510,10 @@
|
|
|
502
510
|
padding: 4px 0;
|
|
503
511
|
}
|
|
504
512
|
|
|
505
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
513
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
514
|
+
font-size: 15px;
|
|
515
|
+
}
|
|
516
|
+
|
|
506
517
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
507
518
|
font-size: 15px;
|
|
508
519
|
}
|
|
@@ -521,6 +532,10 @@
|
|
|
521
532
|
top: 0;
|
|
522
533
|
}
|
|
523
534
|
|
|
535
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
536
|
+
margin: 0;
|
|
537
|
+
}
|
|
538
|
+
|
|
524
539
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
525
540
|
position: relative;
|
|
526
541
|
}
|
|
@@ -673,29 +688,41 @@ ejs-dropdownlist {
|
|
|
673
688
|
}
|
|
674
689
|
|
|
675
690
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
691
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
692
|
+
font-size: 13px;
|
|
693
|
+
}
|
|
694
|
+
|
|
676
695
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
677
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
678
696
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
679
697
|
font-size: 13px;
|
|
680
698
|
}
|
|
681
699
|
|
|
682
700
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
701
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
702
|
+
font-size: 13px;
|
|
703
|
+
}
|
|
704
|
+
|
|
683
705
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
684
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
685
706
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
686
707
|
font-size: 13px;
|
|
687
708
|
}
|
|
688
709
|
|
|
689
710
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
711
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
712
|
+
font-size: 14px;
|
|
713
|
+
}
|
|
714
|
+
|
|
690
715
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
691
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
692
716
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
693
717
|
font-size: 14px;
|
|
694
718
|
}
|
|
695
719
|
|
|
696
720
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
721
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
722
|
+
font-size: 14px;
|
|
723
|
+
}
|
|
724
|
+
|
|
697
725
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
698
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
699
726
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
700
727
|
font-size: 14px;
|
|
701
728
|
}
|
|
@@ -1304,12 +1331,14 @@ ejs-dropdownlist {
|
|
|
1304
1331
|
width: 100%;
|
|
1305
1332
|
}
|
|
1306
1333
|
|
|
1307
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1334
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1335
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1308
1336
|
height: 27px;
|
|
1309
1337
|
vertical-align: middle;
|
|
1310
1338
|
}
|
|
1311
1339
|
|
|
1312
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1340
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1341
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1313
1342
|
height: 100%;
|
|
1314
1343
|
min-height: 100%;
|
|
1315
1344
|
}
|
|
@@ -1568,6 +1597,7 @@ ejs-dropdownlist {
|
|
|
1568
1597
|
}
|
|
1569
1598
|
|
|
1570
1599
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1600
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1571
1601
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1572
1602
|
right: 38px;
|
|
1573
1603
|
}
|
|
@@ -1788,7 +1818,7 @@ ejs-dropdownlist {
|
|
|
1788
1818
|
padding-right: 10px;
|
|
1789
1819
|
}
|
|
1790
1820
|
|
|
1791
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1821
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
1792
1822
|
left: 38px;
|
|
1793
1823
|
}
|
|
1794
1824
|
|
|
@@ -1824,12 +1854,14 @@ ejs-dropdownlist {
|
|
|
1824
1854
|
vertical-align: middle;
|
|
1825
1855
|
}
|
|
1826
1856
|
|
|
1827
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
1857
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1858
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1828
1859
|
bottom: 1px;
|
|
1829
1860
|
margin-right: 10px;
|
|
1830
1861
|
}
|
|
1831
1862
|
|
|
1832
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
1863
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1864
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1833
1865
|
bottom: 1px;
|
|
1834
1866
|
margin-right: 10px;
|
|
1835
1867
|
}
|
|
@@ -1884,6 +1916,7 @@ ejs-dropdownlist {
|
|
|
1884
1916
|
font-size: 14px;
|
|
1885
1917
|
}
|
|
1886
1918
|
|
|
1919
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1887
1920
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1888
1921
|
font-size: 15px;
|
|
1889
1922
|
line-height: 40px;
|
|
@@ -1898,6 +1931,7 @@ ejs-dropdownlist {
|
|
|
1898
1931
|
vertical-align: middle;
|
|
1899
1932
|
}
|
|
1900
1933
|
|
|
1934
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1901
1935
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1902
1936
|
bottom: 1px;
|
|
1903
1937
|
margin-right: 10px;
|
|
@@ -1927,7 +1961,7 @@ ejs-dropdownlist {
|
|
|
1927
1961
|
padding: 8px;
|
|
1928
1962
|
}
|
|
1929
1963
|
|
|
1930
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
1964
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
1931
1965
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1932
1966
|
padding: 4px 0;
|
|
1933
1967
|
}
|
|
@@ -1972,6 +2006,7 @@ ejs-multiselect {
|
|
|
1972
2006
|
display: block;
|
|
1973
2007
|
}
|
|
1974
2008
|
|
|
2009
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1975
2010
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1976
2011
|
line-height: 22px;
|
|
1977
2012
|
}
|
|
@@ -2000,6 +2035,7 @@ ejs-multiselect {
|
|
|
2000
2035
|
margin-top: -3.5em;
|
|
2001
2036
|
}
|
|
2002
2037
|
|
|
2038
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2003
2039
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2004
2040
|
line-height: 34px;
|
|
2005
2041
|
}
|
|
@@ -2268,7 +2304,7 @@ ejs-multiselect {
|
|
|
2268
2304
|
background-color: #ccc;
|
|
2269
2305
|
}
|
|
2270
2306
|
|
|
2271
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2307
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2272
2308
|
background-color: #ddd;
|
|
2273
2309
|
}
|
|
2274
2310
|
|
|
@@ -2297,7 +2333,7 @@ ejs-multiselect {
|
|
|
2297
2333
|
height: 28px;
|
|
2298
2334
|
}
|
|
2299
2335
|
|
|
2300
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2336
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2301
2337
|
background-color: #d4d4d4;
|
|
2302
2338
|
}
|
|
2303
2339
|
|
|
@@ -2384,16 +2420,16 @@ ejs-multiselect {
|
|
|
2384
2420
|
|
|
2385
2421
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2386
2422
|
background-color: #317ab9;
|
|
2387
|
-
border: 1px solid #66afe9;
|
|
2388
2423
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2389
2424
|
color: #fff;
|
|
2425
|
+
border: 1px solid #66afe9;
|
|
2390
2426
|
}
|
|
2391
2427
|
|
|
2392
2428
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2393
2429
|
background-color: #317ab9;
|
|
2394
|
-
border: 1px solid #66afe9;
|
|
2395
2430
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2396
2431
|
color: #fff;
|
|
2432
|
+
border: 1px solid #66afe9;
|
|
2397
2433
|
}
|
|
2398
2434
|
|
|
2399
2435
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -2624,7 +2660,7 @@ ejs-multiselect {
|
|
|
2624
2660
|
font-weight: 600;
|
|
2625
2661
|
height: 40px;
|
|
2626
2662
|
line-height: 36px;
|
|
2627
|
-
padding:
|
|
2663
|
+
padding: 13px 16px;
|
|
2628
2664
|
}
|
|
2629
2665
|
|
|
2630
2666
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -2831,7 +2867,7 @@ ejs-listbox {
|
|
|
2831
2867
|
overflow: inherit;
|
|
2832
2868
|
}
|
|
2833
2869
|
|
|
2834
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
2870
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2835
2871
|
overflow: auto;
|
|
2836
2872
|
}
|
|
2837
2873
|
|
|
@@ -3071,16 +3107,6 @@ ejs-listbox {
|
|
|
3071
3107
|
height: calc(100% - 52px);
|
|
3072
3108
|
}
|
|
3073
3109
|
|
|
3074
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3075
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3076
|
-
height: calc(100% - 40px);
|
|
3077
|
-
}
|
|
3078
|
-
|
|
3079
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3080
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3081
|
-
height: calc(100% - 92px);
|
|
3082
|
-
}
|
|
3083
|
-
|
|
3084
3110
|
.e-listbox-wrapper .e-icons,
|
|
3085
3111
|
.e-listbox-container .e-icons {
|
|
3086
3112
|
color: rgba(0, 0, 0, 0.75);
|