@syncfusion/ej2-angular-dropdowns 20.2.50-ngcc → 20.3.47-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 (185) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +166 -3
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-dropdowns.js +155 -3
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
  5. package/CHANGELOG.md +10 -127
  6. package/dist/ej2-angular-dropdowns.umd.js +169 -1
  7. package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
  8. package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
  9. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
  10. package/ej2-angular-dropdowns.d.ts +1 -0
  11. package/ej2-angular-dropdowns.metadata.json +1 -1
  12. package/package.json +8 -8
  13. package/postinstall/tagchange.js +1 -1
  14. package/schematics/utils/lib-details.d.ts +3 -3
  15. package/schematics/utils/lib-details.js +3 -3
  16. package/schematics/utils/lib-details.ts +3 -3
  17. package/src/index.d.ts +3 -0
  18. package/src/mention/mention-all.module.d.ts +5 -0
  19. package/src/mention/mention.component.d.ts +54 -0
  20. package/src/mention/mention.module.d.ts +5 -0
  21. package/styles/auto-complete/bootstrap-dark.css +3 -1
  22. package/styles/auto-complete/bootstrap.css +3 -1
  23. package/styles/auto-complete/bootstrap4.css +3 -1
  24. package/styles/auto-complete/bootstrap5-dark.css +3 -1
  25. package/styles/auto-complete/bootstrap5.css +3 -1
  26. package/styles/auto-complete/fabric-dark.css +3 -1
  27. package/styles/auto-complete/fabric.css +3 -1
  28. package/styles/auto-complete/fluent-dark.css +3 -1
  29. package/styles/auto-complete/fluent.css +3 -1
  30. package/styles/auto-complete/highcontrast-light.css +3 -1
  31. package/styles/auto-complete/highcontrast.css +3 -1
  32. package/styles/auto-complete/material-dark.css +3 -1
  33. package/styles/auto-complete/material.css +3 -1
  34. package/styles/auto-complete/tailwind-dark.css +3 -1
  35. package/styles/auto-complete/tailwind.css +3 -1
  36. package/styles/bootstrap-dark.css +94 -42
  37. package/styles/bootstrap-dark.scss +1 -0
  38. package/styles/bootstrap.css +94 -42
  39. package/styles/bootstrap.scss +1 -0
  40. package/styles/bootstrap4.css +95 -42
  41. package/styles/bootstrap4.scss +1 -0
  42. package/styles/bootstrap5-dark.css +101 -44
  43. package/styles/bootstrap5-dark.scss +1 -0
  44. package/styles/bootstrap5.css +101 -44
  45. package/styles/bootstrap5.scss +1 -0
  46. package/styles/combo-box/bootstrap-dark.css +3 -1
  47. package/styles/combo-box/bootstrap.css +3 -1
  48. package/styles/combo-box/bootstrap4.css +3 -1
  49. package/styles/combo-box/bootstrap5-dark.css +3 -1
  50. package/styles/combo-box/bootstrap5.css +3 -1
  51. package/styles/combo-box/fabric-dark.css +3 -1
  52. package/styles/combo-box/fabric.css +3 -1
  53. package/styles/combo-box/fluent-dark.css +3 -1
  54. package/styles/combo-box/fluent.css +3 -1
  55. package/styles/combo-box/highcontrast-light.css +3 -1
  56. package/styles/combo-box/highcontrast.css +3 -1
  57. package/styles/combo-box/material-dark.css +3 -1
  58. package/styles/combo-box/material.css +3 -1
  59. package/styles/combo-box/tailwind-dark.css +3 -1
  60. package/styles/combo-box/tailwind.css +3 -1
  61. package/styles/drop-down-base/bootstrap-dark.css +42 -1
  62. package/styles/drop-down-base/bootstrap.css +42 -1
  63. package/styles/drop-down-base/bootstrap4.css +42 -1
  64. package/styles/drop-down-base/bootstrap5-dark.css +42 -1
  65. package/styles/drop-down-base/bootstrap5.css +42 -1
  66. package/styles/drop-down-base/fabric-dark.css +42 -1
  67. package/styles/drop-down-base/fabric.css +42 -1
  68. package/styles/drop-down-base/fluent-dark.css +42 -1
  69. package/styles/drop-down-base/fluent.css +42 -1
  70. package/styles/drop-down-base/highcontrast-light.css +42 -1
  71. package/styles/drop-down-base/highcontrast.css +42 -1
  72. package/styles/drop-down-base/material-dark.css +42 -1
  73. package/styles/drop-down-base/material.css +42 -1
  74. package/styles/drop-down-base/tailwind-dark.css +42 -1
  75. package/styles/drop-down-base/tailwind.css +42 -1
  76. package/styles/drop-down-list/bootstrap-dark.css +5 -0
  77. package/styles/drop-down-list/bootstrap.css +5 -0
  78. package/styles/drop-down-list/bootstrap4.css +5 -0
  79. package/styles/drop-down-list/bootstrap5-dark.css +6 -0
  80. package/styles/drop-down-list/bootstrap5.css +6 -0
  81. package/styles/drop-down-list/fabric-dark.css +5 -0
  82. package/styles/drop-down-list/fabric.css +5 -0
  83. package/styles/drop-down-list/fluent-dark.css +6 -0
  84. package/styles/drop-down-list/fluent.css +6 -0
  85. package/styles/drop-down-list/highcontrast-light.css +5 -0
  86. package/styles/drop-down-list/highcontrast.css +5 -0
  87. package/styles/drop-down-list/material-dark.css +5 -0
  88. package/styles/drop-down-list/material.css +5 -0
  89. package/styles/drop-down-list/tailwind-dark.css +6 -0
  90. package/styles/drop-down-list/tailwind.css +6 -0
  91. package/styles/drop-down-tree/bootstrap-dark.css +4 -0
  92. package/styles/drop-down-tree/bootstrap.css +4 -0
  93. package/styles/drop-down-tree/bootstrap4.css +4 -0
  94. package/styles/drop-down-tree/bootstrap5-dark.css +5 -0
  95. package/styles/drop-down-tree/bootstrap5.css +5 -0
  96. package/styles/drop-down-tree/fabric-dark.css +4 -0
  97. package/styles/drop-down-tree/fabric.css +4 -0
  98. package/styles/drop-down-tree/fluent-dark.css +5 -0
  99. package/styles/drop-down-tree/fluent.css +5 -0
  100. package/styles/drop-down-tree/highcontrast-light.css +4 -0
  101. package/styles/drop-down-tree/highcontrast.css +4 -0
  102. package/styles/drop-down-tree/material-dark.css +4 -0
  103. package/styles/drop-down-tree/material.css +4 -0
  104. package/styles/drop-down-tree/tailwind-dark.css +5 -0
  105. package/styles/drop-down-tree/tailwind.css +5 -0
  106. package/styles/fabric-dark.css +94 -42
  107. package/styles/fabric-dark.scss +1 -0
  108. package/styles/fabric.css +94 -42
  109. package/styles/fabric.scss +1 -0
  110. package/styles/fluent-dark.css +101 -44
  111. package/styles/fluent-dark.scss +1 -0
  112. package/styles/fluent.css +101 -44
  113. package/styles/fluent.scss +1 -0
  114. package/styles/highcontrast-light.css +97 -42
  115. package/styles/highcontrast-light.scss +1 -0
  116. package/styles/highcontrast.css +97 -42
  117. package/styles/highcontrast.scss +1 -0
  118. package/styles/list-box/bootstrap-dark.css +12 -33
  119. package/styles/list-box/bootstrap.css +14 -35
  120. package/styles/list-box/bootstrap4.css +14 -35
  121. package/styles/list-box/bootstrap5-dark.css +15 -36
  122. package/styles/list-box/bootstrap5.css +15 -36
  123. package/styles/list-box/fabric-dark.css +12 -33
  124. package/styles/list-box/fabric.css +14 -35
  125. package/styles/list-box/fluent-dark.css +15 -36
  126. package/styles/list-box/fluent.css +15 -36
  127. package/styles/list-box/highcontrast-light.css +12 -33
  128. package/styles/list-box/highcontrast.css +14 -35
  129. package/styles/list-box/material-dark.css +12 -33
  130. package/styles/list-box/material.css +14 -35
  131. package/styles/list-box/tailwind-dark.css +15 -36
  132. package/styles/list-box/tailwind.css +15 -36
  133. package/styles/material-dark.css +94 -42
  134. package/styles/material-dark.scss +1 -0
  135. package/styles/material.css +94 -42
  136. package/styles/material.scss +1 -0
  137. package/styles/mention/bootstrap-dark.css +29 -0
  138. package/styles/mention/bootstrap-dark.scss +1 -0
  139. package/styles/mention/bootstrap.css +29 -0
  140. package/styles/mention/bootstrap.scss +1 -0
  141. package/styles/mention/bootstrap4.css +47 -0
  142. package/styles/mention/bootstrap4.scss +1 -0
  143. package/styles/mention/bootstrap5-dark.css +58 -0
  144. package/styles/mention/bootstrap5-dark.scss +1 -0
  145. package/styles/mention/bootstrap5.css +58 -0
  146. package/styles/mention/bootstrap5.scss +1 -0
  147. package/styles/mention/fabric-dark.css +29 -0
  148. package/styles/mention/fabric-dark.scss +1 -0
  149. package/styles/mention/fabric.css +29 -0
  150. package/styles/mention/fabric.scss +1 -0
  151. package/styles/mention/fluent-dark.css +58 -0
  152. package/styles/mention/fluent-dark.scss +1 -0
  153. package/styles/mention/fluent.css +58 -0
  154. package/styles/mention/fluent.scss +1 -0
  155. package/styles/mention/highcontrast-light.css +43 -0
  156. package/styles/mention/highcontrast-light.scss +1 -0
  157. package/styles/mention/highcontrast.css +43 -0
  158. package/styles/mention/highcontrast.scss +1 -0
  159. package/styles/mention/material-dark.css +29 -0
  160. package/styles/mention/material-dark.scss +1 -0
  161. package/styles/mention/material.css +29 -0
  162. package/styles/mention/material.scss +1 -0
  163. package/styles/mention/tailwind-dark.css +68 -0
  164. package/styles/mention/tailwind-dark.scss +1 -0
  165. package/styles/mention/tailwind.css +68 -0
  166. package/styles/mention/tailwind.scss +1 -0
  167. package/styles/multi-select/bootstrap-dark.css +10 -6
  168. package/styles/multi-select/bootstrap.css +10 -6
  169. package/styles/multi-select/bootstrap4.css +10 -6
  170. package/styles/multi-select/bootstrap5-dark.css +11 -6
  171. package/styles/multi-select/bootstrap5.css +11 -6
  172. package/styles/multi-select/fabric-dark.css +10 -6
  173. package/styles/multi-select/fabric.css +10 -6
  174. package/styles/multi-select/fluent-dark.css +11 -6
  175. package/styles/multi-select/fluent.css +11 -6
  176. package/styles/multi-select/highcontrast-light.css +13 -6
  177. package/styles/multi-select/highcontrast.css +13 -6
  178. package/styles/multi-select/material-dark.css +10 -6
  179. package/styles/multi-select/material.css +10 -6
  180. package/styles/multi-select/tailwind-dark.css +11 -6
  181. package/styles/multi-select/tailwind.css +11 -6
  182. package/styles/tailwind-dark.css +102 -44
  183. package/styles/tailwind-dark.scss +1 -0
  184. package/styles/tailwind.css +102 -44
  185. package/styles/tailwind.scss +1 -0
@@ -1,3 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
1
4
  @keyframes material-spinner-rotate {
2
5
  0% {
3
6
  transform: rotate(0);
@@ -15,6 +18,7 @@
15
18
  }
16
19
  }
17
20
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
21
+ /* stylelint-disable */
18
22
  .e-dropdownbase .e-list-group-item,
19
23
  .e-fixed-head {
20
24
  font-size: 12px;
@@ -54,6 +58,7 @@
54
58
  padding: 0 8px 0 0;
55
59
  }
56
60
 
61
+ /* stylelint-disable */
57
62
  .e-ddt .e-ddt-icon::before {
58
63
  content: "\e729";
59
64
  }
@@ -1,3 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /* stylelint-disable property-no-vendor-prefix */
1
4
  @keyframes material-spinner-rotate {
2
5
  0% {
3
6
  transform: rotate(0);
@@ -15,6 +18,7 @@
15
18
  }
16
19
  }
17
20
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
21
+ /* stylelint-disable */
18
22
  .e-dropdownbase .e-list-group-item,
19
23
  .e-fixed-head {
20
24
  font-size: 12px;
@@ -54,6 +58,7 @@
54
58
  padding: 0 8px 0 0;
55
59
  }
56
60
 
61
+ /* stylelint-disable */
57
62
  .e-ddt .e-ddt-icon::before {
58
63
  content: "\e729";
59
64
  }
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable property-no-vendor-prefix */
1
3
  @keyframes material-spinner-rotate {
2
4
  0% {
3
5
  transform: rotate(0);
@@ -14,6 +16,7 @@
14
16
  transform: rotate(360deg);
15
17
  }
16
18
  }
19
+ /* stylelint-disable */
17
20
  .e-dropdownbase .e-list-item .e-list-icon {
18
21
  padding: 0 10px 0 0;
19
22
  }
@@ -41,6 +44,7 @@
41
44
  padding: 0 12px 0 0;
42
45
  }
43
46
 
47
+ /* stylelint-disable */
44
48
  .e-ddt .e-ddt-icon::before {
45
49
  content: "\e966";
46
50
  }
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable property-no-vendor-prefix */
1
3
  @keyframes material-spinner-rotate {
2
4
  0% {
3
5
  transform: rotate(0);
@@ -15,6 +17,7 @@
15
17
  }
16
18
  }
17
19
  /*! TreeView's high contrast theme wise override definitions and variables */
20
+ /* stylelint-disable */
18
21
  .e-dropdownbase .e-list-item .e-list-icon {
19
22
  padding: 0 10px 0 0;
20
23
  }
@@ -42,6 +45,7 @@
42
45
  padding: 0 12px 0 0;
43
46
  }
44
47
 
48
+ /* stylelint-disable */
45
49
  .e-ddt .e-ddt-icon::before {
46
50
  content: "\e966";
47
51
  }
@@ -1,10 +1,12 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
5
6
  transform: scale(4);
6
7
  }
7
8
  }
9
+ /* stylelint-disable property-no-vendor-prefix */
8
10
  @keyframes material-spinner-rotate {
9
11
  0% {
10
12
  transform: rotate(0deg);
@@ -21,6 +23,7 @@
21
23
  transform: rotate(360deg);
22
24
  }
23
25
  }
26
+ /* stylelint-disable */
24
27
  .e-dropdownbase .e-list-item .e-list-icon {
25
28
  padding: 0 16px 0 0;
26
29
  }
@@ -33,6 +36,7 @@
33
36
  padding: 0 16px 0 0;
34
37
  }
35
38
 
39
+ /* stylelint-disable */
36
40
  .e-ddt .e-ddt-icon::before {
37
41
  content: "\e969";
38
42
  }
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -13,6 +14,7 @@
13
14
  transform: translate3d(0, 0, 0) scale(1);
14
15
  }
15
16
  }
17
+ /* stylelint-disable property-no-vendor-prefix */
16
18
  @keyframes material-spinner-rotate {
17
19
  0% {
18
20
  transform: rotate(0deg);
@@ -30,6 +32,7 @@
30
32
  }
31
33
  }
32
34
  /*! TreeView's material theme wise override definitions and variables */
35
+ /* stylelint-disable */
33
36
  .e-dropdownbase .e-list-item .e-list-icon {
34
37
  padding: 0 16px 0 0;
35
38
  }
@@ -42,6 +45,7 @@
42
45
  padding: 0 16px 0 0;
43
46
  }
44
47
 
48
+ /* stylelint-disable */
45
49
  .e-ddt .e-ddt-icon::before {
46
50
  content: "\e969";
47
51
  }
@@ -1,4 +1,7 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */
4
+ /* stylelint-disable property-no-vendor-prefix */
2
5
  @keyframes material-spinner-rotate {
3
6
  0% {
4
7
  transform: rotate(0);
@@ -16,6 +19,7 @@
16
19
  }
17
20
  }
18
21
  /*! TreeView's tailwind theme wise override definitions and variables */
22
+ /* stylelint-disable */
19
23
  .e-dropdownbase .e-list-item.e-active,
20
24
  .e-dropdownbase .e-list-item.e-active.e-hover {
21
25
  font-weight: 500;
@@ -64,6 +68,7 @@
64
68
  padding: 0 4px 0 0;
65
69
  }
66
70
 
71
+ /* stylelint-disable */
67
72
  .e-ddt .e-ddt-icon::before {
68
73
  content: "\e734";
69
74
  }
@@ -1,4 +1,7 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */
4
+ /* stylelint-disable property-no-vendor-prefix */
2
5
  @keyframes material-spinner-rotate {
3
6
  0% {
4
7
  transform: rotate(0);
@@ -16,6 +19,7 @@
16
19
  }
17
20
  }
18
21
  /*! TreeView's tailwind theme wise override definitions and variables */
22
+ /* stylelint-disable */
19
23
  .e-dropdownbase .e-list-item.e-active,
20
24
  .e-dropdownbase .e-list-item.e-active.e-hover {
21
25
  font-weight: 500;
@@ -64,6 +68,7 @@
64
68
  padding: 0 4px 0 0;
65
69
  }
66
70
 
71
+ /* stylelint-disable */
67
72
  .e-ddt .e-ddt-icon::before {
68
73
  content: "\e734";
69
74
  }
@@ -77,7 +77,8 @@
77
77
  position: relative;
78
78
  }
79
79
 
80
- .e-popup.e-ddl .e-dropdownbase.e-nodata {
80
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
81
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
81
82
  color: #dadada;
82
83
  cursor: default;
83
84
  font-family: inherit;
@@ -86,6 +87,45 @@
86
87
  text-align: center;
87
88
  }
88
89
 
90
+ .e-mention.e-popup {
91
+ background: #514f4f;
92
+ border: 0;
93
+ box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.26);
94
+ margin-top: 2px;
95
+ position: absolute;
96
+ }
97
+
98
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
99
+ display: inline;
100
+ font-weight: bold;
101
+ vertical-align: baseline;
102
+ }
103
+
104
+ .e-mention .e-mention-chip,
105
+ .e-mention .e-mention-chip:hover {
106
+ background: #282727;
107
+ border-radius: 0;
108
+ border: none;
109
+ color: #0074cc;
110
+ cursor: default;
111
+ }
112
+
113
+ .e-mention .e-mention-chip::selection {
114
+ color: #fff;
115
+ background: #0074cc;
116
+ }
117
+
118
+ .e-mention.e-editable-element {
119
+ border: 2px solid #414040;
120
+ height: auto;
121
+ min-height: 120px;
122
+ width: 100%;
123
+ }
124
+
125
+ .e-form-mirror-div {
126
+ white-space: pre-wrap;
127
+ }
128
+
89
129
  .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
90
130
  padding-right: 20px;
91
131
  }
@@ -148,6 +188,7 @@
148
188
  border-color: #414040;
149
189
  }
150
190
  .e-dropdownbase .e-list-item {
191
+ /* stylelint-disable property-no-vendor-prefix */
151
192
  -webkit-tap-highlight-color: transparent;
152
193
  background-color: #282727;
153
194
  border-bottom: 1px;
@@ -334,6 +375,8 @@
334
375
  color: #dadada;
335
376
  }
336
377
 
378
+ /* stylelint-disable property-no-vendor-prefix */
379
+ /* stylelint-disable property-no-vendor-prefix */
337
380
  @keyframes material-spinner-rotate {
338
381
  0% {
339
382
  transform: rotate(0);
@@ -493,6 +536,7 @@
493
536
  background-color: #201f1f;
494
537
  }
495
538
 
539
+ /* stylelint-disable property-no-vendor-prefix */
496
540
  .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
497
541
  display: none;
498
542
  pointer-events: none;
@@ -501,6 +545,7 @@
501
545
  visibility: hidden;
502
546
  }
503
547
 
548
+ /* stylelint-enable property-no-vendor-prefix */
504
549
  .e-filter-parent {
505
550
  border: 1px solid #414040;
506
551
  border-top-width: 0;
@@ -544,6 +589,7 @@
544
589
  cursor: default;
545
590
  }
546
591
 
592
+ /* stylelint-disable property-no-vendor-prefix */
547
593
  .e-ddl.e-input-group .e-ddl-hidden,
548
594
  .e-ddl.e-float-input .e-ddl-hidden {
549
595
  -webkit-appearance: initial;
@@ -686,6 +732,8 @@ ejs-dropdownlist {
686
732
  color: #000;
687
733
  }
688
734
 
735
+ /* stylelint-disable property-no-vendor-prefix */
736
+ /* stylelint-disable property-no-vendor-prefix */
689
737
  @keyframes material-spinner-rotate {
690
738
  0% {
691
739
  transform: rotate(0);
@@ -702,6 +750,8 @@ ejs-dropdownlist {
702
750
  transform: rotate(360deg);
703
751
  }
704
752
  }
753
+ /* stylelint-disable */
754
+ /* stylelint-disable */
705
755
  .e-ddt .e-ddt-icon::before {
706
756
  content: "\e966";
707
757
  }
@@ -1095,6 +1145,9 @@ ejs-dropdownlist {
1095
1145
  color: #dadada;
1096
1146
  }
1097
1147
 
1148
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
1149
+ /* stylelint-disable property-no-vendor-prefix */
1150
+ /* stylelint-disable property-no-vendor-prefix */
1098
1151
  @keyframes material-spinner-rotate {
1099
1152
  0% {
1100
1153
  transform: rotate(0);
@@ -1436,7 +1489,7 @@ ejs-dropdownlist {
1436
1489
  border: 0;
1437
1490
  font-family: inherit;
1438
1491
  font-size: 14px;
1439
- font-weight: 400;
1492
+ font-weight: normal;
1440
1493
  height: 28px;
1441
1494
  min-height: 28px;
1442
1495
  outline: none;
@@ -1450,7 +1503,7 @@ ejs-dropdownlist {
1450
1503
  color: inherit;
1451
1504
  font-family: inherit;
1452
1505
  font-size: 14px;
1453
- font-weight: 400;
1506
+ font-weight: normal;
1454
1507
  height: 28px;
1455
1508
  min-height: 28px;
1456
1509
  outline: none;
@@ -1473,6 +1526,7 @@ ejs-dropdownlist {
1473
1526
  min-height: 38px;
1474
1527
  }
1475
1528
 
1529
+ /* stylelint-disable property-no-vendor-prefix */
1476
1530
  .e-multi-select-wrapper input[type=text]::-ms-clear {
1477
1531
  display: none;
1478
1532
  }
@@ -2121,6 +2175,7 @@ ejs-multiselect {
2121
2175
  box-sizing: border-box;
2122
2176
  }
2123
2177
 
2178
+ /* stylelint-disable property-no-vendor-prefix */
2124
2179
  .e-multi-select-wrapper .e-chips > .e-chipcontent {
2125
2180
  -webkit-text-fill-color: #dadada;
2126
2181
  color: #dadada;
@@ -2249,19 +2304,19 @@ ejs-multiselect {
2249
2304
  border: 1px solid transparent;
2250
2305
  }
2251
2306
 
2252
- .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
2307
+ .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2253
2308
  color: #6f6c6c;
2254
2309
  }
2255
2310
 
2256
- .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
2311
+ .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2257
2312
  color: #6f6c6c;
2258
2313
  }
2259
2314
 
2260
- .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
2315
+ .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2261
2316
  color: #6f6c6c;
2262
2317
  }
2263
2318
 
2264
- .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
2319
+ .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
2265
2320
  color: #6f6c6c;
2266
2321
  }
2267
2322
 
@@ -2339,6 +2394,7 @@ ejs-multiselect {
2339
2394
  content: "\e656";
2340
2395
  }
2341
2396
 
2397
+ /* stylelint-disable property-no-vendor-prefix */
2342
2398
  .e-listbox-wrapper,
2343
2399
  .e-listbox-container {
2344
2400
  -webkit-overflow-scrolling: touch;
@@ -2357,7 +2413,7 @@ ejs-multiselect {
2357
2413
  }
2358
2414
  .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
2359
2415
  .e-listbox-container.e-listboxtool-container .e-list-wrap {
2360
- width: 86% !important;
2416
+ width: 86% !important; /* stylelint-disable-line declaration-no-important */
2361
2417
  }
2362
2418
  .e-listbox-wrapper:focus,
2363
2419
  .e-listbox-container:focus {
@@ -2716,16 +2772,6 @@ ejs-listbox {
2716
2772
  top: 30%;
2717
2773
  }
2718
2774
 
2719
- .e-listboxtool-container .e-left {
2720
- -ms-flex-direction: row-reverse;
2721
- flex-direction: row-reverse;
2722
- }
2723
-
2724
- .e-listboxtool-wrapper .e-left {
2725
- -ms-flex-direction: column-reverse;
2726
- flex-direction: column-reverse;
2727
- }
2728
-
2729
2775
  .e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
2730
2776
  .e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
2731
2777
  margin-right: 15px;
@@ -2739,7 +2785,7 @@ ejs-listbox {
2739
2785
  .e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
2740
2786
  .e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
2741
2787
  .e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
2742
- width: 83% !important;
2788
+ width: 83% !important; /* stylelint-disable-line declaration-no-important */
2743
2789
  }
2744
2790
  .e-bigger .e-listbox-wrapper .e-list-item,
2745
2791
  .e-listbox-wrapper.e-bigger .e-list-item,
@@ -2828,30 +2874,16 @@ ejs-listbox {
2828
2874
  .e-listbox-container.e-bigger .e-list-header .e-text {
2829
2875
  font-size: 15px;
2830
2876
  }
2831
- .e-listbox-wrapper.e-filter-list .e-list-parent {
2832
- height: calc(100% - 51px);
2833
- }
2834
-
2835
- .e-listbox-container.e-filter-list .e-list-wrap {
2836
- height: calc(100% - 51px) !important;
2837
- }
2838
-
2839
- .e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
2877
+ .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
2878
+ .e-small .e-listbox-container.e-filter-list .e-list-parent {
2840
2879
  height: calc(100% - 45px);
2841
2880
  }
2842
2881
 
2843
- .e-small .e-listbox-container.e-filter-list .e-list-wrap {
2844
- height: calc(100% - 45px) !important;
2845
- }
2846
-
2847
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
2882
+ .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
2883
+ .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
2848
2884
  height: calc(100% - 59px);
2849
2885
  }
2850
2886
 
2851
- .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
2852
- height: calc(100% - 59px) !important;
2853
- }
2854
-
2855
2887
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
2856
2888
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2857
2889
  height: calc(100% - 104px);
@@ -2862,14 +2894,11 @@ ejs-listbox {
2862
2894
  height: calc(100% - 45px);
2863
2895
  }
2864
2896
 
2865
- .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
2897
+ .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
2898
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
2866
2899
  height: calc(100% - 55px);
2867
2900
  }
2868
2901
 
2869
- .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
2870
- height: calc(100% - 55px) !important;
2871
- }
2872
-
2873
2902
  .e-listbox-wrapper,
2874
2903
  .e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
2875
2904
  .e-listboxtool-container.e-listbox-container .e-ul {
@@ -2889,6 +2918,11 @@ ejs-listbox {
2889
2918
  font-size: 14px;
2890
2919
  }
2891
2920
 
2921
+ .e-listbox-wrapper.e-filter-list .e-list-parent,
2922
+ .e-listbox-container.e-filter-list .e-list-parent {
2923
+ height: calc(100% - 51px);
2924
+ }
2925
+
2892
2926
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
2893
2927
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2894
2928
  height: calc(100% - 87px);
@@ -3124,4 +3158,22 @@ ejs-listbox {
3124
3158
  .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
3125
3159
  padding-left: 3.3846em;
3126
3160
  padding-right: 0.923em;
3161
+ }
3162
+
3163
+ /* stylelint-disable property-no-vendor-prefix */
3164
+ @keyframes material-spinner-rotate {
3165
+ 0% {
3166
+ transform: rotate(0);
3167
+ }
3168
+ 100% {
3169
+ transform: rotate(360deg);
3170
+ }
3171
+ }
3172
+ @keyframes fabric-spinner-rotate {
3173
+ 0% {
3174
+ transform: rotate(0);
3175
+ }
3176
+ 100% {
3177
+ transform: rotate(360deg);
3178
+ }
3127
3179
  }
@@ -5,3 +5,4 @@
5
5
  @import 'auto-complete/fabric-dark.scss';
6
6
  @import 'multi-select/fabric-dark.scss';
7
7
  @import 'list-box/fabric-dark.scss';
8
+ @import 'mention/fabric-dark.scss';