@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 material-spinner-rotate {
10
9
  0% {
11
10
  transform: rotate(0deg);
@@ -14,7 +13,6 @@
14
13
  transform: rotate(360deg);
15
14
  }
16
15
  }
17
-
18
16
  @keyframes fabric-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
  .e-dropdownbase .e-list-item .e-list-icon {
28
25
  padding: 0 16px 0 0;
29
26
  }
@@ -37,12 +34,12 @@
37
34
  }
38
35
 
39
36
  .e-multiselect.e-input-group .e-ddl-icon::before {
40
- content: '\e969';
41
- font-family: 'e-icons';
37
+ content: "\e969";
38
+ font-family: "e-icons";
42
39
  }
43
40
 
44
41
  .e-multi-select-wrapper .e-chips .e-chips-close::before {
45
- content: '\e7e9';
42
+ content: "\e7e9";
46
43
  cursor: pointer;
47
44
  left: 0;
48
45
  position: relative;
@@ -50,7 +47,7 @@
50
47
  }
51
48
 
52
49
  .e-multi-select-wrapper .e-close-hooker::before {
53
- content: '\e7a7';
50
+ content: "\e7a7";
54
51
  cursor: pointer;
55
52
  left: 6px;
56
53
  position: relative;
@@ -58,7 +55,7 @@
58
55
  }
59
56
 
60
57
  .e-multiselect.e-input-group .e-ddl-disable-icon::before {
61
- content: '';
58
+ content: "";
62
59
  }
63
60
 
64
61
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -207,7 +204,7 @@
207
204
  }
208
205
 
209
206
  .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
210
- content: '\e208';
207
+ content: "\e208";
211
208
  font-size: 16px;
212
209
  height: 16px;
213
210
  margin-top: -8px;
@@ -216,7 +213,7 @@
216
213
 
217
214
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
218
215
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
219
- content: '\e208';
216
+ content: "\e208";
220
217
  font-size: 14px;
221
218
  height: 14px;
222
219
  margin-top: -7px;
@@ -225,7 +222,7 @@
225
222
 
226
223
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
227
224
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
228
- content: '\e208';
225
+ content: "\e208";
229
226
  font-size: 20px;
230
227
  height: 20px;
231
228
  left: 0;
@@ -237,7 +234,7 @@
237
234
  .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
238
235
  .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
239
236
  .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
240
- content: '\e208';
237
+ content: "\e208";
241
238
  font-size: 18px;
242
239
  height: 18px;
243
240
  left: 0;
@@ -474,7 +471,7 @@
474
471
  .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
475
472
  .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
476
473
  .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
477
- content: '\e208';
474
+ content: "\e208";
478
475
  font-size: 16px;
479
476
  height: 16px;
480
477
  padding: 0;
@@ -617,7 +614,7 @@
617
614
  .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
618
615
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
619
616
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before {
620
- content: '';
617
+ content: "";
621
618
  }
622
619
 
623
620
  .e-multi-select-wrapper {
@@ -632,54 +629,43 @@
632
629
  user-select: none;
633
630
  width: 100%;
634
631
  }
635
-
636
- .e-multi-select-wrapper.e-delimiter .e-searcher,
637
- .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
632
+ .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
638
633
  height: 27px;
639
634
  vertical-align: middle;
640
635
  }
641
-
642
- .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
643
- .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
636
+ .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
644
637
  height: 100%;
645
638
  min-height: 100%;
646
639
  }
647
-
648
640
  .e-multi-select-wrapper .e-delim-view {
649
641
  white-space: nowrap;
650
642
  }
651
-
652
643
  .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 {
653
644
  box-sizing: border-box;
654
645
  display: inline-block;
655
646
  overflow: hidden;
656
647
  text-overflow: ellipsis;
657
648
  }
658
-
659
649
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
660
650
  color: #fff;
661
651
  font-size: 16px;
662
652
  left: 12px;
663
653
  top: 0;
664
654
  }
665
-
666
655
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
667
656
  background-color: #3f51b5;
668
657
  color: #fff;
669
658
  padding: 12px 4px 11px 0;
670
659
  }
671
-
672
660
  .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
673
661
  .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
674
662
  width: 0;
675
663
  }
676
-
677
- .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
678
- .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
664
+ .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
665
+ .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
679
666
  height: 1px;
680
667
  min-height: 1px;
681
668
  }
682
-
683
669
  .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
684
670
  max-width: 100%;
685
671
  }
@@ -691,19 +677,16 @@
691
677
  float: left;
692
678
  width: auto;
693
679
  }
694
-
695
680
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
696
681
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
697
682
  display: -ms-inline-flexbox;
698
683
  display: inline-flex;
699
684
  float: none;
700
685
  }
701
-
702
686
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
703
687
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
704
688
  width: 0;
705
689
  }
706
-
707
690
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
708
691
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
709
692
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
@@ -712,12 +695,10 @@
712
695
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
713
696
  display: none;
714
697
  }
715
-
716
698
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
717
699
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
718
700
  padding: 0 48px 0 0;
719
701
  }
720
-
721
702
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
722
703
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
723
704
  -ms-flex-align: center;
@@ -726,7 +707,6 @@
726
707
  max-width: 100%;
727
708
  word-break: break-word;
728
709
  }
729
-
730
710
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
731
711
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
732
712
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
@@ -744,7 +724,6 @@
744
724
  right: 5px;
745
725
  top: 100%;
746
726
  }
747
-
748
727
  .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
749
728
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
750
729
  .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
@@ -752,19 +731,16 @@
752
731
  display: -ms-flexbox;
753
732
  display: flex;
754
733
  }
755
-
756
734
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
757
735
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
758
736
  margin-right: 0;
759
737
  margin-top: -2.1em;
760
738
  right: 0;
761
739
  }
762
-
763
740
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
764
741
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
765
742
  top: -1px;
766
743
  }
767
-
768
744
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
769
745
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
770
746
  font-size: 10px;
@@ -776,7 +752,6 @@
776
752
  .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
777
753
  float: right;
778
754
  }
779
-
780
755
  .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
781
756
  .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
782
757
  .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
@@ -784,7 +759,6 @@
784
759
  left: 0;
785
760
  right: auto;
786
761
  }
787
-
788
762
  .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
789
763
  .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
790
764
  padding: 0 0 0 48px;
@@ -796,7 +770,7 @@
796
770
 
797
771
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
798
772
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
799
- opacity: .7;
773
+ opacity: 0.7;
800
774
  pointer-events: none;
801
775
  }
802
776
 
@@ -879,7 +853,7 @@
879
853
  display: -ms-flexbox;
880
854
  display: flex;
881
855
  float: right;
882
- font-family: 'e-icons';
856
+ font-family: "e-icons";
883
857
  height: 16px;
884
858
  margin: 0 0 0;
885
859
  width: 16px;
@@ -919,7 +893,7 @@
919
893
  margin-top: -3em;
920
894
  }
921
895
 
922
- .e-multi-select-wrapper input[type='text'] {
896
+ .e-multi-select-wrapper input[type=text] {
923
897
  background: none;
924
898
  border: 0;
925
899
  font-family: inherit;
@@ -932,7 +906,7 @@
932
906
  text-indent: 0;
933
907
  }
934
908
 
935
- .e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
909
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
936
910
  background: none;
937
911
  border: 0;
938
912
  color: inherit;
@@ -946,22 +920,22 @@
946
920
  text-indent: 0;
947
921
  }
948
922
 
949
- .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
923
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
950
924
  padding: 5px;
951
925
  }
952
926
 
953
- .e-bigger .e-multi-select-wrapper input[type='text'],
954
- .e-multi-select-wrapper.e-mob-wrapper input[type='text'] {
927
+ .e-bigger .e-multi-select-wrapper input[type=text],
928
+ .e-multi-select-wrapper.e-mob-wrapper input[type=text] {
955
929
  height: 28px;
956
930
  min-height: 28px;
957
931
  }
958
932
 
959
- .e-bigger .e-multi-select-wrapper input[type='text'] {
933
+ .e-bigger .e-multi-select-wrapper input[type=text] {
960
934
  height: 34px;
961
935
  min-height: 34px;
962
936
  }
963
937
 
964
- .e-multi-select-wrapper input[type='text']::-ms-clear {
938
+ .e-multi-select-wrapper input[type=text]::-ms-clear {
965
939
  display: none;
966
940
  }
967
941
 
@@ -1067,7 +1041,7 @@
1067
1041
  }
1068
1042
 
1069
1043
  .e-multi-select-wrapper .e-ddl-disable-icon::before {
1070
- content: '';
1044
+ content: "";
1071
1045
  }
1072
1046
 
1073
1047
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
@@ -1077,68 +1051,53 @@
1077
1051
  .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
1078
1052
  padding-left: 0;
1079
1053
  }
1080
-
1081
1054
  .e-multiselect.e-rtl .e-multi-select-wrapper {
1082
1055
  padding: 0 2px 0 32px;
1083
1056
  }
1084
-
1085
1057
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1086
1058
  left: -12px;
1087
1059
  }
1088
-
1089
1060
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1090
1061
  margin: 0;
1091
1062
  margin-right: auto;
1092
1063
  }
1093
-
1094
1064
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
1095
1065
  float: right;
1096
1066
  }
1097
-
1098
1067
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
1099
1068
  float: right;
1100
1069
  margin: 0 0 8px 8px;
1101
1070
  padding: 0 8px 0 4px;
1102
1071
  }
1103
-
1104
1072
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
1105
1073
  padding: 5px 4px;
1106
1074
  }
1107
-
1108
1075
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
1109
1076
  float: left;
1110
1077
  }
1111
-
1112
1078
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
1113
1079
  left: 0;
1114
1080
  }
1115
-
1116
1081
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
1117
1082
  padding: 0 4px 0 8px;
1118
1083
  }
1119
-
1120
1084
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
1121
1085
  padding: 8px 4px;
1122
1086
  }
1123
-
1124
1087
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1125
1088
  padding: 0 8px 0 4px;
1126
1089
  }
1127
-
1128
1090
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1129
1091
  padding: 12px 4px;
1130
1092
  }
1131
-
1132
1093
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1133
1094
  left: 22px;
1134
1095
  position: absolute;
1135
1096
  right: auto;
1136
1097
  }
1137
-
1138
1098
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
1139
1099
  left: -4px;
1140
1100
  }
1141
-
1142
1101
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
1143
1102
  padding-right: 16px;
1144
1103
  }
@@ -1322,15 +1281,15 @@
1322
1281
 
1323
1282
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
1324
1283
  .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
1325
- opacity: .3;
1284
+ opacity: 0.3;
1326
1285
  }
1327
1286
 
1328
1287
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
1329
1288
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
1330
- opacity: .7;
1289
+ opacity: 0.7;
1331
1290
  }
1332
1291
 
1333
- .e-multi-select-wrapper input[readonly='true'] {
1292
+ .e-multi-select-wrapper input[readonly=true] {
1334
1293
  pointer-events: none;
1335
1294
  }
1336
1295
 
@@ -1356,7 +1315,7 @@ ejs-multiselect {
1356
1315
  min-height: 24px;
1357
1316
  }
1358
1317
 
1359
- .e-small .e-multi-select-wrapper input[type='text'] {
1318
+ .e-small .e-multi-select-wrapper input[type=text] {
1360
1319
  height: 26px;
1361
1320
  min-height: 26px;
1362
1321
  }
@@ -1385,7 +1344,7 @@ ejs-multiselect {
1385
1344
  min-height: 28px;
1386
1345
  }
1387
1346
 
1388
- .e-bigger.e-small .e-multi-select-wrapper input[type='text'] {
1347
+ .e-bigger.e-small .e-multi-select-wrapper input[type=text] {
1389
1348
  height: 34px;
1390
1349
  min-height: 34px;
1391
1350
  }
@@ -1412,79 +1371,72 @@ ejs-multiselect {
1412
1371
  min-height: 40px;
1413
1372
  }
1414
1373
 
1415
- .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
1374
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1416
1375
  color: inherit;
1417
1376
  font-size: inherit;
1418
1377
  min-height: 34px;
1419
1378
  padding: 8px 12px 9px;
1420
1379
  }
1421
1380
 
1422
- .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
1381
+ .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1423
1382
  padding: 8px 12px 9px;
1424
1383
  }
1425
1384
 
1426
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1427
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
1385
+ .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1386
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1428
1387
  font-size: inherit;
1429
1388
  min-height: 30px;
1430
1389
  padding: 7px 10px;
1431
1390
  }
1432
1391
 
1433
- .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
1434
- .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
1392
+ .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1393
+ .e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1435
1394
  padding: 7px 10px;
1436
1395
  }
1437
1396
 
1438
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1439
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1440
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1441
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
1397
+ .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1398
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1399
+ .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1400
+ .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1442
1401
  font-size: inherit;
1443
1402
  min-height: 34px;
1444
1403
  padding: 8px 12px 9px;
1445
1404
  }
1446
1405
 
1447
- .e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
1448
- .e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
1449
- .e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
1450
- .e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
1406
+ .e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1407
+ .e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1408
+ .e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],
1409
+ .e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
1451
1410
  padding: 8px 12px 9px;
1452
1411
  }
1453
1412
 
1454
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
1455
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
1413
+ .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],
1414
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
1456
1415
  font-size: inherit;
1457
1416
  min-height: 40px;
1458
1417
  }
1459
1418
 
1460
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,
1461
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1419
+ .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper, .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1462
1420
  min-height: 40px;
1463
1421
  padding: 7px 42px 7px 0;
1464
1422
  }
1465
-
1466
1423
  .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1467
1424
  min-height: 34px;
1468
1425
  padding: 3px 38px 1px 0;
1469
1426
  }
1470
-
1471
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
1472
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1427
+ .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1473
1428
  min-height: 34px;
1474
1429
  padding: 3px 38px 1px 0;
1475
1430
  }
1476
1431
 
1477
- .e-small .e-multiselect.e-outline .e-multi-select-wrapper,
1478
- .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1432
+ .e-small .e-multiselect.e-outline .e-multi-select-wrapper, .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
1479
1433
  min-height: 30px;
1480
1434
  padding: 3px 38px 1px 0;
1481
1435
  }
1482
-
1483
1436
  .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
1484
1437
  min-height: 34px;
1485
1438
  padding: 3px 38px 1px 0;
1486
1439
  }
1487
-
1488
1440
  .e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper {
1489
1441
  min-height: 34px;
1490
1442
  padding: 3px 38px 1px 0;
@@ -1809,34 +1761,34 @@ ejs-multiselect {
1809
1761
  padding: 0;
1810
1762
  }
1811
1763
 
1812
- .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1813
- .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1814
- .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1815
- .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1816
- .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1764
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1765
+ .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1766
+ .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1767
+ .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1768
+ .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1817
1769
  min-height: 39px;
1818
1770
  padding-right: 10px;
1819
1771
  }
1820
1772
 
1821
- .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1822
- .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1773
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1774
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1823
1775
  min-height: 32px;
1824
1776
  }
1825
1777
 
1826
- .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'],
1827
- .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'] {
1778
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
1779
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
1828
1780
  height: 22px;
1829
1781
  min-height: 22px;
1830
1782
  padding: 2px;
1831
1783
  }
1832
1784
 
1833
- .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1834
- .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1785
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],
1786
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
1835
1787
  min-height: 52px;
1836
1788
  }
1837
1789
 
1838
- .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'],
1839
- .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'] {
1790
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],
1791
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
1840
1792
  min-height: 36px;
1841
1793
  }
1842
1794
 
@@ -1865,14 +1817,13 @@ ejs-multiselect {
1865
1817
  }
1866
1818
 
1867
1819
  .e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1868
- .e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher
1869
- .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1820
+ .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,
1870
1821
  .e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1871
1822
  height: 28px;
1872
1823
  }
1873
1824
 
1874
- .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type='text'],
1875
- .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type='text'] {
1825
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
1826
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
1876
1827
  padding: 5px 0;
1877
1828
  }
1878
1829
 
@@ -2414,4 +2365,4 @@ ejs-multiselect {
2414
2365
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
2415
2366
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
2416
2367
  color: #fff;
2417
- }
2368
+ }