@syncfusion/ej2-angular-dropdowns 20.4.54-ngcc → 21.1.35-ngcc

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 (65) hide show
  1. package/CHANGELOG.md +5 -133
  2. package/dist/ej2-angular-dropdowns.umd.js +1 -1
  3. package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +2 -15
  9. package/styles/bootstrap.css +2 -5
  10. package/styles/bootstrap4.css +3 -14
  11. package/styles/bootstrap5-dark.css +5 -8
  12. package/styles/bootstrap5.css +5 -8
  13. package/styles/drop-down-base/bootstrap-dark.css +2 -2
  14. package/styles/drop-down-base/bootstrap.css +2 -2
  15. package/styles/drop-down-base/bootstrap4.css +2 -10
  16. package/styles/drop-down-base/bootstrap5-dark.css +2 -2
  17. package/styles/drop-down-base/bootstrap5.css +2 -2
  18. package/styles/drop-down-base/fabric-dark.css +2 -2
  19. package/styles/drop-down-base/fabric.css +2 -2
  20. package/styles/drop-down-base/fluent-dark.css +2 -2
  21. package/styles/drop-down-base/fluent.css +2 -2
  22. package/styles/drop-down-base/highcontrast-light.css +2 -2
  23. package/styles/drop-down-base/highcontrast.css +2 -2
  24. package/styles/drop-down-base/material-dark.css +2 -2
  25. package/styles/drop-down-base/material.css +2 -2
  26. package/styles/drop-down-base/tailwind-dark.css +2 -2
  27. package/styles/drop-down-base/tailwind.css +2 -2
  28. package/styles/drop-down-list/bootstrap-dark.css +0 -3
  29. package/styles/drop-down-list/bootstrap.css +0 -3
  30. package/styles/drop-down-list/bootstrap4.css +1 -12
  31. package/styles/drop-down-list/bootstrap5-dark.css +0 -3
  32. package/styles/drop-down-list/bootstrap5.css +0 -3
  33. package/styles/drop-down-list/fabric-dark.css +0 -3
  34. package/styles/drop-down-list/fabric.css +0 -3
  35. package/styles/drop-down-list/fluent-dark.css +0 -3
  36. package/styles/drop-down-list/fluent.css +0 -3
  37. package/styles/drop-down-list/highcontrast-light.css +0 -3
  38. package/styles/drop-down-list/highcontrast.css +0 -3
  39. package/styles/drop-down-list/material-dark.css +1 -3
  40. package/styles/drop-down-list/material.css +0 -3
  41. package/styles/drop-down-list/tailwind-dark.css +1 -4
  42. package/styles/drop-down-list/tailwind.css +1 -4
  43. package/styles/drop-down-tree/bootstrap4.css +0 -8
  44. package/styles/drop-down-tree/material-dark.css +1 -0
  45. package/styles/fabric-dark.css +2 -15
  46. package/styles/fabric.css +2 -5
  47. package/styles/fluent-dark.css +6 -9
  48. package/styles/fluent.css +6 -9
  49. package/styles/highcontrast-light.css +9 -15
  50. package/styles/highcontrast.css +15 -11
  51. package/styles/list-box/bootstrap4.css +0 -8
  52. package/styles/material-dark.css +4 -15
  53. package/styles/material.css +2 -5
  54. package/styles/mention/bootstrap4.css +0 -8
  55. package/styles/multi-select/bootstrap4.css +0 -8
  56. package/styles/multi-select/bootstrap5-dark.css +3 -3
  57. package/styles/multi-select/bootstrap5.css +3 -3
  58. package/styles/multi-select/fluent-dark.css +4 -4
  59. package/styles/multi-select/fluent.css +4 -4
  60. package/styles/multi-select/highcontrast-light.css +7 -0
  61. package/styles/multi-select/highcontrast.css +13 -6
  62. package/styles/multi-select/tailwind-dark.css +2 -1
  63. package/styles/multi-select/tailwind.css +2 -1
  64. package/styles/tailwind-dark.css +5 -7
  65. package/styles/tailwind.css +5 -7
@@ -224,7 +224,7 @@
224
224
  -ms-flex-direction: row;
225
225
  flex-direction: row;
226
226
  margin-top: -2em;
227
- margin-top: -1.45em;
227
+ margin-top: -1.55em;
228
228
  outline: 0;
229
229
  padding: 0;
230
230
  position: absolute;
@@ -243,6 +243,7 @@
243
243
  margin-right: 0;
244
244
  margin-top: -1.3em;
245
245
  right: 0;
246
+ min-width: 30px;
246
247
  }
247
248
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
248
249
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
@@ -224,7 +224,7 @@
224
224
  -ms-flex-direction: row;
225
225
  flex-direction: row;
226
226
  margin-top: -2em;
227
- margin-top: -1.45em;
227
+ margin-top: -1.55em;
228
228
  outline: 0;
229
229
  padding: 0;
230
230
  position: absolute;
@@ -243,6 +243,7 @@
243
243
  margin-right: 0;
244
244
  margin-top: -1.3em;
245
245
  right: 0;
246
+ min-width: 30px;
246
247
  }
247
248
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
248
249
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
@@ -303,7 +303,6 @@
303
303
  .e-dropdownbase .e-list-item {
304
304
  /* stylelint-disable property-no-vendor-prefix */
305
305
  -webkit-tap-highlight-color: transparent;
306
- background-color: #374151;
307
306
  border-bottom: 0;
308
307
  border-color: #4b5563;
309
308
  color: #fff;
@@ -313,11 +312,11 @@
313
312
  min-height: 30px;
314
313
  padding-right: 16px;
315
314
  text-indent: 12px;
315
+ background-color: #374151;
316
316
  }
317
317
 
318
318
  .e-dropdownbase .e-list-group-item,
319
319
  .e-fixed-head {
320
- background-color: #374151;
321
320
  border-color: #4b5563;
322
321
  color: #9ca3af;
323
322
  font-family: "Inter";
@@ -327,6 +326,7 @@
327
326
  min-height: 30px;
328
327
  padding-left: 12px;
329
328
  padding-right: 16px;
329
+ background-color: #374151;
330
330
  }
331
331
 
332
332
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -639,9 +639,6 @@
639
639
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
640
640
  margin: 0;
641
641
  }
642
- .e-popup-full-page .e-popup-full-page.e-ios {
643
- position: fixed;
644
- }
645
642
 
646
643
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
647
644
  position: relative;
@@ -670,7 +667,7 @@
670
667
  border-top-width: 0;
671
668
  box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
672
669
  display: block;
673
- padding: 0;
670
+ padding: 6px;
674
671
  }
675
672
 
676
673
  .e-ddl.e-input-group:not(.e-disabled) {
@@ -1486,7 +1483,7 @@ ejs-dropdownlist {
1486
1483
  -ms-flex-direction: row;
1487
1484
  flex-direction: row;
1488
1485
  margin-top: -2em;
1489
- margin-top: -1.45em;
1486
+ margin-top: -1.55em;
1490
1487
  outline: 0;
1491
1488
  padding: 0;
1492
1489
  position: absolute;
@@ -1505,6 +1502,7 @@ ejs-dropdownlist {
1505
1502
  margin-right: 0;
1506
1503
  margin-top: -1.3em;
1507
1504
  right: 0;
1505
+ min-width: 30px;
1508
1506
  }
1509
1507
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
1510
1508
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
@@ -303,7 +303,6 @@
303
303
  .e-dropdownbase .e-list-item {
304
304
  /* stylelint-disable property-no-vendor-prefix */
305
305
  -webkit-tap-highlight-color: transparent;
306
- background-color: #fff;
307
306
  border-bottom: 0;
308
307
  border-color: #e5e7eb;
309
308
  color: #111827;
@@ -313,11 +312,11 @@
313
312
  min-height: 30px;
314
313
  padding-right: 16px;
315
314
  text-indent: 12px;
315
+ background-color: #fff;
316
316
  }
317
317
 
318
318
  .e-dropdownbase .e-list-group-item,
319
319
  .e-fixed-head {
320
- background-color: #fff;
321
320
  border-color: #e5e7eb;
322
321
  color: #6b7280;
323
322
  font-family: "Inter";
@@ -327,6 +326,7 @@
327
326
  min-height: 30px;
328
327
  padding-left: 12px;
329
328
  padding-right: 16px;
329
+ background-color: #fff;
330
330
  }
331
331
 
332
332
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -639,9 +639,6 @@
639
639
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
640
640
  margin: 0;
641
641
  }
642
- .e-popup-full-page .e-popup-full-page.e-ios {
643
- position: fixed;
644
- }
645
642
 
646
643
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
647
644
  position: relative;
@@ -670,7 +667,7 @@
670
667
  border-top-width: 0;
671
668
  box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
672
669
  display: block;
673
- padding: 0;
670
+ padding: 6px;
674
671
  }
675
672
 
676
673
  .e-ddl.e-input-group:not(.e-disabled) {
@@ -1486,7 +1483,7 @@ ejs-dropdownlist {
1486
1483
  -ms-flex-direction: row;
1487
1484
  flex-direction: row;
1488
1485
  margin-top: -2em;
1489
- margin-top: -1.45em;
1486
+ margin-top: -1.55em;
1490
1487
  outline: 0;
1491
1488
  padding: 0;
1492
1489
  position: absolute;
@@ -1505,6 +1502,7 @@ ejs-dropdownlist {
1505
1502
  margin-right: 0;
1506
1503
  margin-top: -1.3em;
1507
1504
  right: 0;
1505
+ min-width: 30px;
1508
1506
  }
1509
1507
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
1510
1508
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {