@syncfusion/ej2-splitbuttons 20.4.48 → 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.
- package/CHANGELOG.md +9 -6
- 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 +27 -7
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +27 -7
- 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 +9 -8
- package/src/drop-down-button/drop-down-button.js +9 -4
- package/src/progress-button/progress-button-model.d.ts +3 -1
- package/src/progress-button/progress-button.d.ts +19 -1
- package/src/split-button/split-button.js +18 -3
- 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/_bootstrap5-definition.scss +2 -2
- package/styles/button-group/_fluent-definition.scss +2 -2
- package/styles/button-group/_tailwind-definition.scss +1 -1
- package/styles/button-group/_theme.scss +4 -2
- package/styles/button-group/bootstrap-dark.css +30 -30
- package/styles/button-group/bootstrap.css +30 -30
- package/styles/button-group/bootstrap4.css +31 -31
- package/styles/button-group/bootstrap5-dark.css +30 -30
- package/styles/button-group/bootstrap5.css +30 -30
- package/styles/button-group/fabric-dark.css +30 -30
- package/styles/button-group/fabric.css +30 -30
- package/styles/button-group/fluent-dark.css +30 -30
- package/styles/button-group/fluent.css +30 -30
- package/styles/button-group/highcontrast-light.css +30 -30
- package/styles/button-group/highcontrast.css +30 -30
- package/styles/button-group/material-dark.css +30 -30
- package/styles/button-group/material.css +30 -30
- package/styles/button-group/tailwind-dark.css +30 -30
- package/styles/button-group/tailwind.css +30 -30
- package/styles/drop-down-button/_bootstrap5-definition.scss +5 -5
- package/styles/drop-down-button/_fluent-definition.scss +5 -5
- package/styles/drop-down-button/_layout.scss +12 -0
- package/styles/drop-down-button/_tailwind-definition.scss +4 -4
- 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/_theme.scss +45 -19
- package/styles/progress-button/bootstrap-dark.css +14 -14
- package/styles/progress-button/bootstrap.css +14 -14
- package/styles/progress-button/bootstrap4.css +13 -13
- package/styles/progress-button/bootstrap5-dark.css +18 -18
- package/styles/progress-button/bootstrap5.css +18 -18
- package/styles/progress-button/fabric-dark.css +14 -14
- package/styles/progress-button/fabric.css +14 -14
- package/styles/progress-button/fluent-dark.css +18 -18
- package/styles/progress-button/fluent.css +18 -18
- package/styles/progress-button/highcontrast-light.css +14 -14
- package/styles/progress-button/highcontrast.css +14 -14
- package/styles/progress-button/material-dark.css +13 -13
- package/styles/progress-button/material.css +13 -13
- package/styles/progress-button/tailwind-dark.css +18 -18
- package/styles/progress-button/tailwind.css +18 -18
- package/styles/tailwind-dark.css +48 -48
- package/styles/tailwind.css +48 -48
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/drop-down-button/_material3-definition.scss +0 -50
- package/styles/progress-button/_material3-definition.scss +0 -21
- package/styles/split-button/_material3-definition.scss +0 -24
|
@@ -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
|
}
|
|
@@ -482,64 +482,64 @@
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.e-progress {
|
|
485
|
-
background
|
|
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
|
|
492
|
+
background: rgba(96, 94, 92, 0.2);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(96, 94, 92, 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(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(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
|
}
|
|
@@ -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.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
|
|
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(64, 0, 116, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(22, 102, 0, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(0, 86, 179, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(148, 64, 0, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
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:
|
|
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(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
|
|
492
|
+
background: rgba(0, 0, 0, 0.3);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
*.e-warning .e-progress {
|
|
496
|
-
background
|
|
496
|
+
background: rgba(0, 0, 0, 0.3);
|
|
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(255, 217, 57, 0.2);
|
|
517
517
|
}
|
|
518
518
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(22, 102, 0, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(0, 86, 179, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(148, 64, 0, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(179, 9, 0, 0.2);
|
|
529
529
|
}
|
|
@@ -483,48 +483,48 @@
|
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
.e-progress {
|
|
486
|
-
background
|
|
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
|
|
493
|
+
background: rgba(0, 0, 0, 0.2);
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
*.e-warning .e-progress {
|
|
497
|
-
background
|
|
497
|
+
background: rgba(0, 0, 0, 0.2);
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
*.e-flat.e-primary .e-progress {
|
|
501
|
-
background
|
|
501
|
+
background: rgba(255, 64, 129, 0.2);
|
|
502
502
|
}
|
|
503
503
|
*.e-flat.e-success .e-progress {
|
|
504
|
-
background
|
|
504
|
+
background: rgba(77, 132, 29, 0.2);
|
|
505
505
|
}
|
|
506
506
|
*.e-flat.e-info .e-progress {
|
|
507
|
-
background
|
|
507
|
+
background: rgba(3, 120, 213, 0.2);
|
|
508
508
|
}
|
|
509
509
|
*.e-flat.e-warning .e-progress {
|
|
510
|
-
background
|
|
510
|
+
background: rgba(193, 87, 0, 0.2);
|
|
511
511
|
}
|
|
512
512
|
*.e-flat.e-danger .e-progress {
|
|
513
|
-
background
|
|
513
|
+
background: rgba(214, 65, 19, 0.2);
|
|
514
514
|
}
|
|
515
515
|
|
|
516
516
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
517
|
-
background
|
|
517
|
+
background: rgba(0, 176, 255, 0.2);
|
|
518
518
|
}
|
|
519
519
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
520
|
-
background
|
|
520
|
+
background: rgba(76, 175, 80, 0.2);
|
|
521
521
|
}
|
|
522
522
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
523
|
-
background
|
|
523
|
+
background: rgba(3, 169, 244, 0.2);
|
|
524
524
|
}
|
|
525
525
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
526
|
-
background
|
|
526
|
+
background: rgba(255, 152, 0, 0.2);
|
|
527
527
|
}
|
|
528
528
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
529
|
-
background
|
|
529
|
+
background: rgba(255, 102, 82, 0.2);
|
|
530
530
|
}
|
|
@@ -483,48 +483,48 @@
|
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
.e-progress {
|
|
486
|
-
background
|
|
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
|
|
493
|
+
background: rgba(0, 0, 0, 0.2);
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
*.e-warning .e-progress {
|
|
497
|
-
background
|
|
497
|
+
background: rgba(0, 0, 0, 0.2);
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
*.e-flat.e-primary .e-progress {
|
|
501
|
-
background
|
|
501
|
+
background: rgba(227, 22, 91, 0.2);
|
|
502
502
|
}
|
|
503
503
|
*.e-flat.e-success .e-progress {
|
|
504
|
-
background
|
|
504
|
+
background: rgba(77, 132, 29, 0.2);
|
|
505
505
|
}
|
|
506
506
|
*.e-flat.e-info .e-progress {
|
|
507
|
-
background
|
|
507
|
+
background: rgba(3, 120, 213, 0.2);
|
|
508
508
|
}
|
|
509
509
|
*.e-flat.e-warning .e-progress {
|
|
510
|
-
background
|
|
510
|
+
background: rgba(193, 87, 0, 0.2);
|
|
511
511
|
}
|
|
512
512
|
*.e-flat.e-danger .e-progress {
|
|
513
|
-
background
|
|
513
|
+
background: rgba(214, 65, 19, 0.2);
|
|
514
514
|
}
|
|
515
515
|
|
|
516
516
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
517
|
-
background
|
|
517
|
+
background: rgba(227, 22, 91, 0.2);
|
|
518
518
|
}
|
|
519
519
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
520
|
-
background
|
|
520
|
+
background: rgba(77, 132, 29, 0.2);
|
|
521
521
|
}
|
|
522
522
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
523
|
-
background
|
|
523
|
+
background: rgba(3, 120, 213, 0.2);
|
|
524
524
|
}
|
|
525
525
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
526
|
-
background
|
|
526
|
+
background: rgba(193, 87, 0, 0.2);
|
|
527
527
|
}
|
|
528
528
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
529
|
-
background
|
|
529
|
+
background: rgba(214, 65, 19, 0.2);
|
|
530
530
|
}
|
|
@@ -485,64 +485,64 @@
|
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.e-progress {
|
|
488
|
-
background
|
|
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
|
|
495
|
+
background: rgba(209, 213, 219, 0.2);
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
*.e-warning .e-progress {
|
|
499
|
-
background
|
|
499
|
+
background: rgba(209, 213, 219, 0.2);
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
*.e-flat.e-primary .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(0, 0, 0, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-success .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(0, 0, 0, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-info .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(0, 0, 0, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-warning .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(0, 0, 0, 0.2);
|
|
513
513
|
}
|
|
514
514
|
*.e-flat.e-danger .e-progress {
|
|
515
|
-
background
|
|
515
|
+
background: rgba(0, 0, 0, 0.2);
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(34, 211, 238, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(34, 197, 94, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(14, 165, 233, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(234, 88, 12, 0.2);
|
|
529
529
|
}
|
|
530
530
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
531
|
-
background
|
|
531
|
+
background: rgba(248, 113, 113, 0.2);
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
535
|
-
background
|
|
535
|
+
background: rgba(34, 211, 238, 0.2);
|
|
536
536
|
}
|
|
537
537
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
538
|
-
background
|
|
538
|
+
background: rgba(34, 197, 94, 0.2);
|
|
539
539
|
}
|
|
540
540
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
541
|
-
background
|
|
541
|
+
background: rgba(14, 165, 233, 0.2);
|
|
542
542
|
}
|
|
543
543
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
544
|
-
background
|
|
544
|
+
background: rgba(234, 88, 12, 0.2);
|
|
545
545
|
}
|
|
546
546
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
547
|
-
background
|
|
547
|
+
background: rgba(248, 113, 113, 0.2);
|
|
548
548
|
}
|
|
@@ -485,64 +485,64 @@
|
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.e-progress {
|
|
488
|
-
background
|
|
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
|
|
495
|
+
background: rgba(107, 114, 128, 0.2);
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
*.e-warning .e-progress {
|
|
499
|
-
background
|
|
499
|
+
background: rgba(107, 114, 128, 0.2);
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
*.e-flat.e-primary .e-progress {
|
|
503
|
-
background
|
|
503
|
+
background: rgba(255, 255, 255, 0.2);
|
|
504
504
|
}
|
|
505
505
|
*.e-flat.e-success .e-progress {
|
|
506
|
-
background
|
|
506
|
+
background: rgba(255, 255, 255, 0.2);
|
|
507
507
|
}
|
|
508
508
|
*.e-flat.e-info .e-progress {
|
|
509
|
-
background
|
|
509
|
+
background: rgba(255, 255, 255, 0.2);
|
|
510
510
|
}
|
|
511
511
|
*.e-flat.e-warning .e-progress {
|
|
512
|
-
background
|
|
512
|
+
background: rgba(255, 255, 255, 0.2);
|
|
513
513
|
}
|
|
514
514
|
*.e-flat.e-danger .e-progress {
|
|
515
|
-
background
|
|
515
|
+
background: rgba(255, 255, 255, 0.2);
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
519
|
-
background
|
|
519
|
+
background: rgba(79, 70, 229, 0.2);
|
|
520
520
|
}
|
|
521
521
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
522
|
-
background
|
|
522
|
+
background: rgba(21, 128, 61, 0.2);
|
|
523
523
|
}
|
|
524
524
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
525
|
-
background
|
|
525
|
+
background: rgba(14, 116, 144, 0.2);
|
|
526
526
|
}
|
|
527
527
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
528
|
-
background
|
|
528
|
+
background: rgba(194, 65, 12, 0.2);
|
|
529
529
|
}
|
|
530
530
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
531
|
-
background
|
|
531
|
+
background: rgba(220, 38, 38, 0.2);
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
535
|
-
background
|
|
535
|
+
background: rgba(79, 70, 229, 0.2);
|
|
536
536
|
}
|
|
537
537
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
538
|
-
background
|
|
538
|
+
background: rgba(21, 128, 61, 0.2);
|
|
539
539
|
}
|
|
540
540
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
541
|
-
background
|
|
541
|
+
background: rgba(14, 116, 144, 0.2);
|
|
542
542
|
}
|
|
543
543
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
544
|
-
background
|
|
544
|
+
background: rgba(194, 65, 12, 0.2);
|
|
545
545
|
}
|
|
546
546
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
547
|
-
background
|
|
547
|
+
background: rgba(220, 38, 38, 0.2);
|
|
548
548
|
}
|