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