@syncfusion/ej2-angular-splitbuttons 20.3.56 → 20.4.38-ngcc

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 (236) hide show
  1. package/@syncfusion/ej2-angular-splitbuttons.es5.js +565 -0
  2. package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
  4. package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
  5. package/CHANGELOG.md +242 -0
  6. package/dist/ej2-angular-splitbuttons.umd.js +603 -0
  7. package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
  8. package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
  9. package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
  10. package/ej2-angular-splitbuttons.d.ts +7 -0
  11. package/ej2-angular-splitbuttons.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
  18. package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
  19. package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
  20. package/src/drop-down-button/items.directive.d.ts +0 -5
  21. package/src/progress-button/progressbutton-all.module.d.ts +0 -6
  22. package/src/progress-button/progressbutton.component.d.ts +0 -3
  23. package/src/progress-button/progressbutton.module.d.ts +0 -6
  24. package/src/split-button/items.directive.d.ts +0 -5
  25. package/src/split-button/splitbutton-all.module.d.ts +0 -6
  26. package/src/split-button/splitbutton.component.d.ts +0 -3
  27. package/src/split-button/splitbutton.module.d.ts +0 -7
  28. package/styles/bootstrap-dark.css +21 -0
  29. package/styles/bootstrap.css +21 -0
  30. package/styles/bootstrap4.css +49 -28
  31. package/styles/bootstrap5-dark.css +21 -0
  32. package/styles/bootstrap5.css +21 -0
  33. package/styles/button-group/bootstrap-dark.scss +1 -4
  34. package/styles/button-group/bootstrap.scss +1 -4
  35. package/styles/button-group/bootstrap4.css +24 -24
  36. package/styles/button-group/bootstrap4.scss +1 -4
  37. package/styles/button-group/bootstrap5-dark.scss +1 -4
  38. package/styles/button-group/bootstrap5.scss +1 -4
  39. package/styles/button-group/fabric-dark.scss +1 -4
  40. package/styles/button-group/fabric.scss +1 -4
  41. package/styles/button-group/fluent-dark.scss +1 -4
  42. package/styles/button-group/fluent.scss +1 -4
  43. package/styles/button-group/highcontrast-light.scss +1 -4
  44. package/styles/button-group/highcontrast.scss +1 -4
  45. package/styles/button-group/material-dark.scss +1 -4
  46. package/styles/button-group/material.scss +1 -4
  47. package/styles/button-group/tailwind-dark.scss +1 -4
  48. package/styles/button-group/tailwind.scss +1 -4
  49. package/styles/drop-down-button/bootstrap-dark.scss +1 -6
  50. package/styles/drop-down-button/bootstrap.scss +1 -6
  51. package/styles/drop-down-button/bootstrap4.css +1 -1
  52. package/styles/drop-down-button/bootstrap4.scss +1 -6
  53. package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
  54. package/styles/drop-down-button/bootstrap5.scss +1 -6
  55. package/styles/drop-down-button/fabric-dark.scss +1 -6
  56. package/styles/drop-down-button/fabric.scss +1 -6
  57. package/styles/drop-down-button/fluent-dark.scss +1 -6
  58. package/styles/drop-down-button/fluent.scss +1 -6
  59. package/styles/drop-down-button/highcontrast-light.scss +1 -6
  60. package/styles/drop-down-button/highcontrast.scss +1 -6
  61. package/styles/drop-down-button/material-dark.scss +1 -6
  62. package/styles/drop-down-button/material.scss +1 -6
  63. package/styles/drop-down-button/tailwind-dark.scss +1 -6
  64. package/styles/drop-down-button/tailwind.scss +1 -6
  65. package/styles/fabric-dark.css +21 -0
  66. package/styles/fabric.css +21 -0
  67. package/styles/fluent-dark.css +21 -0
  68. package/styles/fluent.css +21 -0
  69. package/styles/highcontrast-light.css +21 -0
  70. package/styles/highcontrast.css +21 -0
  71. package/styles/material-dark.css +21 -0
  72. package/styles/material.css +21 -0
  73. package/styles/progress-button/bootstrap-dark.scss +1 -5
  74. package/styles/progress-button/bootstrap.scss +1 -5
  75. package/styles/progress-button/bootstrap4.scss +1 -5
  76. package/styles/progress-button/bootstrap5-dark.scss +1 -5
  77. package/styles/progress-button/bootstrap5.scss +1 -5
  78. package/styles/progress-button/fabric-dark.scss +1 -5
  79. package/styles/progress-button/fabric.scss +1 -5
  80. package/styles/progress-button/fluent-dark.scss +1 -5
  81. package/styles/progress-button/fluent.scss +1 -5
  82. package/styles/progress-button/highcontrast-light.scss +1 -5
  83. package/styles/progress-button/highcontrast.scss +1 -5
  84. package/styles/progress-button/material-dark.scss +1 -5
  85. package/styles/progress-button/material.scss +1 -5
  86. package/styles/progress-button/tailwind-dark.scss +1 -5
  87. package/styles/progress-button/tailwind.scss +1 -5
  88. package/styles/split-button/bootstrap-dark.css +21 -0
  89. package/styles/split-button/bootstrap-dark.scss +1 -6
  90. package/styles/split-button/bootstrap.css +21 -0
  91. package/styles/split-button/bootstrap.scss +1 -6
  92. package/styles/split-button/bootstrap4.css +24 -3
  93. package/styles/split-button/bootstrap4.scss +1 -6
  94. package/styles/split-button/bootstrap5-dark.css +21 -0
  95. package/styles/split-button/bootstrap5-dark.scss +1 -6
  96. package/styles/split-button/bootstrap5.css +21 -0
  97. package/styles/split-button/bootstrap5.scss +1 -6
  98. package/styles/split-button/fabric-dark.css +21 -0
  99. package/styles/split-button/fabric-dark.scss +1 -6
  100. package/styles/split-button/fabric.css +21 -0
  101. package/styles/split-button/fabric.scss +1 -6
  102. package/styles/split-button/fluent-dark.css +21 -0
  103. package/styles/split-button/fluent-dark.scss +1 -6
  104. package/styles/split-button/fluent.css +21 -0
  105. package/styles/split-button/fluent.scss +1 -6
  106. package/styles/split-button/highcontrast-light.css +21 -0
  107. package/styles/split-button/highcontrast-light.scss +1 -6
  108. package/styles/split-button/highcontrast.css +21 -0
  109. package/styles/split-button/highcontrast.scss +1 -6
  110. package/styles/split-button/material-dark.css +21 -0
  111. package/styles/split-button/material-dark.scss +1 -6
  112. package/styles/split-button/material.css +21 -0
  113. package/styles/split-button/material.scss +1 -6
  114. package/styles/split-button/tailwind-dark.css +21 -0
  115. package/styles/split-button/tailwind-dark.scss +1 -6
  116. package/styles/split-button/tailwind.css +21 -0
  117. package/styles/split-button/tailwind.scss +1 -6
  118. package/styles/tailwind-dark.css +21 -0
  119. package/styles/tailwind.css +21 -0
  120. package/esm2020/public_api.mjs +0 -3
  121. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
  122. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
  123. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
  124. package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
  125. package/esm2020/src/index.mjs +0 -13
  126. package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
  127. package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
  128. package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
  129. package/esm2020/src/split-button/items.directive.mjs +0 -46
  130. package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
  131. package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
  132. package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
  133. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
  134. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  135. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  136. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  137. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  138. package/styles/button-group/_all.scss +0 -2
  139. package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
  140. package/styles/button-group/_bootstrap-definition.scss +0 -30
  141. package/styles/button-group/_bootstrap4-definition.scss +0 -30
  142. package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
  143. package/styles/button-group/_bootstrap5-definition.scss +0 -31
  144. package/styles/button-group/_fabric-dark-definition.scss +0 -33
  145. package/styles/button-group/_fabric-definition.scss +0 -30
  146. package/styles/button-group/_fluent-dark-definition.scss +0 -1
  147. package/styles/button-group/_fluent-definition.scss +0 -31
  148. package/styles/button-group/_fusionnew-definition.scss +0 -31
  149. package/styles/button-group/_group-button-mixin.scss +0 -72
  150. package/styles/button-group/_highcontrast-definition.scss +0 -32
  151. package/styles/button-group/_highcontrast-light-definition.scss +0 -35
  152. package/styles/button-group/_layout.scss +0 -288
  153. package/styles/button-group/_material-dark-definition.scss +0 -33
  154. package/styles/button-group/_material-definition.scss +0 -30
  155. package/styles/button-group/_material3-definition.scss +0 -31
  156. package/styles/button-group/_tailwind-dark-definition.scss +0 -1
  157. package/styles/button-group/_tailwind-definition.scss +0 -31
  158. package/styles/button-group/_theme.scss +0 -386
  159. package/styles/drop-down-button/_all.scss +0 -2
  160. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
  161. package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
  162. package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
  163. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
  164. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
  165. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
  166. package/styles/drop-down-button/_fabric-definition.scss +0 -48
  167. package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
  168. package/styles/drop-down-button/_fluent-definition.scss +0 -52
  169. package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
  170. package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
  171. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
  172. package/styles/drop-down-button/_layout.scss +0 -218
  173. package/styles/drop-down-button/_material-dark-definition.scss +0 -51
  174. package/styles/drop-down-button/_material-definition.scss +0 -48
  175. package/styles/drop-down-button/_material3-definition.scss +0 -50
  176. package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
  177. package/styles/drop-down-button/_tailwind-definition.scss +0 -49
  178. package/styles/drop-down-button/_theme.scss +0 -78
  179. package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
  180. package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
  181. package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
  182. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
  183. package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
  184. package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
  185. package/styles/drop-down-button/icons/_fabric.scss +0 -10
  186. package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
  187. package/styles/drop-down-button/icons/_fluent.scss +0 -10
  188. package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
  189. package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
  190. package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
  191. package/styles/drop-down-button/icons/_material-dark.scss +0 -10
  192. package/styles/drop-down-button/icons/_material.scss +0 -10
  193. package/styles/drop-down-button/icons/_material3.scss +0 -10
  194. package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
  195. package/styles/drop-down-button/icons/_tailwind.scss +0 -10
  196. package/styles/progress-button/_all.scss +0 -2
  197. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
  198. package/styles/progress-button/_bootstrap-definition.scss +0 -24
  199. package/styles/progress-button/_bootstrap4-definition.scss +0 -24
  200. package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
  201. package/styles/progress-button/_bootstrap5-definition.scss +0 -21
  202. package/styles/progress-button/_fabric-dark-definition.scss +0 -27
  203. package/styles/progress-button/_fabric-definition.scss +0 -24
  204. package/styles/progress-button/_fluent-dark-definition.scss +0 -1
  205. package/styles/progress-button/_fluent-definition.scss +0 -21
  206. package/styles/progress-button/_fusionnew-definition.scss +0 -21
  207. package/styles/progress-button/_highcontrast-definition.scss +0 -24
  208. package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
  209. package/styles/progress-button/_layout.scss +0 -396
  210. package/styles/progress-button/_material-dark-definition.scss +0 -27
  211. package/styles/progress-button/_material-definition.scss +0 -24
  212. package/styles/progress-button/_material3-definition.scss +0 -21
  213. package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
  214. package/styles/progress-button/_tailwind-definition.scss +0 -21
  215. package/styles/progress-button/_theme.scss +0 -457
  216. package/styles/split-button/_all.scss +0 -2
  217. package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
  218. package/styles/split-button/_bootstrap-definition.scss +0 -23
  219. package/styles/split-button/_bootstrap4-definition.scss +0 -26
  220. package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
  221. package/styles/split-button/_bootstrap5-definition.scss +0 -24
  222. package/styles/split-button/_fabric-dark-definition.scss +0 -26
  223. package/styles/split-button/_fabric-definition.scss +0 -23
  224. package/styles/split-button/_fluent-dark-definition.scss +0 -1
  225. package/styles/split-button/_fluent-definition.scss +0 -24
  226. package/styles/split-button/_fusionnew-definition.scss +0 -24
  227. package/styles/split-button/_highcontrast-definition.scss +0 -23
  228. package/styles/split-button/_highcontrast-light-definition.scss +0 -26
  229. package/styles/split-button/_layout.scss +0 -420
  230. package/styles/split-button/_material-dark-definition.scss +0 -26
  231. package/styles/split-button/_material-definition.scss +0 -23
  232. package/styles/split-button/_material3-definition.scss +0 -24
  233. package/styles/split-button/_tailwind-dark-definition.scss +0 -1
  234. package/styles/split-button/_tailwind-definition.scss +0 -24
  235. package/styles/split-button/_theme.scss +0 -136
  236. package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,242 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### DropDownButton
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I388868` - Script error occurs while using `beforeOpen` event in DropDownButton issue has been resolved
10
+
11
+ ## 19.4.40 (2021-12-28)
12
+
13
+ ### DropDownButton
14
+
15
+ #### Bug Fixes
16
+
17
+ - ColorPicker is not closed while clicks again the DropDownButton issue has been resolved.
18
+
19
+ ## 19.4.38 (2021-12-17)
20
+
21
+ ### DropDownButton
22
+
23
+ #### Bug Fixes
24
+
25
+ - Overflow issue in ColorPicker has been resolved.
26
+
27
+ ## 19.3.48 (2021-11-02)
28
+
29
+ ### DropDownButton
30
+
31
+ #### Bug Fixes
32
+
33
+ - `createPopupOnClick` property scenario not handled properly in `DropDownButton` has been resolved.
34
+
35
+ ## 19.2.55 (2021-08-11)
36
+
37
+ ### DropDownButton
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#I337016` - Input space not works in DropDownButton if the target is set as text input issue has been resolved.
42
+
43
+ ## 18.4.41 (2021-02-02)
44
+
45
+ ### SplitButton
46
+
47
+ #### Bug Fixes
48
+
49
+ - Issue with destroy has been fixed.
50
+
51
+ ## 18.4.31 (2020-12-22)
52
+
53
+ ### ProgressButton
54
+
55
+ #### Bug Fixes
56
+
57
+ - Issue with setting content property in begin event has been resolved.
58
+
59
+ ## 18.4.30 (2020-12-17)
60
+
61
+ ### SplitButton
62
+
63
+ #### New Features
64
+
65
+ - `#299063` - Provided support to remove the items in split button using item id.
66
+
67
+ ## 18.3.40 (2020-10-13)
68
+
69
+ ### SplitButton
70
+
71
+ #### Bug Fixes
72
+
73
+ - Warning message has been resolved.
74
+
75
+ ## 18.1.43 (2020-04-07)
76
+
77
+ ### SplitButton
78
+
79
+ #### Bug Fixes
80
+
81
+ - Keyboard navigation not working in `bootstrap4` has been resolved.
82
+
83
+ ## 17.4.49 (2020-02-11)
84
+
85
+ ### Button Group
86
+
87
+ #### Bug Fixes
88
+
89
+ - CSS validation issues has been resolved.
90
+
91
+ ## 17.4.39 (2019-12-17)
92
+
93
+ ### DropDownButton
94
+
95
+ #### New Features
96
+
97
+ - #253123 - Provided `addItems` `removeItems` methods and update items dynamically.
98
+
99
+ #### Bug Fixes
100
+
101
+ - #254048 - UI misalignment while changing the font-size issue fixed.
102
+
103
+ ## 17.2.40 (2019-08-06)
104
+
105
+ ### ProgressButton
106
+
107
+ #### Bug Fixes
108
+
109
+ - Issue with 'progressComplete' method is fixed.
110
+
111
+ ## 17.2.39 (2019-07-30)
112
+
113
+ ### SplitButton
114
+
115
+ #### Bug Fixes
116
+
117
+ - Provided support for 'OnOpen' and 'OnClose' events in Blazor.
118
+
119
+ ## 17.1.50 (2019-06-04)
120
+
121
+ ### ProgressButton
122
+
123
+ #### Bug Fixes
124
+
125
+ - Provided public method 'progressComplete' to complete the progress.
126
+
127
+ ## 16.4.53 (2019-02-13)
128
+
129
+ ### DropDownButton
130
+
131
+ #### Bug Fixes
132
+
133
+ - Proper ARIA standards followed.
134
+
135
+ ## 16.4.46 (2019-01-08)
136
+
137
+ ### DropDownButton
138
+
139
+ #### Bug Fixes
140
+
141
+ - Item text overflow issue fixed.
142
+
143
+ ## 16.4.40-beta (2018-12-10)
144
+
145
+ ### ProgressButton
146
+
147
+ #### Breaking Changes
148
+
149
+ - Type changes done for the following property.
150
+
151
+ | Property Name | Old Type | New Type |
152
+ |---|---|---|
153
+ | `animationSettings` | AnimationSettings | AnimationSettingsModel |
154
+ | `spinSettings` | SpinSettings | SpinSettingsModel |
155
+
156
+ ## 16.3.22 (2018-09-25)
157
+
158
+ ### ProgressButton
159
+
160
+ #### Bug Fixes
161
+
162
+ - Content update while progress issue resolved.
163
+
164
+ ## 16.3.17 (2018-09-12)
165
+
166
+ ### ProgressButton
167
+
168
+ 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.
169
+
170
+
171
+ - **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of progress button.
172
+ - **Icons and Spinner** - Supports icon, spinner and its positioning.
173
+ - **Animation** - Provided with predefined animation and progress indicator.
174
+ - **Events** - Supports event triggering at specified interval.
175
+ - **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.
176
+
177
+ ## 16.2.48 (2018-08-14)
178
+
179
+ ### DropDownButton
180
+
181
+ #### Bug Fixes
182
+
183
+ - Popup z-index calculation inside bootstrap model dialog issue fixed.
184
+
185
+ ## 16.2.44 (2018-07-10)
186
+
187
+ ### DropDownButton
188
+
189
+ #### Bug Fixes
190
+
191
+ - Popup positioning under fixed parent issue fixed.
192
+
193
+ ## 16.2.41 (2018-06-25)
194
+
195
+ ### ButtonGroup
196
+
197
+ ButtonGroup is a graphical user interface that groups series of buttons horizontally or vertically.
198
+
199
+
200
+ - **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of button.
201
+ - **Selection** - Supports single and multiple selection behaviors.
202
+ - **Orientation** - Supports horizontal and vertical orientations.
203
+ - **Nesting** - Supports nesting with drop-down and split button components.
204
+ - **Accessibility** - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
205
+
206
+ ### SplitButton
207
+
208
+ #### Breaking Changes
209
+
210
+ - UI changes based on design guidelines
211
+
212
+ ## 16.1.28 (2018-03-09)
213
+
214
+ ### SplitButton
215
+
216
+ #### Bug Fixes
217
+
218
+ - Style compatibility issue fixed.
219
+
220
+ ## 16.1.24 (2018-02-22)
221
+
222
+ ### DropDownButton
223
+
224
+ DropDownButton component is used to toggle contextual overlays for displaying list of action items.
225
+
226
+
227
+ - **Sizes** - Provided with different sizes of DropDownButton.
228
+ - **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.
229
+ - **Separator** - Supports Popup items grouping by using the Separator.
230
+ - **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.
231
+
232
+ ### SplitButton
233
+
234
+ 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.
235
+
236
+
237
+ - **Sizes** - Provided with different sizes of SplitButton.
238
+ - **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.
239
+ - **Separator** - Supports Popup items grouping by using the Separator.
240
+ - **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.
241
+
242
+