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