@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,7 +3,6 @@
3
3
  content: "\e744";
4
4
  }
5
5
 
6
- /*! drop-down button layout */
7
6
  .e-dropdown-btn,
8
7
  .e-dropdown-btn.e-btn {
9
8
  text-transform: none;
@@ -11,11 +10,13 @@
11
10
  }
12
11
  .e-dropdown-btn:focus,
13
12
  .e-dropdown-btn.e-btn:focus {
14
- box-shadow: none;
13
+ -webkit-box-shadow: none;
14
+ box-shadow: none;
15
15
  }
16
16
  .e-dropdown-btn:active,
17
17
  .e-dropdown-btn.e-btn:active {
18
- box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
18
+ -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
19
+ box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
19
20
  }
20
21
  .e-dropdown-btn .e-btn-icon,
21
22
  .e-dropdown-btn.e-btn .e-btn-icon {
@@ -47,7 +48,6 @@
47
48
  line-height: 1;
48
49
  padding: 6px 12px;
49
50
  }
50
-
51
51
  .e-bigger .e-dropdown-btn .e-btn-icon,
52
52
  .e-bigger.e-dropdown-btn .e-btn-icon {
53
53
  font-size: 16px;
@@ -73,8 +73,10 @@
73
73
  .e-dropdown-popup ul {
74
74
  border: 1px solid rgba(0, 0, 0, 0.15);
75
75
  border-radius: 4px;
76
- box-shadow: none;
77
- box-sizing: border-box;
76
+ -webkit-box-shadow: none;
77
+ box-shadow: none;
78
+ -webkit-box-sizing: border-box;
79
+ box-sizing: border-box;
78
80
  font-size: 14px;
79
81
  font-weight: normal;
80
82
  list-style-image: none;
@@ -85,18 +87,23 @@
85
87
  overflow: hidden;
86
88
  padding: 6px 0;
87
89
  -webkit-user-select: none;
90
+ -moz-user-select: none;
88
91
  -ms-user-select: none;
89
92
  user-select: none;
90
93
  white-space: nowrap;
91
94
  }
92
95
  .e-dropdown-popup ul .e-item {
93
96
  cursor: pointer;
97
+ display: -webkit-box;
94
98
  display: -ms-flexbox;
95
99
  display: flex;
96
100
  height: 26px;
97
101
  line-height: 26px;
98
102
  padding: 0 20px;
99
103
  }
104
+ .e-dropdown-popup ul .e-item.e-separator {
105
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
106
+ }
100
107
  .e-dropdown-popup ul .e-item.e-url {
101
108
  padding: 0;
102
109
  }
@@ -129,7 +136,8 @@
129
136
  }
130
137
  .e-dropdown-popup.e-transparent {
131
138
  background: transparent;
132
- box-shadow: none;
139
+ -webkit-box-shadow: none;
140
+ box-shadow: none;
133
141
  }
134
142
  .e-dropdown-popup.e-transparent .e-dropdown-menu {
135
143
  border: 0;
@@ -147,7 +155,8 @@
147
155
 
148
156
  *.e-bigger .e-dropdown-popup ul,
149
157
  *.e-bigger.e-dropdown-popup ul {
150
- box-shadow: none;
158
+ -webkit-box-shadow: none;
159
+ box-shadow: none;
151
160
  font-size: 16px;
152
161
  max-width: 280px;
153
162
  min-width: 112px;
@@ -174,7 +183,6 @@
174
183
  line-height: normal;
175
184
  }
176
185
 
177
- /*! drop-down button theme */
178
186
  .e-dropdown-popup {
179
187
  background: #fff;
180
188
  color: #212529;
@@ -187,7 +195,8 @@
187
195
  }
188
196
  .e-dropdown-popup ul .e-item.e-focused {
189
197
  background: #f2f4f6;
190
- box-shadow: none;
198
+ -webkit-box-shadow: none;
199
+ box-shadow: none;
191
200
  }
192
201
  .e-dropdown-popup ul .e-item:hover {
193
202
  background: #f2f4f6;
@@ -211,7 +220,8 @@
211
220
  .e-dropdown-btn.e-btn.e-inherit {
212
221
  background: inherit;
213
222
  border-color: transparent;
214
- box-shadow: none;
223
+ -webkit-box-shadow: none;
224
+ box-shadow: none;
215
225
  color: inherit;
216
226
  }
217
227
  .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,
@@ -221,15 +231,18 @@
221
231
  .e-dropdown-btn.e-btn.e-inherit.e-active {
222
232
  background: rgba(0, 0, 0, 0.056);
223
233
  border-color: transparent;
224
- box-shadow: none;
234
+ -webkit-box-shadow: none;
235
+ box-shadow: none;
225
236
  color: inherit;
226
237
  }
227
238
 
228
- /*! splitbutton layout */
229
239
  .e-split-btn-wrapper {
240
+ display: -webkit-inline-box;
230
241
  display: -ms-inline-flexbox;
231
242
  display: inline-flex;
232
243
  white-space: nowrap;
244
+ width: -webkit-min-content;
245
+ width: -moz-min-content;
233
246
  width: min-content;
234
247
  }
235
248
  .e-split-btn-wrapper .e-split-btn {
@@ -246,10 +259,12 @@
246
259
  outline-offset: 0;
247
260
  }
248
261
  .e-split-btn-wrapper .e-split-btn:focus {
249
- box-shadow: none;
262
+ -webkit-box-shadow: none;
263
+ box-shadow: none;
250
264
  }
251
265
  .e-split-btn-wrapper .e-split-btn:active {
252
- box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
266
+ -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
267
+ box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
253
268
  z-index: 2;
254
269
  }
255
270
  .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
@@ -281,7 +296,8 @@
281
296
  padding-right: 8px;
282
297
  }
283
298
  .e-split-btn-wrapper .e-dropdown-btn:active {
284
- box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
299
+ -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
300
+ box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
285
301
  z-index: 2;
286
302
  }
287
303
  .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 {
@@ -291,16 +307,20 @@
291
307
  outline-offset: 0;
292
308
  }
293
309
  .e-split-btn-wrapper .e-btn:focus {
294
- box-shadow: none;
310
+ -webkit-box-shadow: none;
311
+ box-shadow: none;
295
312
  }
296
313
  .e-split-btn-wrapper .e-btn:active {
297
- box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
314
+ -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
315
+ box-shadow: 0 0 0 0.2rem rgba(99, 105, 111, 0.5);
298
316
  }
299
317
  .e-split-btn-wrapper .e-btn:disabled {
300
- box-shadow: none;
318
+ -webkit-box-shadow: none;
319
+ box-shadow: none;
301
320
  }
302
321
  .e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
303
- box-shadow: none;
322
+ -webkit-box-shadow: none;
323
+ box-shadow: none;
304
324
  }
305
325
  .e-split-btn-wrapper.e-rtl .e-split-btn {
306
326
  border-bottom-left-radius: 0;
@@ -453,7 +473,6 @@
453
473
  padding-top: 0;
454
474
  }
455
475
 
456
- /*! splitbutton theme */
457
476
  .e-split-btn-wrapper .e-split-btn {
458
477
  border-right-color: #6c757d;
459
478
  }
@@ -555,11 +574,14 @@
555
574
  /* stylelint-disable */
556
575
  *.e-btn-group,
557
576
  *.e-css.e-btn-group {
577
+ display: -webkit-inline-box;
558
578
  display: -ms-inline-flexbox;
559
579
  display: inline-flex;
560
580
  border-radius: 4px;
561
- -ms-flex-direction: row;
562
- flex-direction: row;
581
+ -webkit-box-orient: horizontal;
582
+ -webkit-box-direction: normal;
583
+ -ms-flex-direction: row;
584
+ flex-direction: row;
563
585
  position: relative;
564
586
  }
565
587
  *.e-btn-group input:focus + label.e-btn,
@@ -602,8 +624,9 @@
602
624
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
603
625
  border-radius: 0;
604
626
  }
605
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
606
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
627
+ *.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),
628
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
629
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
607
630
  border-bottom-right-radius: 0;
608
631
  border-top-right-radius: 0;
609
632
  }
@@ -612,11 +635,6 @@
612
635
  border-bottom-left-radius: 0;
613
636
  border-top-left-radius: 0;
614
637
  }
615
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
616
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
617
- border-bottom-right-radius: 0;
618
- border-top-right-radius: 0;
619
- }
620
638
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
621
639
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
622
640
  border-bottom-left-radius: 0;
@@ -650,8 +668,9 @@
650
668
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
651
669
  border-radius: 0;
652
670
  }
653
- *.e-btn-group.e-rtl .e-btn:first-of-type,
654
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
671
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
672
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
673
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
655
674
  border-bottom-left-radius: 0;
656
675
  border-top-left-radius: 0;
657
676
  }
@@ -660,11 +679,6 @@
660
679
  border-bottom-right-radius: 0;
661
680
  border-top-right-radius: 0;
662
681
  }
663
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
664
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
665
- border-bottom-left-radius: 0;
666
- border-top-left-radius: 0;
667
- }
668
682
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
669
683
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
670
684
  border-bottom-right-radius: 0;
@@ -692,8 +706,10 @@
692
706
  }
693
707
  *.e-btn-group.e-vertical,
694
708
  *.e-css.e-btn-group.e-vertical {
695
- -ms-flex-direction: column;
696
- flex-direction: column;
709
+ -webkit-box-orient: vertical;
710
+ -webkit-box-direction: normal;
711
+ -ms-flex-direction: column;
712
+ flex-direction: column;
697
713
  }
698
714
  *.e-btn-group.e-vertical input,
699
715
  *.e-css.e-btn-group.e-vertical input {
@@ -800,11 +816,13 @@
800
816
  /* stylelint-disable */
801
817
  .e-btn-group:not(.e-outline),
802
818
  .e-css.e-btn-group:not(.e-outline) {
803
- box-shadow: none;
819
+ -webkit-box-shadow: none;
820
+ box-shadow: none;
804
821
  }
805
822
  .e-btn-group .e-btn:hover,
806
823
  .e-css.e-btn-group .e-btn:hover {
807
- box-shadow: none;
824
+ -webkit-box-shadow: none;
825
+ box-shadow: none;
808
826
  }
809
827
  .e-btn-group .e-btn:focus,
810
828
  .e-btn-group input:focus-visible + label.e-btn,
@@ -817,7 +835,8 @@
817
835
  color: #fff;
818
836
  outline: #6c757d 0 solid;
819
837
  outline-offset: 0;
820
- box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
838
+ -webkit-box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
839
+ box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
821
840
  outline-color: inherit;
822
841
  }
823
842
  .e-btn-group .e-btn:focus.e-primary,
@@ -830,7 +849,8 @@
830
849
  border-color: #006fe6;
831
850
  color: #fff;
832
851
  outline: #6c757d 0 solid;
833
- box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
852
+ -webkit-box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
853
+ box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
834
854
  outline-color: inherit;
835
855
  }
836
856
  .e-btn-group .e-btn:focus.e-success,
@@ -842,7 +862,8 @@
842
862
  background: #218a39;
843
863
  border-color: #23923d;
844
864
  color: #fff;
845
- box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
865
+ -webkit-box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
866
+ box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
846
867
  outline-color: inherit;
847
868
  }
848
869
  .e-btn-group .e-btn:focus.e-info,
@@ -854,7 +875,8 @@
854
875
  background: #138698;
855
876
  border-color: #148ea1;
856
877
  color: #fff;
857
- box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
878
+ -webkit-box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
879
+ box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
858
880
  outline-color: inherit;
859
881
  }
860
882
  .e-btn-group .e-btn:focus.e-warning,
@@ -866,7 +888,8 @@
866
888
  background: #e2aa00;
867
889
  border-color: #edb100;
868
890
  color: #212529;
869
- box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
891
+ -webkit-box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
892
+ box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
870
893
  outline-color: inherit;
871
894
  }
872
895
  .e-btn-group .e-btn:focus.e-danger,
@@ -878,7 +901,8 @@
878
901
  background: #ca2333;
879
902
  border-color: #d32535;
880
903
  color: #fff;
881
- box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
904
+ -webkit-box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
905
+ box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
882
906
  outline-color: inherit;
883
907
  }
884
908
  .e-btn-group .e-btn:focus.e-link,
@@ -891,7 +915,8 @@
891
915
  text-decoration: underline;
892
916
  background: transparent;
893
917
  border-color: transparent;
894
- box-shadow: none;
918
+ -webkit-box-shadow: none;
919
+ box-shadow: none;
895
920
  color: #0056b3;
896
921
  background-color: transparent;
897
922
  border-color: transparent;
@@ -904,8 +929,8 @@
904
929
  .e-css.e-btn-group .e-btn:focus.e-outline,
905
930
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
906
931
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
907
- box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
908
- box-shadow: none;
932
+ -webkit-box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
933
+ box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
909
934
  }
910
935
  .e-btn-group .e-btn:focus.e-outline.e-primary,
911
936
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -913,7 +938,8 @@
913
938
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
914
939
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
915
940
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
916
- box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
941
+ -webkit-box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
942
+ box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
917
943
  }
918
944
  .e-btn-group .e-btn:focus.e-outline.e-success,
919
945
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -921,7 +947,8 @@
921
947
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
922
948
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
923
949
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
924
- box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
950
+ -webkit-box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
951
+ box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
925
952
  }
926
953
  .e-btn-group .e-btn:focus.e-outline.e-info,
927
954
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -929,7 +956,8 @@
929
956
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
930
957
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
931
958
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
932
- box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
959
+ -webkit-box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
960
+ box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
933
961
  }
934
962
  .e-btn-group .e-btn:focus.e-outline.e-warning,
935
963
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -937,7 +965,8 @@
937
965
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
938
966
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
939
967
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
940
- box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
968
+ -webkit-box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
969
+ box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
941
970
  }
942
971
  .e-btn-group .e-btn:focus.e-outline.e-danger,
943
972
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -945,7 +974,8 @@
945
974
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
946
975
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
947
976
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
948
- box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
977
+ -webkit-box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
978
+ box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
949
979
  }
950
980
  .e-btn-group .e-btn:active,
951
981
  .e-btn-group input:active + label.e-btn,
@@ -1076,7 +1106,8 @@
1076
1106
  .e-css.e-btn-group input:disabled + label.e-btn {
1077
1107
  background-color: rgba(108, 117, 125, 0.65);
1078
1108
  border-color: transparent;
1079
- box-shadow: none;
1109
+ -webkit-box-shadow: none;
1110
+ box-shadow: none;
1080
1111
  color: #fff;
1081
1112
  }
1082
1113
  .e-btn-group .e-btn:disabled.e-primary,
@@ -1085,7 +1116,8 @@
1085
1116
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1086
1117
  background: rgba(0, 123, 255, 0.65);
1087
1118
  border-color: transparent;
1088
- box-shadow: none;
1119
+ -webkit-box-shadow: none;
1120
+ box-shadow: none;
1089
1121
  color: #fff;
1090
1122
  }
1091
1123
  .e-btn-group .e-btn:disabled.e-success,
@@ -1094,7 +1126,8 @@
1094
1126
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1095
1127
  background: rgba(40, 167, 69, 0.65);
1096
1128
  border-color: transparent;
1097
- box-shadow: none;
1129
+ -webkit-box-shadow: none;
1130
+ box-shadow: none;
1098
1131
  color: #fff;
1099
1132
  }
1100
1133
  .e-btn-group .e-btn:disabled.e-info,
@@ -1103,7 +1136,8 @@
1103
1136
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1104
1137
  background: rgba(23, 162, 184, 0.65);
1105
1138
  border-color: transparent;
1106
- box-shadow: none;
1139
+ -webkit-box-shadow: none;
1140
+ box-shadow: none;
1107
1141
  color: #fff;
1108
1142
  }
1109
1143
  .e-btn-group .e-btn:disabled.e-warning,
@@ -1112,7 +1146,8 @@
1112
1146
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1113
1147
  background: rgba(255, 193, 7, 0.65);
1114
1148
  border-color: transparent;
1115
- box-shadow: none;
1149
+ -webkit-box-shadow: none;
1150
+ box-shadow: none;
1116
1151
  color: #212529;
1117
1152
  }
1118
1153
  .e-btn-group .e-btn:disabled.e-danger,
@@ -1121,7 +1156,8 @@
1121
1156
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1122
1157
  background: rgba(220, 53, 69, 0.65);
1123
1158
  border-color: transparent;
1124
- box-shadow: none;
1159
+ -webkit-box-shadow: none;
1160
+ box-shadow: none;
1125
1161
  color: #fff;
1126
1162
  }
1127
1163
  .e-btn-group .e-btn:disabled.e-link,
@@ -1130,7 +1166,8 @@
1130
1166
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1131
1167
  color: #6c757d;
1132
1168
  background: transparent;
1133
- box-shadow: none;
1169
+ -webkit-box-shadow: none;
1170
+ box-shadow: none;
1134
1171
  text-decoration: none;
1135
1172
  }
1136
1173
  .e-btn-group .e-btn:disabled.e-outline,
@@ -1148,7 +1185,8 @@
1148
1185
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1149
1186
  background: transparent;
1150
1187
  border-color: rgba(0, 123, 255, 0.65);
1151
- box-shadow: none;
1188
+ -webkit-box-shadow: none;
1189
+ box-shadow: none;
1152
1190
  color: rgba(0, 123, 255, 0.65);
1153
1191
  border-color: #007bff;
1154
1192
  }
@@ -1158,7 +1196,8 @@
1158
1196
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1159
1197
  background: transparent;
1160
1198
  border-color: rgba(40, 167, 69, 0.65);
1161
- box-shadow: none;
1199
+ -webkit-box-shadow: none;
1200
+ box-shadow: none;
1162
1201
  color: rgba(40, 167, 69, 0.65);
1163
1202
  border-color: #28a745;
1164
1203
  }
@@ -1168,7 +1207,8 @@
1168
1207
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1169
1208
  background: transparent;
1170
1209
  border-color: rgba(23, 162, 184, 0.65);
1171
- box-shadow: none;
1210
+ -webkit-box-shadow: none;
1211
+ box-shadow: none;
1172
1212
  color: rgba(23, 162, 184, 0.65);
1173
1213
  border-color: #17a2b8;
1174
1214
  }
@@ -1178,7 +1218,8 @@
1178
1218
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1179
1219
  background: transparent;
1180
1220
  border-color: rgba(255, 193, 7, 0.65);
1181
- box-shadow: none;
1221
+ -webkit-box-shadow: none;
1222
+ box-shadow: none;
1182
1223
  color: rgba(255, 193, 7, 0.65);
1183
1224
  border-color: #ffc107;
1184
1225
  }
@@ -1188,7 +1229,8 @@
1188
1229
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1189
1230
  background: transparent;
1190
1231
  border-color: rgba(220, 53, 69, 0.65);
1191
- box-shadow: none;
1232
+ -webkit-box-shadow: none;
1233
+ box-shadow: none;
1192
1234
  color: rgba(220, 53, 69, 0.65);
1193
1235
  border-color: #dc3545;
1194
1236
  }
@@ -1317,23 +1359,46 @@
1317
1359
  }
1318
1360
 
1319
1361
  /* stylelint-disable property-no-vendor-prefix */
1362
+ @-webkit-keyframes material-spinner-rotate {
1363
+ 0% {
1364
+ -webkit-transform: rotate(0);
1365
+ transform: rotate(0);
1366
+ }
1367
+ 100% {
1368
+ -webkit-transform: rotate(360deg);
1369
+ transform: rotate(360deg);
1370
+ }
1371
+ }
1320
1372
  @keyframes material-spinner-rotate {
1321
1373
  0% {
1374
+ -webkit-transform: rotate(0);
1322
1375
  transform: rotate(0);
1323
1376
  }
1324
1377
  100% {
1378
+ -webkit-transform: rotate(360deg);
1379
+ transform: rotate(360deg);
1380
+ }
1381
+ }
1382
+ @-webkit-keyframes fabric-spinner-rotate {
1383
+ 0% {
1384
+ -webkit-transform: rotate(0);
1385
+ transform: rotate(0);
1386
+ }
1387
+ 100% {
1388
+ -webkit-transform: rotate(360deg);
1325
1389
  transform: rotate(360deg);
1326
1390
  }
1327
1391
  }
1328
1392
  @keyframes fabric-spinner-rotate {
1329
1393
  0% {
1394
+ -webkit-transform: rotate(0);
1330
1395
  transform: rotate(0);
1331
1396
  }
1332
1397
  100% {
1398
+ -webkit-transform: rotate(360deg);
1333
1399
  transform: rotate(360deg);
1334
1400
  }
1335
1401
  }
1336
- /*! Progress Button Layout */
1337
1402
  .e-progress-btn {
1338
1403
  position: relative;
1339
1404
  }
@@ -1343,9 +1408,11 @@
1343
1408
  opacity: 0;
1344
1409
  position: absolute;
1345
1410
  top: 0;
1411
+ -webkit-transition: opacity 0.3s linear;
1346
1412
  transition: opacity 0.3s linear;
1347
1413
  }
1348
1414
  .e-progress-btn .e-spinner {
1415
+ -webkit-transition: all 0.3s linear;
1349
1416
  transition: all 0.3s linear;
1350
1417
  }
1351
1418
  .e-progress-btn .e-btn-content {
@@ -1378,6 +1445,7 @@
1378
1445
  opacity: 0;
1379
1446
  }
1380
1447
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1448
+ -webkit-transition: padding 0.3s linear;
1381
1449
  transition: padding 0.3s linear;
1382
1450
  }
1383
1451
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1387,10 +1455,12 @@
1387
1455
  line-height: 1;
1388
1456
  }
1389
1457
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1458
+ display: -webkit-box;
1390
1459
  display: -ms-flexbox;
1391
1460
  display: flex;
1392
- -ms-flex-pack: center;
1393
- justify-content: center;
1461
+ -webkit-box-pack: center;
1462
+ -ms-flex-pack: center;
1463
+ justify-content: center;
1394
1464
  }
1395
1465
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1396
1466
  padding-right: 12px;
@@ -1476,21 +1546,35 @@
1476
1546
  left: auto;
1477
1547
  position: relative;
1478
1548
  top: auto;
1479
- transform: none;
1549
+ -webkit-transform: none;
1550
+ transform: none;
1480
1551
  }
1481
1552
  .e-progress-btn .e-cont-animate {
1482
- -ms-flex-align: center;
1483
- align-items: center;
1553
+ -webkit-box-align: center;
1554
+ -ms-flex-align: center;
1555
+ align-items: center;
1556
+ display: -webkit-inline-box;
1484
1557
  display: -ms-inline-flexbox;
1485
1558
  display: inline-flex;
1486
1559
  height: 100%;
1487
- -ms-flex-pack: center;
1488
- justify-content: center;
1560
+ -webkit-box-pack: center;
1561
+ -ms-flex-pack: center;
1562
+ justify-content: center;
1489
1563
  left: 0;
1490
1564
  position: absolute;
1491
1565
  top: 0;
1492
1566
  width: 100%;
1493
1567
  }
1568
+ @-webkit-keyframes ProgressSlideLeft {
1569
+ from {
1570
+ left: 0%;
1571
+ opacity: 1;
1572
+ }
1573
+ to {
1574
+ left: -100%;
1575
+ opacity: 0;
1576
+ }
1577
+ }
1494
1578
  @keyframes ProgressSlideLeft {
1495
1579
  from {
1496
1580
  left: 0%;
@@ -1501,6 +1585,16 @@
1501
1585
  opacity: 0;
1502
1586
  }
1503
1587
  }
1588
+ @-webkit-keyframes ProgressSlideRight {
1589
+ from {
1590
+ left: 0%;
1591
+ opacity: 1;
1592
+ }
1593
+ to {
1594
+ left: 100%;
1595
+ opacity: 0;
1596
+ }
1597
+ }
1504
1598
  @keyframes ProgressSlideRight {
1505
1599
  from {
1506
1600
  left: 0%;
@@ -1511,6 +1605,18 @@
1511
1605
  opacity: 0;
1512
1606
  }
1513
1607
  }
1608
+ @-webkit-keyframes ProgressSlideUp {
1609
+ from {
1610
+ height: auto;
1611
+ opacity: 1;
1612
+ top: 0;
1613
+ }
1614
+ to {
1615
+ height: auto;
1616
+ opacity: 0;
1617
+ top: -100px;
1618
+ }
1619
+ }
1514
1620
  @keyframes ProgressSlideUp {
1515
1621
  from {
1516
1622
  height: auto;
@@ -1523,6 +1629,18 @@
1523
1629
  top: -100px;
1524
1630
  }
1525
1631
  }
1632
+ @-webkit-keyframes ProgressSlideDown {
1633
+ from {
1634
+ height: auto;
1635
+ opacity: 1;
1636
+ top: 0;
1637
+ }
1638
+ to {
1639
+ height: auto;
1640
+ opacity: 0;
1641
+ top: 100px;
1642
+ }
1643
+ }
1526
1644
  @keyframes ProgressSlideDown {
1527
1645
  from {
1528
1646
  height: auto;
@@ -1535,22 +1653,48 @@
1535
1653
  top: 100px;
1536
1654
  }
1537
1655
  }
1656
+ @-webkit-keyframes ProgressZoomIn {
1657
+ from {
1658
+ opacity: 1;
1659
+ -webkit-transform: translate(0, 0) scale(1);
1660
+ transform: translate(0, 0) scale(1);
1661
+ }
1662
+ to {
1663
+ opacity: 0;
1664
+ -webkit-transform: translate(0, 0) scale(3);
1665
+ transform: translate(0, 0) scale(3);
1666
+ }
1667
+ }
1538
1668
  @keyframes ProgressZoomIn {
1539
1669
  from {
1540
1670
  opacity: 1;
1541
- transform: translate(0, 0) scale(1);
1671
+ -webkit-transform: translate(0, 0) scale(1);
1672
+ transform: translate(0, 0) scale(1);
1542
1673
  }
1543
1674
  to {
1544
1675
  opacity: 0;
1545
- transform: translate(0, 0) scale(3);
1676
+ -webkit-transform: translate(0, 0) scale(3);
1677
+ transform: translate(0, 0) scale(3);
1678
+ }
1679
+ }
1680
+ @-webkit-keyframes ProgressZoomOut {
1681
+ from {
1682
+ -webkit-transform: translate(0, 0) scale(1);
1683
+ transform: translate(0, 0) scale(1);
1684
+ }
1685
+ to {
1686
+ -webkit-transform: translate(0, 0) scale(0);
1687
+ transform: translate(0, 0) scale(0);
1546
1688
  }
1547
1689
  }
1548
1690
  @keyframes ProgressZoomOut {
1549
1691
  from {
1550
- transform: translate(0, 0) scale(1);
1692
+ -webkit-transform: translate(0, 0) scale(1);
1693
+ transform: translate(0, 0) scale(1);
1551
1694
  }
1552
1695
  to {
1553
- transform: translate(0, 0) scale(0);
1696
+ -webkit-transform: translate(0, 0) scale(0);
1697
+ transform: translate(0, 0) scale(0);
1554
1698
  }
1555
1699
  }
1556
1700
 
@@ -1805,7 +1949,10 @@
1805
1949
 
1806
1950
  *.e-primary .e-progress,
1807
1951
  *.e-success .e-progress,
1808
- *.e-danger .e-progress,
1952
+ *.e-danger .e-progress {
1953
+ background: rgba(255, 255, 255, 0.25);
1954
+ }
1955
+
1809
1956
  *.e-info .e-progress {
1810
1957
  background: rgba(255, 255, 255, 0.25);
1811
1958
  }