@syncfusion/ej2-vue-splitbuttons 19.3.53 → 19.4.48
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 +18 -0
- package/dist/ej2-vue-splitbuttons.umd.min.js +2 -11
- package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es2015.js +3 -3
- package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es5.js +3 -3
- package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
- package/package.json +8 -8
- package/src/drop-down-button/dropdownbutton.component.js +1 -1
- package/src/progress-button/progressbutton.component.js +1 -1
- package/src/split-button/splitbutton.component.js +1 -1
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap5-dark.css +12 -12
- package/styles/bootstrap5.css +12 -12
- package/styles/drop-down-button/bootstrap5-dark.css +3 -3
- package/styles/drop-down-button/bootstrap5.css +3 -3
- package/styles/drop-down-button/tailwind-dark.css +3 -3
- package/styles/drop-down-button/tailwind.css +3 -3
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/progress-button/bootstrap5-dark.css +8 -8
- package/styles/progress-button/bootstrap5.css +8 -8
- package/styles/progress-button/tailwind-dark.css +8 -8
- package/styles/progress-button/tailwind.css +8 -8
- package/styles/split-button/bootstrap-dark.css +1 -1
- package/styles/split-button/bootstrap.css +1 -1
- package/styles/split-button/bootstrap5-dark.css +1 -1
- package/styles/split-button/bootstrap5.css +1 -1
- package/styles/split-button/fabric-dark.css +1 -1
- package/styles/split-button/fabric.css +1 -1
- package/styles/split-button/highcontrast-light.css +1 -1
- package/styles/split-button/highcontrast.css +1 -1
- package/styles/split-button/material-dark.css +1 -1
- package/styles/split-button/material.css +1 -1
- package/styles/tailwind-dark.css +11 -11
- package/styles/tailwind.css +11 -11
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-splitbuttons@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-splitbuttons@19.4.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-UNfOusLtnokZqtHXNX0fMCls4HmE5MnyeciueDgGmjtbb0QT7bsuziJQOnR0gBSLE3cGvNjlje0uBieO9OkwAw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-splitbuttons",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-splitbuttons/-/ej2-vue-splitbuttons-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-splitbuttons/-/ej2-vue-splitbuttons-19.4.47.tgz",
|
|
23
|
+
"_shasum": "18ec1b843357dfc6c91bc613ebf8779563764671",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-splitbuttons@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-splitbuttons": "19.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
35
|
+
"@syncfusion/ej2-splitbuttons": "19.4.48",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Vue",
|
|
@@ -83,6 +83,6 @@
|
|
|
83
83
|
"type": "git",
|
|
84
84
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
85
85
|
},
|
|
86
|
-
"version": "19.
|
|
86
|
+
"version": "19.4.48",
|
|
87
87
|
"sideEffects": false
|
|
88
88
|
}
|
|
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
22
22
|
import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
|
|
23
23
|
import { DropDownButtonItemsDirective, DropDownButtonItemDirective, DropDownButtonItemsPlugin, DropDownButtonItemPlugin } from './items.directive';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['
|
|
25
|
+
export var properties = ['isLazyUpdate', 'content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'close', 'created', 'open', 'select'];
|
|
26
26
|
export var modelProps = [];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['
|
|
24
|
+
export var properties = ['isLazyUpdate', 'animationSettings', 'content', 'cssClass', 'disabled', 'duration', 'enableHtmlSanitizer', 'enableProgress', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'spinSettings', 'begin', 'created', 'end', 'fail', 'progress'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
22
22
|
import { SplitButton } from '@syncfusion/ej2-splitbuttons';
|
|
23
23
|
import { SplitButtonItemsDirective, SplitButtonItemDirective, SplitButtonItemsPlugin, SplitButtonItemPlugin } from './items.directive';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['
|
|
25
|
+
export var properties = ['isLazyUpdate', 'content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'click', 'close', 'created', 'open', 'select'];
|
|
26
26
|
export var modelProps = [];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
package/styles/bootstrap.css
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
display: -ms-flexbox;
|
|
110
110
|
display: flex;
|
|
111
|
-
height:
|
|
112
|
-
line-height:
|
|
111
|
+
height: 26px;
|
|
112
|
+
line-height: 26px;
|
|
113
113
|
padding: 0 12px;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
128
|
float: left;
|
|
129
129
|
font-size: 18px;
|
|
130
|
-
line-height:
|
|
130
|
+
line-height: 26px;
|
|
131
131
|
margin-right: 11px;
|
|
132
132
|
vertical-align: middle;
|
|
133
133
|
width: 1em;
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
text-transform: none;
|
|
262
262
|
z-index: 1;
|
|
263
263
|
padding-left: 10px;
|
|
264
|
-
padding-right:
|
|
264
|
+
padding-right: 10px;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
@@ -2050,38 +2050,38 @@
|
|
|
2050
2050
|
}
|
|
2051
2051
|
|
|
2052
2052
|
.e-progress {
|
|
2053
|
-
background-color: rgba(
|
|
2053
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
2056
|
*.e-primary .e-progress,
|
|
2057
2057
|
*.e-success .e-progress,
|
|
2058
2058
|
*.e-danger .e-progress,
|
|
2059
2059
|
*.e-info .e-progress {
|
|
2060
|
-
background-color: rgba(
|
|
2060
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
2061
2061
|
}
|
|
2062
2062
|
|
|
2063
2063
|
*.e-warning .e-progress {
|
|
2064
|
-
background-color: rgba(
|
|
2064
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
2067
2067
|
*.e-flat.e-primary .e-progress {
|
|
2068
|
-
background-color: rgba(
|
|
2068
|
+
background-color: rgba(13, 110, 253, 0.2);
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
2071
|
*.e-flat.e-success .e-progress {
|
|
2072
|
-
background-color: rgba(
|
|
2072
|
+
background-color: rgba(33, 178, 111, 0.2);
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
2075
|
*.e-flat.e-info .e-progress {
|
|
2076
|
-
background-color: rgba(
|
|
2076
|
+
background-color: rgba(13, 202, 240, 0.2);
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
2079
2079
|
*.e-flat.e-warning .e-progress {
|
|
2080
|
-
background-color: rgba(
|
|
2080
|
+
background-color: rgba(255, 193, 7, 0.2);
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
*.e-flat.e-danger .e-progress {
|
|
2084
|
-
background-color: rgba(
|
|
2084
|
+
background-color: rgba(228, 96, 109, 0.2);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
*.e-outline:not(:focus).e-primary .e-progress {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
display: -ms-flexbox;
|
|
110
110
|
display: flex;
|
|
111
|
-
height:
|
|
112
|
-
line-height:
|
|
111
|
+
height: 26px;
|
|
112
|
+
line-height: 26px;
|
|
113
113
|
padding: 0 12px;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
128
|
float: left;
|
|
129
129
|
font-size: 18px;
|
|
130
|
-
line-height:
|
|
130
|
+
line-height: 26px;
|
|
131
131
|
margin-right: 11px;
|
|
132
132
|
vertical-align: middle;
|
|
133
133
|
width: 1em;
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
text-transform: none;
|
|
262
262
|
z-index: 1;
|
|
263
263
|
padding-left: 10px;
|
|
264
|
-
padding-right:
|
|
264
|
+
padding-right: 10px;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
@@ -2050,38 +2050,38 @@
|
|
|
2050
2050
|
}
|
|
2051
2051
|
|
|
2052
2052
|
.e-progress {
|
|
2053
|
-
background-color: rgba(
|
|
2053
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
2056
|
*.e-primary .e-progress,
|
|
2057
2057
|
*.e-success .e-progress,
|
|
2058
2058
|
*.e-danger .e-progress,
|
|
2059
2059
|
*.e-info .e-progress {
|
|
2060
|
-
background-color: rgba(
|
|
2060
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
2061
2061
|
}
|
|
2062
2062
|
|
|
2063
2063
|
*.e-warning .e-progress {
|
|
2064
|
-
background-color: rgba(
|
|
2064
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
2067
2067
|
*.e-flat.e-primary .e-progress {
|
|
2068
|
-
background-color: rgba(
|
|
2068
|
+
background-color: rgba(13, 110, 253, 0.2);
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
2071
|
*.e-flat.e-success .e-progress {
|
|
2072
|
-
background-color: rgba(
|
|
2072
|
+
background-color: rgba(25, 135, 84, 0.2);
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
2075
|
*.e-flat.e-info .e-progress {
|
|
2076
|
-
background-color: rgba(
|
|
2076
|
+
background-color: rgba(13, 202, 240, 0.2);
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
2079
2079
|
*.e-flat.e-warning .e-progress {
|
|
2080
|
-
background-color: rgba(
|
|
2080
|
+
background-color: rgba(255, 193, 7, 0.2);
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
*.e-flat.e-danger .e-progress {
|
|
2084
|
-
background-color: rgba(
|
|
2084
|
+
background-color: rgba(220, 53, 69, 0.2);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
display: -ms-flexbox;
|
|
110
110
|
display: flex;
|
|
111
|
-
height:
|
|
112
|
-
line-height:
|
|
111
|
+
height: 26px;
|
|
112
|
+
line-height: 26px;
|
|
113
113
|
padding: 0 12px;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
128
|
float: left;
|
|
129
129
|
font-size: 18px;
|
|
130
|
-
line-height:
|
|
130
|
+
line-height: 26px;
|
|
131
131
|
margin-right: 11px;
|
|
132
132
|
vertical-align: middle;
|
|
133
133
|
width: 1em;
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
display: -ms-flexbox;
|
|
110
110
|
display: flex;
|
|
111
|
-
height:
|
|
112
|
-
line-height:
|
|
111
|
+
height: 26px;
|
|
112
|
+
line-height: 26px;
|
|
113
113
|
padding: 0 12px;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
128
|
float: left;
|
|
129
129
|
font-size: 18px;
|
|
130
|
-
line-height:
|
|
130
|
+
line-height: 26px;
|
|
131
131
|
margin-right: 11px;
|
|
132
132
|
vertical-align: middle;
|
|
133
133
|
width: 1em;
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
cursor: pointer;
|
|
116
116
|
display: -ms-flexbox;
|
|
117
117
|
display: flex;
|
|
118
|
-
height:
|
|
119
|
-
line-height:
|
|
118
|
+
height: 28px;
|
|
119
|
+
line-height: 28px;
|
|
120
120
|
padding: 0 12px;
|
|
121
121
|
}
|
|
122
122
|
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
135
135
|
float: left;
|
|
136
136
|
font-size: 18px;
|
|
137
|
-
line-height:
|
|
137
|
+
line-height: 28px;
|
|
138
138
|
margin-right: 11px;
|
|
139
139
|
vertical-align: middle;
|
|
140
140
|
width: 1em;
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
cursor: pointer;
|
|
116
116
|
display: -ms-flexbox;
|
|
117
117
|
display: flex;
|
|
118
|
-
height:
|
|
119
|
-
line-height:
|
|
118
|
+
height: 28px;
|
|
119
|
+
line-height: 28px;
|
|
120
120
|
padding: 0 12px;
|
|
121
121
|
}
|
|
122
122
|
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
135
135
|
float: left;
|
|
136
136
|
font-size: 18px;
|
|
137
|
-
line-height:
|
|
137
|
+
line-height: 28px;
|
|
138
138
|
margin-right: 11px;
|
|
139
139
|
vertical-align: middle;
|
|
140
140
|
width: 1em;
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -590,38 +590,38 @@
|
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
.e-progress {
|
|
593
|
-
background-color: rgba(
|
|
593
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
*.e-primary .e-progress,
|
|
597
597
|
*.e-success .e-progress,
|
|
598
598
|
*.e-danger .e-progress,
|
|
599
599
|
*.e-info .e-progress {
|
|
600
|
-
background-color: rgba(
|
|
600
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
*.e-warning .e-progress {
|
|
604
|
-
background-color: rgba(
|
|
604
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
*.e-flat.e-primary .e-progress {
|
|
608
|
-
background-color: rgba(
|
|
608
|
+
background-color: rgba(13, 110, 253, 0.2);
|
|
609
609
|
}
|
|
610
610
|
|
|
611
611
|
*.e-flat.e-success .e-progress {
|
|
612
|
-
background-color: rgba(
|
|
612
|
+
background-color: rgba(33, 178, 111, 0.2);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
*.e-flat.e-info .e-progress {
|
|
616
|
-
background-color: rgba(
|
|
616
|
+
background-color: rgba(13, 202, 240, 0.2);
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
*.e-flat.e-warning .e-progress {
|
|
620
|
-
background-color: rgba(
|
|
620
|
+
background-color: rgba(255, 193, 7, 0.2);
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
*.e-flat.e-danger .e-progress {
|
|
624
|
-
background-color: rgba(
|
|
624
|
+
background-color: rgba(228, 96, 109, 0.2);
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -590,38 +590,38 @@
|
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
.e-progress {
|
|
593
|
-
background-color: rgba(
|
|
593
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
*.e-primary .e-progress,
|
|
597
597
|
*.e-success .e-progress,
|
|
598
598
|
*.e-danger .e-progress,
|
|
599
599
|
*.e-info .e-progress {
|
|
600
|
-
background-color: rgba(
|
|
600
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
*.e-warning .e-progress {
|
|
604
|
-
background-color: rgba(
|
|
604
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
*.e-flat.e-primary .e-progress {
|
|
608
|
-
background-color: rgba(
|
|
608
|
+
background-color: rgba(13, 110, 253, 0.2);
|
|
609
609
|
}
|
|
610
610
|
|
|
611
611
|
*.e-flat.e-success .e-progress {
|
|
612
|
-
background-color: rgba(
|
|
612
|
+
background-color: rgba(25, 135, 84, 0.2);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
*.e-flat.e-info .e-progress {
|
|
616
|
-
background-color: rgba(
|
|
616
|
+
background-color: rgba(13, 202, 240, 0.2);
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
*.e-flat.e-warning .e-progress {
|
|
620
|
-
background-color: rgba(
|
|
620
|
+
background-color: rgba(255, 193, 7, 0.2);
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
*.e-flat.e-danger .e-progress {
|
|
624
|
-
background-color: rgba(
|
|
624
|
+
background-color: rgba(220, 53, 69, 0.2);
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -593,38 +593,38 @@
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
.e-progress {
|
|
596
|
-
background-color: rgba(
|
|
596
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
*.e-primary .e-progress,
|
|
600
600
|
*.e-success .e-progress,
|
|
601
601
|
*.e-danger .e-progress,
|
|
602
602
|
*.e-info .e-progress {
|
|
603
|
-
background-color: rgba(
|
|
603
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
*.e-warning .e-progress {
|
|
607
|
-
background-color: rgba(
|
|
607
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
*.e-flat.e-primary .e-progress {
|
|
611
|
-
background-color: rgba(
|
|
611
|
+
background-color: rgba(34, 211, 238, 0.2);
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
*.e-flat.e-success .e-progress {
|
|
615
|
-
background-color: rgba(
|
|
615
|
+
background-color: rgba(34, 197, 94, 0.2);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
*.e-flat.e-info .e-progress {
|
|
619
|
-
background-color: rgba(
|
|
619
|
+
background-color: rgba(56, 189, 248, 0.2);
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
*.e-flat.e-warning .e-progress {
|
|
623
|
-
background-color: rgba(
|
|
623
|
+
background-color: rgba(249, 115, 22, 0.2);
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
*.e-flat.e-danger .e-progress {
|
|
627
|
-
background-color: rgba(
|
|
627
|
+
background-color: rgba(248, 113, 113, 0.2);
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -593,38 +593,38 @@
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
.e-progress {
|
|
596
|
-
background-color: rgba(
|
|
596
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
*.e-primary .e-progress,
|
|
600
600
|
*.e-success .e-progress,
|
|
601
601
|
*.e-danger .e-progress,
|
|
602
602
|
*.e-info .e-progress {
|
|
603
|
-
background-color: rgba(
|
|
603
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
*.e-warning .e-progress {
|
|
607
|
-
background-color: rgba(
|
|
607
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
*.e-flat.e-primary .e-progress {
|
|
611
|
-
background-color: rgba(
|
|
611
|
+
background-color: rgba(79, 70, 229, 0.2);
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
*.e-flat.e-success .e-progress {
|
|
615
|
-
background-color: rgba(
|
|
615
|
+
background-color: rgba(21, 128, 61, 0.2);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
*.e-flat.e-info .e-progress {
|
|
619
|
-
background-color: rgba(
|
|
619
|
+
background-color: rgba(14, 116, 144, 0.2);
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
*.e-flat.e-warning .e-progress {
|
|
623
|
-
background-color: rgba(
|
|
623
|
+
background-color: rgba(194, 65, 12, 0.2);
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
*.e-flat.e-danger .e-progress {
|
|
627
|
-
background-color: rgba(
|
|
627
|
+
background-color: rgba(220, 38, 38, 0.2);
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
*.e-outline:not(:focus).e-primary .e-progress {
|