@syncfusion/ej2-splitbuttons 24.1.44 → 24.1.46
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 +15 -1
- 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 +9 -3
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +9 -3
- 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/drop-down-button/drop-down-button.js +9 -3
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4.css +39 -58
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_theme.scss +13 -13
- package/styles/button-group/bootstrap-dark.css +0 -1
- package/styles/button-group/bootstrap.css +0 -1
- package/styles/button-group/bootstrap4.css +39 -58
- package/styles/button-group/bootstrap5-dark.css +1 -0
- package/styles/button-group/bootstrap5.css +1 -0
- package/styles/button-group/fabric-dark.css +0 -1
- package/styles/button-group/fabric.css +0 -1
- package/styles/button-group/highcontrast-light.css +0 -1
- package/styles/button-group/highcontrast.css +0 -1
- package/styles/button-group/material-dark.css +0 -1
- package/styles/button-group/material.css +0 -1
- package/styles/button-group/material3-dark.css +0 -1
- package/styles/button-group/material3.css +0 -1
- package/styles/button-group/tailwind-dark.css +1 -1
- package/styles/button-group/tailwind.css +1 -1
- package/styles/drop-down-button/_fluent-definition.scss +1 -1
- package/styles/drop-down-button/_theme.scss +3 -1
- package/styles/drop-down-button/fluent-dark.css +1 -2
- package/styles/drop-down-button/fluent.css +1 -2
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark.css +1 -2
- package/styles/fluent.css +1 -2
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.46
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-splitbuttons@24.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-splitbuttons@24.1.45",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-3g9X0QK66N43R7ZNOW61czbpvqT2rCBJniRXh8JCLK5HEsNyS4+z9g5XvTT+42aQfJjnVMSLiIT+FKjGdHAJSQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-splitbuttons",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"/@syncfusion/ej2-richtexteditor",
|
|
34
34
|
"/@syncfusion/ej2-vue-splitbuttons"
|
|
35
35
|
],
|
|
36
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-24.1.
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-24.1.45.tgz",
|
|
37
|
+
"_shasum": "0d4046b0c8ee8c44787b50f7477bcfb3f3ab6cdf",
|
|
38
38
|
"_spec": "@syncfusion/ej2-splitbuttons@*",
|
|
39
39
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
40
40
|
"author": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"bundleDependencies": false,
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@syncfusion/ej2-base": "~24.1.
|
|
49
|
-
"@syncfusion/ej2-popups": "~24.1.
|
|
48
|
+
"@syncfusion/ej2-base": "~24.1.46",
|
|
49
|
+
"@syncfusion/ej2-popups": "~24.1.46"
|
|
50
50
|
},
|
|
51
51
|
"deprecated": false,
|
|
52
52
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
90
90
|
},
|
|
91
91
|
"typings": "index.d.ts",
|
|
92
|
-
"version": "24.1.
|
|
92
|
+
"version": "24.1.46",
|
|
93
93
|
"sideEffects": false
|
|
94
94
|
}
|
|
@@ -240,15 +240,21 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
240
240
|
li.classList.add('e-blank-icon');
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
|
+
var beforeDisabled = item.disabled;
|
|
243
244
|
if (item.disabled) {
|
|
244
245
|
li.classList.add('e-disabled');
|
|
245
246
|
}
|
|
246
247
|
eventArgs = { item: item, element: li };
|
|
247
248
|
this.trigger('beforeItemRender', eventArgs);
|
|
248
|
-
|
|
249
|
-
|
|
249
|
+
var afterDisabled = eventArgs.item.disabled;
|
|
250
|
+
if (beforeDisabled !== afterDisabled) {
|
|
251
|
+
if (eventArgs.item.disabled) {
|
|
252
|
+
li.classList.add('e-disabled');
|
|
253
|
+
}
|
|
254
|
+
else {
|
|
255
|
+
li.classList.remove('e-disabled');
|
|
256
|
+
}
|
|
250
257
|
}
|
|
251
|
-
;
|
|
252
258
|
ul.appendChild(li);
|
|
253
259
|
}
|
|
254
260
|
if (appendItems) {
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -562,6 +562,14 @@
|
|
|
562
562
|
flex-direction: row;
|
|
563
563
|
position: relative;
|
|
564
564
|
}
|
|
565
|
+
*.e-btn-group input:focus + label.e-btn,
|
|
566
|
+
*.e-btn-group .e-btn:focus,
|
|
567
|
+
*.e-btn-group .e-btn:hover,
|
|
568
|
+
*.e-css.e-btn-group input:focus + label.e-btn,
|
|
569
|
+
*.e-css.e-btn-group .e-btn:focus,
|
|
570
|
+
*.e-css.e-btn-group .e-btn:hover {
|
|
571
|
+
z-index: 2;
|
|
572
|
+
}
|
|
565
573
|
*.e-btn-group input + label.e-btn,
|
|
566
574
|
*.e-css.e-btn-group input + label.e-btn {
|
|
567
575
|
margin-bottom: 0;
|
|
@@ -794,10 +802,6 @@
|
|
|
794
802
|
.e-css.e-btn-group:not(.e-outline) {
|
|
795
803
|
box-shadow: none;
|
|
796
804
|
}
|
|
797
|
-
.e-btn-group .e-btn,
|
|
798
|
-
.e-css.e-btn-group .e-btn {
|
|
799
|
-
box-shadow: none;
|
|
800
|
-
}
|
|
801
805
|
.e-btn-group .e-btn:hover,
|
|
802
806
|
.e-css.e-btn-group .e-btn:hover {
|
|
803
807
|
box-shadow: none;
|
|
@@ -806,69 +810,63 @@
|
|
|
806
810
|
.e-btn-group input:focus + label.e-btn,
|
|
807
811
|
.e-css.e-btn-group .e-btn:focus,
|
|
808
812
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
809
|
-
background: #
|
|
810
|
-
border-color: #
|
|
813
|
+
background: #5b636a;
|
|
814
|
+
border-color: #60686f;
|
|
811
815
|
color: #fff;
|
|
812
816
|
outline: #6c757d 0 solid;
|
|
813
817
|
outline-offset: 0;
|
|
814
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
815
|
-
box-shadow: none;
|
|
818
|
+
box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
|
|
816
819
|
outline-color: inherit;
|
|
817
820
|
}
|
|
818
821
|
.e-btn-group .e-btn:focus.e-primary,
|
|
819
822
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
820
823
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
821
824
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
822
|
-
background: #
|
|
823
|
-
border-color: #
|
|
825
|
+
background: #006adb;
|
|
826
|
+
border-color: #006fe6;
|
|
824
827
|
color: #fff;
|
|
825
828
|
outline: #6c757d 0 solid;
|
|
826
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
827
|
-
box-shadow: none;
|
|
829
|
+
box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
|
|
828
830
|
outline-color: inherit;
|
|
829
831
|
}
|
|
830
832
|
.e-btn-group .e-btn:focus.e-success,
|
|
831
833
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
832
834
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
833
835
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
834
|
-
background: #
|
|
835
|
-
border-color: #
|
|
836
|
+
background: #218a39;
|
|
837
|
+
border-color: #23923d;
|
|
836
838
|
color: #fff;
|
|
837
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
838
|
-
box-shadow: none;
|
|
839
|
+
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
839
840
|
outline-color: inherit;
|
|
840
841
|
}
|
|
841
842
|
.e-btn-group .e-btn:focus.e-info,
|
|
842
843
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
843
844
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
844
845
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
845
|
-
background: #
|
|
846
|
-
border-color: #
|
|
846
|
+
background: #138698;
|
|
847
|
+
border-color: #148ea1;
|
|
847
848
|
color: #fff;
|
|
848
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
849
|
-
box-shadow: none;
|
|
849
|
+
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
850
850
|
outline-color: inherit;
|
|
851
851
|
}
|
|
852
852
|
.e-btn-group .e-btn:focus.e-warning,
|
|
853
853
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
854
854
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
855
855
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
856
|
-
background: #
|
|
857
|
-
border-color: #
|
|
856
|
+
background: #e2aa00;
|
|
857
|
+
border-color: #edb100;
|
|
858
858
|
color: #212529;
|
|
859
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
860
|
-
box-shadow: none;
|
|
859
|
+
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
861
860
|
outline-color: inherit;
|
|
862
861
|
}
|
|
863
862
|
.e-btn-group .e-btn:focus.e-danger,
|
|
864
863
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
865
864
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
866
865
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
867
|
-
background: #
|
|
868
|
-
border-color: #
|
|
866
|
+
background: #ca2333;
|
|
867
|
+
border-color: #d32535;
|
|
869
868
|
color: #fff;
|
|
870
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
871
|
-
box-shadow: none;
|
|
869
|
+
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
872
870
|
outline-color: inherit;
|
|
873
871
|
}
|
|
874
872
|
.e-btn-group .e-btn:focus.e-link,
|
|
@@ -897,36 +895,31 @@
|
|
|
897
895
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
898
896
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
899
897
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
900
|
-
box-shadow: 0 0 0 0.25em rgba(38,
|
|
901
|
-
box-shadow: none;
|
|
898
|
+
box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
|
|
902
899
|
}
|
|
903
900
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
904
901
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
905
902
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
906
903
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
907
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
908
|
-
box-shadow: none;
|
|
904
|
+
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
909
905
|
}
|
|
910
906
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
911
907
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
912
908
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
913
909
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
914
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
915
|
-
box-shadow: none;
|
|
910
|
+
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
916
911
|
}
|
|
917
912
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
918
913
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
919
914
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
920
915
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
921
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
922
|
-
box-shadow: none;
|
|
916
|
+
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
923
917
|
}
|
|
924
918
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
925
919
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
926
920
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
927
921
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
928
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
929
|
-
box-shadow: none;
|
|
922
|
+
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
930
923
|
}
|
|
931
924
|
.e-btn-group .e-btn:active,
|
|
932
925
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -939,7 +932,6 @@
|
|
|
939
932
|
color: #fff;
|
|
940
933
|
outline: #6c757d 0 solid;
|
|
941
934
|
outline-offset: 0;
|
|
942
|
-
box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
|
|
943
935
|
}
|
|
944
936
|
.e-btn-group .e-btn:active.e-primary,
|
|
945
937
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
@@ -951,7 +943,6 @@
|
|
|
951
943
|
border-color: #005cbf;
|
|
952
944
|
color: #fff;
|
|
953
945
|
outline: #6c757d 0 solid;
|
|
954
|
-
box-shadow: 0 0 0 0.25em rgba(31, 113, 201, 0.5);
|
|
955
946
|
}
|
|
956
947
|
.e-btn-group .e-btn:active.e-success,
|
|
957
948
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
@@ -962,7 +953,6 @@
|
|
|
962
953
|
background: #1e7e34;
|
|
963
954
|
border-color: #1c7430;
|
|
964
955
|
color: #fff;
|
|
965
|
-
box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
|
|
966
956
|
}
|
|
967
957
|
.e-btn-group .e-btn:active.e-info,
|
|
968
958
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
@@ -973,7 +963,6 @@
|
|
|
973
963
|
background: #117a8b;
|
|
974
964
|
color: #fff;
|
|
975
965
|
border-color: #10707f;
|
|
976
|
-
box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
|
|
977
966
|
}
|
|
978
967
|
.e-btn-group .e-btn:active.e-warning,
|
|
979
968
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
@@ -984,7 +973,6 @@
|
|
|
984
973
|
background: #d39e00;
|
|
985
974
|
border-color: #c69500;
|
|
986
975
|
color: #212529;
|
|
987
|
-
box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
|
|
988
976
|
}
|
|
989
977
|
.e-btn-group .e-btn:active.e-danger,
|
|
990
978
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
@@ -995,7 +983,6 @@
|
|
|
995
983
|
background: #bd2130;
|
|
996
984
|
border-color: #b21f2d;
|
|
997
985
|
color: #fff;
|
|
998
|
-
box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
|
|
999
986
|
}
|
|
1000
987
|
.e-btn-group .e-btn:active.e-outline,
|
|
1001
988
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
@@ -1005,7 +992,6 @@
|
|
|
1005
992
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
1006
993
|
background: #6c757d;
|
|
1007
994
|
border-color: transparent;
|
|
1008
|
-
box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
|
|
1009
995
|
color: #fff;
|
|
1010
996
|
}
|
|
1011
997
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
@@ -1016,7 +1002,6 @@
|
|
|
1016
1002
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
1017
1003
|
background: #007bff;
|
|
1018
1004
|
border-color: transparent;
|
|
1019
|
-
box-shadow: 0 0 0 0.25em rgba(31, 139, 255, 0.5);
|
|
1020
1005
|
color: #fff;
|
|
1021
1006
|
}
|
|
1022
1007
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
@@ -1027,7 +1012,6 @@
|
|
|
1027
1012
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
1028
1013
|
background: #28a745;
|
|
1029
1014
|
border-color: transparent;
|
|
1030
|
-
box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
|
|
1031
1015
|
color: #fff;
|
|
1032
1016
|
}
|
|
1033
1017
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
@@ -1038,7 +1022,6 @@
|
|
|
1038
1022
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
1039
1023
|
background: #17a2b8;
|
|
1040
1024
|
border-color: transparent;
|
|
1041
|
-
box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
|
|
1042
1025
|
color: #fff;
|
|
1043
1026
|
}
|
|
1044
1027
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
@@ -1049,7 +1032,6 @@
|
|
|
1049
1032
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1050
1033
|
background: #ffc107;
|
|
1051
1034
|
border-color: transparent;
|
|
1052
|
-
box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
|
|
1053
1035
|
color: #212529;
|
|
1054
1036
|
}
|
|
1055
1037
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
@@ -1060,7 +1042,6 @@
|
|
|
1060
1042
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1061
1043
|
background: #dc3545;
|
|
1062
1044
|
border-color: transparent;
|
|
1063
|
-
box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
|
|
1064
1045
|
color: #fff;
|
|
1065
1046
|
}
|
|
1066
1047
|
.e-btn-group .e-btn:disabled,
|
|
@@ -1216,28 +1197,28 @@
|
|
|
1216
1197
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
1217
1198
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
1218
1199
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
1219
|
-
border-color: #
|
|
1200
|
+
border-color: #23923d;
|
|
1220
1201
|
outline-color: inherit;
|
|
1221
1202
|
}
|
|
1222
1203
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1223
1204
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
1224
1205
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1225
1206
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
1226
|
-
border-color: #
|
|
1207
|
+
border-color: #148ea1;
|
|
1227
1208
|
outline-color: inherit;
|
|
1228
1209
|
}
|
|
1229
1210
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1230
1211
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
1231
1212
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1232
1213
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
1233
|
-
border-color: #
|
|
1214
|
+
border-color: #edb100;
|
|
1234
1215
|
outline-color: inherit;
|
|
1235
1216
|
}
|
|
1236
1217
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1237
1218
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
1238
1219
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1239
1220
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
1240
|
-
border-color: #
|
|
1221
|
+
border-color: #d32535;
|
|
1241
1222
|
outline-color: inherit;
|
|
1242
1223
|
}
|
|
1243
1224
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
@@ -1271,28 +1252,28 @@
|
|
|
1271
1252
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
1272
1253
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
1273
1254
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
|
|
1274
|
-
border-color: #
|
|
1255
|
+
border-color: #23923d;
|
|
1275
1256
|
outline-color: inherit;
|
|
1276
1257
|
}
|
|
1277
1258
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1278
1259
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
1279
1260
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
1280
1261
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
|
|
1281
|
-
border-color: #
|
|
1262
|
+
border-color: #148ea1;
|
|
1282
1263
|
outline-color: inherit;
|
|
1283
1264
|
}
|
|
1284
1265
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1285
1266
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
1286
1267
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
1287
1268
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
|
|
1288
|
-
border-color: #
|
|
1269
|
+
border-color: #edb100;
|
|
1289
1270
|
outline-color: inherit;
|
|
1290
1271
|
}
|
|
1291
1272
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1292
1273
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
1293
1274
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
1294
1275
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
1295
|
-
border-color: #
|
|
1276
|
+
border-color: #d32535;
|
|
1296
1277
|
outline-color: inherit;
|
|
1297
1278
|
}
|
|
1298
1279
|
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
@@ -899,6 +899,7 @@
|
|
|
899
899
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
900
900
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
901
901
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
902
|
+
box-shadow: none;
|
|
902
903
|
border-color: #5c636a;
|
|
903
904
|
}
|
|
904
905
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -899,6 +899,7 @@
|
|
|
899
899
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
900
900
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
901
901
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
902
|
+
box-shadow: none;
|
|
902
903
|
border-color: #5c636a;
|
|
903
904
|
}
|
|
904
905
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
@if $skin-name == 'material' or $skin-name == '
|
|
13
|
+
@if $skin-name == 'material' or $skin-name == 'Material3' {
|
|
14
14
|
.e-btn {
|
|
15
15
|
box-shadow: none;
|
|
16
16
|
}
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
.e-btn:focus,
|
|
55
55
|
input:focus+label.e-btn {
|
|
56
56
|
@include button-focus;
|
|
57
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
57
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
58
58
|
box-shadow: none;
|
|
59
59
|
}
|
|
60
60
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
|
|
72
72
|
&.e-primary {
|
|
73
73
|
@include primary-focus;
|
|
74
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
74
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
75
75
|
box-shadow: none;
|
|
76
76
|
}
|
|
77
77
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
|
|
86
86
|
&.e-success {
|
|
87
87
|
@include success-focus;
|
|
88
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
88
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
89
89
|
box-shadow: none;
|
|
90
90
|
}
|
|
91
91
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
|
|
100
100
|
&.e-info {
|
|
101
101
|
@include info-focus;
|
|
102
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
102
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
103
103
|
box-shadow: none;
|
|
104
104
|
}
|
|
105
105
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
|
|
114
114
|
&.e-warning {
|
|
115
115
|
@include warning-focus;
|
|
116
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
116
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
117
117
|
box-shadow: none;
|
|
118
118
|
}
|
|
119
119
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
|
|
128
128
|
&.e-danger {
|
|
129
129
|
@include danger-focus;
|
|
130
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
130
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
131
131
|
box-shadow: none;
|
|
132
132
|
}
|
|
133
133
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
|
|
150
150
|
&.e-outline {
|
|
151
151
|
@include outline-focus;
|
|
152
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
152
|
+
@if $skin-name != 'bootstrap5' $skin-name != 'bootstrap4' and and $skin-name != 'tailwind' {
|
|
153
153
|
box-shadow: none;
|
|
154
154
|
}
|
|
155
155
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
|
|
159
159
|
&.e-primary {
|
|
160
160
|
@include outline-primary-focus;
|
|
161
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
161
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
162
162
|
box-shadow: none;
|
|
163
163
|
}
|
|
164
164
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
|
|
169
169
|
&.e-success {
|
|
170
170
|
@include outline-success-focus;
|
|
171
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
171
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
172
172
|
box-shadow: none;
|
|
173
173
|
}
|
|
174
174
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
|
|
179
179
|
&.e-info {
|
|
180
180
|
@include outline-info-focus;
|
|
181
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
181
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
182
182
|
box-shadow: none;
|
|
183
183
|
}
|
|
184
184
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
|
|
189
189
|
&.e-warning {
|
|
190
190
|
@include outline-warning-focus;
|
|
191
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
191
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
192
192
|
box-shadow: none;
|
|
193
193
|
}
|
|
194
194
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
|
|
199
199
|
&.e-danger {
|
|
200
200
|
@include outline-danger-focus;
|
|
201
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
201
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
202
202
|
box-shadow: none;
|
|
203
203
|
}
|
|
204
204
|
@if $skin-name == 'bootstrap5' {
|