@syncfusion/ej2-angular-dropdowns 19.4.55 → 20.1.50
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/@syncfusion/ej2-angular-dropdowns.es5.js +1 -1
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +5 -51
- package/dist/ej2-angular-dropdowns.umd.js +2 -1
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +1 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +1 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +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/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +1 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +1 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +1 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +1 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +1 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +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.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 +1 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- 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/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +1 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +1 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/list-box/fluent.scss';
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
font-weight: 600;
|
|
185
185
|
height: 36px;
|
|
186
186
|
line-height: 30px;
|
|
187
|
-
padding:
|
|
187
|
+
padding: 9px 16px;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -391,7 +391,7 @@ ejs-listbox {
|
|
|
391
391
|
overflow: inherit;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
394
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
395
395
|
overflow: auto;
|
|
396
396
|
}
|
|
397
397
|
|
|
@@ -631,16 +631,6 @@ ejs-listbox {
|
|
|
631
631
|
height: calc(100% - 51px);
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
635
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
636
|
-
height: calc(100% - 36px);
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
640
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
641
|
-
height: calc(100% - 87px);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
634
|
.e-listbox-wrapper .e-icons,
|
|
645
635
|
.e-listbox-container .e-icons {
|
|
646
636
|
color: #000;
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
font-weight: 600;
|
|
185
185
|
height: 36px;
|
|
186
186
|
line-height: 30px;
|
|
187
|
-
padding:
|
|
187
|
+
padding: 9px 16px;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -391,7 +391,7 @@ ejs-listbox {
|
|
|
391
391
|
overflow: inherit;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
394
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
395
395
|
overflow: auto;
|
|
396
396
|
}
|
|
397
397
|
|
|
@@ -631,16 +631,6 @@ ejs-listbox {
|
|
|
631
631
|
height: calc(100% - 51px);
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
635
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
636
|
-
height: calc(100% - 36px);
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
640
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
641
|
-
height: calc(100% - 87px);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
634
|
.e-listbox-wrapper .e-icons,
|
|
645
635
|
.e-listbox-container .e-icons {
|
|
646
636
|
color: #fff;
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
border-top: 1px solid;
|
|
165
165
|
font-weight: 600;
|
|
166
166
|
height: 36px;
|
|
167
|
-
line-height:
|
|
168
|
-
padding:
|
|
167
|
+
line-height: 16px;
|
|
168
|
+
padding: 11px 16px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -372,7 +372,7 @@ ejs-listbox {
|
|
|
372
372
|
overflow: inherit;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
376
376
|
overflow: auto;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -536,7 +536,7 @@ ejs-listbox {
|
|
|
536
536
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
537
537
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
538
538
|
height: 48px;
|
|
539
|
-
line-height:
|
|
539
|
+
line-height: 25px;
|
|
540
540
|
}
|
|
541
541
|
|
|
542
542
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -612,16 +612,6 @@ ejs-listbox {
|
|
|
612
612
|
height: calc(100% - 47px);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
616
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
617
|
-
height: calc(100% - 36px);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
621
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
622
|
-
height: calc(100% - 79px);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
615
|
.e-listbox-wrapper .e-icons,
|
|
626
616
|
.e-listbox-container .e-icons {
|
|
627
617
|
color: #fff;
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
border-top: 1px solid;
|
|
165
165
|
font-weight: 600;
|
|
166
166
|
height: 36px;
|
|
167
|
-
line-height:
|
|
168
|
-
padding:
|
|
167
|
+
line-height: 16px;
|
|
168
|
+
padding: 11px 16px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -372,7 +372,7 @@ ejs-listbox {
|
|
|
372
372
|
overflow: inherit;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
376
376
|
overflow: auto;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -536,7 +536,7 @@ ejs-listbox {
|
|
|
536
536
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
537
537
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
538
538
|
height: 48px;
|
|
539
|
-
line-height:
|
|
539
|
+
line-height: 25px;
|
|
540
540
|
}
|
|
541
541
|
|
|
542
542
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -612,16 +612,6 @@ ejs-listbox {
|
|
|
612
612
|
height: calc(100% - 47px);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
616
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
617
|
-
height: calc(100% - 36px);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
621
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
622
|
-
height: calc(100% - 79px);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
615
|
.e-listbox-wrapper .e-icons,
|
|
626
616
|
.e-listbox-container .e-icons {
|
|
627
617
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -35,37 +35,40 @@
|
|
|
35
35
|
padding: 0 8px 0 0;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon
|
|
39
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
38
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
40
39
|
padding: 0 12px 0 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
42
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
43
|
+
padding: 0 8px 0 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
43
46
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
44
|
-
padding: 0
|
|
47
|
+
padding: 0 4px 0 0;
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
.e-listbox-tool .e-moveup::before {
|
|
48
|
-
content: '\
|
|
51
|
+
content: '\e776';
|
|
49
52
|
}
|
|
50
53
|
|
|
51
54
|
.e-listbox-tool .e-movedown::before {
|
|
52
|
-
content: '\
|
|
55
|
+
content: '\e729';
|
|
53
56
|
}
|
|
54
57
|
|
|
55
58
|
.e-listbox-tool .e-moveto::before {
|
|
56
|
-
content: '\
|
|
59
|
+
content: '\e748';
|
|
57
60
|
}
|
|
58
61
|
|
|
59
62
|
.e-listbox-tool .e-movefrom::before {
|
|
60
|
-
content: '\
|
|
63
|
+
content: '\e765';
|
|
61
64
|
}
|
|
62
65
|
|
|
63
66
|
.e-listbox-tool .e-moveallto::before {
|
|
64
|
-
content: '\
|
|
67
|
+
content: '\e7a9';
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
.e-listbox-tool .e-moveallfrom::before {
|
|
68
|
-
content: '\
|
|
71
|
+
content: '\e744';
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.e-listbox-wrapper,
|
|
@@ -110,7 +113,7 @@
|
|
|
110
113
|
.e-listbox-container .e-selectall-parent {
|
|
111
114
|
height: 38px;
|
|
112
115
|
line-height: 1;
|
|
113
|
-
padding: 12px
|
|
116
|
+
padding: 12px 12px;
|
|
114
117
|
position: relative;
|
|
115
118
|
}
|
|
116
119
|
|
|
@@ -197,8 +200,8 @@
|
|
|
197
200
|
border-top: 1px solid;
|
|
198
201
|
font-weight: 600;
|
|
199
202
|
height: 30px;
|
|
200
|
-
line-height:
|
|
201
|
-
padding:
|
|
203
|
+
line-height: 7px;
|
|
204
|
+
padding: 12px 12px;
|
|
202
205
|
}
|
|
203
206
|
|
|
204
207
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -405,7 +408,7 @@ ejs-listbox {
|
|
|
405
408
|
overflow: inherit;
|
|
406
409
|
}
|
|
407
410
|
|
|
408
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
411
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
409
412
|
overflow: auto;
|
|
410
413
|
}
|
|
411
414
|
|
|
@@ -569,7 +572,7 @@ ejs-listbox {
|
|
|
569
572
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
570
573
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
571
574
|
height: 38px;
|
|
572
|
-
line-height:
|
|
575
|
+
line-height: 15px;
|
|
573
576
|
}
|
|
574
577
|
|
|
575
578
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -657,16 +660,6 @@ ejs-listbox {
|
|
|
657
660
|
height: calc(100% - 47px);
|
|
658
661
|
}
|
|
659
662
|
|
|
660
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
661
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
662
|
-
height: calc(100% - 38px);
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
666
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
667
|
-
height: calc(100% - 76px);
|
|
668
|
-
}
|
|
669
|
-
|
|
670
663
|
.e-listbox-wrapper .e-icons,
|
|
671
664
|
.e-listbox-container .e-icons {
|
|
672
665
|
color: #d1d5db;
|
|
@@ -35,37 +35,40 @@
|
|
|
35
35
|
padding: 0 8px 0 0;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon
|
|
39
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
38
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
40
39
|
padding: 0 12px 0 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
42
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
43
|
+
padding: 0 8px 0 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
43
46
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
44
|
-
padding: 0
|
|
47
|
+
padding: 0 4px 0 0;
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
.e-listbox-tool .e-moveup::before {
|
|
48
|
-
content: '\
|
|
51
|
+
content: '\e776';
|
|
49
52
|
}
|
|
50
53
|
|
|
51
54
|
.e-listbox-tool .e-movedown::before {
|
|
52
|
-
content: '\
|
|
55
|
+
content: '\e729';
|
|
53
56
|
}
|
|
54
57
|
|
|
55
58
|
.e-listbox-tool .e-moveto::before {
|
|
56
|
-
content: '\
|
|
59
|
+
content: '\e748';
|
|
57
60
|
}
|
|
58
61
|
|
|
59
62
|
.e-listbox-tool .e-movefrom::before {
|
|
60
|
-
content: '\
|
|
63
|
+
content: '\e765';
|
|
61
64
|
}
|
|
62
65
|
|
|
63
66
|
.e-listbox-tool .e-moveallto::before {
|
|
64
|
-
content: '\
|
|
67
|
+
content: '\e7a9';
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
.e-listbox-tool .e-moveallfrom::before {
|
|
68
|
-
content: '\
|
|
71
|
+
content: '\e744';
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.e-listbox-wrapper,
|
|
@@ -110,7 +113,7 @@
|
|
|
110
113
|
.e-listbox-container .e-selectall-parent {
|
|
111
114
|
height: 38px;
|
|
112
115
|
line-height: 1;
|
|
113
|
-
padding: 12px
|
|
116
|
+
padding: 12px 12px;
|
|
114
117
|
position: relative;
|
|
115
118
|
}
|
|
116
119
|
|
|
@@ -197,8 +200,8 @@
|
|
|
197
200
|
border-top: 1px solid;
|
|
198
201
|
font-weight: 600;
|
|
199
202
|
height: 30px;
|
|
200
|
-
line-height:
|
|
201
|
-
padding:
|
|
203
|
+
line-height: 7px;
|
|
204
|
+
padding: 12px 12px;
|
|
202
205
|
}
|
|
203
206
|
|
|
204
207
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -405,7 +408,7 @@ ejs-listbox {
|
|
|
405
408
|
overflow: inherit;
|
|
406
409
|
}
|
|
407
410
|
|
|
408
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
411
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
409
412
|
overflow: auto;
|
|
410
413
|
}
|
|
411
414
|
|
|
@@ -569,7 +572,7 @@ ejs-listbox {
|
|
|
569
572
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
570
573
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
571
574
|
height: 38px;
|
|
572
|
-
line-height:
|
|
575
|
+
line-height: 15px;
|
|
573
576
|
}
|
|
574
577
|
|
|
575
578
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -657,16 +660,6 @@ ejs-listbox {
|
|
|
657
660
|
height: calc(100% - 47px);
|
|
658
661
|
}
|
|
659
662
|
|
|
660
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
661
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
662
|
-
height: calc(100% - 38px);
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
666
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
667
|
-
height: calc(100% - 76px);
|
|
668
|
-
}
|
|
669
|
-
|
|
670
663
|
.e-listbox-wrapper .e-icons,
|
|
671
664
|
.e-listbox-container .e-icons {
|
|
672
665
|
color: #6b7280;
|
package/styles/material-dark.css
CHANGED
|
@@ -17,9 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
|
+
line-height: 48px;
|
|
22
|
+
text-indent: 16px;
|
|
23
|
+
}
|
|
24
|
+
|
|
20
25
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
21
26
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
22
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
23
27
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
28
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
29
|
line-height: 48px;
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
}
|
|
154
158
|
|
|
155
159
|
.e-dropdownbase .e-list-item {
|
|
160
|
+
-webkit-tap-highlight-color: transparent;
|
|
156
161
|
background-color: #424242;
|
|
157
162
|
border-bottom: 0;
|
|
158
163
|
border-color: transparent;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: transparent;
|
|
322
327
|
color: #fff;
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 16px;
|
|
324
330
|
font-size: 13px;
|
|
325
331
|
padding-right: 16px;
|
|
326
|
-
text-indent: 16px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -492,7 +497,10 @@
|
|
|
492
497
|
margin-left: -20px;
|
|
493
498
|
}
|
|
494
499
|
|
|
495
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
500
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
501
|
+
font-size: 14px;
|
|
502
|
+
}
|
|
503
|
+
|
|
496
504
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
497
505
|
font-size: 14px;
|
|
498
506
|
}
|
|
@@ -501,7 +509,10 @@
|
|
|
501
509
|
padding: 4px 0;
|
|
502
510
|
}
|
|
503
511
|
|
|
504
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
512
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
513
|
+
font-size: 14px;
|
|
514
|
+
}
|
|
515
|
+
|
|
505
516
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
506
517
|
font-size: 14px;
|
|
507
518
|
}
|
|
@@ -520,6 +531,10 @@
|
|
|
520
531
|
top: 0;
|
|
521
532
|
}
|
|
522
533
|
|
|
534
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
535
|
+
margin: 0;
|
|
536
|
+
}
|
|
537
|
+
|
|
523
538
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
524
539
|
position: relative;
|
|
525
540
|
}
|
|
@@ -671,29 +686,41 @@ ejs-dropdownlist {
|
|
|
671
686
|
}
|
|
672
687
|
|
|
673
688
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
689
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
690
|
+
font-size: 12px;
|
|
691
|
+
}
|
|
692
|
+
|
|
674
693
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
675
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
676
694
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
677
695
|
font-size: 12px;
|
|
678
696
|
}
|
|
679
697
|
|
|
680
698
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
699
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
700
|
+
font-size: 12px;
|
|
701
|
+
}
|
|
702
|
+
|
|
681
703
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
682
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
683
704
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
684
705
|
font-size: 12px;
|
|
685
706
|
}
|
|
686
707
|
|
|
687
708
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
709
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
710
|
+
font-size: 13px;
|
|
711
|
+
}
|
|
712
|
+
|
|
688
713
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
689
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
690
714
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
691
715
|
font-size: 13px;
|
|
692
716
|
}
|
|
693
717
|
|
|
694
718
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
719
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
720
|
+
font-size: 13px;
|
|
721
|
+
}
|
|
722
|
+
|
|
695
723
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
696
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
697
724
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
698
725
|
font-size: 13px;
|
|
699
726
|
}
|
|
@@ -2247,12 +2274,14 @@ ejs-dropdownlist {
|
|
|
2247
2274
|
width: 100%;
|
|
2248
2275
|
}
|
|
2249
2276
|
|
|
2250
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
2277
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2278
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2251
2279
|
height: 27px;
|
|
2252
2280
|
vertical-align: middle;
|
|
2253
2281
|
}
|
|
2254
2282
|
|
|
2255
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
2283
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
2284
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
2256
2285
|
height: 100%;
|
|
2257
2286
|
min-height: 100%;
|
|
2258
2287
|
}
|
|
@@ -2513,6 +2542,7 @@ ejs-dropdownlist {
|
|
|
2513
2542
|
}
|
|
2514
2543
|
|
|
2515
2544
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2545
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2516
2546
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2517
2547
|
right: 22px;
|
|
2518
2548
|
}
|
|
@@ -2754,7 +2784,7 @@ ejs-dropdownlist {
|
|
|
2754
2784
|
padding-right: 16px;
|
|
2755
2785
|
}
|
|
2756
2786
|
|
|
2757
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
2787
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
2758
2788
|
left: 19px;
|
|
2759
2789
|
}
|
|
2760
2790
|
|
|
@@ -2790,12 +2820,14 @@ ejs-dropdownlist {
|
|
|
2790
2820
|
vertical-align: middle;
|
|
2791
2821
|
}
|
|
2792
2822
|
|
|
2793
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
2823
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2824
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2794
2825
|
bottom: 1px;
|
|
2795
2826
|
margin-right: 12px;
|
|
2796
2827
|
}
|
|
2797
2828
|
|
|
2798
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
2829
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2830
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2799
2831
|
bottom: 1px;
|
|
2800
2832
|
margin-right: 12px;
|
|
2801
2833
|
}
|
|
@@ -2850,6 +2882,7 @@ ejs-dropdownlist {
|
|
|
2850
2882
|
font-size: 14px;
|
|
2851
2883
|
}
|
|
2852
2884
|
|
|
2885
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2853
2886
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2854
2887
|
font-size: 13px;
|
|
2855
2888
|
line-height: 48px;
|
|
@@ -2864,6 +2897,7 @@ ejs-dropdownlist {
|
|
|
2864
2897
|
vertical-align: middle;
|
|
2865
2898
|
}
|
|
2866
2899
|
|
|
2900
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2867
2901
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2868
2902
|
bottom: 1px;
|
|
2869
2903
|
margin-right: 12px;
|
|
@@ -2903,7 +2937,7 @@ ejs-dropdownlist {
|
|
|
2903
2937
|
padding: 8px;
|
|
2904
2938
|
}
|
|
2905
2939
|
|
|
2906
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
2940
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2907
2941
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2908
2942
|
padding: 4px 0;
|
|
2909
2943
|
}
|
|
@@ -2949,6 +2983,7 @@ ejs-multiselect {
|
|
|
2949
2983
|
display: block;
|
|
2950
2984
|
}
|
|
2951
2985
|
|
|
2986
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2952
2987
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2953
2988
|
line-height: 26px;
|
|
2954
2989
|
}
|
|
@@ -2977,6 +3012,7 @@ ejs-multiselect {
|
|
|
2977
3012
|
margin-top: -2.5em;
|
|
2978
3013
|
}
|
|
2979
3014
|
|
|
3015
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2980
3016
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2981
3017
|
line-height: 40px;
|
|
2982
3018
|
}
|
|
@@ -3718,7 +3754,7 @@ ejs-multiselect {
|
|
|
3718
3754
|
background-color: #424242;
|
|
3719
3755
|
}
|
|
3720
3756
|
|
|
3721
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
3757
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
3722
3758
|
background-color: rgba(255, 255, 255, 0.1);
|
|
3723
3759
|
}
|
|
3724
3760
|
|
|
@@ -3747,7 +3783,7 @@ ejs-multiselect {
|
|
|
3747
3783
|
height: 24px;
|
|
3748
3784
|
}
|
|
3749
3785
|
|
|
3750
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
3786
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
3751
3787
|
background-color: rgba(255, 255, 255, 0.1);
|
|
3752
3788
|
}
|
|
3753
3789
|
|
|
@@ -3834,16 +3870,16 @@ ejs-multiselect {
|
|
|
3834
3870
|
|
|
3835
3871
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
3836
3872
|
background-color: #424242;
|
|
3837
|
-
border: 1px solid transparent;
|
|
3838
3873
|
box-shadow: none;
|
|
3839
3874
|
color: #00b0ff;
|
|
3875
|
+
border: 1px solid transparent;
|
|
3840
3876
|
}
|
|
3841
3877
|
|
|
3842
3878
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
3843
3879
|
background-color: #424242;
|
|
3844
|
-
border: 1px solid transparent;
|
|
3845
3880
|
box-shadow: none;
|
|
3846
3881
|
color: #00b0ff;
|
|
3882
|
+
border: 1px solid transparent;
|
|
3847
3883
|
}
|
|
3848
3884
|
|
|
3849
3885
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -4174,8 +4210,8 @@ ejs-multiselect {
|
|
|
4174
4210
|
border-top: 1px solid;
|
|
4175
4211
|
font-weight: 600;
|
|
4176
4212
|
height: 36px;
|
|
4177
|
-
line-height:
|
|
4178
|
-
padding:
|
|
4213
|
+
line-height: 16px;
|
|
4214
|
+
padding: 11px 16px;
|
|
4179
4215
|
}
|
|
4180
4216
|
|
|
4181
4217
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -4382,7 +4418,7 @@ ejs-listbox {
|
|
|
4382
4418
|
overflow: inherit;
|
|
4383
4419
|
}
|
|
4384
4420
|
|
|
4385
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
4421
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4386
4422
|
overflow: auto;
|
|
4387
4423
|
}
|
|
4388
4424
|
|
|
@@ -4546,7 +4582,7 @@ ejs-listbox {
|
|
|
4546
4582
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
4547
4583
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
4548
4584
|
height: 48px;
|
|
4549
|
-
line-height:
|
|
4585
|
+
line-height: 25px;
|
|
4550
4586
|
}
|
|
4551
4587
|
|
|
4552
4588
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -4622,16 +4658,6 @@ ejs-listbox {
|
|
|
4622
4658
|
height: calc(100% - 47px);
|
|
4623
4659
|
}
|
|
4624
4660
|
|
|
4625
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
4626
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
4627
|
-
height: calc(100% - 36px);
|
|
4628
|
-
}
|
|
4629
|
-
|
|
4630
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
4631
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
4632
|
-
height: calc(100% - 79px);
|
|
4633
|
-
}
|
|
4634
|
-
|
|
4635
4661
|
.e-listbox-wrapper .e-icons,
|
|
4636
4662
|
.e-listbox-container .e-icons {
|
|
4637
4663
|
color: #fff;
|