@syncfusion/ej2-angular-inputs 20.2.44-ngcc → 20.2.45

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 (719) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/color-picker/colorpicker-all.module.mjs +23 -0
  3. package/esm2020/src/color-picker/colorpicker.component.mjs +83 -0
  4. package/esm2020/src/color-picker/colorpicker.module.mjs +25 -0
  5. package/esm2020/src/form-validator/form-validator.mjs +193 -0
  6. package/esm2020/src/index.mjs +25 -0
  7. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +23 -0
  8. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +84 -0
  9. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +25 -0
  10. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +23 -0
  11. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +84 -0
  12. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +25 -0
  13. package/esm2020/src/signature/signature-all.module.mjs +23 -0
  14. package/esm2020/src/signature/signature.component.mjs +83 -0
  15. package/esm2020/src/signature/signature.module.mjs +25 -0
  16. package/esm2020/src/slider/slider-all.module.mjs +23 -0
  17. package/esm2020/src/slider/slider.component.mjs +83 -0
  18. package/esm2020/src/slider/slider.module.mjs +25 -0
  19. package/esm2020/src/textbox/textbox-all.module.mjs +23 -0
  20. package/esm2020/src/textbox/textbox.component.mjs +84 -0
  21. package/esm2020/src/textbox/textbox.module.mjs +25 -0
  22. package/esm2020/src/uploader/files.directive.mjs +58 -0
  23. package/esm2020/src/uploader/uploader-all.module.mjs +23 -0
  24. package/esm2020/src/uploader/uploader.component.mjs +95 -0
  25. package/esm2020/src/uploader/uploader.module.mjs +34 -0
  26. package/esm2020/syncfusion-ej2-angular-inputs.mjs +5 -0
  27. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +1097 -0
  28. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  29. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +1097 -0
  30. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  31. package/package.json +28 -14
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/color-picker/colorpicker-all.module.d.ts +6 -0
  34. package/src/color-picker/colorpicker.component.d.ts +3 -0
  35. package/src/color-picker/colorpicker.module.d.ts +6 -0
  36. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +6 -0
  37. package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -0
  38. package/src/maskedtextbox/maskedtextbox.module.d.ts +6 -0
  39. package/src/numerictextbox/numerictextbox-all.module.d.ts +6 -0
  40. package/src/numerictextbox/numerictextbox.component.d.ts +3 -0
  41. package/src/numerictextbox/numerictextbox.module.d.ts +6 -0
  42. package/src/signature/signature-all.module.d.ts +6 -0
  43. package/src/signature/signature.component.d.ts +3 -0
  44. package/src/signature/signature.module.d.ts +6 -0
  45. package/src/slider/slider-all.module.d.ts +6 -0
  46. package/src/slider/slider.component.d.ts +3 -0
  47. package/src/slider/slider.module.d.ts +6 -0
  48. package/src/textbox/textbox-all.module.d.ts +6 -0
  49. package/src/textbox/textbox.component.d.ts +3 -0
  50. package/src/textbox/textbox.module.d.ts +6 -0
  51. package/src/uploader/files.directive.d.ts +5 -0
  52. package/src/uploader/uploader-all.module.d.ts +6 -0
  53. package/src/uploader/uploader.component.d.ts +3 -0
  54. package/src/uploader/uploader.module.d.ts +7 -0
  55. package/styles/bootstrap-dark.css +31 -13
  56. package/styles/bootstrap.css +31 -13
  57. package/styles/bootstrap4.css +31 -13
  58. package/styles/bootstrap5-dark.css +32 -13
  59. package/styles/bootstrap5.css +32 -13
  60. package/styles/color-picker/_all.scss +2 -0
  61. package/styles/color-picker/_bootstrap-dark-definition.scss +131 -0
  62. package/styles/color-picker/_bootstrap-definition.scss +128 -0
  63. package/styles/color-picker/_bootstrap4-definition.scss +127 -0
  64. package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
  65. package/styles/color-picker/_bootstrap5-definition.scss +133 -0
  66. package/styles/color-picker/_fabric-dark-definition.scss +131 -0
  67. package/styles/color-picker/_fabric-definition.scss +127 -0
  68. package/styles/color-picker/_fluent-dark-definition.scss +1 -0
  69. package/styles/color-picker/_fluent-definition.scss +133 -0
  70. package/styles/color-picker/_fusionnew-definition.scss +133 -0
  71. package/styles/color-picker/_highcontrast-definition.scss +127 -0
  72. package/styles/color-picker/_highcontrast-light-definition.scss +130 -0
  73. package/styles/color-picker/_layout.scss +1174 -0
  74. package/styles/color-picker/_material-dark-definition.scss +135 -0
  75. package/styles/color-picker/_material-definition.scss +130 -0
  76. package/styles/color-picker/_material3-definition.scss +133 -0
  77. package/styles/color-picker/_tailwind-dark-definition.scss +1 -0
  78. package/styles/color-picker/_tailwind-definition.scss +132 -0
  79. package/styles/color-picker/_theme.scss +183 -0
  80. package/styles/color-picker/bootstrap-dark.css +2 -0
  81. package/styles/color-picker/bootstrap-dark.scss +11 -1
  82. package/styles/color-picker/bootstrap.css +2 -0
  83. package/styles/color-picker/bootstrap.scss +11 -1
  84. package/styles/color-picker/bootstrap4.css +2 -0
  85. package/styles/color-picker/bootstrap4.scss +11 -1
  86. package/styles/color-picker/bootstrap5-dark.css +3 -0
  87. package/styles/color-picker/bootstrap5-dark.scss +11 -1
  88. package/styles/color-picker/bootstrap5.css +3 -0
  89. package/styles/color-picker/bootstrap5.scss +11 -1
  90. package/styles/color-picker/fabric-dark.css +2 -0
  91. package/styles/color-picker/fabric-dark.scss +11 -1
  92. package/styles/color-picker/fabric.css +2 -0
  93. package/styles/color-picker/fabric.scss +11 -1
  94. package/styles/color-picker/fluent-dark.css +3 -0
  95. package/styles/color-picker/fluent-dark.scss +11 -1
  96. package/styles/color-picker/fluent.css +3 -0
  97. package/styles/color-picker/fluent.scss +11 -1
  98. package/styles/color-picker/highcontrast-light.css +2 -0
  99. package/styles/color-picker/highcontrast-light.scss +11 -1
  100. package/styles/color-picker/highcontrast.css +2 -0
  101. package/styles/color-picker/highcontrast.scss +11 -1
  102. package/styles/color-picker/icons/_bootstrap-dark.scss +9 -0
  103. package/styles/color-picker/icons/_bootstrap.scss +9 -0
  104. package/styles/color-picker/icons/_bootstrap4.scss +9 -0
  105. package/styles/color-picker/icons/_bootstrap5-dark.scss +1 -0
  106. package/styles/color-picker/icons/_bootstrap5.scss +9 -0
  107. package/styles/color-picker/icons/_fabric-dark.scss +9 -0
  108. package/styles/color-picker/icons/_fabric.scss +9 -0
  109. package/styles/color-picker/icons/_fluent-dark.scss +1 -0
  110. package/styles/color-picker/icons/_fluent.scss +9 -0
  111. package/styles/color-picker/icons/_fusionnew.scss +9 -0
  112. package/styles/color-picker/icons/_highcontrast-light.scss +9 -0
  113. package/styles/color-picker/icons/_highcontrast.scss +9 -0
  114. package/styles/color-picker/icons/_material-dark.scss +9 -0
  115. package/styles/color-picker/icons/_material.scss +9 -0
  116. package/styles/color-picker/icons/_material3.scss +9 -0
  117. package/styles/color-picker/icons/_tailwind-dark.scss +9 -0
  118. package/styles/color-picker/icons/_tailwind.scss +9 -0
  119. package/styles/color-picker/material-dark.css +2 -0
  120. package/styles/color-picker/material-dark.scss +11 -1
  121. package/styles/color-picker/material.css +2 -0
  122. package/styles/color-picker/material.scss +11 -1
  123. package/styles/color-picker/tailwind-dark.css +3 -0
  124. package/styles/color-picker/tailwind-dark.scss +11 -1
  125. package/styles/color-picker/tailwind.css +3 -0
  126. package/styles/color-picker/tailwind.scss +11 -1
  127. package/styles/fabric-dark.css +31 -13
  128. package/styles/fabric.css +31 -13
  129. package/styles/fluent-dark.css +32 -13
  130. package/styles/fluent.css +32 -13
  131. package/styles/highcontrast-light.css +31 -13
  132. package/styles/highcontrast.css +31 -13
  133. package/styles/input/_all.scss +3 -0
  134. package/styles/input/_bootstrap-dark-definition.scss +329 -0
  135. package/styles/input/_bootstrap-definition.scss +320 -0
  136. package/styles/input/_bootstrap4-definition.scss +325 -0
  137. package/styles/input/_bootstrap5-dark-definition.scss +1 -0
  138. package/styles/input/_bootstrap5-definition.scss +336 -0
  139. package/styles/input/_definition.scss +232 -0
  140. package/styles/input/_fabric-dark-definition.scss +319 -0
  141. package/styles/input/_fabric-definition.scss +311 -0
  142. package/styles/input/_fluent-dark-definition.scss +1 -0
  143. package/styles/input/_fluent-definition.scss +338 -0
  144. package/styles/input/_fusionnew-definition.scss +336 -0
  145. package/styles/input/_highcontrast-definition.scss +312 -0
  146. package/styles/input/_highcontrast-light-definition.scss +320 -0
  147. package/styles/input/_layout.scss +11009 -0
  148. package/styles/input/_material-dark-definition.scss +573 -0
  149. package/styles/input/_material-definition.scss +573 -0
  150. package/styles/input/_material3-definition.scss +336 -0
  151. package/styles/input/_responsive.scss +1 -0
  152. package/styles/input/_tailwind-dark-definition.scss +1 -0
  153. package/styles/input/_tailwind-definition.scss +335 -0
  154. package/styles/input/_theme.scss +4264 -0
  155. package/styles/input/bootstrap-dark.css +22 -14
  156. package/styles/input/bootstrap-dark.scss +4 -1
  157. package/styles/input/bootstrap.css +22 -14
  158. package/styles/input/bootstrap.scss +4 -1
  159. package/styles/input/bootstrap4.css +22 -14
  160. package/styles/input/bootstrap4.scss +4 -1
  161. package/styles/input/bootstrap5-dark.css +22 -14
  162. package/styles/input/bootstrap5-dark.scss +4 -1
  163. package/styles/input/bootstrap5.css +22 -14
  164. package/styles/input/bootstrap5.scss +4 -1
  165. package/styles/input/fabric-dark.css +22 -14
  166. package/styles/input/fabric-dark.scss +4 -1
  167. package/styles/input/fabric.css +22 -14
  168. package/styles/input/fabric.scss +4 -1
  169. package/styles/input/fluent-dark.css +22 -14
  170. package/styles/input/fluent-dark.scss +4 -1
  171. package/styles/input/fluent.css +22 -14
  172. package/styles/input/fluent.scss +4 -1
  173. package/styles/input/highcontrast-light.css +22 -14
  174. package/styles/input/highcontrast-light.scss +4 -1
  175. package/styles/input/highcontrast.css +22 -14
  176. package/styles/input/highcontrast.scss +4 -1
  177. package/styles/input/icons/_bootstrap-dark.scss +17 -0
  178. package/styles/input/icons/_bootstrap.scss +17 -0
  179. package/styles/input/icons/_bootstrap4.scss +17 -0
  180. package/styles/input/icons/_bootstrap5-dark.scss +1 -0
  181. package/styles/input/icons/_bootstrap5.scss +17 -0
  182. package/styles/input/icons/_fabric-dark.scss +17 -0
  183. package/styles/input/icons/_fabric.scss +17 -0
  184. package/styles/input/icons/_fluent-dark.scss +1 -0
  185. package/styles/input/icons/_fluent.scss +17 -0
  186. package/styles/input/icons/_fusionnew.scss +17 -0
  187. package/styles/input/icons/_highcontrast-light.scss +17 -0
  188. package/styles/input/icons/_highcontrast.scss +17 -0
  189. package/styles/input/icons/_material-dark.scss +49 -0
  190. package/styles/input/icons/_material.scss +49 -0
  191. package/styles/input/icons/_material3.scss +17 -0
  192. package/styles/input/icons/_tailwind-dark.scss +1 -0
  193. package/styles/input/icons/_tailwind.scss +17 -0
  194. package/styles/input/material-dark.css +26 -18
  195. package/styles/input/material-dark.scss +4 -1
  196. package/styles/input/material.css +26 -18
  197. package/styles/input/material.scss +4 -1
  198. package/styles/input/tailwind-dark.css +22 -14
  199. package/styles/input/tailwind-dark.scss +4 -1
  200. package/styles/input/tailwind.css +22 -14
  201. package/styles/input/tailwind.scss +4 -1
  202. package/styles/maskedtextbox/_all.scss +2 -0
  203. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +7 -0
  204. package/styles/maskedtextbox/_bootstrap-definition.scss +4 -0
  205. package/styles/maskedtextbox/_bootstrap4-definition.scss +4 -0
  206. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +1 -0
  207. package/styles/maskedtextbox/_bootstrap5-definition.scss +7 -0
  208. package/styles/maskedtextbox/_fabric-dark-definition.scss +7 -0
  209. package/styles/maskedtextbox/_fabric-definition.scss +4 -0
  210. package/styles/maskedtextbox/_fluent-dark-definition.scss +1 -0
  211. package/styles/maskedtextbox/_fluent-definition.scss +7 -0
  212. package/styles/maskedtextbox/_fusionnew-definition.scss +7 -0
  213. package/styles/maskedtextbox/_highcontrast-definition.scss +4 -0
  214. package/styles/maskedtextbox/_highcontrast-light-definition.scss +7 -0
  215. package/styles/maskedtextbox/_layout.scss +33 -0
  216. package/styles/maskedtextbox/_material-dark-definition.scss +7 -0
  217. package/styles/maskedtextbox/_material-definition.scss +4 -0
  218. package/styles/maskedtextbox/_material3-definition.scss +7 -0
  219. package/styles/maskedtextbox/_tailwind-dark-definition.scss +1 -0
  220. package/styles/maskedtextbox/_tailwind-definition.scss +7 -0
  221. package/styles/maskedtextbox/_theme.scss +15 -0
  222. package/styles/maskedtextbox/bootstrap-dark.css +1 -0
  223. package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
  224. package/styles/maskedtextbox/bootstrap.css +1 -0
  225. package/styles/maskedtextbox/bootstrap.scss +4 -1
  226. package/styles/maskedtextbox/bootstrap4.css +1 -0
  227. package/styles/maskedtextbox/bootstrap4.scss +4 -1
  228. package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
  229. package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
  230. package/styles/maskedtextbox/bootstrap5.css +1 -0
  231. package/styles/maskedtextbox/bootstrap5.scss +4 -1
  232. package/styles/maskedtextbox/fabric-dark.css +1 -0
  233. package/styles/maskedtextbox/fabric-dark.scss +4 -1
  234. package/styles/maskedtextbox/fabric.css +1 -0
  235. package/styles/maskedtextbox/fabric.scss +4 -1
  236. package/styles/maskedtextbox/fluent-dark.css +1 -0
  237. package/styles/maskedtextbox/fluent-dark.scss +4 -1
  238. package/styles/maskedtextbox/fluent.css +1 -0
  239. package/styles/maskedtextbox/fluent.scss +4 -1
  240. package/styles/maskedtextbox/highcontrast-light.css +1 -0
  241. package/styles/maskedtextbox/highcontrast-light.scss +4 -1
  242. package/styles/maskedtextbox/highcontrast.css +1 -0
  243. package/styles/maskedtextbox/highcontrast.scss +4 -1
  244. package/styles/maskedtextbox/material-dark.css +1 -0
  245. package/styles/maskedtextbox/material-dark.scss +4 -1
  246. package/styles/maskedtextbox/material.css +1 -0
  247. package/styles/maskedtextbox/material.scss +4 -1
  248. package/styles/maskedtextbox/tailwind-dark.css +1 -0
  249. package/styles/maskedtextbox/tailwind-dark.scss +4 -1
  250. package/styles/maskedtextbox/tailwind.css +1 -0
  251. package/styles/maskedtextbox/tailwind.scss +4 -1
  252. package/styles/material-dark.css +50 -18
  253. package/styles/material.css +50 -18
  254. package/styles/numerictextbox/_all.scss +2 -0
  255. package/styles/numerictextbox/_bootstrap-dark-definition.scss +6 -0
  256. package/styles/numerictextbox/_bootstrap-definition.scss +3 -0
  257. package/styles/numerictextbox/_bootstrap4-definition.scss +3 -0
  258. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +1 -0
  259. package/styles/numerictextbox/_bootstrap5-definition.scss +3 -0
  260. package/styles/numerictextbox/_fabric-dark-definition.scss +6 -0
  261. package/styles/numerictextbox/_fabric-definition.scss +3 -0
  262. package/styles/numerictextbox/_fluent-dark-definition.scss +1 -0
  263. package/styles/numerictextbox/_fluent-definition.scss +5 -0
  264. package/styles/numerictextbox/_fusionnew-definition.scss +3 -0
  265. package/styles/numerictextbox/_highcontrast-definition.scss +3 -0
  266. package/styles/numerictextbox/_highcontrast-light-definition.scss +6 -0
  267. package/styles/numerictextbox/_layout.scss +30 -0
  268. package/styles/numerictextbox/_material-dark-definition.scss +6 -0
  269. package/styles/numerictextbox/_material-definition.scss +3 -0
  270. package/styles/numerictextbox/_material3-definition.scss +3 -0
  271. package/styles/numerictextbox/_tailwind-dark-definition.scss +1 -0
  272. package/styles/numerictextbox/_tailwind-definition.scss +3 -0
  273. package/styles/numerictextbox/_theme.scss +39 -0
  274. package/styles/numerictextbox/bootstrap-dark.css +1 -0
  275. package/styles/numerictextbox/bootstrap-dark.scss +5 -1
  276. package/styles/numerictextbox/bootstrap.css +1 -0
  277. package/styles/numerictextbox/bootstrap.scss +5 -1
  278. package/styles/numerictextbox/bootstrap4.css +1 -0
  279. package/styles/numerictextbox/bootstrap4.scss +5 -1
  280. package/styles/numerictextbox/bootstrap5-dark.css +1 -0
  281. package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
  282. package/styles/numerictextbox/bootstrap5.css +1 -0
  283. package/styles/numerictextbox/bootstrap5.scss +5 -1
  284. package/styles/numerictextbox/fabric-dark.css +1 -0
  285. package/styles/numerictextbox/fabric-dark.scss +5 -1
  286. package/styles/numerictextbox/fabric.css +1 -0
  287. package/styles/numerictextbox/fabric.scss +5 -1
  288. package/styles/numerictextbox/fluent-dark.css +1 -0
  289. package/styles/numerictextbox/fluent-dark.scss +5 -1
  290. package/styles/numerictextbox/fluent.css +1 -0
  291. package/styles/numerictextbox/fluent.scss +5 -1
  292. package/styles/numerictextbox/highcontrast-light.css +1 -0
  293. package/styles/numerictextbox/highcontrast-light.scss +5 -1
  294. package/styles/numerictextbox/highcontrast.css +1 -0
  295. package/styles/numerictextbox/highcontrast.scss +5 -1
  296. package/styles/numerictextbox/icons/_bootstrap-dark.scss +11 -0
  297. package/styles/numerictextbox/icons/_bootstrap.scss +11 -0
  298. package/styles/numerictextbox/icons/_bootstrap4.scss +11 -0
  299. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +1 -0
  300. package/styles/numerictextbox/icons/_bootstrap5.scss +11 -0
  301. package/styles/numerictextbox/icons/_fabric-dark.scss +11 -0
  302. package/styles/numerictextbox/icons/_fabric.scss +11 -0
  303. package/styles/numerictextbox/icons/_fluent-dark.scss +1 -0
  304. package/styles/numerictextbox/icons/_fluent.scss +11 -0
  305. package/styles/numerictextbox/icons/_fusionnew.scss +11 -0
  306. package/styles/numerictextbox/icons/_highcontrast-light.scss +11 -0
  307. package/styles/numerictextbox/icons/_highcontrast.scss +11 -0
  308. package/styles/numerictextbox/icons/_material-dark.scss +11 -0
  309. package/styles/numerictextbox/icons/_material.scss +11 -0
  310. package/styles/numerictextbox/icons/_material3.scss +11 -0
  311. package/styles/numerictextbox/icons/_tailwind-dark.scss +1 -0
  312. package/styles/numerictextbox/icons/_tailwind.scss +11 -0
  313. package/styles/numerictextbox/material-dark.css +1 -0
  314. package/styles/numerictextbox/material-dark.scss +5 -1
  315. package/styles/numerictextbox/material.css +1 -0
  316. package/styles/numerictextbox/material.scss +5 -1
  317. package/styles/numerictextbox/tailwind-dark.css +1 -0
  318. package/styles/numerictextbox/tailwind-dark.scss +5 -1
  319. package/styles/numerictextbox/tailwind.css +1 -0
  320. package/styles/numerictextbox/tailwind.scss +5 -1
  321. package/styles/signature/_all.scss +2 -0
  322. package/styles/signature/_bootstrap-dark-definition.scss +3 -0
  323. package/styles/signature/_bootstrap-definition.scss +3 -0
  324. package/styles/signature/_bootstrap4-definition.scss +3 -0
  325. package/styles/signature/_bootstrap5-dark-definition.scss +1 -0
  326. package/styles/signature/_bootstrap5-definition.scss +3 -0
  327. package/styles/signature/_fabric-dark-definition.scss +3 -0
  328. package/styles/signature/_fabric-definition.scss +3 -0
  329. package/styles/signature/_fluent-dark-definition.scss +1 -0
  330. package/styles/signature/_fluent-definition.scss +3 -0
  331. package/styles/signature/_fusionnew-definition.scss +3 -0
  332. package/styles/signature/_highcontrast-definition.scss +3 -0
  333. package/styles/signature/_highcontrast-light-definition.scss +3 -0
  334. package/styles/signature/_layout.scss +5 -0
  335. package/styles/signature/_material-dark-definition.scss +3 -0
  336. package/styles/signature/_material-definition.scss +3 -0
  337. package/styles/signature/_material3-definition.scss +3 -0
  338. package/styles/signature/_tailwind-dark-definition.scss +1 -0
  339. package/styles/signature/_tailwind-definition.scss +3 -0
  340. package/styles/signature/_theme.scss +7 -0
  341. package/styles/signature/bootstrap-dark.scss +3 -1
  342. package/styles/signature/bootstrap.scss +3 -1
  343. package/styles/signature/bootstrap4.scss +3 -1
  344. package/styles/signature/bootstrap5-dark.scss +3 -1
  345. package/styles/signature/bootstrap5.scss +3 -1
  346. package/styles/signature/fabric-dark.scss +3 -1
  347. package/styles/signature/fabric.scss +3 -1
  348. package/styles/signature/fluent-dark.scss +3 -1
  349. package/styles/signature/fluent.scss +3 -1
  350. package/styles/signature/highcontrast-light.scss +3 -1
  351. package/styles/signature/highcontrast.scss +3 -1
  352. package/styles/signature/material-dark.scss +3 -1
  353. package/styles/signature/material.scss +3 -1
  354. package/styles/signature/tailwind-dark.scss +3 -1
  355. package/styles/signature/tailwind.scss +3 -1
  356. package/styles/slider/_all.scss +3 -0
  357. package/styles/slider/_bootstrap-dark-definition.scss +156 -0
  358. package/styles/slider/_bootstrap-definition.scss +152 -0
  359. package/styles/slider/_bootstrap4-definition.scss +147 -0
  360. package/styles/slider/_bootstrap5-dark-definition.scss +1 -0
  361. package/styles/slider/_bootstrap5-definition.scss +90 -0
  362. package/styles/slider/_fabric-dark-definition.scss +162 -0
  363. package/styles/slider/_fabric-definition.scss +156 -0
  364. package/styles/slider/_fluent-dark-definition.scss +1 -0
  365. package/styles/slider/_fluent-definition.scss +74 -0
  366. package/styles/slider/_fusionnew-definition.scss +90 -0
  367. package/styles/slider/_highcontrast-definition.scss +145 -0
  368. package/styles/slider/_highcontrast-light-definition.scss +149 -0
  369. package/styles/slider/_icons.scss +1 -0
  370. package/styles/slider/_layout.scss +2421 -0
  371. package/styles/slider/_material-dark-definition.scss +159 -0
  372. package/styles/slider/_material-definition.scss +154 -0
  373. package/styles/slider/_material3-definition.scss +90 -0
  374. package/styles/slider/_tailwind-dark-definition.scss +1 -0
  375. package/styles/slider/_tailwind-definition.scss +84 -0
  376. package/styles/slider/_theme.scss +235 -0
  377. package/styles/slider/bootstrap-dark.css +4 -0
  378. package/styles/slider/bootstrap-dark.scss +5 -1
  379. package/styles/slider/bootstrap.css +4 -0
  380. package/styles/slider/bootstrap.scss +5 -1
  381. package/styles/slider/bootstrap4.css +4 -0
  382. package/styles/slider/bootstrap4.scss +5 -1
  383. package/styles/slider/bootstrap5-dark.css +4 -0
  384. package/styles/slider/bootstrap5-dark.scss +5 -1
  385. package/styles/slider/bootstrap5.css +4 -0
  386. package/styles/slider/bootstrap5.scss +5 -1
  387. package/styles/slider/fabric-dark.css +4 -0
  388. package/styles/slider/fabric-dark.scss +5 -1
  389. package/styles/slider/fabric.css +4 -0
  390. package/styles/slider/fabric.scss +5 -1
  391. package/styles/slider/fluent-dark.css +4 -0
  392. package/styles/slider/fluent-dark.scss +5 -1
  393. package/styles/slider/fluent.css +4 -0
  394. package/styles/slider/fluent.scss +5 -1
  395. package/styles/slider/highcontrast-light.css +4 -0
  396. package/styles/slider/highcontrast-light.scss +5 -1
  397. package/styles/slider/highcontrast.css +4 -0
  398. package/styles/slider/highcontrast.scss +5 -1
  399. package/styles/slider/material-dark.css +19 -1
  400. package/styles/slider/material-dark.scss +5 -1
  401. package/styles/slider/material.css +19 -1
  402. package/styles/slider/material.scss +5 -1
  403. package/styles/slider/tailwind-dark.css +4 -0
  404. package/styles/slider/tailwind-dark.scss +5 -1
  405. package/styles/slider/tailwind.css +4 -0
  406. package/styles/slider/tailwind.scss +5 -1
  407. package/styles/tailwind-dark.css +33 -13
  408. package/styles/tailwind.css +33 -13
  409. package/styles/textbox/_all.scss +1 -0
  410. package/styles/textbox/_bootstrap-dark-definition.scss +1 -0
  411. package/styles/textbox/_bootstrap-definition.scss +1 -0
  412. package/styles/textbox/_bootstrap4-definition.scss +1 -0
  413. package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
  414. package/styles/textbox/_bootstrap5-definition.scss +1 -0
  415. package/styles/textbox/_fabric-dark-definition.scss +1 -0
  416. package/styles/textbox/_fabric-definition.scss +1 -0
  417. package/styles/textbox/_fluent-dark-definition.scss +1 -0
  418. package/styles/textbox/_fluent-definition.scss +1 -0
  419. package/styles/textbox/_fusionnew-definition.scss +1 -0
  420. package/styles/textbox/_highcontrast-definition.scss +1 -0
  421. package/styles/textbox/_highcontrast-light-definition.scss +1 -0
  422. package/styles/textbox/_layout.scss +10 -0
  423. package/styles/textbox/_material-dark-definition.scss +1 -0
  424. package/styles/textbox/_material-definition.scss +1 -0
  425. package/styles/textbox/_material3-definition.scss +1 -0
  426. package/styles/textbox/_tailwind-dark-definition.scss +1 -0
  427. package/styles/textbox/_tailwind-definition.scss +1 -0
  428. package/styles/textbox/_theme.scss +1 -0
  429. package/styles/textbox/bootstrap-dark.css +2 -0
  430. package/styles/textbox/bootstrap-dark.scss +4 -1
  431. package/styles/textbox/bootstrap.css +2 -0
  432. package/styles/textbox/bootstrap.scss +4 -1
  433. package/styles/textbox/bootstrap4.css +2 -0
  434. package/styles/textbox/bootstrap4.scss +4 -1
  435. package/styles/textbox/bootstrap5-dark.css +2 -0
  436. package/styles/textbox/bootstrap5-dark.scss +4 -1
  437. package/styles/textbox/bootstrap5.css +2 -0
  438. package/styles/textbox/bootstrap5.scss +4 -1
  439. package/styles/textbox/fabric-dark.css +2 -0
  440. package/styles/textbox/fabric-dark.scss +4 -1
  441. package/styles/textbox/fabric.css +2 -0
  442. package/styles/textbox/fabric.scss +4 -1
  443. package/styles/textbox/fluent-dark.css +2 -0
  444. package/styles/textbox/fluent-dark.scss +4 -1
  445. package/styles/textbox/fluent.css +2 -0
  446. package/styles/textbox/fluent.scss +4 -1
  447. package/styles/textbox/highcontrast-light.css +2 -0
  448. package/styles/textbox/highcontrast-light.scss +4 -1
  449. package/styles/textbox/highcontrast.css +2 -0
  450. package/styles/textbox/highcontrast.scss +4 -1
  451. package/styles/textbox/material-dark.css +3 -1
  452. package/styles/textbox/material-dark.scss +4 -1
  453. package/styles/textbox/material.css +3 -1
  454. package/styles/textbox/material.scss +4 -1
  455. package/styles/textbox/tailwind-dark.css +3 -1
  456. package/styles/textbox/tailwind-dark.scss +4 -1
  457. package/styles/textbox/tailwind.css +3 -1
  458. package/styles/textbox/tailwind.scss +4 -1
  459. package/styles/uploader/_all.scss +2 -0
  460. package/styles/uploader/_bootstrap-dark-definition.scss +213 -0
  461. package/styles/uploader/_bootstrap-definition.scss +208 -0
  462. package/styles/uploader/_bootstrap4-definition.scss +211 -0
  463. package/styles/uploader/_bootstrap5-dark-definition.scss +1 -0
  464. package/styles/uploader/_bootstrap5-definition.scss +216 -0
  465. package/styles/uploader/_definition.scss +142 -0
  466. package/styles/uploader/_fabric-dark-definition.scss +216 -0
  467. package/styles/uploader/_fabric-definition.scss +210 -0
  468. package/styles/uploader/_fluent-dark-definition.scss +1 -0
  469. package/styles/uploader/_fluent-definition.scss +234 -0
  470. package/styles/uploader/_fusionnew-definition.scss +216 -0
  471. package/styles/uploader/_highcontrast-definition.scss +211 -0
  472. package/styles/uploader/_highcontrast-light-definition.scss +219 -0
  473. package/styles/uploader/_layout.scss +984 -0
  474. package/styles/uploader/_material-dark-definition.scss +217 -0
  475. package/styles/uploader/_material-definition.scss +214 -0
  476. package/styles/uploader/_material3-definition.scss +216 -0
  477. package/styles/uploader/_tailwind-dark-definition.scss +1 -0
  478. package/styles/uploader/_tailwind-definition.scss +232 -0
  479. package/styles/uploader/_theme.scss +136 -0
  480. package/styles/uploader/bootstrap-dark.css +1 -0
  481. package/styles/uploader/bootstrap-dark.scss +6 -1
  482. package/styles/uploader/bootstrap.css +1 -0
  483. package/styles/uploader/bootstrap.scss +6 -1
  484. package/styles/uploader/bootstrap4.css +1 -0
  485. package/styles/uploader/bootstrap4.scss +6 -1
  486. package/styles/uploader/bootstrap5-dark.css +1 -0
  487. package/styles/uploader/bootstrap5-dark.scss +6 -1
  488. package/styles/uploader/bootstrap5.css +1 -0
  489. package/styles/uploader/bootstrap5.scss +6 -1
  490. package/styles/uploader/fabric-dark.css +1 -0
  491. package/styles/uploader/fabric-dark.scss +6 -1
  492. package/styles/uploader/fabric.css +1 -0
  493. package/styles/uploader/fabric.scss +6 -1
  494. package/styles/uploader/fluent-dark.css +1 -0
  495. package/styles/uploader/fluent-dark.scss +6 -1
  496. package/styles/uploader/fluent.css +1 -0
  497. package/styles/uploader/fluent.scss +6 -1
  498. package/styles/uploader/highcontrast-light.css +1 -0
  499. package/styles/uploader/highcontrast-light.scss +6 -1
  500. package/styles/uploader/highcontrast.css +1 -0
  501. package/styles/uploader/highcontrast.scss +6 -1
  502. package/styles/uploader/icons/_bootstrap-dark.scss +34 -0
  503. package/styles/uploader/icons/_bootstrap.scss +34 -0
  504. package/styles/uploader/icons/_bootstrap4.scss +34 -0
  505. package/styles/uploader/icons/_bootstrap5-dark.scss +1 -0
  506. package/styles/uploader/icons/_bootstrap5.scss +34 -0
  507. package/styles/uploader/icons/_fabric-dark.scss +34 -0
  508. package/styles/uploader/icons/_fabric.scss +34 -0
  509. package/styles/uploader/icons/_fluent-dark.scss +1 -0
  510. package/styles/uploader/icons/_fluent.scss +34 -0
  511. package/styles/uploader/icons/_fusionnew.scss +34 -0
  512. package/styles/uploader/icons/_highcontrast-light.scss +34 -0
  513. package/styles/uploader/icons/_highcontrast.scss +34 -0
  514. package/styles/uploader/icons/_material-dark.scss +34 -0
  515. package/styles/uploader/icons/_material.scss +34 -0
  516. package/styles/uploader/icons/_material3.scss +34 -0
  517. package/styles/uploader/icons/_tailwind-dark.scss +1 -0
  518. package/styles/uploader/icons/_tailwind.scss +34 -0
  519. package/styles/uploader/material-dark.css +1 -0
  520. package/styles/uploader/material-dark.scss +6 -1
  521. package/styles/uploader/material.css +1 -0
  522. package/styles/uploader/material.scss +6 -1
  523. package/styles/uploader/tailwind-dark.css +2 -0
  524. package/styles/uploader/tailwind-dark.scss +6 -1
  525. package/styles/uploader/tailwind.css +2 -0
  526. package/styles/uploader/tailwind.scss +6 -1
  527. package/syncfusion-ej2-angular-inputs.d.ts +5 -0
  528. package/@syncfusion/ej2-angular-inputs.es5.js +0 -1563
  529. package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
  530. package/@syncfusion/ej2-angular-inputs.js +0 -1472
  531. package/@syncfusion/ej2-angular-inputs.js.map +0 -1
  532. package/CHANGELOG.md +0 -1445
  533. package/dist/ej2-angular-inputs.umd.js +0 -1644
  534. package/dist/ej2-angular-inputs.umd.js.map +0 -1
  535. package/dist/ej2-angular-inputs.umd.min.js +0 -11
  536. package/dist/ej2-angular-inputs.umd.min.js.map +0 -1
  537. package/ej2-angular-inputs.d.ts +0 -11
  538. package/ej2-angular-inputs.metadata.json +0 -1
  539. package/postinstall/tagchange.js +0 -18
  540. package/schematics/collection.json +0 -105
  541. package/schematics/generators/colorpicker-default/index.d.ts +0 -3
  542. package/schematics/generators/colorpicker-default/index.js +0 -8
  543. package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
  544. package/schematics/generators/colorpicker-default/sample-details.js +0 -7
  545. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  546. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  547. package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
  548. package/schematics/generators/colorpicker-default/schema.js +0 -2
  549. package/schematics/generators/colorpicker-default/schema.json +0 -125
  550. package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
  551. package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
  552. package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
  553. package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
  554. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  555. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  556. package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
  557. package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
  558. package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
  559. package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
  560. package/schematics/generators/maskedtextbox-default/index.js +0 -8
  561. package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
  562. package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
  563. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  564. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  565. package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
  566. package/schematics/generators/maskedtextbox-default/schema.js +0 -2
  567. package/schematics/generators/maskedtextbox-default/schema.json +0 -125
  568. package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
  569. package/schematics/generators/maskedtextbox-formats/index.js +0 -8
  570. package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
  571. package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
  572. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  573. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  574. package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
  575. package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
  576. package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
  577. package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
  578. package/schematics/generators/numerictextbox-customformat/index.js +0 -8
  579. package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
  580. package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
  581. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  582. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  583. package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
  584. package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
  585. package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
  586. package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
  587. package/schematics/generators/numerictextbox-decimals/index.js +0 -8
  588. package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
  589. package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
  590. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  591. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  592. package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
  593. package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
  594. package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
  595. package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
  596. package/schematics/generators/numerictextbox-default/index.js +0 -8
  597. package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
  598. package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
  599. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  600. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
  601. package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
  602. package/schematics/generators/numerictextbox-default/schema.js +0 -2
  603. package/schematics/generators/numerictextbox-default/schema.json +0 -125
  604. package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
  605. package/schematics/generators/numerictextbox-range/index.js +0 -8
  606. package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
  607. package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
  608. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  609. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  610. package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
  611. package/schematics/generators/numerictextbox-range/schema.js +0 -2
  612. package/schematics/generators/numerictextbox-range/schema.json +0 -125
  613. package/schematics/generators/slider-default/index.d.ts +0 -3
  614. package/schematics/generators/slider-default/index.js +0 -8
  615. package/schematics/generators/slider-default/sample-details.d.ts +0 -5
  616. package/schematics/generators/slider-default/sample-details.js +0 -7
  617. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  618. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  619. package/schematics/generators/slider-default/schema.d.ts +0 -3
  620. package/schematics/generators/slider-default/schema.js +0 -2
  621. package/schematics/generators/slider-default/schema.json +0 -125
  622. package/schematics/generators/slider-limits/index.d.ts +0 -3
  623. package/schematics/generators/slider-limits/index.js +0 -8
  624. package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
  625. package/schematics/generators/slider-limits/sample-details.js +0 -7
  626. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  627. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  628. package/schematics/generators/slider-limits/schema.d.ts +0 -3
  629. package/schematics/generators/slider-limits/schema.js +0 -2
  630. package/schematics/generators/slider-limits/schema.json +0 -125
  631. package/schematics/generators/slider-minrange/index.d.ts +0 -3
  632. package/schematics/generators/slider-minrange/index.js +0 -8
  633. package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
  634. package/schematics/generators/slider-minrange/sample-details.js +0 -7
  635. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  636. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  637. package/schematics/generators/slider-minrange/schema.d.ts +0 -3
  638. package/schematics/generators/slider-minrange/schema.js +0 -2
  639. package/schematics/generators/slider-minrange/schema.json +0 -125
  640. package/schematics/generators/slider-range/index.d.ts +0 -3
  641. package/schematics/generators/slider-range/index.js +0 -8
  642. package/schematics/generators/slider-range/sample-details.d.ts +0 -5
  643. package/schematics/generators/slider-range/sample-details.js +0 -7
  644. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  645. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  646. package/schematics/generators/slider-range/schema.d.ts +0 -3
  647. package/schematics/generators/slider-range/schema.js +0 -2
  648. package/schematics/generators/slider-range/schema.json +0 -125
  649. package/schematics/generators/slider-ticks/index.d.ts +0 -3
  650. package/schematics/generators/slider-ticks/index.js +0 -8
  651. package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
  652. package/schematics/generators/slider-ticks/sample-details.js +0 -7
  653. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  654. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  655. package/schematics/generators/slider-ticks/schema.d.ts +0 -3
  656. package/schematics/generators/slider-ticks/schema.js +0 -2
  657. package/schematics/generators/slider-ticks/schema.json +0 -125
  658. package/schematics/generators/slider-vertical/index.d.ts +0 -3
  659. package/schematics/generators/slider-vertical/index.js +0 -8
  660. package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
  661. package/schematics/generators/slider-vertical/sample-details.js +0 -7
  662. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  663. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  664. package/schematics/generators/slider-vertical/schema.d.ts +0 -3
  665. package/schematics/generators/slider-vertical/schema.js +0 -2
  666. package/schematics/generators/slider-vertical/schema.json +0 -125
  667. package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
  668. package/schematics/generators/textbox-floatinglabel/index.js +0 -8
  669. package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
  670. package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
  671. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
  672. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
  673. package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
  674. package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
  675. package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
  676. package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
  677. package/schematics/generators/uploader-autoupload/index.js +0 -8
  678. package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
  679. package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
  680. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  681. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  682. package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
  683. package/schematics/generators/uploader-autoupload/schema.js +0 -2
  684. package/schematics/generators/uploader-autoupload/schema.json +0 -125
  685. package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
  686. package/schematics/generators/uploader-chunkupload/index.js +0 -8
  687. package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
  688. package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
  689. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  690. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  691. package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
  692. package/schematics/generators/uploader-chunkupload/schema.js +0 -2
  693. package/schematics/generators/uploader-chunkupload/schema.json +0 -125
  694. package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
  695. package/schematics/generators/uploader-directoryupload/index.js +0 -8
  696. package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
  697. package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
  698. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  699. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  700. package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
  701. package/schematics/generators/uploader-directoryupload/schema.js +0 -2
  702. package/schematics/generators/uploader-directoryupload/schema.json +0 -125
  703. package/schematics/generators/uploader-validation/index.d.ts +0 -3
  704. package/schematics/generators/uploader-validation/index.js +0 -8
  705. package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
  706. package/schematics/generators/uploader-validation/sample-details.js +0 -7
  707. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  708. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  709. package/schematics/generators/uploader-validation/schema.d.ts +0 -3
  710. package/schematics/generators/uploader-validation/schema.js +0 -2
  711. package/schematics/generators/uploader-validation/schema.json +0 -125
  712. package/schematics/ng-add/index.d.ts +0 -3
  713. package/schematics/ng-add/index.js +0 -9
  714. package/schematics/ng-add/schema.d.ts +0 -13
  715. package/schematics/ng-add/schema.js +0 -2
  716. package/schematics/ng-add/schema.json +0 -34
  717. package/schematics/tsconfig.json +0 -25
  718. package/schematics/utils/lib-details.d.ts +0 -4
  719. package/schematics/utils/lib-details.js +0 -6
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-inputs.js","sources":["~/@syncfusion/ej2-angular-inputs/ej2-angular-inputs.ts","~/@syncfusion/ej2-angular-inputs/src/form-validator/form-validator.ts","~/@syncfusion/ej2-angular-inputs/src/signature/signature-all.module.ts","~/@syncfusion/ej2-angular-inputs/src/signature/signature.module.ts","~/@syncfusion/ej2-angular-inputs/src/signature/signature.component.ts","~/@syncfusion/ej2-angular-inputs/src/color-picker/colorpicker-all.module.ts","~/@syncfusion/ej2-angular-inputs/src/color-picker/colorpicker.module.ts","~/@syncfusion/ej2-angular-inputs/src/color-picker/colorpicker.component.ts","~/@syncfusion/ej2-angular-inputs/src/uploader/uploader-all.module.ts","~/@syncfusion/ej2-angular-inputs/src/uploader/uploader.module.ts","~/@syncfusion/ej2-angular-inputs/src/uploader/uploader.component.ts","~/@syncfusion/ej2-angular-inputs/src/uploader/files.directive.ts","~/@syncfusion/ej2-angular-inputs/src/slider/slider-all.module.ts","~/@syncfusion/ej2-angular-inputs/src/slider/slider.module.ts","~/@syncfusion/ej2-angular-inputs/src/slider/slider.component.ts","~/@syncfusion/ej2-angular-inputs/src/maskedtextbox/maskedtextbox-all.module.ts","~/@syncfusion/ej2-angular-inputs/src/maskedtextbox/maskedtextbox.module.ts","~/@syncfusion/ej2-angular-inputs/src/maskedtextbox/maskedtextbox.component.ts","~/@syncfusion/ej2-angular-inputs/src/numerictextbox/numerictextbox-all.module.ts","~/@syncfusion/ej2-angular-inputs/src/numerictextbox/numerictextbox.module.ts","~/@syncfusion/ej2-angular-inputs/src/numerictextbox/numerictextbox.component.ts","~/@syncfusion/ej2-angular-inputs/src/textbox/textbox-all.module.ts","~/@syncfusion/ej2-angular-inputs/src/textbox/textbox.module.ts","~/@syncfusion/ej2-angular-inputs/src/textbox/textbox.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {TextBoxComponent,TextBoxModule,TextBoxAllModule,NumericTextBoxComponent,NumericTextBoxModule,NumericTextBoxAllModule,MaskedTextBoxComponent,MaskedTextBoxModule,MaskedTextBoxAllModule,SliderComponent,SliderModule,SliderAllModule,UploadedFilesDirective,FilesDirective,UploaderComponent,UploaderModule,UploaderAllModule,ColorPickerComponent,ColorPickerModule,ColorPickerAllModule,SignatureComponent,SignatureModule,SignatureAllModule,FormValidators,NumericTextBox,ChangeEventArgs,NumericFocusEventArgs,NumericBlurEventArgs,NumericTextBoxModel,regularExpressions,createMask,applyMask,wireEvents,unwireEvents,bindClearEvent,unstrippedValue,strippedValue,maskInputMouseDownHandler,maskInputMouseUpHandler,maskInputFocusHandler,triggerFocus,maskInputBlurHandler,maskInputDropHandler,mobileRemoveFunction,setMaskValue,setElementValue,maskInput,getVal,getMaskedVal,GetValueInputArgs,MaskInputArgs,MaskUndo,MaskedTextBox,MaskChangeEventArgs,MaskFocusEventArgs,MaskBlurEventArgs,MaskedTextBoxModel,FloatLabelType,Input,InputObject,InputArgs,IInput,createElementParams,FocusEventArgs,BlurEventArgs,TicksData,SliderTooltipEventArgs,SliderChangeEventArgs,SliderTickEventArgs,SliderTickRenderedEventArgs,ColorRangeData,LimitData,TooltipData,Placement,TooltipPlacement,TooltipShowOn,SliderType,SliderOrientation,Slider,TicksDataModel,ColorRangeDataModel,LimitDataModel,TooltipDataModel,SliderModel,regex,ErrorOption,FormValidator,ValidArgs,FormEventArgs,FormValidatorModel,DropEffect,FilesProp,ButtonsProps,AsyncSettings,FileInfo,MetaData,ValidationMessages,SelectedEventArgs,BeforeRemoveEventArgs,RemovingEventArgs,ClearingEventArgs,BeforeUploadEventArgs,UploadingEventArgs,ProgressEventArgs,UploadChangeEventArgs,FailureEventArgs,SuccessEventArgs,ResponseEventArgs,CancelEventArgs,PauseResumeEventArgs,ActionCompleteEventArgs,RenderingEventArgs,FileListRenderingEventArgs,Uploader,FilesPropModel,ButtonsPropsModel,AsyncSettingsModel,UploaderModel,ColorPickerMode,ColorPicker,ColorPickerEventArgs,PaletteTileEventArgs,BeforeOpenCloseEventArgs,OpenEventArgs,ModeSwitchEventArgs,ColorPickerModel,FocusInEventArgs,FocusOutEventArgs,ChangedEventArgs,InputEventArgs,TextBox,TextBoxModel,Signature,SignatureModel,SignatureBase,SignatureFileType,SignatureBeforeSaveEventArgs,SignatureChangeEventArgs} from './public_api';\n\nexport {inputs as ɵk,outputs as ɵl} from './src/color-picker/colorpicker.component';\nexport {inputs as ɵe,outputs as ɵf} from './src/maskedtextbox/maskedtextbox.component';\nexport {inputs as ɵc,outputs as ɵd} from './src/numerictextbox/numerictextbox.component';\nexport {inputs as ɵm,outputs as ɵn} from './src/signature/signature.component';\nexport {inputs as ɵg,outputs as ɵh} from './src/slider/slider.component';\nexport {inputs as ɵa,outputs as ɵb} from './src/textbox/textbox.component';\nexport {inputs as ɵi,outputs as ɵj} from './src/uploader/uploader.component';","import { AbstractControl, ValidatorFn } from '@angular/forms';\nimport { FormValidator } from '@syncfusion/ej2-inputs';\nexport class FormValidators {\n/**\n * @param {?} number\n * @return {?}\n */\npublic static max(number: number|Date): ValidatorFn {\n let /** @type {?} */ max: number|Date = number;\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.max({ value: control.value, param: max });\n if (result === true) {\n return null;\n } else {\n return { 'max': true };\n }\n };\n }\n/**\n * @param {?} number\n * @return {?}\n */\npublic static min(number: number|Date): ValidatorFn {\n let /** @type {?} */ min: number|Date = number;\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.min({ value: control.value, param: min });\n if (result === true) {\n return null;\n } else {\n return { 'min': true };\n }\n };\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static creditcard(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.creditcard({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'cardno': true };\n }\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static date(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.date({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'date': true };\n }\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static dateIso(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.dateIso({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'dateiso': true };\n }\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static digits(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.digits({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'digit': true };\n }\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static email(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.email({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'email': true };\n }\n }\n/**\n * @param {?} number\n * @return {?}\n */\npublic static maxLength(number: number): ValidatorFn {\n let /** @type {?} */ maxlength: number = number;\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.maxLength({ value: control.value, param: maxlength });\n if (result === true) {\n return null;\n } else {\n return { 'maxlength': true };\n }\n };\n }\n/**\n * @param {?} number\n * @return {?}\n */\npublic static minLength(number: number): ValidatorFn {\n let /** @type {?} */ minlength: number = number;\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.minLength({ value: control.value, param: minlength });\n if (result === true) {\n return null;\n } else {\n return { 'minlength': true };\n }\n };\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static number(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.number({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'number': true };\n }\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static required(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = (control.value === null) ? false : ( /** @type {?} */((FormValidator as any))).checkValidator.required({ value: control.value });\n if (result === true) {\n return null;\n }\n else {\n return { 'required': true };\n }\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static tel(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.tel({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'telno': true };\n }\n }\n/**\n * @param {?} control\n * @return {?}\n */\npublic static url(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.url({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'url': true };\n }\n }\n/**\n * @param {?} number1\n * @param {?} number2\n * @return {?}\n */\npublic static rangeLength(number1: number, number2: number): ValidatorFn {\n let /** @type {?} */ minRL: number = number1;\n let /** @type {?} */ maxRL: number = number2;\n //tslint:disable-next-line\n let /** @type {?} */ param: any = [minRL, maxRL];\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.rangeLength({ value: control.value, param: param });\n if (result === true) {\n return null;\n } else {\n return { 'rangelength': true };\n }\n };\n }\n/**\n * @param {?} number1\n * @param {?} number2\n * @return {?}\n */\npublic static range(number1: number, number2: number): ValidatorFn {\n let /** @type {?} */ minR: number = number1;\n let /** @type {?} */ maxR: number = number2;\n //tslint:disable-next-line\n let /** @type {?} */ param1: any = [minR, maxR];\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let /** @type {?} */ result: boolean = ( /** @type {?} */((FormValidator as any))).checkValidator.range({ value: control.value, param: param1 });\n if (result === true) {\n return null;\n } else {\n return { 'range': true };\n }\n };\n }\n}","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SignatureComponent } from './signature.component';\nimport { SignatureModule } from './signature.module';\n/**\n * NgModule definition for the Signature component with providers.\n */\nexport class SignatureAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SignatureModule],\n exports: [\n SignatureModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SignatureAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSignatureAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSignatureAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SignatureComponent } from './signature.component';\n/**\n * NgModule definition for the Signature component.\n */\nexport class SignatureModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SignatureComponent\n ],\n exports: [\n SignatureComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SignatureModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSignatureModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSignatureModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Signature } from '@syncfusion/ej2-inputs';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['backgroundColor','backgroundImage','disabled','enablePersistence','enableRtl','isReadOnly','locale','maxStrokeWidth','minStrokeWidth','saveWithBackground','strokeColor','velocity'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'beforeSave','change','created'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the EJ2 Angular Signature Component.\n * ```html\n * <canvas ejs-signature />\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class SignatureComponent extends Signature implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tbeforeSave: any;\n\tchange: any;\npublic created: any;\npublic focus: any;\npublic blur: 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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-signature]',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => SignatureComponent),\n multi: true\n }\n ],\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 SignatureComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSignatureComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSignatureComponent.ctorParameters;\n/** @type {?} */\nSignatureComponent.prototype.formCompContext;\n/** @type {?} */\nSignatureComponent.prototype.formContext;\n/** @type {?} */\nSignatureComponent.prototype.tagObjects;\n/** @type {?} */\nSignatureComponent.prototype.beforeSave;\n/** @type {?} */\nSignatureComponent.prototype.change;\n/** @type {?} */\nSignatureComponent.prototype.created;\n/** @type {?} */\nSignatureComponent.prototype.focus;\n/** @type {?} */\nSignatureComponent.prototype.blur;\n/** @type {?} */\nSignatureComponent.prototype.registerEvents;\n/** @type {?} */\nSignatureComponent.prototype.addTwoWay;\n/** @type {?} */\nSignatureComponent.prototype.ngEle;\n/** @type {?} */\nSignatureComponent.prototype.srenderer;\n/** @type {?} */\nSignatureComponent.prototype.viewContainerRef;\n/** @type {?} */\nSignatureComponent.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 { ColorPickerComponent } from './colorpicker.component';\nimport { ColorPickerModule } from './colorpicker.module';\n/**\n * NgModule definition for the ColorPicker component with providers.\n */\nexport class ColorPickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ColorPickerModule],\n exports: [\n ColorPickerModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColorPickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nColorPickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorPickerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColorPickerComponent } from './colorpicker.component';\n/**\n * NgModule definition for the ColorPicker component.\n */\nexport class ColorPickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ColorPickerComponent\n ],\n exports: [\n ColorPickerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColorPickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nColorPickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorPickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { ColorPicker } from '@syncfusion/ej2-inputs';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['columns','createPopupOnClick','cssClass','disabled','enableOpacity','enablePersistence','enableRtl','inline','locale','mode','modeSwitcher','noColor','presetColors','showButtons','value'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'beforeClose','beforeModeSwitch','beforeOpen','beforeTileRender','change','created','onModeSwitch','open','select','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the EJ2 Angular ColorPicker Component.\n * ```html\n * <input ejs-colorpicker type='color'/>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class ColorPickerComponent extends ColorPicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeModeSwitch: any;\n\tbeforeOpen: any;\n\tbeforeTileRender: any;\n\tchange: any;\n\tcreated: any;\n\tonModeSwitch: any;\n\topen: any;\n\tselect: any;\npublic valueChange: any;\npublic focus: any;\npublic blur: 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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-colorpicker]',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => ColorPickerComponent),\n multi: true\n }\n ],\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 ColorPickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nColorPickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorPickerComponent.ctorParameters;\n/** @type {?} */\nColorPickerComponent.prototype.formCompContext;\n/** @type {?} */\nColorPickerComponent.prototype.formContext;\n/** @type {?} */\nColorPickerComponent.prototype.tagObjects;\n/** @type {?} */\nColorPickerComponent.prototype.beforeClose;\n/** @type {?} */\nColorPickerComponent.prototype.beforeModeSwitch;\n/** @type {?} */\nColorPickerComponent.prototype.beforeOpen;\n/** @type {?} */\nColorPickerComponent.prototype.beforeTileRender;\n/** @type {?} */\nColorPickerComponent.prototype.change;\n/** @type {?} */\nColorPickerComponent.prototype.created;\n/** @type {?} */\nColorPickerComponent.prototype.onModeSwitch;\n/** @type {?} */\nColorPickerComponent.prototype.open;\n/** @type {?} */\nColorPickerComponent.prototype.select;\n/** @type {?} */\nColorPickerComponent.prototype.valueChange;\n/** @type {?} */\nColorPickerComponent.prototype.focus;\n/** @type {?} */\nColorPickerComponent.prototype.blur;\n/** @type {?} */\nColorPickerComponent.prototype.registerEvents;\n/** @type {?} */\nColorPickerComponent.prototype.addTwoWay;\n/** @type {?} */\nColorPickerComponent.prototype.ngEle;\n/** @type {?} */\nColorPickerComponent.prototype.srenderer;\n/** @type {?} */\nColorPickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nColorPickerComponent.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 { UploadedFilesDirective, FilesDirective } from './files.directive';\nimport { UploaderComponent } from './uploader.component';\nimport { UploaderModule } from './uploader.module';\n/**\n * NgModule definition for the Uploader component with providers.\n */\nexport class UploaderAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, UploaderModule],\n exports: [\n UploaderModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction UploaderAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nUploaderAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nUploaderAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UploadedFilesDirective, FilesDirective } from './files.directive';\nimport { UploaderComponent } from './uploader.component';\n/**\n * NgModule definition for the Uploader component.\n */\nexport class UploaderModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n UploaderComponent,\n UploadedFilesDirective,\n FilesDirective\n ],\n exports: [\n UploaderComponent,\n UploadedFilesDirective,\n FilesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction UploaderModule_tsickle_Closure_declarations() {\n/** @type {?} */\nUploaderModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nUploaderModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Uploader } from '@syncfusion/ej2-inputs';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { FilesDirective } from './files.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowedExtensions','asyncSettings','autoUpload','buttons','cssClass','directoryUpload','dropArea','dropEffect','enablePersistence','enableRtl','enabled','files','htmlAttributes','locale','maxFileSize','minFileSize','multiple','sequentialUpload','showFileList','template'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionComplete','beforeRemove','beforeUpload','canceling','change','chunkFailure','chunkSuccess','chunkUploading','clearing','created','failure','fileListRendering','pausing','progress','removing','rendering','resuming','selected','success','uploading'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the EJ2 Angular Uploader Component.\n * ```html\n * <ejs-uploader></ejs-uploader>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class UploaderComponent extends Uploader implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionComplete: any;\n\tbeforeRemove: any;\n\tbeforeUpload: any;\n\tcanceling: any;\n\tchange: any;\n\tchunkFailure: any;\n\tchunkSuccess: any;\n\tchunkUploading: any;\n\tclearing: any;\n\tcreated: any;\n\tfailure: any;\n\tfileListRendering: any;\n\tpausing: any;\n\tprogress: any;\n\tremoving: any;\n\trendering: any;\n\tresuming: any;\n\tselected: any;\n\tsuccess: any;\npublic uploading: any;\npublic childFiles: any;\npublic tags: string[] = ['files'];\n/**\n * Specifies the HTML string that used to customize the content of each file in the list.\n * \n * > For more information, refer to the [template](../../uploader/template/) section from the documentation.\n * \n * \\@default null\n */\n@Template()\n public template: any;\npublic focus: any;\npublic blur: 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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childFiles;\n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-uploader',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => UploaderComponent),\n multi: true\n }\n ],\n queries: {\n childFiles: new ContentChild(FilesDirective)\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];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction UploaderComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nUploaderComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nUploaderComponent.ctorParameters;\n/** @type {?} */\nUploaderComponent.propDecorators;\n/** @type {?} */\nUploaderComponent.prototype.formCompContext;\n/** @type {?} */\nUploaderComponent.prototype.formContext;\n/** @type {?} */\nUploaderComponent.prototype.tagObjects;\n/** @type {?} */\nUploaderComponent.prototype.actionComplete;\n/** @type {?} */\nUploaderComponent.prototype.beforeRemove;\n/** @type {?} */\nUploaderComponent.prototype.beforeUpload;\n/** @type {?} */\nUploaderComponent.prototype.canceling;\n/** @type {?} */\nUploaderComponent.prototype.change;\n/** @type {?} */\nUploaderComponent.prototype.chunkFailure;\n/** @type {?} */\nUploaderComponent.prototype.chunkSuccess;\n/** @type {?} */\nUploaderComponent.prototype.chunkUploading;\n/** @type {?} */\nUploaderComponent.prototype.clearing;\n/** @type {?} */\nUploaderComponent.prototype.created;\n/** @type {?} */\nUploaderComponent.prototype.failure;\n/** @type {?} */\nUploaderComponent.prototype.fileListRendering;\n/** @type {?} */\nUploaderComponent.prototype.pausing;\n/** @type {?} */\nUploaderComponent.prototype.progress;\n/** @type {?} */\nUploaderComponent.prototype.removing;\n/** @type {?} */\nUploaderComponent.prototype.rendering;\n/** @type {?} */\nUploaderComponent.prototype.resuming;\n/** @type {?} */\nUploaderComponent.prototype.selected;\n/** @type {?} */\nUploaderComponent.prototype.success;\n/** @type {?} */\nUploaderComponent.prototype.uploading;\n/** @type {?} */\nUploaderComponent.prototype.childFiles;\n/** @type {?} */\nUploaderComponent.prototype.tags;\n/**\n * Specifies the HTML string that used to customize the content of each file in the list.\n * \n * > For more information, refer to the [template](../../uploader/template/) section from the documentation.\n * \n * \\@default null\n * @type {?}\n */\nUploaderComponent.prototype.template;\n/** @type {?} */\nUploaderComponent.prototype.focus;\n/** @type {?} */\nUploaderComponent.prototype.blur;\n/** @type {?} */\nUploaderComponent.prototype.registerEvents;\n/** @type {?} */\nUploaderComponent.prototype.addTwoWay;\n/** @type {?} */\nUploaderComponent.prototype.ngEle;\n/** @type {?} */\nUploaderComponent.prototype.srenderer;\n/** @type {?} */\nUploaderComponent.prototype.viewContainerRef;\n/** @type {?} */\nUploaderComponent.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[] = ['name', 'size', 'type'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-files' directive represent a file of angular uploader \n * It must be contained in a Uploader component(`ejs-uploader`). \n * ```html\n * <ejs-uploader id='fileupload' multiple=true> \n * <e-files>\n * <e-file name='Java' size=23000 type='pdf'></e-file>\n * <e-file name='C++' size=30000 type='.docx'></e-file>\n * </e-files>\n * </ejs-uploader>\n * ```\n */\nexport class UploadedFilesDirective extends ComplexBase<UploadedFilesDirective> {\npublic directivePropList: any;\n/**\n * Specifies the type of the file\n * \\@default ''\n */\npublic type: any;\n/**\n * Specifies the name of the file\n * \\@default ''\n */\npublic name: any;\n/**\n * Specifies the size of the file\n * \\@default null\n */\npublic size: 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-files>e-uploadedfiles',\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 UploadedFilesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nUploadedFilesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nUploadedFilesDirective.ctorParameters;\n/** @type {?} */\nUploadedFilesDirective.prototype.directivePropList;\n/**\n * Specifies the type of the file\n * \\@default ''\n * @type {?}\n */\nUploadedFilesDirective.prototype.type;\n/**\n * Specifies the name of the file\n * \\@default ''\n * @type {?}\n */\nUploadedFilesDirective.prototype.name;\n/**\n * Specifies the size of the file\n * \\@default null\n * @type {?}\n */\nUploadedFilesDirective.prototype.size;\n/** @type {?} */\nUploadedFilesDirective.prototype.viewContainerRef;\n}\n\n/**\n * UploadedFiles Array Directive\n */\nexport class FilesDirective extends ArrayBase<FilesDirective> {\nconstructor() {\n super('files');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-uploader>e-files',\n queries: {\n children: new ContentChildren(UploadedFilesDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction FilesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nFilesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nFilesDirective.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 { SliderComponent } from './slider.component';\nimport { SliderModule } from './slider.module';\n/**\n * NgModule definition for the Slider component with providers.\n */\nexport class SliderAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SliderModule],\n exports: [\n SliderModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SliderAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSliderAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSliderAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SliderComponent } from './slider.component';\n/**\n * NgModule definition for the Slider component.\n */\nexport class SliderModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SliderComponent\n ],\n exports: [\n SliderComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SliderModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSliderModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSliderModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Slider } from '@syncfusion/ej2-inputs';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['colorRange','cssClass','customValues','enableAnimation','enableHtmlSanitizer','enablePersistence','enableRtl','enabled','limits','locale','max','min','orientation','readonly','showButtons','step','ticks','tooltip','type','value','width'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'change','changed','created','renderedTicks','renderingTicks','tooltipChange','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the EJ2 Angular Slider Component.\n * ```html\n * <ejs-slider [value]='value'></ejs-slider>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class SliderComponent extends Slider implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tchange: any;\n\tchanged: any;\n\tcreated: any;\n\trenderedTicks: any;\n\trenderingTicks: any;\n\ttooltipChange: any;\npublic valueChange: any;\npublic focus: any;\npublic blur: 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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-slider',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => SliderComponent),\n multi: true\n }\n ],\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 SliderComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSliderComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSliderComponent.ctorParameters;\n/** @type {?} */\nSliderComponent.prototype.formCompContext;\n/** @type {?} */\nSliderComponent.prototype.formContext;\n/** @type {?} */\nSliderComponent.prototype.tagObjects;\n/** @type {?} */\nSliderComponent.prototype.change;\n/** @type {?} */\nSliderComponent.prototype.changed;\n/** @type {?} */\nSliderComponent.prototype.created;\n/** @type {?} */\nSliderComponent.prototype.renderedTicks;\n/** @type {?} */\nSliderComponent.prototype.renderingTicks;\n/** @type {?} */\nSliderComponent.prototype.tooltipChange;\n/** @type {?} */\nSliderComponent.prototype.valueChange;\n/** @type {?} */\nSliderComponent.prototype.focus;\n/** @type {?} */\nSliderComponent.prototype.blur;\n/** @type {?} */\nSliderComponent.prototype.registerEvents;\n/** @type {?} */\nSliderComponent.prototype.addTwoWay;\n/** @type {?} */\nSliderComponent.prototype.ngEle;\n/** @type {?} */\nSliderComponent.prototype.srenderer;\n/** @type {?} */\nSliderComponent.prototype.viewContainerRef;\n/** @type {?} */\nSliderComponent.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 { MaskedTextBoxComponent } from './maskedtextbox.component';\nimport { MaskedTextBoxModule } from './maskedtextbox.module';\n/**\n * NgModule definition for the MaskedTextBox component with providers.\n */\nexport class MaskedTextBoxAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, MaskedTextBoxModule],\n exports: [\n MaskedTextBoxModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MaskedTextBoxAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMaskedTextBoxAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMaskedTextBoxAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MaskedTextBoxComponent } from './maskedtextbox.component';\n/**\n * NgModule definition for the MaskedTextBox component.\n */\nexport class MaskedTextBoxModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n MaskedTextBoxComponent\n ],\n exports: [\n MaskedTextBoxComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MaskedTextBoxModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMaskedTextBoxModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMaskedTextBoxModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { MaskedTextBox } from '@syncfusion/ej2-inputs';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['cssClass','customCharacters','enablePersistence','enableRtl','enabled','floatLabelType','htmlAttributes','locale','mask','placeholder','promptChar','readonly','showClearButton','value','width'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','created','destroyed','focus','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the EJ2 Angular MaskedTextbox Component.\n * ```html\n * <ej-maskedtextbox [value]='value'></ej-maskedtextbox>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class MaskedTextBoxComponent extends MaskedTextBox implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-maskedtextbox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => MaskedTextBoxComponent),\n multi: true\n }\n ],\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 MaskedTextBoxComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nMaskedTextBoxComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMaskedTextBoxComponent.ctorParameters;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.formCompContext;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.formContext;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.tagObjects;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.blur;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.change;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.created;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.destroyed;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.focus;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.valueChange;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.skipFromEvent;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.registerEvents;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.addTwoWay;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.ngEle;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.srenderer;\n/** @type {?} */\nMaskedTextBoxComponent.prototype.viewContainerRef;\n/** @type {?} */\nMaskedTextBoxComponent.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 { NumericTextBoxComponent } from './numerictextbox.component';\nimport { NumericTextBoxModule } from './numerictextbox.module';\n/**\n * NgModule definition for the NumericTextBox component with providers.\n */\nexport class NumericTextBoxAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, NumericTextBoxModule],\n exports: [\n NumericTextBoxModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction NumericTextBoxAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nNumericTextBoxAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nNumericTextBoxAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NumericTextBoxComponent } from './numerictextbox.component';\n/**\n * NgModule definition for the NumericTextBox component.\n */\nexport class NumericTextBoxModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n NumericTextBoxComponent\n ],\n exports: [\n NumericTextBoxComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction NumericTextBoxModule_tsickle_Closure_declarations() {\n/** @type {?} */\nNumericTextBoxModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nNumericTextBoxModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { NumericTextBox } from '@syncfusion/ej2-inputs';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['cssClass','currency','currencyCode','decimals','enablePersistence','enableRtl','enabled','floatLabelType','format','htmlAttributes','locale','max','min','placeholder','readonly','showClearButton','showSpinButton','step','strictMode','validateDecimalOnType','value','width'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','created','destroyed','focus','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the EJ2 Angular NumericTextBox Component.\n * ```html\n * <ej-numerictextbox [value]='value'></ej-numerictextbox>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class NumericTextBoxComponent extends NumericTextBox implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-numerictextbox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NumericTextBoxComponent),\n multi: true\n }\n ],\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 NumericTextBoxComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nNumericTextBoxComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nNumericTextBoxComponent.ctorParameters;\n/** @type {?} */\nNumericTextBoxComponent.prototype.formCompContext;\n/** @type {?} */\nNumericTextBoxComponent.prototype.formContext;\n/** @type {?} */\nNumericTextBoxComponent.prototype.tagObjects;\n/** @type {?} */\nNumericTextBoxComponent.prototype.blur;\n/** @type {?} */\nNumericTextBoxComponent.prototype.change;\n/** @type {?} */\nNumericTextBoxComponent.prototype.created;\n/** @type {?} */\nNumericTextBoxComponent.prototype.destroyed;\n/** @type {?} */\nNumericTextBoxComponent.prototype.focus;\n/** @type {?} */\nNumericTextBoxComponent.prototype.valueChange;\n/** @type {?} */\nNumericTextBoxComponent.prototype.skipFromEvent;\n/** @type {?} */\nNumericTextBoxComponent.prototype.registerEvents;\n/** @type {?} */\nNumericTextBoxComponent.prototype.addTwoWay;\n/** @type {?} */\nNumericTextBoxComponent.prototype.ngEle;\n/** @type {?} */\nNumericTextBoxComponent.prototype.srenderer;\n/** @type {?} */\nNumericTextBoxComponent.prototype.viewContainerRef;\n/** @type {?} */\nNumericTextBoxComponent.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 { TextBoxComponent } from './textbox.component';\nimport { TextBoxModule } from './textbox.module';\n/**\n * NgModule definition for the TextBox component with providers.\n */\nexport class TextBoxAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TextBoxModule],\n exports: [\n TextBoxModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TextBoxAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTextBoxAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTextBoxAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TextBoxComponent } from './textbox.component';\n/**\n * NgModule definition for the TextBox component.\n */\nexport class TextBoxModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TextBoxComponent\n ],\n exports: [\n TextBoxComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TextBoxModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTextBoxModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTextBoxModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { TextBox } from '@syncfusion/ej2-inputs';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['autocomplete','cssClass','enablePersistence','enableRtl','enabled','floatLabelType','htmlAttributes','locale','multiline','placeholder','readonly','showClearButton','type','value','width'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','created','destroyed','focus','input','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the EJ2 Angular TextBox Component.\n * ```html\n * <ejs-textbox [value]='value'></ejs-textbox>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class TextBoxComponent extends TextBox implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tinput: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-textbox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => TextBoxComponent),\n multi: true\n }\n ],\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 TextBoxComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTextBoxComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTextBoxComponent.ctorParameters;\n/** @type {?} */\nTextBoxComponent.prototype.formCompContext;\n/** @type {?} */\nTextBoxComponent.prototype.formContext;\n/** @type {?} */\nTextBoxComponent.prototype.tagObjects;\n/** @type {?} */\nTextBoxComponent.prototype.blur;\n/** @type {?} */\nTextBoxComponent.prototype.change;\n/** @type {?} */\nTextBoxComponent.prototype.created;\n/** @type {?} */\nTextBoxComponent.prototype.destroyed;\n/** @type {?} */\nTextBoxComponent.prototype.focus;\n/** @type {?} */\nTextBoxComponent.prototype.input;\n/** @type {?} */\nTextBoxComponent.prototype.valueChange;\n/** @type {?} */\nTextBoxComponent.prototype.skipFromEvent;\n/** @type {?} */\nTextBoxComponent.prototype.registerEvents;\n/** @type {?} */\nTextBoxComponent.prototype.addTwoWay;\n/** @type {?} */\nTextBoxComponent.prototype.ngEle;\n/** @type {?} */\nTextBoxComponent.prototype.srenderer;\n/** @type {?} */\nTextBoxComponent.prototype.viewContainerRef;\n/** @type {?} */\nTextBoxComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","inputs","twoWays"],"mappings":"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"}