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