@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.
Files changed (121) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-dropdowns.js +1 -1
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
  5. package/CHANGELOG.md +5 -51
  6. package/dist/ej2-angular-dropdowns.umd.js +2 -1
  7. package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
  8. package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
  9. package/package.json +8 -8
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/styles/auto-complete/bootstrap5-dark.css +7 -0
  14. package/styles/auto-complete/bootstrap5.css +7 -0
  15. package/styles/auto-complete/fluent-dark.css +132 -0
  16. package/styles/auto-complete/fluent-dark.scss +1 -0
  17. package/styles/auto-complete/fluent.css +132 -0
  18. package/styles/auto-complete/fluent.scss +1 -0
  19. package/styles/auto-complete/tailwind-dark.css +1 -57
  20. package/styles/auto-complete/tailwind.css +1 -57
  21. package/styles/bootstrap-dark.css +56 -30
  22. package/styles/bootstrap.css +56 -30
  23. package/styles/bootstrap4.css +56 -30
  24. package/styles/bootstrap5-dark.css +116 -40
  25. package/styles/bootstrap5.css +116 -40
  26. package/styles/combo-box/bootstrap5-dark.css +7 -0
  27. package/styles/combo-box/bootstrap5.css +7 -0
  28. package/styles/combo-box/fluent-dark.css +132 -0
  29. package/styles/combo-box/fluent-dark.scss +1 -0
  30. package/styles/combo-box/fluent.css +132 -0
  31. package/styles/combo-box/fluent.scss +1 -0
  32. package/styles/combo-box/tailwind-dark.css +1 -57
  33. package/styles/combo-box/tailwind.css +1 -57
  34. package/styles/drop-down-base/bootstrap-dark.css +7 -2
  35. package/styles/drop-down-base/bootstrap.css +7 -2
  36. package/styles/drop-down-base/bootstrap4.css +7 -2
  37. package/styles/drop-down-base/bootstrap5-dark.css +12 -3
  38. package/styles/drop-down-base/bootstrap5.css +12 -3
  39. package/styles/drop-down-base/fabric-dark.css +7 -2
  40. package/styles/drop-down-base/fabric.css +7 -2
  41. package/styles/drop-down-base/fluent-dark.css +397 -0
  42. package/styles/drop-down-base/fluent-dark.scss +1 -0
  43. package/styles/drop-down-base/fluent.css +397 -0
  44. package/styles/drop-down-base/fluent.scss +1 -0
  45. package/styles/drop-down-base/highcontrast-light.css +7 -2
  46. package/styles/drop-down-base/highcontrast.css +7 -2
  47. package/styles/drop-down-base/material-dark.css +7 -2
  48. package/styles/drop-down-base/material.css +7 -2
  49. package/styles/drop-down-base/tailwind-dark.css +103 -14
  50. package/styles/drop-down-base/tailwind.css +103 -14
  51. package/styles/drop-down-list/bootstrap-dark.css +28 -6
  52. package/styles/drop-down-list/bootstrap.css +28 -6
  53. package/styles/drop-down-list/bootstrap4.css +28 -6
  54. package/styles/drop-down-list/bootstrap5-dark.css +35 -6
  55. package/styles/drop-down-list/bootstrap5.css +35 -6
  56. package/styles/drop-down-list/fabric-dark.css +28 -6
  57. package/styles/drop-down-list/fabric.css +28 -6
  58. package/styles/drop-down-list/fluent-dark.css +447 -0
  59. package/styles/drop-down-list/fluent-dark.scss +1 -0
  60. package/styles/drop-down-list/fluent.css +447 -0
  61. package/styles/drop-down-list/fluent.scss +1 -0
  62. package/styles/drop-down-list/highcontrast-light.css +28 -6
  63. package/styles/drop-down-list/highcontrast.css +28 -6
  64. package/styles/drop-down-list/material-dark.css +28 -6
  65. package/styles/drop-down-list/material.css +28 -6
  66. package/styles/drop-down-list/tailwind-dark.css +20 -95
  67. package/styles/drop-down-list/tailwind.css +20 -95
  68. package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
  69. package/styles/drop-down-tree/bootstrap5.css +6 -2
  70. package/styles/drop-down-tree/fluent-dark.css +599 -0
  71. package/styles/drop-down-tree/fluent-dark.scss +1 -0
  72. package/styles/drop-down-tree/fluent.css +599 -0
  73. package/styles/drop-down-tree/fluent.scss +1 -0
  74. package/styles/drop-down-tree/tailwind-dark.css +15 -6
  75. package/styles/drop-down-tree/tailwind.css +15 -6
  76. package/styles/fabric-dark.css +56 -30
  77. package/styles/fabric.css +56 -30
  78. package/styles/fluent-dark.css +3602 -0
  79. package/styles/fluent-dark.scss +7 -0
  80. package/styles/fluent.css +3602 -0
  81. package/styles/fluent.scss +7 -0
  82. package/styles/highcontrast-light.css +58 -31
  83. package/styles/highcontrast.css +58 -31
  84. package/styles/list-box/bootstrap-dark.css +2 -12
  85. package/styles/list-box/bootstrap.css +2 -12
  86. package/styles/list-box/bootstrap4.css +2 -12
  87. package/styles/list-box/bootstrap5-dark.css +5 -15
  88. package/styles/list-box/bootstrap5.css +5 -15
  89. package/styles/list-box/fabric-dark.css +2 -12
  90. package/styles/list-box/fabric.css +2 -12
  91. package/styles/list-box/fluent-dark.css +895 -0
  92. package/styles/list-box/fluent-dark.scss +1 -0
  93. package/styles/list-box/fluent.css +895 -0
  94. package/styles/list-box/fluent.scss +1 -0
  95. package/styles/list-box/highcontrast-light.css +2 -12
  96. package/styles/list-box/highcontrast.css +2 -12
  97. package/styles/list-box/material-dark.css +4 -14
  98. package/styles/list-box/material.css +4 -14
  99. package/styles/list-box/tailwind-dark.css +17 -24
  100. package/styles/list-box/tailwind.css +17 -24
  101. package/styles/material-dark.css +58 -32
  102. package/styles/material.css +58 -32
  103. package/styles/multi-select/bootstrap-dark.css +19 -10
  104. package/styles/multi-select/bootstrap.css +19 -10
  105. package/styles/multi-select/bootstrap4.css +19 -10
  106. package/styles/multi-select/bootstrap5-dark.css +58 -14
  107. package/styles/multi-select/bootstrap5.css +58 -14
  108. package/styles/multi-select/fabric-dark.css +19 -10
  109. package/styles/multi-select/fabric.css +19 -10
  110. package/styles/multi-select/fluent-dark.css +1416 -0
  111. package/styles/multi-select/fluent-dark.scss +1 -0
  112. package/styles/multi-select/fluent.css +1416 -0
  113. package/styles/multi-select/fluent.scss +1 -0
  114. package/styles/multi-select/highcontrast-light.css +21 -11
  115. package/styles/multi-select/highcontrast.css +21 -11
  116. package/styles/multi-select/material-dark.css +19 -10
  117. package/styles/multi-select/material.css +19 -10
  118. package/styles/multi-select/tailwind-dark.css +166 -126
  119. package/styles/multi-select/tailwind.css +166 -126
  120. package/styles/tailwind-dark.css +297 -253
  121. package/styles/tailwind.css +297 -253
@@ -0,0 +1,132 @@
1
+ .e-popup.e-ddl {
2
+ border-radius: 4px;
3
+ box-shadow: none;
4
+ margin-top: 1px;
5
+ }
6
+
7
+ .e-popup.e-ddl .e-input-group {
8
+ width: auto;
9
+ }
10
+
11
+ .e-popup.e-ddl .e-input-group input {
12
+ line-height: 15px;
13
+ }
14
+
15
+ .e-popup.e-ddl .e-dropdownbase {
16
+ min-height: 26px;
17
+ }
18
+
19
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
20
+ display: -ms-flexbox;
21
+ display: flex;
22
+ width: auto;
23
+ }
24
+
25
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
+ border: 0;
27
+ }
28
+
29
+ .e-bigger .e-popup.e-ddl-device-filter {
30
+ margin-top: 0;
31
+ }
32
+
33
+ .e-bigger .e-popup.e-ddl .e-list-item {
34
+ font-size: 16px;
35
+ line-height: 32px;
36
+ padding-left: 0;
37
+ text-indent: 16px;
38
+ }
39
+
40
+ .e-bigger .e-popup.e-ddl .e-list-group-item,
41
+ .e-bigger .e-popup.e-ddl .e-fixed-head {
42
+ font-size: 14px;
43
+ line-height: 32px;
44
+ padding-left: 0;
45
+ text-indent: 16px;
46
+ }
47
+
48
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
49
+ min-height: 40px;
50
+ }
51
+
52
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
53
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
54
+ background: transparent;
55
+ }
56
+
57
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
58
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
59
+ background: #fff;
60
+ }
61
+
62
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
63
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
64
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
65
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
66
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
67
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
68
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
69
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
70
+ background: none;
71
+ color: #605e5c;
72
+ }
73
+
74
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
75
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
76
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
77
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
78
+ background: transparent;
79
+ color: #605e5c;
80
+ }
81
+
82
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
83
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
84
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
85
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
86
+ border: 0;
87
+ }
88
+
89
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
90
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
91
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
92
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
93
+ box-shadow: none;
94
+ }
95
+
96
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
97
+ background: none;
98
+ display: -ms-flexbox;
99
+ display: flex;
100
+ position: relative;
101
+ }
102
+
103
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
104
+ .e-ddl.e-popup .e-filter-parent {
105
+ background: #fff;
106
+ }
107
+
108
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
109
+ font-size: 14px;
110
+ }
111
+
112
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
113
+ font-size: 16px;
114
+ }
115
+
116
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
117
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
118
+ .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
119
+ font-size: 14px;
120
+ line-height: 34px;
121
+ padding-left: 0;
122
+ text-indent: 16px;
123
+ }
124
+
125
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
126
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
127
+ height: 30px;
128
+ }
129
+
130
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
131
+ min-height: 34px;
132
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/combo-box/fluent.scss';
@@ -53,6 +53,7 @@
53
53
 
54
54
  .e-popup.e-ddl .e-dropdownbase {
55
55
  min-height: 26px;
56
+ padding: 4px 0;
56
57
  }
57
58
 
58
59
  .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
@@ -77,24 +78,6 @@
77
78
  background-color: #374151;
78
79
  }
79
80
 
80
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
81
- margin: 0;
82
- min-height: 12px;
83
- min-width: 12px;
84
- padding: 6px;
85
- }
86
-
87
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
88
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
89
- min-height: 16px;
90
- min-width: 16px;
91
- }
92
-
93
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
94
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
95
- padding: 8px 16px 8px 0;
96
- }
97
-
98
81
  .e-input-group.e-ddl,
99
82
  .e-input-group.e-ddl .e-input,
100
83
  .e-input-group.e-ddl .e-ddl-icon {
@@ -106,45 +89,6 @@
106
89
  border-bottom-width: 0;
107
90
  }
108
91
 
109
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
110
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
111
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
112
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
113
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
114
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
115
- margin: 0;
116
- }
117
-
118
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
119
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
120
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
121
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
122
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
123
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
124
- padding: 5px 5px 5px 12px;
125
- }
126
-
127
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
128
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
129
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
130
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
131
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
132
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
133
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
134
- min-height: 18px;
135
- min-width: 18px;
136
- }
137
-
138
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
139
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
140
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
141
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
142
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
143
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
144
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
145
- padding: 8px 16px;
146
- }
147
-
148
92
  .e-ddl.e-popup.e-outline .e-filter-parent {
149
93
  padding: 4px 8px;
150
94
  }
@@ -53,6 +53,7 @@
53
53
 
54
54
  .e-popup.e-ddl .e-dropdownbase {
55
55
  min-height: 26px;
56
+ padding: 4px 0;
56
57
  }
57
58
 
58
59
  .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
@@ -77,24 +78,6 @@
77
78
  background-color: #fff;
78
79
  }
79
80
 
80
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
81
- margin: 0;
82
- min-height: 12px;
83
- min-width: 12px;
84
- padding: 6px;
85
- }
86
-
87
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
88
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
89
- min-height: 16px;
90
- min-width: 16px;
91
- }
92
-
93
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
94
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
95
- padding: 8px 16px 8px 0;
96
- }
97
-
98
81
  .e-input-group.e-ddl,
99
82
  .e-input-group.e-ddl .e-input,
100
83
  .e-input-group.e-ddl .e-ddl-icon {
@@ -106,45 +89,6 @@
106
89
  border-bottom-width: 0;
107
90
  }
108
91
 
109
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
110
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
111
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
112
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
113
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
114
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
115
- margin: 0;
116
- }
117
-
118
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
119
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
120
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
121
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
122
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
123
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
124
- padding: 5px 5px 5px 12px;
125
- }
126
-
127
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
128
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
129
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
130
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
131
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
132
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
133
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
134
- min-height: 18px;
135
- min-width: 18px;
136
- }
137
-
138
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
139
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
140
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
141
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
142
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
143
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
144
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
145
- padding: 8px 16px;
146
- }
147
-
148
92
  .e-ddl.e-popup.e-outline .e-filter-parent {
149
93
  padding: 4px 8px;
150
94
  }
@@ -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 {
@@ -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 {
@@ -35,9 +35,13 @@
35
35
  }
36
36
 
37
37
  .e-bigger .e-dropdownbase .e-list-item,
38
+ .e-dropdownbase.e-bigger .e-list-item {
39
+ line-height: 48px;
40
+ text-indent: 20px;
41
+ }
42
+
38
43
  .e-bigger .e-dropdownbase .e-list-group-item,
39
44
  .e-bigger .e-dropdownbase .e-fixed-head,
40
- .e-dropdownbase.e-bigger .e-list-item,
41
45
  .e-dropdownbase.e-bigger .e-list-group-item,
42
46
  .e-dropdownbase.e-bigger .e-fixed-head {
43
47
  line-height: 48px;
@@ -171,6 +175,7 @@
171
175
  }
172
176
 
173
177
  .e-dropdownbase .e-list-item {
178
+ -webkit-tap-highlight-color: transparent;
174
179
  background-color: #fff;
175
180
  border-bottom: 1px;
176
181
  border-color: #fff;
@@ -339,9 +344,9 @@
339
344
  border-color: #fff;
340
345
  color: #212529;
341
346
  font-family: inherit;
347
+ text-indent: 20px;
342
348
  font-size: 14px;
343
349
  padding-right: 24px;
344
- text-indent: 20px;
345
350
  }
346
351
 
347
352
  .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
@@ -43,9 +43,13 @@
43
43
  }
44
44
 
45
45
  .e-bigger .e-dropdownbase .e-list-item,
46
+ .e-dropdownbase.e-bigger .e-list-item {
47
+ line-height: 32px;
48
+ text-indent: 16px;
49
+ }
50
+
46
51
  .e-bigger .e-dropdownbase .e-list-group-item,
47
52
  .e-bigger .e-dropdownbase .e-fixed-head,
48
- .e-dropdownbase.e-bigger .e-list-item,
49
53
  .e-dropdownbase.e-bigger .e-list-group-item,
50
54
  .e-dropdownbase.e-bigger .e-fixed-head {
51
55
  line-height: 32px;
@@ -180,6 +184,7 @@
180
184
  }
181
185
 
182
186
  .e-dropdownbase .e-list-item {
187
+ -webkit-tap-highlight-color: transparent;
183
188
  background-color: #343a40;
184
189
  border-bottom: 0;
185
190
  border-color: #444c54;
@@ -227,6 +232,10 @@
227
232
  background-color: #444c54;
228
233
  }
229
234
 
235
+ .e-dropdownbase .e-list-item.e-active:last-child {
236
+ border-radius: 2px;
237
+ }
238
+
230
239
  .e-bigger .e-dropdownbase .e-list-group-item,
231
240
  .e-bigger .e-dropdownbase .e-fixed-head {
232
241
  font-size: 16px;
@@ -348,10 +357,10 @@
348
357
  border-color: #444c54;
349
358
  color: #fff;
350
359
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
351
- font-size: 14px;
352
- padding-right: 16px;
353
360
  text-indent: 12px;
354
361
  color: #7b848d;
362
+ font-size: 14px;
363
+ padding-right: 16px;
355
364
  }
356
365
 
357
366
  .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
@@ -43,9 +43,13 @@
43
43
  }
44
44
 
45
45
  .e-bigger .e-dropdownbase .e-list-item,
46
+ .e-dropdownbase.e-bigger .e-list-item {
47
+ line-height: 32px;
48
+ text-indent: 16px;
49
+ }
50
+
46
51
  .e-bigger .e-dropdownbase .e-list-group-item,
47
52
  .e-bigger .e-dropdownbase .e-fixed-head,
48
- .e-dropdownbase.e-bigger .e-list-item,
49
53
  .e-dropdownbase.e-bigger .e-list-group-item,
50
54
  .e-dropdownbase.e-bigger .e-fixed-head {
51
55
  line-height: 32px;
@@ -180,6 +184,7 @@
180
184
  }
181
185
 
182
186
  .e-dropdownbase .e-list-item {
187
+ -webkit-tap-highlight-color: transparent;
183
188
  background-color: #fff;
184
189
  border-bottom: 0;
185
190
  border-color: #dee2e6;
@@ -227,6 +232,10 @@
227
232
  background-color: #e9ecef;
228
233
  }
229
234
 
235
+ .e-dropdownbase .e-list-item.e-active:last-child {
236
+ border-radius: 2px;
237
+ }
238
+
230
239
  .e-bigger .e-dropdownbase .e-list-group-item,
231
240
  .e-bigger .e-dropdownbase .e-fixed-head {
232
241
  font-size: 16px;
@@ -348,10 +357,10 @@
348
357
  border-color: #dee2e6;
349
358
  color: #212529;
350
359
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
351
- font-size: 14px;
352
- padding-right: 16px;
353
360
  text-indent: 12px;
354
361
  color: #6c757d;
362
+ font-size: 14px;
363
+ padding-right: 16px;
355
364
  }
356
365
 
357
366
  .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
@@ -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 {
@@ -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 {