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