@syncfusion/ej2-splitbuttons 31.2.12 → 32.1.22
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/README.md +1 -1
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +3 -3
- package/src/drop-down-button/drop-down-button.js +1 -1
- 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 +190 -93
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +193 -96
- 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 -8
- 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 +73 -45
- 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 +18 -3
- 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 +103 -6
- 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;
|
|
@@ -9,12 +13,18 @@ $progress-btn-small-spin-btn-padding: 14px !default;
|
|
|
9
13
|
$progress-btn-bigger-spin-btn-padding: 20px !default;
|
|
10
14
|
$progress-btn-bigger-small-spin-btn-padding: 16px !default;
|
|
11
15
|
$progress-btn-color: $secondary-text-color !default;
|
|
12
|
-
$progress-btn-bgcolor: rgba($icon-color, .2) !default;
|
|
13
|
-
$progress-btn-bgcolor-normal: rgba($white, .2) !default;
|
|
14
|
-
$progress-btn-warning-progress-color: $progress-btn-bgcolor !default;
|
|
15
|
-
$progress-btn-flat-primary-progress-color: rgba($primary-text-color, 1) !default;
|
|
16
|
-
$progress-btn-flat-success-progress-color: rgba($success-text, 1) !default;
|
|
17
|
-
$progress-btn-flat-info-progress-color: rgba($info-text, 1) !default;
|
|
18
|
-
$progress-btn-flat-warning-progress-color: rgba($warning-text, 1) !default;
|
|
19
|
-
$progress-btn-flat-danger-progress-color: rgba($danger-text, 1) !default;
|
|
20
16
|
$btn-flat-primary-path-arc: $white;
|
|
17
|
+
$progress-btn-zero-padding-margin: 0 !default;
|
|
18
|
+
$progress-btn-line-height: 1 !default;
|
|
19
|
+
$progress-btn-full-height: 100% !default;
|
|
20
|
+
$progress-btn-nill-height: 0% !default;
|
|
21
|
+
$progress-btn-process-height: 10% !default;
|
|
22
|
+
$progress-auto-width: auto !default;
|
|
23
|
+
$progress-auto-height: auto !default;
|
|
24
|
+
$progress-full-width: 100% !default;
|
|
25
|
+
$spinner-inner-top: -1px !default;
|
|
26
|
+
$progress-round-border-radius: $radius-5em !default;
|
|
27
|
+
$progress-slidedown-to-top: 100px !default;
|
|
28
|
+
$progress-slideup-to-top: -100px !default;
|
|
29
|
+
$progress-zero-width: 0% !default;
|
|
30
|
+
$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,16 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
3
|
+
|
|
1
4
|
@include export-module('progress-button-layout') {
|
|
2
5
|
.e-progress-btn {
|
|
3
6
|
position: relative;
|
|
4
7
|
|
|
5
8
|
.e-progress {
|
|
6
|
-
height:
|
|
7
|
-
left:
|
|
9
|
+
height: $progress-btn-full-height;
|
|
10
|
+
left: $progress-btn-zero-padding-margin;
|
|
8
11
|
opacity: 0;
|
|
9
12
|
position: absolute;
|
|
10
|
-
top:
|
|
13
|
+
top: $progress-btn-zero-padding-margin;
|
|
11
14
|
transition: opacity .3s linear;
|
|
12
15
|
}
|
|
13
16
|
|
|
@@ -23,33 +26,58 @@
|
|
|
23
26
|
|
|
24
27
|
&.e-vertical {
|
|
25
28
|
.e-progress {
|
|
26
|
-
bottom:
|
|
27
|
-
height:
|
|
28
|
-
top: auto;
|
|
29
|
-
width:
|
|
29
|
+
bottom: $progress-btn-zero-padding-margin;
|
|
30
|
+
height: $progress-btn-nill-height;
|
|
31
|
+
top: $progress-auto-width;
|
|
32
|
+
width: $progress-full-width;
|
|
30
33
|
}
|
|
31
34
|
}
|
|
32
35
|
|
|
33
36
|
&.e-progress-top {
|
|
34
37
|
.e-progress {
|
|
35
|
-
height:
|
|
38
|
+
height: $progress-btn-process-height;
|
|
36
39
|
}
|
|
37
40
|
}
|
|
38
41
|
|
|
39
42
|
&.e-progress-bottom {
|
|
40
43
|
.e-progress {
|
|
41
|
-
bottom: -
|
|
42
|
-
height:
|
|
43
|
-
top: auto;
|
|
44
|
+
bottom: $spinner-inner-top;
|
|
45
|
+
height: $progress-btn-process-height;
|
|
46
|
+
top: $progress-auto-width;
|
|
44
47
|
}
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
&.e-progress-active {
|
|
48
51
|
overflow: hidden;
|
|
49
52
|
pointer-events: none;
|
|
53
|
+
|
|
54
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
55
|
+
.e-progress,
|
|
56
|
+
.e-primary .e-progress,
|
|
57
|
+
.e-success .e-progress,
|
|
58
|
+
.e-danger .e-progress {
|
|
59
|
+
opacity: .3;
|
|
60
|
+
}
|
|
50
61
|
|
|
51
|
-
|
|
52
|
-
|
|
62
|
+
.e-warning .e-progress,
|
|
63
|
+
.e-info .e-progress,
|
|
64
|
+
.e-primary.e-outline .e-progress,
|
|
65
|
+
.e-primary.e-flat .e-progress,
|
|
66
|
+
.e-success.e-outline .e-progress,
|
|
67
|
+
.e-success.e-flat .e-progress,
|
|
68
|
+
.e-danger.e-outline .e-progress,
|
|
69
|
+
.e-danger.e-flat .e-progress,
|
|
70
|
+
.e-warning.e-outline .e-progress,
|
|
71
|
+
.e-warning.e-flat .e-progress,
|
|
72
|
+
.e-info.e-outline .e-progress,
|
|
73
|
+
.e-info.e-flat .e-progress {
|
|
74
|
+
opacity: .2;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
@else {
|
|
78
|
+
.e-progress {
|
|
79
|
+
opacity: 1;
|
|
80
|
+
}
|
|
53
81
|
}
|
|
54
82
|
|
|
55
83
|
.e-animate-end {
|
|
@@ -68,7 +96,7 @@
|
|
|
68
96
|
.e-btn-content,
|
|
69
97
|
.e-spinner {
|
|
70
98
|
display: block;
|
|
71
|
-
line-height:
|
|
99
|
+
line-height: $progress-btn-line-height;
|
|
72
100
|
}
|
|
73
101
|
}
|
|
74
102
|
|
|
@@ -84,14 +112,14 @@
|
|
|
84
112
|
padding-right: $progress-btn-spinner-padding;
|
|
85
113
|
|
|
86
114
|
.e-spinner-inner {
|
|
87
|
-
top: -
|
|
115
|
+
top: $spinner-inner-top;
|
|
88
116
|
}
|
|
89
117
|
}
|
|
90
118
|
|
|
91
119
|
&.e-rtl {
|
|
92
120
|
.e-spinner {
|
|
93
121
|
padding-left: $progress-btn-spinner-padding;
|
|
94
|
-
padding-right:
|
|
122
|
+
padding-right: $progress-btn-zero-padding-margin;
|
|
95
123
|
}
|
|
96
124
|
}
|
|
97
125
|
}
|
|
@@ -101,13 +129,13 @@
|
|
|
101
129
|
padding-left: $progress-btn-spinner-padding;
|
|
102
130
|
|
|
103
131
|
.e-spinner-inner {
|
|
104
|
-
top: -
|
|
132
|
+
top: $spinner-inner-top;
|
|
105
133
|
}
|
|
106
134
|
}
|
|
107
135
|
|
|
108
136
|
&.e-rtl {
|
|
109
137
|
.e-spinner {
|
|
110
|
-
padding-left:
|
|
138
|
+
padding-left: $progress-btn-zero-padding-margin;
|
|
111
139
|
padding-right: $progress-btn-spinner-padding;
|
|
112
140
|
}
|
|
113
141
|
}
|
|
@@ -140,7 +168,7 @@
|
|
|
140
168
|
&.e-rtl {
|
|
141
169
|
.e-spinner {
|
|
142
170
|
padding-left: $progress-btn-spinner-padding-small;
|
|
143
|
-
padding-right:
|
|
171
|
+
padding-right: $progress-btn-zero-padding-margin;
|
|
144
172
|
}
|
|
145
173
|
}
|
|
146
174
|
}
|
|
@@ -152,7 +180,7 @@
|
|
|
152
180
|
|
|
153
181
|
&.e-rtl {
|
|
154
182
|
.e-spinner {
|
|
155
|
-
padding-left:
|
|
183
|
+
padding-left: $progress-btn-zero-padding-margin;
|
|
156
184
|
padding-right: $progress-btn-spinner-padding-small;
|
|
157
185
|
}
|
|
158
186
|
}
|
|
@@ -179,34 +207,34 @@
|
|
|
179
207
|
}
|
|
180
208
|
|
|
181
209
|
&.e-round-corner {
|
|
182
|
-
border-radius:
|
|
210
|
+
border-radius: $progress-round-border-radius;
|
|
183
211
|
outline: none;
|
|
184
212
|
overflow: hidden;
|
|
185
213
|
}
|
|
186
214
|
|
|
187
215
|
&.e-rtl {
|
|
188
216
|
.e-progress {
|
|
189
|
-
left: auto;
|
|
190
|
-
right:
|
|
217
|
+
left: $progress-auto-width;
|
|
218
|
+
right: $progress-btn-zero-padding-margin;
|
|
191
219
|
}
|
|
192
220
|
|
|
193
221
|
&.e-vertical {
|
|
194
222
|
.e-progress {
|
|
195
|
-
bottom: auto;
|
|
196
|
-
top:
|
|
223
|
+
bottom: $progress-auto-width;
|
|
224
|
+
top: $progress-btn-zero-padding-margin;
|
|
197
225
|
}
|
|
198
226
|
}
|
|
199
227
|
}
|
|
200
228
|
|
|
201
229
|
.e-spinner-pane {
|
|
202
|
-
height: auto;
|
|
230
|
+
height: $progress-auto-height;
|
|
203
231
|
position: relative;
|
|
204
|
-
width: auto;
|
|
232
|
+
width: $progress-auto-width;
|
|
205
233
|
|
|
206
234
|
.e-spinner-inner {
|
|
207
|
-
left: auto;
|
|
235
|
+
left: $progress-auto-width;
|
|
208
236
|
position: relative;
|
|
209
|
-
top: auto;
|
|
237
|
+
top: $progress-auto-width;
|
|
210
238
|
transform: none;
|
|
211
239
|
}
|
|
212
240
|
}
|
|
@@ -214,63 +242,63 @@
|
|
|
214
242
|
.e-cont-animate {
|
|
215
243
|
align-items: center;
|
|
216
244
|
display: inline-flex;
|
|
217
|
-
height:
|
|
245
|
+
height: $progress-btn-full-height;
|
|
218
246
|
justify-content: center;
|
|
219
|
-
left:
|
|
247
|
+
left: $progress-btn-zero-padding-margin;
|
|
220
248
|
position: absolute;
|
|
221
|
-
top:
|
|
222
|
-
width:
|
|
249
|
+
top: $progress-btn-zero-padding-margin;
|
|
250
|
+
width: $progress-full-width;
|
|
223
251
|
}
|
|
224
252
|
|
|
225
253
|
@keyframes ProgressSlideLeft {
|
|
226
254
|
from {
|
|
227
|
-
left:
|
|
255
|
+
left: $progress-zero-width;
|
|
228
256
|
opacity: 1;
|
|
229
257
|
}
|
|
230
258
|
|
|
231
259
|
to {
|
|
232
|
-
left: -
|
|
260
|
+
left: $progress-negative-full-width;
|
|
233
261
|
opacity: 0;
|
|
234
262
|
}
|
|
235
263
|
}
|
|
236
264
|
|
|
237
265
|
@keyframes ProgressSlideRight {
|
|
238
266
|
from {
|
|
239
|
-
left:
|
|
267
|
+
left: $progress-zero-width;
|
|
240
268
|
opacity: 1;
|
|
241
269
|
}
|
|
242
270
|
|
|
243
271
|
to {
|
|
244
|
-
left:
|
|
272
|
+
left: $progress-full-width;
|
|
245
273
|
opacity: 0;
|
|
246
274
|
}
|
|
247
275
|
}
|
|
248
276
|
|
|
249
277
|
@keyframes ProgressSlideUp {
|
|
250
278
|
from {
|
|
251
|
-
height: auto;
|
|
279
|
+
height: $progress-auto-height;
|
|
252
280
|
opacity: 1;
|
|
253
|
-
top:
|
|
281
|
+
top: $progress-btn-zero-padding-margin;
|
|
254
282
|
}
|
|
255
283
|
|
|
256
284
|
to {
|
|
257
|
-
height: auto;
|
|
285
|
+
height: $progress-auto-height;
|
|
258
286
|
opacity: 0;
|
|
259
|
-
top: -
|
|
287
|
+
top: $progress-slideup-to-top;
|
|
260
288
|
}
|
|
261
289
|
}
|
|
262
290
|
|
|
263
291
|
@keyframes ProgressSlideDown {
|
|
264
292
|
from {
|
|
265
|
-
height: auto;
|
|
293
|
+
height: $progress-auto-height;
|
|
266
294
|
opacity: 1;
|
|
267
|
-
top:
|
|
295
|
+
top: $progress-btn-zero-padding-margin;
|
|
268
296
|
}
|
|
269
297
|
|
|
270
298
|
to {
|
|
271
|
-
height: auto;
|
|
299
|
+
height: $progress-auto-height;
|
|
272
300
|
opacity: 0;
|
|
273
|
-
top:
|
|
301
|
+
top: $progress-slidedown-to-top;
|
|
274
302
|
}
|
|
275
303
|
}
|
|
276
304
|
|