@syncfusion/ej2-splitbuttons 20.2.45 → 20.3.52
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.
- package/CHANGELOG.md +1 -1
- package/dist/ej2-splitbuttons.min.js +10 -0
- package/dist/ej2-splitbuttons.umd.min.js +1 -1
- package/dist/global/ej2-splitbuttons.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/dist/ts/button-group/button-group.ts +84 -0
- package/dist/ts/common/common.ts +203 -0
- package/dist/ts/drop-down-button/drop-down-button.ts +831 -0
- package/dist/ts/progress-button/progress-button.ts +689 -0
- package/dist/ts/split-button/split-button.ts +501 -0
- package/package.json +10 -9
- package/src/drop-down-button/drop-down-button-model.d.ts +4 -4
- package/styles/bootstrap-dark.css +26 -5
- package/styles/bootstrap.css +21 -0
- package/styles/bootstrap4.css +22 -1
- package/styles/bootstrap5-dark.css +23 -0
- package/styles/bootstrap5.css +23 -0
- package/styles/button-group/_bootstrap-dark-definition.scss +2 -1
- package/styles/button-group/_fabric-dark-definition.scss +2 -1
- package/styles/button-group/_group-button-mixin.scss +3 -3
- package/styles/button-group/_highcontrast-light-definition.scss +3 -3
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_material-dark-definition.scss +2 -1
- package/styles/button-group/_theme.scss +1 -1
- package/styles/button-group/bootstrap-dark.css +2 -0
- package/styles/button-group/bootstrap.css +2 -0
- package/styles/button-group/bootstrap4.css +2 -0
- package/styles/button-group/bootstrap5-dark.css +2 -0
- package/styles/button-group/bootstrap5.css +2 -0
- package/styles/button-group/fabric-dark.css +2 -0
- package/styles/button-group/fabric.css +2 -0
- package/styles/button-group/fluent-dark.css +2 -0
- package/styles/button-group/fluent.css +2 -0
- package/styles/button-group/highcontrast-light.css +2 -0
- package/styles/button-group/highcontrast.css +2 -0
- package/styles/button-group/material-dark.css +2 -0
- package/styles/button-group/material.css +2 -0
- package/styles/button-group/tailwind-dark.css +2 -0
- package/styles/button-group/tailwind.css +2 -0
- package/styles/drop-down-button/_all.scss +1 -1
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +1 -0
- package/styles/drop-down-button/_bootstrap4-definition.scss +2 -2
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
- package/styles/drop-down-button/_fabric-dark-definition.scss +2 -1
- package/styles/drop-down-button/_fluent-definition.scss +1 -1
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
- package/styles/drop-down-button/_highcontrast-definition.scss +0 -1
- package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -1
- package/styles/drop-down-button/_layout.scss +3 -2
- package/styles/drop-down-button/_material-dark-definition.scss +2 -1
- package/styles/drop-down-button/_material3-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -1
- package/styles/drop-down-button/_theme.scss +21 -0
- package/styles/drop-down-button/bootstrap-dark.css +18 -0
- package/styles/drop-down-button/bootstrap.css +18 -0
- package/styles/drop-down-button/bootstrap4.css +18 -0
- package/styles/drop-down-button/bootstrap5-dark.css +19 -0
- package/styles/drop-down-button/bootstrap5.css +19 -0
- package/styles/drop-down-button/fabric-dark.css +18 -0
- package/styles/drop-down-button/fabric.css +18 -0
- package/styles/drop-down-button/fluent-dark.css +19 -0
- package/styles/drop-down-button/fluent.css +19 -0
- package/styles/drop-down-button/highcontrast-light.css +18 -0
- package/styles/drop-down-button/highcontrast.css +18 -0
- package/styles/drop-down-button/material-dark.css +18 -0
- package/styles/drop-down-button/material.css +18 -0
- package/styles/drop-down-button/tailwind-dark.css +19 -0
- package/styles/drop-down-button/tailwind.css +19 -0
- package/styles/fabric-dark.css +21 -0
- package/styles/fabric.css +21 -0
- package/styles/fluent-dark.css +23 -0
- package/styles/fluent.css +23 -0
- package/styles/highcontrast-light.css +21 -0
- package/styles/highcontrast.css +23 -2
- package/styles/material-dark.css +21 -0
- package/styles/material.css +21 -0
- package/styles/progress-button/_bootstrap-dark-definition.scss +6 -5
- package/styles/progress-button/_bootstrap4-definition.scss +1 -1
- package/styles/progress-button/_fabric-dark-definition.scss +1 -0
- package/styles/progress-button/_highcontrast-definition.scss +1 -1
- package/styles/progress-button/_layout.scss +43 -42
- package/styles/progress-button/_material-dark-definition.scss +1 -0
- package/styles/progress-button/_theme.scss +23 -22
- package/styles/progress-button/bootstrap-dark.css +6 -5
- package/styles/progress-button/bootstrap.css +1 -0
- package/styles/progress-button/bootstrap4.css +2 -1
- package/styles/progress-button/bootstrap5-dark.css +1 -0
- package/styles/progress-button/bootstrap5.css +1 -0
- package/styles/progress-button/fabric-dark.css +1 -0
- package/styles/progress-button/fabric.css +1 -0
- package/styles/progress-button/fluent-dark.css +1 -0
- package/styles/progress-button/fluent.css +1 -0
- package/styles/progress-button/highcontrast-light.css +1 -0
- package/styles/progress-button/highcontrast.css +3 -2
- package/styles/progress-button/material-dark.css +1 -0
- package/styles/progress-button/material.css +1 -0
- package/styles/progress-button/tailwind-dark.css +1 -0
- package/styles/progress-button/tailwind.css +1 -0
- package/styles/split-button/_bootstrap-dark-definition.scss +2 -1
- package/styles/split-button/_bootstrap4-definition.scss +2 -1
- package/styles/split-button/_bootstrap5-definition.scss +0 -1
- package/styles/split-button/_fabric-dark-definition.scss +1 -0
- package/styles/split-button/_fluent-definition.scss +0 -1
- package/styles/split-button/_fusionnew-definition.scss +0 -1
- package/styles/split-button/_highcontrast-light-definition.scss +2 -2
- package/styles/split-button/_layout.scss +2 -1
- package/styles/split-button/_material-dark-definition.scss +2 -1
- package/styles/split-button/_material3-definition.scss +0 -1
- package/styles/split-button/_tailwind-definition.scss +0 -1
- package/styles/split-button/_theme.scss +1 -1
- package/styles/split-button/bootstrap5-dark.css +1 -0
- package/styles/split-button/bootstrap5.css +1 -0
- package/styles/split-button/fluent-dark.css +1 -0
- package/styles/split-button/fluent.css +1 -0
- package/styles/split-button/tailwind-dark.css +1 -0
- package/styles/split-button/tailwind.css +1 -0
- package/styles/tailwind-dark.css +23 -0
- package/styles/tailwind.css +23 -0
package/styles/material-dark.css
CHANGED
|
@@ -213,6 +213,24 @@
|
|
|
213
213
|
border-bottom-color: rgba(255, 255, 255, 0.12);
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
+
.e-dropdown-btn.e-inherit,
|
|
217
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
218
|
+
background: inherit;
|
|
219
|
+
border-color: transparent;
|
|
220
|
+
box-shadow: none;
|
|
221
|
+
color: inherit;
|
|
222
|
+
}
|
|
223
|
+
.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,
|
|
224
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
225
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
226
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
227
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
228
|
+
background-color: rgba(0, 0, 0, 0.056);
|
|
229
|
+
border-color: transparent;
|
|
230
|
+
box-shadow: none;
|
|
231
|
+
color: inherit;
|
|
232
|
+
}
|
|
233
|
+
|
|
216
234
|
/*! splitbutton layout */
|
|
217
235
|
.e-split-btn-wrapper {
|
|
218
236
|
display: -ms-inline-flexbox;
|
|
@@ -523,6 +541,7 @@
|
|
|
523
541
|
border-left-color: transparent;
|
|
524
542
|
}
|
|
525
543
|
|
|
544
|
+
/* stylelint-disable */
|
|
526
545
|
*.e-btn-group,
|
|
527
546
|
*.e-css.e-btn-group {
|
|
528
547
|
display: -ms-inline-flexbox;
|
|
@@ -759,6 +778,7 @@
|
|
|
759
778
|
font-size: 16px;
|
|
760
779
|
}
|
|
761
780
|
|
|
781
|
+
/* stylelint-disable */
|
|
762
782
|
.e-btn-group:not(.e-outline),
|
|
763
783
|
.e-css.e-btn-group:not(.e-outline) {
|
|
764
784
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -1274,6 +1294,7 @@
|
|
|
1274
1294
|
border-right: transparent;
|
|
1275
1295
|
}
|
|
1276
1296
|
|
|
1297
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1277
1298
|
@keyframes material-spinner-rotate {
|
|
1278
1299
|
0% {
|
|
1279
1300
|
transform: rotate(0deg);
|
package/styles/material.css
CHANGED
|
@@ -213,6 +213,24 @@
|
|
|
213
213
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
+
.e-dropdown-btn.e-inherit,
|
|
217
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
218
|
+
background: inherit;
|
|
219
|
+
border-color: transparent;
|
|
220
|
+
box-shadow: none;
|
|
221
|
+
color: inherit;
|
|
222
|
+
}
|
|
223
|
+
.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,
|
|
224
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
225
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
226
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
227
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
228
|
+
background-color: rgba(0, 0, 0, 0.056);
|
|
229
|
+
border-color: transparent;
|
|
230
|
+
box-shadow: none;
|
|
231
|
+
color: inherit;
|
|
232
|
+
}
|
|
233
|
+
|
|
216
234
|
/*! splitbutton layout */
|
|
217
235
|
.e-split-btn-wrapper {
|
|
218
236
|
display: -ms-inline-flexbox;
|
|
@@ -520,6 +538,7 @@
|
|
|
520
538
|
border-left-color: transparent;
|
|
521
539
|
}
|
|
522
540
|
|
|
541
|
+
/* stylelint-disable */
|
|
523
542
|
*.e-btn-group,
|
|
524
543
|
*.e-css.e-btn-group {
|
|
525
544
|
display: -ms-inline-flexbox;
|
|
@@ -756,6 +775,7 @@
|
|
|
756
775
|
font-size: 16px;
|
|
757
776
|
}
|
|
758
777
|
|
|
778
|
+
/* stylelint-disable */
|
|
759
779
|
.e-btn-group:not(.e-outline),
|
|
760
780
|
.e-css.e-btn-group:not(.e-outline) {
|
|
761
781
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -1275,6 +1295,7 @@
|
|
|
1275
1295
|
border-right: transparent;
|
|
1276
1296
|
}
|
|
1277
1297
|
|
|
1298
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1278
1299
|
@keyframes material-spinner-rotate {
|
|
1279
1300
|
0% {
|
|
1280
1301
|
transform: rotate(0deg);
|
|
@@ -17,10 +17,11 @@ $progress-btn-spinner-padding-small: 10px !default;
|
|
|
17
17
|
$progress-btn-spinner-padding-bigger: 14px !default;
|
|
18
18
|
$progress-btn-spinner-padding-bigger-small: 12px !default;
|
|
19
19
|
|
|
20
|
-
$progress-btn-flat-primary-progress-color:
|
|
21
|
-
$progress-btn-flat-success-progress-color:
|
|
22
|
-
$progress-btn-flat-info-progress-color:
|
|
23
|
-
$progress-btn-flat-warning-progress-color:
|
|
24
|
-
$progress-btn-flat-danger-progress-color:
|
|
20
|
+
$progress-btn-flat-primary-progress-color: #ff4081 !default;
|
|
21
|
+
$progress-btn-flat-success-progress-color: #4d841d !default;
|
|
22
|
+
$progress-btn-flat-info-progress-color: #0378d5 !default;
|
|
23
|
+
$progress-btn-flat-warning-progress-color: #c15700 !default;
|
|
24
|
+
$progress-btn-flat-danger-progress-color: #d64113 !default;
|
|
25
25
|
$btn-flat-primary-path-arc: none;
|
|
26
|
+
|
|
26
27
|
//enddefault
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
$progress-btn-color: $white !default;
|
|
2
|
-
$progress-btn-bgcolor: rgba($
|
|
2
|
+
$progress-btn-bgcolor: rgba($white, .25) !default;
|
|
3
3
|
$progress-btn-bgcolor-normal: rgba($white, .25) !default;
|
|
4
4
|
$progress-btn-warning-progress-color: rgba($gray-900, .25) !default;
|
|
5
5
|
$progress-btn-circle-opacity: 0 !default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
$progress-btn-color: $content-font !default;
|
|
2
|
-
$progress-btn-bgcolor: rgba($
|
|
2
|
+
$progress-btn-bgcolor: rgba($bg-base-0, .3) !default;
|
|
3
3
|
$progress-btn-bgcolor-normal: rgba($bg-base-100, .3) !default;
|
|
4
4
|
$progress-btn-warning-progress-color: $progress-btn-bgcolor !default;
|
|
5
5
|
$progress-btn-circle-opacity: 1 !default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@include export-module('progress-button-layout') {
|
|
2
|
+
|
|
2
3
|
/*! Progress Button Layout */
|
|
3
4
|
.e-progress-btn {
|
|
4
5
|
position: relative;
|
|
@@ -70,15 +71,15 @@
|
|
|
70
71
|
.e-spinner {
|
|
71
72
|
display: block;
|
|
72
73
|
line-height: 1;
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
}
|
|
75
|
+
}
|
|
75
76
|
|
|
76
77
|
&.e-spin-center {
|
|
77
78
|
.e-spinner {
|
|
78
79
|
display: flex;
|
|
79
80
|
justify-content: center;
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
}
|
|
82
|
+
}
|
|
82
83
|
|
|
83
84
|
&.e-spin-left:not(.e-round) {
|
|
84
85
|
.e-spinner {
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
.e-spinner-inner {
|
|
88
89
|
top: -1px;
|
|
89
90
|
}
|
|
90
|
-
|
|
91
|
+
}
|
|
91
92
|
|
|
92
93
|
&.e-rtl {
|
|
93
94
|
.e-spinner {
|
|
@@ -110,9 +111,9 @@
|
|
|
110
111
|
.e-spinner {
|
|
111
112
|
padding-left: 0;
|
|
112
113
|
padding-right: $progress-btn-spinner-padding;
|
|
113
|
-
}
|
|
114
114
|
}
|
|
115
|
-
|
|
115
|
+
}
|
|
116
|
+
}
|
|
116
117
|
|
|
117
118
|
&.e-spin-top {
|
|
118
119
|
padding-bottom: $progress-btn-spin-btn-padding;
|
|
@@ -120,7 +121,7 @@
|
|
|
120
121
|
|
|
121
122
|
.e-spinner {
|
|
122
123
|
padding-bottom: $progress-btn-spinner-padding;
|
|
123
|
-
|
|
124
|
+
}
|
|
124
125
|
}
|
|
125
126
|
|
|
126
127
|
&.e-spin-bottom {
|
|
@@ -142,9 +143,9 @@
|
|
|
142
143
|
.e-spinner {
|
|
143
144
|
padding-left: $progress-btn-spinner-padding-small;
|
|
144
145
|
padding-right: 0;
|
|
145
|
-
}
|
|
146
146
|
}
|
|
147
|
-
|
|
147
|
+
}
|
|
148
|
+
}
|
|
148
149
|
|
|
149
150
|
&.e-spin-right:not(.e-round) {
|
|
150
151
|
.e-spinner {
|
|
@@ -155,9 +156,9 @@
|
|
|
155
156
|
.e-spinner {
|
|
156
157
|
padding-left: 0;
|
|
157
158
|
padding-right: $progress-btn-spinner-padding-small;
|
|
158
|
-
}
|
|
159
159
|
}
|
|
160
|
-
|
|
160
|
+
}
|
|
161
|
+
}
|
|
161
162
|
|
|
162
163
|
&.e-spin-top {
|
|
163
164
|
padding-bottom: $progress-btn-small-spin-btn-padding;
|
|
@@ -165,7 +166,7 @@
|
|
|
165
166
|
|
|
166
167
|
.e-spinner {
|
|
167
168
|
padding-bottom: $progress-btn-spinner-padding-small;
|
|
168
|
-
|
|
169
|
+
}
|
|
169
170
|
}
|
|
170
171
|
|
|
171
172
|
&.e-spin-bottom {
|
|
@@ -174,10 +175,10 @@
|
|
|
174
175
|
|
|
175
176
|
.e-spinner {
|
|
176
177
|
padding-top: $progress-btn-spinner-padding-small;
|
|
177
|
-
|
|
178
|
+
}
|
|
179
|
+
}
|
|
178
180
|
}
|
|
179
181
|
}
|
|
180
|
-
}
|
|
181
182
|
|
|
182
183
|
&.e-round-corner {
|
|
183
184
|
border-radius: 5em;
|
|
@@ -189,14 +190,14 @@
|
|
|
189
190
|
.e-progress {
|
|
190
191
|
left: auto;
|
|
191
192
|
right: 0;
|
|
192
|
-
|
|
193
|
+
}
|
|
193
194
|
|
|
194
195
|
&.e-vertical {
|
|
195
196
|
.e-progress {
|
|
196
197
|
bottom: auto;
|
|
197
198
|
top: 0;
|
|
198
|
-
|
|
199
|
-
|
|
199
|
+
}
|
|
200
|
+
}
|
|
200
201
|
}
|
|
201
202
|
|
|
202
203
|
.e-spinner-pane {
|
|
@@ -252,51 +253,51 @@
|
|
|
252
253
|
height: auto;
|
|
253
254
|
opacity: 1;
|
|
254
255
|
top: 0;
|
|
255
|
-
|
|
256
|
+
}
|
|
256
257
|
|
|
257
258
|
to {
|
|
258
259
|
height: auto;
|
|
259
260
|
opacity: 0;
|
|
260
261
|
top: -100px;
|
|
261
|
-
}
|
|
262
262
|
}
|
|
263
|
+
}
|
|
263
264
|
|
|
264
265
|
@keyframes ProgressSlideDown {
|
|
265
266
|
from {
|
|
266
267
|
height: auto;
|
|
267
268
|
opacity: 1;
|
|
268
269
|
top: 0;
|
|
269
|
-
|
|
270
|
+
}
|
|
270
271
|
|
|
271
272
|
to {
|
|
272
273
|
height: auto;
|
|
273
274
|
opacity: 0;
|
|
274
275
|
top: 100px;
|
|
275
|
-
}
|
|
276
276
|
}
|
|
277
|
+
}
|
|
277
278
|
|
|
278
279
|
@keyframes ProgressZoomIn {
|
|
279
280
|
from {
|
|
280
281
|
opacity: 1;
|
|
281
|
-
transform: translate(0, 0)scale(1);
|
|
282
|
-
|
|
282
|
+
transform: translate(0, 0) scale(1);
|
|
283
|
+
}
|
|
283
284
|
|
|
284
285
|
to {
|
|
285
286
|
opacity: 0;
|
|
286
|
-
transform: translate(0, 0)scale(3);
|
|
287
|
-
}
|
|
287
|
+
transform: translate(0, 0) scale(3);
|
|
288
288
|
}
|
|
289
|
+
}
|
|
289
290
|
|
|
290
291
|
@keyframes ProgressZoomOut {
|
|
291
292
|
from {
|
|
292
|
-
transform: translate(0, 0)scale(1);
|
|
293
|
+
transform: translate(0, 0) scale(1);
|
|
293
294
|
}
|
|
294
295
|
|
|
295
296
|
to {
|
|
296
|
-
transform: translate(0, 0)scale(0);
|
|
297
|
-
}
|
|
297
|
+
transform: translate(0, 0) scale(0);
|
|
298
298
|
}
|
|
299
|
-
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
300
301
|
|
|
301
302
|
#{if(&, '&', '*')}.e-bigger .e-progress-btn,
|
|
302
303
|
#{if(&, '&', '*')}.e-bigger.e-progress-btn {
|
|
@@ -304,7 +305,7 @@
|
|
|
304
305
|
&.e-spin-left:not(.e-round) {
|
|
305
306
|
.e-spinner {
|
|
306
307
|
padding-right: $progress-btn-spinner-padding-bigger;
|
|
307
|
-
|
|
308
|
+
}
|
|
308
309
|
|
|
309
310
|
&.e-rtl {
|
|
310
311
|
.e-spinner {
|
|
@@ -312,12 +313,12 @@
|
|
|
312
313
|
padding-right: 0;
|
|
313
314
|
}
|
|
314
315
|
}
|
|
315
|
-
|
|
316
|
+
}
|
|
316
317
|
|
|
317
318
|
&.e-spin-right:not(.e-round) {
|
|
318
319
|
.e-spinner {
|
|
319
320
|
padding-left: $progress-btn-spinner-padding-bigger;
|
|
320
|
-
|
|
321
|
+
}
|
|
321
322
|
|
|
322
323
|
&.e-rtl {
|
|
323
324
|
.e-spinner {
|
|
@@ -325,7 +326,7 @@
|
|
|
325
326
|
padding-right: $progress-btn-spinner-padding-bigger;
|
|
326
327
|
}
|
|
327
328
|
}
|
|
328
|
-
|
|
329
|
+
}
|
|
329
330
|
|
|
330
331
|
&.e-spin-top {
|
|
331
332
|
padding-bottom: $progress-btn-bigger-spin-btn-padding;
|
|
@@ -333,8 +334,8 @@
|
|
|
333
334
|
|
|
334
335
|
.e-spinner {
|
|
335
336
|
padding-bottom: $progress-btn-spinner-padding-bigger;
|
|
337
|
+
}
|
|
336
338
|
}
|
|
337
|
-
}
|
|
338
339
|
|
|
339
340
|
&.e-spin-bottom {
|
|
340
341
|
padding-bottom: $progress-btn-bigger-spin-btn-padding;
|
|
@@ -342,14 +343,14 @@
|
|
|
342
343
|
|
|
343
344
|
.e-spinner {
|
|
344
345
|
padding-top: $progress-btn-spinner-padding-bigger;
|
|
346
|
+
}
|
|
345
347
|
}
|
|
346
|
-
}
|
|
347
348
|
|
|
348
349
|
&.e-small {
|
|
349
350
|
&.e-spin-left:not(.e-round) {
|
|
350
351
|
.e-spinner {
|
|
351
352
|
padding-right: $progress-btn-spinner-padding-bigger-small;
|
|
352
|
-
|
|
353
|
+
}
|
|
353
354
|
|
|
354
355
|
&.e-rtl {
|
|
355
356
|
.e-spinner {
|
|
@@ -357,7 +358,7 @@
|
|
|
357
358
|
padding-right: 0;
|
|
358
359
|
}
|
|
359
360
|
}
|
|
360
|
-
|
|
361
|
+
}
|
|
361
362
|
|
|
362
363
|
&.e-spin-right:not(.e-round) {
|
|
363
364
|
.e-spinner {
|
|
@@ -370,7 +371,7 @@
|
|
|
370
371
|
padding-right: $progress-btn-spinner-padding-bigger-small;
|
|
371
372
|
}
|
|
372
373
|
}
|
|
373
|
-
|
|
374
|
+
}
|
|
374
375
|
|
|
375
376
|
&.e-spin-top {
|
|
376
377
|
padding-bottom: $progress-btn-bigger-small-spin-btn-padding;
|
|
@@ -378,8 +379,8 @@
|
|
|
378
379
|
|
|
379
380
|
.e-spinner {
|
|
380
381
|
padding-bottom: $progress-btn-spinner-padding-bigger-small;
|
|
381
|
-
|
|
382
|
-
|
|
382
|
+
}
|
|
383
|
+
}
|
|
383
384
|
|
|
384
385
|
&.e-spin-bottom {
|
|
385
386
|
padding-bottom: $progress-btn-bigger-small-spin-btn-padding;
|
|
@@ -387,9 +388,9 @@
|
|
|
387
388
|
|
|
388
389
|
.e-spinner {
|
|
389
390
|
padding-top: $progress-btn-spinner-padding-bigger-small;
|
|
391
|
+
}
|
|
390
392
|
}
|
|
391
393
|
}
|
|
392
394
|
}
|
|
393
|
-
}
|
|
394
395
|
}
|
|
395
396
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@include export-module('progress-button-theme') {
|
|
2
|
+
|
|
2
3
|
/*! Progress Button Theme */
|
|
3
4
|
.e-progress-btn {
|
|
4
5
|
.e-spinner-pane .e-spinner-inner svg {
|
|
@@ -63,8 +64,8 @@
|
|
|
63
64
|
stroke: $btn-flat-primary-color;
|
|
64
65
|
}
|
|
65
66
|
}
|
|
66
|
-
|
|
67
|
-
|
|
67
|
+
}
|
|
68
|
+
}
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
#{if(&, '&', '*')}.e-success,
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
|
|
79
80
|
.e-path-circle {
|
|
80
81
|
stroke: fade-out($btn-success-color, $progress-btn-circle-opacity);
|
|
81
|
-
|
|
82
|
+
}
|
|
82
83
|
|
|
83
84
|
.e-path-arc {
|
|
84
85
|
stroke: $btn-success-color;
|
|
@@ -97,7 +98,7 @@
|
|
|
97
98
|
@else {
|
|
98
99
|
stroke: fade-out($btn-flat-success-color, $progress-btn-circle-opacity);
|
|
99
100
|
}
|
|
100
|
-
|
|
101
|
+
}
|
|
101
102
|
|
|
102
103
|
.e-path-arc {
|
|
103
104
|
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
.e-path-arc {
|
|
172
173
|
stroke: $btn-warning-color;
|
|
173
174
|
}
|
|
174
|
-
|
|
175
|
+
}
|
|
175
176
|
|
|
176
177
|
&.e-flat {
|
|
177
178
|
.e-spinner-pane .e-spinner-inner svg {
|
|
@@ -196,7 +197,7 @@
|
|
|
196
197
|
}
|
|
197
198
|
}
|
|
198
199
|
}
|
|
199
|
-
|
|
200
|
+
}
|
|
200
201
|
}
|
|
201
202
|
|
|
202
203
|
&.e-danger,
|
|
@@ -215,7 +216,7 @@
|
|
|
215
216
|
.e-path-arc {
|
|
216
217
|
stroke: $btn-danger-color;
|
|
217
218
|
}
|
|
218
|
-
|
|
219
|
+
}
|
|
219
220
|
|
|
220
221
|
&.e-flat {
|
|
221
222
|
.e-spinner-pane .e-spinner-inner svg {
|
|
@@ -240,7 +241,7 @@
|
|
|
240
241
|
}
|
|
241
242
|
}
|
|
242
243
|
}
|
|
243
|
-
|
|
244
|
+
}
|
|
244
245
|
}
|
|
245
246
|
|
|
246
247
|
&.e-outline,
|
|
@@ -333,7 +334,7 @@
|
|
|
333
334
|
.e-path-arc {
|
|
334
335
|
stroke: $btn-link-color;
|
|
335
336
|
}
|
|
336
|
-
|
|
337
|
+
}
|
|
337
338
|
}
|
|
338
339
|
}
|
|
339
340
|
|
|
@@ -347,13 +348,13 @@
|
|
|
347
348
|
#{if(&, '&', '*')}.e-info {
|
|
348
349
|
.e-progress {
|
|
349
350
|
background-color: $progress-btn-bgcolor;
|
|
350
|
-
|
|
351
|
+
}
|
|
351
352
|
}
|
|
352
353
|
|
|
353
354
|
#{if(&, '&', '*')}.e-warning {
|
|
354
355
|
.e-progress {
|
|
355
356
|
background-color: $progress-btn-warning-progress-color;
|
|
356
|
-
|
|
357
|
+
}
|
|
357
358
|
}
|
|
358
359
|
|
|
359
360
|
#{if(&, '&', '*')}.e-flat {
|
|
@@ -372,20 +373,20 @@
|
|
|
372
373
|
&.e-info {
|
|
373
374
|
.e-progress {
|
|
374
375
|
background-color: fade-out($progress-btn-flat-info-progress-color, .8);
|
|
375
|
-
}
|
|
376
376
|
}
|
|
377
|
+
}
|
|
377
378
|
|
|
378
379
|
&.e-warning {
|
|
379
380
|
.e-progress {
|
|
380
381
|
background-color: fade-out($progress-btn-flat-warning-progress-color, .8);
|
|
381
|
-
}
|
|
382
382
|
}
|
|
383
|
+
}
|
|
383
384
|
|
|
384
385
|
&.e-danger {
|
|
385
386
|
.e-progress {
|
|
386
387
|
background-color: fade-out($progress-btn-flat-danger-progress-color, .8);
|
|
387
|
-
}
|
|
388
388
|
}
|
|
389
|
+
}
|
|
389
390
|
}
|
|
390
391
|
|
|
391
392
|
#{if(&, '&', '*')}.e-outline:not(:focus) {
|
|
@@ -398,26 +399,26 @@
|
|
|
398
399
|
&.e-success {
|
|
399
400
|
.e-progress {
|
|
400
401
|
background-color: fade-out($btn-success-bgcolor, .8);
|
|
401
|
-
}
|
|
402
402
|
}
|
|
403
|
+
}
|
|
403
404
|
|
|
404
405
|
&.e-info {
|
|
405
406
|
.e-progress {
|
|
406
407
|
background-color: fade-out($btn-info-bgcolor, .8);
|
|
407
|
-
}
|
|
408
408
|
}
|
|
409
|
+
}
|
|
409
410
|
|
|
410
411
|
&.e-warning {
|
|
411
412
|
.e-progress {
|
|
412
413
|
background-color: fade-out($btn-warning-bgcolor, .8);
|
|
413
|
-
}
|
|
414
414
|
}
|
|
415
|
+
}
|
|
415
416
|
|
|
416
417
|
&.e-danger {
|
|
417
418
|
.e-progress {
|
|
418
419
|
background-color: fade-out($btn-danger-bgcolor, .8);
|
|
419
|
-
}
|
|
420
420
|
}
|
|
421
|
+
}
|
|
421
422
|
}
|
|
422
423
|
|
|
423
424
|
#{if(&, '&', '*')}.e-flat:not(:focus) {
|
|
@@ -431,26 +432,26 @@
|
|
|
431
432
|
&.e-success {
|
|
432
433
|
.e-progress {
|
|
433
434
|
background-color: fade-out($btn-success-bgcolor, .8);
|
|
434
|
-
}
|
|
435
435
|
}
|
|
436
|
+
}
|
|
436
437
|
|
|
437
438
|
&.e-info {
|
|
438
439
|
.e-progress {
|
|
439
440
|
background-color: fade-out($btn-info-bgcolor, .8);
|
|
440
|
-
}
|
|
441
441
|
}
|
|
442
|
+
}
|
|
442
443
|
|
|
443
444
|
&.e-warning {
|
|
444
445
|
.e-progress {
|
|
445
446
|
background-color: fade-out($btn-warning-bgcolor, .8);
|
|
446
|
-
}
|
|
447
447
|
}
|
|
448
|
+
}
|
|
448
449
|
|
|
449
450
|
&.e-danger {
|
|
450
451
|
.e-progress {
|
|
451
452
|
background-color: fade-out($btn-danger-bgcolor, .8);
|
|
452
|
-
}
|
|
453
453
|
}
|
|
454
|
+
}
|
|
454
455
|
}
|
|
455
456
|
}
|
|
456
457
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
@keyframes material-spinner-rotate {
|
|
2
3
|
0% {
|
|
3
4
|
transform: rotate(0);
|
|
@@ -496,19 +497,19 @@
|
|
|
496
497
|
}
|
|
497
498
|
|
|
498
499
|
*.e-flat.e-primary .e-progress {
|
|
499
|
-
background-color: rgba(255,
|
|
500
|
+
background-color: rgba(255, 64, 129, 0.2);
|
|
500
501
|
}
|
|
501
502
|
*.e-flat.e-success .e-progress {
|
|
502
|
-
background-color: rgba(
|
|
503
|
+
background-color: rgba(77, 132, 29, 0.2);
|
|
503
504
|
}
|
|
504
505
|
*.e-flat.e-info .e-progress {
|
|
505
|
-
background-color: rgba(
|
|
506
|
+
background-color: rgba(3, 120, 213, 0.2);
|
|
506
507
|
}
|
|
507
508
|
*.e-flat.e-warning .e-progress {
|
|
508
|
-
background-color: rgba(
|
|
509
|
+
background-color: rgba(193, 87, 0, 0.2);
|
|
509
510
|
}
|
|
510
511
|
*.e-flat.e-danger .e-progress {
|
|
511
|
-
background-color: rgba(
|
|
512
|
+
background-color: rgba(214, 65, 19, 0.2);
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
@keyframes material-spinner-rotate {
|
|
2
3
|
0% {
|
|
3
4
|
transform: rotate(0);
|
|
@@ -489,7 +490,7 @@
|
|
|
489
490
|
*.e-success .e-progress,
|
|
490
491
|
*.e-danger .e-progress,
|
|
491
492
|
*.e-info .e-progress {
|
|
492
|
-
background-color: rgba(
|
|
493
|
+
background-color: rgba(255, 255, 255, 0.25);
|
|
493
494
|
}
|
|
494
495
|
|
|
495
496
|
*.e-warning .e-progress {
|