@syncfusion/ej2-dropdowns 20.1.55 → 20.1.56

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 (132) hide show
  1. package/CHANGELOG.md +18 -0
  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 +9 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +9 -1
  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 +7 -7
  12. package/src/drop-down-list/drop-down-list.js +9 -1
  13. package/styles/auto-complete/bootstrap-dark.css +5 -14
  14. package/styles/auto-complete/bootstrap.css +5 -14
  15. package/styles/auto-complete/bootstrap4.css +5 -13
  16. package/styles/auto-complete/bootstrap5-dark.css +5 -13
  17. package/styles/auto-complete/bootstrap5.css +5 -13
  18. package/styles/auto-complete/fabric-dark.css +5 -12
  19. package/styles/auto-complete/fabric.css +5 -12
  20. package/styles/auto-complete/fluent-dark.css +4 -11
  21. package/styles/auto-complete/fluent.css +4 -11
  22. package/styles/auto-complete/highcontrast-light.css +3 -23
  23. package/styles/auto-complete/highcontrast.css +3 -23
  24. package/styles/auto-complete/material-dark.css +1 -1
  25. package/styles/auto-complete/material.css +1 -1
  26. package/styles/auto-complete/tailwind-dark.css +1 -1
  27. package/styles/auto-complete/tailwind.css +1 -1
  28. package/styles/bootstrap-dark.css +62 -337
  29. package/styles/bootstrap.css +62 -337
  30. package/styles/bootstrap4.css +62 -343
  31. package/styles/bootstrap5-dark.css +63 -343
  32. package/styles/bootstrap5.css +63 -343
  33. package/styles/combo-box/bootstrap-dark.css +5 -14
  34. package/styles/combo-box/bootstrap.css +5 -14
  35. package/styles/combo-box/bootstrap4.css +5 -13
  36. package/styles/combo-box/bootstrap5-dark.css +5 -13
  37. package/styles/combo-box/bootstrap5.css +5 -13
  38. package/styles/combo-box/fabric-dark.css +5 -12
  39. package/styles/combo-box/fabric.css +5 -12
  40. package/styles/combo-box/fluent-dark.css +4 -11
  41. package/styles/combo-box/fluent.css +4 -11
  42. package/styles/combo-box/highcontrast-light.css +3 -23
  43. package/styles/combo-box/highcontrast.css +3 -23
  44. package/styles/combo-box/material-dark.css +1 -1
  45. package/styles/combo-box/material.css +1 -1
  46. package/styles/combo-box/tailwind-dark.css +1 -1
  47. package/styles/combo-box/tailwind.css +1 -1
  48. package/styles/drop-down-base/bootstrap-dark.css +8 -22
  49. package/styles/drop-down-base/bootstrap.css +8 -22
  50. package/styles/drop-down-base/bootstrap4.css +8 -22
  51. package/styles/drop-down-base/bootstrap5-dark.css +8 -22
  52. package/styles/drop-down-base/bootstrap5.css +8 -22
  53. package/styles/drop-down-base/fabric-dark.css +8 -22
  54. package/styles/drop-down-base/fabric.css +8 -22
  55. package/styles/drop-down-base/fluent-dark.css +8 -22
  56. package/styles/drop-down-base/fluent.css +8 -22
  57. package/styles/drop-down-base/highcontrast-light.css +8 -27
  58. package/styles/drop-down-base/highcontrast.css +8 -27
  59. package/styles/drop-down-base/material-dark.css +8 -22
  60. package/styles/drop-down-base/material.css +8 -22
  61. package/styles/drop-down-base/tailwind-dark.css +12 -34
  62. package/styles/drop-down-base/tailwind.css +12 -34
  63. package/styles/drop-down-list/bootstrap-dark.css +15 -44
  64. package/styles/drop-down-list/bootstrap.css +15 -44
  65. package/styles/drop-down-list/bootstrap4.css +14 -38
  66. package/styles/drop-down-list/bootstrap5-dark.css +14 -38
  67. package/styles/drop-down-list/bootstrap5.css +14 -38
  68. package/styles/drop-down-list/fabric-dark.css +15 -42
  69. package/styles/drop-down-list/fabric.css +15 -42
  70. package/styles/drop-down-list/fluent-dark.css +13 -36
  71. package/styles/drop-down-list/fluent.css +13 -36
  72. package/styles/drop-down-list/highcontrast-light.css +13 -58
  73. package/styles/drop-down-list/highcontrast.css +13 -58
  74. package/styles/drop-down-list/material-dark.css +11 -32
  75. package/styles/drop-down-list/material.css +11 -33
  76. package/styles/drop-down-list/tailwind-dark.css +10 -24
  77. package/styles/drop-down-list/tailwind.css +10 -24
  78. package/styles/drop-down-tree/bootstrap-dark.css +4 -92
  79. package/styles/drop-down-tree/bootstrap.css +4 -92
  80. package/styles/drop-down-tree/bootstrap4.css +5 -99
  81. package/styles/drop-down-tree/bootstrap5-dark.css +5 -103
  82. package/styles/drop-down-tree/bootstrap5.css +5 -103
  83. package/styles/drop-down-tree/fabric-dark.css +4 -92
  84. package/styles/drop-down-tree/fabric.css +4 -92
  85. package/styles/drop-down-tree/fluent-dark.css +5 -105
  86. package/styles/drop-down-tree/fluent.css +5 -105
  87. package/styles/drop-down-tree/highcontrast-light.css +4 -97
  88. package/styles/drop-down-tree/highcontrast.css +4 -98
  89. package/styles/drop-down-tree/material-dark.css +11 -182
  90. package/styles/drop-down-tree/material.css +11 -184
  91. package/styles/drop-down-tree/tailwind-dark.css +4 -107
  92. package/styles/drop-down-tree/tailwind.css +4 -107
  93. package/styles/fabric-dark.css +62 -335
  94. package/styles/fabric.css +62 -335
  95. package/styles/fluent-dark.css +62 -342
  96. package/styles/fluent.css +62 -342
  97. package/styles/highcontrast-light.css +63 -375
  98. package/styles/highcontrast.css +63 -376
  99. package/styles/list-box/bootstrap-dark.css +11 -115
  100. package/styles/list-box/bootstrap.css +11 -115
  101. package/styles/list-box/bootstrap4.css +11 -120
  102. package/styles/list-box/bootstrap5-dark.css +11 -115
  103. package/styles/list-box/bootstrap5.css +11 -115
  104. package/styles/list-box/fabric-dark.css +11 -115
  105. package/styles/list-box/fabric.css +11 -115
  106. package/styles/list-box/fluent-dark.css +11 -115
  107. package/styles/list-box/fluent.css +11 -115
  108. package/styles/list-box/highcontrast-light.css +11 -120
  109. package/styles/list-box/highcontrast.css +11 -120
  110. package/styles/list-box/material-dark.css +11 -115
  111. package/styles/list-box/material.css +11 -115
  112. package/styles/list-box/tailwind-dark.css +12 -118
  113. package/styles/list-box/tailwind.css +12 -118
  114. package/styles/material-dark.css +103 -462
  115. package/styles/material.css +103 -466
  116. package/styles/multi-select/bootstrap-dark.css +28 -68
  117. package/styles/multi-select/bootstrap.css +28 -68
  118. package/styles/multi-select/bootstrap4.css +28 -68
  119. package/styles/multi-select/bootstrap5-dark.css +29 -69
  120. package/styles/multi-select/bootstrap5.css +29 -69
  121. package/styles/multi-select/fabric-dark.css +28 -68
  122. package/styles/multi-select/fabric.css +28 -68
  123. package/styles/multi-select/fluent-dark.css +29 -68
  124. package/styles/multi-select/fluent.css +29 -68
  125. package/styles/multi-select/highcontrast-light.css +31 -97
  126. package/styles/multi-select/highcontrast.css +31 -97
  127. package/styles/multi-select/material-dark.css +66 -115
  128. package/styles/multi-select/material.css +66 -116
  129. package/styles/multi-select/tailwind-dark.css +29 -69
  130. package/styles/multi-select/tailwind.css +29 -69
  131. package/styles/tailwind-dark.css +63 -348
  132. package/styles/tailwind.css +63 -348
@@ -7,7 +7,6 @@
7
7
  transform: rotate(360deg);
8
8
  }
9
9
  }
10
-
11
10
  @keyframes fabric-spinner-rotate {
12
11
  0% {
13
12
  transform: rotate(0);
@@ -16,7 +15,6 @@
16
15
  transform: rotate(360deg);
17
16
  }
18
17
  }
19
-
20
18
  .e-dropdownbase .e-list-item.e-active,
21
19
  .e-dropdownbase .e-list-item.e-active.e-hover {
22
20
  font-weight: 500;
@@ -160,31 +158,28 @@
160
158
  }
161
159
 
162
160
  .e-ddl .e-search-icon::before {
163
- content: '\e754';
161
+ content: "\e754";
164
162
  }
165
163
 
166
164
  .e-ddl .e-back-icon::before {
167
- content: '\e773';
165
+ content: "\e773";
168
166
  }
169
167
 
170
168
  .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
171
- content: '\e729';
172
- font-family: 'e-icons';
169
+ content: "\e729";
170
+ font-family: "e-icons";
173
171
  }
174
172
 
175
- .e-bigger .e-input-group.e-ddl .e-input-filter,
176
- .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
173
+ .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
177
174
  margin-left: -20px;
178
175
  }
179
176
 
180
177
  .e-bigger .e-ddl.e-popup .e-list-item {
181
178
  font-size: 16px;
182
179
  }
183
-
184
180
  .e-bigger.e-ddl.e-popup .e-list-item {
185
181
  font-size: 16px;
186
182
  }
187
-
188
183
  .e-popup-full-page {
189
184
  bottom: 0;
190
185
  left: 0;
@@ -194,7 +189,6 @@
194
189
  right: 0;
195
190
  top: 0;
196
191
  }
197
-
198
192
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
199
193
  margin: 0;
200
194
  }
@@ -204,7 +198,7 @@
204
198
  }
205
199
 
206
200
  .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
207
- content: '';
201
+ content: "";
208
202
  }
209
203
 
210
204
  .e-ddl-device-filter .e-filter-parent {
@@ -231,8 +225,7 @@
231
225
  cursor: pointer;
232
226
  }
233
227
 
234
- .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
235
- .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
228
+ .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
236
229
  width: 0;
237
230
  }
238
231
 
@@ -241,10 +234,9 @@
241
234
  border: 1px solid #4b5563;
242
235
  position: absolute;
243
236
  }
244
-
245
237
  .e-ddl.e-popup .e-search-icon {
246
238
  margin: 0;
247
- opacity: .57;
239
+ opacity: 0.57;
248
240
  padding: 12px 8px 8px;
249
241
  }
250
242
 
@@ -256,8 +248,7 @@
256
248
  margin-bottom: 0;
257
249
  }
258
250
 
259
- .e-ddl.e-popup .e-ddl-footer,
260
- .e-ddl.e-popup .e-ddl-header {
251
+ .e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
261
252
  cursor: default;
262
253
  }
263
254
 
@@ -329,7 +320,6 @@
329
320
  outline: none;
330
321
  width: 100%;
331
322
  }
332
-
333
323
  .e-ddl.e-input-group input[readonly].e-input,
334
324
  .e-ddl.e-input-group input[readonly],
335
325
  .e-ddl.e-input-group .e-dropdownlist {
@@ -346,22 +336,18 @@ ejs-dropdownlist {
346
336
  .e-input-group.e-ddl.e-small .e-list-item {
347
337
  font-size: 12px;
348
338
  }
349
-
350
339
  .e-small.e-ddl.e-popup .e-list-item,
351
340
  .e-input-group.e-ddl.e-small .e-list-item {
352
341
  font-size: 12px;
353
342
  }
354
-
355
343
  .e-bigger.e-small .e-ddl.e-popup .e-list-item,
356
344
  .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
357
345
  font-size: 14px;
358
346
  }
359
-
360
347
  .e-bigger.e-small.e-ddl.e-popup .e-list-item,
361
348
  .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
362
349
  font-size: 14px;
363
350
  }
364
-
365
351
  .e-content-placeholder.e-ddl.e-placeholder-ddl,
366
352
  .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
367
353
  .e-content-placeholder.e-combobox.e-placeholder-combobox {
@@ -386,4 +372,4 @@ ejs-dropdownlist {
386
372
  .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
387
373
  .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
388
374
  color: #fff;
389
- }
375
+ }
@@ -7,7 +7,6 @@
7
7
  transform: rotate(360deg);
8
8
  }
9
9
  }
10
-
11
10
  @keyframes fabric-spinner-rotate {
12
11
  0% {
13
12
  transform: rotate(0);
@@ -16,7 +15,6 @@
16
15
  transform: rotate(360deg);
17
16
  }
18
17
  }
19
-
20
18
  .e-dropdownbase .e-list-item.e-active,
21
19
  .e-dropdownbase .e-list-item.e-active.e-hover {
22
20
  font-weight: 500;
@@ -160,31 +158,28 @@
160
158
  }
161
159
 
162
160
  .e-ddl .e-search-icon::before {
163
- content: '\e754';
161
+ content: "\e754";
164
162
  }
165
163
 
166
164
  .e-ddl .e-back-icon::before {
167
- content: '\e773';
165
+ content: "\e773";
168
166
  }
169
167
 
170
168
  .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
171
- content: '\e729';
172
- font-family: 'e-icons';
169
+ content: "\e729";
170
+ font-family: "e-icons";
173
171
  }
174
172
 
175
- .e-bigger .e-input-group.e-ddl .e-input-filter,
176
- .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
173
+ .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
177
174
  margin-left: -20px;
178
175
  }
179
176
 
180
177
  .e-bigger .e-ddl.e-popup .e-list-item {
181
178
  font-size: 16px;
182
179
  }
183
-
184
180
  .e-bigger.e-ddl.e-popup .e-list-item {
185
181
  font-size: 16px;
186
182
  }
187
-
188
183
  .e-popup-full-page {
189
184
  bottom: 0;
190
185
  left: 0;
@@ -194,7 +189,6 @@
194
189
  right: 0;
195
190
  top: 0;
196
191
  }
197
-
198
192
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
199
193
  margin: 0;
200
194
  }
@@ -204,7 +198,7 @@
204
198
  }
205
199
 
206
200
  .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
207
- content: '';
201
+ content: "";
208
202
  }
209
203
 
210
204
  .e-ddl-device-filter .e-filter-parent {
@@ -231,8 +225,7 @@
231
225
  cursor: pointer;
232
226
  }
233
227
 
234
- .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
235
- .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
228
+ .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
236
229
  width: 0;
237
230
  }
238
231
 
@@ -241,10 +234,9 @@
241
234
  border: 1px solid #e5e7eb;
242
235
  position: absolute;
243
236
  }
244
-
245
237
  .e-ddl.e-popup .e-search-icon {
246
238
  margin: 0;
247
- opacity: .57;
239
+ opacity: 0.57;
248
240
  padding: 12px 8px 8px;
249
241
  }
250
242
 
@@ -256,8 +248,7 @@
256
248
  margin-bottom: 0;
257
249
  }
258
250
 
259
- .e-ddl.e-popup .e-ddl-footer,
260
- .e-ddl.e-popup .e-ddl-header {
251
+ .e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
261
252
  cursor: default;
262
253
  }
263
254
 
@@ -329,7 +320,6 @@
329
320
  outline: none;
330
321
  width: 100%;
331
322
  }
332
-
333
323
  .e-ddl.e-input-group input[readonly].e-input,
334
324
  .e-ddl.e-input-group input[readonly],
335
325
  .e-ddl.e-input-group .e-dropdownlist {
@@ -346,22 +336,18 @@ ejs-dropdownlist {
346
336
  .e-input-group.e-ddl.e-small .e-list-item {
347
337
  font-size: 12px;
348
338
  }
349
-
350
339
  .e-small.e-ddl.e-popup .e-list-item,
351
340
  .e-input-group.e-ddl.e-small .e-list-item {
352
341
  font-size: 12px;
353
342
  }
354
-
355
343
  .e-bigger.e-small .e-ddl.e-popup .e-list-item,
356
344
  .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
357
345
  font-size: 14px;
358
346
  }
359
-
360
347
  .e-bigger.e-small.e-ddl.e-popup .e-list-item,
361
348
  .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
362
349
  font-size: 14px;
363
350
  }
364
-
365
351
  .e-content-placeholder.e-ddl.e-placeholder-ddl,
366
352
  .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
367
353
  .e-content-placeholder.e-combobox.e-placeholder-combobox {
@@ -386,4 +372,4 @@ ejs-dropdownlist {
386
372
  .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
387
373
  .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
388
374
  color: #111827;
389
- }
375
+ }