@syncfusion/ej2-dropdowns 25.2.7-130084 → 26.1.35-750253

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 (290) hide show
  1. package/.eslintrc.json +3 -2
  2. package/{ReadMe.md → README.md} +1 -1
  3. package/dist/ej2-dropdowns.min.js +10 -1
  4. package/dist/ej2-dropdowns.umd.min.js +10 -1
  5. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es2015.js +505 -215
  7. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  8. package/dist/es6/ej2-dropdowns.es5.js +498 -207
  9. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  10. package/dist/global/ej2-dropdowns.min.js +10 -1
  11. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  12. package/dist/global/index.d.ts +9 -0
  13. package/package.json +80 -79
  14. package/src/auto-complete/auto-complete-model.d.ts +10 -10
  15. package/src/auto-complete/auto-complete.d.ts +12 -12
  16. package/src/auto-complete/auto-complete.js +3 -3
  17. package/src/combo-box/combo-box-model.d.ts +17 -17
  18. package/src/combo-box/combo-box.d.ts +27 -27
  19. package/src/combo-box/combo-box.js +25 -10
  20. package/src/common/interface.js +0 -1
  21. package/src/common/virtual-scroll.js +1 -0
  22. package/src/drop-down-base/drop-down-base-model.d.ts +21 -14
  23. package/src/drop-down-base/drop-down-base.d.ts +43 -17
  24. package/src/drop-down-base/drop-down-base.js +65 -10
  25. package/src/drop-down-list/drop-down-list-model.d.ts +3 -3
  26. package/src/drop-down-list/drop-down-list.d.ts +19 -5
  27. package/src/drop-down-list/drop-down-list.js +130 -5
  28. package/src/drop-down-tree/drop-down-tree-model.d.ts +16 -16
  29. package/src/drop-down-tree/drop-down-tree.d.ts +18 -14
  30. package/src/drop-down-tree/drop-down-tree.js +52 -38
  31. package/src/list-box/list-box-model.d.ts +2 -2
  32. package/src/list-box/list-box.d.ts +2 -2
  33. package/src/list-box/list-box.js +30 -9
  34. package/src/mention/mention.js +23 -8
  35. package/src/multi-select/interface.js +0 -1
  36. package/src/multi-select/multi-select.d.ts +15 -0
  37. package/src/multi-select/multi-select.js +135 -12
  38. package/styles/auto-complete/_bootstrap5.3-definition.scss +2 -0
  39. package/styles/auto-complete/_fluent2-definition.scss +2 -0
  40. package/styles/auto-complete/bootstrap-dark.css +5 -2
  41. package/styles/auto-complete/bootstrap.css +5 -2
  42. package/styles/auto-complete/bootstrap4.css +6 -2
  43. package/styles/auto-complete/bootstrap5-dark.css +6 -2
  44. package/styles/auto-complete/bootstrap5.css +6 -2
  45. package/styles/auto-complete/fabric-dark.css +3 -1
  46. package/styles/auto-complete/fabric.css +3 -1
  47. package/styles/auto-complete/fluent-dark.css +6 -2
  48. package/styles/auto-complete/fluent.css +6 -2
  49. package/styles/auto-complete/fluent2.css +1140 -0
  50. package/styles/auto-complete/fluent2.scss +4 -0
  51. package/styles/auto-complete/highcontrast-light.css +3 -1
  52. package/styles/auto-complete/highcontrast.css +3 -1
  53. package/styles/auto-complete/material-dark.css +16 -5
  54. package/styles/auto-complete/material.css +16 -5
  55. package/styles/auto-complete/material3-dark.css +17 -6
  56. package/styles/auto-complete/material3-dark.scss +1 -1
  57. package/styles/auto-complete/material3.css +17 -6
  58. package/styles/auto-complete/material3.scss +1 -1
  59. package/styles/auto-complete/tailwind-dark.css +16 -5
  60. package/styles/auto-complete/tailwind.css +16 -5
  61. package/styles/bootstrap-dark.css +196 -228
  62. package/styles/bootstrap-dark.scss +28 -8
  63. package/styles/bootstrap.css +196 -228
  64. package/styles/bootstrap.scss +28 -8
  65. package/styles/bootstrap4.css +199 -229
  66. package/styles/bootstrap4.scss +28 -8
  67. package/styles/bootstrap5-dark.css +196 -221
  68. package/styles/bootstrap5-dark.scss +28 -8
  69. package/styles/bootstrap5.css +196 -221
  70. package/styles/bootstrap5.scss +28 -8
  71. package/styles/combo-box/_bootstrap5.3-definition.scss +2 -0
  72. package/styles/combo-box/_fluent2-definition.scss +2 -0
  73. package/styles/combo-box/bootstrap-dark.css +5 -2
  74. package/styles/combo-box/bootstrap.css +5 -2
  75. package/styles/combo-box/bootstrap4.css +6 -2
  76. package/styles/combo-box/bootstrap5-dark.css +6 -2
  77. package/styles/combo-box/bootstrap5.css +6 -2
  78. package/styles/combo-box/fabric-dark.css +3 -1
  79. package/styles/combo-box/fabric.css +3 -1
  80. package/styles/combo-box/fluent-dark.css +6 -2
  81. package/styles/combo-box/fluent.css +6 -2
  82. package/styles/combo-box/fluent2.css +1140 -0
  83. package/styles/combo-box/fluent2.scss +4 -0
  84. package/styles/combo-box/highcontrast-light.css +3 -1
  85. package/styles/combo-box/highcontrast.css +3 -1
  86. package/styles/combo-box/material-dark.css +16 -5
  87. package/styles/combo-box/material.css +16 -5
  88. package/styles/combo-box/material3-dark.css +17 -6
  89. package/styles/combo-box/material3-dark.scss +1 -1
  90. package/styles/combo-box/material3.css +17 -6
  91. package/styles/combo-box/material3.scss +1 -1
  92. package/styles/combo-box/tailwind-dark.css +16 -5
  93. package/styles/combo-box/tailwind.css +16 -5
  94. package/styles/drop-down-base/_bds-definition.scss +2 -2
  95. package/styles/drop-down-base/_bootstrap5.3-definition.scss +117 -0
  96. package/styles/drop-down-base/_fluent2-definition.scss +134 -0
  97. package/styles/drop-down-base/_layout.scss +12 -2
  98. package/styles/drop-down-base/_material3-definition.scss +0 -11
  99. package/styles/drop-down-base/_theme.scss +2 -11
  100. package/styles/drop-down-base/bootstrap-dark.css +2 -1
  101. package/styles/drop-down-base/bootstrap.css +2 -1
  102. package/styles/drop-down-base/bootstrap4.css +2 -1
  103. package/styles/drop-down-base/bootstrap5-dark.css +2 -1
  104. package/styles/drop-down-base/bootstrap5.css +2 -1
  105. package/styles/drop-down-base/fabric-dark.css +2 -1
  106. package/styles/drop-down-base/fabric.css +2 -1
  107. package/styles/drop-down-base/fluent-dark.css +2 -1
  108. package/styles/drop-down-base/fluent.css +2 -1
  109. package/styles/drop-down-base/fluent2.css +1447 -0
  110. package/styles/drop-down-base/fluent2.scss +3 -0
  111. package/styles/drop-down-base/highcontrast-light.css +2 -1
  112. package/styles/drop-down-base/highcontrast.css +2 -1
  113. package/styles/drop-down-base/material-dark.css +2 -1
  114. package/styles/drop-down-base/material.css +2 -1
  115. package/styles/drop-down-base/material3-dark.css +9 -2
  116. package/styles/drop-down-base/material3-dark.scss +1 -1
  117. package/styles/drop-down-base/material3.css +9 -2
  118. package/styles/drop-down-base/material3.scss +1 -1
  119. package/styles/drop-down-base/tailwind-dark.css +2 -1
  120. package/styles/drop-down-base/tailwind.css +2 -1
  121. package/styles/drop-down-list/_bootstrap5.3-definition.scss +201 -0
  122. package/styles/drop-down-list/_fluent2-definition.scss +134 -0
  123. package/styles/drop-down-list/_layout.scss +5 -3
  124. package/styles/drop-down-list/_material3-definition.scss +0 -8
  125. package/styles/drop-down-list/bootstrap-dark.css +38 -3
  126. package/styles/drop-down-list/bootstrap.css +38 -3
  127. package/styles/drop-down-list/bootstrap4.css +39 -3
  128. package/styles/drop-down-list/bootstrap5-dark.css +39 -3
  129. package/styles/drop-down-list/bootstrap5.css +39 -3
  130. package/styles/drop-down-list/fabric-dark.css +36 -2
  131. package/styles/drop-down-list/fabric.css +36 -2
  132. package/styles/drop-down-list/fluent-dark.css +39 -3
  133. package/styles/drop-down-list/fluent.css +39 -3
  134. package/styles/drop-down-list/fluent2.css +1684 -0
  135. package/styles/drop-down-list/fluent2.scss +9 -0
  136. package/styles/drop-down-list/highcontrast-light.css +36 -2
  137. package/styles/drop-down-list/highcontrast.css +36 -2
  138. package/styles/drop-down-list/icons/_bootstrap5.3.scss +14 -0
  139. package/styles/drop-down-list/icons/_fluent2.scss +14 -0
  140. package/styles/drop-down-list/material-dark.css +58 -7
  141. package/styles/drop-down-list/material.css +72 -9
  142. package/styles/drop-down-list/material3-dark.css +74 -10
  143. package/styles/drop-down-list/material3-dark.scss +1 -1
  144. package/styles/drop-down-list/material3.css +74 -10
  145. package/styles/drop-down-list/material3.scss +1 -1
  146. package/styles/drop-down-list/tailwind-dark.css +49 -6
  147. package/styles/drop-down-list/tailwind.css +49 -6
  148. package/styles/drop-down-tree/_bds-definition.scss +5 -0
  149. package/styles/drop-down-tree/_bootstrap4-definition.scss +1 -0
  150. package/styles/drop-down-tree/_bootstrap5-definition.scss +5 -0
  151. package/styles/drop-down-tree/_bootstrap5.3-definition.scss +66 -0
  152. package/styles/drop-down-tree/_fluent-definition.scss +4 -0
  153. package/styles/drop-down-tree/_fluent2-definition.scss +75 -0
  154. package/styles/drop-down-tree/_layout.scss +289 -327
  155. package/styles/drop-down-tree/_material3-definition.scss +3 -5
  156. package/styles/drop-down-tree/_tailwind-definition.scss +7 -2
  157. package/styles/drop-down-tree/_theme.scss +24 -41
  158. package/styles/drop-down-tree/bootstrap-dark.css +63 -29
  159. package/styles/drop-down-tree/bootstrap.css +63 -29
  160. package/styles/drop-down-tree/bootstrap4.css +64 -30
  161. package/styles/drop-down-tree/bootstrap5-dark.css +63 -27
  162. package/styles/drop-down-tree/bootstrap5.css +63 -27
  163. package/styles/drop-down-tree/fabric-dark.css +63 -29
  164. package/styles/drop-down-tree/fabric.css +63 -29
  165. package/styles/drop-down-tree/fluent-dark.css +71 -35
  166. package/styles/drop-down-tree/fluent.css +71 -35
  167. package/styles/drop-down-tree/fluent2.css +1732 -0
  168. package/styles/drop-down-tree/fluent2.scss +9 -0
  169. package/styles/drop-down-tree/highcontrast-light.css +63 -29
  170. package/styles/drop-down-tree/highcontrast.css +63 -23
  171. package/styles/drop-down-tree/icons/_bootstrap5.3.scss +11 -0
  172. package/styles/drop-down-tree/icons/_fluent2.scss +14 -0
  173. package/styles/drop-down-tree/material-dark.css +80 -43
  174. package/styles/drop-down-tree/material.css +97 -51
  175. package/styles/drop-down-tree/material3-dark.css +85 -32
  176. package/styles/drop-down-tree/material3-dark.scss +1 -1
  177. package/styles/drop-down-tree/material3.css +85 -32
  178. package/styles/drop-down-tree/material3.scss +1 -1
  179. package/styles/drop-down-tree/tailwind-dark.css +72 -28
  180. package/styles/drop-down-tree/tailwind.css +72 -28
  181. package/styles/fabric-dark.css +194 -227
  182. package/styles/fabric-dark.scss +28 -8
  183. package/styles/fabric.css +194 -227
  184. package/styles/fabric.scss +28 -8
  185. package/styles/fluent-dark.css +206 -236
  186. package/styles/fluent-dark.scss +28 -8
  187. package/styles/fluent.css +206 -236
  188. package/styles/fluent.scss +28 -8
  189. package/styles/fluent2.css +4771 -0
  190. package/styles/fluent2.scss +28 -0
  191. package/styles/highcontrast-light.css +197 -227
  192. package/styles/highcontrast-light.scss +28 -8
  193. package/styles/highcontrast.css +197 -221
  194. package/styles/highcontrast.scss +28 -8
  195. package/styles/list-box/_bootstrap-dark-definition.scss +0 -2
  196. package/styles/list-box/_bootstrap5.3-definition.scss +120 -0
  197. package/styles/list-box/_fabric-dark-definition.scss +0 -2
  198. package/styles/list-box/_fluent2-definition.scss +121 -0
  199. package/styles/list-box/_highcontrast-light-definition.scss +0 -2
  200. package/styles/list-box/_layout.scss +65 -44
  201. package/styles/list-box/_material-dark-definition.scss +0 -2
  202. package/styles/list-box/_tailwind-definition.scss +1 -1
  203. package/styles/list-box/_theme.scss +36 -65
  204. package/styles/list-box/bootstrap-dark.css +72 -112
  205. package/styles/list-box/bootstrap.css +72 -112
  206. package/styles/list-box/bootstrap4.css +72 -112
  207. package/styles/list-box/bootstrap5-dark.css +72 -106
  208. package/styles/list-box/bootstrap5.css +72 -106
  209. package/styles/list-box/fabric-dark.css +72 -112
  210. package/styles/list-box/fabric.css +72 -112
  211. package/styles/list-box/fluent-dark.css +72 -112
  212. package/styles/list-box/fluent.css +72 -112
  213. package/styles/list-box/fluent2.css +2029 -0
  214. package/styles/list-box/fluent2.scss +5 -0
  215. package/styles/list-box/highcontrast-light.css +72 -112
  216. package/styles/list-box/highcontrast.css +72 -112
  217. package/styles/list-box/icons/_bootstrap5.3.scss +25 -0
  218. package/styles/list-box/icons/_fluent2.scss +25 -0
  219. package/styles/list-box/material-dark.css +72 -112
  220. package/styles/list-box/material.css +72 -112
  221. package/styles/list-box/material3-dark.css +73 -113
  222. package/styles/list-box/material3-dark.scss +1 -1
  223. package/styles/list-box/material3.css +73 -113
  224. package/styles/list-box/material3.scss +1 -1
  225. package/styles/list-box/tailwind-dark.css +74 -114
  226. package/styles/list-box/tailwind.css +74 -114
  227. package/styles/material-dark.css +236 -260
  228. package/styles/material-dark.scss +28 -8
  229. package/styles/material.css +253 -284
  230. package/styles/material.scss +28 -8
  231. package/styles/material3-dark.css +253 -266
  232. package/styles/material3-dark.scss +29 -9
  233. package/styles/material3.css +253 -266
  234. package/styles/material3.scss +29 -9
  235. package/styles/mention/_bootstrap5.3-definition.scss +1 -0
  236. package/styles/mention/_fluent2-definition.scss +1 -0
  237. package/styles/mention/bootstrap-dark.css +24 -0
  238. package/styles/mention/bootstrap.css +24 -0
  239. package/styles/mention/bootstrap4.css +24 -0
  240. package/styles/mention/bootstrap5-dark.css +24 -0
  241. package/styles/mention/bootstrap5.css +24 -0
  242. package/styles/mention/fabric-dark.css +24 -0
  243. package/styles/mention/fabric.css +24 -0
  244. package/styles/mention/fluent-dark.css +24 -0
  245. package/styles/mention/fluent.css +24 -0
  246. package/styles/mention/fluent2.css +1130 -0
  247. package/styles/mention/fluent2.scss +6 -0
  248. package/styles/mention/highcontrast-light.css +24 -0
  249. package/styles/mention/highcontrast.css +24 -0
  250. package/styles/mention/material-dark.css +24 -0
  251. package/styles/mention/material.css +24 -0
  252. package/styles/mention/material3-dark.css +25 -1
  253. package/styles/mention/material3-dark.scss +1 -1
  254. package/styles/mention/material3.css +25 -1
  255. package/styles/mention/material3.scss +1 -1
  256. package/styles/mention/tailwind-dark.css +24 -0
  257. package/styles/mention/tailwind.css +24 -0
  258. package/styles/multi-select/_bootstrap5.3-definition.scss +230 -0
  259. package/styles/multi-select/_fluent2-definition.scss +236 -0
  260. package/styles/multi-select/_layout.scss +32 -38
  261. package/styles/multi-select/_material3-definition.scss +0 -15
  262. package/styles/multi-select/_theme.scss +0 -4
  263. package/styles/multi-select/bootstrap-dark.css +67 -28
  264. package/styles/multi-select/bootstrap.css +67 -28
  265. package/styles/multi-select/bootstrap4.css +70 -29
  266. package/styles/multi-select/bootstrap5-dark.css +67 -28
  267. package/styles/multi-select/bootstrap5.css +67 -28
  268. package/styles/multi-select/fabric-dark.css +67 -28
  269. package/styles/multi-select/fabric.css +67 -28
  270. package/styles/multi-select/fluent-dark.css +69 -29
  271. package/styles/multi-select/fluent.css +69 -29
  272. package/styles/multi-select/fluent2.css +2663 -0
  273. package/styles/multi-select/fluent2.scss +9 -0
  274. package/styles/multi-select/highcontrast-light.css +70 -28
  275. package/styles/multi-select/highcontrast.css +70 -28
  276. package/styles/multi-select/icons/_bootstrap5.3.scss +26 -0
  277. package/styles/multi-select/icons/_fluent2.scss +692 -0
  278. package/styles/multi-select/material-dark.css +88 -32
  279. package/styles/multi-select/material.css +102 -34
  280. package/styles/multi-select/material3-dark.css +109 -35
  281. package/styles/multi-select/material3-dark.scss +1 -1
  282. package/styles/multi-select/material3.css +109 -35
  283. package/styles/multi-select/material3.scss +1 -1
  284. package/styles/multi-select/tailwind-dark.css +67 -28
  285. package/styles/multi-select/tailwind.css +67 -28
  286. package/styles/tailwind-dark.css +217 -233
  287. package/styles/tailwind-dark.scss +28 -8
  288. package/styles/tailwind.css +217 -233
  289. package/styles/tailwind.scss +28 -8
  290. package/CHANGELOG.md +0 -2200
@@ -1,18 +1,42 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
+ @-webkit-keyframes material-spinner-rotate {
4
+ 0% {
5
+ -webkit-transform: rotate(0);
6
+ transform: rotate(0);
7
+ }
8
+ 100% {
9
+ -webkit-transform: rotate(360deg);
10
+ transform: rotate(360deg);
11
+ }
12
+ }
3
13
  @keyframes material-spinner-rotate {
4
14
  0% {
15
+ -webkit-transform: rotate(0);
5
16
  transform: rotate(0);
6
17
  }
7
18
  100% {
19
+ -webkit-transform: rotate(360deg);
20
+ transform: rotate(360deg);
21
+ }
22
+ }
23
+ @-webkit-keyframes fabric-spinner-rotate {
24
+ 0% {
25
+ -webkit-transform: rotate(0);
26
+ transform: rotate(0);
27
+ }
28
+ 100% {
29
+ -webkit-transform: rotate(360deg);
8
30
  transform: rotate(360deg);
9
31
  }
10
32
  }
11
33
  @keyframes fabric-spinner-rotate {
12
34
  0% {
35
+ -webkit-transform: rotate(0);
13
36
  transform: rotate(0);
14
37
  }
15
38
  100% {
39
+ -webkit-transform: rotate(360deg);
16
40
  transform: rotate(360deg);
17
41
  }
18
42
  }
@@ -74,13 +98,15 @@
74
98
  }
75
99
 
76
100
  .e-multi-select-wrapper {
77
- box-sizing: border-box;
101
+ -webkit-box-sizing: border-box;
102
+ box-sizing: border-box;
78
103
  cursor: text;
79
104
  line-height: normal;
80
105
  min-height: 30px;
81
106
  padding: 0 32px 0 2px;
82
107
  position: relative;
83
108
  -webkit-user-select: none;
109
+ -moz-user-select: none;
84
110
  -ms-user-select: none;
85
111
  user-select: none;
86
112
  width: 100%;
@@ -97,7 +123,8 @@
97
123
  white-space: nowrap;
98
124
  }
99
125
  .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 {
100
- box-sizing: border-box;
126
+ -webkit-box-sizing: border-box;
127
+ box-sizing: border-box;
101
128
  display: inline-block;
102
129
  overflow: hidden;
103
130
  text-overflow: ellipsis;
@@ -128,6 +155,7 @@
128
155
 
129
156
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
130
157
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
158
+ display: -webkit-box;
131
159
  display: -ms-flexbox;
132
160
  display: flex;
133
161
  float: left;
@@ -135,6 +163,7 @@
135
163
  }
136
164
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
137
165
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
166
+ display: -webkit-inline-box;
138
167
  display: -ms-inline-flexbox;
139
168
  display: inline-flex;
140
169
  float: none;
@@ -157,8 +186,9 @@
157
186
  }
158
187
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
159
188
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
160
- -ms-flex-align: center;
161
- align-items: center;
189
+ -webkit-box-align: center;
190
+ -ms-flex-align: center;
191
+ align-items: center;
162
192
  display: inline;
163
193
  max-width: 100%;
164
194
  word-break: break-word;
@@ -167,12 +197,15 @@
167
197
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
168
198
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
169
199
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
170
- -ms-flex-align: center;
171
- align-items: center;
200
+ -webkit-box-align: center;
201
+ -ms-flex-align: center;
202
+ align-items: center;
172
203
  cursor: pointer;
173
204
  display: none;
174
- -ms-flex-direction: row;
175
- flex-direction: row;
205
+ -webkit-box-orient: horizontal;
206
+ -webkit-box-direction: normal;
207
+ -ms-flex-direction: row;
208
+ flex-direction: row;
176
209
  margin-top: -3em;
177
210
  outline: 0;
178
211
  padding: 0;
@@ -184,6 +217,7 @@
184
217
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
185
218
  .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
186
219
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
220
+ display: -webkit-box;
187
221
  display: -ms-flexbox;
188
222
  display: flex;
189
223
  }
@@ -263,8 +297,10 @@
263
297
  }
264
298
 
265
299
  .e-multi-select-wrapper .e-chips {
266
- -ms-flex-align: center;
267
- align-items: center;
300
+ -webkit-box-align: center;
301
+ -ms-flex-align: center;
302
+ align-items: center;
303
+ display: -webkit-inline-box;
268
304
  display: -ms-inline-flexbox;
269
305
  display: inline-flex;
270
306
  float: left;
@@ -307,6 +343,7 @@
307
343
  .e-multi-select-wrapper .e-chips-close {
308
344
  -ms-flex-item-align: center;
309
345
  align-self: center;
346
+ display: -webkit-box;
310
347
  display: -ms-flexbox;
311
348
  display: flex;
312
349
  float: right;
@@ -476,7 +513,9 @@
476
513
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
477
514
  -ms-flex-item-align: center;
478
515
  align-self: center;
479
- box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
516
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
517
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
518
+ display: -webkit-inline-box;
480
519
  display: -ms-inline-flexbox;
481
520
  display: inline-flex;
482
521
  padding: 0 10px;
@@ -827,8 +866,9 @@ ejs-multiselect {
827
866
 
828
867
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
829
868
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
830
- -ms-flex-align: normal;
831
- align-items: normal;
869
+ -webkit-box-align: normal;
870
+ -ms-flex-align: normal;
871
+ align-items: normal;
832
872
  }
833
873
 
834
874
  .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
@@ -891,7 +931,10 @@ ejs-multiselect {
891
931
  .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
892
932
  .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
893
933
  .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
894
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
934
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
935
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
936
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
937
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
895
938
  height: 24px;
896
939
  }
897
940
 
@@ -900,10 +943,6 @@ ejs-multiselect {
900
943
  height: 32px;
901
944
  }
902
945
 
903
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip {
904
- height: 24px;
905
- }
906
-
907
946
  .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
908
947
  .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
909
948
  .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
@@ -959,11 +998,6 @@ ejs-multiselect {
959
998
  margin: 4px 0 0 4px;
960
999
  }
961
1000
 
962
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
963
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
964
- height: 24px;
965
- }
966
-
967
1001
  .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
968
1002
  .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
969
1003
  .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
@@ -1068,7 +1102,8 @@ ejs-multiselect {
1068
1102
  }
1069
1103
 
1070
1104
  .e-multiselect {
1071
- box-sizing: border-box;
1105
+ -webkit-box-sizing: border-box;
1106
+ box-sizing: border-box;
1072
1107
  }
1073
1108
 
1074
1109
  /* stylelint-disable property-no-vendor-prefix */
@@ -1125,8 +1160,10 @@ ejs-multiselect {
1125
1160
  }
1126
1161
 
1127
1162
  .e-popup.e-multi-select-list-wrapper {
1128
- box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
1129
- box-sizing: content-box;
1163
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
1164
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
1165
+ -webkit-box-sizing: content-box;
1166
+ box-sizing: content-box;
1130
1167
  overflow: initial;
1131
1168
  }
1132
1169
 
@@ -1180,14 +1217,16 @@ ejs-multiselect {
1180
1217
 
1181
1218
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
1182
1219
  background-color: #d1ebff;
1183
- box-shadow: none;
1220
+ -webkit-box-shadow: none;
1221
+ box-shadow: none;
1184
1222
  color: #333;
1185
1223
  border: 1px solid #666;
1186
1224
  }
1187
1225
 
1188
1226
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
1189
1227
  background-color: #d1ebff;
1190
- box-shadow: none;
1228
+ -webkit-box-shadow: none;
1229
+ box-shadow: none;
1191
1230
  color: #333;
1192
1231
  border: 1px solid #666;
1193
1232
  }
@@ -1,19 +1,43 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
2
  /* stylelint-disable-line no-empty-source */
3
3
  /* stylelint-disable property-no-vendor-prefix */
4
+ @-webkit-keyframes material-spinner-rotate {
5
+ 0% {
6
+ -webkit-transform: rotate(0);
7
+ transform: rotate(0);
8
+ }
9
+ 100% {
10
+ -webkit-transform: rotate(360deg);
11
+ transform: rotate(360deg);
12
+ }
13
+ }
4
14
  @keyframes material-spinner-rotate {
5
15
  0% {
16
+ -webkit-transform: rotate(0);
6
17
  transform: rotate(0);
7
18
  }
8
19
  100% {
20
+ -webkit-transform: rotate(360deg);
21
+ transform: rotate(360deg);
22
+ }
23
+ }
24
+ @-webkit-keyframes fabric-spinner-rotate {
25
+ 0% {
26
+ -webkit-transform: rotate(0);
27
+ transform: rotate(0);
28
+ }
29
+ 100% {
30
+ -webkit-transform: rotate(360deg);
9
31
  transform: rotate(360deg);
10
32
  }
11
33
  }
12
34
  @keyframes fabric-spinner-rotate {
13
35
  0% {
36
+ -webkit-transform: rotate(0);
14
37
  transform: rotate(0);
15
38
  }
16
39
  100% {
40
+ -webkit-transform: rotate(360deg);
17
41
  transform: rotate(360deg);
18
42
  }
19
43
  }
@@ -152,13 +176,15 @@
152
176
  }
153
177
 
154
178
  .e-multi-select-wrapper {
155
- box-sizing: border-box;
179
+ -webkit-box-sizing: border-box;
180
+ box-sizing: border-box;
156
181
  cursor: text;
157
182
  line-height: normal;
158
183
  min-height: 30px;
159
184
  padding: 0 32px 0 0;
160
185
  position: relative;
161
186
  -webkit-user-select: none;
187
+ -moz-user-select: none;
162
188
  -ms-user-select: none;
163
189
  user-select: none;
164
190
  width: 100%;
@@ -175,7 +201,8 @@
175
201
  white-space: nowrap;
176
202
  }
177
203
  .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 {
178
- box-sizing: border-box;
204
+ -webkit-box-sizing: border-box;
205
+ box-sizing: border-box;
179
206
  display: inline-block;
180
207
  overflow: hidden;
181
208
  text-overflow: ellipsis;
@@ -206,6 +233,7 @@
206
233
 
207
234
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
208
235
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
236
+ display: -webkit-box;
209
237
  display: -ms-flexbox;
210
238
  display: flex;
211
239
  float: left;
@@ -213,6 +241,7 @@
213
241
  }
214
242
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
215
243
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
244
+ display: -webkit-inline-box;
216
245
  display: -ms-inline-flexbox;
217
246
  display: inline-flex;
218
247
  float: none;
@@ -235,8 +264,9 @@
235
264
  }
236
265
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
237
266
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
238
- -ms-flex-align: center;
239
- align-items: center;
267
+ -webkit-box-align: center;
268
+ -ms-flex-align: center;
269
+ align-items: center;
240
270
  display: inline;
241
271
  max-width: 100%;
242
272
  word-break: break-word;
@@ -245,12 +275,15 @@
245
275
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
246
276
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
247
277
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
248
- -ms-flex-align: center;
249
- align-items: center;
278
+ -webkit-box-align: center;
279
+ -ms-flex-align: center;
280
+ align-items: center;
250
281
  cursor: pointer;
251
282
  display: none;
252
- -ms-flex-direction: row;
253
- flex-direction: row;
283
+ -webkit-box-orient: horizontal;
284
+ -webkit-box-direction: normal;
285
+ -ms-flex-direction: row;
286
+ flex-direction: row;
254
287
  margin-top: -2em;
255
288
  outline: 0;
256
289
  padding: 0;
@@ -264,6 +297,7 @@
264
297
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
265
298
  .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
266
299
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
300
+ display: -webkit-box;
267
301
  display: -ms-flexbox;
268
302
  display: flex;
269
303
  }
@@ -339,8 +373,10 @@
339
373
  }
340
374
 
341
375
  .e-multi-select-wrapper .e-chips {
342
- -ms-flex-align: center;
343
- align-items: center;
376
+ -webkit-box-align: center;
377
+ -ms-flex-align: center;
378
+ align-items: center;
379
+ display: -webkit-inline-box;
344
380
  display: -ms-inline-flexbox;
345
381
  display: inline-flex;
346
382
  float: left;
@@ -383,6 +419,7 @@
383
419
  .e-multi-select-wrapper .e-chips-close {
384
420
  -ms-flex-item-align: center;
385
421
  align-self: center;
422
+ display: -webkit-box;
386
423
  display: -ms-flexbox;
387
424
  display: flex;
388
425
  float: right;
@@ -588,7 +625,9 @@
588
625
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
589
626
  -ms-flex-item-align: center;
590
627
  align-self: center;
591
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
628
+ -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
629
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
630
+ display: -webkit-inline-box;
592
631
  display: -ms-inline-flexbox;
593
632
  display: inline-flex;
594
633
  padding: 0 0 0 16px;
@@ -950,8 +989,9 @@ ejs-multiselect {
950
989
 
951
990
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
952
991
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
953
- -ms-flex-align: normal;
954
- align-items: normal;
992
+ -webkit-box-align: normal;
993
+ -ms-flex-align: normal;
994
+ align-items: normal;
955
995
  }
956
996
 
957
997
  .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
@@ -1014,7 +1054,10 @@ ejs-multiselect {
1014
1054
  .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1015
1055
  .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1016
1056
  .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1017
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1057
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1058
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
1059
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1060
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1018
1061
  height: 24px;
1019
1062
  }
1020
1063
 
@@ -1023,10 +1066,6 @@ ejs-multiselect {
1023
1066
  height: 32px;
1024
1067
  }
1025
1068
 
1026
- .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip {
1027
- height: 24px;
1028
- }
1029
-
1030
1069
  .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1031
1070
  .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1032
1071
  .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
@@ -1082,11 +1121,6 @@ ejs-multiselect {
1082
1121
  margin: 4px 0 0 4px;
1083
1122
  }
1084
1123
 
1085
- .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1086
- .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1087
- height: 24px;
1088
- }
1089
-
1090
1124
  .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1091
1125
  .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1092
1126
  .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
@@ -1191,7 +1225,8 @@ ejs-multiselect {
1191
1225
  }
1192
1226
 
1193
1227
  .e-multiselect {
1194
- box-sizing: border-box;
1228
+ -webkit-box-sizing: border-box;
1229
+ box-sizing: border-box;
1195
1230
  }
1196
1231
 
1197
1232
  /* stylelint-disable property-no-vendor-prefix */
@@ -1252,8 +1287,10 @@ ejs-multiselect {
1252
1287
  }
1253
1288
 
1254
1289
  .e-popup.e-multi-select-list-wrapper {
1255
- box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
1256
- box-sizing: content-box;
1290
+ -webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
1291
+ box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
1292
+ -webkit-box-sizing: content-box;
1293
+ box-sizing: content-box;
1257
1294
  overflow: initial;
1258
1295
  }
1259
1296
 
@@ -1278,7 +1315,8 @@ ejs-multiselect {
1278
1315
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child:not(.e-item-focus),
1279
1316
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child:not(.e-item-focus),
1280
1317
  .e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active.e-hover:not(.e-item-focus) {
1281
- box-shadow: none;
1318
+ -webkit-box-shadow: none;
1319
+ box-shadow: none;
1282
1320
  }
1283
1321
 
1284
1322
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
@@ -1303,7 +1341,8 @@ ejs-multiselect {
1303
1341
 
1304
1342
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
1305
1343
  background-color: #252423;
1306
- box-shadow: none;
1344
+ -webkit-box-shadow: none;
1345
+ box-shadow: none;
1307
1346
  }
1308
1347
 
1309
1348
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
@@ -1327,7 +1366,8 @@ ejs-multiselect {
1327
1366
 
1328
1367
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
1329
1368
  background-color: #292827;
1330
- box-shadow: none;
1369
+ -webkit-box-shadow: none;
1370
+ box-shadow: none;
1331
1371
  color: #f3f2f1;
1332
1372
  border: 0 solid transparent;
1333
1373
  }