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