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