@syncfusion/ej2-splitbuttons 25.2.4 → 26.1.35-750253

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 (177) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  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 +29 -48
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +30 -45
  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/package.json +8 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -1
  14. package/src/progress-button/progress-button.js +3 -3
  15. package/src/split-button/split-button.js +2 -1
  16. package/styles/bootstrap-dark.css +263 -97
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +263 -97
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +227 -80
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +227 -174
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +227 -174
  25. package/styles/bootstrap5.scss +14 -4
  26. package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
  27. package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
  28. package/styles/button-group/_fabric-dark-definition.scss +0 -2
  29. package/styles/button-group/_fluent2-definition.scss +31 -0
  30. package/styles/button-group/_group-button-mixin.scss +21 -0
  31. package/styles/button-group/_highcontrast-light-definition.scss +0 -2
  32. package/styles/button-group/_layout.scss +5 -13
  33. package/styles/button-group/_material-dark-definition.scss +0 -2
  34. package/styles/button-group/_theme.scss +30 -84
  35. package/styles/button-group/bootstrap-dark.css +93 -57
  36. package/styles/button-group/bootstrap.css +93 -57
  37. package/styles/button-group/bootstrap4.css +69 -46
  38. package/styles/button-group/bootstrap5-dark.css +69 -46
  39. package/styles/button-group/bootstrap5.css +69 -46
  40. package/styles/button-group/fabric-dark.css +93 -57
  41. package/styles/button-group/fabric.css +98 -62
  42. package/styles/button-group/fluent-dark.css +109 -65
  43. package/styles/button-group/fluent.css +109 -65
  44. package/styles/button-group/fluent2.css +1849 -0
  45. package/styles/button-group/fluent2.scss +4 -0
  46. package/styles/button-group/highcontrast-light.css +93 -57
  47. package/styles/button-group/highcontrast.css +93 -57
  48. package/styles/button-group/material-dark.css +107 -64
  49. package/styles/button-group/material.css +109 -65
  50. package/styles/button-group/material3-dark.css +151 -77
  51. package/styles/button-group/material3.css +151 -77
  52. package/styles/button-group/tailwind-dark.css +91 -57
  53. package/styles/button-group/tailwind.css +91 -57
  54. package/styles/drop-down-button/_bds-definition.scss +5 -5
  55. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
  56. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  57. package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
  58. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
  59. package/styles/drop-down-button/_fluent-definition.scss +0 -1
  60. package/styles/drop-down-button/_fluent2-definition.scss +48 -0
  61. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  62. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
  63. package/styles/drop-down-button/_layout.scss +51 -6
  64. package/styles/drop-down-button/_material-dark-definition.scss +0 -3
  65. package/styles/drop-down-button/_material3-definition.scss +0 -1
  66. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  67. package/styles/drop-down-button/_theme.scss +8 -8
  68. package/styles/drop-down-button/bootstrap-dark.css +27 -14
  69. package/styles/drop-down-button/bootstrap.css +27 -14
  70. package/styles/drop-down-button/bootstrap4.css +23 -12
  71. package/styles/drop-down-button/bootstrap5-dark.css +23 -12
  72. package/styles/drop-down-button/bootstrap5.css +23 -12
  73. package/styles/drop-down-button/fabric-dark.css +27 -14
  74. package/styles/drop-down-button/fabric.css +27 -14
  75. package/styles/drop-down-button/fluent-dark.css +27 -14
  76. package/styles/drop-down-button/fluent.css +27 -14
  77. package/styles/drop-down-button/fluent2.css +1308 -0
  78. package/styles/drop-down-button/fluent2.scss +6 -0
  79. package/styles/drop-down-button/highcontrast-light.css +27 -14
  80. package/styles/drop-down-button/highcontrast.css +27 -14
  81. package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
  82. package/styles/drop-down-button/icons/_fluent2.scss +10 -0
  83. package/styles/drop-down-button/material-dark.css +27 -14
  84. package/styles/drop-down-button/material.css +27 -14
  85. package/styles/drop-down-button/material3-dark.css +33 -17
  86. package/styles/drop-down-button/material3.css +33 -17
  87. package/styles/drop-down-button/tailwind-dark.css +27 -14
  88. package/styles/drop-down-button/tailwind.css +27 -14
  89. package/styles/fabric-dark.css +263 -97
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +268 -102
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +271 -102
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +271 -102
  96. package/styles/fluent.scss +14 -4
  97. package/styles/fluent2.css +3072 -0
  98. package/styles/fluent2.scss +14 -0
  99. package/styles/highcontrast-light.css +263 -97
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +263 -97
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +277 -104
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +279 -105
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +357 -134
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +353 -132
  110. package/styles/material3.scss +14 -4
  111. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
  112. package/styles/progress-button/_bootstrap5-definition.scss +0 -1
  113. package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
  114. package/styles/progress-button/_fabric-dark-definition.scss +0 -3
  115. package/styles/progress-button/_fluent-definition.scss +0 -1
  116. package/styles/progress-button/_fluent2-definition.scss +26 -0
  117. package/styles/progress-button/_fusionnew-definition.scss +0 -1
  118. package/styles/progress-button/_layout.scss +0 -2
  119. package/styles/progress-button/_material-dark-definition.scss +0 -3
  120. package/styles/progress-button/_material3-definition.scss +0 -1
  121. package/styles/progress-button/_tailwind-definition.scss +0 -1
  122. package/styles/progress-button/_theme.scss +115 -50
  123. package/styles/progress-button/bootstrap-dark.css +118 -13
  124. package/styles/progress-button/bootstrap.css +118 -13
  125. package/styles/progress-button/bootstrap4.css +118 -13
  126. package/styles/progress-button/bootstrap5-dark.css +118 -106
  127. package/styles/progress-button/bootstrap5.css +118 -106
  128. package/styles/progress-button/fabric-dark.css +118 -13
  129. package/styles/progress-button/fabric.css +118 -13
  130. package/styles/progress-button/fluent-dark.css +118 -13
  131. package/styles/progress-button/fluent.css +118 -13
  132. package/styles/progress-button/fluent2.css +1636 -0
  133. package/styles/progress-button/fluent2.scss +5 -0
  134. package/styles/progress-button/highcontrast-light.css +118 -13
  135. package/styles/progress-button/highcontrast.css +118 -13
  136. package/styles/progress-button/material-dark.css +118 -13
  137. package/styles/progress-button/material.css +118 -13
  138. package/styles/progress-button/material3-dark.css +119 -14
  139. package/styles/progress-button/material3.css +119 -14
  140. package/styles/progress-button/tailwind-dark.css +118 -13
  141. package/styles/progress-button/tailwind.css +118 -13
  142. package/styles/split-button/_bds-definition.scss +0 -1
  143. package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
  144. package/styles/split-button/_bootstrap4-definition.scss +0 -3
  145. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  146. package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
  147. package/styles/split-button/_fabric-dark-definition.scss +0 -3
  148. package/styles/split-button/_fluent-definition.scss +0 -1
  149. package/styles/split-button/_fluent2-definition.scss +23 -0
  150. package/styles/split-button/_fusionnew-definition.scss +0 -1
  151. package/styles/split-button/_highcontrast-light-definition.scss +0 -3
  152. package/styles/split-button/_layout.scss +16 -4
  153. package/styles/split-button/_theme.scss +0 -2
  154. package/styles/split-button/bootstrap-dark.css +25 -13
  155. package/styles/split-button/bootstrap.css +25 -13
  156. package/styles/split-button/bootstrap4.css +17 -9
  157. package/styles/split-button/bootstrap5-dark.css +17 -9
  158. package/styles/split-button/bootstrap5.css +17 -9
  159. package/styles/split-button/fabric-dark.css +25 -13
  160. package/styles/split-button/fabric.css +25 -13
  161. package/styles/split-button/fluent-dark.css +17 -9
  162. package/styles/split-button/fluent.css +17 -9
  163. package/styles/split-button/fluent2.css +1379 -0
  164. package/styles/split-button/fluent2.scss +6 -0
  165. package/styles/split-button/highcontrast-light.css +25 -13
  166. package/styles/split-button/highcontrast.css +25 -13
  167. package/styles/split-button/material-dark.css +25 -13
  168. package/styles/split-button/material.css +25 -13
  169. package/styles/split-button/material3-dark.css +57 -28
  170. package/styles/split-button/material3.css +53 -26
  171. package/styles/split-button/tailwind-dark.css +25 -13
  172. package/styles/split-button/tailwind.css +25 -13
  173. package/styles/tailwind-dark.css +261 -98
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +261 -98
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -373
@@ -1,4 +1,14 @@
1
- @import 'drop-down-button/tailwind.scss';
2
- @import 'split-button/tailwind.scss';
3
- @import 'button-group/tailwind.scss';
4
- @import 'progress-button/tailwind.scss';
1
+ @import 'ej2-base/styles/definition/tailwind.scss';
2
+ @import 'ej2-buttons/styles/button/tailwind-definition.scss';
3
+ @import 'ej2-popups/styles/popup/tailwind-definition.scss';
4
+ @import 'drop-down-button/tailwind-definition.scss';
5
+ @import 'drop-down-button/icons/tailwind.scss';
6
+ @import 'drop-down-button/all.scss';
7
+
8
+ @import 'split-button/tailwind-definition.scss';
9
+ @import 'split-button/all.scss';
10
+ @import 'button-group/tailwind-definition.scss';
11
+ @import 'button-group/all.scss';
12
+ @import 'ej2-popups/styles/spinner/tailwind-definition.scss';
13
+ @import 'progress-button/tailwind-definition.scss';
14
+ @import 'progress-button/all.scss';
package/CHANGELOG.md DELETED
@@ -1,373 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### ButtonGroup
6
-
7
- #### Bug Fixes
8
-
9
- - Issue in "box shadow correction while clicking single or multiple selection mode buttons" has been resolved.
10
-
11
- ## 25.1.38 (2024-04-02)
12
-
13
- ### DropDownButton
14
-
15
- #### Bug Fixes
16
-
17
- - Issue in "keyboard action not working in DropDownButton when its append on span tag" has been resolved.
18
-
19
- ## 25.1.37 (2024-03-26)
20
-
21
- ### DropDownButton
22
-
23
- #### Breaking Changes
24
-
25
- - Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/drop-down-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the DropDownButton component.
26
-
27
- ### ProgressButton
28
-
29
- #### Breaking Changes
30
-
31
- - Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/progress-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the ProgressButton component.
32
-
33
- ### SplitButton
34
-
35
- #### Breaking Changes
36
-
37
- - Now, the default value of [`enableHtmlSanitizer`](https://helpej2.syncfusion.com/documentation/api/split-button/#enablehtmlsanitizer) property is true to prevent the XSS attacks in the SplitButton component.
38
-
39
- ## 24.2.7 (2024-02-20)
40
-
41
- ### ProgressButton
42
-
43
- - `#I554000` - Console error is thrown when clicking the progress button has been resolved.
44
-
45
- ## 24.2.5 (2024-02-13)
46
-
47
- ### SplitButton
48
-
49
- #### Bug Fixes
50
-
51
- - `#I552152` - Issue in "Split button select event not triggered while using keyboard action" has been resolved.
52
-
53
- ## 24.1.46 (2024-01-17)
54
-
55
- ### DropDownButton
56
-
57
- #### Bug Fixes
58
-
59
- - `#I863317` - Issue in "DropDownButton list items do not meet WCAG AA standards for focus indicators" has been resolved.
60
-
61
- ### ButtonGroup
62
-
63
- #### Bug Fixes
64
-
65
- - `#I534148` - Issue in "Focus Css style not removed after clicking outside from button group button in bootstrap4 theme" has been resolved.
66
-
67
- ## 24.1.45 (2024-01-09)
68
-
69
- ### DropDownButton
70
-
71
- #### Bug Fixes
72
-
73
- - `#I863317` - `Dropdownitems` not disabled initially when updating the property dynamically has been resolved.
74
-
75
- ## 24.1.41 (2023-12-18)
76
-
77
- ### DropDownButton
78
-
79
- #### Bug Fixes
80
-
81
- - `#I524330` - Issue DropDownButton Popup not repositioning on the resizing window has been resolved.
82
-
83
- ### DropDownButton
84
-
85
- #### Bug Fixes
86
-
87
- - `#I511002` - Issue in `Aria-label` accessibility issue in DropDownButton has been resolved.
88
-
89
- ### DropDownButton
90
-
91
- #### Bug Fixes
92
-
93
- - `#I445638` - Issue in DropDownButton Popup Alignment issue while setting `enableRtl` property as true has been resolved.
94
-
95
- ## 20.4.50 (2023-02-14)
96
-
97
- ### SplitButton
98
-
99
- #### Bug Fixes
100
-
101
- - `#I434642` - Issue in Script error thrown when we add items in before open event with enable createPopupOnClick property has been resolved.
102
-
103
- ### DropDownButton
104
-
105
- #### Bug Fixes
106
-
107
- - `#I436217` - Issue in dynamically change cssClass with "e-vertical" class in DropDownButton has been resolved.
108
-
109
- ### DropDownButton
110
-
111
- #### Bug Fixes
112
-
113
- - `#F31632` - Accessibility issue in DropDownButton has been resolved.
114
- - `#I422250` - Keyboard navigation not working properly when we set arguments cancel property as true in `beforeClose` event of DropDownButton has been resolved.
115
-
116
- ### DropDownButton
117
-
118
- #### Bug Fixes
119
-
120
- - `#I412776` - Select event is not triggered while using `closeActionEvents` in DropDownButton has been resolved.
121
-
122
- ### DropDownButton
123
-
124
- #### New Features
125
-
126
- - `#I375776` - Provided the focusout event support to the DropDownButton component.
127
-
128
- ### DropDownButton
129
-
130
- #### Bug Fixes
131
-
132
- - `#I388868` - Script error occurs while using `beforeOpen` event in DropDownButton issue has been resolved
133
-
134
- ## 19.4.40 (2021-12-28)
135
-
136
- ### DropDownButton
137
-
138
- #### Bug Fixes
139
-
140
- - ColorPicker is not closed while clicks again the DropDownButton issue has been resolved.
141
-
142
- ## 19.4.38 (2021-12-17)
143
-
144
- ### DropDownButton
145
-
146
- #### Bug Fixes
147
-
148
- - Overflow issue in ColorPicker has been resolved.
149
-
150
- ## 19.3.48 (2021-11-02)
151
-
152
- ### DropDownButton
153
-
154
- #### Bug Fixes
155
-
156
- - `createPopupOnClick` property scenario not handled properly in `DropDownButton` has been resolved.
157
-
158
- ## 19.2.55 (2021-08-11)
159
-
160
- ### DropDownButton
161
-
162
- #### Bug Fixes
163
-
164
- - `#I337016` - Input space not works in DropDownButton if the target is set as text input issue has been resolved.
165
-
166
- ## 18.4.41 (2021-02-02)
167
-
168
- ### SplitButton
169
-
170
- #### Bug Fixes
171
-
172
- - Issue with destroy has been fixed.
173
-
174
- ## 18.4.31 (2020-12-22)
175
-
176
- ### ProgressButton
177
-
178
- #### Bug Fixes
179
-
180
- - Issue with setting content property in begin event has been resolved.
181
-
182
- ## 18.4.30 (2020-12-17)
183
-
184
- ### SplitButton
185
-
186
- #### New Features
187
-
188
- - `#299063` - Provided support to remove the items in split button using item id.
189
-
190
- ## 18.3.40 (2020-10-13)
191
-
192
- ### SplitButton
193
-
194
- #### Bug Fixes
195
-
196
- - Warning message has been resolved.
197
-
198
- ## 18.1.43 (2020-04-07)
199
-
200
- ### SplitButton
201
-
202
- #### Bug Fixes
203
-
204
- - Keyboard navigation not working in `bootstrap4` has been resolved.
205
-
206
- ## 17.4.49 (2020-02-11)
207
-
208
- ### Button Group
209
-
210
- #### Bug Fixes
211
-
212
- - CSS validation issues has been resolved.
213
-
214
- ## 17.4.39 (2019-12-17)
215
-
216
- ### DropDownButton
217
-
218
- #### New Features
219
-
220
- - #253123 - Provided `addItems` `removeItems` methods and update items dynamically.
221
-
222
- #### Bug Fixes
223
-
224
- - #254048 - UI misalignment while changing the font-size issue fixed.
225
-
226
- ## 17.2.40 (2019-08-06)
227
-
228
- ### ProgressButton
229
-
230
- #### Bug Fixes
231
-
232
- - Issue with 'progressComplete' method is fixed.
233
-
234
- ## 17.2.39 (2019-07-30)
235
-
236
- ### SplitButton
237
-
238
- #### Bug Fixes
239
-
240
- - Provided support for 'OnOpen' and 'OnClose' events in Blazor.
241
-
242
- ## 17.1.50 (2019-06-04)
243
-
244
- ### ProgressButton
245
-
246
- #### Bug Fixes
247
-
248
- - Provided public method 'progressComplete' to complete the progress.
249
-
250
- ## 16.4.53 (2019-02-13)
251
-
252
- ### DropDownButton
253
-
254
- #### Bug Fixes
255
-
256
- - Proper ARIA standards followed.
257
-
258
- ## 16.4.46 (2019-01-08)
259
-
260
- ### DropDownButton
261
-
262
- #### Bug Fixes
263
-
264
- - Item text overflow issue fixed.
265
-
266
- ## 16.4.40-beta (2018-12-10)
267
-
268
- ### ProgressButton
269
-
270
- #### Breaking Changes
271
-
272
- - Type changes done for the following property.
273
-
274
- Property Name | Old Type | New Type
275
- -----|-----|-----
276
- `animationSettings` | AnimationSettings | AnimationSettingsModel
277
- `spinSettings` | SpinSettings | SpinSettingsModel
278
-
279
- ## 16.3.22 (2018-09-25)
280
-
281
- ### ProgressButton
282
-
283
- #### Bug Fixes
284
-
285
- - Content update while progress issue resolved.
286
-
287
- ## 16.3.17 (2018-09-12)
288
-
289
- ### ProgressButton
290
-
291
- The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background. The progress can be shown with graphics accompanied by a textual representation.
292
-
293
- - **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of progress button.
294
-
295
- - **Icons and Spinner** - Supports icon, spinner and its positioning.
296
-
297
- - **Animation** - Provided with predefined animation and progress indicator.
298
-
299
- - **Events** - Supports event triggering at specified interval.
300
-
301
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the ProgressButton component features through the keyboard, screen readers, or other assistive technology devices.
302
-
303
- ## 16.2.48 (2018-08-14)
304
-
305
- ### DropDownButton
306
-
307
- #### Bug Fixes
308
-
309
- - Popup z-index calculation inside bootstrap model dialog issue fixed.
310
-
311
- ## 16.2.44 (2018-07-10)
312
-
313
- ### DropDownButton
314
-
315
- #### Bug Fixes
316
-
317
- - Popup positioning under fixed parent issue fixed.
318
-
319
- ## 16.2.41 (2018-06-25)
320
-
321
- ### ButtonGroup
322
-
323
- ButtonGroup is a graphical user interface that groups series of buttons horizontally or vertically.
324
-
325
- - **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of button.
326
-
327
- - **Selection** - Supports single and multiple selection behaviors.
328
-
329
- - **Orientation** - Supports horizontal and vertical orientations.
330
-
331
- - **Nesting** - Supports nesting with drop-down and split button components.
332
-
333
- - **Accessibility** - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
334
-
335
- ### SplitButton
336
-
337
- #### Breaking Changes
338
-
339
- - UI changes based on design guidelines
340
-
341
- ## 16.1.28 (2018-03-09)
342
-
343
- ### SplitButton
344
-
345
- #### Bug Fixes
346
-
347
- - Style compatibility issue fixed.
348
-
349
- ## 16.1.24 (2018-02-22)
350
-
351
- ### DropDownButton
352
-
353
- DropDownButton component is used to toggle contextual overlays for displaying list of action items.
354
-
355
- - **Sizes** - Provided with different sizes of DropDownButton.
356
-
357
- - **Icons and Navigations** - Supports text and icon on the DropDownButton and Popup items. URL can be given to Popup items that creates the anchor link to navigate to the URL provided.
358
-
359
- - **Separator** - Supports Popup items grouping by using the Separator.
360
-
361
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the DropDownButton component features through the keyboard, screen readers, or other assistive technology devices.
362
-
363
- ### SplitButton
364
-
365
- SplitButton component has primary and secondary button. Primary button is used to select default action and secondary button is used to toggle contextual overlays for displaying list of action items.
366
-
367
- - **Sizes** - Provided with different sizes of SplitButton.
368
-
369
- - **Icons and Navigations** - Supports text and icon on the SplitButton and Popup items. URL can be given to Popup items that creates the anchor link to navigate to the URL provided.
370
-
371
- - **Separator** - Supports Popup items grouping by using the Separator.
372
-
373
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the SplitButton component features through the keyboard, screen readers, or other assistive technology devices.