@syncfusion/ej2-splitbuttons 25.2.4 → 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 (177) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +30 -45
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -1
  14. package/src/progress-button/progress-button.js +3 -3
  15. package/src/split-button/split-button.js +2 -1
  16. package/styles/bootstrap-dark.css +263 -97
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +263 -97
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +227 -80
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +227 -174
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +227 -174
  25. package/styles/bootstrap5.scss +14 -4
  26. package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
  27. package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
  28. package/styles/button-group/_fabric-dark-definition.scss +0 -2
  29. package/styles/button-group/_fluent2-definition.scss +31 -0
  30. package/styles/button-group/_group-button-mixin.scss +21 -0
  31. package/styles/button-group/_highcontrast-light-definition.scss +0 -2
  32. package/styles/button-group/_layout.scss +5 -13
  33. package/styles/button-group/_material-dark-definition.scss +0 -2
  34. package/styles/button-group/_theme.scss +30 -84
  35. package/styles/button-group/bootstrap-dark.css +93 -57
  36. package/styles/button-group/bootstrap.css +93 -57
  37. package/styles/button-group/bootstrap4.css +69 -46
  38. package/styles/button-group/bootstrap5-dark.css +69 -46
  39. package/styles/button-group/bootstrap5.css +69 -46
  40. package/styles/button-group/fabric-dark.css +93 -57
  41. package/styles/button-group/fabric.css +98 -62
  42. package/styles/button-group/fluent-dark.css +109 -65
  43. package/styles/button-group/fluent.css +109 -65
  44. package/styles/button-group/fluent2.css +1849 -0
  45. package/styles/button-group/fluent2.scss +4 -0
  46. package/styles/button-group/highcontrast-light.css +93 -57
  47. package/styles/button-group/highcontrast.css +93 -57
  48. package/styles/button-group/material-dark.css +107 -64
  49. package/styles/button-group/material.css +109 -65
  50. package/styles/button-group/material3-dark.css +151 -77
  51. package/styles/button-group/material3.css +151 -77
  52. package/styles/button-group/tailwind-dark.css +91 -57
  53. package/styles/button-group/tailwind.css +91 -57
  54. package/styles/drop-down-button/_bds-definition.scss +5 -5
  55. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
  56. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  57. package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
  58. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
  59. package/styles/drop-down-button/_fluent-definition.scss +0 -1
  60. package/styles/drop-down-button/_fluent2-definition.scss +48 -0
  61. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  62. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
  63. package/styles/drop-down-button/_layout.scss +51 -6
  64. package/styles/drop-down-button/_material-dark-definition.scss +0 -3
  65. package/styles/drop-down-button/_material3-definition.scss +0 -1
  66. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  67. package/styles/drop-down-button/_theme.scss +8 -8
  68. package/styles/drop-down-button/bootstrap-dark.css +27 -14
  69. package/styles/drop-down-button/bootstrap.css +27 -14
  70. package/styles/drop-down-button/bootstrap4.css +23 -12
  71. package/styles/drop-down-button/bootstrap5-dark.css +23 -12
  72. package/styles/drop-down-button/bootstrap5.css +23 -12
  73. package/styles/drop-down-button/fabric-dark.css +27 -14
  74. package/styles/drop-down-button/fabric.css +27 -14
  75. package/styles/drop-down-button/fluent-dark.css +27 -14
  76. package/styles/drop-down-button/fluent.css +27 -14
  77. package/styles/drop-down-button/fluent2.css +1308 -0
  78. package/styles/drop-down-button/fluent2.scss +6 -0
  79. package/styles/drop-down-button/highcontrast-light.css +27 -14
  80. package/styles/drop-down-button/highcontrast.css +27 -14
  81. package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
  82. package/styles/drop-down-button/icons/_fluent2.scss +10 -0
  83. package/styles/drop-down-button/material-dark.css +27 -14
  84. package/styles/drop-down-button/material.css +27 -14
  85. package/styles/drop-down-button/material3-dark.css +33 -17
  86. package/styles/drop-down-button/material3.css +33 -17
  87. package/styles/drop-down-button/tailwind-dark.css +27 -14
  88. package/styles/drop-down-button/tailwind.css +27 -14
  89. package/styles/fabric-dark.css +263 -97
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +268 -102
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +271 -102
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +271 -102
  96. package/styles/fluent.scss +14 -4
  97. package/styles/fluent2.css +3072 -0
  98. package/styles/fluent2.scss +14 -0
  99. package/styles/highcontrast-light.css +263 -97
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +263 -97
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +277 -104
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +279 -105
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +357 -134
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +353 -132
  110. package/styles/material3.scss +14 -4
  111. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
  112. package/styles/progress-button/_bootstrap5-definition.scss +0 -1
  113. package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
  114. package/styles/progress-button/_fabric-dark-definition.scss +0 -3
  115. package/styles/progress-button/_fluent-definition.scss +0 -1
  116. package/styles/progress-button/_fluent2-definition.scss +26 -0
  117. package/styles/progress-button/_fusionnew-definition.scss +0 -1
  118. package/styles/progress-button/_layout.scss +0 -2
  119. package/styles/progress-button/_material-dark-definition.scss +0 -3
  120. package/styles/progress-button/_material3-definition.scss +0 -1
  121. package/styles/progress-button/_tailwind-definition.scss +0 -1
  122. package/styles/progress-button/_theme.scss +115 -50
  123. package/styles/progress-button/bootstrap-dark.css +118 -13
  124. package/styles/progress-button/bootstrap.css +118 -13
  125. package/styles/progress-button/bootstrap4.css +118 -13
  126. package/styles/progress-button/bootstrap5-dark.css +118 -106
  127. package/styles/progress-button/bootstrap5.css +118 -106
  128. package/styles/progress-button/fabric-dark.css +118 -13
  129. package/styles/progress-button/fabric.css +118 -13
  130. package/styles/progress-button/fluent-dark.css +118 -13
  131. package/styles/progress-button/fluent.css +118 -13
  132. package/styles/progress-button/fluent2.css +1636 -0
  133. package/styles/progress-button/fluent2.scss +5 -0
  134. package/styles/progress-button/highcontrast-light.css +118 -13
  135. package/styles/progress-button/highcontrast.css +118 -13
  136. package/styles/progress-button/material-dark.css +118 -13
  137. package/styles/progress-button/material.css +118 -13
  138. package/styles/progress-button/material3-dark.css +119 -14
  139. package/styles/progress-button/material3.css +119 -14
  140. package/styles/progress-button/tailwind-dark.css +118 -13
  141. package/styles/progress-button/tailwind.css +118 -13
  142. package/styles/split-button/_bds-definition.scss +0 -1
  143. package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
  144. package/styles/split-button/_bootstrap4-definition.scss +0 -3
  145. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  146. package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
  147. package/styles/split-button/_fabric-dark-definition.scss +0 -3
  148. package/styles/split-button/_fluent-definition.scss +0 -1
  149. package/styles/split-button/_fluent2-definition.scss +23 -0
  150. package/styles/split-button/_fusionnew-definition.scss +0 -1
  151. package/styles/split-button/_highcontrast-light-definition.scss +0 -3
  152. package/styles/split-button/_layout.scss +16 -4
  153. package/styles/split-button/_theme.scss +0 -2
  154. package/styles/split-button/bootstrap-dark.css +25 -13
  155. package/styles/split-button/bootstrap.css +25 -13
  156. package/styles/split-button/bootstrap4.css +17 -9
  157. package/styles/split-button/bootstrap5-dark.css +17 -9
  158. package/styles/split-button/bootstrap5.css +17 -9
  159. package/styles/split-button/fabric-dark.css +25 -13
  160. package/styles/split-button/fabric.css +25 -13
  161. package/styles/split-button/fluent-dark.css +17 -9
  162. package/styles/split-button/fluent.css +17 -9
  163. package/styles/split-button/fluent2.css +1379 -0
  164. package/styles/split-button/fluent2.scss +6 -0
  165. package/styles/split-button/highcontrast-light.css +25 -13
  166. package/styles/split-button/highcontrast.css +25 -13
  167. package/styles/split-button/material-dark.css +25 -13
  168. package/styles/split-button/material.css +25 -13
  169. package/styles/split-button/material3-dark.css +57 -28
  170. package/styles/split-button/material3.css +53 -26
  171. package/styles/split-button/tailwind-dark.css +25 -13
  172. package/styles/split-button/tailwind.css +25 -13
  173. package/styles/tailwind-dark.css +261 -98
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +261 -98
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -373
@@ -3,24 +3,27 @@
3
3
  content: "\e969";
4
4
  }
5
5
 
6
- /*! drop-down button layout */
7
6
  .e-dropdown-btn,
8
7
  .e-dropdown-btn.e-btn {
9
- box-shadow: none;
8
+ -webkit-box-shadow: none;
9
+ box-shadow: none;
10
10
  text-transform: none;
11
11
  white-space: normal;
12
12
  }
13
13
  .e-dropdown-btn:hover,
14
14
  .e-dropdown-btn.e-btn:hover {
15
- box-shadow: none;
15
+ -webkit-box-shadow: none;
16
+ box-shadow: none;
16
17
  }
17
18
  .e-dropdown-btn:focus,
18
19
  .e-dropdown-btn.e-btn:focus {
19
- box-shadow: none;
20
+ -webkit-box-shadow: none;
21
+ box-shadow: none;
20
22
  }
21
23
  .e-dropdown-btn:active,
22
24
  .e-dropdown-btn.e-btn:active {
23
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
25
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
26
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
24
27
  }
25
28
  .e-dropdown-btn .e-btn-icon,
26
29
  .e-dropdown-btn.e-btn .e-btn-icon {
@@ -52,7 +55,6 @@
52
55
  line-height: 1;
53
56
  padding: 12px 12px;
54
57
  }
55
-
56
58
  .e-bigger .e-dropdown-btn .e-btn-icon,
57
59
  .e-bigger.e-dropdown-btn .e-btn-icon {
58
60
  font-size: 16px;
@@ -78,8 +80,10 @@
78
80
  .e-dropdown-popup ul {
79
81
  border: none;
80
82
  border-radius: 0;
81
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
82
- box-sizing: border-box;
83
+ -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
84
+ box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
85
+ -webkit-box-sizing: border-box;
86
+ box-sizing: border-box;
83
87
  font-size: 14px;
84
88
  font-weight: normal;
85
89
  list-style-image: none;
@@ -90,18 +94,23 @@
90
94
  overflow: hidden;
91
95
  padding: 8px 0;
92
96
  -webkit-user-select: none;
97
+ -moz-user-select: none;
93
98
  -ms-user-select: none;
94
99
  user-select: none;
95
100
  white-space: nowrap;
96
101
  }
97
102
  .e-dropdown-popup ul .e-item {
98
103
  cursor: pointer;
104
+ display: -webkit-box;
99
105
  display: -ms-flexbox;
100
106
  display: flex;
101
107
  height: 36px;
102
108
  line-height: 36px;
103
109
  padding: 0 16px;
104
110
  }
111
+ .e-dropdown-popup ul .e-item.e-separator {
112
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
113
+ }
105
114
  .e-dropdown-popup ul .e-item.e-url {
106
115
  padding: 0;
107
116
  }
@@ -134,7 +143,8 @@
134
143
  }
135
144
  .e-dropdown-popup.e-transparent {
136
145
  background: transparent;
137
- box-shadow: none;
146
+ -webkit-box-shadow: none;
147
+ box-shadow: none;
138
148
  }
139
149
  .e-dropdown-popup.e-transparent .e-dropdown-menu {
140
150
  border: 0;
@@ -152,7 +162,8 @@
152
162
 
153
163
  *.e-bigger .e-dropdown-popup ul,
154
164
  *.e-bigger.e-dropdown-popup ul {
155
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
165
+ -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
166
+ box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
156
167
  font-size: 15px;
157
168
  max-width: 280px;
158
169
  min-width: 112px;
@@ -179,7 +190,6 @@
179
190
  line-height: normal;
180
191
  }
181
192
 
182
- /*! drop-down button theme */
183
193
  .e-dropdown-popup {
184
194
  background: #424242;
185
195
  color: #fff;
@@ -192,7 +202,8 @@
192
202
  }
193
203
  .e-dropdown-popup ul .e-item.e-focused {
194
204
  background: rgba(255, 255, 255, 0.1);
195
- box-shadow: none;
205
+ -webkit-box-shadow: none;
206
+ box-shadow: none;
196
207
  }
197
208
  .e-dropdown-popup ul .e-item:hover {
198
209
  background: rgba(255, 255, 255, 0.1);
@@ -216,7 +227,8 @@
216
227
  .e-dropdown-btn.e-btn.e-inherit {
217
228
  background: inherit;
218
229
  border-color: transparent;
219
- box-shadow: none;
230
+ -webkit-box-shadow: none;
231
+ box-shadow: none;
220
232
  color: inherit;
221
233
  }
222
234
  .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
@@ -226,15 +238,18 @@
226
238
  .e-dropdown-btn.e-btn.e-inherit.e-active {
227
239
  background: rgba(0, 0, 0, 0.056);
228
240
  border-color: transparent;
229
- box-shadow: none;
241
+ -webkit-box-shadow: none;
242
+ box-shadow: none;
230
243
  color: inherit;
231
244
  }
232
245
 
233
- /*! splitbutton layout */
234
246
  .e-split-btn-wrapper {
247
+ display: -webkit-inline-box;
235
248
  display: -ms-inline-flexbox;
236
249
  display: inline-flex;
237
250
  white-space: nowrap;
251
+ width: -webkit-min-content;
252
+ width: -moz-min-content;
238
253
  width: min-content;
239
254
  }
240
255
  .e-split-btn-wrapper .e-split-btn {
@@ -249,13 +264,16 @@
249
264
  outline-offset: 0;
250
265
  }
251
266
  .e-split-btn-wrapper .e-split-btn:hover {
252
- box-shadow: none;
267
+ -webkit-box-shadow: none;
268
+ box-shadow: none;
253
269
  }
254
270
  .e-split-btn-wrapper .e-split-btn:focus {
255
- box-shadow: none;
271
+ -webkit-box-shadow: none;
272
+ box-shadow: none;
256
273
  }
257
274
  .e-split-btn-wrapper .e-split-btn:active {
258
- box-shadow: none;
275
+ -webkit-box-shadow: none;
276
+ box-shadow: none;
259
277
  z-index: 0;
260
278
  }
261
279
  .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
@@ -287,10 +305,12 @@
287
305
  padding-right: 4px;
288
306
  }
289
307
  .e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
290
- box-shadow: none;
308
+ -webkit-box-shadow: none;
309
+ box-shadow: none;
291
310
  }
292
311
  .e-split-btn-wrapper .e-dropdown-btn:active {
293
- box-shadow: none;
312
+ -webkit-box-shadow: none;
313
+ box-shadow: none;
294
314
  z-index: 0;
295
315
  }
296
316
  .e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
@@ -300,22 +320,28 @@
300
320
  outline-offset: 0;
301
321
  }
302
322
  .e-split-btn-wrapper .e-btn {
303
- box-shadow: none;
323
+ -webkit-box-shadow: none;
324
+ box-shadow: none;
304
325
  }
305
326
  .e-split-btn-wrapper .e-btn:hover {
306
- box-shadow: none;
327
+ -webkit-box-shadow: none;
328
+ box-shadow: none;
307
329
  }
308
330
  .e-split-btn-wrapper .e-btn:focus {
309
- box-shadow: none;
331
+ -webkit-box-shadow: none;
332
+ box-shadow: none;
310
333
  }
311
334
  .e-split-btn-wrapper .e-btn:active {
312
- box-shadow: none;
335
+ -webkit-box-shadow: none;
336
+ box-shadow: none;
313
337
  }
314
338
  .e-split-btn-wrapper .e-btn:disabled {
315
- box-shadow: none;
339
+ -webkit-box-shadow: none;
340
+ box-shadow: none;
316
341
  }
317
342
  .e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
318
- box-shadow: none;
343
+ -webkit-box-shadow: none;
344
+ box-shadow: none;
319
345
  }
320
346
  .e-split-btn-wrapper.e-rtl .e-split-btn {
321
347
  border-bottom-left-radius: 0;
@@ -462,7 +488,6 @@
462
488
  padding-top: 0;
463
489
  }
464
490
 
465
- /*! splitbutton theme */
466
491
  .e-split-btn-wrapper .e-split-btn {
467
492
  border-right-color: transparent;
468
493
  }
@@ -564,11 +589,14 @@
564
589
  /* stylelint-disable */
565
590
  *.e-btn-group,
566
591
  *.e-css.e-btn-group {
592
+ display: -webkit-inline-box;
567
593
  display: -ms-inline-flexbox;
568
594
  display: inline-flex;
569
595
  border-radius: 2px;
570
- -ms-flex-direction: row;
571
- flex-direction: row;
596
+ -webkit-box-orient: horizontal;
597
+ -webkit-box-direction: normal;
598
+ -ms-flex-direction: row;
599
+ flex-direction: row;
572
600
  position: relative;
573
601
  }
574
602
  *.e-btn-group input + label.e-btn,
@@ -603,8 +631,9 @@
603
631
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
604
632
  border-radius: 0;
605
633
  }
606
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
607
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
634
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
635
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
636
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
608
637
  border-bottom-right-radius: 0;
609
638
  border-top-right-radius: 0;
610
639
  }
@@ -613,11 +642,6 @@
613
642
  border-bottom-left-radius: 0;
614
643
  border-top-left-radius: 0;
615
644
  }
616
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
617
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
618
- border-bottom-right-radius: 0;
619
- border-top-right-radius: 0;
620
- }
621
645
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
622
646
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
623
647
  border-bottom-left-radius: 0;
@@ -651,8 +675,9 @@
651
675
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
652
676
  border-radius: 0;
653
677
  }
654
- *.e-btn-group.e-rtl .e-btn:first-of-type,
655
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
678
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
679
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
680
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
656
681
  border-bottom-left-radius: 0;
657
682
  border-top-left-radius: 0;
658
683
  }
@@ -661,11 +686,6 @@
661
686
  border-bottom-right-radius: 0;
662
687
  border-top-right-radius: 0;
663
688
  }
664
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
665
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
666
- border-bottom-left-radius: 0;
667
- border-top-left-radius: 0;
668
- }
669
689
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
670
690
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
671
691
  border-bottom-right-radius: 0;
@@ -693,8 +713,10 @@
693
713
  }
694
714
  *.e-btn-group.e-vertical,
695
715
  *.e-css.e-btn-group.e-vertical {
696
- -ms-flex-direction: column;
697
- flex-direction: column;
716
+ -webkit-box-orient: vertical;
717
+ -webkit-box-direction: normal;
718
+ -ms-flex-direction: column;
719
+ flex-direction: column;
698
720
  }
699
721
  *.e-btn-group.e-vertical input,
700
722
  *.e-css.e-btn-group.e-vertical input {
@@ -801,11 +823,13 @@
801
823
  /* stylelint-disable */
802
824
  .e-btn-group:not(.e-outline),
803
825
  .e-css.e-btn-group:not(.e-outline) {
804
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
826
+ -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
827
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
805
828
  }
806
829
  .e-btn-group .e-btn:hover,
807
830
  .e-css.e-btn-group .e-btn:hover {
808
- box-shadow: none;
831
+ -webkit-box-shadow: none;
832
+ box-shadow: none;
809
833
  }
810
834
  .e-btn-group .e-btn:focus,
811
835
  .e-btn-group input:focus-visible + label.e-btn,
@@ -818,8 +842,10 @@
818
842
  color: #fff;
819
843
  outline: #616161 0 solid;
820
844
  outline-offset: 0;
821
- box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
822
- box-shadow: none;
845
+ -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
846
+ box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
847
+ -webkit-box-shadow: none;
848
+ box-shadow: none;
823
849
  outline-color: inherit;
824
850
  }
825
851
  .e-btn-group .e-btn:focus.e-primary,
@@ -832,8 +858,10 @@
832
858
  border-color: transparent;
833
859
  color: #000;
834
860
  outline: #616161 0 solid;
835
- box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
836
- box-shadow: none;
861
+ -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
862
+ box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
863
+ -webkit-box-shadow: none;
864
+ box-shadow: none;
837
865
  outline-color: inherit;
838
866
  }
839
867
  .e-btn-group .e-btn:focus.e-success,
@@ -845,8 +873,10 @@
845
873
  background: #77c27a;
846
874
  border-color: transparent;
847
875
  color: #fff;
848
- box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
849
- box-shadow: none;
876
+ -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
877
+ box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
878
+ -webkit-box-shadow: none;
879
+ box-shadow: none;
850
880
  outline-color: inherit;
851
881
  }
852
882
  .e-btn-group .e-btn:focus.e-info,
@@ -858,8 +888,10 @@
858
888
  background: #3fbef7;
859
889
  border-color: transparent;
860
890
  color: #fff;
861
- box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
862
- box-shadow: none;
891
+ -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
892
+ box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
893
+ -webkit-box-shadow: none;
894
+ box-shadow: none;
863
895
  outline-color: inherit;
864
896
  }
865
897
  .e-btn-group .e-btn:focus.e-warning,
@@ -871,8 +903,10 @@
871
903
  background: #ffb13d;
872
904
  border-color: transparent;
873
905
  color: #fff;
874
- box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
875
- box-shadow: none;
906
+ -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
907
+ box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
908
+ -webkit-box-shadow: none;
909
+ box-shadow: none;
876
910
  outline-color: inherit;
877
911
  }
878
912
  .e-btn-group .e-btn:focus.e-danger,
@@ -884,8 +918,10 @@
884
918
  background: #ff8b7c;
885
919
  border-color: transparent;
886
920
  color: #fff;
887
- box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
888
- box-shadow: none;
921
+ -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
922
+ box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
923
+ -webkit-box-shadow: none;
924
+ box-shadow: none;
889
925
  outline-color: inherit;
890
926
  }
891
927
  .e-btn-group .e-btn:focus.e-link,
@@ -899,7 +935,8 @@
899
935
  color: #20b0e9;
900
936
  background-color: transparent;
901
937
  border-color: transparent;
902
- box-shadow: none;
938
+ -webkit-box-shadow: none;
939
+ box-shadow: none;
903
940
  outline: none;
904
941
  }
905
942
  .e-btn-group .e-btn:focus.e-outline,
@@ -908,8 +945,10 @@
908
945
  .e-css.e-btn-group .e-btn:focus.e-outline,
909
946
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
910
947
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
911
- box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
912
- box-shadow: none;
948
+ -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
949
+ box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
950
+ -webkit-box-shadow: none;
951
+ box-shadow: none;
913
952
  }
914
953
  .e-btn-group .e-btn:focus.e-outline.e-primary,
915
954
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -917,7 +956,8 @@
917
956
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
918
957
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
919
958
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
920
- box-shadow: none;
959
+ -webkit-box-shadow: none;
960
+ box-shadow: none;
921
961
  }
922
962
  .e-btn-group .e-btn:focus.e-outline.e-success,
923
963
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -925,7 +965,8 @@
925
965
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
926
966
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
927
967
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
928
- box-shadow: none;
968
+ -webkit-box-shadow: none;
969
+ box-shadow: none;
929
970
  }
930
971
  .e-btn-group .e-btn:focus.e-outline.e-info,
931
972
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -933,7 +974,8 @@
933
974
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
934
975
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
935
976
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
936
- box-shadow: none;
977
+ -webkit-box-shadow: none;
978
+ box-shadow: none;
937
979
  }
938
980
  .e-btn-group .e-btn:focus.e-outline.e-warning,
939
981
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -941,7 +983,8 @@
941
983
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
942
984
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
943
985
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
944
- box-shadow: none;
986
+ -webkit-box-shadow: none;
987
+ box-shadow: none;
945
988
  }
946
989
  .e-btn-group .e-btn:focus.e-outline.e-danger,
947
990
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -949,7 +992,8 @@
949
992
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
950
993
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
951
994
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
952
- box-shadow: none;
995
+ -webkit-box-shadow: none;
996
+ box-shadow: none;
953
997
  }
954
998
  .e-btn-group .e-btn:active,
955
999
  .e-btn-group input:active + label.e-btn,
@@ -973,7 +1017,8 @@
973
1017
  border-color: transparent;
974
1018
  color: #000;
975
1019
  outline: #616161 0 solid;
976
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1020
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1021
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
977
1022
  }
978
1023
  .e-btn-group .e-btn:active.e-success,
979
1024
  .e-btn-group input:active + label.e-btn.e-success,
@@ -984,7 +1029,8 @@
984
1029
  background: #85c988;
985
1030
  border-color: transparent;
986
1031
  color: #fff;
987
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1032
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1033
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
988
1034
  }
989
1035
  .e-btn-group .e-btn:active.e-info,
990
1036
  .e-btn-group input:active + label.e-btn.e-info,
@@ -995,7 +1041,8 @@
995
1041
  background: #54c5f8;
996
1042
  color: #fff;
997
1043
  border-color: transparent;
998
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1044
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1045
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
999
1046
  }
1000
1047
  .e-btn-group .e-btn:active.e-warning,
1001
1048
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -1006,7 +1053,8 @@
1006
1053
  background: #ffb952;
1007
1054
  border-color: transparent;
1008
1055
  color: #fff;
1009
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1056
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1057
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1010
1058
  }
1011
1059
  .e-btn-group .e-btn:active.e-danger,
1012
1060
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1017,7 +1065,8 @@
1017
1065
  background: #ff9789;
1018
1066
  border-color: transparent;
1019
1067
  color: #fff;
1020
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1068
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1069
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
1021
1070
  }
1022
1071
  .e-btn-group .e-btn:active.e-outline,
1023
1072
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1027,7 +1076,8 @@
1027
1076
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1028
1077
  background: rgba(255, 255, 255, 0.24);
1029
1078
  border-color: #616161;
1030
- box-shadow: none;
1079
+ -webkit-box-shadow: none;
1080
+ box-shadow: none;
1031
1081
  color: #fff;
1032
1082
  }
1033
1083
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1038,7 +1088,8 @@
1038
1088
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1039
1089
  background: #0078ad;
1040
1090
  border-color: transparent;
1041
- box-shadow: none;
1091
+ -webkit-box-shadow: none;
1092
+ box-shadow: none;
1042
1093
  color: #000;
1043
1094
  }
1044
1095
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1049,7 +1100,8 @@
1049
1100
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1050
1101
  background: #85c988;
1051
1102
  border-color: transparent;
1052
- box-shadow: none;
1103
+ -webkit-box-shadow: none;
1104
+ box-shadow: none;
1053
1105
  color: #fff;
1054
1106
  }
1055
1107
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1060,7 +1112,8 @@
1060
1112
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1061
1113
  background: #54c5f8;
1062
1114
  border-color: transparent;
1063
- box-shadow: none;
1115
+ -webkit-box-shadow: none;
1116
+ box-shadow: none;
1064
1117
  color: #fff;
1065
1118
  }
1066
1119
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1071,7 +1124,8 @@
1071
1124
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1072
1125
  background: #ffb952;
1073
1126
  border-color: transparent;
1074
- box-shadow: none;
1127
+ -webkit-box-shadow: none;
1128
+ box-shadow: none;
1075
1129
  color: #fff;
1076
1130
  }
1077
1131
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1082,7 +1136,8 @@
1082
1136
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1083
1137
  background: #ff9789;
1084
1138
  border-color: transparent;
1085
- box-shadow: none;
1139
+ -webkit-box-shadow: none;
1140
+ box-shadow: none;
1086
1141
  color: #fff;
1087
1142
  }
1088
1143
  .e-btn-group .e-btn:disabled,
@@ -1091,7 +1146,8 @@
1091
1146
  .e-css.e-btn-group input:disabled + label.e-btn {
1092
1147
  background-color: rgba(255, 255, 255, 0.1);
1093
1148
  border-color: transparent;
1094
- box-shadow: none;
1149
+ -webkit-box-shadow: none;
1150
+ box-shadow: none;
1095
1151
  color: rgba(255, 255, 255, 0.3);
1096
1152
  border-color: transparent;
1097
1153
  }
@@ -1101,7 +1157,8 @@
1101
1157
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1102
1158
  background: rgba(255, 255, 255, 0.1);
1103
1159
  border-color: transparent;
1104
- box-shadow: none;
1160
+ -webkit-box-shadow: none;
1161
+ box-shadow: none;
1105
1162
  color: rgba(255, 255, 255, 0.3);
1106
1163
  border-color: transparent;
1107
1164
  }
@@ -1111,7 +1168,8 @@
1111
1168
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1112
1169
  background: rgba(255, 255, 255, 0.1);
1113
1170
  border-color: transparent;
1114
- box-shadow: none;
1171
+ -webkit-box-shadow: none;
1172
+ box-shadow: none;
1115
1173
  color: rgba(255, 255, 255, 0.3);
1116
1174
  border-color: transparent;
1117
1175
  }
@@ -1121,7 +1179,8 @@
1121
1179
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1122
1180
  background: rgba(255, 255, 255, 0.1);
1123
1181
  border-color: transparent;
1124
- box-shadow: none;
1182
+ -webkit-box-shadow: none;
1183
+ box-shadow: none;
1125
1184
  color: rgba(255, 255, 255, 0.3);
1126
1185
  border-color: transparent;
1127
1186
  }
@@ -1131,7 +1190,8 @@
1131
1190
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1132
1191
  background: rgba(255, 255, 255, 0.1);
1133
1192
  border-color: transparent;
1134
- box-shadow: none;
1193
+ -webkit-box-shadow: none;
1194
+ box-shadow: none;
1135
1195
  color: rgba(255, 255, 255, 0.3);
1136
1196
  border-color: transparent;
1137
1197
  }
@@ -1141,7 +1201,8 @@
1141
1201
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1142
1202
  background: rgba(255, 255, 255, 0.1);
1143
1203
  border-color: transparent;
1144
- box-shadow: none;
1204
+ -webkit-box-shadow: none;
1205
+ box-shadow: none;
1145
1206
  color: rgba(255, 255, 255, 0.3);
1146
1207
  border-color: transparent;
1147
1208
  }
@@ -1151,7 +1212,8 @@
1151
1212
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1152
1213
  color: rgba(255, 255, 255, 0.3);
1153
1214
  background: transparent;
1154
- box-shadow: none;
1215
+ -webkit-box-shadow: none;
1216
+ box-shadow: none;
1155
1217
  text-decoration: none;
1156
1218
  border-color: transparent;
1157
1219
  }
@@ -1161,7 +1223,8 @@
1161
1223
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1162
1224
  background: transparent;
1163
1225
  border-color: rgba(97, 97, 97, 0.3);
1164
- box-shadow: none;
1226
+ -webkit-box-shadow: none;
1227
+ box-shadow: none;
1165
1228
  color: rgba(255, 255, 255, 0.3);
1166
1229
  border-color: #616161;
1167
1230
  }
@@ -1171,7 +1234,8 @@
1171
1234
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1172
1235
  background: transparent;
1173
1236
  border-color: rgba(97, 97, 97, 0.3);
1174
- box-shadow: none;
1237
+ -webkit-box-shadow: none;
1238
+ box-shadow: none;
1175
1239
  color: rgba(255, 255, 255, 0.3);
1176
1240
  border-color: #00b0ff;
1177
1241
  }
@@ -1181,7 +1245,8 @@
1181
1245
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1182
1246
  background: transparent;
1183
1247
  border-color: rgba(97, 97, 97, 0.3);
1184
- box-shadow: none;
1248
+ -webkit-box-shadow: none;
1249
+ box-shadow: none;
1185
1250
  color: rgba(255, 255, 255, 0.3);
1186
1251
  border-color: #4caf50;
1187
1252
  }
@@ -1191,7 +1256,8 @@
1191
1256
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1192
1257
  background: transparent;
1193
1258
  border-color: rgba(97, 97, 97, 0.3);
1194
- box-shadow: none;
1259
+ -webkit-box-shadow: none;
1260
+ box-shadow: none;
1195
1261
  color: rgba(255, 255, 255, 0.3);
1196
1262
  border-color: #03a9f4;
1197
1263
  }
@@ -1201,7 +1267,8 @@
1201
1267
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1202
1268
  background: transparent;
1203
1269
  border-color: rgba(97, 97, 97, 0.3);
1204
- box-shadow: none;
1270
+ -webkit-box-shadow: none;
1271
+ box-shadow: none;
1205
1272
  color: rgba(255, 255, 255, 0.3);
1206
1273
  border-color: #ff9800;
1207
1274
  }
@@ -1211,7 +1278,8 @@
1211
1278
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1212
1279
  background: transparent;
1213
1280
  border-color: rgba(97, 97, 97, 0.3);
1214
- box-shadow: none;
1281
+ -webkit-box-shadow: none;
1282
+ box-shadow: none;
1215
1283
  color: rgba(255, 255, 255, 0.3);
1216
1284
  border-color: #ff6652;
1217
1285
  }
@@ -1340,23 +1408,46 @@
1340
1408
  }
1341
1409
 
1342
1410
  /* stylelint-disable property-no-vendor-prefix */
1411
+ @-webkit-keyframes material-spinner-rotate {
1412
+ 0% {
1413
+ -webkit-transform: rotate(0deg);
1414
+ transform: rotate(0deg);
1415
+ }
1416
+ 100% {
1417
+ -webkit-transform: rotate(360deg);
1418
+ transform: rotate(360deg);
1419
+ }
1420
+ }
1343
1421
  @keyframes material-spinner-rotate {
1344
1422
  0% {
1423
+ -webkit-transform: rotate(0deg);
1345
1424
  transform: rotate(0deg);
1346
1425
  }
1347
1426
  100% {
1427
+ -webkit-transform: rotate(360deg);
1428
+ transform: rotate(360deg);
1429
+ }
1430
+ }
1431
+ @-webkit-keyframes fabric-spinner-rotate {
1432
+ 0% {
1433
+ -webkit-transform: rotate(0deg);
1434
+ transform: rotate(0deg);
1435
+ }
1436
+ 100% {
1437
+ -webkit-transform: rotate(360deg);
1348
1438
  transform: rotate(360deg);
1349
1439
  }
1350
1440
  }
1351
1441
  @keyframes fabric-spinner-rotate {
1352
1442
  0% {
1443
+ -webkit-transform: rotate(0deg);
1353
1444
  transform: rotate(0deg);
1354
1445
  }
1355
1446
  100% {
1447
+ -webkit-transform: rotate(360deg);
1356
1448
  transform: rotate(360deg);
1357
1449
  }
1358
1450
  }
1359
- /*! Progress Button Layout */
1360
1451
  .e-progress-btn {
1361
1452
  position: relative;
1362
1453
  }
@@ -1366,9 +1457,11 @@
1366
1457
  opacity: 0;
1367
1458
  position: absolute;
1368
1459
  top: 0;
1460
+ -webkit-transition: opacity 0.3s linear;
1369
1461
  transition: opacity 0.3s linear;
1370
1462
  }
1371
1463
  .e-progress-btn .e-spinner {
1464
+ -webkit-transition: all 0.3s linear;
1372
1465
  transition: all 0.3s linear;
1373
1466
  }
1374
1467
  .e-progress-btn .e-btn-content {
@@ -1401,6 +1494,7 @@
1401
1494
  opacity: 0;
1402
1495
  }
1403
1496
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1497
+ -webkit-transition: padding 0.3s linear;
1404
1498
  transition: padding 0.3s linear;
1405
1499
  }
1406
1500
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1410,10 +1504,12 @@
1410
1504
  line-height: 1;
1411
1505
  }
1412
1506
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1507
+ display: -webkit-box;
1413
1508
  display: -ms-flexbox;
1414
1509
  display: flex;
1415
- -ms-flex-pack: center;
1416
- justify-content: center;
1510
+ -webkit-box-pack: center;
1511
+ -ms-flex-pack: center;
1512
+ justify-content: center;
1417
1513
  }
1418
1514
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1419
1515
  padding-right: 12px;
@@ -1499,21 +1595,35 @@
1499
1595
  left: auto;
1500
1596
  position: relative;
1501
1597
  top: auto;
1502
- transform: none;
1598
+ -webkit-transform: none;
1599
+ transform: none;
1503
1600
  }
1504
1601
  .e-progress-btn .e-cont-animate {
1505
- -ms-flex-align: center;
1506
- align-items: center;
1602
+ -webkit-box-align: center;
1603
+ -ms-flex-align: center;
1604
+ align-items: center;
1605
+ display: -webkit-inline-box;
1507
1606
  display: -ms-inline-flexbox;
1508
1607
  display: inline-flex;
1509
1608
  height: 100%;
1510
- -ms-flex-pack: center;
1511
- justify-content: center;
1609
+ -webkit-box-pack: center;
1610
+ -ms-flex-pack: center;
1611
+ justify-content: center;
1512
1612
  left: 0;
1513
1613
  position: absolute;
1514
1614
  top: 0;
1515
1615
  width: 100%;
1516
1616
  }
1617
+ @-webkit-keyframes ProgressSlideLeft {
1618
+ from {
1619
+ left: 0%;
1620
+ opacity: 1;
1621
+ }
1622
+ to {
1623
+ left: -100%;
1624
+ opacity: 0;
1625
+ }
1626
+ }
1517
1627
  @keyframes ProgressSlideLeft {
1518
1628
  from {
1519
1629
  left: 0%;
@@ -1524,6 +1634,16 @@
1524
1634
  opacity: 0;
1525
1635
  }
1526
1636
  }
1637
+ @-webkit-keyframes ProgressSlideRight {
1638
+ from {
1639
+ left: 0%;
1640
+ opacity: 1;
1641
+ }
1642
+ to {
1643
+ left: 100%;
1644
+ opacity: 0;
1645
+ }
1646
+ }
1527
1647
  @keyframes ProgressSlideRight {
1528
1648
  from {
1529
1649
  left: 0%;
@@ -1534,6 +1654,18 @@
1534
1654
  opacity: 0;
1535
1655
  }
1536
1656
  }
1657
+ @-webkit-keyframes ProgressSlideUp {
1658
+ from {
1659
+ height: auto;
1660
+ opacity: 1;
1661
+ top: 0;
1662
+ }
1663
+ to {
1664
+ height: auto;
1665
+ opacity: 0;
1666
+ top: -100px;
1667
+ }
1668
+ }
1537
1669
  @keyframes ProgressSlideUp {
1538
1670
  from {
1539
1671
  height: auto;
@@ -1546,6 +1678,18 @@
1546
1678
  top: -100px;
1547
1679
  }
1548
1680
  }
1681
+ @-webkit-keyframes ProgressSlideDown {
1682
+ from {
1683
+ height: auto;
1684
+ opacity: 1;
1685
+ top: 0;
1686
+ }
1687
+ to {
1688
+ height: auto;
1689
+ opacity: 0;
1690
+ top: 100px;
1691
+ }
1692
+ }
1549
1693
  @keyframes ProgressSlideDown {
1550
1694
  from {
1551
1695
  height: auto;
@@ -1558,22 +1702,48 @@
1558
1702
  top: 100px;
1559
1703
  }
1560
1704
  }
1705
+ @-webkit-keyframes ProgressZoomIn {
1706
+ from {
1707
+ opacity: 1;
1708
+ -webkit-transform: translate(0, 0) scale(1);
1709
+ transform: translate(0, 0) scale(1);
1710
+ }
1711
+ to {
1712
+ opacity: 0;
1713
+ -webkit-transform: translate(0, 0) scale(3);
1714
+ transform: translate(0, 0) scale(3);
1715
+ }
1716
+ }
1561
1717
  @keyframes ProgressZoomIn {
1562
1718
  from {
1563
1719
  opacity: 1;
1564
- transform: translate(0, 0) scale(1);
1720
+ -webkit-transform: translate(0, 0) scale(1);
1721
+ transform: translate(0, 0) scale(1);
1565
1722
  }
1566
1723
  to {
1567
1724
  opacity: 0;
1568
- transform: translate(0, 0) scale(3);
1725
+ -webkit-transform: translate(0, 0) scale(3);
1726
+ transform: translate(0, 0) scale(3);
1727
+ }
1728
+ }
1729
+ @-webkit-keyframes ProgressZoomOut {
1730
+ from {
1731
+ -webkit-transform: translate(0, 0) scale(1);
1732
+ transform: translate(0, 0) scale(1);
1733
+ }
1734
+ to {
1735
+ -webkit-transform: translate(0, 0) scale(0);
1736
+ transform: translate(0, 0) scale(0);
1569
1737
  }
1570
1738
  }
1571
1739
  @keyframes ProgressZoomOut {
1572
1740
  from {
1573
- transform: translate(0, 0) scale(1);
1741
+ -webkit-transform: translate(0, 0) scale(1);
1742
+ transform: translate(0, 0) scale(1);
1574
1743
  }
1575
1744
  to {
1576
- transform: translate(0, 0) scale(0);
1745
+ -webkit-transform: translate(0, 0) scale(0);
1746
+ transform: translate(0, 0) scale(0);
1577
1747
  }
1578
1748
  }
1579
1749
 
@@ -1780,7 +1950,10 @@
1780
1950
 
1781
1951
  *.e-primary .e-progress,
1782
1952
  *.e-success .e-progress,
1783
- *.e-danger .e-progress,
1953
+ *.e-danger .e-progress {
1954
+ background: rgba(0, 0, 0, 0.2);
1955
+ }
1956
+
1784
1957
  *.e-info .e-progress {
1785
1958
  background: rgba(0, 0, 0, 0.2);
1786
1959
  }