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