@syncfusion/ej2-splitbuttons 25.2.3 → 26.1.35

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/fluent.css CHANGED
@@ -4,24 +4,27 @@
4
4
  content: "\e729";
5
5
  }
6
6
 
7
- /*! drop-down button layout */
8
7
  .e-dropdown-btn,
9
8
  .e-dropdown-btn.e-btn {
10
- box-shadow: none;
9
+ -webkit-box-shadow: none;
10
+ box-shadow: none;
11
11
  text-transform: none;
12
12
  white-space: normal;
13
13
  }
14
14
  .e-dropdown-btn:hover,
15
15
  .e-dropdown-btn.e-btn:hover {
16
- box-shadow: none;
16
+ -webkit-box-shadow: none;
17
+ box-shadow: none;
17
18
  }
18
19
  .e-dropdown-btn:focus,
19
20
  .e-dropdown-btn.e-btn:focus {
20
- box-shadow: none;
21
+ -webkit-box-shadow: none;
22
+ box-shadow: none;
21
23
  }
22
24
  .e-dropdown-btn:active,
23
25
  .e-dropdown-btn.e-btn:active {
24
- box-shadow: none;
26
+ -webkit-box-shadow: none;
27
+ box-shadow: none;
25
28
  }
26
29
  .e-dropdown-btn .e-btn-icon,
27
30
  .e-dropdown-btn.e-btn .e-btn-icon {
@@ -54,7 +57,6 @@
54
57
  line-height: 1;
55
58
  padding: 6px 12px;
56
59
  }
57
-
58
60
  .e-bigger .e-dropdown-btn .e-btn-icon,
59
61
  .e-bigger.e-dropdown-btn .e-btn-icon {
60
62
  font-size: 16px;
@@ -80,8 +82,10 @@
80
82
  .e-dropdown-popup ul {
81
83
  border: 0 solid #edebe9;
82
84
  border-radius: 2px;
83
- box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
84
- box-sizing: border-box;
85
+ -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
86
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
87
+ -webkit-box-sizing: border-box;
88
+ box-sizing: border-box;
85
89
  font-size: 14px;
86
90
  font-weight: 400;
87
91
  list-style-image: none;
@@ -92,18 +96,23 @@
92
96
  overflow: hidden;
93
97
  padding: 0 0;
94
98
  -webkit-user-select: none;
99
+ -moz-user-select: none;
95
100
  -ms-user-select: none;
96
101
  user-select: none;
97
102
  white-space: nowrap;
98
103
  }
99
104
  .e-dropdown-popup ul .e-item {
100
105
  cursor: pointer;
106
+ display: -webkit-box;
101
107
  display: -ms-flexbox;
102
108
  display: flex;
103
109
  height: 36px;
104
110
  line-height: 36px;
105
111
  padding: 0 12px;
106
112
  }
113
+ .e-dropdown-popup ul .e-item.e-separator {
114
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
115
+ }
107
116
  .e-dropdown-popup ul .e-item.e-url {
108
117
  padding: 0;
109
118
  }
@@ -136,7 +145,8 @@
136
145
  }
137
146
  .e-dropdown-popup.e-transparent {
138
147
  background: transparent;
139
- box-shadow: none;
148
+ -webkit-box-shadow: none;
149
+ box-shadow: none;
140
150
  }
141
151
  .e-dropdown-popup.e-transparent .e-dropdown-menu {
142
152
  border: 0;
@@ -154,7 +164,8 @@
154
164
 
155
165
  *.e-bigger .e-dropdown-popup ul,
156
166
  *.e-bigger.e-dropdown-popup ul {
157
- box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
167
+ -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
168
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
158
169
  font-size: 16px;
159
170
  max-width: 202px;
160
171
  min-width: 112px;
@@ -181,7 +192,6 @@
181
192
  line-height: normal;
182
193
  }
183
194
 
184
- /*! drop-down button theme */
185
195
  .e-dropdown-popup {
186
196
  background: #fff;
187
197
  color: #323130;
@@ -193,7 +203,8 @@
193
203
  color: #605e5c;
194
204
  }
195
205
  .e-dropdown-popup ul .e-item.e-focused {
196
- box-shadow: inset 0 0 0 1px #201f1e;
206
+ -webkit-box-shadow: inset 0 0 0 1px #201f1e;
207
+ box-shadow: inset 0 0 0 1px #201f1e;
197
208
  }
198
209
  .e-dropdown-popup ul .e-item:hover {
199
210
  background: #f3f2f1;
@@ -217,7 +228,8 @@
217
228
  .e-dropdown-btn.e-btn.e-inherit {
218
229
  background: inherit;
219
230
  border-color: transparent;
220
- box-shadow: none;
231
+ -webkit-box-shadow: none;
232
+ box-shadow: none;
221
233
  color: inherit;
222
234
  }
223
235
  .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,
@@ -227,16 +239,18 @@
227
239
  .e-dropdown-btn.e-btn.e-inherit.e-active {
228
240
  background: rgba(0, 0, 0, 0.056);
229
241
  border-color: transparent;
230
- box-shadow: none;
242
+ -webkit-box-shadow: none;
243
+ box-shadow: none;
231
244
  color: inherit;
232
245
  }
233
246
 
234
- /* stylelint-disable-line no-empty-source */
235
- /*! splitbutton layout */
236
247
  .e-split-btn-wrapper {
248
+ display: -webkit-inline-box;
237
249
  display: -ms-inline-flexbox;
238
250
  display: inline-flex;
239
251
  white-space: nowrap;
252
+ width: -webkit-min-content;
253
+ width: -moz-min-content;
240
254
  width: min-content;
241
255
  }
242
256
  .e-split-btn-wrapper .e-split-btn {
@@ -252,10 +266,12 @@
252
266
  outline-offset: -3px;
253
267
  }
254
268
  .e-split-btn-wrapper .e-split-btn:focus {
255
- box-shadow: none;
269
+ -webkit-box-shadow: none;
270
+ box-shadow: none;
256
271
  }
257
272
  .e-split-btn-wrapper .e-split-btn:active {
258
- box-shadow: 0 0 rgba(0, 0, 0, 0);
273
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
274
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
259
275
  z-index: 2;
260
276
  }
261
277
  .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
@@ -286,7 +302,8 @@
286
302
  padding: 4px;
287
303
  }
288
304
  .e-split-btn-wrapper .e-dropdown-btn:active {
289
- box-shadow: 0 0 rgba(0, 0, 0, 0);
305
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
306
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
290
307
  z-index: 2;
291
308
  }
292
309
  .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 {
@@ -296,18 +313,22 @@
296
313
  outline-offset: -3px;
297
314
  }
298
315
  .e-split-btn-wrapper .e-btn:focus {
299
- box-shadow: none;
316
+ -webkit-box-shadow: none;
317
+ box-shadow: none;
300
318
  }
301
319
  .e-split-btn-wrapper .e-btn:active {
302
- box-shadow: 0 0 rgba(0, 0, 0, 0);
320
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
321
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
303
322
  }
304
323
  .e-split-btn-wrapper .e-btn:disabled {
305
- box-shadow: none;
324
+ -webkit-box-shadow: none;
325
+ box-shadow: none;
306
326
  outline: 0;
307
327
  outline-offset: 0;
308
328
  }
309
329
  .e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
310
- box-shadow: none;
330
+ -webkit-box-shadow: none;
331
+ box-shadow: none;
311
332
  }
312
333
  .e-split-btn-wrapper.e-rtl .e-split-btn {
313
334
  border-bottom-left-radius: 0;
@@ -456,7 +477,6 @@
456
477
  padding-top: 0;
457
478
  }
458
479
 
459
- /*! splitbutton theme */
460
480
  .e-split-btn-wrapper .e-split-btn {
461
481
  border-right-color: #8a8886;
462
482
  }
@@ -558,11 +578,14 @@
558
578
  /* stylelint-disable */
559
579
  *.e-btn-group,
560
580
  *.e-css.e-btn-group {
581
+ display: -webkit-inline-box;
561
582
  display: -ms-inline-flexbox;
562
583
  display: inline-flex;
563
584
  border-radius: 4px;
564
- -ms-flex-direction: row;
565
- flex-direction: row;
585
+ -webkit-box-orient: horizontal;
586
+ -webkit-box-direction: normal;
587
+ -ms-flex-direction: row;
588
+ flex-direction: row;
566
589
  position: relative;
567
590
  }
568
591
  *.e-btn-group input + label.e-btn,
@@ -597,8 +620,9 @@
597
620
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
598
621
  border-radius: 0;
599
622
  }
600
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
601
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
623
+ *.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),
624
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
625
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
602
626
  border-bottom-right-radius: 0;
603
627
  border-top-right-radius: 0;
604
628
  }
@@ -607,11 +631,6 @@
607
631
  border-bottom-left-radius: 0;
608
632
  border-top-left-radius: 0;
609
633
  }
610
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
611
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
612
- border-bottom-right-radius: 0;
613
- border-top-right-radius: 0;
614
- }
615
634
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
616
635
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
617
636
  border-bottom-left-radius: 0;
@@ -645,8 +664,9 @@
645
664
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
646
665
  border-radius: 0;
647
666
  }
648
- *.e-btn-group.e-rtl .e-btn:first-of-type,
649
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
667
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
668
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
669
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
650
670
  border-bottom-left-radius: 0;
651
671
  border-top-left-radius: 0;
652
672
  }
@@ -655,11 +675,6 @@
655
675
  border-bottom-right-radius: 0;
656
676
  border-top-right-radius: 0;
657
677
  }
658
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
659
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
660
- border-bottom-left-radius: 0;
661
- border-top-left-radius: 0;
662
- }
663
678
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
664
679
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
665
680
  border-bottom-right-radius: 0;
@@ -687,8 +702,10 @@
687
702
  }
688
703
  *.e-btn-group.e-vertical,
689
704
  *.e-css.e-btn-group.e-vertical {
690
- -ms-flex-direction: column;
691
- flex-direction: column;
705
+ -webkit-box-orient: vertical;
706
+ -webkit-box-direction: normal;
707
+ -ms-flex-direction: column;
708
+ flex-direction: column;
692
709
  }
693
710
  *.e-btn-group.e-vertical input,
694
711
  *.e-css.e-btn-group.e-vertical input {
@@ -795,129 +812,177 @@
795
812
  /* stylelint-disable */
796
813
  .e-btn-group:not(.e-outline),
797
814
  .e-css.e-btn-group:not(.e-outline) {
798
- box-shadow: none;
815
+ -webkit-box-shadow: none;
816
+ box-shadow: none;
799
817
  }
800
818
  .e-btn-group .e-btn:hover,
801
819
  .e-css.e-btn-group .e-btn:hover {
802
- box-shadow: none;
820
+ -webkit-box-shadow: none;
821
+ box-shadow: none;
803
822
  }
804
823
  .e-btn-group .e-btn:focus,
805
824
  .e-btn-group input:focus-visible + label.e-btn,
825
+ .e-btn-group input:focus + label.e-btn,
806
826
  .e-css.e-btn-group .e-btn:focus,
807
- .e-css.e-btn-group input:focus-visible + label.e-btn {
827
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
828
+ .e-css.e-btn-group input:focus + label.e-btn {
808
829
  background: #f3f2f1;
809
830
  border-color: #8a8886;
810
831
  color: #323130;
811
832
  outline: 1px solid;
812
833
  outline-offset: -3px;
813
- box-shadow: 0 0 rgba(0, 0, 0, 0);
814
- box-shadow: none;
834
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
835
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
836
+ -webkit-box-shadow: none;
837
+ box-shadow: none;
815
838
  outline-color: inherit;
816
839
  }
817
840
  .e-btn-group .e-btn:focus.e-primary,
818
841
  .e-btn-group input:focus-visible + label.e-btn.e-primary,
842
+ .e-btn-group input:focus + label.e-btn.e-primary,
819
843
  .e-css.e-btn-group .e-btn:focus.e-primary,
820
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary {
844
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
845
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
821
846
  background: #006cbf;
822
847
  border-color: #0078d4;
823
848
  color: #fff;
824
849
  outline: 1px solid;
825
- box-shadow: 0 0 rgba(0, 0, 0, 0);
826
- box-shadow: none;
850
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
851
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
852
+ -webkit-box-shadow: none;
853
+ box-shadow: none;
827
854
  outline-color: inherit;
828
855
  }
829
856
  .e-btn-group .e-btn:focus.e-success,
830
857
  .e-btn-group input:focus-visible + label.e-btn.e-success,
858
+ .e-btn-group input:focus + label.e-btn.e-success,
831
859
  .e-css.e-btn-group .e-btn:focus.e-success,
832
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-success {
860
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
861
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
833
862
  background: #0a5f0a;
834
863
  border-color: #0b6a0b;
835
864
  color: #fff;
836
- box-shadow: 0 0 rgba(0, 0, 0, 0);
837
- box-shadow: none;
865
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
866
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
867
+ -webkit-box-shadow: none;
868
+ box-shadow: none;
838
869
  outline-color: inherit;
839
870
  }
840
871
  .e-btn-group .e-btn:focus.e-info,
841
872
  .e-btn-group input:focus-visible + label.e-btn.e-info,
873
+ .e-btn-group input:focus + label.e-btn.e-info,
842
874
  .e-css.e-btn-group .e-btn:focus.e-info,
843
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-info {
875
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
876
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
844
877
  background: #03767a;
845
878
  border-color: #038387;
846
879
  color: #fff;
847
- box-shadow: 0 0 rgba(0, 0, 0, 0);
848
- box-shadow: none;
880
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
881
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
882
+ -webkit-box-shadow: none;
883
+ box-shadow: none;
849
884
  outline-color: inherit;
850
885
  }
851
886
  .e-btn-group .e-btn:focus.e-warning,
852
887
  .e-btn-group input:focus-visible + label.e-btn.e-warning,
888
+ .e-btn-group input:focus + label.e-btn.e-warning,
853
889
  .e-css.e-btn-group .e-btn:focus.e-warning,
854
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning {
890
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
891
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
855
892
  background: #cf6228;
856
893
  border-color: #ca5010;
857
894
  color: #fff;
858
- box-shadow: 0 0 rgba(0, 0, 0, 0);
859
- box-shadow: none;
895
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
896
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
897
+ -webkit-box-shadow: none;
898
+ box-shadow: none;
860
899
  outline-color: inherit;
861
900
  }
862
901
  .e-btn-group .e-btn:focus.e-danger,
863
902
  .e-btn-group input:focus-visible + label.e-btn.e-danger,
903
+ .e-btn-group input:focus + label.e-btn.e-danger,
864
904
  .e-css.e-btn-group .e-btn:focus.e-danger,
865
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
905
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
906
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
866
907
  background: #bc2f32;
867
908
  border-color: #d13438;
868
909
  color: #fff;
869
- box-shadow: 0 0 rgba(0, 0, 0, 0);
870
- box-shadow: none;
910
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
911
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
912
+ -webkit-box-shadow: none;
913
+ box-shadow: none;
871
914
  outline-color: inherit;
872
915
  }
873
916
  .e-btn-group .e-btn:focus.e-link,
874
917
  .e-btn-group input:focus-visible + label.e-btn.e-link,
918
+ .e-btn-group input:focus + label.e-btn.e-link,
875
919
  .e-css.e-btn-group .e-btn:focus.e-link,
876
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-link {
920
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
921
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
877
922
  border-radius: 0;
878
923
  text-decoration: underline;
879
924
  color: #0060aa;
880
925
  background-color: transparent;
881
926
  border-color: transparent;
882
- box-shadow: none;
927
+ -webkit-box-shadow: none;
928
+ box-shadow: none;
883
929
  outline: none;
884
930
  }
885
931
  .e-btn-group .e-btn:focus.e-outline,
886
932
  .e-btn-group input:focus-visible + label.e-btn.e-outline,
933
+ .e-btn-group input:focus + label.e-btn.e-outline,
887
934
  .e-css.e-btn-group .e-btn:focus.e-outline,
888
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
889
- box-shadow: 0 0 rgba(0, 0, 0, 0);
890
- box-shadow: none;
935
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
936
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
937
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
938
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
939
+ -webkit-box-shadow: none;
940
+ box-shadow: none;
891
941
  }
892
942
  .e-btn-group .e-btn:focus.e-outline.e-primary,
893
943
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
944
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
894
945
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
895
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary {
896
- box-shadow: none;
946
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
947
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
948
+ -webkit-box-shadow: none;
949
+ box-shadow: none;
897
950
  }
898
951
  .e-btn-group .e-btn:focus.e-outline.e-success,
899
952
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
953
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
900
954
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
901
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success {
902
- box-shadow: none;
955
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
956
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
957
+ -webkit-box-shadow: none;
958
+ box-shadow: none;
903
959
  }
904
960
  .e-btn-group .e-btn:focus.e-outline.e-info,
905
961
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
962
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
906
963
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
907
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info {
908
- box-shadow: none;
964
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
965
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
966
+ -webkit-box-shadow: none;
967
+ box-shadow: none;
909
968
  }
910
969
  .e-btn-group .e-btn:focus.e-outline.e-warning,
911
970
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
971
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
912
972
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
913
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning {
914
- box-shadow: none;
973
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
974
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
975
+ -webkit-box-shadow: none;
976
+ box-shadow: none;
915
977
  }
916
978
  .e-btn-group .e-btn:focus.e-outline.e-danger,
917
979
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
980
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
918
981
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
919
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
920
- box-shadow: none;
982
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
983
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
984
+ -webkit-box-shadow: none;
985
+ box-shadow: none;
921
986
  }
922
987
  .e-btn-group .e-btn:active,
923
988
  .e-btn-group input:active + label.e-btn,
@@ -928,7 +993,8 @@
928
993
  background: #edebe9;
929
994
  border-color: #8a8886;
930
995
  color: #323130;
931
- box-shadow: none;
996
+ -webkit-box-shadow: none;
997
+ box-shadow: none;
932
998
  }
933
999
  .e-btn-group .e-btn:active.e-primary,
934
1000
  .e-btn-group input:active + label.e-btn.e-primary,
@@ -939,7 +1005,8 @@
939
1005
  background: #0060aa;
940
1006
  border-color: #0060aa;
941
1007
  color: #fff;
942
- box-shadow: none;
1008
+ -webkit-box-shadow: none;
1009
+ box-shadow: none;
943
1010
  }
944
1011
  .e-btn-group .e-btn:active.e-success,
945
1012
  .e-btn-group input:active + label.e-btn.e-success,
@@ -950,7 +1017,8 @@
950
1017
  background: #095509;
951
1018
  border-color: #095509;
952
1019
  color: #fff;
953
- box-shadow: none;
1020
+ -webkit-box-shadow: none;
1021
+ box-shadow: none;
954
1022
  }
955
1023
  .e-btn-group .e-btn:active.e-info,
956
1024
  .e-btn-group input:active + label.e-btn.e-info,
@@ -961,7 +1029,8 @@
961
1029
  background: #359c9f;
962
1030
  color: #fff;
963
1031
  border-color: #359c9f;
964
- box-shadow: none;
1032
+ -webkit-box-shadow: none;
1033
+ box-shadow: none;
965
1034
  }
966
1035
  .e-btn-group .e-btn:active.e-warning,
967
1036
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -972,7 +1041,8 @@
972
1041
  background: #d57340;
973
1042
  border-color: #d57340;
974
1043
  color: #fff;
975
- box-shadow: none;
1044
+ -webkit-box-shadow: none;
1045
+ box-shadow: none;
976
1046
  }
977
1047
  .e-btn-group .e-btn:active.e-danger,
978
1048
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -983,7 +1053,8 @@
983
1053
  background: #a72a2d;
984
1054
  border-color: #a72a2d;
985
1055
  color: #fff;
986
- box-shadow: none;
1056
+ -webkit-box-shadow: none;
1057
+ box-shadow: none;
987
1058
  }
988
1059
  .e-btn-group .e-btn:active.e-outline,
989
1060
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -993,7 +1064,8 @@
993
1064
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
994
1065
  background: #edebe9;
995
1066
  border-color: #8a8886;
996
- box-shadow: none;
1067
+ -webkit-box-shadow: none;
1068
+ box-shadow: none;
997
1069
  color: #323130;
998
1070
  }
999
1071
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1004,7 +1076,8 @@
1004
1076
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1005
1077
  background: #0060aa;
1006
1078
  border-color: #0078d4;
1007
- box-shadow: none;
1079
+ -webkit-box-shadow: none;
1080
+ box-shadow: none;
1008
1081
  color: #fff;
1009
1082
  }
1010
1083
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1015,7 +1088,8 @@
1015
1088
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1016
1089
  background: #095509;
1017
1090
  border-color: #095509;
1018
- box-shadow: none;
1091
+ -webkit-box-shadow: none;
1092
+ box-shadow: none;
1019
1093
  color: #fff;
1020
1094
  }
1021
1095
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1026,7 +1100,8 @@
1026
1100
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1027
1101
  background: #359c9f;
1028
1102
  border-color: #359c9f;
1029
- box-shadow: none;
1103
+ -webkit-box-shadow: none;
1104
+ box-shadow: none;
1030
1105
  color: #fff;
1031
1106
  }
1032
1107
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1037,7 +1112,8 @@
1037
1112
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1038
1113
  background: #d57340;
1039
1114
  border-color: #d57340;
1040
- box-shadow: none;
1115
+ -webkit-box-shadow: none;
1116
+ box-shadow: none;
1041
1117
  color: #fff;
1042
1118
  }
1043
1119
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1048,7 +1124,8 @@
1048
1124
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1049
1125
  background: #a72a2d;
1050
1126
  border-color: #a72a2d;
1051
- box-shadow: none;
1127
+ -webkit-box-shadow: none;
1128
+ box-shadow: none;
1052
1129
  color: #fff;
1053
1130
  }
1054
1131
  .e-btn-group .e-btn:disabled,
@@ -1057,7 +1134,8 @@
1057
1134
  .e-css.e-btn-group input:disabled + label.e-btn {
1058
1135
  background-color: #f3f2f1;
1059
1136
  border-color: #f3f2f1;
1060
- box-shadow: none;
1137
+ -webkit-box-shadow: none;
1138
+ box-shadow: none;
1061
1139
  color: #a19f9d;
1062
1140
  border-color: #8a8886;
1063
1141
  }
@@ -1067,7 +1145,8 @@
1067
1145
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1068
1146
  background: #f3f2f1;
1069
1147
  border-color: #f3f2f1;
1070
- box-shadow: none;
1148
+ -webkit-box-shadow: none;
1149
+ box-shadow: none;
1071
1150
  color: #a19f9d;
1072
1151
  outline: none;
1073
1152
  border-color: #0078d4;
@@ -1078,7 +1157,8 @@
1078
1157
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1079
1158
  background: #f3f2f1;
1080
1159
  border-color: #f3f2f1;
1081
- box-shadow: none;
1160
+ -webkit-box-shadow: none;
1161
+ box-shadow: none;
1082
1162
  color: #a19f9d;
1083
1163
  outline: none;
1084
1164
  border-color: #0b6a0b;
@@ -1089,7 +1169,8 @@
1089
1169
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1090
1170
  background: #f3f2f1;
1091
1171
  border-color: #f3f2f1;
1092
- box-shadow: none;
1172
+ -webkit-box-shadow: none;
1173
+ box-shadow: none;
1093
1174
  color: #a19f9d;
1094
1175
  outline: none;
1095
1176
  border-color: #038387;
@@ -1100,7 +1181,8 @@
1100
1181
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1101
1182
  background: #f3f2f1;
1102
1183
  border-color: #f3f2f1;
1103
- box-shadow: none;
1184
+ -webkit-box-shadow: none;
1185
+ box-shadow: none;
1104
1186
  color: #a19f9d;
1105
1187
  outline: none;
1106
1188
  border-color: #ca5010;
@@ -1111,7 +1193,8 @@
1111
1193
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1112
1194
  background: #f3f2f1;
1113
1195
  border-color: #f3f2f1;
1114
- box-shadow: none;
1196
+ -webkit-box-shadow: none;
1197
+ box-shadow: none;
1115
1198
  color: #a19f9d;
1116
1199
  outline: none;
1117
1200
  border-color: #d13438;
@@ -1122,7 +1205,8 @@
1122
1205
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1123
1206
  color: #a19f9d;
1124
1207
  background: transparent;
1125
- box-shadow: none;
1208
+ -webkit-box-shadow: none;
1209
+ box-shadow: none;
1126
1210
  text-decoration: none;
1127
1211
  outline: none;
1128
1212
  border-color: transparent;
@@ -1133,7 +1217,8 @@
1133
1217
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1134
1218
  background: transparent;
1135
1219
  border-color: #f3f2f1;
1136
- box-shadow: none;
1220
+ -webkit-box-shadow: none;
1221
+ box-shadow: none;
1137
1222
  color: #a19f9d;
1138
1223
  border-color: #8a8886;
1139
1224
  }
@@ -1143,7 +1228,8 @@
1143
1228
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1144
1229
  background: transparent;
1145
1230
  border-color: #f3f2f1;
1146
- box-shadow: none;
1231
+ -webkit-box-shadow: none;
1232
+ box-shadow: none;
1147
1233
  color: #a19f9d;
1148
1234
  border-color: #0078d4;
1149
1235
  }
@@ -1153,7 +1239,8 @@
1153
1239
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1154
1240
  background: transparent;
1155
1241
  border-color: #f3f2f1;
1156
- box-shadow: none;
1242
+ -webkit-box-shadow: none;
1243
+ box-shadow: none;
1157
1244
  color: #a19f9d;
1158
1245
  border-color: #0b6a0b;
1159
1246
  }
@@ -1163,7 +1250,8 @@
1163
1250
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1164
1251
  background: transparent;
1165
1252
  border-color: #f3f2f1;
1166
- box-shadow: none;
1253
+ -webkit-box-shadow: none;
1254
+ box-shadow: none;
1167
1255
  color: #a19f9d;
1168
1256
  border-color: #038387;
1169
1257
  }
@@ -1173,7 +1261,8 @@
1173
1261
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1174
1262
  background: transparent;
1175
1263
  border-color: #f3f2f1;
1176
- box-shadow: none;
1264
+ -webkit-box-shadow: none;
1265
+ box-shadow: none;
1177
1266
  color: #a19f9d;
1178
1267
  border-color: #ca5010;
1179
1268
  }
@@ -1183,7 +1272,8 @@
1183
1272
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1184
1273
  background: transparent;
1185
1274
  border-color: #f3f2f1;
1186
- box-shadow: none;
1275
+ -webkit-box-shadow: none;
1276
+ box-shadow: none;
1187
1277
  color: #a19f9d;
1188
1278
  border-color: #d13438;
1189
1279
  }
@@ -1312,23 +1402,46 @@
1312
1402
  }
1313
1403
 
1314
1404
  /* stylelint-disable property-no-vendor-prefix */
1405
+ @-webkit-keyframes material-spinner-rotate {
1406
+ 0% {
1407
+ -webkit-transform: rotate(0);
1408
+ transform: rotate(0);
1409
+ }
1410
+ 100% {
1411
+ -webkit-transform: rotate(360deg);
1412
+ transform: rotate(360deg);
1413
+ }
1414
+ }
1315
1415
  @keyframes material-spinner-rotate {
1316
1416
  0% {
1417
+ -webkit-transform: rotate(0);
1317
1418
  transform: rotate(0);
1318
1419
  }
1319
1420
  100% {
1421
+ -webkit-transform: rotate(360deg);
1422
+ transform: rotate(360deg);
1423
+ }
1424
+ }
1425
+ @-webkit-keyframes fabric-spinner-rotate {
1426
+ 0% {
1427
+ -webkit-transform: rotate(0);
1428
+ transform: rotate(0);
1429
+ }
1430
+ 100% {
1431
+ -webkit-transform: rotate(360deg);
1320
1432
  transform: rotate(360deg);
1321
1433
  }
1322
1434
  }
1323
1435
  @keyframes fabric-spinner-rotate {
1324
1436
  0% {
1437
+ -webkit-transform: rotate(0);
1325
1438
  transform: rotate(0);
1326
1439
  }
1327
1440
  100% {
1441
+ -webkit-transform: rotate(360deg);
1328
1442
  transform: rotate(360deg);
1329
1443
  }
1330
1444
  }
1331
- /*! Progress Button Layout */
1332
1445
  .e-progress-btn {
1333
1446
  position: relative;
1334
1447
  }
@@ -1338,9 +1451,11 @@
1338
1451
  opacity: 0;
1339
1452
  position: absolute;
1340
1453
  top: 0;
1454
+ -webkit-transition: opacity 0.3s linear;
1341
1455
  transition: opacity 0.3s linear;
1342
1456
  }
1343
1457
  .e-progress-btn .e-spinner {
1458
+ -webkit-transition: all 0.3s linear;
1344
1459
  transition: all 0.3s linear;
1345
1460
  }
1346
1461
  .e-progress-btn .e-btn-content {
@@ -1373,6 +1488,7 @@
1373
1488
  opacity: 0;
1374
1489
  }
1375
1490
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1491
+ -webkit-transition: padding 0.3s linear;
1376
1492
  transition: padding 0.3s linear;
1377
1493
  }
1378
1494
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1382,10 +1498,12 @@
1382
1498
  line-height: 1;
1383
1499
  }
1384
1500
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1501
+ display: -webkit-box;
1385
1502
  display: -ms-flexbox;
1386
1503
  display: flex;
1387
- -ms-flex-pack: center;
1388
- justify-content: center;
1504
+ -webkit-box-pack: center;
1505
+ -ms-flex-pack: center;
1506
+ justify-content: center;
1389
1507
  }
1390
1508
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1391
1509
  padding-right: 12px;
@@ -1471,21 +1589,35 @@
1471
1589
  left: auto;
1472
1590
  position: relative;
1473
1591
  top: auto;
1474
- transform: none;
1592
+ -webkit-transform: none;
1593
+ transform: none;
1475
1594
  }
1476
1595
  .e-progress-btn .e-cont-animate {
1477
- -ms-flex-align: center;
1478
- align-items: center;
1596
+ -webkit-box-align: center;
1597
+ -ms-flex-align: center;
1598
+ align-items: center;
1599
+ display: -webkit-inline-box;
1479
1600
  display: -ms-inline-flexbox;
1480
1601
  display: inline-flex;
1481
1602
  height: 100%;
1482
- -ms-flex-pack: center;
1483
- justify-content: center;
1603
+ -webkit-box-pack: center;
1604
+ -ms-flex-pack: center;
1605
+ justify-content: center;
1484
1606
  left: 0;
1485
1607
  position: absolute;
1486
1608
  top: 0;
1487
1609
  width: 100%;
1488
1610
  }
1611
+ @-webkit-keyframes ProgressSlideLeft {
1612
+ from {
1613
+ left: 0%;
1614
+ opacity: 1;
1615
+ }
1616
+ to {
1617
+ left: -100%;
1618
+ opacity: 0;
1619
+ }
1620
+ }
1489
1621
  @keyframes ProgressSlideLeft {
1490
1622
  from {
1491
1623
  left: 0%;
@@ -1496,6 +1628,16 @@
1496
1628
  opacity: 0;
1497
1629
  }
1498
1630
  }
1631
+ @-webkit-keyframes ProgressSlideRight {
1632
+ from {
1633
+ left: 0%;
1634
+ opacity: 1;
1635
+ }
1636
+ to {
1637
+ left: 100%;
1638
+ opacity: 0;
1639
+ }
1640
+ }
1499
1641
  @keyframes ProgressSlideRight {
1500
1642
  from {
1501
1643
  left: 0%;
@@ -1506,6 +1648,18 @@
1506
1648
  opacity: 0;
1507
1649
  }
1508
1650
  }
1651
+ @-webkit-keyframes ProgressSlideUp {
1652
+ from {
1653
+ height: auto;
1654
+ opacity: 1;
1655
+ top: 0;
1656
+ }
1657
+ to {
1658
+ height: auto;
1659
+ opacity: 0;
1660
+ top: -100px;
1661
+ }
1662
+ }
1509
1663
  @keyframes ProgressSlideUp {
1510
1664
  from {
1511
1665
  height: auto;
@@ -1518,6 +1672,18 @@
1518
1672
  top: -100px;
1519
1673
  }
1520
1674
  }
1675
+ @-webkit-keyframes ProgressSlideDown {
1676
+ from {
1677
+ height: auto;
1678
+ opacity: 1;
1679
+ top: 0;
1680
+ }
1681
+ to {
1682
+ height: auto;
1683
+ opacity: 0;
1684
+ top: 100px;
1685
+ }
1686
+ }
1521
1687
  @keyframes ProgressSlideDown {
1522
1688
  from {
1523
1689
  height: auto;
@@ -1530,22 +1696,48 @@
1530
1696
  top: 100px;
1531
1697
  }
1532
1698
  }
1699
+ @-webkit-keyframes ProgressZoomIn {
1700
+ from {
1701
+ opacity: 1;
1702
+ -webkit-transform: translate(0, 0) scale(1);
1703
+ transform: translate(0, 0) scale(1);
1704
+ }
1705
+ to {
1706
+ opacity: 0;
1707
+ -webkit-transform: translate(0, 0) scale(3);
1708
+ transform: translate(0, 0) scale(3);
1709
+ }
1710
+ }
1533
1711
  @keyframes ProgressZoomIn {
1534
1712
  from {
1535
1713
  opacity: 1;
1536
- transform: translate(0, 0) scale(1);
1714
+ -webkit-transform: translate(0, 0) scale(1);
1715
+ transform: translate(0, 0) scale(1);
1537
1716
  }
1538
1717
  to {
1539
1718
  opacity: 0;
1540
- transform: translate(0, 0) scale(3);
1719
+ -webkit-transform: translate(0, 0) scale(3);
1720
+ transform: translate(0, 0) scale(3);
1721
+ }
1722
+ }
1723
+ @-webkit-keyframes ProgressZoomOut {
1724
+ from {
1725
+ -webkit-transform: translate(0, 0) scale(1);
1726
+ transform: translate(0, 0) scale(1);
1727
+ }
1728
+ to {
1729
+ -webkit-transform: translate(0, 0) scale(0);
1730
+ transform: translate(0, 0) scale(0);
1541
1731
  }
1542
1732
  }
1543
1733
  @keyframes ProgressZoomOut {
1544
1734
  from {
1545
- transform: translate(0, 0) scale(1);
1735
+ -webkit-transform: translate(0, 0) scale(1);
1736
+ transform: translate(0, 0) scale(1);
1546
1737
  }
1547
1738
  to {
1548
- transform: translate(0, 0) scale(0);
1739
+ -webkit-transform: translate(0, 0) scale(0);
1740
+ transform: translate(0, 0) scale(0);
1549
1741
  }
1550
1742
  }
1551
1743
 
@@ -1797,7 +1989,10 @@
1797
1989
 
1798
1990
  *.e-primary .e-progress,
1799
1991
  *.e-success .e-progress,
1800
- *.e-danger .e-progress,
1992
+ *.e-danger .e-progress {
1993
+ background: rgba(96, 94, 92, 0.2);
1994
+ }
1995
+
1801
1996
  *.e-info .e-progress {
1802
1997
  background: rgba(96, 94, 92, 0.2);
1803
1998
  }