@syncfusion/ej2-splitbuttons 31.2.2 → 31.2.12

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/README.md CHANGED
@@ -89,6 +89,14 @@ These components are available in following list of frameworks.
89
89
 
90
90
  * [**Accessibility**](https://ej2.syncfusion.com/documentation/button-group/accessibility#accessibility) - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
91
91
 
92
+ ## Resources
93
+
94
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
95
+ * [Custom Resource Generator](https://crg.syncfusion.com/)
96
+ * [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github)
97
+ * [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github)
98
+ * [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github)
99
+
92
100
  ## Support
93
101
 
94
102
  Product support is available for through following mediums.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-splitbuttons.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.12
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-splitbuttons.umd.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.12
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-splitbuttons.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.12
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 31.2.2
3
+ * version : 31.2.12
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-splitbuttons",
3
- "version": "31.2.2",
3
+ "version": "31.2.12",
4
4
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,8 +8,8 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-splitbuttons.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~31.2.2",
12
- "@syncfusion/ej2-popups": "~31.2.2"
11
+ "@syncfusion/ej2-base": "~31.2.12",
12
+ "@syncfusion/ej2-popups": "~31.2.12"
13
13
  },
14
14
  "devDependencies": {},
15
15
  "keywords": [
@@ -1088,11 +1088,11 @@
1088
1088
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1089
1089
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1090
1090
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1091
- background: rgba(13, 110, 253, 0.65);
1091
+ background: transparent;
1092
1092
  border-color: rgba(13, 110, 253, 0.65);
1093
1093
  -webkit-box-shadow: none;
1094
1094
  box-shadow: none;
1095
- color: rgba(255, 255, 255, 0.65);
1095
+ color: rgba(13, 110, 253, 0.65);
1096
1096
  border-color: #0d6efd;
1097
1097
  }
1098
1098
  .e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -1225,11 +1225,11 @@
1225
1225
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1226
1226
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1227
1227
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1228
- background: rgba(13, 110, 253, 0.65);
1228
+ background: transparent;
1229
1229
  border-color: rgba(13, 110, 253, 0.65);
1230
1230
  -webkit-box-shadow: none;
1231
1231
  box-shadow: none;
1232
- color: rgba(255, 255, 255, 0.65);
1232
+ color: rgba(13, 110, 253, 0.65);
1233
1233
  border-color: #0d6efd;
1234
1234
  }
1235
1235
  .e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -1088,11 +1088,11 @@
1088
1088
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1089
1089
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1090
1090
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1091
- background: rgba(13, 110, 253, 0.65);
1091
+ background: transparent;
1092
1092
  border-color: rgba(13, 110, 253, 0.65);
1093
1093
  -webkit-box-shadow: none;
1094
1094
  box-shadow: none;
1095
- color: rgba(255, 255, 255, 0.65);
1095
+ color: rgba(13, 110, 253, 0.65);
1096
1096
  border-color: #0d6efd;
1097
1097
  }
1098
1098
  .e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -230,6 +230,7 @@
230
230
  border-bottom-right-radius: 0;
231
231
  border-top-right-radius: 0;
232
232
  text-transform: none;
233
+ border: 0;
233
234
  padding-left: 10px;
234
235
  padding-right: 10px;
235
236
  }
@@ -1097,7 +1098,7 @@
1097
1098
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1098
1099
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1099
1100
  background: rgba(var(--color-sf-primary), 0.65);
1100
- border-color: rgba(var(--color-sf-primary), 0.65);
1101
+ border-color: var(--color-sf-primary-bg-color-disabled);
1101
1102
  -webkit-box-shadow: none;
1102
1103
  box-shadow: none;
1103
1104
  color: var(--color-sf-primary-bg-color-disabled);
@@ -293,6 +293,7 @@
293
293
  border-bottom-right-radius: 0;
294
294
  border-top-right-radius: 0;
295
295
  text-transform: none;
296
+ border: 0;
296
297
  padding-left: 10px;
297
298
  padding-right: 10px;
298
299
  }
@@ -1234,7 +1235,7 @@
1234
1235
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1235
1236
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1236
1237
  background: rgba(var(--color-sf-primary), 0.65);
1237
- border-color: rgba(var(--color-sf-primary), 0.65);
1238
+ border-color: var(--color-sf-primary-bg-color-disabled);
1238
1239
  -webkit-box-shadow: none;
1239
1240
  box-shadow: none;
1240
1241
  color: var(--color-sf-primary-bg-color-disabled);
@@ -1225,11 +1225,11 @@
1225
1225
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1226
1226
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1227
1227
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1228
- background: rgba(13, 110, 253, 0.65);
1228
+ background: transparent;
1229
1229
  border-color: rgba(13, 110, 253, 0.65);
1230
1230
  -webkit-box-shadow: none;
1231
1231
  box-shadow: none;
1232
- color: rgba(255, 255, 255, 0.65);
1232
+ color: rgba(13, 110, 253, 0.65);
1233
1233
  border-color: #0d6efd;
1234
1234
  }
1235
1235
  .e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -618,11 +618,11 @@
618
618
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
619
619
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
620
620
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
621
- background: rgba(13, 110, 253, 0.65);
621
+ background: transparent;
622
622
  border-color: rgba(13, 110, 253, 0.65);
623
623
  -webkit-box-shadow: none;
624
624
  box-shadow: none;
625
- color: rgba(255, 255, 255, 0.65);
625
+ color: rgba(13, 110, 253, 0.65);
626
626
  border-color: #0d6efd;
627
627
  }
628
628
  .e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -627,7 +627,7 @@
627
627
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
628
628
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
629
629
  background: rgba(var(--color-sf-primary), 0.65);
630
- border-color: rgba(var(--color-sf-primary), 0.65);
630
+ border-color: var(--color-sf-primary-bg-color-disabled);
631
631
  -webkit-box-shadow: none;
632
632
  box-shadow: none;
633
633
  color: var(--color-sf-primary-bg-color-disabled);
@@ -618,11 +618,11 @@
618
618
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
619
619
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
620
620
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
621
- background: rgba(13, 110, 253, 0.65);
621
+ background: transparent;
622
622
  border-color: rgba(13, 110, 253, 0.65);
623
623
  -webkit-box-shadow: none;
624
624
  box-shadow: none;
625
- color: rgba(255, 255, 255, 0.65);
625
+ color: rgba(13, 110, 253, 0.65);
626
626
  border-color: #0d6efd;
627
627
  }
628
628
  .e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -9,6 +9,7 @@
9
9
  @if $skin-name == 'Material3' {
10
10
  border-radius: $btn-border-radius;
11
11
  box-shadow: $drop-down-btn-box-shadow;
12
+ line-height: 1;
12
13
  }
13
14
 
14
15
  &:hover {
@@ -15,6 +15,7 @@
15
15
  border-radius: 4px;
16
16
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
17
17
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
18
+ line-height: 1;
18
19
  }
19
20
  .e-dropdown-btn:focus,
20
21
  .e-dropdown-btn.e-btn:focus {
@@ -17,6 +17,7 @@
17
17
  border-radius: 4px;
18
18
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
19
19
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
20
+ line-height: 1;
20
21
  }
21
22
  .e-dropdown-btn:focus,
22
23
  .e-dropdown-btn.e-btn:focus {
@@ -15,6 +15,7 @@
15
15
  border-radius: 4px;
16
16
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
17
17
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
18
+ line-height: 1;
18
19
  }
19
20
  .e-dropdown-btn:focus,
20
21
  .e-dropdown-btn.e-btn:focus {
@@ -243,6 +244,8 @@
243
244
  border-bottom-right-radius: 0;
244
245
  border-top-right-radius: 0;
245
246
  text-transform: none;
247
+ padding: 7px 16px;
248
+ line-height: 1.28572em;
246
249
  -webkit-box-shadow: none;
247
250
  box-shadow: none;
248
251
  z-index: 1;
@@ -15,6 +15,7 @@
15
15
  border-radius: 4px;
16
16
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
17
17
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
18
+ line-height: 1;
18
19
  }
19
20
  .e-dropdown-btn:focus,
20
21
  .e-dropdown-btn.e-btn:focus {
@@ -299,6 +300,8 @@
299
300
  border-bottom-right-radius: 0;
300
301
  border-top-right-radius: 0;
301
302
  text-transform: none;
303
+ padding: 7px 16px;
304
+ line-height: 1.28572em;
302
305
  -webkit-box-shadow: none;
303
306
  box-shadow: none;
304
307
  z-index: 1;
@@ -17,6 +17,7 @@
17
17
  border-radius: 4px;
18
18
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
19
19
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
20
+ line-height: 1;
20
21
  }
21
22
  .e-dropdown-btn:focus,
22
23
  .e-dropdown-btn.e-btn:focus {
@@ -245,6 +246,8 @@
245
246
  border-bottom-right-radius: 0;
246
247
  border-top-right-radius: 0;
247
248
  text-transform: none;
249
+ padding: 7px 16px;
250
+ line-height: 1.28572em;
248
251
  -webkit-box-shadow: none;
249
252
  box-shadow: none;
250
253
  z-index: 1;
@@ -17,6 +17,7 @@
17
17
  border-radius: 4px;
18
18
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
19
19
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
20
+ line-height: 1;
20
21
  }
21
22
  .e-dropdown-btn:focus,
22
23
  .e-dropdown-btn.e-btn:focus {
@@ -301,6 +302,8 @@
301
302
  border-bottom-right-radius: 0;
302
303
  border-top-right-radius: 0;
303
304
  text-transform: none;
305
+ padding: 7px 16px;
306
+ line-height: 1.28572em;
304
307
  -webkit-box-shadow: none;
305
308
  box-shadow: none;
306
309
  z-index: 1;
@@ -20,9 +20,14 @@
20
20
  padding: 3px 7px;
21
21
  }
22
22
  @if $skin-name == 'Material3' or $skin-name == 'Material3-dark' {
23
+ padding: 7px 16px;
24
+ line-height: 1.28572em;
23
25
  box-shadow: none;
24
26
  z-index: 1;
25
27
  }
28
+ @if $skin-name == 'bootstrap5.3' {
29
+ border: 0;
30
+ }
26
31
  @if $skin-name == 'bootstrap5' or $skin-name == 'fluent2' or $skin-name == 'tailwind3' or $skin-name == 'tailwind3-dark' or $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
27
32
  padding: 3.75px 11px;
28
33
  }
@@ -16,6 +16,7 @@
16
16
  border-bottom-right-radius: 0;
17
17
  border-top-right-radius: 0;
18
18
  text-transform: none;
19
+ border: 0;
19
20
  padding-left: 10px;
20
21
  padding-right: 10px;
21
22
  }
@@ -17,6 +17,8 @@
17
17
  border-bottom-right-radius: 0;
18
18
  border-top-right-radius: 0;
19
19
  text-transform: none;
20
+ padding: 7px 16px;
21
+ line-height: 1.28572em;
20
22
  -webkit-box-shadow: none;
21
23
  box-shadow: none;
22
24
  z-index: 1;
@@ -19,6 +19,8 @@
19
19
  border-bottom-right-radius: 0;
20
20
  border-top-right-radius: 0;
21
21
  text-transform: none;
22
+ padding: 7px 16px;
23
+ line-height: 1.28572em;
22
24
  -webkit-box-shadow: none;
23
25
  box-shadow: none;
24
26
  z-index: 1;