@syncfusion/ej2-angular-splitbuttons 23.2.4 → 24.1.41-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 (304) 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 +256 -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/bootstrap-dark.css +1 -1761
  29. package/styles/bootstrap.css +1 -1811
  30. package/styles/bootstrap4.css +1 -1836
  31. package/styles/bootstrap5-dark.css +1 -1851
  32. package/styles/bootstrap5.css +1 -1851
  33. package/styles/button-group/bootstrap-dark.css +1 -752
  34. package/styles/button-group/bootstrap-dark.scss +1 -4
  35. package/styles/button-group/bootstrap.css +1 -726
  36. package/styles/button-group/bootstrap.scss +1 -4
  37. package/styles/button-group/bootstrap4.css +1 -756
  38. package/styles/button-group/bootstrap4.scss +1 -4
  39. package/styles/button-group/bootstrap5-dark.css +1 -751
  40. package/styles/button-group/bootstrap5-dark.scss +1 -4
  41. package/styles/button-group/bootstrap5.css +1 -751
  42. package/styles/button-group/bootstrap5.scss +1 -4
  43. package/styles/button-group/fabric-dark.css +1 -752
  44. package/styles/button-group/fabric-dark.scss +1 -4
  45. package/styles/button-group/fabric.css +1 -758
  46. package/styles/button-group/fabric.scss +1 -4
  47. package/styles/button-group/fluent-dark.css +1 -755
  48. package/styles/button-group/fluent-dark.scss +1 -4
  49. package/styles/button-group/fluent.css +1 -755
  50. package/styles/button-group/fluent.scss +1 -4
  51. package/styles/button-group/highcontrast-light.css +1 -752
  52. package/styles/button-group/highcontrast-light.scss +1 -4
  53. package/styles/button-group/highcontrast.css +1 -803
  54. package/styles/button-group/highcontrast.scss +1 -4
  55. package/styles/button-group/material-dark.css +1 -752
  56. package/styles/button-group/material-dark.scss +1 -4
  57. package/styles/button-group/material.css +1 -756
  58. package/styles/button-group/material.scss +1 -4
  59. package/styles/button-group/material3-dark.css +1 -901
  60. package/styles/button-group/material3-dark.scss +1 -4
  61. package/styles/button-group/material3.css +1 -957
  62. package/styles/button-group/material3.scss +1 -4
  63. package/styles/button-group/tailwind-dark.css +1 -739
  64. package/styles/button-group/tailwind-dark.scss +1 -4
  65. package/styles/button-group/tailwind.css +1 -739
  66. package/styles/button-group/tailwind.scss +1 -4
  67. package/styles/drop-down-button/bootstrap-dark.css +1 -231
  68. package/styles/drop-down-button/bootstrap-dark.scss +1 -6
  69. package/styles/drop-down-button/bootstrap.css +1 -231
  70. package/styles/drop-down-button/bootstrap.scss +1 -6
  71. package/styles/drop-down-button/bootstrap4.css +1 -226
  72. package/styles/drop-down-button/bootstrap4.scss +1 -6
  73. package/styles/drop-down-button/bootstrap5-dark.css +1 -236
  74. package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
  75. package/styles/drop-down-button/bootstrap5.css +1 -236
  76. package/styles/drop-down-button/bootstrap5.scss +1 -6
  77. package/styles/drop-down-button/fabric-dark.css +1 -231
  78. package/styles/drop-down-button/fabric-dark.scss +1 -6
  79. package/styles/drop-down-button/fabric.css +1 -231
  80. package/styles/drop-down-button/fabric.scss +1 -6
  81. package/styles/drop-down-button/fluent-dark.css +1 -233
  82. package/styles/drop-down-button/fluent-dark.scss +1 -6
  83. package/styles/drop-down-button/fluent.css +1 -233
  84. package/styles/drop-down-button/fluent.scss +1 -6
  85. package/styles/drop-down-button/highcontrast-light.css +1 -231
  86. package/styles/drop-down-button/highcontrast-light.scss +1 -6
  87. package/styles/drop-down-button/highcontrast.css +1 -232
  88. package/styles/drop-down-button/highcontrast.scss +1 -6
  89. package/styles/drop-down-button/material-dark.css +1 -231
  90. package/styles/drop-down-button/material-dark.scss +1 -6
  91. package/styles/drop-down-button/material.css +1 -231
  92. package/styles/drop-down-button/material.scss +1 -6
  93. package/styles/drop-down-button/material3-dark.css +1 -292
  94. package/styles/drop-down-button/material3-dark.scss +1 -6
  95. package/styles/drop-down-button/material3.css +1 -348
  96. package/styles/drop-down-button/material3.scss +1 -6
  97. package/styles/drop-down-button/tailwind-dark.css +1 -241
  98. package/styles/drop-down-button/tailwind-dark.scss +1 -6
  99. package/styles/drop-down-button/tailwind.css +1 -241
  100. package/styles/drop-down-button/tailwind.scss +1 -6
  101. package/styles/fabric-dark.css +1 -1761
  102. package/styles/fabric.css +1 -1841
  103. package/styles/fluent-dark.css +1 -1852
  104. package/styles/fluent.css +1 -1852
  105. package/styles/highcontrast-light.css +1 -1761
  106. package/styles/highcontrast.css +1 -1813
  107. package/styles/material-dark.css +1 -1761
  108. package/styles/material.css +1 -1839
  109. package/styles/material3-dark.css +1 -1999
  110. package/styles/material3-dark.scss +0 -1
  111. package/styles/material3.css +1 -2049
  112. package/styles/material3.scss +0 -1
  113. package/styles/progress-button/bootstrap-dark.css +1 -445
  114. package/styles/progress-button/bootstrap-dark.scss +1 -5
  115. package/styles/progress-button/bootstrap.css +1 -522
  116. package/styles/progress-button/bootstrap.scss +1 -5
  117. package/styles/progress-button/bootstrap4.css +1 -525
  118. package/styles/progress-button/bootstrap4.scss +1 -5
  119. package/styles/progress-button/bootstrap5-dark.css +1 -538
  120. package/styles/progress-button/bootstrap5-dark.scss +1 -5
  121. package/styles/progress-button/bootstrap5.css +1 -538
  122. package/styles/progress-button/bootstrap5.scss +1 -5
  123. package/styles/progress-button/fabric-dark.css +1 -445
  124. package/styles/progress-button/fabric-dark.scss +1 -5
  125. package/styles/progress-button/fabric.css +1 -522
  126. package/styles/progress-button/fabric.scss +1 -5
  127. package/styles/progress-button/fluent-dark.css +1 -538
  128. package/styles/progress-button/fluent-dark.scss +1 -5
  129. package/styles/progress-button/fluent.css +1 -538
  130. package/styles/progress-button/fluent.scss +1 -5
  131. package/styles/progress-button/highcontrast-light.css +1 -445
  132. package/styles/progress-button/highcontrast-light.scss +1 -5
  133. package/styles/progress-button/highcontrast.css +1 -445
  134. package/styles/progress-button/highcontrast.scss +1 -5
  135. package/styles/progress-button/material-dark.css +1 -445
  136. package/styles/progress-button/material-dark.scss +1 -5
  137. package/styles/progress-button/material.css +1 -522
  138. package/styles/progress-button/material.scss +1 -5
  139. package/styles/progress-button/material3-dark.css +1 -556
  140. package/styles/progress-button/material3-dark.scss +1 -5
  141. package/styles/progress-button/material3.css +1 -612
  142. package/styles/progress-button/material3.scss +1 -5
  143. package/styles/progress-button/tailwind-dark.css +1 -542
  144. package/styles/progress-button/tailwind-dark.scss +1 -5
  145. package/styles/progress-button/tailwind.css +1 -542
  146. package/styles/progress-button/tailwind.scss +1 -5
  147. package/styles/split-button/bootstrap-dark.css +1 -330
  148. package/styles/split-button/bootstrap-dark.scss +1 -6
  149. package/styles/split-button/bootstrap.css +1 -330
  150. package/styles/split-button/bootstrap.scss +1 -6
  151. package/styles/split-button/bootstrap4.css +1 -326
  152. package/styles/split-button/bootstrap4.scss +1 -6
  153. package/styles/split-button/bootstrap5-dark.css +1 -323
  154. package/styles/split-button/bootstrap5-dark.scss +1 -6
  155. package/styles/split-button/bootstrap5.css +1 -323
  156. package/styles/split-button/bootstrap5.scss +1 -6
  157. package/styles/split-button/fabric-dark.css +1 -330
  158. package/styles/split-button/fabric-dark.scss +1 -6
  159. package/styles/split-button/fabric.css +1 -327
  160. package/styles/split-button/fabric.scss +1 -6
  161. package/styles/split-button/fluent-dark.css +1 -323
  162. package/styles/split-button/fluent-dark.scss +1 -6
  163. package/styles/split-button/fluent.css +1 -323
  164. package/styles/split-button/fluent.scss +1 -6
  165. package/styles/split-button/highcontrast-light.css +1 -330
  166. package/styles/split-button/highcontrast-light.scss +1 -6
  167. package/styles/split-button/highcontrast.css +1 -330
  168. package/styles/split-button/highcontrast.scss +1 -6
  169. package/styles/split-button/material-dark.css +1 -330
  170. package/styles/split-button/material-dark.scss +1 -6
  171. package/styles/split-button/material.css +1 -327
  172. package/styles/split-button/material.scss +1 -6
  173. package/styles/split-button/material3-dark.css +1 -412
  174. package/styles/split-button/material3-dark.scss +1 -6
  175. package/styles/split-button/material3.css +1 -462
  176. package/styles/split-button/material3.scss +1 -6
  177. package/styles/split-button/tailwind-dark.css +1 -344
  178. package/styles/split-button/tailwind-dark.scss +1 -6
  179. package/styles/split-button/tailwind.css +1 -344
  180. package/styles/split-button/tailwind.scss +1 -6
  181. package/styles/tailwind-dark.css +1 -1868
  182. package/styles/tailwind.css +1 -1868
  183. package/esm2020/public_api.mjs +0 -3
  184. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
  185. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
  186. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
  187. package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
  188. package/esm2020/src/index.mjs +0 -13
  189. package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
  190. package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
  191. package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
  192. package/esm2020/src/split-button/items.directive.mjs +0 -46
  193. package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
  194. package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
  195. package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
  196. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
  197. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  198. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  199. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  200. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  201. package/styles/button-group/_all.scss +0 -2
  202. package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
  203. package/styles/button-group/_bootstrap-definition.scss +0 -30
  204. package/styles/button-group/_bootstrap4-definition.scss +0 -30
  205. package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
  206. package/styles/button-group/_bootstrap5-definition.scss +0 -31
  207. package/styles/button-group/_fabric-dark-definition.scss +0 -33
  208. package/styles/button-group/_fabric-definition.scss +0 -30
  209. package/styles/button-group/_fluent-dark-definition.scss +0 -1
  210. package/styles/button-group/_fluent-definition.scss +0 -31
  211. package/styles/button-group/_fusionnew-definition.scss +0 -31
  212. package/styles/button-group/_group-button-mixin.scss +0 -72
  213. package/styles/button-group/_highcontrast-definition.scss +0 -32
  214. package/styles/button-group/_highcontrast-light-definition.scss +0 -35
  215. package/styles/button-group/_layout.scss +0 -294
  216. package/styles/button-group/_material-dark-definition.scss +0 -33
  217. package/styles/button-group/_material-definition.scss +0 -30
  218. package/styles/button-group/_material3-dark-definition.scss +0 -1
  219. package/styles/button-group/_material3-definition.scss +0 -31
  220. package/styles/button-group/_tailwind-dark-definition.scss +0 -1
  221. package/styles/button-group/_tailwind-definition.scss +0 -31
  222. package/styles/button-group/_theme.scss +0 -454
  223. package/styles/drop-down-button/_all.scss +0 -2
  224. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
  225. package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
  226. package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
  227. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
  228. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
  229. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
  230. package/styles/drop-down-button/_fabric-definition.scss +0 -48
  231. package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
  232. package/styles/drop-down-button/_fluent-definition.scss +0 -52
  233. package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
  234. package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
  235. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
  236. package/styles/drop-down-button/_layout.scss +0 -238
  237. package/styles/drop-down-button/_material-dark-definition.scss +0 -51
  238. package/styles/drop-down-button/_material-definition.scss +0 -48
  239. package/styles/drop-down-button/_material3-dark-definition.scss +0 -1
  240. package/styles/drop-down-button/_material3-definition.scss +0 -51
  241. package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
  242. package/styles/drop-down-button/_tailwind-definition.scss +0 -49
  243. package/styles/drop-down-button/_theme.scss +0 -83
  244. package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
  245. package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
  246. package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
  247. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
  248. package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
  249. package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
  250. package/styles/drop-down-button/icons/_fabric.scss +0 -10
  251. package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
  252. package/styles/drop-down-button/icons/_fluent.scss +0 -10
  253. package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
  254. package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
  255. package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
  256. package/styles/drop-down-button/icons/_material-dark.scss +0 -10
  257. package/styles/drop-down-button/icons/_material.scss +0 -10
  258. package/styles/drop-down-button/icons/_material3-dark.scss +0 -1
  259. package/styles/drop-down-button/icons/_material3.scss +0 -10
  260. package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
  261. package/styles/drop-down-button/icons/_tailwind.scss +0 -10
  262. package/styles/progress-button/_all.scss +0 -2
  263. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
  264. package/styles/progress-button/_bootstrap-definition.scss +0 -24
  265. package/styles/progress-button/_bootstrap4-definition.scss +0 -24
  266. package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
  267. package/styles/progress-button/_bootstrap5-definition.scss +0 -21
  268. package/styles/progress-button/_fabric-dark-definition.scss +0 -27
  269. package/styles/progress-button/_fabric-definition.scss +0 -24
  270. package/styles/progress-button/_fluent-dark-definition.scss +0 -1
  271. package/styles/progress-button/_fluent-definition.scss +0 -21
  272. package/styles/progress-button/_fusionnew-definition.scss +0 -21
  273. package/styles/progress-button/_highcontrast-definition.scss +0 -24
  274. package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
  275. package/styles/progress-button/_layout.scss +0 -396
  276. package/styles/progress-button/_material-dark-definition.scss +0 -27
  277. package/styles/progress-button/_material-definition.scss +0 -24
  278. package/styles/progress-button/_material3-dark-definition.scss +0 -1
  279. package/styles/progress-button/_material3-definition.scss +0 -25
  280. package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
  281. package/styles/progress-button/_tailwind-definition.scss +0 -21
  282. package/styles/progress-button/_theme.scss +0 -638
  283. package/styles/split-button/_all.scss +0 -2
  284. package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
  285. package/styles/split-button/_bootstrap-definition.scss +0 -23
  286. package/styles/split-button/_bootstrap4-definition.scss +0 -26
  287. package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
  288. package/styles/split-button/_bootstrap5-definition.scss +0 -24
  289. package/styles/split-button/_fabric-dark-definition.scss +0 -26
  290. package/styles/split-button/_fabric-definition.scss +0 -23
  291. package/styles/split-button/_fluent-dark-definition.scss +0 -1
  292. package/styles/split-button/_fluent-definition.scss +0 -24
  293. package/styles/split-button/_fusionnew-definition.scss +0 -24
  294. package/styles/split-button/_highcontrast-definition.scss +0 -23
  295. package/styles/split-button/_highcontrast-light-definition.scss +0 -26
  296. package/styles/split-button/_layout.scss +0 -484
  297. package/styles/split-button/_material-dark-definition.scss +0 -26
  298. package/styles/split-button/_material-definition.scss +0 -23
  299. package/styles/split-button/_material3-dark-definition.scss +0 -1
  300. package/styles/split-button/_material3-definition.scss +0 -26
  301. package/styles/split-button/_tailwind-dark-definition.scss +0 -1
  302. package/styles/split-button/_tailwind-definition.scss +0 -24
  303. package/styles/split-button/_theme.scss +0 -187
  304. package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-splitbuttons.umd.js","sources":["~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/items.directive.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/items.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ProgressButtonComponent } from './progressbutton.component';\nimport { ProgressButtonModule } from './progressbutton.module';\n/**\n * NgModule definition for the ProgressButton component with providers.\n */\nexport class ProgressButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ProgressButtonModule],\n exports: [\n ProgressButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ProgressButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ProgressButtonComponent } from './progressbutton.component';\n/**\n * NgModule definition for the ProgressButton component.\n */\nexport class ProgressButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ProgressButtonComponent\n ],\n exports: [\n ProgressButtonComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ProgressButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { ProgressButton } from '@syncfusion/ej2-splitbuttons';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','content','cssClass','disabled','duration','enableHtmlSanitizer','enableProgress','iconCss','iconPosition','isPrimary','isToggle','spinSettings'];\nexport const /** @type {?} */ outputs: string[] = ['begin','created','end','fail','progress'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular ProgressButton Component.\n * ```html\n * <button ejs-progressbutton content='Progress Button'></button>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class ProgressButtonComponent extends ProgressButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbegin: any;\n\tcreated: any;\n\tend: any;\n\tfail: any;\npublic progress: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-progressbutton]',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction ProgressButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonComponent.ctorParameters;\n/** @type {?} */\nProgressButtonComponent.prototype.containerContext;\n/** @type {?} */\nProgressButtonComponent.prototype.tagObjects;\n/** @type {?} */\nProgressButtonComponent.prototype.begin;\n/** @type {?} */\nProgressButtonComponent.prototype.created;\n/** @type {?} */\nProgressButtonComponent.prototype.end;\n/** @type {?} */\nProgressButtonComponent.prototype.fail;\n/** @type {?} */\nProgressButtonComponent.prototype.progress;\n/** @type {?} */\nProgressButtonComponent.prototype.registerEvents;\n/** @type {?} */\nProgressButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nProgressButtonComponent.prototype.ngEle;\n/** @type {?} */\nProgressButtonComponent.prototype.srenderer;\n/** @type {?} */\nProgressButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nProgressButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SplitButtonItemDirective, SplitButtonItemsDirective } from './items.directive';\nimport { SplitButtonComponent } from './splitbutton.component';\nimport { SplitButtonModule } from './splitbutton.module';\n/**\n * NgModule definition for the SplitButton component with providers.\n */\nexport class SplitButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SplitButtonModule],\n exports: [\n SplitButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SplitButtonItemDirective, SplitButtonItemsDirective } from './items.directive';\nimport { SplitButtonComponent } from './splitbutton.component';\n/**\n * NgModule definition for the SplitButton component.\n */\nexport class SplitButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SplitButtonComponent,\n SplitButtonItemDirective,\n SplitButtonItemsDirective\n ],\n exports: [\n SplitButtonComponent,\n SplitButtonItemDirective,\n SplitButtonItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { SplitButton } from '@syncfusion/ej2-splitbuttons';\n\nimport { SplitButtonItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['closeActionEvents','content','createPopupOnClick','cssClass','disabled','enableHtmlSanitizer','enablePersistence','enableRtl','iconCss','iconPosition','items','locale','target'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','click','close','created','open','select'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular SplitButton Component.\n * ```html\n * <ejs-splitbutton content='Split Button'></ejs-splitbutton>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SplitButtonComponent extends SplitButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tclick: any;\n\tclose: any;\n\tcreated: any;\n\topen: any;\npublic select: any;\npublic childItems: QueryList<SplitButtonItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-splitbutton',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(SplitButtonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SplitButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonComponent.ctorParameters;\n/** @type {?} */\nSplitButtonComponent.prototype.containerContext;\n/** @type {?} */\nSplitButtonComponent.prototype.tagObjects;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeClose;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeItemRender;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeOpen;\n/** @type {?} */\nSplitButtonComponent.prototype.click;\n/** @type {?} */\nSplitButtonComponent.prototype.close;\n/** @type {?} */\nSplitButtonComponent.prototype.created;\n/** @type {?} */\nSplitButtonComponent.prototype.open;\n/** @type {?} */\nSplitButtonComponent.prototype.select;\n/** @type {?} */\nSplitButtonComponent.prototype.childItems;\n/** @type {?} */\nSplitButtonComponent.prototype.tags;\n/** @type {?} */\nSplitButtonComponent.prototype.registerEvents;\n/** @type {?} */\nSplitButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nSplitButtonComponent.prototype.ngEle;\n/** @type {?} */\nSplitButtonComponent.prototype.srenderer;\n/** @type {?} */\nSplitButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nSplitButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'id', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {\npublic directivePropList: any;\n/**\n * Used to enable or disable the item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n */\npublic iconCss: any;\n/**\n * Specifies the id for item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-splitbuttonitems>e-splitbuttonitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SplitButtonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonItemDirective.ctorParameters;\n/** @type {?} */\nSplitButtonItemDirective.prototype.directivePropList;\n/**\n * Used to enable or disable the item.\n * \\@default false\n * @type {?}\n */\nSplitButtonItemDirective.prototype.disabled;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.iconCss;\n/**\n * Specifies the id for item.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.id;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n * @type {?}\n */\nSplitButtonItemDirective.prototype.separator;\n/**\n * Specifies text for item.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.text;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.url;\n/** @type {?} */\nSplitButtonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * SplitButtonItem Array Directive\n */\nexport class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-splitbutton>e-splitbuttonitems',\n queries: {\n children: new ContentChildren(SplitButtonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './items.directive';\nimport { DropDownButtonComponent } from './dropdownbutton.component';\nimport { DropDownButtonModule } from './dropdownbutton.module';\n/**\n * NgModule definition for the DropDownButton component with providers.\n */\nexport class DropDownButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DropDownButtonModule],\n exports: [\n DropDownButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './items.directive';\nimport { DropDownButtonComponent } from './dropdownbutton.component';\n/**\n * NgModule definition for the DropDownButton component.\n */\nexport class DropDownButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DropDownButtonComponent,\n DropDownButtonItemDirective,\n DropDownButtonItemsDirective\n ],\n exports: [\n DropDownButtonComponent,\n DropDownButtonItemDirective,\n DropDownButtonItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DropDownButton } from '@syncfusion/ej2-splitbuttons';\n\nimport { DropDownButtonItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['closeActionEvents','content','createPopupOnClick','cssClass','disabled','enableHtmlSanitizer','enablePersistence','enableRtl','iconCss','iconPosition','items','locale','target'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','close','created','open','select'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular DropDownButton Component.\n * ```html\n * <button ejs-dropdownbutton>DropDownButton</button>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DropDownButtonComponent extends DropDownButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tclose: any;\n\tcreated: any;\n\topen: any;\npublic select: any;\npublic childItems: QueryList<DropDownButtonItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-dropdownbutton]',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(DropDownButtonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DropDownButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonComponent.ctorParameters;\n/** @type {?} */\nDropDownButtonComponent.prototype.containerContext;\n/** @type {?} */\nDropDownButtonComponent.prototype.tagObjects;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeClose;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeItemRender;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeOpen;\n/** @type {?} */\nDropDownButtonComponent.prototype.close;\n/** @type {?} */\nDropDownButtonComponent.prototype.created;\n/** @type {?} */\nDropDownButtonComponent.prototype.open;\n/** @type {?} */\nDropDownButtonComponent.prototype.select;\n/** @type {?} */\nDropDownButtonComponent.prototype.childItems;\n/** @type {?} */\nDropDownButtonComponent.prototype.tags;\n/** @type {?} */\nDropDownButtonComponent.prototype.registerEvents;\n/** @type {?} */\nDropDownButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nDropDownButtonComponent.prototype.ngEle;\n/** @type {?} */\nDropDownButtonComponent.prototype.srenderer;\n/** @type {?} */\nDropDownButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nDropDownButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'id', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {\npublic directivePropList: any;\n/**\n * Used to enable or disable the item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n */\npublic iconCss: any;\n/**\n * Specifies the id for item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-dropdownbuttonitems>e-dropdownbuttonitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction DropDownButtonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonItemDirective.ctorParameters;\n/** @type {?} */\nDropDownButtonItemDirective.prototype.directivePropList;\n/**\n * Used to enable or disable the item.\n * \\@default false\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.disabled;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.iconCss;\n/**\n * Specifies the id for item.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.id;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.separator;\n/**\n * Specifies text for item.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.text;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.url;\n/** @type {?} */\nDropDownButtonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * DropDownButtonItem Array Directive\n */\nexport class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-dropdownbutton>e-dropdownbuttonitems',\n queries: {\n children: new ContentChildren(DropDownButtonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","ProgressButtonComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ChangeDetectionStrategy","outputs","inputs","Component","ProgressButton","setValue","twoWays","SplitButtonComponent","ContentChild","SplitButton","ContentChildren","Directive","ArrayBase","input","ComplexBase","DropDownButtonComponent","DropDownButton"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * filename: ej2-angular-splitbuttons.umd.min.js
3
+ * version : 24.1.41
4
+ * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-splitbuttons"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-splitbuttons","@angular/common"],e):e(t["ej2-angular-splitbuttons"]={},t.ng.core,t.ej2.angular.base,t.ej2.splitbuttons,t.ng.common)}(this,function(t,e,n,o,r){"use strict";var i=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),s=["disabled","iconCss","id","separator","text","url"],c=[],a=function(t){function e(e){var o=t.call(this)||this;return o.viewContainerRef=e,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(c),o.directivePropList=s,o}return i(e,t),e}(n.ComplexBase);a.decorators=[{type:e.Directive,args:[{selector:"e-dropdownbuttonitems>e-dropdownbuttonitem",inputs:s,outputs:c,queries:{}}]}],a.ctorParameters=function(){return[{type:e.ViewContainerRef}]};var u=function(t){function e(){return t.call(this,"items")||this}return i(e,t),e}(n.ArrayBase);u.decorators=[{type:e.Directive,args:[{selector:"ejs-dropdownbutton>e-dropdownbuttonitems",queries:{children:new e.ContentChildren(a)}}]}],u.ctorParameters=function(){return[]};var p=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,s=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(s=(i<3?r(s):i>3?r(e,n,s):r(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},l=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},f=["closeActionEvents","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","items","locale","target"],d=["beforeClose","beforeItemRender","beforeOpen","close","created","open","select"],m=[];t.DropDownButtonComponent=function(t){function e(e,o,r,i){var s=t.call(this)||this;return s.ngEle=e,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.tags=["items"],s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(d),s.addTwoWay.call(s,m),n.setValue("currentInstance",s,s.viewContainerRef),s.containerContext=new n.ComponentBase,s}return i(e,t),e.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},e.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},e.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},e.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childItems,this.containerContext.ngAfterContentChecked(this)},e}(o.DropDownButton),t.DropDownButtonComponent.decorators=[{type:e.Component,args:[{selector:"[ejs-dropdownbutton]",inputs:f,outputs:d,template:"<ng-content ></ng-content>",changeDetection:e.ChangeDetectionStrategy.OnPush,queries:{childItems:new e.ContentChild(u)}}]}],t.DropDownButtonComponent.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:e.ViewContainerRef},{type:e.Injector}]},t.DropDownButtonComponent=p([n.ComponentMixins([n.ComponentBase]),l("design:paramtypes",[e.ElementRef,e.Renderer2,e.ViewContainerRef,e.Injector])],t.DropDownButtonComponent);var g=function(){return function(){}}();g.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule],declarations:[t.DropDownButtonComponent,a,u],exports:[t.DropDownButtonComponent,a,u]}]}],g.ctorParameters=function(){return[]};var C=function(){return function(){}}();C.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule,g],exports:[g],providers:[]}]}],C.ctorParameters=function(){return[]};var y=["disabled","iconCss","id","separator","text","url"],h=[],v=function(t){function e(e){var o=t.call(this)||this;return o.viewContainerRef=e,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(h),o.directivePropList=y,o}return i(e,t),e}(n.ComplexBase);v.decorators=[{type:e.Directive,args:[{selector:"e-splitbuttonitems>e-splitbuttonitem",inputs:y,outputs:h,queries:{}}]}],v.ctorParameters=function(){return[{type:e.ViewContainerRef}]};var w=function(t){function e(){return t.call(this,"items")||this}return i(e,t),e}(n.ArrayBase);w.decorators=[{type:e.Directive,args:[{selector:"ejs-splitbutton>e-splitbuttonitems",queries:{children:new e.ContentChildren(v)}}]}],w.ctorParameters=function(){return[]};var b=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,s=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(s=(i<3?r(s):i>3?r(e,n,s):r(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},D=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},B=["closeActionEvents","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","items","locale","target"],R=["beforeClose","beforeItemRender","beforeOpen","click","close","created","open","select"],P=[];t.SplitButtonComponent=function(t){function e(e,o,r,i){var s=t.call(this)||this;return s.ngEle=e,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.tags=["items"],s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(R),s.addTwoWay.call(s,P),n.setValue("currentInstance",s,s.viewContainerRef),s.containerContext=new n.ComponentBase,s}return i(e,t),e.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},e.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},e.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},e.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childItems,this.containerContext.ngAfterContentChecked(this)},e}(o.SplitButton),t.SplitButtonComponent.decorators=[{type:e.Component,args:[{selector:"ejs-splitbutton",inputs:B,outputs:R,template:"<ng-content ></ng-content>",changeDetection:e.ChangeDetectionStrategy.OnPush,queries:{childItems:new e.ContentChild(w)}}]}],t.SplitButtonComponent.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:e.ViewContainerRef},{type:e.Injector}]},t.SplitButtonComponent=b([n.ComponentMixins([n.ComponentBase]),D("design:paramtypes",[e.ElementRef,e.Renderer2,e.ViewContainerRef,e.Injector])],t.SplitButtonComponent);var j=function(){return function(){}}();j.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule],declarations:[t.SplitButtonComponent,v,w],exports:[t.SplitButtonComponent,v,w]}]}],j.ctorParameters=function(){return[]};var I=function(){return function(){}}();I.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule,j],exports:[j],providers:[]}]}],I.ctorParameters=function(){return[]};var O=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,s=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(s=(i<3?r(s):i>3?r(e,n,s):r(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},x=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},M=["animationSettings","content","cssClass","disabled","duration","enableHtmlSanitizer","enableProgress","iconCss","iconPosition","isPrimary","isToggle","spinSettings"],S=["begin","created","end","fail","progress"],_=[];t.ProgressButtonComponent=function(t){function e(e,o,r,i){var s=t.call(this)||this;return s.ngEle=e,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(S),s.addTwoWay.call(s,_),n.setValue("currentInstance",s,s.viewContainerRef),s.containerContext=new n.ComponentBase,s}return i(e,t),e.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},e.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},e.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},e.prototype.ngAfterContentChecked=function(){this.containerContext.ngAfterContentChecked(this)},e}(o.ProgressButton),t.ProgressButtonComponent.decorators=[{type:e.Component,args:[{selector:"[ejs-progressbutton]",inputs:M,outputs:S,template:"<ng-content ></ng-content>",changeDetection:e.ChangeDetectionStrategy.OnPush,queries:{}}]}],t.ProgressButtonComponent.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:e.ViewContainerRef},{type:e.Injector}]},t.ProgressButtonComponent=O([n.ComponentMixins([n.ComponentBase]),x("design:paramtypes",[e.ElementRef,e.Renderer2,e.ViewContainerRef,e.Injector])],t.ProgressButtonComponent);var A=function(){return function(){}}();A.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule],declarations:[t.ProgressButtonComponent],exports:[t.ProgressButtonComponent]}]}],A.ctorParameters=function(){return[]};var E=function(){return function(){}}();E.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule,A],exports:[A],providers:[]}]}],E.ctorParameters=function(){return[]},t.DropDownButtonItemDirective=a,t.DropDownButtonItemsDirective=u,t.DropDownButtonModule=g,t.DropDownButtonAllModule=C,t.SplitButtonItemDirective=v,t.SplitButtonItemsDirective=w,t.SplitButtonModule=j,t.SplitButtonAllModule=I,t.ProgressButtonModule=A,t.ProgressButtonAllModule=E,t.ɵa=f,t.ɵb=d,t.ɵe=M,t.ɵf=S,t.ɵc=B,t.ɵd=R,t.getModel=o.getModel,t.upDownKeyHandler=o.upDownKeyHandler,t.setBlankIconStyle=o.setBlankIconStyle,t.Item=o.Item,t.DropDownButton=o.DropDownButton,t.SplitButton=o.SplitButton,t.Deferred=o.Deferred,t.createButtonGroup=o.createButtonGroup,t.SpinSettings=o.SpinSettings,t.AnimationSettings=o.AnimationSettings,t.ProgressButton=o.ProgressButton,Object.defineProperty(t,"__esModule",{value:!0})});
11
+ //# sourceMappingURL=ej2-angular-splitbuttons.umd.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-splitbuttons.umd.min.js","sources":["~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/items.directive.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/items.directive.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton-all.module.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'id', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {\npublic directivePropList: any;\n/**\n * Used to enable or disable the item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n */\npublic iconCss: any;\n/**\n * Specifies the id for item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-dropdownbuttonitems>e-dropdownbuttonitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction DropDownButtonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonItemDirective.ctorParameters;\n/** @type {?} */\nDropDownButtonItemDirective.prototype.directivePropList;\n/**\n * Used to enable or disable the item.\n * \\@default false\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.disabled;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.iconCss;\n/**\n * Specifies the id for item.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.id;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.separator;\n/**\n * Specifies text for item.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.text;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.url;\n/** @type {?} */\nDropDownButtonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * DropDownButtonItem Array Directive\n */\nexport class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-dropdownbutton>e-dropdownbuttonitems',\n queries: {\n children: new ContentChildren(DropDownButtonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DropDownButton } from '@syncfusion/ej2-splitbuttons';\n\nimport { DropDownButtonItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['closeActionEvents','content','createPopupOnClick','cssClass','disabled','enableHtmlSanitizer','enablePersistence','enableRtl','iconCss','iconPosition','items','locale','target'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','close','created','open','select'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular DropDownButton Component.\n * ```html\n * <button ejs-dropdownbutton>DropDownButton</button>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DropDownButtonComponent extends DropDownButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tclose: any;\n\tcreated: any;\n\topen: any;\npublic select: any;\npublic childItems: QueryList<DropDownButtonItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-dropdownbutton]',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(DropDownButtonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DropDownButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonComponent.ctorParameters;\n/** @type {?} */\nDropDownButtonComponent.prototype.containerContext;\n/** @type {?} */\nDropDownButtonComponent.prototype.tagObjects;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeClose;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeItemRender;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeOpen;\n/** @type {?} */\nDropDownButtonComponent.prototype.close;\n/** @type {?} */\nDropDownButtonComponent.prototype.created;\n/** @type {?} */\nDropDownButtonComponent.prototype.open;\n/** @type {?} */\nDropDownButtonComponent.prototype.select;\n/** @type {?} */\nDropDownButtonComponent.prototype.childItems;\n/** @type {?} */\nDropDownButtonComponent.prototype.tags;\n/** @type {?} */\nDropDownButtonComponent.prototype.registerEvents;\n/** @type {?} */\nDropDownButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nDropDownButtonComponent.prototype.ngEle;\n/** @type {?} */\nDropDownButtonComponent.prototype.srenderer;\n/** @type {?} */\nDropDownButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nDropDownButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './items.directive';\nimport { DropDownButtonComponent } from './dropdownbutton.component';\n/**\n * NgModule definition for the DropDownButton component.\n */\nexport class DropDownButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DropDownButtonComponent,\n DropDownButtonItemDirective,\n DropDownButtonItemsDirective\n ],\n exports: [\n DropDownButtonComponent,\n DropDownButtonItemDirective,\n DropDownButtonItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './items.directive';\nimport { DropDownButtonComponent } from './dropdownbutton.component';\nimport { DropDownButtonModule } from './dropdownbutton.module';\n/**\n * NgModule definition for the DropDownButton component with providers.\n */\nexport class DropDownButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DropDownButtonModule],\n exports: [\n DropDownButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'id', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {\npublic directivePropList: any;\n/**\n * Used to enable or disable the item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n */\npublic iconCss: any;\n/**\n * Specifies the id for item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-splitbuttonitems>e-splitbuttonitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SplitButtonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonItemDirective.ctorParameters;\n/** @type {?} */\nSplitButtonItemDirective.prototype.directivePropList;\n/**\n * Used to enable or disable the item.\n * \\@default false\n * @type {?}\n */\nSplitButtonItemDirective.prototype.disabled;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.iconCss;\n/**\n * Specifies the id for item.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.id;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n * @type {?}\n */\nSplitButtonItemDirective.prototype.separator;\n/**\n * Specifies text for item.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.text;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.url;\n/** @type {?} */\nSplitButtonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * SplitButtonItem Array Directive\n */\nexport class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-splitbutton>e-splitbuttonitems',\n queries: {\n children: new ContentChildren(SplitButtonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { SplitButton } from '@syncfusion/ej2-splitbuttons';\n\nimport { SplitButtonItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['closeActionEvents','content','createPopupOnClick','cssClass','disabled','enableHtmlSanitizer','enablePersistence','enableRtl','iconCss','iconPosition','items','locale','target'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','click','close','created','open','select'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular SplitButton Component.\n * ```html\n * <ejs-splitbutton content='Split Button'></ejs-splitbutton>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SplitButtonComponent extends SplitButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tclick: any;\n\tclose: any;\n\tcreated: any;\n\topen: any;\npublic select: any;\npublic childItems: QueryList<SplitButtonItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-splitbutton',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(SplitButtonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SplitButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonComponent.ctorParameters;\n/** @type {?} */\nSplitButtonComponent.prototype.containerContext;\n/** @type {?} */\nSplitButtonComponent.prototype.tagObjects;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeClose;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeItemRender;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeOpen;\n/** @type {?} */\nSplitButtonComponent.prototype.click;\n/** @type {?} */\nSplitButtonComponent.prototype.close;\n/** @type {?} */\nSplitButtonComponent.prototype.created;\n/** @type {?} */\nSplitButtonComponent.prototype.open;\n/** @type {?} */\nSplitButtonComponent.prototype.select;\n/** @type {?} */\nSplitButtonComponent.prototype.childItems;\n/** @type {?} */\nSplitButtonComponent.prototype.tags;\n/** @type {?} */\nSplitButtonComponent.prototype.registerEvents;\n/** @type {?} */\nSplitButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nSplitButtonComponent.prototype.ngEle;\n/** @type {?} */\nSplitButtonComponent.prototype.srenderer;\n/** @type {?} */\nSplitButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nSplitButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SplitButtonItemDirective, SplitButtonItemsDirective } from './items.directive';\nimport { SplitButtonComponent } from './splitbutton.component';\n/**\n * NgModule definition for the SplitButton component.\n */\nexport class SplitButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SplitButtonComponent,\n SplitButtonItemDirective,\n SplitButtonItemsDirective\n ],\n exports: [\n SplitButtonComponent,\n SplitButtonItemDirective,\n SplitButtonItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SplitButtonItemDirective, SplitButtonItemsDirective } from './items.directive';\nimport { SplitButtonComponent } from './splitbutton.component';\nimport { SplitButtonModule } from './splitbutton.module';\n/**\n * NgModule definition for the SplitButton component with providers.\n */\nexport class SplitButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SplitButtonModule],\n exports: [\n SplitButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { ProgressButton } from '@syncfusion/ej2-splitbuttons';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','content','cssClass','disabled','duration','enableHtmlSanitizer','enableProgress','iconCss','iconPosition','isPrimary','isToggle','spinSettings'];\nexport const /** @type {?} */ outputs: string[] = ['begin','created','end','fail','progress'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular ProgressButton Component.\n * ```html\n * <button ejs-progressbutton content='Progress Button'></button>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class ProgressButtonComponent extends ProgressButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbegin: any;\n\tcreated: any;\n\tend: any;\n\tfail: any;\npublic progress: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-progressbutton]',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction ProgressButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonComponent.ctorParameters;\n/** @type {?} */\nProgressButtonComponent.prototype.containerContext;\n/** @type {?} */\nProgressButtonComponent.prototype.tagObjects;\n/** @type {?} */\nProgressButtonComponent.prototype.begin;\n/** @type {?} */\nProgressButtonComponent.prototype.created;\n/** @type {?} */\nProgressButtonComponent.prototype.end;\n/** @type {?} */\nProgressButtonComponent.prototype.fail;\n/** @type {?} */\nProgressButtonComponent.prototype.progress;\n/** @type {?} */\nProgressButtonComponent.prototype.registerEvents;\n/** @type {?} */\nProgressButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nProgressButtonComponent.prototype.ngEle;\n/** @type {?} */\nProgressButtonComponent.prototype.srenderer;\n/** @type {?} */\nProgressButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nProgressButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ProgressButtonComponent } from './progressbutton.component';\n/**\n * NgModule definition for the ProgressButton component.\n */\nexport class ProgressButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ProgressButtonComponent\n ],\n exports: [\n ProgressButtonComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ProgressButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ProgressButtonComponent } from './progressbutton.component';\nimport { ProgressButtonModule } from './progressbutton.module';\n/**\n * NgModule definition for the ProgressButton component with providers.\n */\nexport class ProgressButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ProgressButtonModule],\n exports: [\n ProgressButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ProgressButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["input","outputs","DropDownButtonItemDirective","_super","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","__extends","ComplexBase","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","DropDownButtonItemsDirective","ArrayBase","children","ContentChildren","twoWays","exports","DropDownButtonComponent","ngEle","srenderer","injector","tags","element","nativeElement","injectedModules","addTwoWay","containerContext","ComponentBase","prototype","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childItems","DropDownButton","Component","template","changeDetection","ChangeDetectionStrategy","OnPush","ContentChild","ElementRef","Renderer2","Injector","__decorate","ComponentMixins","__metadata","DropDownButtonModule","NgModule","imports","CommonModule","declarations","DropDownButtonAllModule","providers","SplitButtonItemDirective","SplitButtonItemsDirective","SplitButtonComponent","SplitButton","SplitButtonModule","SplitButtonAllModule","ProgressButtonComponent","ProgressButton","ProgressButtonModule","ProgressButtonAllModule"],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵa, outputs as ɵb } from './src/drop-down-button/dropdownbutton.component';
6
+ export { inputs as ɵe, outputs as ɵf } from './src/progress-button/progressbutton.component';
7
+ export { inputs as ɵc, outputs as ɵd } from './src/split-button/splitbutton.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-splitbuttons"}],"metadata":{"ɵa":["closeActionEvents","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","items","locale","target"],"ɵb":["beforeClose","beforeItemRender","beforeOpen","close","created","open","select"],"ɵc":["closeActionEvents","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","items","locale","target"],"ɵd":["beforeClose","beforeItemRender","beforeOpen","click","close","created","open","select"],"ɵe":["animationSettings","content","cssClass","disabled","duration","enableHtmlSanitizer","enableProgress","iconCss","iconPosition","isPrimary","isToggle","spinSettings"],"ɵf":["begin","created","end","fail","progress"],"DropDownButtonItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-dropdownbuttonitems>e-dropdownbuttonitem","inputs":["disabled","iconCss","id","separator","text","url"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"DropDownButtonItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-dropdownbutton>e-dropdownbuttonitems","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"DropDownButtonItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"DropDownButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-splitbuttons","name":"DropDownButton"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"[ejs-dropdownbutton]","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"DropDownButtonItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DropDownButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DropDownButtonComponent"},{"__symbolic":"reference","name":"DropDownButtonItemDirective"},{"__symbolic":"reference","name":"DropDownButtonItemsDirective"}],"exports":[{"__symbolic":"reference","name":"DropDownButtonComponent"},{"__symbolic":"reference","name":"DropDownButtonItemDirective"},{"__symbolic":"reference","name":"DropDownButtonItemsDirective"}]}]}],"members":{}},"DropDownButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DropDownButtonModule"}],"exports":[{"__symbolic":"reference","name":"DropDownButtonModule"}],"providers":[]}]}],"members":{}},"SplitButtonItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-splitbuttonitems>e-splitbuttonitem","inputs":["disabled","iconCss","id","separator","text","url"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"SplitButtonItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-splitbutton>e-splitbuttonitems","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"SplitButtonItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SplitButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-splitbuttons","name":"SplitButton"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-splitbutton","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"SplitButtonItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"SplitButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"SplitButtonComponent"},{"__symbolic":"reference","name":"SplitButtonItemDirective"},{"__symbolic":"reference","name":"SplitButtonItemsDirective"}],"exports":[{"__symbolic":"reference","name":"SplitButtonComponent"},{"__symbolic":"reference","name":"SplitButtonItemDirective"},{"__symbolic":"reference","name":"SplitButtonItemsDirective"}]}]}],"members":{}},"SplitButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"SplitButtonModule"}],"exports":[{"__symbolic":"reference","name":"SplitButtonModule"}],"providers":[]}]}],"members":{}},"ProgressButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-splitbuttons","name":"ProgressButton"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"[ejs-progressbutton]","inputs":{"__symbolic":"reference","name":"ɵe"},"outputs":{"__symbolic":"reference","name":"ɵf"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"ProgressButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ProgressButtonComponent"}],"exports":[{"__symbolic":"reference","name":"ProgressButtonComponent"}]}]}],"members":{}},"ProgressButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ProgressButtonModule"}],"exports":[{"__symbolic":"reference","name":"ProgressButtonModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/drop-down-button/dropdownbutton.component","ɵb":"./src/drop-down-button/dropdownbutton.component","ɵc":"./src/split-button/splitbutton.component","ɵd":"./src/split-button/splitbutton.component","ɵe":"./src/progress-button/progressbutton.component","ɵf":"./src/progress-button/progressbutton.component","DropDownButtonItemDirective":"./src/drop-down-button/items.directive","DropDownButtonItemsDirective":"./src/drop-down-button/items.directive","DropDownButtonComponent":"./src/drop-down-button/dropdownbutton.component","DropDownButtonModule":"./src/drop-down-button/dropdownbutton.module","DropDownButtonAllModule":"./src/drop-down-button/dropdownbutton-all.module","SplitButtonItemDirective":"./src/split-button/items.directive","SplitButtonItemsDirective":"./src/split-button/items.directive","SplitButtonComponent":"./src/split-button/splitbutton.component","SplitButtonModule":"./src/split-button/splitbutton.module","SplitButtonAllModule":"./src/split-button/splitbutton-all.module","ProgressButtonComponent":"./src/progress-button/progressbutton.component","ProgressButtonModule":"./src/progress-button/progressbutton.module","ProgressButtonAllModule":"./src/progress-button/progressbutton-all.module"},"importAs":"@syncfusion/ej2-angular-splitbuttons"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-angular-splitbuttons@23.1.43",
3
+ "_id": "@syncfusion/ej2-angular-splitbuttons@19.16.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-VkE8fcbGQ0br/xVQHmKOZgi/+GKOIWd6bUxwfIqkU+GCTYRgqrJaY7CgXGQCwbCu5sBGx5Neenr43DEefSL2zQ==",
5
+ "_integrity": "sha512-Vt9fAAblfF1uPQLkZydcZDJ/r8s9ESE1FV7PH06ig69A6TktglQk8NeV0h5luMl03I3Z7FN5SoYc5ODtWILc8A==",
6
6
  "_location": "/@syncfusion/ej2-angular-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-23.1.43.tgz",
23
- "_shasum": "db2247020593fb0f38d65a1784918e3cf324d1ac",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-19.16.4.tgz",
23
+ "_shasum": "689bbd8511244ab23e97d741d558380a8a72c817",
24
24
  "_spec": "@syncfusion/ej2-angular-splitbuttons@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.2.4",
35
- "@syncfusion/ej2-base": "~23.2.4",
36
- "@syncfusion/ej2-splitbuttons": "23.2.4",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~24.1.41",
35
+ "@syncfusion/ej2-base": "~24.1.41",
36
+ "@syncfusion/ej2-splitbuttons": "24.1.41"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-splitbuttons.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-splitbuttons.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
@@ -74,7 +58,9 @@
74
58
  "angular spinner"
75
59
  ],
76
60
  "license": "SEE LICENSE IN license",
77
- "module": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
61
+ "main": "dist/ej2-angular-splitbuttons.umd.js",
62
+ "metadata": "ej2-angular-splitbuttons.metadata.json",
63
+ "module": "@syncfusion/ej2-angular-splitbuttons.es5.js",
78
64
  "name": "@syncfusion/ej2-angular-splitbuttons",
79
65
  "repository": {
80
66
  "type": "git",
@@ -82,6 +68,6 @@
82
68
  },
83
69
  "schematics": "./schematics/collection.json",
84
70
  "sideEffects": false,
85
- "typings": "syncfusion-ej2-angular-splitbuttons.d.ts",
86
- "version": "23.2.4"
71
+ "typings": "ej2-angular-splitbuttons.d.ts",
72
+ "version": "24.1.41-ngcc"
87
73
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['[ejs-dropdownbutton]','ejs-splitbutton','[ejs-progressbutton]'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-splitbuttons";
2
- export declare const pkgVer = "^23.1.43";
2
+ export declare const pkgVer = "^19.16.4";
3
3
  export declare const moduleName = "DropDownButtonModule, SplitButtonModule, ProgressButtonModule";
4
- export declare const themeVer = "~23.1.43";
4
+ export declare const themeVer = "~19.16.4";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
4
- exports.pkgVer = '^23.2.4';
4
+ exports.pkgVer = '^24.1.41';
5
5
  exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
6
- exports.themeVer = '~23.2.4';
6
+ exports.themeVer = '~24.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
2
- export const pkgVer = '^23.2.4';
2
+ export const pkgVer = '^24.1.41';
3
3
  export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
4
- export const themeVer = '~23.2.4';
4
+ export const themeVer = '~24.1.41';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dropdownbutton.module";
4
1
  /**
5
2
  * NgModule definition for the DropDownButton component with providers.
6
3
  */
7
4
  export declare class DropDownButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownButtonModule], [typeof i2.DropDownButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonAllModule>;
11
5
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
4
4
  import { DropDownButtonItemsDirective } from './items.directive';
5
- import * as i0 from "@angular/core";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -35,6 +34,4 @@ export declare class DropDownButtonComponent extends DropDownButton implements I
35
34
  ngAfterContentChecked(): void;
36
35
  registerEvents: (eventList: string[]) => void;
37
36
  addTwoWay: (propList: string[]) => void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownButtonComponent, "[ejs-dropdownbutton]", never, { "closeActionEvents": "closeActionEvents"; "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "items": "items"; "locale": "locale"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
40
37
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdownbutton.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the DropDownButton component.
7
3
  */
8
4
  export declare class DropDownButtonModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonModule, [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonModule>;
12
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -36,8 +35,6 @@ export declare class DropDownButtonItemDirective extends ComplexBase<DropDownBut
36
35
  */
37
36
  url: any;
38
37
  constructor(viewContainerRef: ViewContainerRef);
39
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemDirective, "e-dropdownbuttonitems>e-dropdownbuttonitem", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
41
38
  }
42
39
  /**
43
40
  * DropDownButtonItem Array Directive
@@ -45,6 +42,4 @@ export declare class DropDownButtonItemDirective extends ComplexBase<DropDownBut
45
42
  */
46
43
  export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
47
44
  constructor();
48
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemsDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemsDirective, "ejs-dropdownbutton>e-dropdownbuttonitems", never, {}, {}, ["children"]>;
50
45
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./progressbutton.module";
4
1
  /**
5
2
  * NgModule definition for the ProgressButton component with providers.
6
3
  */
7
4
  export declare class ProgressButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressButtonAllModule, never, [typeof i1.CommonModule, typeof i2.ProgressButtonModule], [typeof i2.ProgressButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressButtonAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -30,6 +29,4 @@ export declare class ProgressButtonComponent extends ProgressButton implements I
30
29
  ngAfterContentChecked(): void;
31
30
  registerEvents: (eventList: string[]) => void;
32
31
  addTwoWay: (propList: string[]) => void;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressButtonComponent, "[ejs-progressbutton]", never, { "animationSettings": "animationSettings"; "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "duration": "duration"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableProgress": "enableProgress"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "isPrimary": "isPrimary"; "isToggle": "isToggle"; "spinSettings": "spinSettings"; }, { "begin": "begin"; "created": "created"; "end": "end"; "fail": "fail"; "progress": "progress"; }, never, ["*"]>;
35
32
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./progressbutton.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ProgressButton component.
6
3
  */
7
4
  export declare class ProgressButtonModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressButtonModule, [typeof i1.ProgressButtonComponent], [typeof i2.CommonModule], [typeof i1.ProgressButtonComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressButtonModule>;
11
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -36,8 +35,6 @@ export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonIte
36
35
  */
37
36
  url: any;
38
37
  constructor(viewContainerRef: ViewContainerRef);
39
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemDirective, "e-splitbuttonitems>e-splitbuttonitem", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
41
38
  }
42
39
  /**
43
40
  * SplitButtonItem Array Directive
@@ -45,6 +42,4 @@ export declare class SplitButtonItemDirective extends ComplexBase<SplitButtonIte
45
42
  */
46
43
  export declare class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {
47
44
  constructor();
48
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonItemsDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<SplitButtonItemsDirective, "ejs-splitbutton>e-splitbuttonitems", never, {}, {}, ["children"]>;
50
45
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./splitbutton.module";
4
1
  /**
5
2
  * NgModule definition for the SplitButton component with providers.
6
3
  */
7
4
  export declare class SplitButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonAllModule, never, [typeof i1.CommonModule, typeof i2.SplitButtonModule], [typeof i2.SplitButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonAllModule>;
11
5
  }
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { SplitButton } from '@syncfusion/ej2-splitbuttons';
4
4
  import { SplitButtonItemsDirective } from './items.directive';
5
- import * as i0 from "@angular/core";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -36,6 +35,4 @@ export declare class SplitButtonComponent extends SplitButton implements ICompon
36
35
  ngAfterContentChecked(): void;
37
36
  registerEvents: (eventList: string[]) => void;
38
37
  addTwoWay: (propList: string[]) => void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "ejs-splitbutton", never, { "closeActionEvents": "closeActionEvents"; "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "items": "items"; "locale": "locale"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "click": "click"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
41
38
  }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./splitbutton.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
5
1
  /**
6
2
  * NgModule definition for the SplitButton component.
7
3
  */
8
4
  export declare class SplitButtonModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, [typeof i1.SplitButtonComponent, typeof i2.SplitButtonItemDirective, typeof i2.SplitButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.SplitButtonComponent, typeof i2.SplitButtonItemDirective, typeof i2.SplitButtonItemsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
12
5
  }