@syncfusion/ej2-dropdowns 31.2.5 → 31.2.15

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 (97) hide show
  1. package/dist/ej2-dropdowns.min.js +2 -2
  2. package/dist/ej2-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-dropdowns.es2015.js +39 -26
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +39 -26
  7. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-dropdowns.min.js +2 -2
  9. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +8 -8
  12. package/src/common/highlight-search.js +1 -1
  13. package/src/drop-down-list/drop-down-list.js +13 -3
  14. package/src/drop-down-tree/drop-down-tree.js +2 -1
  15. package/src/multi-select/multi-select.js +23 -21
  16. package/styles/bds-lite.css +9 -0
  17. package/styles/bds.css +9 -0
  18. package/styles/bootstrap-dark-lite.css +9 -0
  19. package/styles/bootstrap-dark.css +9 -0
  20. package/styles/bootstrap-lite.css +9 -0
  21. package/styles/bootstrap.css +9 -0
  22. package/styles/bootstrap4-lite.css +9 -0
  23. package/styles/bootstrap4.css +9 -0
  24. package/styles/bootstrap5-dark-lite.css +9 -0
  25. package/styles/bootstrap5-dark.css +9 -0
  26. package/styles/bootstrap5-lite.css +9 -0
  27. package/styles/bootstrap5.3-lite.css +9 -0
  28. package/styles/bootstrap5.3.css +9 -0
  29. package/styles/bootstrap5.css +9 -0
  30. package/styles/drop-down-list/_bds-definition.scss +3 -0
  31. package/styles/drop-down-list/_bootstrap-dark-definition.scss +2 -1
  32. package/styles/drop-down-list/_bootstrap-definition.scss +2 -1
  33. package/styles/drop-down-list/_bootstrap4-definition.scss +3 -0
  34. package/styles/drop-down-list/_bootstrap5-definition.scss +3 -0
  35. package/styles/drop-down-list/_bootstrap5.3-definition.scss +3 -0
  36. package/styles/drop-down-list/_fabric-dark-definition.scss +2 -1
  37. package/styles/drop-down-list/_fabric-definition.scss +2 -1
  38. package/styles/drop-down-list/_fluent-definition.scss +3 -0
  39. package/styles/drop-down-list/_fluent2-definition.scss +3 -0
  40. package/styles/drop-down-list/_fusionnew-definition.scss +3 -0
  41. package/styles/drop-down-list/_highcontrast-definition.scss +2 -1
  42. package/styles/drop-down-list/_highcontrast-light-definition.scss +2 -1
  43. package/styles/drop-down-list/_layout.scss +9 -0
  44. package/styles/drop-down-list/_material-dark-definition.scss +2 -0
  45. package/styles/drop-down-list/_material-definition.scss +2 -0
  46. package/styles/drop-down-list/_material3-definition.scss +3 -0
  47. package/styles/drop-down-list/_tailwind-definition.scss +3 -0
  48. package/styles/drop-down-list/_tailwind3-definition.scss +3 -0
  49. package/styles/drop-down-list/bds.css +9 -0
  50. package/styles/drop-down-list/bootstrap-dark.css +9 -0
  51. package/styles/drop-down-list/bootstrap.css +9 -0
  52. package/styles/drop-down-list/bootstrap4.css +9 -0
  53. package/styles/drop-down-list/bootstrap5-dark.css +9 -0
  54. package/styles/drop-down-list/bootstrap5.3.css +9 -0
  55. package/styles/drop-down-list/bootstrap5.css +9 -0
  56. package/styles/drop-down-list/fabric-dark.css +9 -0
  57. package/styles/drop-down-list/fabric.css +9 -0
  58. package/styles/drop-down-list/fluent-dark.css +9 -0
  59. package/styles/drop-down-list/fluent.css +9 -0
  60. package/styles/drop-down-list/fluent2.css +9 -0
  61. package/styles/drop-down-list/highcontrast-light.css +9 -0
  62. package/styles/drop-down-list/highcontrast.css +9 -0
  63. package/styles/drop-down-list/material-dark.css +9 -0
  64. package/styles/drop-down-list/material.css +9 -0
  65. package/styles/drop-down-list/material3-dark.css +9 -0
  66. package/styles/drop-down-list/material3.css +9 -0
  67. package/styles/drop-down-list/tailwind-dark.css +9 -0
  68. package/styles/drop-down-list/tailwind.css +9 -0
  69. package/styles/drop-down-list/tailwind3.css +9 -0
  70. package/styles/fabric-dark-lite.css +9 -0
  71. package/styles/fabric-dark.css +9 -0
  72. package/styles/fabric-lite.css +9 -0
  73. package/styles/fabric.css +9 -0
  74. package/styles/fluent-dark-lite.css +9 -0
  75. package/styles/fluent-dark.css +9 -0
  76. package/styles/fluent-lite.css +9 -0
  77. package/styles/fluent.css +9 -0
  78. package/styles/fluent2-lite.css +9 -0
  79. package/styles/fluent2.css +9 -0
  80. package/styles/highcontrast-light-lite.css +9 -0
  81. package/styles/highcontrast-light.css +9 -0
  82. package/styles/highcontrast-lite.css +9 -0
  83. package/styles/highcontrast.css +9 -0
  84. package/styles/material-dark-lite.css +9 -0
  85. package/styles/material-dark.css +9 -0
  86. package/styles/material-lite.css +9 -0
  87. package/styles/material.css +9 -0
  88. package/styles/material3-dark-lite.css +9 -0
  89. package/styles/material3-dark.css +9 -0
  90. package/styles/material3-lite.css +9 -0
  91. package/styles/material3.css +9 -0
  92. package/styles/tailwind-dark-lite.css +9 -0
  93. package/styles/tailwind-dark.css +9 -0
  94. package/styles/tailwind-lite.css +9 -0
  95. package/styles/tailwind.css +9 -0
  96. package/styles/tailwind3-lite.css +9 -0
  97. package/styles/tailwind3.css +9 -0
@@ -8,6 +8,15 @@
8
8
  }
9
9
  }
10
10
 
11
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
12
+ width: 100%;
13
+ border: $input-border;
14
+ }
15
+
16
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
17
+ margin-top: $input-margin-top;
18
+ }
19
+
11
20
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
12
21
  display: block;
13
22
  visibility: hidden;
@@ -23,6 +23,7 @@ $ddl-clear-icon-margin-right: 66px !default;
23
23
  $ddl-back-icon-margin: 0 10px 0 -52px !default;
24
24
  $ddl-back-icon-padding: 0 8px !default;
25
25
  $ddl-filter-margin: 0 !default;
26
+ $input-margin-top: 16px !default;
26
27
 
27
28
  // Small Size
28
29
 
@@ -30,6 +31,7 @@ $ddl-small-list-font-size: 12px !default;
30
31
 
31
32
  // touch small
32
33
  $ddl-bigger-small-list-font-size: 13px !default;
34
+ $input-border: $ddl-zero-value $border-type !default;
33
35
 
34
36
  //enddefault
35
37
 
@@ -23,12 +23,14 @@ $ddl-back-icon-margin: 0 10px 0 -52px !default;
23
23
  $ddl-back-icon-padding: 0 8px !default;
24
24
  $ddl-popup-shadow: 0 5px 5px -3px rgba($grey-light-font, .2), 0 8px 10px 1px rgba($grey-light-font, .14), 0 3px 14px 2px rgba($grey-light-font, .12) !default;
25
25
  $ddl-filter-margin: 0 !default;
26
+ $input-margin-top: 16px !default;
26
27
 
27
28
  // Small Size
28
29
  $ddl-small-list-font-size: 12px !default;
29
30
 
30
31
  // touch small
31
32
  $ddl-bigger-small-list-font-size: 13px !default;
33
+ $input-border: $ddl-zero-value $border-type !default;
32
34
 
33
35
  @include export-module('dropdownlist-material') {
34
36
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -28,6 +28,9 @@ $ddl-filter-margin: 0 !default;
28
28
  $ddl-icon-hover-bg: rgba($content-text-color, .08) !default;
29
29
  $ddl-small-list-font-size: $text-xs !default;
30
30
  $ddl-bigger-small-list-font-size: $text-sm !default;
31
+ $input-border: $ddl-zero-value $border-type !default;
32
+ $input-margin-top: 16px !default;
33
+
31
34
  @include export-module('dropdownlist-Material3') {
32
35
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
33
36
  transform: rotate(0deg);
@@ -1,6 +1,7 @@
1
1
  $ddl-input-font-size: $text-sm !default;
2
2
  $ddl-zero-value: 0 !default;
3
3
  $ddl-input-border: 1px $border-light !default;
4
+ $border-type: solid !default;
4
5
  $ddl-input-font-family: inherit !default;
5
6
  $ddl-input-margin-bottom: 4px !default;
6
7
  $ddl-input-padding: 8px $ddl-zero-value 4px !default;
@@ -17,6 +18,7 @@ $ddl-popup-shadow: $shadow-lg !default;
17
18
  $ddl-bigger-list-font-size: $text-base !default;
18
19
  $ddl-bigger-group-list-font-size: $text-sm !default;
19
20
  $ddl-filter-margin: 0 !default;
21
+ $input-margin-top: 24px !default;
20
22
 
21
23
  // Small Size
22
24
  $ddl-small-list-font-size: $text-xs !default;
@@ -35,6 +37,7 @@ $ddl-filter-box-shadow-color: rgba(0, 0, 0, .3) !default;
35
37
  $ddl-popup-background-color: $flyout-bg-color !default;
36
38
  $ddl-filter-background-color: $flyout-bg-color !default;
37
39
  $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
40
+ $input-border: $ddl-zero-value $border-type !default;
38
41
 
39
42
  @include export-module('dropdownlist-tailwind') {
40
43
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -1,6 +1,7 @@
1
1
  $ddl-input-font-size: $text-sm !default;
2
2
  $ddl-zero-value: 0 !default;
3
3
  $ddl-input-border: 1px $border-light !default;
4
+ $border-type: solid !default;
4
5
  $ddl-input-font-family: inherit !default;
5
6
  $ddl-input-margin-bottom: 4px !default;
6
7
  $ddl-input-padding: 8px $ddl-zero-value 4px !default;
@@ -18,6 +19,7 @@ $ddl-popup-shadow: $shadow-lg !default;
18
19
  $ddl-readonly-bg-color: $content-bg-color-alt2 !default;
19
20
  $ddl-filter-margin: 0 !default;
20
21
  $ddl-list-disable-item-color: $flyout-text-color-disabled !default;
22
+ $input-margin-top: 24px !default;
21
23
 
22
24
  // Small Size
23
25
  $ddl-small-list-font-size: $text-xs !default;
@@ -36,6 +38,7 @@ $ddl-filter-background-color: $content-bg-color !default;
36
38
  $ddl-filter-bg: $content-bg-color !default;
37
39
  $ddl-list-icon-color: $icon-color !default;
38
40
  $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
41
+ $input-border: $ddl-zero-value $border-type !default;
39
42
 
40
43
  @include export-module('dropdownlist-bootstrap5') {
41
44
  #{&}.e-popup.e-ddl {
@@ -304,6 +304,15 @@
304
304
  font-family: "e-icons";
305
305
  }
306
306
 
307
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
308
+ width: 100%;
309
+ border: 0 solid;
310
+ }
311
+
312
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
313
+ margin-top: 24px;
314
+ }
315
+
307
316
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
308
317
  display: block;
309
318
  visibility: hidden;
@@ -123,6 +123,15 @@
123
123
  content: "\eb08";
124
124
  }
125
125
 
126
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
127
+ width: 100%;
128
+ border: 0 solid;
129
+ }
130
+
131
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
132
+ margin-top: 24px;
133
+ }
134
+
126
135
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
127
136
  display: block;
128
137
  visibility: hidden;
@@ -123,6 +123,15 @@
123
123
  content: "\eb08";
124
124
  }
125
125
 
126
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
127
+ width: 100%;
128
+ border: 0 solid;
129
+ }
130
+
131
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
132
+ margin-top: 24px;
133
+ }
134
+
126
135
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
127
136
  display: block;
128
137
  visibility: hidden;
@@ -165,6 +165,15 @@
165
165
  content: "\e7cf";
166
166
  }
167
167
 
168
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
169
+ width: 100%;
170
+ border: 0 solid;
171
+ }
172
+
173
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
174
+ margin-top: 24px;
175
+ }
176
+
168
177
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
169
178
  display: block;
170
179
  visibility: hidden;
@@ -174,6 +174,15 @@
174
174
  content: "\e832";
175
175
  }
176
176
 
177
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
178
+ width: 100%;
179
+ border: 0 solid;
180
+ }
181
+
182
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
183
+ margin-top: 24px;
184
+ }
185
+
177
186
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
178
187
  display: block;
179
188
  visibility: hidden;
@@ -178,6 +178,15 @@
178
178
  content: "\e832";
179
179
  }
180
180
 
181
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
182
+ width: 100%;
183
+ border: 0 solid;
184
+ }
185
+
186
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
187
+ margin-top: 24px;
188
+ }
189
+
181
190
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
182
191
  display: block;
183
192
  visibility: hidden;
@@ -174,6 +174,15 @@
174
174
  content: "\e832";
175
175
  }
176
176
 
177
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
178
+ width: 100%;
179
+ border: 0 solid;
180
+ }
181
+
182
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
183
+ margin-top: 24px;
184
+ }
185
+
177
186
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
178
187
  display: block;
179
188
  visibility: hidden;
@@ -99,6 +99,15 @@
99
99
  content: "\eb06";
100
100
  }
101
101
 
102
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
103
+ width: 100%;
104
+ border: 0 solid;
105
+ }
106
+
107
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
108
+ margin-top: 28px;
109
+ }
110
+
102
111
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
103
112
  display: block;
104
113
  visibility: hidden;
@@ -99,6 +99,15 @@
99
99
  content: "\eb06";
100
100
  }
101
101
 
102
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
103
+ width: 100%;
104
+ border: 0 solid;
105
+ }
106
+
107
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
108
+ margin-top: 28px;
109
+ }
110
+
102
111
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
103
112
  display: block;
104
113
  visibility: hidden;
@@ -167,6 +167,15 @@
167
167
  content: "\e761";
168
168
  }
169
169
 
170
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
171
+ width: 100%;
172
+ border: 0 solid;
173
+ }
174
+
175
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
176
+ margin-top: 24px;
177
+ }
178
+
170
179
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
171
180
  display: block;
172
181
  visibility: hidden;
@@ -167,6 +167,15 @@
167
167
  content: "\e761";
168
168
  }
169
169
 
170
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
171
+ width: 100%;
172
+ border: 0 solid;
173
+ }
174
+
175
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
176
+ margin-top: 24px;
177
+ }
178
+
170
179
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
171
180
  display: block;
172
181
  visibility: hidden;
@@ -344,6 +344,15 @@
344
344
  content: "\e832";
345
345
  }
346
346
 
347
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
348
+ width: 100%;
349
+ border: 0 solid;
350
+ }
351
+
352
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
353
+ margin-top: 24px;
354
+ }
355
+
347
356
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
348
357
  display: block;
349
358
  visibility: hidden;
@@ -116,6 +116,15 @@
116
116
  font-family: "e-icons";
117
117
  }
118
118
 
119
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
120
+ width: 100%;
121
+ border: 0 solid;
122
+ }
123
+
124
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
125
+ margin-top: 28px;
126
+ }
127
+
119
128
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
120
129
  display: block;
121
130
  visibility: hidden;
@@ -120,6 +120,15 @@
120
120
  content: "\eb06";
121
121
  }
122
122
 
123
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
124
+ width: 100%;
125
+ border: 0 solid;
126
+ }
127
+
128
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
129
+ margin-top: 28px;
130
+ }
131
+
123
132
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
124
133
  display: block;
125
134
  visibility: hidden;
@@ -162,6 +162,15 @@
162
162
  content: "\eb05";
163
163
  }
164
164
 
165
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
166
+ width: 100%;
167
+ border: 0 solid;
168
+ }
169
+
170
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
171
+ margin-top: 16px;
172
+ }
173
+
165
174
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
166
175
  display: block;
167
176
  visibility: hidden;
@@ -186,6 +186,15 @@
186
186
  content: "\eb05";
187
187
  }
188
188
 
189
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
190
+ width: 100%;
191
+ border: 0 solid;
192
+ }
193
+
194
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
195
+ margin-top: 16px;
196
+ }
197
+
189
198
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
190
199
  display: block;
191
200
  visibility: hidden;
@@ -199,6 +199,15 @@
199
199
  margin-top: 4px;
200
200
  }
201
201
 
202
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
203
+ width: 100%;
204
+ border: 0 solid;
205
+ }
206
+
207
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
208
+ margin-top: 16px;
209
+ }
210
+
202
211
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
203
212
  display: block;
204
213
  visibility: hidden;
@@ -201,6 +201,15 @@
201
201
  margin-top: 4px;
202
202
  }
203
203
 
204
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
205
+ width: 100%;
206
+ border: 0 solid;
207
+ }
208
+
209
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
210
+ margin-top: 16px;
211
+ }
212
+
204
213
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
205
214
  display: block;
206
215
  visibility: hidden;
@@ -154,6 +154,15 @@
154
154
  content: "\e832";
155
155
  }
156
156
 
157
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
158
+ width: 100%;
159
+ border: 0 solid;
160
+ }
161
+
162
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
163
+ margin-top: 24px;
164
+ }
165
+
157
166
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
158
167
  display: block;
159
168
  visibility: hidden;
@@ -154,6 +154,15 @@
154
154
  content: "\e832";
155
155
  }
156
156
 
157
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
158
+ width: 100%;
159
+ border: 0 solid;
160
+ }
161
+
162
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
163
+ margin-top: 24px;
164
+ }
165
+
157
166
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
158
167
  display: block;
159
168
  visibility: hidden;
@@ -186,6 +186,15 @@
186
186
  font-family: "e-icons";
187
187
  }
188
188
 
189
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
190
+ width: 100%;
191
+ border: 0 solid;
192
+ }
193
+
194
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
195
+ margin-top: 24px;
196
+ }
197
+
189
198
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
190
199
  display: block;
191
200
  visibility: hidden;
@@ -396,6 +396,15 @@
396
396
  content: "\eb06";
397
397
  }
398
398
 
399
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
400
+ width: 100%;
401
+ border: 0 solid;
402
+ }
403
+
404
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
405
+ margin-top: 28px;
406
+ }
407
+
399
408
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
400
409
  display: block;
401
410
  visibility: hidden;
@@ -471,6 +471,15 @@
471
471
  content: "\eb06";
472
472
  }
473
473
 
474
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
475
+ width: 100%;
476
+ border: 0 solid;
477
+ }
478
+
479
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
480
+ margin-top: 28px;
481
+ }
482
+
474
483
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
475
484
  display: block;
476
485
  visibility: hidden;
@@ -396,6 +396,15 @@
396
396
  content: "\eb06";
397
397
  }
398
398
 
399
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
400
+ width: 100%;
401
+ border: 0 solid;
402
+ }
403
+
404
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
405
+ margin-top: 28px;
406
+ }
407
+
399
408
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
400
409
  display: block;
401
410
  visibility: hidden;
package/styles/fabric.css CHANGED
@@ -471,6 +471,15 @@
471
471
  content: "\eb06";
472
472
  }
473
473
 
474
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
475
+ width: 100%;
476
+ border: 0 solid;
477
+ }
478
+
479
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
480
+ margin-top: 28px;
481
+ }
482
+
474
483
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
475
484
  display: block;
476
485
  visibility: hidden;
@@ -474,6 +474,15 @@
474
474
  content: "\e761";
475
475
  }
476
476
 
477
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
478
+ width: 100%;
479
+ border: 0 solid;
480
+ }
481
+
482
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
483
+ margin-top: 24px;
484
+ }
485
+
477
486
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
478
487
  display: block;
479
488
  visibility: hidden;
@@ -575,6 +575,15 @@
575
575
  content: "\e761";
576
576
  }
577
577
 
578
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
579
+ width: 100%;
580
+ border: 0 solid;
581
+ }
582
+
583
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
584
+ margin-top: 24px;
585
+ }
586
+
578
587
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
579
588
  display: block;
580
589
  visibility: hidden;
@@ -474,6 +474,15 @@
474
474
  content: "\e761";
475
475
  }
476
476
 
477
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
478
+ width: 100%;
479
+ border: 0 solid;
480
+ }
481
+
482
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
483
+ margin-top: 24px;
484
+ }
485
+
477
486
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
478
487
  display: block;
479
488
  visibility: hidden;
package/styles/fluent.css CHANGED
@@ -575,6 +575,15 @@
575
575
  content: "\e761";
576
576
  }
577
577
 
578
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
579
+ width: 100%;
580
+ border: 0 solid;
581
+ }
582
+
583
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
584
+ margin-top: 24px;
585
+ }
586
+
578
587
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
579
588
  display: block;
580
589
  visibility: hidden;
@@ -643,6 +643,15 @@
643
643
  content: "\e832";
644
644
  }
645
645
 
646
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
647
+ width: 100%;
648
+ border: 0 solid;
649
+ }
650
+
651
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
652
+ margin-top: 24px;
653
+ }
654
+
646
655
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
647
656
  display: block;
648
657
  visibility: hidden;
@@ -735,6 +735,15 @@
735
735
  content: "\e832";
736
736
  }
737
737
 
738
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
739
+ width: 100%;
740
+ border: 0 solid;
741
+ }
742
+
743
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
744
+ margin-top: 24px;
745
+ }
746
+
738
747
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
739
748
  display: block;
740
749
  visibility: hidden;
@@ -413,6 +413,15 @@
413
413
  font-family: "e-icons";
414
414
  }
415
415
 
416
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
417
+ width: 100%;
418
+ border: 0 solid;
419
+ }
420
+
421
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
422
+ margin-top: 28px;
423
+ }
424
+
416
425
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
417
426
  display: block;
418
427
  visibility: hidden;
@@ -488,6 +488,15 @@
488
488
  font-family: "e-icons";
489
489
  }
490
490
 
491
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
492
+ width: 100%;
493
+ border: 0 solid;
494
+ }
495
+
496
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
497
+ margin-top: 28px;
498
+ }
499
+
491
500
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
492
501
  display: block;
493
502
  visibility: hidden;