@syncfusion/ej2-splitbuttons 19.4.38 → 19.4.52
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/README.md +1 -1
- 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 +20 -1
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +20 -1
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/common/common-model.d.ts +1 -1
- package/src/common/common.js +4 -1
- package/src/drop-down-button/drop-down-button-model.d.ts +1 -1
- package/src/drop-down-button/drop-down-button.js +22 -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-definition.scss +1 -1
- package/styles/drop-down-button/_tailwind-definition.scss +1 -1
- 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-definition.scss +7 -7
- package/styles/progress-button/_tailwind-definition.scss +7 -7
- 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/_layout.scss +1 -1
- 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
|
@@ -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 {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
cursor: pointer;
|
|
119
119
|
display: -ms-flexbox;
|
|
120
120
|
display: flex;
|
|
121
|
-
height:
|
|
122
|
-
line-height:
|
|
121
|
+
height: 28px;
|
|
122
|
+
line-height: 28px;
|
|
123
123
|
padding: 0 12px;
|
|
124
124
|
}
|
|
125
125
|
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
138
138
|
float: left;
|
|
139
139
|
font-size: 18px;
|
|
140
|
-
line-height:
|
|
140
|
+
line-height: 28px;
|
|
141
141
|
margin-right: 11px;
|
|
142
142
|
vertical-align: middle;
|
|
143
143
|
width: 1em;
|
|
@@ -2081,38 +2081,38 @@
|
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
.e-progress {
|
|
2084
|
-
background-color: rgba(
|
|
2084
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
*.e-primary .e-progress,
|
|
2088
2088
|
*.e-success .e-progress,
|
|
2089
2089
|
*.e-danger .e-progress,
|
|
2090
2090
|
*.e-info .e-progress {
|
|
2091
|
-
background-color: rgba(
|
|
2091
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
*.e-warning .e-progress {
|
|
2095
|
-
background-color: rgba(
|
|
2095
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
*.e-flat.e-primary .e-progress {
|
|
2099
|
-
background-color: rgba(
|
|
2099
|
+
background-color: rgba(34, 211, 238, 0.2);
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
2102
|
*.e-flat.e-success .e-progress {
|
|
2103
|
-
background-color: rgba(
|
|
2103
|
+
background-color: rgba(34, 197, 94, 0.2);
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
*.e-flat.e-info .e-progress {
|
|
2107
|
-
background-color: rgba(
|
|
2107
|
+
background-color: rgba(56, 189, 248, 0.2);
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
2110
2110
|
*.e-flat.e-warning .e-progress {
|
|
2111
|
-
background-color: rgba(
|
|
2111
|
+
background-color: rgba(249, 115, 22, 0.2);
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
2114
|
*.e-flat.e-danger .e-progress {
|
|
2115
|
-
background-color: rgba(
|
|
2115
|
+
background-color: rgba(248, 113, 113, 0.2);
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
2118
|
*.e-outline:not(:focus).e-primary .e-progress {
|
package/styles/tailwind.css
CHANGED
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
cursor: pointer;
|
|
119
119
|
display: -ms-flexbox;
|
|
120
120
|
display: flex;
|
|
121
|
-
height:
|
|
122
|
-
line-height:
|
|
121
|
+
height: 28px;
|
|
122
|
+
line-height: 28px;
|
|
123
123
|
padding: 0 12px;
|
|
124
124
|
}
|
|
125
125
|
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
138
138
|
float: left;
|
|
139
139
|
font-size: 18px;
|
|
140
|
-
line-height:
|
|
140
|
+
line-height: 28px;
|
|
141
141
|
margin-right: 11px;
|
|
142
142
|
vertical-align: middle;
|
|
143
143
|
width: 1em;
|
|
@@ -2081,38 +2081,38 @@
|
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
.e-progress {
|
|
2084
|
-
background-color: rgba(
|
|
2084
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
*.e-primary .e-progress,
|
|
2088
2088
|
*.e-success .e-progress,
|
|
2089
2089
|
*.e-danger .e-progress,
|
|
2090
2090
|
*.e-info .e-progress {
|
|
2091
|
-
background-color: rgba(
|
|
2091
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
*.e-warning .e-progress {
|
|
2095
|
-
background-color: rgba(
|
|
2095
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
*.e-flat.e-primary .e-progress {
|
|
2099
|
-
background-color: rgba(
|
|
2099
|
+
background-color: rgba(79, 70, 229, 0.2);
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
2102
|
*.e-flat.e-success .e-progress {
|
|
2103
|
-
background-color: rgba(
|
|
2103
|
+
background-color: rgba(21, 128, 61, 0.2);
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
*.e-flat.e-info .e-progress {
|
|
2107
|
-
background-color: rgba(
|
|
2107
|
+
background-color: rgba(14, 116, 144, 0.2);
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
2110
2110
|
*.e-flat.e-warning .e-progress {
|
|
2111
|
-
background-color: rgba(
|
|
2111
|
+
background-color: rgba(194, 65, 12, 0.2);
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
2114
|
*.e-flat.e-danger .e-progress {
|
|
2115
|
-
background-color: rgba(
|
|
2115
|
+
background-color: rgba(220, 38, 38, 0.2);
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
2118
|
*.e-outline:not(:focus).e-primary .e-progress {
|