@syncfusion/ej2-splitbuttons 25.2.3 → 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 +302 -110
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +302 -110
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +266 -93
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +266 -187
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +266 -187
  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 +32 -85
  35. package/styles/button-group/bootstrap-dark.css +132 -70
  36. package/styles/button-group/bootstrap.css +132 -70
  37. package/styles/button-group/bootstrap4.css +108 -59
  38. package/styles/button-group/bootstrap5-dark.css +108 -59
  39. package/styles/button-group/bootstrap5.css +108 -59
  40. package/styles/button-group/fabric-dark.css +132 -70
  41. package/styles/button-group/fabric.css +137 -75
  42. package/styles/button-group/fluent-dark.css +148 -78
  43. package/styles/button-group/fluent.css +148 -78
  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 +132 -70
  47. package/styles/button-group/highcontrast.css +132 -70
  48. package/styles/button-group/material-dark.css +146 -77
  49. package/styles/button-group/material.css +148 -78
  50. package/styles/button-group/material3-dark.css +190 -90
  51. package/styles/button-group/material3.css +190 -90
  52. package/styles/button-group/tailwind-dark.css +130 -70
  53. package/styles/button-group/tailwind.css +130 -70
  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 +302 -110
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +307 -115
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +310 -115
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +310 -115
  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 +302 -110
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +302 -110
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +316 -117
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +318 -118
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +396 -147
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +392 -145
  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 +300 -111
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +300 -111
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -367
package/styles/fabric.css CHANGED
@@ -3,24 +3,27 @@
3
3
  content: "\e36a";
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: none;
25
+ -webkit-box-shadow: none;
26
+ box-shadow: none;
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: 8px 20px;
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: 1px solid #eaeaea;
80
82
  border-radius: 0;
81
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
82
- box-sizing: border-box;
83
+ -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
84
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
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: 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 10px;
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 0 10px 0 rgba(0, 0, 0, 0.2);
165
+ -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
166
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
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: #fff;
185
195
  color: #333;
@@ -192,7 +202,8 @@
192
202
  }
193
203
  .e-dropdown-popup ul .e-item.e-focused {
194
204
  background: transparent;
195
- box-shadow: 0 0 0 1px #767676 inset;
205
+ -webkit-box-shadow: 0 0 0 1px #767676 inset;
206
+ box-shadow: 0 0 0 1px #767676 inset;
196
207
  }
197
208
  .e-dropdown-popup ul .e-item:hover {
198
209
  background: #f4f4f4;
@@ -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: -4px;
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: 2;
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: 2;
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: -4px;
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
  }
@@ -561,11 +586,14 @@
561
586
  /* stylelint-disable */
562
587
  *.e-btn-group,
563
588
  *.e-css.e-btn-group {
589
+ display: -webkit-inline-box;
564
590
  display: -ms-inline-flexbox;
565
591
  display: inline-flex;
566
592
  border-radius: 0;
567
- -ms-flex-direction: row;
568
- flex-direction: row;
593
+ -webkit-box-orient: horizontal;
594
+ -webkit-box-direction: normal;
595
+ -ms-flex-direction: row;
596
+ flex-direction: row;
569
597
  position: relative;
570
598
  }
571
599
  *.e-btn-group input + label.e-btn,
@@ -600,8 +628,9 @@
600
628
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
601
629
  border-radius: 0;
602
630
  }
603
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
604
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
631
+ *.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),
632
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
633
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
605
634
  border-bottom-right-radius: 0;
606
635
  border-top-right-radius: 0;
607
636
  }
@@ -610,11 +639,6 @@
610
639
  border-bottom-left-radius: 0;
611
640
  border-top-left-radius: 0;
612
641
  }
613
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
614
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
615
- border-bottom-right-radius: 0;
616
- border-top-right-radius: 0;
617
- }
618
642
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
619
643
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
620
644
  border-bottom-left-radius: 0;
@@ -648,8 +672,9 @@
648
672
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
649
673
  border-radius: 0;
650
674
  }
651
- *.e-btn-group.e-rtl .e-btn:first-of-type,
652
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
675
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
676
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
677
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
653
678
  border-bottom-left-radius: 0;
654
679
  border-top-left-radius: 0;
655
680
  }
@@ -658,11 +683,6 @@
658
683
  border-bottom-right-radius: 0;
659
684
  border-top-right-radius: 0;
660
685
  }
661
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
662
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
663
- border-bottom-left-radius: 0;
664
- border-top-left-radius: 0;
665
- }
666
686
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
667
687
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
668
688
  border-bottom-right-radius: 0;
@@ -690,8 +710,10 @@
690
710
  }
691
711
  *.e-btn-group.e-vertical,
692
712
  *.e-css.e-btn-group.e-vertical {
693
- -ms-flex-direction: column;
694
- flex-direction: column;
713
+ -webkit-box-orient: vertical;
714
+ -webkit-box-direction: normal;
715
+ -ms-flex-direction: column;
716
+ flex-direction: column;
695
717
  }
696
718
  *.e-btn-group.e-vertical input,
697
719
  *.e-css.e-btn-group.e-vertical input {
@@ -798,135 +820,176 @@
798
820
  /* stylelint-disable */
799
821
  .e-btn-group:not(.e-outline),
800
822
  .e-css.e-btn-group:not(.e-outline) {
801
- box-shadow: none;
823
+ -webkit-box-shadow: none;
824
+ box-shadow: none;
802
825
  }
803
826
  .e-btn-group .e-btn:hover,
804
827
  .e-css.e-btn-group .e-btn:hover {
805
- box-shadow: none;
828
+ -webkit-box-shadow: none;
829
+ box-shadow: none;
806
830
  }
807
831
  .e-btn-group .e-btn:focus,
808
832
  .e-btn-group input:focus-visible + label.e-btn,
833
+ .e-btn-group input:focus + label.e-btn,
809
834
  .e-css.e-btn-group .e-btn:focus,
810
- .e-css.e-btn-group input:focus-visible + label.e-btn {
835
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
836
+ .e-css.e-btn-group input:focus + label.e-btn {
811
837
  background: #f4f4f4;
812
838
  border-color: #eaeaea;
813
839
  color: #333;
814
840
  outline: #767676 1px solid;
815
841
  outline-offset: 0;
816
- box-shadow: none;
842
+ -webkit-box-shadow: none;
843
+ box-shadow: none;
817
844
  box-shadow: none;
818
845
  outline-color: #767676;
819
846
  outline-offset: -2px;
820
847
  }
821
848
  .e-btn-group .e-btn:focus.e-primary,
822
849
  .e-btn-group input:focus-visible + label.e-btn.e-primary,
850
+ .e-btn-group input:focus + label.e-btn.e-primary,
823
851
  .e-css.e-btn-group .e-btn:focus.e-primary,
824
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary {
852
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
853
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
825
854
  background: #0078d6;
826
855
  border-color: #fff;
827
856
  color: #fff;
828
857
  outline: #767676 1px solid;
858
+ -webkit-box-shadow: none;
859
+ box-shadow: none;
829
860
  box-shadow: none;
830
- box-shadow: none;
831
- outline-color: #fff;
832
861
  border-color: transparent;
862
+ outline-color: #fff;
833
863
  }
834
864
  .e-btn-group .e-btn:focus.e-success,
835
865
  .e-btn-group input:focus-visible + label.e-btn.e-success,
866
+ .e-btn-group input:focus + label.e-btn.e-success,
836
867
  .e-css.e-btn-group .e-btn:focus.e-success,
837
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-success {
868
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
869
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
838
870
  background: #137c10;
839
871
  border-color: #fff;
840
872
  color: #fff;
873
+ -webkit-box-shadow: none;
874
+ box-shadow: none;
841
875
  box-shadow: none;
842
- box-shadow: none;
843
- outline-color: #fff;
844
876
  border-color: transparent;
877
+ outline-color: #fff;
845
878
  }
846
879
  .e-btn-group .e-btn:focus.e-info,
847
880
  .e-btn-group input:focus-visible + label.e-btn.e-info,
881
+ .e-btn-group input:focus + label.e-btn.e-info,
848
882
  .e-css.e-btn-group .e-btn:focus.e-info,
849
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-info {
883
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
884
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
850
885
  background: #0378d5;
851
886
  border-color: #fff;
852
887
  color: #fff;
888
+ -webkit-box-shadow: none;
889
+ box-shadow: none;
853
890
  box-shadow: none;
854
- box-shadow: none;
855
- outline-color: #fff;
856
891
  border-color: transparent;
892
+ outline-color: #fff;
857
893
  }
858
894
  .e-btn-group .e-btn:focus.e-warning,
859
895
  .e-btn-group input:focus-visible + label.e-btn.e-warning,
896
+ .e-btn-group input:focus + label.e-btn.e-warning,
860
897
  .e-css.e-btn-group .e-btn:focus.e-warning,
861
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning {
898
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
899
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
862
900
  background: #d83b01;
863
901
  border-color: #fff;
864
902
  color: #fff;
903
+ -webkit-box-shadow: none;
904
+ box-shadow: none;
865
905
  box-shadow: none;
866
- box-shadow: none;
867
- outline-color: #fff;
868
906
  border-color: transparent;
907
+ outline-color: #fff;
869
908
  }
870
909
  .e-btn-group .e-btn:focus.e-danger,
871
910
  .e-btn-group input:focus-visible + label.e-btn.e-danger,
911
+ .e-btn-group input:focus + label.e-btn.e-danger,
872
912
  .e-css.e-btn-group .e-btn:focus.e-danger,
873
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
913
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
914
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
874
915
  background: #a80000;
875
916
  border-color: #fff;
876
917
  color: #fff;
918
+ -webkit-box-shadow: none;
919
+ box-shadow: none;
877
920
  box-shadow: none;
878
- box-shadow: none;
879
- outline-color: #fff;
880
921
  border-color: transparent;
922
+ outline-color: #fff;
881
923
  }
882
924
  .e-btn-group .e-btn:focus.e-link,
883
925
  .e-btn-group input:focus-visible + label.e-btn.e-link,
926
+ .e-btn-group input:focus + label.e-btn.e-link,
884
927
  .e-css.e-btn-group .e-btn:focus.e-link,
885
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-link {
928
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
929
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
886
930
  border-radius: 0;
887
931
  text-decoration: underline;
888
932
  color: #0a3576;
889
933
  background-color: transparent;
890
934
  border-color: transparent;
891
- box-shadow: none;
935
+ -webkit-box-shadow: none;
936
+ box-shadow: none;
892
937
  outline: none;
893
938
  }
894
939
  .e-btn-group .e-btn:focus.e-outline,
895
940
  .e-btn-group input:focus-visible + label.e-btn.e-outline,
941
+ .e-btn-group input:focus + label.e-btn.e-outline,
896
942
  .e-css.e-btn-group .e-btn:focus.e-outline,
897
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
898
- box-shadow: none;
943
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
944
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
945
+ -webkit-box-shadow: none;
946
+ box-shadow: none;
899
947
  box-shadow: none;
900
948
  }
901
949
  .e-btn-group .e-btn:focus.e-outline.e-primary,
902
950
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
951
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
903
952
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
904
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary {
905
- box-shadow: none;
953
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
954
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
955
+ -webkit-box-shadow: none;
956
+ box-shadow: none;
906
957
  }
907
958
  .e-btn-group .e-btn:focus.e-outline.e-success,
908
959
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
960
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
909
961
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
910
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success {
911
- box-shadow: none;
962
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
963
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
964
+ -webkit-box-shadow: none;
965
+ box-shadow: none;
912
966
  }
913
967
  .e-btn-group .e-btn:focus.e-outline.e-info,
914
968
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
969
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
915
970
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
916
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info {
917
- box-shadow: none;
971
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
972
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
973
+ -webkit-box-shadow: none;
974
+ box-shadow: none;
918
975
  }
919
976
  .e-btn-group .e-btn:focus.e-outline.e-warning,
920
977
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
978
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
921
979
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
922
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning {
923
- box-shadow: none;
980
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
981
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
982
+ -webkit-box-shadow: none;
983
+ box-shadow: none;
924
984
  }
925
985
  .e-btn-group .e-btn:focus.e-outline.e-danger,
926
986
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
987
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
927
988
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
928
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
929
- box-shadow: none;
989
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
990
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
991
+ -webkit-box-shadow: none;
992
+ box-shadow: none;
930
993
  }
931
994
  .e-btn-group .e-btn:active,
932
995
  .e-btn-group input:active + label.e-btn,
@@ -950,7 +1013,8 @@
950
1013
  border-color: #005ba3;
951
1014
  color: #fff;
952
1015
  outline: #eaeaea 0 solid;
953
- box-shadow: none;
1016
+ -webkit-box-shadow: none;
1017
+ box-shadow: none;
954
1018
  }
955
1019
  .e-btn-group .e-btn:active.e-success,
956
1020
  .e-btn-group input:active + label.e-btn.e-success,
@@ -961,7 +1025,8 @@
961
1025
  background: #004b1d;
962
1026
  border-color: #004b1d;
963
1027
  color: #fff;
964
- box-shadow: none;
1028
+ -webkit-box-shadow: none;
1029
+ box-shadow: none;
965
1030
  }
966
1031
  .e-btn-group .e-btn:active.e-info,
967
1032
  .e-btn-group input:active + label.e-btn.e-info,
@@ -972,7 +1037,8 @@
972
1037
  background: #065fa6;
973
1038
  color: #fff;
974
1039
  border-color: #065fa6;
975
- box-shadow: none;
1040
+ -webkit-box-shadow: none;
1041
+ box-shadow: none;
976
1042
  }
977
1043
  .e-btn-group .e-btn:active.e-warning,
978
1044
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -983,7 +1049,8 @@
983
1049
  background: #a22c01;
984
1050
  border-color: #a22c01;
985
1051
  color: #fff;
986
- box-shadow: none;
1052
+ -webkit-box-shadow: none;
1053
+ box-shadow: none;
987
1054
  }
988
1055
  .e-btn-group .e-btn:active.e-danger,
989
1056
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -994,7 +1061,8 @@
994
1061
  background: #7c0101;
995
1062
  border-color: #7c0101;
996
1063
  color: #fff;
997
- box-shadow: none;
1064
+ -webkit-box-shadow: none;
1065
+ box-shadow: none;
998
1066
  }
999
1067
  .e-btn-group .e-btn:active.e-outline,
1000
1068
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1004,7 +1072,8 @@
1004
1072
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1005
1073
  background: #c8c8c8;
1006
1074
  border-color: #c8c8c8;
1007
- box-shadow: none;
1075
+ -webkit-box-shadow: none;
1076
+ box-shadow: none;
1008
1077
  color: #000;
1009
1078
  }
1010
1079
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1015,7 +1084,8 @@
1015
1084
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1016
1085
  background: #005ba3;
1017
1086
  border-color: #0078d6;
1018
- box-shadow: none;
1087
+ -webkit-box-shadow: none;
1088
+ box-shadow: none;
1019
1089
  color: #fff;
1020
1090
  }
1021
1091
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1026,7 +1096,8 @@
1026
1096
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1027
1097
  background: #004b1d;
1028
1098
  border-color: #004b1d;
1029
- box-shadow: none;
1099
+ -webkit-box-shadow: none;
1100
+ box-shadow: none;
1030
1101
  color: #fff;
1031
1102
  }
1032
1103
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1037,7 +1108,8 @@
1037
1108
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1038
1109
  background: #065fa6;
1039
1110
  border-color: #065fa6;
1040
- box-shadow: none;
1111
+ -webkit-box-shadow: none;
1112
+ box-shadow: none;
1041
1113
  color: #fff;
1042
1114
  }
1043
1115
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1048,7 +1120,8 @@
1048
1120
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1049
1121
  background: #a22c01;
1050
1122
  border-color: #a22c01;
1051
- box-shadow: none;
1123
+ -webkit-box-shadow: none;
1124
+ box-shadow: none;
1052
1125
  color: #fff;
1053
1126
  }
1054
1127
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1059,7 +1132,8 @@
1059
1132
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1060
1133
  background: #7c0101;
1061
1134
  border-color: #7c0101;
1062
- box-shadow: none;
1135
+ -webkit-box-shadow: none;
1136
+ box-shadow: none;
1063
1137
  color: #fff;
1064
1138
  }
1065
1139
  .e-btn-group .e-btn:disabled,
@@ -1068,7 +1142,8 @@
1068
1142
  .e-css.e-btn-group input:disabled + label.e-btn {
1069
1143
  background-color: #f4f4f4;
1070
1144
  border-color: #f4f4f4;
1071
- box-shadow: none;
1145
+ -webkit-box-shadow: none;
1146
+ box-shadow: none;
1072
1147
  color: #a6a6a6;
1073
1148
  border-color: #f4f4f4;
1074
1149
  }
@@ -1078,7 +1153,8 @@
1078
1153
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1079
1154
  background: #f4f4f4;
1080
1155
  border-color: #f4f4f4;
1081
- box-shadow: none;
1156
+ -webkit-box-shadow: none;
1157
+ box-shadow: none;
1082
1158
  color: #a6a6a6;
1083
1159
  border-color: #0078d6;
1084
1160
  }
@@ -1088,7 +1164,8 @@
1088
1164
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1089
1165
  background: #f4f4f4;
1090
1166
  border-color: #f4f4f4;
1091
- box-shadow: none;
1167
+ -webkit-box-shadow: none;
1168
+ box-shadow: none;
1092
1169
  color: #a6a6a6;
1093
1170
  border-color: #137c10;
1094
1171
  }
@@ -1098,7 +1175,8 @@
1098
1175
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1099
1176
  background: #f4f4f4;
1100
1177
  border-color: #f4f4f4;
1101
- box-shadow: none;
1178
+ -webkit-box-shadow: none;
1179
+ box-shadow: none;
1102
1180
  color: #a6a6a6;
1103
1181
  border-color: #0378d5;
1104
1182
  }
@@ -1108,7 +1186,8 @@
1108
1186
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1109
1187
  background: #f4f4f4;
1110
1188
  border-color: #f4f4f4;
1111
- box-shadow: none;
1189
+ -webkit-box-shadow: none;
1190
+ box-shadow: none;
1112
1191
  color: #a6a6a6;
1113
1192
  border-color: #d83b01;
1114
1193
  }
@@ -1118,7 +1197,8 @@
1118
1197
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1119
1198
  background: #f4f4f4;
1120
1199
  border-color: #f4f4f4;
1121
- box-shadow: none;
1200
+ -webkit-box-shadow: none;
1201
+ box-shadow: none;
1122
1202
  color: #a6a6a6;
1123
1203
  border-color: #a80000;
1124
1204
  }
@@ -1128,7 +1208,8 @@
1128
1208
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1129
1209
  color: #a6a6a6;
1130
1210
  background: transparent;
1131
- box-shadow: none;
1211
+ -webkit-box-shadow: none;
1212
+ box-shadow: none;
1132
1213
  text-decoration: none;
1133
1214
  border-color: transparent;
1134
1215
  }
@@ -1138,7 +1219,8 @@
1138
1219
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1139
1220
  background: transparent;
1140
1221
  border-color: #f4f4f4;
1141
- box-shadow: none;
1222
+ -webkit-box-shadow: none;
1223
+ box-shadow: none;
1142
1224
  color: #a6a6a6;
1143
1225
  border-color: #d0d0d0;
1144
1226
  }
@@ -1148,7 +1230,8 @@
1148
1230
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1149
1231
  background: transparent;
1150
1232
  border-color: #f4f4f4;
1151
- box-shadow: none;
1233
+ -webkit-box-shadow: none;
1234
+ box-shadow: none;
1152
1235
  color: #a6a6a6;
1153
1236
  border-color: #0078d6;
1154
1237
  }
@@ -1158,7 +1241,8 @@
1158
1241
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1159
1242
  background: transparent;
1160
1243
  border-color: #f4f4f4;
1161
- box-shadow: none;
1244
+ -webkit-box-shadow: none;
1245
+ box-shadow: none;
1162
1246
  color: #a6a6a6;
1163
1247
  border-color: #137c10;
1164
1248
  }
@@ -1168,7 +1252,8 @@
1168
1252
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1169
1253
  background: transparent;
1170
1254
  border-color: #f4f4f4;
1171
- box-shadow: none;
1255
+ -webkit-box-shadow: none;
1256
+ box-shadow: none;
1172
1257
  color: #a6a6a6;
1173
1258
  border-color: #0378d5;
1174
1259
  }
@@ -1178,7 +1263,8 @@
1178
1263
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1179
1264
  background: transparent;
1180
1265
  border-color: #f4f4f4;
1181
- box-shadow: none;
1266
+ -webkit-box-shadow: none;
1267
+ box-shadow: none;
1182
1268
  color: #a6a6a6;
1183
1269
  border-color: #d83b01;
1184
1270
  }
@@ -1188,7 +1274,8 @@
1188
1274
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1189
1275
  background: transparent;
1190
1276
  border-color: #f4f4f4;
1191
- box-shadow: none;
1277
+ -webkit-box-shadow: none;
1278
+ box-shadow: none;
1192
1279
  color: #a6a6a6;
1193
1280
  border-color: #a80000;
1194
1281
  }
@@ -1317,23 +1404,46 @@
1317
1404
  }
1318
1405
 
1319
1406
  /* stylelint-disable property-no-vendor-prefix */
1407
+ @-webkit-keyframes material-spinner-rotate {
1408
+ 0% {
1409
+ -webkit-transform: rotate(0);
1410
+ transform: rotate(0);
1411
+ }
1412
+ 100% {
1413
+ -webkit-transform: rotate(360deg);
1414
+ transform: rotate(360deg);
1415
+ }
1416
+ }
1320
1417
  @keyframes material-spinner-rotate {
1321
1418
  0% {
1419
+ -webkit-transform: rotate(0);
1420
+ transform: rotate(0);
1421
+ }
1422
+ 100% {
1423
+ -webkit-transform: rotate(360deg);
1424
+ transform: rotate(360deg);
1425
+ }
1426
+ }
1427
+ @-webkit-keyframes fabric-spinner-rotate {
1428
+ 0% {
1429
+ -webkit-transform: rotate(0);
1322
1430
  transform: rotate(0);
1323
1431
  }
1324
1432
  100% {
1433
+ -webkit-transform: rotate(360deg);
1325
1434
  transform: rotate(360deg);
1326
1435
  }
1327
1436
  }
1328
1437
  @keyframes fabric-spinner-rotate {
1329
1438
  0% {
1439
+ -webkit-transform: rotate(0);
1330
1440
  transform: rotate(0);
1331
1441
  }
1332
1442
  100% {
1443
+ -webkit-transform: rotate(360deg);
1333
1444
  transform: rotate(360deg);
1334
1445
  }
1335
1446
  }
1336
- /*! Progress Button Layout */
1337
1447
  .e-progress-btn {
1338
1448
  position: relative;
1339
1449
  }
@@ -1343,9 +1453,11 @@
1343
1453
  opacity: 0;
1344
1454
  position: absolute;
1345
1455
  top: 0;
1456
+ -webkit-transition: opacity 0.3s linear;
1346
1457
  transition: opacity 0.3s linear;
1347
1458
  }
1348
1459
  .e-progress-btn .e-spinner {
1460
+ -webkit-transition: all 0.3s linear;
1349
1461
  transition: all 0.3s linear;
1350
1462
  }
1351
1463
  .e-progress-btn .e-btn-content {
@@ -1378,6 +1490,7 @@
1378
1490
  opacity: 0;
1379
1491
  }
1380
1492
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1493
+ -webkit-transition: padding 0.3s linear;
1381
1494
  transition: padding 0.3s linear;
1382
1495
  }
1383
1496
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1387,10 +1500,12 @@
1387
1500
  line-height: 1;
1388
1501
  }
1389
1502
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1503
+ display: -webkit-box;
1390
1504
  display: -ms-flexbox;
1391
1505
  display: flex;
1392
- -ms-flex-pack: center;
1393
- justify-content: center;
1506
+ -webkit-box-pack: center;
1507
+ -ms-flex-pack: center;
1508
+ justify-content: center;
1394
1509
  }
1395
1510
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1396
1511
  padding-right: 12px;
@@ -1476,21 +1591,35 @@
1476
1591
  left: auto;
1477
1592
  position: relative;
1478
1593
  top: auto;
1479
- transform: none;
1594
+ -webkit-transform: none;
1595
+ transform: none;
1480
1596
  }
1481
1597
  .e-progress-btn .e-cont-animate {
1482
- -ms-flex-align: center;
1483
- align-items: center;
1598
+ -webkit-box-align: center;
1599
+ -ms-flex-align: center;
1600
+ align-items: center;
1601
+ display: -webkit-inline-box;
1484
1602
  display: -ms-inline-flexbox;
1485
1603
  display: inline-flex;
1486
1604
  height: 100%;
1487
- -ms-flex-pack: center;
1488
- justify-content: center;
1605
+ -webkit-box-pack: center;
1606
+ -ms-flex-pack: center;
1607
+ justify-content: center;
1489
1608
  left: 0;
1490
1609
  position: absolute;
1491
1610
  top: 0;
1492
1611
  width: 100%;
1493
1612
  }
1613
+ @-webkit-keyframes ProgressSlideLeft {
1614
+ from {
1615
+ left: 0%;
1616
+ opacity: 1;
1617
+ }
1618
+ to {
1619
+ left: -100%;
1620
+ opacity: 0;
1621
+ }
1622
+ }
1494
1623
  @keyframes ProgressSlideLeft {
1495
1624
  from {
1496
1625
  left: 0%;
@@ -1501,6 +1630,16 @@
1501
1630
  opacity: 0;
1502
1631
  }
1503
1632
  }
1633
+ @-webkit-keyframes ProgressSlideRight {
1634
+ from {
1635
+ left: 0%;
1636
+ opacity: 1;
1637
+ }
1638
+ to {
1639
+ left: 100%;
1640
+ opacity: 0;
1641
+ }
1642
+ }
1504
1643
  @keyframes ProgressSlideRight {
1505
1644
  from {
1506
1645
  left: 0%;
@@ -1511,6 +1650,18 @@
1511
1650
  opacity: 0;
1512
1651
  }
1513
1652
  }
1653
+ @-webkit-keyframes ProgressSlideUp {
1654
+ from {
1655
+ height: auto;
1656
+ opacity: 1;
1657
+ top: 0;
1658
+ }
1659
+ to {
1660
+ height: auto;
1661
+ opacity: 0;
1662
+ top: -100px;
1663
+ }
1664
+ }
1514
1665
  @keyframes ProgressSlideUp {
1515
1666
  from {
1516
1667
  height: auto;
@@ -1523,6 +1674,18 @@
1523
1674
  top: -100px;
1524
1675
  }
1525
1676
  }
1677
+ @-webkit-keyframes ProgressSlideDown {
1678
+ from {
1679
+ height: auto;
1680
+ opacity: 1;
1681
+ top: 0;
1682
+ }
1683
+ to {
1684
+ height: auto;
1685
+ opacity: 0;
1686
+ top: 100px;
1687
+ }
1688
+ }
1526
1689
  @keyframes ProgressSlideDown {
1527
1690
  from {
1528
1691
  height: auto;
@@ -1535,22 +1698,48 @@
1535
1698
  top: 100px;
1536
1699
  }
1537
1700
  }
1701
+ @-webkit-keyframes ProgressZoomIn {
1702
+ from {
1703
+ opacity: 1;
1704
+ -webkit-transform: translate(0, 0) scale(1);
1705
+ transform: translate(0, 0) scale(1);
1706
+ }
1707
+ to {
1708
+ opacity: 0;
1709
+ -webkit-transform: translate(0, 0) scale(3);
1710
+ transform: translate(0, 0) scale(3);
1711
+ }
1712
+ }
1538
1713
  @keyframes ProgressZoomIn {
1539
1714
  from {
1540
1715
  opacity: 1;
1541
- transform: translate(0, 0) scale(1);
1716
+ -webkit-transform: translate(0, 0) scale(1);
1717
+ transform: translate(0, 0) scale(1);
1542
1718
  }
1543
1719
  to {
1544
1720
  opacity: 0;
1545
- transform: translate(0, 0) scale(3);
1721
+ -webkit-transform: translate(0, 0) scale(3);
1722
+ transform: translate(0, 0) scale(3);
1723
+ }
1724
+ }
1725
+ @-webkit-keyframes ProgressZoomOut {
1726
+ from {
1727
+ -webkit-transform: translate(0, 0) scale(1);
1728
+ transform: translate(0, 0) scale(1);
1729
+ }
1730
+ to {
1731
+ -webkit-transform: translate(0, 0) scale(0);
1732
+ transform: translate(0, 0) scale(0);
1546
1733
  }
1547
1734
  }
1548
1735
  @keyframes ProgressZoomOut {
1549
1736
  from {
1550
- transform: translate(0, 0) scale(1);
1737
+ -webkit-transform: translate(0, 0) scale(1);
1738
+ transform: translate(0, 0) scale(1);
1551
1739
  }
1552
1740
  to {
1553
- transform: translate(0, 0) scale(0);
1741
+ -webkit-transform: translate(0, 0) scale(0);
1742
+ transform: translate(0, 0) scale(0);
1554
1743
  }
1555
1744
  }
1556
1745
 
@@ -1802,7 +1991,10 @@
1802
1991
 
1803
1992
  *.e-primary .e-progress,
1804
1993
  *.e-success .e-progress,
1805
- *.e-danger .e-progress,
1994
+ *.e-danger .e-progress {
1995
+ background: rgba(0, 0, 0, 0.2);
1996
+ }
1997
+
1806
1998
  *.e-info .e-progress {
1807
1999
  background: rgba(0, 0, 0, 0.2);
1808
2000
  }