@syncfusion/ej2-splitbuttons 20.4.50 → 21.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +2 -13
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +20 -5
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +20 -5
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +9 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -2
  14. package/src/progress-button/progress-button-model.d.ts +3 -1
  15. package/src/progress-button/progress-button.d.ts +19 -1
  16. package/src/split-button/split-button.js +14 -3
  17. package/styles/bootstrap-dark.css +44 -44
  18. package/styles/bootstrap.css +44 -44
  19. package/styles/bootstrap4.css +44 -44
  20. package/styles/bootstrap5-dark.css +48 -48
  21. package/styles/bootstrap5.css +48 -48
  22. package/styles/button-group/_bootstrap5-definition.scss +2 -2
  23. package/styles/button-group/_fluent-definition.scss +2 -2
  24. package/styles/button-group/_tailwind-definition.scss +1 -1
  25. package/styles/button-group/_theme.scss +4 -2
  26. package/styles/button-group/bootstrap-dark.css +30 -30
  27. package/styles/button-group/bootstrap.css +30 -30
  28. package/styles/button-group/bootstrap4.css +31 -31
  29. package/styles/button-group/bootstrap5-dark.css +30 -30
  30. package/styles/button-group/bootstrap5.css +30 -30
  31. package/styles/button-group/fabric-dark.css +30 -30
  32. package/styles/button-group/fabric.css +30 -30
  33. package/styles/button-group/fluent-dark.css +30 -30
  34. package/styles/button-group/fluent.css +30 -30
  35. package/styles/button-group/highcontrast-light.css +30 -30
  36. package/styles/button-group/highcontrast.css +30 -30
  37. package/styles/button-group/material-dark.css +30 -30
  38. package/styles/button-group/material.css +30 -30
  39. package/styles/button-group/tailwind-dark.css +30 -30
  40. package/styles/button-group/tailwind.css +30 -30
  41. package/styles/drop-down-button/_bootstrap5-definition.scss +5 -5
  42. package/styles/drop-down-button/_fluent-definition.scss +5 -5
  43. package/styles/drop-down-button/_layout.scss +12 -0
  44. package/styles/drop-down-button/_tailwind-definition.scss +4 -4
  45. package/styles/fabric-dark.css +44 -44
  46. package/styles/fabric.css +44 -44
  47. package/styles/fluent-dark.css +48 -48
  48. package/styles/fluent.css +48 -48
  49. package/styles/highcontrast-light.css +44 -44
  50. package/styles/highcontrast.css +44 -44
  51. package/styles/material-dark.css +43 -43
  52. package/styles/material.css +43 -43
  53. package/styles/progress-button/_theme.scss +45 -19
  54. package/styles/progress-button/bootstrap-dark.css +14 -14
  55. package/styles/progress-button/bootstrap.css +14 -14
  56. package/styles/progress-button/bootstrap4.css +13 -13
  57. package/styles/progress-button/bootstrap5-dark.css +18 -18
  58. package/styles/progress-button/bootstrap5.css +18 -18
  59. package/styles/progress-button/fabric-dark.css +14 -14
  60. package/styles/progress-button/fabric.css +14 -14
  61. package/styles/progress-button/fluent-dark.css +18 -18
  62. package/styles/progress-button/fluent.css +18 -18
  63. package/styles/progress-button/highcontrast-light.css +14 -14
  64. package/styles/progress-button/highcontrast.css +14 -14
  65. package/styles/progress-button/material-dark.css +13 -13
  66. package/styles/progress-button/material.css +13 -13
  67. package/styles/progress-button/tailwind-dark.css +18 -18
  68. package/styles/progress-button/tailwind.css +18 -18
  69. package/styles/tailwind-dark.css +48 -48
  70. package/styles/tailwind.css +48 -48
  71. package/styles/button-group/_material3-definition.scss +0 -31
  72. package/styles/drop-down-button/_material3-definition.scss +0 -50
  73. package/styles/progress-button/_material3-definition.scss +0 -21
  74. package/styles/split-button/_material3-definition.scss +0 -24
@@ -482,64 +482,64 @@
482
482
  }
483
483
 
484
484
  .e-progress {
485
- background-color: rgba(161, 159, 157, 0.5);
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-color: rgba(161, 159, 157, 0.2);
492
+ background: rgba(161, 159, 157, 0.2);
493
493
  }
494
494
 
495
495
  *.e-warning .e-progress {
496
- background-color: rgba(161, 159, 157, 0.2);
496
+ background: rgba(161, 159, 157, 0.2);
497
497
  }
498
498
 
499
499
  *.e-flat.e-primary .e-progress {
500
- background-color: rgba(27, 26, 25, 0.2);
500
+ background: rgba(27, 26, 25, 0.2);
501
501
  }
502
502
  *.e-flat.e-success .e-progress {
503
- background-color: rgba(27, 26, 25, 0.2);
503
+ background: rgba(27, 26, 25, 0.2);
504
504
  }
505
505
  *.e-flat.e-info .e-progress {
506
- background-color: rgba(27, 26, 25, 0.2);
506
+ background: rgba(27, 26, 25, 0.2);
507
507
  }
508
508
  *.e-flat.e-warning .e-progress {
509
- background-color: rgba(27, 26, 25, 0.2);
509
+ background: rgba(27, 26, 25, 0.2);
510
510
  }
511
511
  *.e-flat.e-danger .e-progress {
512
- background-color: rgba(27, 26, 25, 0.2);
512
+ background: rgba(27, 26, 25, 0.2);
513
513
  }
514
514
 
515
515
  *.e-outline:not(:focus).e-primary .e-progress {
516
- background-color: rgba(0, 120, 212, 0.2);
516
+ background: rgba(0, 120, 212, 0.2);
517
517
  }
518
518
  *.e-outline:not(:focus).e-success .e-progress {
519
- background-color: rgba(11, 106, 11, 0.2);
519
+ background: rgba(11, 106, 11, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-info .e-progress {
522
- background-color: rgba(3, 131, 135, 0.2);
522
+ background: rgba(3, 131, 135, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-warning .e-progress {
525
- background-color: rgba(202, 80, 16, 0.2);
525
+ background: rgba(202, 80, 16, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-danger .e-progress {
528
- background-color: rgba(209, 52, 56, 0.2);
528
+ background: rgba(209, 52, 56, 0.2);
529
529
  }
530
530
 
531
531
  *.e-flat:not(:focus).e-primary .e-progress {
532
- background-color: rgba(0, 120, 212, 0.2);
532
+ background: rgba(0, 120, 212, 0.2);
533
533
  }
534
534
  *.e-flat:not(:focus).e-success .e-progress {
535
- background-color: rgba(11, 106, 11, 0.2);
535
+ background: rgba(11, 106, 11, 0.2);
536
536
  }
537
537
  *.e-flat:not(:focus).e-info .e-progress {
538
- background-color: rgba(3, 131, 135, 0.2);
538
+ background: rgba(3, 131, 135, 0.2);
539
539
  }
540
540
  *.e-flat:not(:focus).e-warning .e-progress {
541
- background-color: rgba(202, 80, 16, 0.2);
541
+ background: rgba(202, 80, 16, 0.2);
542
542
  }
543
543
  *.e-flat:not(:focus).e-danger .e-progress {
544
- background-color: rgba(209, 52, 56, 0.2);
544
+ background: rgba(209, 52, 56, 0.2);
545
545
  }
@@ -482,64 +482,64 @@
482
482
  }
483
483
 
484
484
  .e-progress {
485
- background-color: rgba(96, 94, 92, 0.5);
485
+ background: rgba(96, 94, 92, 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-color: rgba(96, 94, 92, 0.2);
492
+ background: rgba(96, 94, 92, 0.2);
493
493
  }
494
494
 
495
495
  *.e-warning .e-progress {
496
- background-color: rgba(96, 94, 92, 0.2);
496
+ background: rgba(96, 94, 92, 0.2);
497
497
  }
498
498
 
499
499
  *.e-flat.e-primary .e-progress {
500
- background-color: rgba(255, 255, 255, 0.2);
500
+ background: rgba(255, 255, 255, 0.2);
501
501
  }
502
502
  *.e-flat.e-success .e-progress {
503
- background-color: rgba(255, 255, 255, 0.2);
503
+ background: rgba(255, 255, 255, 0.2);
504
504
  }
505
505
  *.e-flat.e-info .e-progress {
506
- background-color: rgba(255, 255, 255, 0.2);
506
+ background: rgba(255, 255, 255, 0.2);
507
507
  }
508
508
  *.e-flat.e-warning .e-progress {
509
- background-color: rgba(255, 255, 255, 0.2);
509
+ background: rgba(255, 255, 255, 0.2);
510
510
  }
511
511
  *.e-flat.e-danger .e-progress {
512
- background-color: rgba(255, 255, 255, 0.2);
512
+ background: rgba(255, 255, 255, 0.2);
513
513
  }
514
514
 
515
515
  *.e-outline:not(:focus).e-primary .e-progress {
516
- background-color: rgba(0, 120, 212, 0.2);
516
+ background: rgba(0, 120, 212, 0.2);
517
517
  }
518
518
  *.e-outline:not(:focus).e-success .e-progress {
519
- background-color: rgba(11, 106, 11, 0.2);
519
+ background: rgba(11, 106, 11, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-info .e-progress {
522
- background-color: rgba(3, 131, 135, 0.2);
522
+ background: rgba(3, 131, 135, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-warning .e-progress {
525
- background-color: rgba(202, 80, 16, 0.2);
525
+ background: rgba(202, 80, 16, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-danger .e-progress {
528
- background-color: rgba(209, 52, 56, 0.2);
528
+ background: rgba(209, 52, 56, 0.2);
529
529
  }
530
530
 
531
531
  *.e-flat:not(:focus).e-primary .e-progress {
532
- background-color: rgba(0, 120, 212, 0.2);
532
+ background: rgba(0, 120, 212, 0.2);
533
533
  }
534
534
  *.e-flat:not(:focus).e-success .e-progress {
535
- background-color: rgba(11, 106, 11, 0.2);
535
+ background: rgba(11, 106, 11, 0.2);
536
536
  }
537
537
  *.e-flat:not(:focus).e-info .e-progress {
538
- background-color: rgba(3, 131, 135, 0.2);
538
+ background: rgba(3, 131, 135, 0.2);
539
539
  }
540
540
  *.e-flat:not(:focus).e-warning .e-progress {
541
- background-color: rgba(202, 80, 16, 0.2);
541
+ background: rgba(202, 80, 16, 0.2);
542
542
  }
543
543
  *.e-flat:not(:focus).e-danger .e-progress {
544
- background-color: rgba(209, 52, 56, 0.2);
544
+ background: rgba(209, 52, 56, 0.2);
545
545
  }
@@ -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: rgba(255, 255, 255, 0);
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-color: rgba(0, 0, 0, 0.3);
485
+ background: rgba(0, 0, 0, 0.3);
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-color: rgba(255, 255, 255, 0.3);
492
+ background: rgba(255, 255, 255, 0.3);
493
493
  }
494
494
 
495
495
  *.e-warning .e-progress {
496
- background-color: rgba(255, 255, 255, 0.3);
496
+ background: rgba(255, 255, 255, 0.3);
497
497
  }
498
498
 
499
499
  *.e-flat.e-primary .e-progress {
500
- background-color: rgba(255, 64, 129, 0.2);
500
+ background: rgba(255, 64, 129, 0.2);
501
501
  }
502
502
  *.e-flat.e-success .e-progress {
503
- background-color: rgba(77, 132, 29, 0.2);
503
+ background: rgba(77, 132, 29, 0.2);
504
504
  }
505
505
  *.e-flat.e-info .e-progress {
506
- background-color: rgba(3, 120, 213, 0.2);
506
+ background: rgba(3, 120, 213, 0.2);
507
507
  }
508
508
  *.e-flat.e-warning .e-progress {
509
- background-color: rgba(193, 87, 0, 0.2);
509
+ background: rgba(193, 87, 0, 0.2);
510
510
  }
511
511
  *.e-flat.e-danger .e-progress {
512
- background-color: rgba(214, 65, 19, 0.2);
512
+ background: rgba(214, 65, 19, 0.2);
513
513
  }
514
514
 
515
515
  *.e-outline:not(:focus).e-primary .e-progress {
516
- background-color: rgba(64, 0, 116, 0.2);
516
+ background: rgba(64, 0, 116, 0.2);
517
517
  }
518
518
  *.e-outline:not(:focus).e-success .e-progress {
519
- background-color: rgba(22, 102, 0, 0.2);
519
+ background: rgba(22, 102, 0, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-info .e-progress {
522
- background-color: rgba(0, 86, 179, 0.2);
522
+ background: rgba(0, 86, 179, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-warning .e-progress {
525
- background-color: rgba(148, 64, 0, 0.2);
525
+ background: rgba(148, 64, 0, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-danger .e-progress {
528
- background-color: rgba(179, 9, 0, 0.2);
528
+ background: rgba(179, 9, 0, 0.2);
529
529
  }
@@ -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: rgba(255, 255, 255, 0);
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-color: rgba(255, 255, 255, 0.3);
485
+ background: rgba(255, 255, 255, 0.3);
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-color: rgba(0, 0, 0, 0.3);
492
+ background: rgba(0, 0, 0, 0.3);
493
493
  }
494
494
 
495
495
  *.e-warning .e-progress {
496
- background-color: rgba(0, 0, 0, 0.3);
496
+ background: rgba(0, 0, 0, 0.3);
497
497
  }
498
498
 
499
499
  *.e-flat.e-primary .e-progress {
500
- background-color: rgba(0, 0, 0, 0.2);
500
+ background: rgba(0, 0, 0, 0.2);
501
501
  }
502
502
  *.e-flat.e-success .e-progress {
503
- background-color: rgba(0, 0, 0, 0.2);
503
+ background: rgba(0, 0, 0, 0.2);
504
504
  }
505
505
  *.e-flat.e-info .e-progress {
506
- background-color: rgba(0, 0, 0, 0.2);
506
+ background: rgba(0, 0, 0, 0.2);
507
507
  }
508
508
  *.e-flat.e-warning .e-progress {
509
- background-color: rgba(0, 0, 0, 0.2);
509
+ background: rgba(0, 0, 0, 0.2);
510
510
  }
511
511
  *.e-flat.e-danger .e-progress {
512
- background-color: rgba(0, 0, 0, 0.2);
512
+ background: rgba(0, 0, 0, 0.2);
513
513
  }
514
514
 
515
515
  *.e-outline:not(:focus).e-primary .e-progress {
516
- background-color: rgba(255, 217, 57, 0.2);
516
+ background: rgba(255, 217, 57, 0.2);
517
517
  }
518
518
  *.e-outline:not(:focus).e-success .e-progress {
519
- background-color: rgba(22, 102, 0, 0.2);
519
+ background: rgba(22, 102, 0, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-info .e-progress {
522
- background-color: rgba(0, 86, 179, 0.2);
522
+ background: rgba(0, 86, 179, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-warning .e-progress {
525
- background-color: rgba(148, 64, 0, 0.2);
525
+ background: rgba(148, 64, 0, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-danger .e-progress {
528
- background-color: rgba(179, 9, 0, 0.2);
528
+ background: rgba(179, 9, 0, 0.2);
529
529
  }
@@ -483,48 +483,48 @@
483
483
  }
484
484
 
485
485
  .e-progress {
486
- background-color: rgba(0, 0, 0, 0.2);
486
+ background: rgba(0, 0, 0, 0.2);
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-color: rgba(0, 0, 0, 0.2);
493
+ background: rgba(0, 0, 0, 0.2);
494
494
  }
495
495
 
496
496
  *.e-warning .e-progress {
497
- background-color: rgba(0, 0, 0, 0.2);
497
+ background: rgba(0, 0, 0, 0.2);
498
498
  }
499
499
 
500
500
  *.e-flat.e-primary .e-progress {
501
- background-color: rgba(255, 64, 129, 0.2);
501
+ background: rgba(255, 64, 129, 0.2);
502
502
  }
503
503
  *.e-flat.e-success .e-progress {
504
- background-color: rgba(77, 132, 29, 0.2);
504
+ background: rgba(77, 132, 29, 0.2);
505
505
  }
506
506
  *.e-flat.e-info .e-progress {
507
- background-color: rgba(3, 120, 213, 0.2);
507
+ background: rgba(3, 120, 213, 0.2);
508
508
  }
509
509
  *.e-flat.e-warning .e-progress {
510
- background-color: rgba(193, 87, 0, 0.2);
510
+ background: rgba(193, 87, 0, 0.2);
511
511
  }
512
512
  *.e-flat.e-danger .e-progress {
513
- background-color: rgba(214, 65, 19, 0.2);
513
+ background: rgba(214, 65, 19, 0.2);
514
514
  }
515
515
 
516
516
  *.e-outline:not(:focus).e-primary .e-progress {
517
- background-color: rgba(0, 176, 255, 0.2);
517
+ background: rgba(0, 176, 255, 0.2);
518
518
  }
519
519
  *.e-outline:not(:focus).e-success .e-progress {
520
- background-color: rgba(76, 175, 80, 0.2);
520
+ background: rgba(76, 175, 80, 0.2);
521
521
  }
522
522
  *.e-outline:not(:focus).e-info .e-progress {
523
- background-color: rgba(3, 169, 244, 0.2);
523
+ background: rgba(3, 169, 244, 0.2);
524
524
  }
525
525
  *.e-outline:not(:focus).e-warning .e-progress {
526
- background-color: rgba(255, 152, 0, 0.2);
526
+ background: rgba(255, 152, 0, 0.2);
527
527
  }
528
528
  *.e-outline:not(:focus).e-danger .e-progress {
529
- background-color: rgba(255, 102, 82, 0.2);
529
+ background: rgba(255, 102, 82, 0.2);
530
530
  }
@@ -483,48 +483,48 @@
483
483
  }
484
484
 
485
485
  .e-progress {
486
- background-color: rgba(0, 0, 0, 0.2);
486
+ background: rgba(0, 0, 0, 0.2);
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-color: rgba(0, 0, 0, 0.2);
493
+ background: rgba(0, 0, 0, 0.2);
494
494
  }
495
495
 
496
496
  *.e-warning .e-progress {
497
- background-color: rgba(0, 0, 0, 0.2);
497
+ background: rgba(0, 0, 0, 0.2);
498
498
  }
499
499
 
500
500
  *.e-flat.e-primary .e-progress {
501
- background-color: rgba(227, 22, 91, 0.2);
501
+ background: rgba(227, 22, 91, 0.2);
502
502
  }
503
503
  *.e-flat.e-success .e-progress {
504
- background-color: rgba(77, 132, 29, 0.2);
504
+ background: rgba(77, 132, 29, 0.2);
505
505
  }
506
506
  *.e-flat.e-info .e-progress {
507
- background-color: rgba(3, 120, 213, 0.2);
507
+ background: rgba(3, 120, 213, 0.2);
508
508
  }
509
509
  *.e-flat.e-warning .e-progress {
510
- background-color: rgba(193, 87, 0, 0.2);
510
+ background: rgba(193, 87, 0, 0.2);
511
511
  }
512
512
  *.e-flat.e-danger .e-progress {
513
- background-color: rgba(214, 65, 19, 0.2);
513
+ background: rgba(214, 65, 19, 0.2);
514
514
  }
515
515
 
516
516
  *.e-outline:not(:focus).e-primary .e-progress {
517
- background-color: rgba(227, 22, 91, 0.2);
517
+ background: rgba(227, 22, 91, 0.2);
518
518
  }
519
519
  *.e-outline:not(:focus).e-success .e-progress {
520
- background-color: rgba(77, 132, 29, 0.2);
520
+ background: rgba(77, 132, 29, 0.2);
521
521
  }
522
522
  *.e-outline:not(:focus).e-info .e-progress {
523
- background-color: rgba(3, 120, 213, 0.2);
523
+ background: rgba(3, 120, 213, 0.2);
524
524
  }
525
525
  *.e-outline:not(:focus).e-warning .e-progress {
526
- background-color: rgba(193, 87, 0, 0.2);
526
+ background: rgba(193, 87, 0, 0.2);
527
527
  }
528
528
  *.e-outline:not(:focus).e-danger .e-progress {
529
- background-color: rgba(214, 65, 19, 0.2);
529
+ background: rgba(214, 65, 19, 0.2);
530
530
  }
@@ -485,64 +485,64 @@
485
485
  }
486
486
 
487
487
  .e-progress {
488
- background-color: rgba(209, 213, 219, 0.2);
488
+ background: rgba(209, 213, 219, 0.2);
489
489
  }
490
490
 
491
491
  *.e-primary .e-progress,
492
492
  *.e-success .e-progress,
493
493
  *.e-danger .e-progress,
494
494
  *.e-info .e-progress {
495
- background-color: rgba(209, 213, 219, 0.2);
495
+ background: rgba(209, 213, 219, 0.2);
496
496
  }
497
497
 
498
498
  *.e-warning .e-progress {
499
- background-color: rgba(209, 213, 219, 0.2);
499
+ background: rgba(209, 213, 219, 0.2);
500
500
  }
501
501
 
502
502
  *.e-flat.e-primary .e-progress {
503
- background-color: rgba(0, 0, 0, 0.2);
503
+ background: rgba(0, 0, 0, 0.2);
504
504
  }
505
505
  *.e-flat.e-success .e-progress {
506
- background-color: rgba(0, 0, 0, 0.2);
506
+ background: rgba(0, 0, 0, 0.2);
507
507
  }
508
508
  *.e-flat.e-info .e-progress {
509
- background-color: rgba(0, 0, 0, 0.2);
509
+ background: rgba(0, 0, 0, 0.2);
510
510
  }
511
511
  *.e-flat.e-warning .e-progress {
512
- background-color: rgba(0, 0, 0, 0.2);
512
+ background: rgba(0, 0, 0, 0.2);
513
513
  }
514
514
  *.e-flat.e-danger .e-progress {
515
- background-color: rgba(0, 0, 0, 0.2);
515
+ background: rgba(0, 0, 0, 0.2);
516
516
  }
517
517
 
518
518
  *.e-outline:not(:focus).e-primary .e-progress {
519
- background-color: rgba(34, 211, 238, 0.2);
519
+ background: rgba(34, 211, 238, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-success .e-progress {
522
- background-color: rgba(34, 197, 94, 0.2);
522
+ background: rgba(34, 197, 94, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-info .e-progress {
525
- background-color: rgba(14, 165, 233, 0.2);
525
+ background: rgba(14, 165, 233, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-warning .e-progress {
528
- background-color: rgba(234, 88, 12, 0.2);
528
+ background: rgba(234, 88, 12, 0.2);
529
529
  }
530
530
  *.e-outline:not(:focus).e-danger .e-progress {
531
- background-color: rgba(248, 113, 113, 0.2);
531
+ background: rgba(248, 113, 113, 0.2);
532
532
  }
533
533
 
534
534
  *.e-flat:not(:focus).e-primary .e-progress {
535
- background-color: rgba(34, 211, 238, 0.2);
535
+ background: rgba(34, 211, 238, 0.2);
536
536
  }
537
537
  *.e-flat:not(:focus).e-success .e-progress {
538
- background-color: rgba(34, 197, 94, 0.2);
538
+ background: rgba(34, 197, 94, 0.2);
539
539
  }
540
540
  *.e-flat:not(:focus).e-info .e-progress {
541
- background-color: rgba(14, 165, 233, 0.2);
541
+ background: rgba(14, 165, 233, 0.2);
542
542
  }
543
543
  *.e-flat:not(:focus).e-warning .e-progress {
544
- background-color: rgba(234, 88, 12, 0.2);
544
+ background: rgba(234, 88, 12, 0.2);
545
545
  }
546
546
  *.e-flat:not(:focus).e-danger .e-progress {
547
- background-color: rgba(248, 113, 113, 0.2);
547
+ background: rgba(248, 113, 113, 0.2);
548
548
  }
@@ -485,64 +485,64 @@
485
485
  }
486
486
 
487
487
  .e-progress {
488
- background-color: rgba(107, 114, 128, 0.2);
488
+ background: rgba(107, 114, 128, 0.2);
489
489
  }
490
490
 
491
491
  *.e-primary .e-progress,
492
492
  *.e-success .e-progress,
493
493
  *.e-danger .e-progress,
494
494
  *.e-info .e-progress {
495
- background-color: rgba(107, 114, 128, 0.2);
495
+ background: rgba(107, 114, 128, 0.2);
496
496
  }
497
497
 
498
498
  *.e-warning .e-progress {
499
- background-color: rgba(107, 114, 128, 0.2);
499
+ background: rgba(107, 114, 128, 0.2);
500
500
  }
501
501
 
502
502
  *.e-flat.e-primary .e-progress {
503
- background-color: rgba(255, 255, 255, 0.2);
503
+ background: rgba(255, 255, 255, 0.2);
504
504
  }
505
505
  *.e-flat.e-success .e-progress {
506
- background-color: rgba(255, 255, 255, 0.2);
506
+ background: rgba(255, 255, 255, 0.2);
507
507
  }
508
508
  *.e-flat.e-info .e-progress {
509
- background-color: rgba(255, 255, 255, 0.2);
509
+ background: rgba(255, 255, 255, 0.2);
510
510
  }
511
511
  *.e-flat.e-warning .e-progress {
512
- background-color: rgba(255, 255, 255, 0.2);
512
+ background: rgba(255, 255, 255, 0.2);
513
513
  }
514
514
  *.e-flat.e-danger .e-progress {
515
- background-color: rgba(255, 255, 255, 0.2);
515
+ background: rgba(255, 255, 255, 0.2);
516
516
  }
517
517
 
518
518
  *.e-outline:not(:focus).e-primary .e-progress {
519
- background-color: rgba(79, 70, 229, 0.2);
519
+ background: rgba(79, 70, 229, 0.2);
520
520
  }
521
521
  *.e-outline:not(:focus).e-success .e-progress {
522
- background-color: rgba(21, 128, 61, 0.2);
522
+ background: rgba(21, 128, 61, 0.2);
523
523
  }
524
524
  *.e-outline:not(:focus).e-info .e-progress {
525
- background-color: rgba(14, 116, 144, 0.2);
525
+ background: rgba(14, 116, 144, 0.2);
526
526
  }
527
527
  *.e-outline:not(:focus).e-warning .e-progress {
528
- background-color: rgba(194, 65, 12, 0.2);
528
+ background: rgba(194, 65, 12, 0.2);
529
529
  }
530
530
  *.e-outline:not(:focus).e-danger .e-progress {
531
- background-color: rgba(220, 38, 38, 0.2);
531
+ background: rgba(220, 38, 38, 0.2);
532
532
  }
533
533
 
534
534
  *.e-flat:not(:focus).e-primary .e-progress {
535
- background-color: rgba(79, 70, 229, 0.2);
535
+ background: rgba(79, 70, 229, 0.2);
536
536
  }
537
537
  *.e-flat:not(:focus).e-success .e-progress {
538
- background-color: rgba(21, 128, 61, 0.2);
538
+ background: rgba(21, 128, 61, 0.2);
539
539
  }
540
540
  *.e-flat:not(:focus).e-info .e-progress {
541
- background-color: rgba(14, 116, 144, 0.2);
541
+ background: rgba(14, 116, 144, 0.2);
542
542
  }
543
543
  *.e-flat:not(:focus).e-warning .e-progress {
544
- background-color: rgba(194, 65, 12, 0.2);
544
+ background: rgba(194, 65, 12, 0.2);
545
545
  }
546
546
  *.e-flat:not(:focus).e-danger .e-progress {
547
- background-color: rgba(220, 38, 38, 0.2);
547
+ background: rgba(220, 38, 38, 0.2);
548
548
  }