@syncfusion/ej2-react-splitbuttons 19.4.47 → 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 +8 -0
- package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +8 -8
- package/styles/bootstrap5.css +8 -8
- 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/tailwind-dark.css +8 -8
- package/styles/tailwind.css +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-splitbuttons.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-splitbuttons@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-splitbuttons@19.4.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-dHVt3h/muBXc3QMSE4/ff5FWpAc3m9A8Ui6Dhq3tgCh7Gmu2HkmxEsLThkauYyUb58fPi0113jDfvuk81ijuJw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-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-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-19.4.47.tgz",
|
|
23
|
+
"_shasum": "e2e1b502fb6a70aba03f1e47b7204b426a989aaa",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-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.4.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
36
|
-
"@syncfusion/ej2-splitbuttons": "19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~19.4.48",
|
|
36
|
+
"@syncfusion/ej2-splitbuttons": "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 React",
|
|
@@ -83,6 +83,6 @@
|
|
|
83
83
|
"type": "git",
|
|
84
84
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
85
85
|
},
|
|
86
|
-
"version": "19.4.
|
|
86
|
+
"version": "19.4.48",
|
|
87
87
|
"sideEffects": false
|
|
88
88
|
}
|
|
@@ -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
|
@@ -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 {
|
|
@@ -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 {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -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
|
@@ -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 {
|