@syncfusion/ej2-vue-splitbuttons 25.2.4 → 26.1.35-7502
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/dist/ej2-vue-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es2015.js +8 -14
- package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es5.js +8 -14
- package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +1966 -1
- package/styles/bootstrap.css +2016 -1
- package/styles/bootstrap4.css +2004 -1
- package/styles/bootstrap5-dark.css +1946 -1
- package/styles/bootstrap5.css +1946 -1
- package/styles/button-group/bootstrap-dark.css +813 -1
- package/styles/button-group/bootstrap.css +787 -1
- package/styles/button-group/bootstrap4.css +786 -1
- package/styles/button-group/bootstrap5-dark.css +801 -1
- package/styles/button-group/bootstrap5.css +801 -1
- package/styles/button-group/fabric-dark.css +813 -1
- package/styles/button-group/fabric.css +819 -1
- package/styles/button-group/fluent-dark.css +825 -1
- package/styles/button-group/fluent.css +825 -1
- package/styles/button-group/fluent2.css +1849 -0
- package/styles/button-group/fluent2.scss +1 -0
- package/styles/button-group/highcontrast-light.css +813 -1
- package/styles/button-group/highcontrast.css +864 -1
- package/styles/button-group/material-dark.css +820 -1
- package/styles/button-group/material.css +825 -1
- package/styles/button-group/material3-dark.css +1055 -1
- package/styles/button-group/material3.css +1167 -1
- package/styles/button-group/tailwind-dark.css +799 -1
- package/styles/button-group/tailwind.css +799 -1
- package/styles/drop-down-button/bootstrap-dark.css +244 -1
- package/styles/drop-down-button/bootstrap.css +244 -1
- package/styles/drop-down-button/bootstrap4.css +237 -1
- package/styles/drop-down-button/bootstrap5-dark.css +247 -1
- package/styles/drop-down-button/bootstrap5.css +247 -1
- package/styles/drop-down-button/fabric-dark.css +244 -1
- package/styles/drop-down-button/fabric.css +244 -1
- package/styles/drop-down-button/fluent-dark.css +245 -1
- package/styles/drop-down-button/fluent.css +245 -1
- package/styles/drop-down-button/fluent2.css +1308 -0
- package/styles/drop-down-button/fluent2.scss +1 -0
- package/styles/drop-down-button/highcontrast-light.css +244 -1
- package/styles/drop-down-button/highcontrast.css +245 -1
- package/styles/drop-down-button/material-dark.css +244 -1
- package/styles/drop-down-button/material.css +244 -1
- package/styles/drop-down-button/material3-dark.css +363 -1
- package/styles/drop-down-button/material3.css +475 -1
- package/styles/drop-down-button/tailwind-dark.css +254 -1
- package/styles/drop-down-button/tailwind.css +254 -1
- package/styles/fabric-dark.css +1966 -1
- package/styles/fabric.css +2046 -1
- package/styles/fluent-dark.css +2061 -1
- package/styles/fluent.css +2061 -1
- package/styles/fluent2.css +6175 -0
- package/styles/fluent2.scss +4 -0
- package/styles/highcontrast-light.css +1966 -1
- package/styles/highcontrast.css +2018 -1
- package/styles/material-dark.css +1973 -1
- package/styles/material.css +2052 -1
- package/styles/material3-dark.css +2647 -1
- package/styles/material3.css +3087 -1
- package/styles/progress-button/bootstrap-dark.css +564 -1
- package/styles/progress-button/bootstrap.css +641 -1
- package/styles/progress-button/bootstrap4.css +644 -1
- package/styles/progress-button/bootstrap5-dark.css +564 -1
- package/styles/progress-button/bootstrap5.css +564 -1
- package/styles/progress-button/fabric-dark.css +564 -1
- package/styles/progress-button/fabric.css +641 -1
- package/styles/progress-button/fluent-dark.css +657 -1
- package/styles/progress-button/fluent.css +657 -1
- package/styles/progress-button/fluent2.css +1636 -0
- package/styles/progress-button/fluent2.scss +1 -0
- package/styles/progress-button/highcontrast-light.css +564 -1
- package/styles/progress-button/highcontrast.css +564 -1
- package/styles/progress-button/material-dark.css +564 -1
- package/styles/progress-button/material.css +641 -1
- package/styles/progress-button/material3-dark.css +730 -1
- package/styles/progress-button/material3.css +842 -1
- package/styles/progress-button/tailwind-dark.css +661 -1
- package/styles/progress-button/tailwind.css +661 -1
- package/styles/split-button/bootstrap-dark.css +342 -1
- package/styles/split-button/bootstrap.css +342 -1
- package/styles/split-button/bootstrap4.css +334 -1
- package/styles/split-button/bootstrap5-dark.css +331 -1
- package/styles/split-button/bootstrap5.css +331 -1
- package/styles/split-button/fabric-dark.css +342 -1
- package/styles/split-button/fabric.css +339 -1
- package/styles/split-button/fluent-dark.css +331 -1
- package/styles/split-button/fluent.css +331 -1
- package/styles/split-button/fluent2.css +1379 -0
- package/styles/split-button/fluent2.scss +1 -0
- package/styles/split-button/highcontrast-light.css +342 -1
- package/styles/split-button/highcontrast.css +342 -1
- package/styles/split-button/material-dark.css +342 -1
- package/styles/split-button/material.css +339 -1
- package/styles/split-button/material3-dark.css +496 -1
- package/styles/split-button/material3.css +600 -1
- package/styles/split-button/tailwind-dark.css +356 -1
- package/styles/split-button/tailwind.css +356 -1
- package/styles/tailwind-dark.css +2072 -1
- package/styles/tailwind.css +2072 -1
- package/CHANGELOG.md +0 -356
- package/dist/global/ej2-vue-splitbuttons.min.js +0 -10
package/CHANGELOG.md
DELETED
|
@@ -1,356 +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
|
-
- `#I445638` - Issue in DropDownButton Popup Alignment issue while setting `enableRtl` property as true has been resolved.
|
|
82
|
-
|
|
83
|
-
## 20.4.50 (2023-02-14)
|
|
84
|
-
|
|
85
|
-
### SplitButton
|
|
86
|
-
|
|
87
|
-
#### Bug Fixes
|
|
88
|
-
|
|
89
|
-
- `#I434642` - Issue in Script error thrown when we add items in before open event with enable createPopupOnClick property has been resolved.
|
|
90
|
-
|
|
91
|
-
### DropDownButton
|
|
92
|
-
|
|
93
|
-
#### Bug Fixes
|
|
94
|
-
|
|
95
|
-
- `#I388868` - Script error occurs while using `beforeOpen` event in DropDownButton issue has been resolved
|
|
96
|
-
|
|
97
|
-
## 19.4.40 (2021-12-28)
|
|
98
|
-
|
|
99
|
-
### DropDownButton
|
|
100
|
-
|
|
101
|
-
#### Bug Fixes
|
|
102
|
-
|
|
103
|
-
- ColorPicker is not closed while clicks again the DropDownButton issue has been resolved.
|
|
104
|
-
|
|
105
|
-
## 19.4.38 (2021-12-17)
|
|
106
|
-
|
|
107
|
-
### DropDownButton
|
|
108
|
-
|
|
109
|
-
#### Bug Fixes
|
|
110
|
-
|
|
111
|
-
- Overflow issue in ColorPicker has been resolved.
|
|
112
|
-
|
|
113
|
-
## 19.3.48 (2021-11-02)
|
|
114
|
-
|
|
115
|
-
### DropDownButton
|
|
116
|
-
|
|
117
|
-
#### Bug Fixes
|
|
118
|
-
|
|
119
|
-
- `createPopupOnClick` property scenario not handled properly in `DropDownButton` has been resolved.
|
|
120
|
-
|
|
121
|
-
## 19.2.55 (2021-08-11)
|
|
122
|
-
|
|
123
|
-
### DropDownButton
|
|
124
|
-
|
|
125
|
-
#### Bug Fixes
|
|
126
|
-
|
|
127
|
-
- `#I337016` - Input space not works in DropDownButton if the target is set as text input issue has been resolved.
|
|
128
|
-
|
|
129
|
-
## 18.4.41 (2021-02-02)
|
|
130
|
-
|
|
131
|
-
### SplitButton
|
|
132
|
-
|
|
133
|
-
#### Bug Fixes
|
|
134
|
-
|
|
135
|
-
- Issue with destroy has been fixed.
|
|
136
|
-
|
|
137
|
-
## 18.4.31 (2020-12-22)
|
|
138
|
-
|
|
139
|
-
### ProgressButton
|
|
140
|
-
|
|
141
|
-
#### Bug Fixes
|
|
142
|
-
|
|
143
|
-
- Issue with setting content property in begin event has been resolved.
|
|
144
|
-
|
|
145
|
-
## 18.4.30 (2020-12-17)
|
|
146
|
-
|
|
147
|
-
### SplitButton
|
|
148
|
-
|
|
149
|
-
#### New Features
|
|
150
|
-
|
|
151
|
-
- `#299063` - Provided support to remove the items in split button using item id.
|
|
152
|
-
|
|
153
|
-
## 18.3.40 (2020-10-13)
|
|
154
|
-
|
|
155
|
-
### SplitButton
|
|
156
|
-
|
|
157
|
-
#### Bug Fixes
|
|
158
|
-
|
|
159
|
-
- Warning message has been resolved.
|
|
160
|
-
|
|
161
|
-
## 18.1.43 (2020-04-07)
|
|
162
|
-
|
|
163
|
-
### SplitButton
|
|
164
|
-
|
|
165
|
-
#### Bug Fixes
|
|
166
|
-
|
|
167
|
-
- Keyboard navigation not working in `bootstrap4` has been resolved.
|
|
168
|
-
|
|
169
|
-
## 17.4.49 (2020-02-11)
|
|
170
|
-
|
|
171
|
-
### Button Group
|
|
172
|
-
|
|
173
|
-
#### Bug Fixes
|
|
174
|
-
|
|
175
|
-
- CSS validation issues has been resolved.
|
|
176
|
-
|
|
177
|
-
## 17.4.39 (2019-12-17)
|
|
178
|
-
|
|
179
|
-
### DropDownButton
|
|
180
|
-
|
|
181
|
-
#### New Features
|
|
182
|
-
|
|
183
|
-
- #253123 - Provided `addItems` `removeItems` methods and update items dynamically.
|
|
184
|
-
|
|
185
|
-
#### Bug Fixes
|
|
186
|
-
|
|
187
|
-
- #254048 - UI misalignment while changing the font-size issue fixed.
|
|
188
|
-
|
|
189
|
-
## 17.2.40 (2019-08-06)
|
|
190
|
-
|
|
191
|
-
### ProgressButton
|
|
192
|
-
|
|
193
|
-
#### Bug Fixes
|
|
194
|
-
|
|
195
|
-
- Issue with 'progressComplete' method is fixed.
|
|
196
|
-
|
|
197
|
-
## 17.2.39 (2019-07-30)
|
|
198
|
-
|
|
199
|
-
### SplitButton
|
|
200
|
-
|
|
201
|
-
#### Bug Fixes
|
|
202
|
-
|
|
203
|
-
- Provided support for 'OnOpen' and 'OnClose' events in Blazor.
|
|
204
|
-
|
|
205
|
-
## 17.1.50 (2019-06-04)
|
|
206
|
-
|
|
207
|
-
### ProgressButton
|
|
208
|
-
|
|
209
|
-
#### Bug Fixes
|
|
210
|
-
|
|
211
|
-
- Provided public method 'progressComplete' to complete the progress.
|
|
212
|
-
|
|
213
|
-
## 16.4.53 (2019-02-13)
|
|
214
|
-
|
|
215
|
-
### DropDownButton
|
|
216
|
-
|
|
217
|
-
#### Bug Fixes
|
|
218
|
-
|
|
219
|
-
- Proper ARIA standards followed.
|
|
220
|
-
|
|
221
|
-
## 16.4.46 (2019-01-08)
|
|
222
|
-
|
|
223
|
-
### DropDownButton
|
|
224
|
-
|
|
225
|
-
#### Bug Fixes
|
|
226
|
-
|
|
227
|
-
- Item text overflow issue fixed.
|
|
228
|
-
|
|
229
|
-
## 16.4.40-beta (2018-12-10)
|
|
230
|
-
|
|
231
|
-
### ProgressButton
|
|
232
|
-
|
|
233
|
-
#### Breaking Changes
|
|
234
|
-
|
|
235
|
-
- Type changes done for the following property.
|
|
236
|
-
|
|
237
|
-
| Property Name | Old Type | New Type |
|
|
238
|
-
|---|---|---|
|
|
239
|
-
| `animationSettings` | AnimationSettings | AnimationSettingsModel |
|
|
240
|
-
| `spinSettings` | SpinSettings | SpinSettingsModel |
|
|
241
|
-
|
|
242
|
-
## 16.3.22 (2018-09-25)
|
|
243
|
-
|
|
244
|
-
### ProgressButton
|
|
245
|
-
|
|
246
|
-
#### Bug Fixes
|
|
247
|
-
|
|
248
|
-
- Content update while progress issue resolved.
|
|
249
|
-
|
|
250
|
-
## 16.3.17 (2018-09-12)
|
|
251
|
-
|
|
252
|
-
### ProgressButton
|
|
253
|
-
|
|
254
|
-
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.
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
- **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of progress button.
|
|
258
|
-
- **Icons and Spinner** - Supports icon, spinner and its positioning.
|
|
259
|
-
- **Animation** - Provided with predefined animation and progress indicator.
|
|
260
|
-
- **Events** - Supports event triggering at specified interval.
|
|
261
|
-
- **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.
|
|
262
|
-
|
|
263
|
-
## 16.2.48 (2018-08-14)
|
|
264
|
-
|
|
265
|
-
### DropDownButton
|
|
266
|
-
|
|
267
|
-
#### Bug Fixes
|
|
268
|
-
|
|
269
|
-
- Popup z-index calculation inside bootstrap model dialog issue fixed.
|
|
270
|
-
|
|
271
|
-
## 16.2.44 (2018-07-10)
|
|
272
|
-
|
|
273
|
-
### DropDownButton
|
|
274
|
-
|
|
275
|
-
#### Bug Fixes
|
|
276
|
-
|
|
277
|
-
- Popup positioning under fixed parent issue fixed.
|
|
278
|
-
|
|
279
|
-
## 16.2.41 (2018-06-25)
|
|
280
|
-
|
|
281
|
-
### ButtonGroup
|
|
282
|
-
|
|
283
|
-
ButtonGroup is a graphical user interface that groups series of buttons horizontally or vertically.
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of button.
|
|
287
|
-
- **Selection** - Supports single and multiple selection behaviors.
|
|
288
|
-
- **Orientation** - Supports horizontal and vertical orientations.
|
|
289
|
-
- **Nesting** - Supports nesting with drop-down and split button components.
|
|
290
|
-
- **Accessibility** - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
|
|
291
|
-
|
|
292
|
-
ButtonGroup is a graphical user interface that groups series of buttons horizontally or vertically.
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
- **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of button.
|
|
296
|
-
- **Selection** - Supports single and multiple selection behaviors.
|
|
297
|
-
- **Orientation** - Supports horizontal and vertical orientations.
|
|
298
|
-
- **Nesting** - Supports nesting with drop-down and split button components.
|
|
299
|
-
- **Accessibility** - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
### SplitButton
|
|
303
|
-
|
|
304
|
-
#### Breaking Changes
|
|
305
|
-
|
|
306
|
-
- UI changes based on design guidelines
|
|
307
|
-
|
|
308
|
-
undefinedSplitButton 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.
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
- **Sizes** - Provided with different sizes of SplitButton.
|
|
312
|
-
- **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.
|
|
313
|
-
- **Separator** - Supports Popup items grouping by using the Separator.
|
|
314
|
-
- **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.
|
|
315
|
-
|
|
316
|
-
### DropDownButton
|
|
317
|
-
|
|
318
|
-
DropDownButton component is used to toggle contextual overlays for displaying list of action items.
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
- **Sizes** - Provided with different sizes of DropDownButton.
|
|
322
|
-
- **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.
|
|
323
|
-
- **Separator** - Supports Popup items grouping by using the Separator.
|
|
324
|
-
- **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.
|
|
325
|
-
|
|
326
|
-
## 16.1.28 (2018-03-09)
|
|
327
|
-
|
|
328
|
-
### SplitButton
|
|
329
|
-
|
|
330
|
-
#### Bug Fixes
|
|
331
|
-
|
|
332
|
-
- Style compatibility issue fixed.
|
|
333
|
-
|
|
334
|
-
## 16.1.24 (2018-02-22)
|
|
335
|
-
|
|
336
|
-
### DropDownButton
|
|
337
|
-
|
|
338
|
-
DropDownButton component is used to toggle contextual overlays for displaying list of action items.
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
- **Sizes** - Provided with different sizes of DropDownButton.
|
|
342
|
-
- **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.
|
|
343
|
-
- **Separator** - Supports Popup items grouping by using the Separator.
|
|
344
|
-
- **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.
|
|
345
|
-
|
|
346
|
-
### SplitButton
|
|
347
|
-
|
|
348
|
-
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.
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
- **Sizes** - Provided with different sizes of SplitButton.
|
|
352
|
-
- **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.
|
|
353
|
-
- **Separator** - Supports Popup items grouping by using the Separator.
|
|
354
|
-
- **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.
|
|
355
|
-
|
|
356
|
-
|