@syncfusion/ej2-splitbuttons 31.2.12 → 32.1.19
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/dist/ej2-splitbuttons.min.js +0 -9
- package/dist/ej2-splitbuttons.umd.min.js +0 -9
- package/dist/global/ej2-splitbuttons.min.js +0 -9
- package/dist/global/index.d.ts +0 -9
- package/package.json +3 -3
- package/styles/bds-lite.css +1 -5
- package/styles/bds-lite.scss +12 -13
- package/styles/bds.css +6 -10
- package/styles/bds.scss +16 -17
- package/styles/bootstrap-dark-lite.css +1 -1
- package/styles/bootstrap-dark-lite.scss +12 -13
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap-dark.scss +16 -17
- package/styles/bootstrap-lite.css +1 -1
- package/styles/bootstrap-lite.scss +12 -13
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap.scss +16 -17
- package/styles/bootstrap4-lite.css +1 -7
- package/styles/bootstrap4-lite.scss +12 -13
- package/styles/bootstrap4.css +3 -11
- package/styles/bootstrap4.scss +16 -17
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark-lite.scss +12 -13
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5-dark.scss +16 -17
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5-lite.scss +13 -13
- package/styles/bootstrap5.3-lite.css +168 -88
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +171 -91
- package/styles/bootstrap5.3.scss +17 -17
- package/styles/bootstrap5.css +3 -3
- package/styles/bootstrap5.scss +17 -17
- package/styles/button-group/_all.scss +2 -2
- package/styles/button-group/_bds-definition.scss +13 -0
- package/styles/button-group/_bigger.scss +3 -0
- package/styles/button-group/_bootstrap-dark-definition.scss +13 -0
- package/styles/button-group/_bootstrap-definition.scss +12 -0
- package/styles/button-group/_bootstrap4-definition.scss +12 -0
- package/styles/button-group/_bootstrap5-dark-definition.scss +44 -1
- package/styles/button-group/_bootstrap5-definition.scss +13 -0
- package/styles/button-group/_bootstrap5.3-definition.scss +14 -1
- package/styles/button-group/_fabric-dark-definition.scss +13 -0
- package/styles/button-group/_fabric-definition.scss +12 -0
- package/styles/button-group/_fluent-dark-definition.scss +44 -1
- package/styles/button-group/_fluent-definition.scss +13 -0
- package/styles/button-group/_fluent2-definition.scss +14 -1
- package/styles/button-group/_fusionnew-definition.scss +8 -0
- package/styles/button-group/_group-button-mixin.scss +3 -0
- package/styles/button-group/_highcontrast-definition.scss +12 -0
- package/styles/button-group/_highcontrast-light-definition.scss +13 -0
- package/styles/button-group/_layout.scss +59 -56
- package/styles/button-group/_material-dark-definition.scss +13 -0
- package/styles/button-group/_material-definition.scss +12 -0
- package/styles/button-group/_material3-dark-definition.scss +44 -1
- package/styles/button-group/_material3-definition.scss +14 -1
- package/styles/button-group/_tailwind-dark-definition.scss +44 -1
- package/styles/button-group/_tailwind-definition.scss +13 -0
- package/styles/button-group/_tailwind3-definition.scss +14 -1
- package/styles/button-group/_theme-variables.scss +1 -0
- package/styles/button-group/_theme.scss +4 -2
- package/styles/button-group/bds.css +1 -1
- package/styles/button-group/bds.scss +5 -5
- package/styles/button-group/bootstrap-dark.css +1 -1
- package/styles/button-group/bootstrap-dark.scss +5 -5
- package/styles/button-group/bootstrap.css +1 -1
- package/styles/button-group/bootstrap.scss +5 -5
- package/styles/button-group/bootstrap4.css +1 -1
- package/styles/button-group/bootstrap4.scss +5 -5
- package/styles/button-group/bootstrap5-dark.css +1 -1
- package/styles/button-group/bootstrap5-dark.scss +5 -5
- package/styles/button-group/bootstrap5.3.css +145 -65
- package/styles/button-group/bootstrap5.3.scss +5 -5
- package/styles/button-group/bootstrap5.css +1 -1
- package/styles/button-group/bootstrap5.scss +5 -5
- package/styles/button-group/fabric-dark.css +1 -1
- package/styles/button-group/fabric-dark.scss +5 -5
- package/styles/button-group/fabric.css +1 -1
- package/styles/button-group/fabric.scss +5 -5
- package/styles/button-group/fluent-dark.css +1 -1
- package/styles/button-group/fluent-dark.scss +5 -5
- package/styles/button-group/fluent.css +1 -1
- package/styles/button-group/fluent.scss +5 -5
- package/styles/button-group/fluent2.css +167 -87
- package/styles/button-group/fluent2.scss +5 -5
- package/styles/button-group/highcontrast-light.css +1 -1
- package/styles/button-group/highcontrast-light.scss +5 -5
- package/styles/button-group/highcontrast.css +1 -1
- package/styles/button-group/highcontrast.scss +5 -5
- package/styles/button-group/material-dark.css +1 -1
- package/styles/button-group/material-dark.scss +5 -5
- package/styles/button-group/material.css +1 -1
- package/styles/button-group/material.scss +5 -5
- package/styles/button-group/material3-dark.css +146 -66
- package/styles/button-group/material3-dark.scss +5 -6
- package/styles/button-group/material3.css +146 -66
- package/styles/button-group/material3.scss +5 -6
- package/styles/button-group/tailwind-dark.css +1 -1
- package/styles/button-group/tailwind-dark.scss +5 -5
- package/styles/button-group/tailwind.css +1 -1
- package/styles/button-group/tailwind.scss +5 -5
- package/styles/button-group/tailwind3.css +135 -65
- package/styles/button-group/tailwind3.scss +5 -5
- package/styles/drop-down-button/_all.scss +2 -2
- package/styles/drop-down-button/_bds-definition.scss +14 -0
- package/styles/drop-down-button/_bigger.scss +11 -9
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +13 -0
- package/styles/drop-down-button/_bootstrap-definition.scss +13 -0
- package/styles/drop-down-button/_bootstrap4-definition.scss +13 -1
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +66 -1
- package/styles/drop-down-button/_bootstrap5-definition.scss +13 -0
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +14 -1
- package/styles/drop-down-button/_fabric-dark-definition.scss +13 -0
- package/styles/drop-down-button/_fabric-definition.scss +13 -0
- package/styles/drop-down-button/_fluent-dark-definition.scss +68 -1
- package/styles/drop-down-button/_fluent-definition.scss +13 -0
- package/styles/drop-down-button/_fluent2-definition.scss +23 -1
- package/styles/drop-down-button/_fusionnew-definition.scss +13 -0
- package/styles/drop-down-button/_highcontrast-definition.scss +13 -0
- package/styles/drop-down-button/_highcontrast-light-definition.scss +13 -0
- package/styles/drop-down-button/_layout.scss +25 -23
- package/styles/drop-down-button/_material-dark-definition.scss +13 -0
- package/styles/drop-down-button/_material-definition.scss +13 -0
- package/styles/drop-down-button/_material3-dark-definition.scss +67 -1
- package/styles/drop-down-button/_material3-definition.scss +14 -1
- package/styles/drop-down-button/_tailwind-dark-definition.scss +65 -1
- package/styles/drop-down-button/_tailwind-definition.scss +13 -0
- package/styles/drop-down-button/_tailwind3-definition.scss +14 -1
- package/styles/drop-down-button/_theme-variables.scss +1 -0
- package/styles/drop-down-button/_theme.scss +2 -0
- package/styles/drop-down-button/bds.scss +7 -7
- package/styles/drop-down-button/bootstrap-dark.scss +7 -7
- package/styles/drop-down-button/bootstrap.scss +7 -7
- package/styles/drop-down-button/bootstrap4.scss +7 -7
- package/styles/drop-down-button/bootstrap5-dark.scss +7 -7
- package/styles/drop-down-button/bootstrap5.3.css +83 -3
- package/styles/drop-down-button/bootstrap5.3.scss +7 -7
- package/styles/drop-down-button/bootstrap5.scss +7 -7
- package/styles/drop-down-button/fabric-dark.scss +7 -7
- package/styles/drop-down-button/fabric.scss +7 -7
- package/styles/drop-down-button/fluent-dark.scss +7 -7
- package/styles/drop-down-button/fluent.scss +7 -7
- package/styles/drop-down-button/fluent2.css +83 -3
- package/styles/drop-down-button/fluent2.scss +7 -7
- package/styles/drop-down-button/highcontrast-light.scss +7 -7
- package/styles/drop-down-button/highcontrast.scss +7 -7
- package/styles/drop-down-button/icons/_bds.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap4.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap5-dark.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap5.scss +1 -0
- package/styles/drop-down-button/icons/_fabric-dark.scss +1 -0
- package/styles/drop-down-button/icons/_fabric.scss +1 -0
- package/styles/drop-down-button/icons/_fluent-dark.scss +1 -1
- package/styles/drop-down-button/icons/_fluent.scss +1 -0
- package/styles/drop-down-button/icons/_fluent2.scss +1 -0
- package/styles/drop-down-button/icons/_fusionnew.scss +1 -0
- package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -0
- package/styles/drop-down-button/icons/_highcontrast.scss +1 -0
- package/styles/drop-down-button/icons/_material-dark.scss +1 -0
- package/styles/drop-down-button/icons/_material.scss +1 -0
- package/styles/drop-down-button/icons/_material3-dark.scss +1 -1
- package/styles/drop-down-button/icons/_material3.scss +1 -0
- package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -0
- package/styles/drop-down-button/icons/_tailwind.scss +1 -0
- package/styles/drop-down-button/icons/_tailwind3.scss +1 -0
- package/styles/drop-down-button/material-dark.scss +7 -7
- package/styles/drop-down-button/material.scss +7 -7
- package/styles/drop-down-button/material3-dark.css +82 -2
- package/styles/drop-down-button/material3-dark.scss +7 -8
- package/styles/drop-down-button/material3.css +82 -2
- package/styles/drop-down-button/material3.scss +7 -8
- package/styles/drop-down-button/tailwind-dark.scss +7 -7
- package/styles/drop-down-button/tailwind.scss +7 -7
- package/styles/drop-down-button/tailwind3.css +72 -1
- package/styles/drop-down-button/tailwind3.scss +7 -7
- package/styles/fabric-dark-lite.css +1 -1
- package/styles/fabric-dark-lite.scss +13 -13
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric-dark.scss +17 -17
- package/styles/fabric-lite.css +1 -1
- package/styles/fabric-lite.scss +13 -13
- package/styles/fabric.css +3 -3
- package/styles/fabric.scss +17 -17
- package/styles/fluent-dark-lite.css +1 -3
- package/styles/fluent-dark-lite.scss +13 -13
- package/styles/fluent-dark.css +3 -5
- package/styles/fluent-dark.scss +17 -17
- package/styles/fluent-lite.css +1 -3
- package/styles/fluent-lite.scss +13 -13
- package/styles/fluent.css +3 -5
- package/styles/fluent.scss +17 -17
- package/styles/fluent2-lite.css +191 -111
- package/styles/fluent2-lite.scss +13 -13
- package/styles/fluent2.css +193 -113
- package/styles/fluent2.scss +17 -17
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light-lite.scss +13 -13
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast-light.scss +17 -17
- package/styles/highcontrast-lite.css +1 -1
- package/styles/highcontrast-lite.scss +13 -13
- package/styles/highcontrast.css +3 -3
- package/styles/highcontrast.scss +17 -17
- package/styles/material-dark-lite.css +1 -1
- package/styles/material-dark-lite.scss +13 -13
- package/styles/material-dark.css +3 -3
- package/styles/material-dark.scss +17 -17
- package/styles/material-lite.css +1 -1
- package/styles/material-lite.scss +12 -13
- package/styles/material.css +3 -3
- package/styles/material.scss +16 -17
- package/styles/material3-dark-lite.css +174 -88
- package/styles/material3-dark-lite.scss +13 -13
- package/styles/material3-dark.css +180 -94
- package/styles/material3-dark.scss +17 -19
- package/styles/material3-lite.css +174 -88
- package/styles/material3-lite.scss +13 -13
- package/styles/material3.css +180 -94
- package/styles/material3.scss +17 -19
- package/styles/progress-button/_all.scss +2 -2
- package/styles/progress-button/_bds-definition.scss +19 -0
- package/styles/progress-button/_bigger.scss +6 -4
- package/styles/progress-button/_bootstrap-dark-definition.scss +19 -0
- package/styles/progress-button/_bootstrap-definition.scss +19 -0
- package/styles/progress-button/_bootstrap4-definition.scss +19 -0
- package/styles/progress-button/_bootstrap5-dark-definition.scss +39 -1
- package/styles/progress-button/_bootstrap5-definition.scss +19 -0
- package/styles/progress-button/_bootstrap5.3-definition.scss +18 -0
- package/styles/progress-button/_fabric-dark-definition.scss +18 -0
- package/styles/progress-button/_fabric-definition.scss +18 -0
- package/styles/progress-button/_fluent-dark-definition.scss +38 -1
- package/styles/progress-button/_fluent-definition.scss +18 -0
- package/styles/progress-button/_fluent2-definition.scss +18 -0
- package/styles/progress-button/_fusionnew-definition.scss +14 -0
- package/styles/progress-button/_highcontrast-definition.scss +18 -0
- package/styles/progress-button/_highcontrast-light-definition.scss +18 -0
- package/styles/progress-button/_layout.scss +45 -43
- package/styles/progress-button/_material-dark-definition.scss +18 -0
- package/styles/progress-button/_material-definition.scss +18 -0
- package/styles/progress-button/_material3-dark-definition.scss +42 -1
- package/styles/progress-button/_material3-definition.scss +18 -0
- package/styles/progress-button/_tailwind-dark-definition.scss +38 -1
- package/styles/progress-button/_tailwind-definition.scss +18 -0
- package/styles/progress-button/_tailwind3-definition.scss +18 -0
- package/styles/progress-button/_theme-variables.scss +1 -0
- package/styles/progress-button/_theme.scss +2 -1
- package/styles/progress-button/bds.scss +6 -6
- package/styles/progress-button/bootstrap-dark.scss +6 -6
- package/styles/progress-button/bootstrap.scss +6 -6
- package/styles/progress-button/bootstrap4.scss +6 -6
- package/styles/progress-button/bootstrap5-dark.scss +6 -6
- package/styles/progress-button/bootstrap5.3.css +81 -1
- package/styles/progress-button/bootstrap5.3.scss +6 -6
- package/styles/progress-button/bootstrap5.scss +6 -6
- package/styles/progress-button/fabric-dark.scss +6 -6
- package/styles/progress-button/fabric.scss +6 -6
- package/styles/progress-button/fluent-dark.scss +6 -6
- package/styles/progress-button/fluent.scss +6 -6
- package/styles/progress-button/fluent2.css +81 -1
- package/styles/progress-button/fluent2.scss +6 -6
- package/styles/progress-button/highcontrast-light.scss +6 -6
- package/styles/progress-button/highcontrast.scss +6 -6
- package/styles/progress-button/material-dark.scss +6 -6
- package/styles/progress-button/material.scss +6 -6
- package/styles/progress-button/material3-dark.css +81 -1
- package/styles/progress-button/material3-dark.scss +6 -7
- package/styles/progress-button/material3.css +81 -1
- package/styles/progress-button/material3.scss +6 -7
- package/styles/progress-button/tailwind-dark.scss +6 -6
- package/styles/progress-button/tailwind.scss +6 -6
- package/styles/progress-button/tailwind3.css +71 -1
- package/styles/progress-button/tailwind3.scss +6 -6
- package/styles/split-button/_all.scss +2 -2
- package/styles/split-button/_bds-definition.scss +52 -0
- package/styles/split-button/_bigger.scss +33 -49
- package/styles/split-button/_bootstrap-dark-definition.scss +46 -0
- package/styles/split-button/_bootstrap-definition.scss +46 -0
- package/styles/split-button/_bootstrap4-definition.scss +46 -1
- package/styles/split-button/_bootstrap5-dark-definition.scss +70 -1
- package/styles/split-button/_bootstrap5-definition.scss +47 -0
- package/styles/split-button/_bootstrap5.3-definition.scss +44 -1
- package/styles/split-button/_fabric-dark-definition.scss +46 -0
- package/styles/split-button/_fabric-definition.scss +46 -0
- package/styles/split-button/_fluent-dark-definition.scss +70 -1
- package/styles/split-button/_fluent-definition.scss +47 -0
- package/styles/split-button/_fluent2-definition.scss +48 -1
- package/styles/split-button/_fusionnew-definition.scss +42 -0
- package/styles/split-button/_highcontrast-definition.scss +46 -0
- package/styles/split-button/_highcontrast-light-definition.scss +46 -0
- package/styles/split-button/_layout.scss +58 -70
- package/styles/split-button/_material-dark-definition.scss +47 -0
- package/styles/split-button/_material-definition.scss +46 -0
- package/styles/split-button/_material3-dark-definition.scss +74 -1
- package/styles/split-button/_material3-definition.scss +48 -0
- package/styles/split-button/_tailwind-dark-definition.scss +73 -1
- package/styles/split-button/_tailwind-definition.scss +49 -0
- package/styles/split-button/_tailwind3-definition.scss +48 -1
- package/styles/split-button/_theme-variables.scss +1 -0
- package/styles/split-button/_theme.scss +2 -0
- package/styles/split-button/bds.css +5 -9
- package/styles/split-button/bds.scss +7 -7
- package/styles/split-button/bootstrap-dark.css +2 -2
- package/styles/split-button/bootstrap-dark.scss +7 -7
- package/styles/split-button/bootstrap.css +2 -2
- package/styles/split-button/bootstrap.scss +7 -7
- package/styles/split-button/bootstrap4.css +2 -10
- package/styles/split-button/bootstrap4.scss +7 -7
- package/styles/split-button/bootstrap5-dark.css +2 -2
- package/styles/split-button/bootstrap5-dark.scss +7 -7
- package/styles/split-button/bootstrap5.3.css +102 -22
- package/styles/split-button/bootstrap5.3.scss +7 -7
- package/styles/split-button/bootstrap5.css +2 -2
- package/styles/split-button/bootstrap5.scss +7 -7
- package/styles/split-button/fabric-dark.css +2 -2
- package/styles/split-button/fabric-dark.scss +7 -7
- package/styles/split-button/fabric.css +2 -2
- package/styles/split-button/fabric.scss +7 -7
- package/styles/split-button/fluent-dark.css +2 -4
- package/styles/split-button/fluent-dark.scss +7 -7
- package/styles/split-button/fluent.css +2 -4
- package/styles/split-button/fluent.scss +7 -7
- package/styles/split-button/fluent2.css +102 -22
- package/styles/split-button/fluent2.scss +7 -7
- package/styles/split-button/highcontrast-light.css +2 -2
- package/styles/split-button/highcontrast-light.scss +7 -7
- package/styles/split-button/highcontrast.css +2 -2
- package/styles/split-button/highcontrast.scss +7 -7
- package/styles/split-button/material-dark.css +2 -2
- package/styles/split-button/material-dark.scss +7 -7
- package/styles/split-button/material.css +2 -2
- package/styles/split-button/material.scss +7 -7
- package/styles/split-button/material3-dark.css +111 -25
- package/styles/split-button/material3-dark.scss +7 -8
- package/styles/split-button/material3.css +111 -25
- package/styles/split-button/material3.scss +7 -8
- package/styles/split-button/tailwind-dark.css +2 -6
- package/styles/split-button/tailwind-dark.scss +7 -7
- package/styles/split-button/tailwind.css +2 -6
- package/styles/split-button/tailwind.scss +7 -7
- package/styles/split-button/tailwind3.css +92 -22
- package/styles/split-button/tailwind3.scss +7 -7
- package/styles/tailwind-dark-lite.css +1 -5
- package/styles/tailwind-dark-lite.scss +13 -13
- package/styles/tailwind-dark.css +3 -7
- package/styles/tailwind-dark.scss +17 -17
- package/styles/tailwind-lite.css +1 -5
- package/styles/tailwind-lite.scss +13 -13
- package/styles/tailwind.css +3 -7
- package/styles/tailwind.scss +17 -17
- package/styles/tailwind3-lite.css +158 -87
- package/styles/tailwind3-lite.scss +13 -13
- package/styles/tailwind3.css +160 -89
- package/styles/tailwind3.scss +17 -17
|
@@ -1,9 +1,19 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap-definition';
|
|
1
5
|
$progress-btn-color: $grey-light-font !default;
|
|
2
6
|
$progress-btn-bgcolor: rgba($grey-white, .3) !default;
|
|
3
7
|
$progress-btn-bgcolor-normal: rgba($grey-base, .2) !default;
|
|
4
8
|
$progress-btn-warning-progress-color: $progress-btn-bgcolor !default;
|
|
5
9
|
$progress-btn-circle-opacity: 1 !default;
|
|
6
10
|
|
|
11
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
12
|
+
$progress-btn-line-height: 1 !default;
|
|
13
|
+
$progress-btn-full-height: 100% !default;
|
|
14
|
+
$progress-btn-nill-height: 0% !default;
|
|
15
|
+
$progress-btn-process-height: 10% !default;
|
|
16
|
+
|
|
7
17
|
$progress-btn-transition: all .3s linear !default;
|
|
8
18
|
|
|
9
19
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -22,3 +32,12 @@ $progress-btn-flat-info-progress-color: #fff !default;
|
|
|
22
32
|
$progress-btn-flat-warning-progress-color: #fff !default;
|
|
23
33
|
$progress-btn-flat-danger-progress-color: #fff !default;
|
|
24
34
|
$btn-flat-primary-path-arc: none;
|
|
35
|
+
$progress-auto-width: auto !default;
|
|
36
|
+
$progress-auto-height: auto !default;
|
|
37
|
+
$progress-full-width: 100% !default;
|
|
38
|
+
$spinner-inner-top: -1px !default;
|
|
39
|
+
$progress-round-border-radius: 5em !default;
|
|
40
|
+
$progress-slidedown-to-top: 100px !default;
|
|
41
|
+
$progress-slideup-to-top: -100px !default;
|
|
42
|
+
$progress-zero-width: 0% !default;
|
|
43
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,9 +1,19 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap4' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap4-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap4';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap4-definition';
|
|
1
5
|
$progress-btn-color: $white !default;
|
|
2
6
|
$progress-btn-bgcolor: rgba($white, .25) !default;
|
|
3
7
|
$progress-btn-bgcolor-normal: rgba($white, .25) !default;
|
|
4
8
|
$progress-btn-warning-progress-color: rgba($gray-900, .25) !default;
|
|
5
9
|
$progress-btn-circle-opacity: 0 !default;
|
|
6
10
|
|
|
11
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
12
|
+
$progress-btn-line-height: 1 !default;
|
|
13
|
+
$progress-btn-full-height: 100% !default;
|
|
14
|
+
$progress-btn-nill-height: 0% !default;
|
|
15
|
+
$progress-btn-process-height: 10% !default;
|
|
16
|
+
|
|
7
17
|
$progress-btn-transition: all .3s linear !default;
|
|
8
18
|
|
|
9
19
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -22,3 +32,12 @@ $progress-btn-flat-info-progress-color: $white !default;
|
|
|
22
32
|
$progress-btn-flat-warning-progress-color: $gray-900 !default;
|
|
23
33
|
$progress-btn-flat-danger-progress-color: $white !default;
|
|
24
34
|
$btn-flat-primary-path-arc: none;
|
|
35
|
+
$progress-auto-width: auto !default;
|
|
36
|
+
$progress-auto-height: auto !default;
|
|
37
|
+
$progress-full-width: 100% !default;
|
|
38
|
+
$spinner-inner-top: -1px !default;
|
|
39
|
+
$progress-round-border-radius: 5em !default;
|
|
40
|
+
$progress-slidedown-to-top: 100px !default;
|
|
41
|
+
$progress-slideup-to-top: -100px !default;
|
|
42
|
+
$progress-zero-width: 0% !default;
|
|
43
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1 +1,39 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap5-dark';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap5-dark-definition';
|
|
5
|
+
$progress-btn-circle-opacity: .3 !default;
|
|
6
|
+
$progress-btn-transition: all .3s linear !default;
|
|
7
|
+
$progress-btn-spinner-padding: 12px !default;
|
|
8
|
+
$progress-btn-spinner-padding-small: 10px !default;
|
|
9
|
+
$progress-btn-spinner-padding-bigger: 14px !default;
|
|
10
|
+
$progress-btn-spinner-padding-bigger-small: 12px !default;
|
|
11
|
+
$progress-btn-spin-btn-padding: 16px !default;
|
|
12
|
+
$progress-btn-small-spin-btn-padding: 14px !default;
|
|
13
|
+
$progress-btn-bigger-spin-btn-padding: 20px !default;
|
|
14
|
+
$progress-btn-bigger-small-spin-btn-padding: 16px !default;
|
|
15
|
+
$progress-btn-color: $secondary-text-color !default;
|
|
16
|
+
$progress-btn-bgcolor: rgba($icon-color, .2) !default;
|
|
17
|
+
$progress-btn-bgcolor-normal: rgba($white, .2) !default;
|
|
18
|
+
$progress-btn-warning-progress-color: $progress-btn-bgcolor !default;
|
|
19
|
+
$progress-btn-flat-primary-progress-color: rgba($primary-text-color, 1) !default;
|
|
20
|
+
$progress-btn-flat-success-progress-color: rgba($success-text, 1) !default;
|
|
21
|
+
$progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
|
|
22
|
+
$progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
|
|
23
|
+
$progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
|
|
24
|
+
$btn-flat-primary-path-arc: $white;
|
|
25
|
+
|
|
26
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
27
|
+
$progress-btn-line-height: 1 !default;
|
|
28
|
+
$progress-btn-full-height: 100% !default;
|
|
29
|
+
$progress-btn-nill-height: 0% !default;
|
|
30
|
+
$progress-btn-process-height: 10% !default;
|
|
31
|
+
$progress-auto-width: auto !default;
|
|
32
|
+
$progress-auto-height: auto !default;
|
|
33
|
+
$progress-full-width: 100% !default;
|
|
34
|
+
$spinner-inner-top: -1px !default;
|
|
35
|
+
$progress-round-border-radius: 5em !default;
|
|
36
|
+
$progress-slidedown-to-top: 100px !default;
|
|
37
|
+
$progress-slideup-to-top: -100px !default;
|
|
38
|
+
$progress-zero-width: 0% !default;
|
|
39
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap5-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap5';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap5-definition';
|
|
1
5
|
$progress-btn-circle-opacity: .3 !default;
|
|
2
6
|
$progress-btn-transition: all .3s linear !default;
|
|
3
7
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -18,3 +22,18 @@ $progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
|
|
|
18
22
|
$progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
|
|
19
23
|
$progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
|
|
20
24
|
$btn-flat-primary-path-arc: $white;
|
|
25
|
+
|
|
26
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
27
|
+
$progress-btn-line-height: 1 !default;
|
|
28
|
+
$progress-btn-full-height: 100% !default;
|
|
29
|
+
$progress-btn-nill-height: 0% !default;
|
|
30
|
+
$progress-btn-process-height: 10% !default;
|
|
31
|
+
$progress-auto-width: auto !default;
|
|
32
|
+
$progress-auto-height: auto !default;
|
|
33
|
+
$progress-full-width: 100% !default;
|
|
34
|
+
$spinner-inner-top: -1px !default;
|
|
35
|
+
$progress-round-border-radius: 5em !default;
|
|
36
|
+
$progress-slidedown-to-top: 100px !default;
|
|
37
|
+
$progress-slideup-to-top: -100px !default;
|
|
38
|
+
$progress-zero-width: 0% !default;
|
|
39
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5.3' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap5.3-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap5.3';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap5.3-definition';
|
|
1
5
|
$progress-btn-circle-opacity: .3 !default;
|
|
2
6
|
$progress-btn-transition: all .3s linear !default;
|
|
3
7
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -18,3 +22,17 @@ $progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
|
|
|
18
22
|
$progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
|
|
19
23
|
$progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
|
|
20
24
|
$btn-flat-primary-path-arc: $white;
|
|
25
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
26
|
+
$progress-btn-line-height: 1 !default;
|
|
27
|
+
$progress-btn-full-height: 100% !default;
|
|
28
|
+
$progress-btn-nill-height: 0% !default;
|
|
29
|
+
$progress-btn-process-height: 10% !default;
|
|
30
|
+
$progress-auto-width: auto !default;
|
|
31
|
+
$progress-auto-height: auto !default;
|
|
32
|
+
$progress-full-width: 100% !default;
|
|
33
|
+
$spinner-inner-top: -1px !default;
|
|
34
|
+
$progress-round-border-radius: $radius-5em !default;
|
|
35
|
+
$progress-slidedown-to-top: 100px !default;
|
|
36
|
+
$progress-slideup-to-top: -100px !default;
|
|
37
|
+
$progress-zero-width: 0% !default;
|
|
38
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fabric-dark-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/fabric-dark';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/fabric-dark-definition';
|
|
1
5
|
$progress-btn-color: $neutral-light-font !default;
|
|
2
6
|
$progress-btn-bgcolor: rgba($neutral-light-font, .2) !default;
|
|
3
7
|
$progress-btn-bgcolor-normal: rgba($neutral-light-font, .2) !default;
|
|
@@ -22,3 +26,17 @@ $progress-btn-flat-info-progress-color: #0378d5 !default;
|
|
|
22
26
|
$progress-btn-flat-warning-progress-color: #c15700 !default;
|
|
23
27
|
$progress-btn-flat-danger-progress-color: #d64113 !default;
|
|
24
28
|
$btn-flat-primary-path-arc: none;
|
|
29
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
30
|
+
$progress-btn-line-height: 1 !default;
|
|
31
|
+
$progress-btn-full-height: 100% !default;
|
|
32
|
+
$progress-btn-nill-height: 0% !default;
|
|
33
|
+
$progress-btn-process-height: 10% !default;
|
|
34
|
+
$progress-auto-width: auto !default;
|
|
35
|
+
$progress-auto-height: auto !default;
|
|
36
|
+
$progress-full-width: 100% !default;
|
|
37
|
+
$spinner-inner-top: -1px !default;
|
|
38
|
+
$progress-round-border-radius: 5em !default;
|
|
39
|
+
$progress-slidedown-to-top: 100px !default;
|
|
40
|
+
$progress-slideup-to-top: -100px !default;
|
|
41
|
+
$progress-zero-width: 0% !default;
|
|
42
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fabric-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/fabric';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/fabric-definition';
|
|
1
5
|
$progress-btn-color: $neutral-light-font !default;
|
|
2
6
|
$progress-btn-bgcolor: rgba($neutral-black, .2) !default;
|
|
3
7
|
$progress-btn-bgcolor-normal: rgba($neutral-black, .2) !default;
|
|
@@ -22,3 +26,17 @@ $progress-btn-flat-info-progress-color: $neutral-black !default;
|
|
|
22
26
|
$progress-btn-flat-warning-progress-color: $neutral-black !default;
|
|
23
27
|
$progress-btn-flat-danger-progress-color: $neutral-black !default;
|
|
24
28
|
$btn-flat-primary-path-arc: none;
|
|
29
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
30
|
+
$progress-btn-line-height: 1 !default;
|
|
31
|
+
$progress-btn-full-height: 100% !default;
|
|
32
|
+
$progress-btn-nill-height: 0% !default;
|
|
33
|
+
$progress-btn-process-height: 10% !default;
|
|
34
|
+
$progress-auto-width: auto !default;
|
|
35
|
+
$progress-auto-height: auto !default;
|
|
36
|
+
$progress-full-width: 100% !default;
|
|
37
|
+
$spinner-inner-top: -1px !default;
|
|
38
|
+
$progress-round-border-radius: 5em !default;
|
|
39
|
+
$progress-slidedown-to-top: 100px !default;
|
|
40
|
+
$progress-slideup-to-top: -100px !default;
|
|
41
|
+
$progress-zero-width: 0% !default;
|
|
42
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1 +1,38 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fluent-dark-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/fluent-dark';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/fluent-dark-definition';
|
|
5
|
+
$progress-btn-circle-opacity: .3 !default;
|
|
6
|
+
$progress-btn-transition: all .3s linear !default;
|
|
7
|
+
$progress-btn-spinner-padding: 12px !default;
|
|
8
|
+
$progress-btn-spinner-padding-small: 10px !default;
|
|
9
|
+
$progress-btn-spinner-padding-bigger: 14px !default;
|
|
10
|
+
$progress-btn-spinner-padding-bigger-small: 12px !default;
|
|
11
|
+
$progress-btn-spin-btn-padding: 16px !default;
|
|
12
|
+
$progress-btn-small-spin-btn-padding: 14px !default;
|
|
13
|
+
$progress-btn-bigger-spin-btn-padding: 20px !default;
|
|
14
|
+
$progress-btn-bigger-small-spin-btn-padding: 16px !default;
|
|
15
|
+
$progress-btn-color: $secondary-text-color !default;
|
|
16
|
+
$progress-btn-bgcolor: rgba($icon-color, .2) !default;
|
|
17
|
+
$progress-btn-bgcolor-normal: rgba($icon-color, .5) !default;
|
|
18
|
+
$progress-btn-warning-progress-color: $progress-btn-bgcolor !default;
|
|
19
|
+
$progress-btn-flat-primary-progress-color: rgba($primary-text-color, 1) !default;
|
|
20
|
+
$progress-btn-flat-success-progress-color: rgba($success-text, 1) !default;
|
|
21
|
+
$progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
|
|
22
|
+
$progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
|
|
23
|
+
$progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
|
|
24
|
+
$btn-flat-primary-path-arc: $white;
|
|
25
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
26
|
+
$progress-btn-line-height: 1 !default;
|
|
27
|
+
$progress-btn-full-height: 100% !default;
|
|
28
|
+
$progress-btn-nill-height: 0% !default;
|
|
29
|
+
$progress-btn-process-height: 10% !default;
|
|
30
|
+
$progress-auto-width: auto !default;
|
|
31
|
+
$progress-auto-height: auto !default;
|
|
32
|
+
$progress-full-width: 100% !default;
|
|
33
|
+
$spinner-inner-top: -1px !default;
|
|
34
|
+
$progress-round-border-radius: 5em !default;
|
|
35
|
+
$progress-slidedown-to-top: 100px !default;
|
|
36
|
+
$progress-slideup-to-top: -100px !default;
|
|
37
|
+
$progress-zero-width: 0% !default;
|
|
38
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fluent-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/fluent';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/fluent-definition';
|
|
1
5
|
$progress-btn-circle-opacity: .3 !default;
|
|
2
6
|
$progress-btn-transition: all .3s linear !default;
|
|
3
7
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -18,3 +22,17 @@ $progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
|
|
|
18
22
|
$progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
|
|
19
23
|
$progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
|
|
20
24
|
$btn-flat-primary-path-arc: $white;
|
|
25
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
26
|
+
$progress-btn-line-height: 1 !default;
|
|
27
|
+
$progress-btn-full-height: 100% !default;
|
|
28
|
+
$progress-btn-nill-height: 0% !default;
|
|
29
|
+
$progress-btn-process-height: 10% !default;
|
|
30
|
+
$progress-auto-width: auto !default;
|
|
31
|
+
$progress-auto-height: auto !default;
|
|
32
|
+
$progress-full-width: 100% !default;
|
|
33
|
+
$spinner-inner-top: -1px !default;
|
|
34
|
+
$progress-round-border-radius: 5em !default;
|
|
35
|
+
$progress-slidedown-to-top: 100px !default;
|
|
36
|
+
$progress-slideup-to-top: -100px !default;
|
|
37
|
+
$progress-zero-width: 0% !default;
|
|
38
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fluent2-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/fluent2';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/fluent2-definition';
|
|
1
5
|
$progress-btn-circle-opacity: .8 !default;
|
|
2
6
|
$progress-btn-transition: all .3s linear !default;
|
|
3
7
|
$progress-btn-spinner-padding: 12px !default;
|
|
@@ -19,3 +23,17 @@ $progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
|
|
|
19
23
|
$progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
|
|
20
24
|
$btn-flat-primary-path-arc: $white;
|
|
21
25
|
$fade-out: none !default;
|
|
26
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
27
|
+
$progress-btn-line-height: 1 !default;
|
|
28
|
+
$progress-btn-full-height: 100% !default;
|
|
29
|
+
$progress-btn-nill-height: 0% !default;
|
|
30
|
+
$progress-btn-process-height: 10% !default;
|
|
31
|
+
$progress-auto-width: auto !default;
|
|
32
|
+
$progress-auto-height: auto !default;
|
|
33
|
+
$progress-full-width: 100% !default;
|
|
34
|
+
$spinner-inner-top: -1px !default;
|
|
35
|
+
$progress-round-border-radius: $radius-5em !default;
|
|
36
|
+
$progress-slidedown-to-top: 100px !default;
|
|
37
|
+
$progress-slideup-to-top: -100px !default;
|
|
38
|
+
$progress-zero-width: 0% !default;
|
|
39
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -18,3 +18,17 @@ $progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
|
|
|
18
18
|
$progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
|
|
19
19
|
$progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
|
|
20
20
|
$btn-flat-primary-path-arc: $white;
|
|
21
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
22
|
+
$progress-btn-line-height: 1 !default;
|
|
23
|
+
$progress-btn-full-height: 100% !default;
|
|
24
|
+
$progress-btn-nill-height: 0% !default;
|
|
25
|
+
$progress-btn-process-height: 10% !default;
|
|
26
|
+
$progress-auto-width: auto !default;
|
|
27
|
+
$progress-auto-height: auto !default;
|
|
28
|
+
$progress-full-width: 100% !default;
|
|
29
|
+
$spinner-inner-top: -1px !default;
|
|
30
|
+
$progress-round-border-radius: 5em !default;
|
|
31
|
+
$progress-slidedown-to-top: 100px !default;
|
|
32
|
+
$progress-slideup-to-top: -100px !default;
|
|
33
|
+
$progress-zero-width: 0% !default;
|
|
34
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/highcontrast-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/highcontrast';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/highcontrast-definition';
|
|
1
5
|
$progress-btn-color: $content-font !default;
|
|
2
6
|
$progress-btn-bgcolor: rgba($bg-base-0, .3) !default;
|
|
3
7
|
$progress-btn-bgcolor-normal: rgba($bg-base-100, .3) !default;
|
|
@@ -22,3 +26,17 @@ $progress-btn-flat-info-progress-color: $bg-base-0 !default;
|
|
|
22
26
|
$progress-btn-flat-warning-progress-color: $bg-base-0 !default;
|
|
23
27
|
$progress-btn-flat-danger-progress-color: $bg-base-0 !default;
|
|
24
28
|
$btn-flat-primary-path-arc: none;
|
|
29
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
30
|
+
$progress-btn-line-height: 1 !default;
|
|
31
|
+
$progress-btn-full-height: 100% !default;
|
|
32
|
+
$progress-btn-nill-height: 0% !default;
|
|
33
|
+
$progress-btn-process-height: 10% !default;
|
|
34
|
+
$progress-auto-width: auto !default;
|
|
35
|
+
$progress-auto-height: auto !default;
|
|
36
|
+
$progress-full-width: 100% !default;
|
|
37
|
+
$spinner-inner-top: -1px !default;
|
|
38
|
+
$progress-round-border-radius: 5em !default;
|
|
39
|
+
$progress-slidedown-to-top: 100px !default;
|
|
40
|
+
$progress-slideup-to-top: -100px !default;
|
|
41
|
+
$progress-zero-width: 0% !default;
|
|
42
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast-light' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/highcontrast-light-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/highcontrast-light';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/highcontrast-light-definition';
|
|
1
5
|
$progress-btn-color: $content-font !default;
|
|
2
6
|
$progress-btn-bgcolor: rgba($bg-base-0, .3) !default;
|
|
3
7
|
$progress-btn-bgcolor-normal: rgba($bg-base-100, .3) !default;
|
|
@@ -22,3 +26,17 @@ $progress-btn-flat-info-progress-color: #0378d5 !default;
|
|
|
22
26
|
$progress-btn-flat-warning-progress-color: #c15700 !default;
|
|
23
27
|
$progress-btn-flat-danger-progress-color: #d64113 !default;
|
|
24
28
|
$btn-flat-primary-path-arc: none;
|
|
29
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
30
|
+
$progress-btn-line-height: 1 !default;
|
|
31
|
+
$progress-btn-full-height: 100% !default;
|
|
32
|
+
$progress-btn-nill-height: 0% !default;
|
|
33
|
+
$progress-btn-process-height: 10% !default;
|
|
34
|
+
$progress-auto-width: auto !default;
|
|
35
|
+
$progress-auto-height: auto !default;
|
|
36
|
+
$progress-full-width: 100% !default;
|
|
37
|
+
$spinner-inner-top: -1px !default;
|
|
38
|
+
$progress-round-border-radius: 5em !default;
|
|
39
|
+
$progress-slidedown-to-top: 100px !default;
|
|
40
|
+
$progress-slideup-to-top: -100px !default;
|
|
41
|
+
$progress-zero-width: 0% !default;
|
|
42
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
1
3
|
@include export-module('progress-button-layout') {
|
|
2
4
|
.e-progress-btn {
|
|
3
5
|
position: relative;
|
|
4
6
|
|
|
5
7
|
.e-progress {
|
|
6
|
-
height:
|
|
7
|
-
left:
|
|
8
|
+
height: $progress-btn-full-height;
|
|
9
|
+
left: $progress-btn-zero-padding-margin;
|
|
8
10
|
opacity: 0;
|
|
9
11
|
position: absolute;
|
|
10
|
-
top:
|
|
12
|
+
top: $progress-btn-zero-padding-margin;
|
|
11
13
|
transition: opacity .3s linear;
|
|
12
14
|
}
|
|
13
15
|
|
|
@@ -23,24 +25,24 @@
|
|
|
23
25
|
|
|
24
26
|
&.e-vertical {
|
|
25
27
|
.e-progress {
|
|
26
|
-
bottom:
|
|
27
|
-
height:
|
|
28
|
-
top: auto;
|
|
29
|
-
width:
|
|
28
|
+
bottom: $progress-btn-zero-padding-margin;
|
|
29
|
+
height: $progress-btn-nill-height;
|
|
30
|
+
top: $progress-auto-width;
|
|
31
|
+
width: $progress-full-width;
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
&.e-progress-top {
|
|
34
36
|
.e-progress {
|
|
35
|
-
height:
|
|
37
|
+
height: $progress-btn-process-height;
|
|
36
38
|
}
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
&.e-progress-bottom {
|
|
40
42
|
.e-progress {
|
|
41
|
-
bottom: -
|
|
42
|
-
height:
|
|
43
|
-
top: auto;
|
|
43
|
+
bottom: $spinner-inner-top;
|
|
44
|
+
height: $progress-btn-process-height;
|
|
45
|
+
top: $progress-auto-width;
|
|
44
46
|
}
|
|
45
47
|
}
|
|
46
48
|
|
|
@@ -68,7 +70,7 @@
|
|
|
68
70
|
.e-btn-content,
|
|
69
71
|
.e-spinner {
|
|
70
72
|
display: block;
|
|
71
|
-
line-height:
|
|
73
|
+
line-height: $progress-btn-line-height;
|
|
72
74
|
}
|
|
73
75
|
}
|
|
74
76
|
|
|
@@ -84,14 +86,14 @@
|
|
|
84
86
|
padding-right: $progress-btn-spinner-padding;
|
|
85
87
|
|
|
86
88
|
.e-spinner-inner {
|
|
87
|
-
top: -
|
|
89
|
+
top: $spinner-inner-top;
|
|
88
90
|
}
|
|
89
91
|
}
|
|
90
92
|
|
|
91
93
|
&.e-rtl {
|
|
92
94
|
.e-spinner {
|
|
93
95
|
padding-left: $progress-btn-spinner-padding;
|
|
94
|
-
padding-right:
|
|
96
|
+
padding-right: $progress-btn-zero-padding-margin;
|
|
95
97
|
}
|
|
96
98
|
}
|
|
97
99
|
}
|
|
@@ -101,13 +103,13 @@
|
|
|
101
103
|
padding-left: $progress-btn-spinner-padding;
|
|
102
104
|
|
|
103
105
|
.e-spinner-inner {
|
|
104
|
-
top: -
|
|
106
|
+
top: $spinner-inner-top;
|
|
105
107
|
}
|
|
106
108
|
}
|
|
107
109
|
|
|
108
110
|
&.e-rtl {
|
|
109
111
|
.e-spinner {
|
|
110
|
-
padding-left:
|
|
112
|
+
padding-left: $progress-btn-zero-padding-margin;
|
|
111
113
|
padding-right: $progress-btn-spinner-padding;
|
|
112
114
|
}
|
|
113
115
|
}
|
|
@@ -140,7 +142,7 @@
|
|
|
140
142
|
&.e-rtl {
|
|
141
143
|
.e-spinner {
|
|
142
144
|
padding-left: $progress-btn-spinner-padding-small;
|
|
143
|
-
padding-right:
|
|
145
|
+
padding-right: $progress-btn-zero-padding-margin;
|
|
144
146
|
}
|
|
145
147
|
}
|
|
146
148
|
}
|
|
@@ -152,7 +154,7 @@
|
|
|
152
154
|
|
|
153
155
|
&.e-rtl {
|
|
154
156
|
.e-spinner {
|
|
155
|
-
padding-left:
|
|
157
|
+
padding-left: $progress-btn-zero-padding-margin;
|
|
156
158
|
padding-right: $progress-btn-spinner-padding-small;
|
|
157
159
|
}
|
|
158
160
|
}
|
|
@@ -179,34 +181,34 @@
|
|
|
179
181
|
}
|
|
180
182
|
|
|
181
183
|
&.e-round-corner {
|
|
182
|
-
border-radius:
|
|
184
|
+
border-radius: $progress-round-border-radius;
|
|
183
185
|
outline: none;
|
|
184
186
|
overflow: hidden;
|
|
185
187
|
}
|
|
186
188
|
|
|
187
189
|
&.e-rtl {
|
|
188
190
|
.e-progress {
|
|
189
|
-
left: auto;
|
|
190
|
-
right:
|
|
191
|
+
left: $progress-auto-width;
|
|
192
|
+
right: $progress-btn-zero-padding-margin;
|
|
191
193
|
}
|
|
192
194
|
|
|
193
195
|
&.e-vertical {
|
|
194
196
|
.e-progress {
|
|
195
|
-
bottom: auto;
|
|
196
|
-
top:
|
|
197
|
+
bottom: $progress-auto-width;
|
|
198
|
+
top: $progress-btn-zero-padding-margin;
|
|
197
199
|
}
|
|
198
200
|
}
|
|
199
201
|
}
|
|
200
202
|
|
|
201
203
|
.e-spinner-pane {
|
|
202
|
-
height: auto;
|
|
204
|
+
height: $progress-auto-height;
|
|
203
205
|
position: relative;
|
|
204
|
-
width: auto;
|
|
206
|
+
width: $progress-auto-width;
|
|
205
207
|
|
|
206
208
|
.e-spinner-inner {
|
|
207
|
-
left: auto;
|
|
209
|
+
left: $progress-auto-width;
|
|
208
210
|
position: relative;
|
|
209
|
-
top: auto;
|
|
211
|
+
top: $progress-auto-width;
|
|
210
212
|
transform: none;
|
|
211
213
|
}
|
|
212
214
|
}
|
|
@@ -214,63 +216,63 @@
|
|
|
214
216
|
.e-cont-animate {
|
|
215
217
|
align-items: center;
|
|
216
218
|
display: inline-flex;
|
|
217
|
-
height:
|
|
219
|
+
height: $progress-btn-full-height;
|
|
218
220
|
justify-content: center;
|
|
219
|
-
left:
|
|
221
|
+
left: $progress-btn-zero-padding-margin;
|
|
220
222
|
position: absolute;
|
|
221
|
-
top:
|
|
222
|
-
width:
|
|
223
|
+
top: $progress-btn-zero-padding-margin;
|
|
224
|
+
width: $progress-full-width;
|
|
223
225
|
}
|
|
224
226
|
|
|
225
227
|
@keyframes ProgressSlideLeft {
|
|
226
228
|
from {
|
|
227
|
-
left:
|
|
229
|
+
left: $progress-zero-width;
|
|
228
230
|
opacity: 1;
|
|
229
231
|
}
|
|
230
232
|
|
|
231
233
|
to {
|
|
232
|
-
left: -
|
|
234
|
+
left: $progress-negative-full-width;
|
|
233
235
|
opacity: 0;
|
|
234
236
|
}
|
|
235
237
|
}
|
|
236
238
|
|
|
237
239
|
@keyframes ProgressSlideRight {
|
|
238
240
|
from {
|
|
239
|
-
left:
|
|
241
|
+
left: $progress-zero-width;
|
|
240
242
|
opacity: 1;
|
|
241
243
|
}
|
|
242
244
|
|
|
243
245
|
to {
|
|
244
|
-
left:
|
|
246
|
+
left: $progress-full-width;
|
|
245
247
|
opacity: 0;
|
|
246
248
|
}
|
|
247
249
|
}
|
|
248
250
|
|
|
249
251
|
@keyframes ProgressSlideUp {
|
|
250
252
|
from {
|
|
251
|
-
height: auto;
|
|
253
|
+
height: $progress-auto-height;
|
|
252
254
|
opacity: 1;
|
|
253
|
-
top:
|
|
255
|
+
top: $progress-btn-zero-padding-margin;
|
|
254
256
|
}
|
|
255
257
|
|
|
256
258
|
to {
|
|
257
|
-
height: auto;
|
|
259
|
+
height: $progress-auto-height;
|
|
258
260
|
opacity: 0;
|
|
259
|
-
top: -
|
|
261
|
+
top: $progress-slideup-to-top;
|
|
260
262
|
}
|
|
261
263
|
}
|
|
262
264
|
|
|
263
265
|
@keyframes ProgressSlideDown {
|
|
264
266
|
from {
|
|
265
|
-
height: auto;
|
|
267
|
+
height: $progress-auto-height;
|
|
266
268
|
opacity: 1;
|
|
267
|
-
top:
|
|
269
|
+
top: $progress-btn-zero-padding-margin;
|
|
268
270
|
}
|
|
269
271
|
|
|
270
272
|
to {
|
|
271
|
-
height: auto;
|
|
273
|
+
height: $progress-auto-height;
|
|
272
274
|
opacity: 0;
|
|
273
|
-
top:
|
|
275
|
+
top: $progress-slidedown-to-top;
|
|
274
276
|
}
|
|
275
277
|
}
|
|
276
278
|
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/material-dark-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/material-dark';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/material-dark-definition';
|
|
1
5
|
$progress-btn-color: rgba($grey-black, .87) !default;
|
|
2
6
|
$progress-btn-bgcolor: rgba($grey-black, .2) !default;
|
|
3
7
|
$progress-btn-bgcolor-normal: rgba($grey-black, .2) !default;
|
|
@@ -22,3 +26,17 @@ $progress-btn-flat-info-progress-color: #0378d5 !default;
|
|
|
22
26
|
$progress-btn-flat-warning-progress-color: #c15700 !default;
|
|
23
27
|
$progress-btn-flat-danger-progress-color: #d64113 !default;
|
|
24
28
|
$btn-flat-primary-path-arc: none;
|
|
29
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
30
|
+
$progress-btn-line-height: 1 !default;
|
|
31
|
+
$progress-btn-full-height: 100% !default;
|
|
32
|
+
$progress-btn-nill-height: 0% !default;
|
|
33
|
+
$progress-btn-process-height: 10% !default;
|
|
34
|
+
$progress-auto-width: auto !default;
|
|
35
|
+
$progress-auto-height: auto !default;
|
|
36
|
+
$progress-full-width: 100% !default;
|
|
37
|
+
$spinner-inner-top: -1px !default;
|
|
38
|
+
$progress-round-border-radius: 5em !default;
|
|
39
|
+
$progress-slidedown-to-top: 100px !default;
|
|
40
|
+
$progress-slideup-to-top: -100px !default;
|
|
41
|
+
$progress-zero-width: 0% !default;
|
|
42
|
+
$progress-negative-full-width: -100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/material-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/material';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/material-definition';
|
|
1
5
|
$progress-btn-color: rgba($grey-black, .87) !default;
|
|
2
6
|
$progress-btn-bgcolor: rgba($grey-black, .2) !default;
|
|
3
7
|
$progress-btn-bgcolor-normal: rgba($grey-black, .2) !default;
|
|
@@ -22,3 +26,17 @@ $progress-btn-flat-info-progress-color: #0378d5 !default;
|
|
|
22
26
|
$progress-btn-flat-warning-progress-color: #c15700 !default;
|
|
23
27
|
$progress-btn-flat-danger-progress-color: #d64113 !default;
|
|
24
28
|
$btn-flat-primary-path-arc: none;
|
|
29
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
30
|
+
$progress-btn-line-height: 1 !default;
|
|
31
|
+
$progress-btn-full-height: 100% !default;
|
|
32
|
+
$progress-btn-nill-height: 0% !default;
|
|
33
|
+
$progress-btn-process-height: 10% !default;
|
|
34
|
+
$progress-auto-width: auto !default;
|
|
35
|
+
$progress-auto-height: auto !default;
|
|
36
|
+
$progress-full-width: 100% !default;
|
|
37
|
+
$spinner-inner-top: -1px !default;
|
|
38
|
+
$progress-round-border-radius: 5em !default;
|
|
39
|
+
$progress-slidedown-to-top: 100px !default;
|
|
40
|
+
$progress-slideup-to-top: -100px !default;
|
|
41
|
+
$progress-zero-width: 0% !default;
|
|
42
|
+
$progress-negative-full-width: -100% !default;
|