@syncfusion/ej2-dropdowns 31.2.5 → 31.2.12

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 +38 -26
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +38 -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 +12 -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
@@ -417,6 +417,15 @@
417
417
  content: "\eb06";
418
418
  }
419
419
 
420
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
421
+ width: 100%;
422
+ border: 0 solid;
423
+ }
424
+
425
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
426
+ margin-top: 28px;
427
+ }
428
+
420
429
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
421
430
  display: block;
422
431
  visibility: hidden;
@@ -492,6 +492,15 @@
492
492
  content: "\eb06";
493
493
  }
494
494
 
495
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
496
+ width: 100%;
497
+ border: 0 solid;
498
+ }
499
+
500
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
501
+ margin-top: 28px;
502
+ }
503
+
495
504
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
496
505
  display: block;
497
506
  visibility: hidden;
@@ -459,6 +459,15 @@
459
459
  content: "\eb05";
460
460
  }
461
461
 
462
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
463
+ width: 100%;
464
+ border: 0 solid;
465
+ }
466
+
467
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
468
+ margin-top: 16px;
469
+ }
470
+
462
471
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
463
472
  display: block;
464
473
  visibility: hidden;
@@ -533,6 +533,15 @@
533
533
  content: "\eb05";
534
534
  }
535
535
 
536
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
537
+ width: 100%;
538
+ border: 0 solid;
539
+ }
540
+
541
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
542
+ margin-top: 16px;
543
+ }
544
+
536
545
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
537
546
  display: block;
538
547
  visibility: hidden;
@@ -483,6 +483,15 @@
483
483
  content: "\eb05";
484
484
  }
485
485
 
486
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
487
+ width: 100%;
488
+ border: 0 solid;
489
+ }
490
+
491
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
492
+ margin-top: 16px;
493
+ }
494
+
486
495
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
487
496
  display: block;
488
497
  visibility: hidden;
@@ -557,6 +557,15 @@
557
557
  content: "\eb05";
558
558
  }
559
559
 
560
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
561
+ width: 100%;
562
+ border: 0 solid;
563
+ }
564
+
565
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
566
+ margin-top: 16px;
567
+ }
568
+
560
569
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
561
570
  display: block;
562
571
  visibility: hidden;
@@ -506,6 +506,15 @@
506
506
  margin-top: 4px;
507
507
  }
508
508
 
509
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
510
+ width: 100%;
511
+ border: 0 solid;
512
+ }
513
+
514
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
515
+ margin-top: 16px;
516
+ }
517
+
509
518
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
510
519
  display: block;
511
520
  visibility: hidden;
@@ -580,6 +580,15 @@
580
580
  margin-top: 4px;
581
581
  }
582
582
 
583
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
584
+ width: 100%;
585
+ border: 0 solid;
586
+ }
587
+
588
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
589
+ margin-top: 16px;
590
+ }
591
+
583
592
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
584
593
  display: block;
585
594
  visibility: hidden;
@@ -508,6 +508,15 @@
508
508
  margin-top: 4px;
509
509
  }
510
510
 
511
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
512
+ width: 100%;
513
+ border: 0 solid;
514
+ }
515
+
516
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
517
+ margin-top: 16px;
518
+ }
519
+
511
520
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
512
521
  display: block;
513
522
  visibility: hidden;
@@ -582,6 +582,15 @@
582
582
  margin-top: 4px;
583
583
  }
584
584
 
585
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
586
+ width: 100%;
587
+ border: 0 solid;
588
+ }
589
+
590
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
591
+ margin-top: 16px;
592
+ }
593
+
585
594
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
586
595
  display: block;
587
596
  visibility: hidden;
@@ -481,6 +481,15 @@
481
481
  content: "\e832";
482
482
  }
483
483
 
484
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
485
+ width: 100%;
486
+ border: 0 solid;
487
+ }
488
+
489
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
490
+ margin-top: 24px;
491
+ }
492
+
484
493
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
485
494
  display: block;
486
495
  visibility: hidden;
@@ -616,6 +616,15 @@
616
616
  content: "\e832";
617
617
  }
618
618
 
619
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
620
+ width: 100%;
621
+ border: 0 solid;
622
+ }
623
+
624
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
625
+ margin-top: 24px;
626
+ }
627
+
619
628
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
620
629
  display: block;
621
630
  visibility: hidden;
@@ -481,6 +481,15 @@
481
481
  content: "\e832";
482
482
  }
483
483
 
484
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
485
+ width: 100%;
486
+ border: 0 solid;
487
+ }
488
+
489
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
490
+ margin-top: 24px;
491
+ }
492
+
484
493
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
485
494
  display: block;
486
495
  visibility: hidden;
@@ -616,6 +616,15 @@
616
616
  content: "\e832";
617
617
  }
618
618
 
619
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
620
+ width: 100%;
621
+ border: 0 solid;
622
+ }
623
+
624
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
625
+ margin-top: 24px;
626
+ }
627
+
619
628
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
620
629
  display: block;
621
630
  visibility: hidden;
@@ -484,6 +484,15 @@
484
484
  font-family: "e-icons";
485
485
  }
486
486
 
487
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
488
+ width: 100%;
489
+ border: 0 solid;
490
+ }
491
+
492
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
493
+ margin-top: 24px;
494
+ }
495
+
487
496
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
488
497
  display: block;
489
498
  visibility: hidden;
@@ -555,6 +555,15 @@
555
555
  font-family: "e-icons";
556
556
  }
557
557
 
558
+ .e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
559
+ width: 100%;
560
+ border: 0 solid;
561
+ }
562
+
563
+ .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
564
+ margin-top: 24px;
565
+ }
566
+
558
567
  .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
559
568
  display: block;
560
569
  visibility: hidden;