@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
@@ -5,7 +5,6 @@
5
5
  transform: scale(4);
6
6
  }
7
7
  }
8
-
9
8
  @keyframes slideTopUp {
10
9
  from {
11
10
  transform: translate3d(0, 0, 0) scale(1);
@@ -14,7 +13,6 @@
14
13
  transform: translate3d(0, 0, 0) scale(1);
15
14
  }
16
15
  }
17
-
18
16
  @keyframes material-spinner-rotate {
19
17
  0% {
20
18
  transform: rotate(0deg);
@@ -23,7 +21,6 @@
23
21
  transform: rotate(360deg);
24
22
  }
25
23
  }
26
-
27
24
  @keyframes fabric-spinner-rotate {
28
25
  0% {
29
26
  transform: rotate(0deg);
@@ -32,7 +29,6 @@
32
29
  transform: rotate(360deg);
33
30
  }
34
31
  }
35
-
36
32
  .e-dropdownbase .e-list-item .e-list-icon {
37
33
  padding: 0 16px 0 0;
38
34
  }
@@ -46,12 +42,12 @@
46
42
  }
47
43
 
48
44
  .e-multiselect.e-input-group .e-ddl-icon::before {
49
- content: '\e969';
50
- font-family: 'e-icons';
45
+ content: "\e969";
46
+ font-family: "e-icons";
51
47
  }
52
48
 
53
49
  .e-multi-select-wrapper .e-chips .e-chips-close::before {
54
- content: '\e7e9';
50
+ content: "\e7e9";
55
51
  cursor: pointer;
56
52
  left: 0;
57
53
  position: relative;
@@ -59,7 +55,7 @@
59
55
  }
60
56
 
61
57
  .e-multi-select-wrapper .e-close-hooker::before {
62
- content: '\e7a7';
58
+ content: "\e7a7";
63
59
  cursor: pointer;
64
60
  left: 6px;
65
61
  position: relative;
@@ -67,7 +63,7 @@
67
63
  }
68
64
 
69
65
  .e-multiselect.e-input-group .e-ddl-disable-icon::before {
70
- content: '';
66
+ content: "";
71
67
  }
72
68
 
73
69
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -216,7 +212,7 @@
216
212
  }
217
213
 
218
214
  .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
219
- content: '\e208';
215
+ content: "\e208";
220
216
  font-size: 16px;
221
217
  height: 16px;
222
218
  margin-top: -8px;
@@ -225,7 +221,7 @@
225
221
 
226
222
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
227
223
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
228
- content: '\e208';
224
+ content: "\e208";
229
225
  font-size: 14px;
230
226
  height: 14px;
231
227
  margin-top: -7px;
@@ -234,7 +230,7 @@
234
230
 
235
231
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
236
232
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
237
- content: '\e208';
233
+ content: "\e208";
238
234
  font-size: 20px;
239
235
  height: 20px;
240
236
  left: 0;
@@ -246,7 +242,7 @@
246
242
  .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
247
243
  .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
248
244
  .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
249
- content: '\e208';
245
+ content: "\e208";
250
246
  font-size: 18px;
251
247
  height: 18px;
252
248
  left: 0;
@@ -483,7 +479,7 @@
483
479
  .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
484
480
  .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
485
481
  .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
486
- content: '\e208';
482
+ content: "\e208";
487
483
  font-size: 16px;
488
484
  height: 16px;
489
485
  padding: 0;
@@ -626,7 +622,7 @@
626
622
  .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
627
623
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
628
624
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before {
629
- content: '';
625
+ content: "";
630
626
  }
631
627
 
632
628
  .e-multi-select-wrapper {
@@ -641,54 +637,43 @@
641
637
  user-select: none;
642
638
  width: 100%;
643
639
  }
644
-
645
- .e-multi-select-wrapper.e-delimiter .e-searcher,
646
- .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
640
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
647
641
  height: 27px;
648
642
  vertical-align: middle;
649
643
  }
650
-
651
- .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
652
- .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
644
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
653
645
  height: 100%;
654
646
  min-height: 100%;
655
647
  }
656
-
657
648
  .e-multi-select-wrapper .e-delim-view {
658
649
  white-space: nowrap;
659
650
  }
660
-
661
651
  .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
662
652
  box-sizing: border-box;
663
653
  display: inline-block;
664
654
  overflow: hidden;
665
655
  text-overflow: ellipsis;
666
656
  }
667
-
668
657
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
669
658
  color: #fff;
670
659
  font-size: 16px;
671
660
  left: 12px;
672
661
  top: 0;
673
662
  }
674
-
675
663
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
676
664
  background-color: #3f51b5;
677
665
  color: #fff;
678
666
  padding: 12px 4px 11px 0;
679
667
  }
680
-
681
668
  .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
682
669
  .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
683
670
  width: 0;
684
671
  }
685
-
686
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
687
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
672
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
673
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
688
674
  height: 1px;
689
675
  min-height: 1px;
690
676
  }
691
-
692
677
  .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
693
678
  max-width: 100%;
694
679
  }
@@ -700,19 +685,16 @@
700
685
  float: left;
701
686
  width: auto;
702
687
  }
703
-
704
688
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
705
689
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
706
690
  display: -ms-inline-flexbox;
707
691
  display: inline-flex;
708
692
  float: none;
709
693
  }
710
-
711
694
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
712
695
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
713
696
  width: 0;
714
697
  }
715
-
716
698
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
717
699
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
718
700
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
@@ -721,12 +703,10 @@
721
703
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
722
704
  display: none;
723
705
  }
724
-
725
706
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
726
707
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
727
708
  padding: 0 48px 0 0;
728
709
  }
729
-
730
710
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
731
711
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
732
712
  -ms-flex-align: center;
@@ -735,7 +715,6 @@
735
715
  max-width: 100%;
736
716
  word-break: break-word;
737
717
  }
738
-
739
718
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
740
719
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
741
720
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
@@ -753,7 +732,6 @@
753
732
  right: 5px;
754
733
  top: 100%;
755
734
  }
756
-
757
735
  .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
758
736
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
759
737
  .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
@@ -761,19 +739,16 @@
761
739
  display: -ms-flexbox;
762
740
  display: flex;
763
741
  }
764
-
765
742
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
766
743
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
767
744
  margin-right: 0;
768
745
  margin-top: -2.1em;
769
746
  right: 0;
770
747
  }
771
-
772
748
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
773
749
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
774
750
  top: -1px;
775
751
  }
776
-
777
752
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
778
753
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
779
754
  font-size: 10px;
@@ -785,7 +760,6 @@
785
760
  .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
786
761
  float: right;
787
762
  }
788
-
789
763
  .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
790
764
  .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
791
765
  .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
@@ -793,7 +767,6 @@
793
767
  left: 0;
794
768
  right: auto;
795
769
  }
796
-
797
770
  .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
798
771
  .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
799
772
  padding: 0 0 0 48px;
@@ -805,7 +778,7 @@
805
778
 
806
779
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
807
780
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
808
- opacity: .7;
781
+ opacity: 0.7;
809
782
  pointer-events: none;
810
783
  }
811
784
 
@@ -888,7 +861,7 @@
888
861
  display: -ms-flexbox;
889
862
  display: flex;
890
863
  float: right;
891
- font-family: 'e-icons';
864
+ font-family: "e-icons";
892
865
  height: 16px;
893
866
  margin: 0 0 0;
894
867
  width: 16px;
@@ -928,7 +901,7 @@
928
901
  margin-top: -3em;
929
902
  }
930
903
 
931
- .e-multi-select-wrapper input[type='text'] {
904
+ .e-multi-select-wrapper input[type=text] {
932
905
  background: none;
933
906
  border: 0;
934
907
  font-family: inherit;
@@ -941,7 +914,7 @@
941
914
  text-indent: 0;
942
915
  }
943
916
 
944
- .e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
917
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
945
918
  background: none;
946
919
  border: 0;
947
920
  color: inherit;
@@ -955,22 +928,22 @@
955
928
  text-indent: 0;
956
929
  }
957
930
 
958
- .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
931
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
959
932
  padding: 5px;
960
933
  }
961
934
 
962
- .e-bigger .e-multi-select-wrapper input[type='text'],
963
- .e-multi-select-wrapper.e-mob-wrapper input[type='text'] {
935
+ .e-bigger .e-multi-select-wrapper input[type=text],
936
+ .e-multi-select-wrapper.e-mob-wrapper input[type=text] {
964
937
  height: 28px;
965
938
  min-height: 28px;
966
939
  }
967
940
 
968
- .e-bigger .e-multi-select-wrapper input[type='text'] {
941
+ .e-bigger .e-multi-select-wrapper input[type=text] {
969
942
  height: 34px;
970
943
  min-height: 34px;
971
944
  }
972
945
 
973
- .e-multi-select-wrapper input[type='text']::-ms-clear {
946
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
974
947
  display: none;
975
948
  }
976
949
 
@@ -1076,7 +1049,7 @@
1076
1049
  }
1077
1050
 
1078
1051
  .e-multi-select-wrapper .e-ddl-disable-icon::before {
1079
- content: '';
1052
+ content: "";
1080
1053
  }
1081
1054
 
1082
1055
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
@@ -1086,68 +1059,53 @@
1086
1059
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
1087
1060
  padding-left: 0;
1088
1061
  }
1089
-
1090
1062
  .e-multiselect.e-rtl .e-multi-select-wrapper {
1091
1063
  padding: 0 2px 0 32px;
1092
1064
  }
1093
-
1094
1065
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1095
1066
  left: -12px;
1096
1067
  }
1097
-
1098
1068
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1099
1069
  margin: 0;
1100
1070
  margin-right: auto;
1101
1071
  }
1102
-
1103
1072
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
1104
1073
  float: right;
1105
1074
  }
1106
-
1107
1075
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
1108
1076
  float: right;
1109
1077
  margin: 0 0 8px 8px;
1110
1078
  padding: 0 8px 0 4px;
1111
1079
  }
1112
-
1113
1080
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
1114
1081
  padding: 5px 4px;
1115
1082
  }
1116
-
1117
1083
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
1118
1084
  float: left;
1119
1085
  }
1120
-
1121
1086
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
1122
1087
  left: 0;
1123
1088
  }
1124
-
1125
1089
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
1126
1090
  padding: 0 4px 0 8px;
1127
1091
  }
1128
-
1129
1092
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
1130
1093
  padding: 8px 4px;
1131
1094
  }
1132
-
1133
1095
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1134
1096
  padding: 0 8px 0 4px;
1135
1097
  }
1136
-
1137
1098
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1138
1099
  padding: 12px 4px;
1139
1100
  }
1140
-
1141
1101
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1142
1102
  left: 22px;
1143
1103
  position: absolute;
1144
1104
  right: auto;
1145
1105
  }
1146
-
1147
1106
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
1148
1107
  left: -4px;
1149
1108
  }
1150
-
1151
1109
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
1152
1110
  padding-right: 16px;
1153
1111
  }
@@ -1331,15 +1289,15 @@
1331
1289
 
1332
1290
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
1333
1291
  .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
1334
- opacity: .3;
1292
+ opacity: 0.3;
1335
1293
  }
1336
1294
 
1337
1295
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
1338
1296
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
1339
- opacity: .7;
1297
+ opacity: 0.7;
1340
1298
  }
1341
1299
 
1342
- .e-multi-select-wrapper input[readonly='true'] {
1300
+ .e-multi-select-wrapper input[readonly=true] {
1343
1301
  pointer-events: none;
1344
1302
  }
1345
1303
 
@@ -1365,7 +1323,7 @@ ejs-multiselect {
1365
1323
  min-height: 24px;
1366
1324
  }
1367
1325
 
1368
- .e-small .e-multi-select-wrapper input[type='text'] {
1326
+ .e-small .e-multi-select-wrapper input[type=text] {
1369
1327
  height: 26px;
1370
1328
  min-height: 26px;
1371
1329
  }
@@ -1394,7 +1352,7 @@ ejs-multiselect {
1394
1352
  min-height: 28px;
1395
1353
  }
1396
1354
 
1397
- .e-bigger.e-small .e-multi-select-wrapper input[type='text'] {
1355
+ .e-bigger.e-small .e-multi-select-wrapper input[type=text] {
1398
1356
  height: 28px;
1399
1357
  min-height: 28px;
1400
1358
  }
@@ -1421,79 +1379,72 @@ ejs-multiselect {
1421
1379
  min-height: 40px;
1422
1380
  }
1423
1381
 
1424
- .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
1382
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1425
1383
  color: inherit;
1426
1384
  font-size: inherit;
1427
1385
  min-height: 34px;
1428
1386
  padding: 8px 12px 9px;
1429
1387
  }
1430
1388
 
1431
- .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
1389
+ .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1432
1390
  padding: 8px 12px 9px;
1433
1391
  }
1434
1392
 
1435
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1436
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
1393
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1394
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1437
1395
  font-size: inherit;
1438
1396
  min-height: 30px;
1439
1397
  padding: 7px 10px;
1440
1398
  }
1441
1399
 
1442
- .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
1443
- .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
1400
+ .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1401
+ .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1444
1402
  padding: 7px 10px;
1445
1403
  }
1446
1404
 
1447
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1448
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1449
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1450
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
1405
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1406
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1407
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1408
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1451
1409
  font-size: inherit;
1452
1410
  min-height: 34px;
1453
1411
  padding: 8px 12px 9px;
1454
1412
  }
1455
1413
 
1456
- .e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
1457
- .e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
1458
- .e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
1459
- .e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
1414
+ .e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1415
+ .e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1416
+ .e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1417
+ .e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1460
1418
  padding: 8px 12px 9px;
1461
1419
  }
1462
1420
 
1463
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1464
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
1421
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1422
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1465
1423
  font-size: inherit;
1466
1424
  min-height: 40px;
1467
1425
  }
1468
1426
 
1469
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,
1470
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1427
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper, .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1471
1428
  min-height: 40px;
1472
1429
  padding: 7px 42px 7px 0;
1473
1430
  }
1474
-
1475
1431
  .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1476
1432
  min-height: 34px;
1477
1433
  padding: 3px 38px 1px 0;
1478
1434
  }
1479
-
1480
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
1481
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1435
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1482
1436
  min-height: 34px;
1483
1437
  padding: 3px 38px 1px 0;
1484
1438
  }
1485
1439
 
1486
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper,
1487
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1440
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1488
1441
  min-height: 30px;
1489
1442
  padding: 3px 38px 1px 0;
1490
1443
  }
1491
-
1492
1444
  .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1493
1445
  min-height: 34px;
1494
1446
  padding: 3px 38px 1px 0;
1495
1447
  }
1496
-
1497
1448
  .e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper {
1498
1449
  min-height: 34px;
1499
1450
  padding: 3px 38px 1px 0;
@@ -1818,34 +1769,34 @@ ejs-multiselect {
1818
1769
  padding: 0;
1819
1770
  }
1820
1771
 
1821
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1822
- .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1823
- .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1824
- .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1825
- .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1772
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1773
+ .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1774
+ .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1775
+ .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1776
+ .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1826
1777
  min-height: 39px;
1827
1778
  padding-right: 10px;
1828
1779
  }
1829
1780
 
1830
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1831
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1781
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1782
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1832
1783
  min-height: 32px;
1833
1784
  }
1834
1785
 
1835
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'],
1836
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'] {
1786
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
1787
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
1837
1788
  height: 22px;
1838
1789
  min-height: 22px;
1839
1790
  padding: 2px;
1840
1791
  }
1841
1792
 
1842
- .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1843
- .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1793
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1794
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1844
1795
  min-height: 52px;
1845
1796
  }
1846
1797
 
1847
- .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'],
1848
- .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'] {
1798
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
1799
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
1849
1800
  min-height: 36px;
1850
1801
  }
1851
1802
 
@@ -1874,14 +1825,13 @@ ejs-multiselect {
1874
1825
  }
1875
1826
 
1876
1827
  .e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1877
- .e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher
1878
- .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1828
+ .e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1879
1829
  .e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1880
1830
  height: 28px;
1881
1831
  }
1882
1832
 
1883
- .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type='text'],
1884
- .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type='text'] {
1833
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
1834
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
1885
1835
  padding: 5px 0;
1886
1836
  }
1887
1837
 
@@ -2423,4 +2373,4 @@ ejs-multiselect {
2423
2373
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
2424
2374
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2425
2375
  color: #fff;
2426
- }
2376
+ }