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