@syncfusion/ej2-angular-splitbuttons 20.4.50 → 21.1.35-ngcc
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/@syncfusion/ej2-angular-splitbuttons.es5.js +565 -0
- package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
- package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
- package/CHANGELOG.md +250 -0
- package/dist/ej2-angular-splitbuttons.umd.js +603 -0
- package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
- package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
- package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
- package/ej2-angular-splitbuttons.d.ts +7 -0
- package/ej2-angular-splitbuttons.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
- package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
- package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
- package/src/drop-down-button/items.directive.d.ts +0 -5
- package/src/progress-button/progressbutton-all.module.d.ts +0 -6
- package/src/progress-button/progressbutton.component.d.ts +0 -3
- package/src/progress-button/progressbutton.module.d.ts +0 -6
- package/src/split-button/items.directive.d.ts +0 -5
- package/src/split-button/splitbutton-all.module.d.ts +0 -6
- package/src/split-button/splitbutton.component.d.ts +0 -3
- package/src/split-button/splitbutton.module.d.ts +0 -7
- package/styles/bootstrap-dark.css +44 -44
- package/styles/bootstrap.css +44 -44
- package/styles/bootstrap4.css +44 -44
- package/styles/bootstrap5-dark.css +48 -48
- package/styles/bootstrap5.css +48 -48
- package/styles/button-group/bootstrap-dark.css +30 -30
- package/styles/button-group/bootstrap-dark.scss +1 -4
- package/styles/button-group/bootstrap.css +30 -30
- package/styles/button-group/bootstrap.scss +1 -4
- package/styles/button-group/bootstrap4.css +31 -31
- package/styles/button-group/bootstrap4.scss +1 -4
- package/styles/button-group/bootstrap5-dark.css +30 -30
- package/styles/button-group/bootstrap5-dark.scss +1 -4
- package/styles/button-group/bootstrap5.css +30 -30
- package/styles/button-group/bootstrap5.scss +1 -4
- package/styles/button-group/fabric-dark.css +30 -30
- package/styles/button-group/fabric-dark.scss +1 -4
- package/styles/button-group/fabric.css +30 -30
- package/styles/button-group/fabric.scss +1 -4
- package/styles/button-group/fluent-dark.css +30 -30
- package/styles/button-group/fluent-dark.scss +1 -4
- package/styles/button-group/fluent.css +30 -30
- package/styles/button-group/fluent.scss +1 -4
- package/styles/button-group/highcontrast-light.css +30 -30
- package/styles/button-group/highcontrast-light.scss +1 -4
- package/styles/button-group/highcontrast.css +30 -30
- package/styles/button-group/highcontrast.scss +1 -4
- package/styles/button-group/material-dark.css +30 -30
- package/styles/button-group/material-dark.scss +1 -4
- package/styles/button-group/material.css +30 -30
- package/styles/button-group/material.scss +1 -4
- package/styles/button-group/tailwind-dark.css +30 -30
- package/styles/button-group/tailwind-dark.scss +1 -4
- package/styles/button-group/tailwind.css +30 -30
- package/styles/button-group/tailwind.scss +1 -4
- package/styles/drop-down-button/bootstrap-dark.scss +1 -6
- package/styles/drop-down-button/bootstrap.scss +1 -6
- package/styles/drop-down-button/bootstrap4.scss +1 -6
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
- package/styles/drop-down-button/bootstrap5.scss +1 -6
- package/styles/drop-down-button/fabric-dark.scss +1 -6
- package/styles/drop-down-button/fabric.scss +1 -6
- package/styles/drop-down-button/fluent-dark.scss +1 -6
- package/styles/drop-down-button/fluent.scss +1 -6
- package/styles/drop-down-button/highcontrast-light.scss +1 -6
- package/styles/drop-down-button/highcontrast.scss +1 -6
- package/styles/drop-down-button/material-dark.scss +1 -6
- package/styles/drop-down-button/material.scss +1 -6
- package/styles/drop-down-button/tailwind-dark.scss +1 -6
- package/styles/drop-down-button/tailwind.scss +1 -6
- package/styles/fabric-dark.css +44 -44
- package/styles/fabric.css +44 -44
- package/styles/fluent-dark.css +48 -48
- package/styles/fluent.css +48 -48
- package/styles/highcontrast-light.css +44 -44
- package/styles/highcontrast.css +44 -44
- package/styles/material-dark.css +43 -43
- package/styles/material.css +43 -43
- package/styles/progress-button/bootstrap-dark.css +14 -14
- package/styles/progress-button/bootstrap-dark.scss +1 -5
- package/styles/progress-button/bootstrap.css +14 -14
- package/styles/progress-button/bootstrap.scss +1 -5
- package/styles/progress-button/bootstrap4.css +13 -13
- package/styles/progress-button/bootstrap4.scss +1 -5
- package/styles/progress-button/bootstrap5-dark.css +18 -18
- package/styles/progress-button/bootstrap5-dark.scss +1 -5
- package/styles/progress-button/bootstrap5.css +18 -18
- package/styles/progress-button/bootstrap5.scss +1 -5
- package/styles/progress-button/fabric-dark.css +14 -14
- package/styles/progress-button/fabric-dark.scss +1 -5
- package/styles/progress-button/fabric.css +14 -14
- package/styles/progress-button/fabric.scss +1 -5
- package/styles/progress-button/fluent-dark.css +18 -18
- package/styles/progress-button/fluent-dark.scss +1 -5
- package/styles/progress-button/fluent.css +18 -18
- package/styles/progress-button/fluent.scss +1 -5
- package/styles/progress-button/highcontrast-light.css +14 -14
- package/styles/progress-button/highcontrast-light.scss +1 -5
- package/styles/progress-button/highcontrast.css +14 -14
- package/styles/progress-button/highcontrast.scss +1 -5
- package/styles/progress-button/material-dark.css +13 -13
- package/styles/progress-button/material-dark.scss +1 -5
- package/styles/progress-button/material.css +13 -13
- package/styles/progress-button/material.scss +1 -5
- package/styles/progress-button/tailwind-dark.css +18 -18
- package/styles/progress-button/tailwind-dark.scss +1 -5
- package/styles/progress-button/tailwind.css +18 -18
- package/styles/progress-button/tailwind.scss +1 -5
- package/styles/split-button/bootstrap-dark.scss +1 -6
- package/styles/split-button/bootstrap.scss +1 -6
- package/styles/split-button/bootstrap4.scss +1 -6
- package/styles/split-button/bootstrap5-dark.scss +1 -6
- package/styles/split-button/bootstrap5.scss +1 -6
- package/styles/split-button/fabric-dark.scss +1 -6
- package/styles/split-button/fabric.scss +1 -6
- package/styles/split-button/fluent-dark.scss +1 -6
- package/styles/split-button/fluent.scss +1 -6
- package/styles/split-button/highcontrast-light.scss +1 -6
- package/styles/split-button/highcontrast.scss +1 -6
- package/styles/split-button/material-dark.scss +1 -6
- package/styles/split-button/material.scss +1 -6
- package/styles/split-button/tailwind-dark.scss +1 -6
- package/styles/split-button/tailwind.scss +1 -6
- package/styles/tailwind-dark.css +48 -48
- package/styles/tailwind.css +48 -48
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
- package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
- package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
- package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
- package/esm2020/src/index.mjs +0 -13
- package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
- package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
- package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
- package/esm2020/src/split-button/items.directive.mjs +0 -46
- package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
- package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
- package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
- package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
- package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
- package/styles/button-group/_all.scss +0 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
- package/styles/button-group/_bootstrap-definition.scss +0 -30
- package/styles/button-group/_bootstrap4-definition.scss +0 -30
- package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
- package/styles/button-group/_bootstrap5-definition.scss +0 -31
- package/styles/button-group/_fabric-dark-definition.scss +0 -33
- package/styles/button-group/_fabric-definition.scss +0 -30
- package/styles/button-group/_fluent-dark-definition.scss +0 -1
- package/styles/button-group/_fluent-definition.scss +0 -31
- package/styles/button-group/_fusionnew-definition.scss +0 -31
- package/styles/button-group/_group-button-mixin.scss +0 -72
- package/styles/button-group/_highcontrast-definition.scss +0 -32
- package/styles/button-group/_highcontrast-light-definition.scss +0 -35
- package/styles/button-group/_layout.scss +0 -288
- package/styles/button-group/_material-dark-definition.scss +0 -33
- package/styles/button-group/_material-definition.scss +0 -30
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/button-group/_tailwind-dark-definition.scss +0 -1
- package/styles/button-group/_tailwind-definition.scss +0 -31
- package/styles/button-group/_theme.scss +0 -386
- package/styles/drop-down-button/_all.scss +0 -2
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
- package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
- package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
- package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
- package/styles/drop-down-button/_fabric-definition.scss +0 -48
- package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-button/_fluent-definition.scss +0 -52
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
- package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
- package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
- package/styles/drop-down-button/_layout.scss +0 -221
- package/styles/drop-down-button/_material-dark-definition.scss +0 -51
- package/styles/drop-down-button/_material-definition.scss +0 -48
- package/styles/drop-down-button/_material3-definition.scss +0 -50
- package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -49
- package/styles/drop-down-button/_theme.scss +0 -78
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
- package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
- package/styles/drop-down-button/icons/_fabric.scss +0 -10
- package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-button/icons/_fluent.scss +0 -10
- package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
- package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
- package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
- package/styles/drop-down-button/icons/_material-dark.scss +0 -10
- package/styles/drop-down-button/icons/_material.scss +0 -10
- package/styles/drop-down-button/icons/_material3.scss +0 -10
- package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
- package/styles/drop-down-button/icons/_tailwind.scss +0 -10
- package/styles/progress-button/_all.scss +0 -2
- package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
- package/styles/progress-button/_bootstrap-definition.scss +0 -24
- package/styles/progress-button/_bootstrap4-definition.scss +0 -24
- package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/progress-button/_bootstrap5-definition.scss +0 -21
- package/styles/progress-button/_fabric-dark-definition.scss +0 -27
- package/styles/progress-button/_fabric-definition.scss +0 -24
- package/styles/progress-button/_fluent-dark-definition.scss +0 -1
- package/styles/progress-button/_fluent-definition.scss +0 -21
- package/styles/progress-button/_fusionnew-definition.scss +0 -21
- package/styles/progress-button/_highcontrast-definition.scss +0 -24
- package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
- package/styles/progress-button/_layout.scss +0 -396
- package/styles/progress-button/_material-dark-definition.scss +0 -27
- package/styles/progress-button/_material-definition.scss +0 -24
- package/styles/progress-button/_material3-definition.scss +0 -21
- package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
- package/styles/progress-button/_tailwind-definition.scss +0 -21
- package/styles/progress-button/_theme.scss +0 -457
- package/styles/split-button/_all.scss +0 -2
- package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
- package/styles/split-button/_bootstrap-definition.scss +0 -23
- package/styles/split-button/_bootstrap4-definition.scss +0 -26
- package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/split-button/_bootstrap5-definition.scss +0 -24
- package/styles/split-button/_fabric-dark-definition.scss +0 -26
- package/styles/split-button/_fabric-definition.scss +0 -23
- package/styles/split-button/_fluent-dark-definition.scss +0 -1
- package/styles/split-button/_fluent-definition.scss +0 -24
- package/styles/split-button/_fusionnew-definition.scss +0 -24
- package/styles/split-button/_highcontrast-definition.scss +0 -23
- package/styles/split-button/_highcontrast-light-definition.scss +0 -26
- package/styles/split-button/_layout.scss +0 -427
- package/styles/split-button/_material-dark-definition.scss +0 -26
- package/styles/split-button/_material-definition.scss +0 -23
- package/styles/split-button/_material3-definition.scss +0 -24
- package/styles/split-button/_tailwind-dark-definition.scss +0 -1
- package/styles/split-button/_tailwind-definition.scss +0 -24
- package/styles/split-button/_theme.scss +0 -167
- package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
stroke: #000;
|
|
396
396
|
}
|
|
397
397
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
398
|
-
stroke:
|
|
398
|
+
stroke: #000;
|
|
399
399
|
}
|
|
400
400
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
401
401
|
stroke: #000;
|
|
@@ -482,48 +482,48 @@
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.e-progress {
|
|
485
|
-
background
|
|
485
|
+
background: rgba(255, 255, 255, 0.2);
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
*.e-primary .e-progress,
|
|
489
489
|
*.e-success .e-progress,
|
|
490
490
|
*.e-danger .e-progress,
|
|
491
491
|
*.e-info .e-progress {
|
|
492
|
-
background
|
|
492
|
+
background: rgba(255, 255, 255, 0.3);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(255, 255, 255, 0.3);
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
*.e-flat.e-primary .e-progress {
|
|
500
|
-
background
|
|
500
|
+
background: rgba(255, 64, 129, 0.2);
|
|
501
501
|
}
|
|
502
502
|
*.e-flat.e-success .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(77, 132, 29, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-info .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(3, 120, 213, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-warning .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(193, 87, 0, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-danger .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(214, 65, 19, 0.2);
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
516
|
-
background
|
|
516
|
+
background: rgba(0, 112, 240, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(53, 130, 56, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(32, 128, 144, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(249, 173, 55, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(193, 47, 47, 0.2);
|
|
529
529
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap-dark.scss';
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
stroke: #fff;
|
|
396
396
|
}
|
|
397
397
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
398
|
-
stroke:
|
|
398
|
+
stroke: #fff;
|
|
399
399
|
}
|
|
400
400
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
401
401
|
stroke: #fff;
|
|
@@ -482,48 +482,48 @@
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.e-progress {
|
|
485
|
-
background
|
|
485
|
+
background: rgba(0, 0, 0, 0.2);
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
*.e-primary .e-progress,
|
|
489
489
|
*.e-success .e-progress,
|
|
490
490
|
*.e-danger .e-progress,
|
|
491
491
|
*.e-info .e-progress {
|
|
492
|
-
background
|
|
492
|
+
background: rgba(255, 255, 255, 0.3);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(255, 255, 255, 0.3);
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
*.e-flat.e-primary .e-progress {
|
|
500
|
-
background
|
|
500
|
+
background: rgba(255, 255, 255, 0.2);
|
|
501
501
|
}
|
|
502
502
|
*.e-flat.e-success .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(255, 255, 255, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-info .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(255, 255, 255, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-warning .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(255, 255, 255, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-danger .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(255, 255, 255, 0.2);
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
516
|
-
background
|
|
516
|
+
background: rgba(49, 122, 185, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(33, 135, 57, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(27, 128, 158, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(170, 103, 8, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(220, 50, 67, 0.2);
|
|
529
529
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
4
|
-
@import 'bootstrap-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap.scss';
|
|
@@ -483,48 +483,48 @@
|
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
.e-progress {
|
|
486
|
-
background
|
|
486
|
+
background: rgba(255, 255, 255, 0.25);
|
|
487
487
|
}
|
|
488
488
|
|
|
489
489
|
*.e-primary .e-progress,
|
|
490
490
|
*.e-success .e-progress,
|
|
491
491
|
*.e-danger .e-progress,
|
|
492
492
|
*.e-info .e-progress {
|
|
493
|
-
background
|
|
493
|
+
background: rgba(255, 255, 255, 0.25);
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
*.e-warning .e-progress {
|
|
497
|
-
background
|
|
497
|
+
background: rgba(33, 37, 41, 0.25);
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
*.e-flat.e-primary .e-progress {
|
|
501
|
-
background
|
|
501
|
+
background: rgba(255, 255, 255, 0.2);
|
|
502
502
|
}
|
|
503
503
|
*.e-flat.e-success .e-progress {
|
|
504
|
-
background
|
|
504
|
+
background: rgba(255, 255, 255, 0.2);
|
|
505
505
|
}
|
|
506
506
|
*.e-flat.e-info .e-progress {
|
|
507
|
-
background
|
|
507
|
+
background: rgba(255, 255, 255, 0.2);
|
|
508
508
|
}
|
|
509
509
|
*.e-flat.e-warning .e-progress {
|
|
510
|
-
background
|
|
510
|
+
background: rgba(33, 37, 41, 0.2);
|
|
511
511
|
}
|
|
512
512
|
*.e-flat.e-danger .e-progress {
|
|
513
|
-
background
|
|
513
|
+
background: rgba(255, 255, 255, 0.2);
|
|
514
514
|
}
|
|
515
515
|
|
|
516
516
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
517
|
-
background
|
|
517
|
+
background: rgba(0, 123, 255, 0.2);
|
|
518
518
|
}
|
|
519
519
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
520
|
-
background
|
|
520
|
+
background: rgba(40, 167, 69, 0.2);
|
|
521
521
|
}
|
|
522
522
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
523
|
-
background
|
|
523
|
+
background: rgba(23, 162, 184, 0.2);
|
|
524
524
|
}
|
|
525
525
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
526
|
-
background
|
|
526
|
+
background: rgba(255, 193, 7, 0.2);
|
|
527
527
|
}
|
|
528
528
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
529
|
-
background
|
|
529
|
+
background: rgba(220, 53, 69, 0.2);
|
|
530
530
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
4
|
-
@import 'bootstrap4-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap4.scss';
|
|
@@ -482,64 +482,64 @@
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.e-progress {
|
|
485
|
-
background
|
|
485
|
+
background: rgba(255, 255, 255, 0.2);
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
*.e-primary .e-progress,
|
|
489
489
|
*.e-success .e-progress,
|
|
490
490
|
*.e-danger .e-progress,
|
|
491
491
|
*.e-info .e-progress {
|
|
492
|
-
background
|
|
492
|
+
background: rgba(173, 181, 189, 0.2);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(173, 181, 189, 0.2);
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
*.e-flat.e-primary .e-progress {
|
|
500
|
-
background
|
|
500
|
+
background: rgba(255, 255, 255, 0.2);
|
|
501
501
|
}
|
|
502
502
|
*.e-flat.e-success .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(255, 255, 255, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-info .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(0, 0, 0, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-warning .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(0, 0, 0, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-danger .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(255, 255, 255, 0.2);
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
516
|
-
background
|
|
516
|
+
background: rgba(13, 110, 253, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(25, 135, 84, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(13, 202, 240, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(255, 193, 7, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(220, 53, 69, 0.2);
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
532
|
-
background
|
|
532
|
+
background: rgba(13, 110, 253, 0.2);
|
|
533
533
|
}
|
|
534
534
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
535
|
-
background
|
|
535
|
+
background: rgba(25, 135, 84, 0.2);
|
|
536
536
|
}
|
|
537
537
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
538
|
-
background
|
|
538
|
+
background: rgba(13, 202, 240, 0.2);
|
|
539
539
|
}
|
|
540
540
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
541
|
-
background
|
|
541
|
+
background: rgba(255, 193, 7, 0.2);
|
|
542
542
|
}
|
|
543
543
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
544
|
-
background
|
|
544
|
+
background: rgba(220, 53, 69, 0.2);
|
|
545
545
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap5-dark.scss';
|
|
@@ -482,64 +482,64 @@
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.e-progress {
|
|
485
|
-
background
|
|
485
|
+
background: rgba(255, 255, 255, 0.2);
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
*.e-primary .e-progress,
|
|
489
489
|
*.e-success .e-progress,
|
|
490
490
|
*.e-danger .e-progress,
|
|
491
491
|
*.e-info .e-progress {
|
|
492
|
-
background
|
|
492
|
+
background: rgba(108, 117, 125, 0.2);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(108, 117, 125, 0.2);
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
*.e-flat.e-primary .e-progress {
|
|
500
|
-
background
|
|
500
|
+
background: rgba(255, 255, 255, 0.2);
|
|
501
501
|
}
|
|
502
502
|
*.e-flat.e-success .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(255, 255, 255, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-info .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(0, 0, 0, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-warning .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(0, 0, 0, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-danger .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(255, 255, 255, 0.2);
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
516
|
-
background
|
|
516
|
+
background: rgba(13, 110, 253, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(25, 135, 84, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(13, 202, 240, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(255, 193, 7, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(220, 53, 69, 0.2);
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
532
|
-
background
|
|
532
|
+
background: rgba(13, 110, 253, 0.2);
|
|
533
533
|
}
|
|
534
534
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
535
|
-
background
|
|
535
|
+
background: rgba(25, 135, 84, 0.2);
|
|
536
536
|
}
|
|
537
537
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
538
|
-
background
|
|
538
|
+
background: rgba(13, 202, 240, 0.2);
|
|
539
539
|
}
|
|
540
540
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
541
|
-
background
|
|
541
|
+
background: rgba(255, 193, 7, 0.2);
|
|
542
542
|
}
|
|
543
543
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
544
|
-
background
|
|
544
|
+
background: rgba(220, 53, 69, 0.2);
|
|
545
545
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
4
|
-
@import 'bootstrap5-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap5.scss';
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
stroke: #fff;
|
|
396
396
|
}
|
|
397
397
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
398
|
-
stroke:
|
|
398
|
+
stroke: #fff;
|
|
399
399
|
}
|
|
400
400
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
401
401
|
stroke: #fff;
|
|
@@ -482,48 +482,48 @@
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.e-progress {
|
|
485
|
-
background
|
|
485
|
+
background: rgba(218, 218, 218, 0.2);
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
*.e-primary .e-progress,
|
|
489
489
|
*.e-success .e-progress,
|
|
490
490
|
*.e-danger .e-progress,
|
|
491
491
|
*.e-info .e-progress {
|
|
492
|
-
background
|
|
492
|
+
background: rgba(218, 218, 218, 0.2);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(218, 218, 218, 0.2);
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
*.e-flat.e-primary .e-progress {
|
|
500
|
-
background
|
|
500
|
+
background: rgba(255, 64, 129, 0.2);
|
|
501
501
|
}
|
|
502
502
|
*.e-flat.e-success .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(77, 132, 29, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-info .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(3, 120, 213, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-warning .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(193, 87, 0, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-danger .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(214, 65, 19, 0.2);
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
516
|
-
background
|
|
516
|
+
background: rgba(0, 116, 204, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(55, 132, 77, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(30, 121, 203, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(191, 117, 0, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(205, 42, 25, 0.2);
|
|
529
529
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
4
|
-
@import 'fabric-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/fabric-dark.scss';
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
stroke: #fff;
|
|
396
396
|
}
|
|
397
397
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
398
|
-
stroke:
|
|
398
|
+
stroke: #fff;
|
|
399
399
|
}
|
|
400
400
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
401
401
|
stroke: #fff;
|
|
@@ -482,48 +482,48 @@
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.e-progress {
|
|
485
|
-
background
|
|
485
|
+
background: rgba(0, 0, 0, 0.2);
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
*.e-primary .e-progress,
|
|
489
489
|
*.e-success .e-progress,
|
|
490
490
|
*.e-danger .e-progress,
|
|
491
491
|
*.e-info .e-progress {
|
|
492
|
-
background
|
|
492
|
+
background: rgba(0, 0, 0, 0.2);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(0, 0, 0, 0.2);
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
*.e-flat.e-primary .e-progress {
|
|
500
|
-
background
|
|
500
|
+
background: rgba(0, 0, 0, 0.2);
|
|
501
501
|
}
|
|
502
502
|
*.e-flat.e-success .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(0, 0, 0, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-info .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(0, 0, 0, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-warning .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(0, 0, 0, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-danger .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(0, 0, 0, 0.2);
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
516
|
-
background
|
|
516
|
+
background: rgba(0, 120, 214, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(19, 124, 16, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(3, 120, 213, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(216, 59, 1, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(168, 0, 0, 0.2);
|
|
529
529
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
4
|
-
@import 'fabric-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/fabric.scss';
|
|
@@ -482,64 +482,64 @@
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.e-progress {
|
|
485
|
-
background
|
|
485
|
+
background: rgba(161, 159, 157, 0.5);
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
*.e-primary .e-progress,
|
|
489
489
|
*.e-success .e-progress,
|
|
490
490
|
*.e-danger .e-progress,
|
|
491
491
|
*.e-info .e-progress {
|
|
492
|
-
background
|
|
492
|
+
background: rgba(161, 159, 157, 0.2);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(161, 159, 157, 0.2);
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
*.e-flat.e-primary .e-progress {
|
|
500
|
-
background
|
|
500
|
+
background: rgba(27, 26, 25, 0.2);
|
|
501
501
|
}
|
|
502
502
|
*.e-flat.e-success .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(27, 26, 25, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-info .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(27, 26, 25, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-warning .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(27, 26, 25, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-danger .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(27, 26, 25, 0.2);
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
516
|
-
background
|
|
516
|
+
background: rgba(0, 120, 212, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(11, 106, 11, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(3, 131, 135, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(202, 80, 16, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(209, 52, 56, 0.2);
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
532
|
-
background
|
|
532
|
+
background: rgba(0, 120, 212, 0.2);
|
|
533
533
|
}
|
|
534
534
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
535
|
-
background
|
|
535
|
+
background: rgba(11, 106, 11, 0.2);
|
|
536
536
|
}
|
|
537
537
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
538
|
-
background
|
|
538
|
+
background: rgba(3, 131, 135, 0.2);
|
|
539
539
|
}
|
|
540
540
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
541
|
-
background
|
|
541
|
+
background: rgba(202, 80, 16, 0.2);
|
|
542
542
|
}
|
|
543
543
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
544
|
-
background
|
|
544
|
+
background: rgba(209, 52, 56, 0.2);
|
|
545
545
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
4
|
-
@import 'fluent-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/fluent-dark.scss';
|