@syncfusion/ej2-splitbuttons 19.2.62 → 19.3.47

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.
Files changed (97) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +1 -1
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +39 -8
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +38 -7
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/helpers/e2e/dropdownbuttonHelper.d.ts +42 -0
  13. package/helpers/e2e/dropdownbuttonHelper.js +39 -0
  14. package/helpers/e2e/index.d.ts +3 -0
  15. package/helpers/e2e/index.js +8 -0
  16. package/helpers/e2e/progressbuttonHelper.d.ts +37 -0
  17. package/helpers/e2e/progressbuttonHelper.js +36 -0
  18. package/helpers/e2e/splitbuttonHelper.d.ts +45 -0
  19. package/helpers/e2e/splitbuttonHelper.js +42 -0
  20. package/package.json +7 -7
  21. package/src/drop-down-button/drop-down-button.d.ts +2 -0
  22. package/src/drop-down-button/drop-down-button.js +37 -6
  23. package/src/split-button/split-button.d.ts +1 -1
  24. package/src/split-button/split-button.js +1 -1
  25. package/styles/bootstrap-dark.css +1 -31
  26. package/styles/bootstrap.css +1 -19
  27. package/styles/bootstrap4.css +1 -31
  28. package/styles/bootstrap5-dark.css +2105 -0
  29. package/styles/bootstrap5-dark.scss +4 -0
  30. package/styles/bootstrap5.css +2105 -0
  31. package/styles/bootstrap5.scss +4 -0
  32. package/styles/button-group/_bootstrap5-dark-definition.scss +1 -0
  33. package/styles/button-group/_bootstrap5-definition.scss +31 -0
  34. package/styles/button-group/_tailwind-dark-definition.scss +1 -30
  35. package/styles/button-group/_tailwind-definition.scss +1 -0
  36. package/styles/button-group/_theme.scss +35 -47
  37. package/styles/button-group/bootstrap-dark.css +1 -31
  38. package/styles/button-group/bootstrap.css +1 -19
  39. package/styles/button-group/bootstrap4.css +1 -31
  40. package/styles/button-group/bootstrap5-dark.css +842 -0
  41. package/styles/button-group/bootstrap5-dark.scss +4 -0
  42. package/styles/button-group/bootstrap5.css +842 -0
  43. package/styles/button-group/bootstrap5.scss +4 -0
  44. package/styles/button-group/fabric-dark.css +1 -31
  45. package/styles/button-group/fabric.css +1 -31
  46. package/styles/button-group/highcontrast-light.css +1 -31
  47. package/styles/button-group/highcontrast.css +1 -31
  48. package/styles/button-group/material-dark.css +5 -35
  49. package/styles/button-group/material.css +1 -31
  50. package/styles/button-group/tailwind-dark.css +1 -31
  51. package/styles/button-group/tailwind.css +1 -31
  52. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +1 -0
  53. package/styles/drop-down-button/_bootstrap5-definition.scss +51 -0
  54. package/styles/drop-down-button/_layout.scss +12 -5
  55. package/styles/drop-down-button/_tailwind-dark-definition.scss +1 -48
  56. package/styles/drop-down-button/_tailwind-definition.scss +19 -17
  57. package/styles/drop-down-button/_theme.scss +6 -1
  58. package/styles/drop-down-button/bootstrap5-dark.css +248 -0
  59. package/styles/drop-down-button/bootstrap5-dark.scss +6 -0
  60. package/styles/drop-down-button/bootstrap5.css +248 -0
  61. package/styles/drop-down-button/bootstrap5.scss +6 -0
  62. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +1 -0
  63. package/styles/drop-down-button/icons/_bootstrap5.scss +10 -0
  64. package/styles/drop-down-button/tailwind-dark.css +5 -0
  65. package/styles/drop-down-button/tailwind.css +5 -0
  66. package/styles/fabric-dark.css +1 -31
  67. package/styles/fabric.css +1 -31
  68. package/styles/highcontrast-light.css +1 -31
  69. package/styles/highcontrast.css +1 -31
  70. package/styles/material-dark.css +15 -45
  71. package/styles/material.css +2 -32
  72. package/styles/progress-button/_bootstrap5-dark-definition.scss +1 -0
  73. package/styles/progress-button/_bootstrap5-definition.scss +21 -0
  74. package/styles/progress-button/_tailwind-dark-definition.scss +1 -24
  75. package/styles/progress-button/_tailwind-definition.scss +6 -9
  76. package/styles/progress-button/_theme.scss +2 -2
  77. package/styles/progress-button/bootstrap5-dark.css +645 -0
  78. package/styles/progress-button/bootstrap5-dark.scss +5 -0
  79. package/styles/progress-button/bootstrap5.css +645 -0
  80. package/styles/progress-button/bootstrap5.scss +5 -0
  81. package/styles/progress-button/material-dark.css +9 -9
  82. package/styles/progress-button/tailwind-dark.css +10 -10
  83. package/styles/split-button/_bootstrap5-dark-definition.scss +1 -0
  84. package/styles/split-button/_bootstrap5-definition.scss +25 -0
  85. package/styles/split-button/_layout.scss +13 -9
  86. package/styles/split-button/_tailwind-dark-definition.scss +1 -23
  87. package/styles/split-button/_tailwind-definition.scss +7 -5
  88. package/styles/split-button/bootstrap5-dark.css +367 -0
  89. package/styles/split-button/bootstrap5-dark.scss +6 -0
  90. package/styles/split-button/bootstrap5.css +367 -0
  91. package/styles/split-button/bootstrap5.scss +6 -0
  92. package/styles/split-button/material-dark.css +1 -1
  93. package/styles/split-button/material.css +1 -1
  94. package/styles/split-button/tailwind-dark.css +2 -0
  95. package/styles/split-button/tailwind.css +2 -0
  96. package/styles/tailwind-dark.css +18 -41
  97. package/styles/tailwind.css +8 -31
@@ -1003,9 +1003,6 @@
1003
1003
  .e-btn-group input:focus + label.e-btn.e-outline,
1004
1004
  .e-css.e-btn-group .e-btn:focus.e-outline,
1005
1005
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
1006
- background-color: #6c757d;
1007
- border-color: #6c757d;
1008
- color: #fff;
1009
1006
  box-shadow: 0 0 0 0.25em rgba(108, 117, 125, 0.5);
1010
1007
  box-shadow: none;
1011
1008
  }
@@ -1014,9 +1011,6 @@
1014
1011
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
1015
1012
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
1016
1013
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
1017
- background-color: #007bff;
1018
- border-color: #007bff;
1019
- color: #fff;
1020
1014
  box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5);
1021
1015
  box-shadow: none;
1022
1016
  }
@@ -1025,9 +1019,6 @@
1025
1019
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
1026
1020
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
1027
1021
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
1028
- background-color: #28a745;
1029
- border-color: #28a745;
1030
- color: #fff;
1031
1022
  box-shadow: 0 0 0 0.25em rgba(40, 167, 69, 0.5);
1032
1023
  box-shadow: none;
1033
1024
  }
@@ -1036,9 +1027,6 @@
1036
1027
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
1037
1028
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
1038
1029
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
1039
- background-color: #138496;
1040
- border-color: #17a2b8;
1041
- color: #fff;
1042
1030
  box-shadow: 0 0 0 0.25em rgba(23, 162, 184, 0.5);
1043
1031
  box-shadow: none;
1044
1032
  }
@@ -1047,9 +1035,6 @@
1047
1035
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
1048
1036
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
1049
1037
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
1050
- background-color: #e0a800;
1051
- border-color: #ffc107;
1052
- color: #212529;
1053
1038
  box-shadow: 0 0 0 0.25em rgba(255, 193, 7, 0.5);
1054
1039
  box-shadow: none;
1055
1040
  }
@@ -1058,9 +1043,6 @@
1058
1043
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
1059
1044
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
1060
1045
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
1061
- background-color: #c82333;
1062
- border-color: #dc3545;
1063
- color: #fff;
1064
1046
  box-shadow: 0 0 0 0.25em rgba(220, 53, 69, 0.5);
1065
1047
  box-shadow: none;
1066
1048
  }
@@ -1077,7 +1059,6 @@
1077
1059
  outline: #6c757d 0 solid;
1078
1060
  outline-offset: 0;
1079
1061
  box-shadow: 0 0 0 0.25em rgba(79, 85, 91, 0.5);
1080
- box-shadow: none;
1081
1062
  }
1082
1063
 
1083
1064
  .e-btn-group .e-btn:active.e-primary,
@@ -1091,7 +1072,6 @@
1091
1072
  color: #fff;
1092
1073
  outline: #6c757d 0 solid;
1093
1074
  box-shadow: 0 0 0 0.25em rgba(0, 92, 191, 0.5);
1094
- box-shadow: none;
1095
1075
  }
1096
1076
 
1097
1077
  .e-btn-group .e-btn:active.e-success,
@@ -1104,7 +1084,6 @@
1104
1084
  border-color: #1c7430;
1105
1085
  color: #fff;
1106
1086
  box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5);
1107
- box-shadow: none;
1108
1087
  }
1109
1088
 
1110
1089
  .e-btn-group .e-btn:active.e-info,
@@ -1114,10 +1093,9 @@
1114
1093
  .e-css.e-btn-group input:active + label.e-btn.e-info,
1115
1094
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
1116
1095
  background-color: #117a8b;
1117
- border-color: #10707f;
1118
1096
  color: #fff;
1097
+ border-color: #10707f;
1119
1098
  box-shadow: 0 0 0 0.25em rgba(16, 112, 128, 0.5);
1120
- box-shadow: none;
1121
1099
  }
1122
1100
 
1123
1101
  .e-btn-group .e-btn:active.e-warning,
@@ -1130,7 +1108,6 @@
1130
1108
  border-color: #c69500;
1131
1109
  color: #212529;
1132
1110
  box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5);
1133
- box-shadow: none;
1134
1111
  }
1135
1112
 
1136
1113
  .e-btn-group .e-btn:active.e-danger,
@@ -1143,7 +1120,6 @@
1143
1120
  border-color: #b21f2d;
1144
1121
  color: #fff;
1145
1122
  box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5);
1146
- box-shadow: none;
1147
1123
  }
1148
1124
 
1149
1125
  .e-btn-group .e-btn:active.e-outline,
@@ -1156,7 +1132,6 @@
1156
1132
  border-color: transparent;
1157
1133
  box-shadow: 0 0 0 0.25em rgba(79, 85, 91, 0.5);
1158
1134
  color: #fff;
1159
- box-shadow: none;
1160
1135
  }
1161
1136
 
1162
1137
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1169,7 +1144,6 @@
1169
1144
  border-color: transparent;
1170
1145
  box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5);
1171
1146
  color: #fff;
1172
- box-shadow: none;
1173
1147
  }
1174
1148
 
1175
1149
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1182,7 +1156,6 @@
1182
1156
  border-color: transparent;
1183
1157
  box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5);
1184
1158
  color: #fff;
1185
- box-shadow: none;
1186
1159
  }
1187
1160
 
1188
1161
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1195,7 +1168,6 @@
1195
1168
  border-color: transparent;
1196
1169
  box-shadow: 0 0 0 0.25em rgba(16, 112, 128, 0.5);
1197
1170
  color: #fff;
1198
- box-shadow: none;
1199
1171
  }
1200
1172
 
1201
1173
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1208,7 +1180,6 @@
1208
1180
  border-color: transparent;
1209
1181
  box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5);
1210
1182
  color: #212529;
1211
- box-shadow: none;
1212
1183
  }
1213
1184
 
1214
1185
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1221,7 +1192,6 @@
1221
1192
  border-color: transparent;
1222
1193
  box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5);
1223
1194
  color: #fff;
1224
- box-shadow: none;
1225
1195
  }
1226
1196
 
1227
1197
  .e-btn-group .e-btn:disabled,