@syncfusion/ej2-angular-inputs 20.3.49 → 20.3.50-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1563 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1472 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1447 -0
  6. package/dist/ej2-angular-inputs.umd.js +1644 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +11 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +0 -3
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  22. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  23. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  25. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  26. package/src/signature/signature-all.module.d.ts +0 -6
  27. package/src/signature/signature.component.d.ts +0 -3
  28. package/src/signature/signature.module.d.ts +0 -6
  29. package/src/slider/slider-all.module.d.ts +0 -6
  30. package/src/slider/slider.component.d.ts +0 -3
  31. package/src/slider/slider.module.d.ts +0 -6
  32. package/src/textbox/textbox-all.module.d.ts +0 -6
  33. package/src/textbox/textbox.component.d.ts +0 -3
  34. package/src/textbox/textbox.module.d.ts +0 -6
  35. package/src/uploader/files.directive.d.ts +0 -5
  36. package/src/uploader/uploader-all.module.d.ts +0 -6
  37. package/src/uploader/uploader.component.d.ts +0 -3
  38. package/src/uploader/uploader.module.d.ts +0 -7
  39. package/styles/color-picker/bootstrap-dark.scss +1 -11
  40. package/styles/color-picker/bootstrap.scss +1 -11
  41. package/styles/color-picker/bootstrap4.scss +1 -11
  42. package/styles/color-picker/bootstrap5-dark.scss +1 -11
  43. package/styles/color-picker/bootstrap5.scss +1 -11
  44. package/styles/color-picker/fabric-dark.scss +1 -11
  45. package/styles/color-picker/fabric.scss +1 -11
  46. package/styles/color-picker/fluent-dark.scss +1 -11
  47. package/styles/color-picker/fluent.scss +1 -11
  48. package/styles/color-picker/highcontrast-light.scss +1 -11
  49. package/styles/color-picker/highcontrast.scss +1 -11
  50. package/styles/color-picker/material-dark.scss +1 -11
  51. package/styles/color-picker/material.scss +1 -11
  52. package/styles/color-picker/tailwind-dark.scss +1 -11
  53. package/styles/color-picker/tailwind.scss +1 -11
  54. package/styles/input/bootstrap-dark.scss +1 -4
  55. package/styles/input/bootstrap.scss +1 -4
  56. package/styles/input/bootstrap4.scss +1 -4
  57. package/styles/input/bootstrap5-dark.scss +1 -4
  58. package/styles/input/bootstrap5.scss +1 -4
  59. package/styles/input/fabric-dark.scss +1 -4
  60. package/styles/input/fabric.scss +1 -4
  61. package/styles/input/fluent-dark.scss +1 -4
  62. package/styles/input/fluent.scss +1 -4
  63. package/styles/input/highcontrast-light.scss +1 -4
  64. package/styles/input/highcontrast.scss +1 -4
  65. package/styles/input/material-dark.scss +1 -4
  66. package/styles/input/material.scss +1 -4
  67. package/styles/input/tailwind-dark.scss +1 -4
  68. package/styles/input/tailwind.scss +1 -4
  69. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  70. package/styles/maskedtextbox/bootstrap.scss +1 -4
  71. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  72. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  73. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  74. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  75. package/styles/maskedtextbox/fabric.scss +1 -4
  76. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  77. package/styles/maskedtextbox/fluent.scss +1 -4
  78. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  79. package/styles/maskedtextbox/highcontrast.scss +1 -4
  80. package/styles/maskedtextbox/material-dark.scss +1 -4
  81. package/styles/maskedtextbox/material.scss +1 -4
  82. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  83. package/styles/maskedtextbox/tailwind.scss +1 -4
  84. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  85. package/styles/numerictextbox/bootstrap.scss +1 -5
  86. package/styles/numerictextbox/bootstrap4.scss +1 -5
  87. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  88. package/styles/numerictextbox/bootstrap5.scss +1 -5
  89. package/styles/numerictextbox/fabric-dark.scss +1 -5
  90. package/styles/numerictextbox/fabric.scss +1 -5
  91. package/styles/numerictextbox/fluent-dark.scss +1 -5
  92. package/styles/numerictextbox/fluent.scss +1 -5
  93. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  94. package/styles/numerictextbox/highcontrast.scss +1 -5
  95. package/styles/numerictextbox/material-dark.scss +1 -5
  96. package/styles/numerictextbox/material.scss +1 -5
  97. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  98. package/styles/numerictextbox/tailwind.scss +1 -5
  99. package/styles/signature/bootstrap-dark.scss +1 -3
  100. package/styles/signature/bootstrap.scss +1 -3
  101. package/styles/signature/bootstrap4.scss +1 -3
  102. package/styles/signature/bootstrap5-dark.scss +1 -3
  103. package/styles/signature/bootstrap5.scss +1 -3
  104. package/styles/signature/fabric-dark.scss +1 -3
  105. package/styles/signature/fabric.scss +1 -3
  106. package/styles/signature/fluent-dark.scss +1 -3
  107. package/styles/signature/fluent.scss +1 -3
  108. package/styles/signature/highcontrast-light.scss +1 -3
  109. package/styles/signature/highcontrast.scss +1 -3
  110. package/styles/signature/material-dark.scss +1 -3
  111. package/styles/signature/material.scss +1 -3
  112. package/styles/signature/tailwind-dark.scss +1 -3
  113. package/styles/signature/tailwind.scss +1 -3
  114. package/styles/slider/bootstrap-dark.scss +1 -5
  115. package/styles/slider/bootstrap.scss +1 -5
  116. package/styles/slider/bootstrap4.scss +1 -5
  117. package/styles/slider/bootstrap5-dark.scss +1 -5
  118. package/styles/slider/bootstrap5.scss +1 -5
  119. package/styles/slider/fabric-dark.scss +1 -5
  120. package/styles/slider/fabric.scss +1 -5
  121. package/styles/slider/fluent-dark.scss +1 -5
  122. package/styles/slider/fluent.scss +1 -5
  123. package/styles/slider/highcontrast-light.scss +1 -5
  124. package/styles/slider/highcontrast.scss +1 -5
  125. package/styles/slider/material-dark.scss +1 -5
  126. package/styles/slider/material.scss +1 -5
  127. package/styles/slider/tailwind-dark.scss +1 -5
  128. package/styles/slider/tailwind.scss +1 -5
  129. package/styles/textbox/bootstrap-dark.scss +1 -4
  130. package/styles/textbox/bootstrap.scss +1 -4
  131. package/styles/textbox/bootstrap4.scss +1 -4
  132. package/styles/textbox/bootstrap5-dark.scss +1 -4
  133. package/styles/textbox/bootstrap5.scss +1 -4
  134. package/styles/textbox/fabric-dark.scss +1 -4
  135. package/styles/textbox/fabric.scss +1 -4
  136. package/styles/textbox/fluent-dark.scss +1 -4
  137. package/styles/textbox/fluent.scss +1 -4
  138. package/styles/textbox/highcontrast-light.scss +1 -4
  139. package/styles/textbox/highcontrast.scss +1 -4
  140. package/styles/textbox/material-dark.scss +1 -4
  141. package/styles/textbox/material.scss +1 -4
  142. package/styles/textbox/tailwind-dark.scss +1 -4
  143. package/styles/textbox/tailwind.scss +1 -4
  144. package/styles/uploader/bootstrap-dark.scss +1 -6
  145. package/styles/uploader/bootstrap.scss +1 -6
  146. package/styles/uploader/bootstrap4.scss +1 -6
  147. package/styles/uploader/bootstrap5-dark.scss +1 -6
  148. package/styles/uploader/bootstrap5.scss +1 -6
  149. package/styles/uploader/fabric-dark.scss +1 -6
  150. package/styles/uploader/fabric.scss +1 -6
  151. package/styles/uploader/fluent-dark.scss +1 -6
  152. package/styles/uploader/fluent.scss +1 -6
  153. package/styles/uploader/highcontrast-light.scss +1 -6
  154. package/styles/uploader/highcontrast.scss +1 -6
  155. package/styles/uploader/material-dark.scss +1 -6
  156. package/styles/uploader/material.scss +1 -6
  157. package/styles/uploader/tailwind-dark.scss +1 -6
  158. package/styles/uploader/tailwind.scss +1 -6
  159. package/esm2020/public_api.mjs +0 -3
  160. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  161. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  162. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  163. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  164. package/esm2020/src/index.mjs +0 -25
  165. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  166. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  167. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  168. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  169. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  170. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  171. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  172. package/esm2020/src/signature/signature.component.mjs +0 -83
  173. package/esm2020/src/signature/signature.module.mjs +0 -25
  174. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  175. package/esm2020/src/slider/slider.component.mjs +0 -83
  176. package/esm2020/src/slider/slider.module.mjs +0 -25
  177. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  178. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  179. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  180. package/esm2020/src/uploader/files.directive.mjs +0 -58
  181. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  182. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  183. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  184. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  185. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1097
  186. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  187. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1097
  188. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  189. package/styles/color-picker/_all.scss +0 -2
  190. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
  191. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  192. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  193. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  194. package/styles/color-picker/_bootstrap5-definition.scss +0 -133
  195. package/styles/color-picker/_fabric-dark-definition.scss +0 -131
  196. package/styles/color-picker/_fabric-definition.scss +0 -127
  197. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  198. package/styles/color-picker/_fluent-definition.scss +0 -133
  199. package/styles/color-picker/_fusionnew-definition.scss +0 -133
  200. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  201. package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
  202. package/styles/color-picker/_layout.scss +0 -1174
  203. package/styles/color-picker/_material-dark-definition.scss +0 -135
  204. package/styles/color-picker/_material-definition.scss +0 -130
  205. package/styles/color-picker/_material3-definition.scss +0 -133
  206. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  207. package/styles/color-picker/_tailwind-definition.scss +0 -132
  208. package/styles/color-picker/_theme.scss +0 -183
  209. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  210. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  211. package/styles/color-picker/icons/_bootstrap4.scss +0 -9
  212. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  213. package/styles/color-picker/icons/_bootstrap5.scss +0 -9
  214. package/styles/color-picker/icons/_fabric-dark.scss +0 -9
  215. package/styles/color-picker/icons/_fabric.scss +0 -9
  216. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  217. package/styles/color-picker/icons/_fluent.scss +0 -9
  218. package/styles/color-picker/icons/_fusionnew.scss +0 -9
  219. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  220. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  221. package/styles/color-picker/icons/_material-dark.scss +0 -9
  222. package/styles/color-picker/icons/_material.scss +0 -9
  223. package/styles/color-picker/icons/_material3.scss +0 -9
  224. package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
  225. package/styles/color-picker/icons/_tailwind.scss +0 -9
  226. package/styles/input/_all.scss +0 -3
  227. package/styles/input/_bootstrap-dark-definition.scss +0 -329
  228. package/styles/input/_bootstrap-definition.scss +0 -320
  229. package/styles/input/_bootstrap4-definition.scss +0 -325
  230. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  231. package/styles/input/_bootstrap5-definition.scss +0 -336
  232. package/styles/input/_definition.scss +0 -232
  233. package/styles/input/_fabric-dark-definition.scss +0 -319
  234. package/styles/input/_fabric-definition.scss +0 -311
  235. package/styles/input/_fluent-dark-definition.scss +0 -1
  236. package/styles/input/_fluent-definition.scss +0 -338
  237. package/styles/input/_fusionnew-definition.scss +0 -336
  238. package/styles/input/_highcontrast-definition.scss +0 -312
  239. package/styles/input/_highcontrast-light-definition.scss +0 -320
  240. package/styles/input/_layout.scss +0 -11009
  241. package/styles/input/_material-dark-definition.scss +0 -573
  242. package/styles/input/_material-definition.scss +0 -573
  243. package/styles/input/_material3-definition.scss +0 -336
  244. package/styles/input/_responsive.scss +0 -1
  245. package/styles/input/_tailwind-dark-definition.scss +0 -1
  246. package/styles/input/_tailwind-definition.scss +0 -335
  247. package/styles/input/_theme.scss +0 -4264
  248. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  249. package/styles/input/icons/_bootstrap.scss +0 -17
  250. package/styles/input/icons/_bootstrap4.scss +0 -17
  251. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  252. package/styles/input/icons/_bootstrap5.scss +0 -17
  253. package/styles/input/icons/_fabric-dark.scss +0 -17
  254. package/styles/input/icons/_fabric.scss +0 -17
  255. package/styles/input/icons/_fluent-dark.scss +0 -1
  256. package/styles/input/icons/_fluent.scss +0 -17
  257. package/styles/input/icons/_fusionnew.scss +0 -17
  258. package/styles/input/icons/_highcontrast-light.scss +0 -17
  259. package/styles/input/icons/_highcontrast.scss +0 -17
  260. package/styles/input/icons/_material-dark.scss +0 -49
  261. package/styles/input/icons/_material.scss +0 -49
  262. package/styles/input/icons/_material3.scss +0 -17
  263. package/styles/input/icons/_tailwind-dark.scss +0 -1
  264. package/styles/input/icons/_tailwind.scss +0 -17
  265. package/styles/maskedtextbox/_all.scss +0 -2
  266. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
  267. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
  268. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
  269. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  270. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  271. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
  272. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  273. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  274. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  275. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  276. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  277. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
  278. package/styles/maskedtextbox/_layout.scss +0 -33
  279. package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
  280. package/styles/maskedtextbox/_material-definition.scss +0 -4
  281. package/styles/maskedtextbox/_material3-definition.scss +0 -7
  282. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  283. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  284. package/styles/maskedtextbox/_theme.scss +0 -15
  285. package/styles/numerictextbox/_all.scss +0 -2
  286. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
  287. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  288. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  289. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  290. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  291. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
  292. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  293. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  294. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  295. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  296. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  297. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
  298. package/styles/numerictextbox/_layout.scss +0 -30
  299. package/styles/numerictextbox/_material-dark-definition.scss +0 -6
  300. package/styles/numerictextbox/_material-definition.scss +0 -3
  301. package/styles/numerictextbox/_material3-definition.scss +0 -3
  302. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  303. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  304. package/styles/numerictextbox/_theme.scss +0 -39
  305. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  306. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  307. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  308. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  309. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
  310. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  311. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  312. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  313. package/styles/numerictextbox/icons/_fluent.scss +0 -11
  314. package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
  315. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  316. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  317. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  318. package/styles/numerictextbox/icons/_material.scss +0 -11
  319. package/styles/numerictextbox/icons/_material3.scss +0 -11
  320. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  321. package/styles/numerictextbox/icons/_tailwind.scss +0 -11
  322. package/styles/signature/_all.scss +0 -2
  323. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  324. package/styles/signature/_bootstrap-definition.scss +0 -3
  325. package/styles/signature/_bootstrap4-definition.scss +0 -3
  326. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  327. package/styles/signature/_bootstrap5-definition.scss +0 -3
  328. package/styles/signature/_fabric-dark-definition.scss +0 -3
  329. package/styles/signature/_fabric-definition.scss +0 -3
  330. package/styles/signature/_fluent-dark-definition.scss +0 -1
  331. package/styles/signature/_fluent-definition.scss +0 -3
  332. package/styles/signature/_fusionnew-definition.scss +0 -3
  333. package/styles/signature/_highcontrast-definition.scss +0 -3
  334. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  335. package/styles/signature/_layout.scss +0 -5
  336. package/styles/signature/_material-dark-definition.scss +0 -3
  337. package/styles/signature/_material-definition.scss +0 -3
  338. package/styles/signature/_material3-definition.scss +0 -3
  339. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  340. package/styles/signature/_tailwind-definition.scss +0 -3
  341. package/styles/signature/_theme.scss +0 -7
  342. package/styles/slider/_all.scss +0 -3
  343. package/styles/slider/_bootstrap-dark-definition.scss +0 -156
  344. package/styles/slider/_bootstrap-definition.scss +0 -152
  345. package/styles/slider/_bootstrap4-definition.scss +0 -147
  346. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  347. package/styles/slider/_bootstrap5-definition.scss +0 -90
  348. package/styles/slider/_fabric-dark-definition.scss +0 -162
  349. package/styles/slider/_fabric-definition.scss +0 -156
  350. package/styles/slider/_fluent-dark-definition.scss +0 -1
  351. package/styles/slider/_fluent-definition.scss +0 -74
  352. package/styles/slider/_fusionnew-definition.scss +0 -90
  353. package/styles/slider/_highcontrast-definition.scss +0 -145
  354. package/styles/slider/_highcontrast-light-definition.scss +0 -149
  355. package/styles/slider/_icons.scss +0 -1
  356. package/styles/slider/_layout.scss +0 -2421
  357. package/styles/slider/_material-dark-definition.scss +0 -159
  358. package/styles/slider/_material-definition.scss +0 -154
  359. package/styles/slider/_material3-definition.scss +0 -90
  360. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  361. package/styles/slider/_tailwind-definition.scss +0 -84
  362. package/styles/slider/_theme.scss +0 -235
  363. package/styles/textbox/_all.scss +0 -1
  364. package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
  365. package/styles/textbox/_bootstrap-definition.scss +0 -1
  366. package/styles/textbox/_bootstrap4-definition.scss +0 -1
  367. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  368. package/styles/textbox/_bootstrap5-definition.scss +0 -1
  369. package/styles/textbox/_fabric-dark-definition.scss +0 -1
  370. package/styles/textbox/_fabric-definition.scss +0 -1
  371. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  372. package/styles/textbox/_fluent-definition.scss +0 -1
  373. package/styles/textbox/_fusionnew-definition.scss +0 -1
  374. package/styles/textbox/_highcontrast-definition.scss +0 -1
  375. package/styles/textbox/_highcontrast-light-definition.scss +0 -1
  376. package/styles/textbox/_layout.scss +0 -10
  377. package/styles/textbox/_material-dark-definition.scss +0 -1
  378. package/styles/textbox/_material-definition.scss +0 -1
  379. package/styles/textbox/_material3-definition.scss +0 -1
  380. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  381. package/styles/textbox/_tailwind-definition.scss +0 -1
  382. package/styles/textbox/_theme.scss +0 -1
  383. package/styles/uploader/_all.scss +0 -2
  384. package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
  385. package/styles/uploader/_bootstrap-definition.scss +0 -208
  386. package/styles/uploader/_bootstrap4-definition.scss +0 -211
  387. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  388. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  389. package/styles/uploader/_definition.scss +0 -142
  390. package/styles/uploader/_fabric-dark-definition.scss +0 -216
  391. package/styles/uploader/_fabric-definition.scss +0 -210
  392. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  393. package/styles/uploader/_fluent-definition.scss +0 -234
  394. package/styles/uploader/_fusionnew-definition.scss +0 -216
  395. package/styles/uploader/_highcontrast-definition.scss +0 -211
  396. package/styles/uploader/_highcontrast-light-definition.scss +0 -219
  397. package/styles/uploader/_layout.scss +0 -984
  398. package/styles/uploader/_material-dark-definition.scss +0 -217
  399. package/styles/uploader/_material-definition.scss +0 -214
  400. package/styles/uploader/_material3-definition.scss +0 -216
  401. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  402. package/styles/uploader/_tailwind-definition.scss +0 -232
  403. package/styles/uploader/_theme.scss +0 -136
  404. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  405. package/styles/uploader/icons/_bootstrap.scss +0 -34
  406. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  407. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  408. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  409. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  410. package/styles/uploader/icons/_fabric.scss +0 -34
  411. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  412. package/styles/uploader/icons/_fluent.scss +0 -34
  413. package/styles/uploader/icons/_fusionnew.scss +0 -34
  414. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  415. package/styles/uploader/icons/_highcontrast.scss +0 -34
  416. package/styles/uploader/icons/_material-dark.scss +0 -34
  417. package/styles/uploader/icons/_material.scss +0 -34
  418. package/styles/uploader/icons/_material3.scss +0 -34
  419. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  420. package/styles/uploader/icons/_tailwind.scss +0 -34
  421. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -0,0 +1,1644 @@
1
+ /*!
2
+ * filename: ej2-angular-inputs.umd.js
3
+ * version : 20.3.50
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ (function (global, factory) {
11
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-inputs'), require('@angular/common')) :
12
+ typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/forms', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-inputs', '@angular/common'], factory) :
13
+ (factory((global['ej2-angular-inputs'] = {}),global.ng.core,global.ng.forms,global.ej2.angular.base,global.ej2.inputs,global.ng.common));
14
+ }(this, (function (exports,core,forms,ej2AngularBase,ej2Inputs,common) { 'use strict';
15
+
16
+ var __extends = (this && this.__extends) || (function () {
17
+ var extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
20
+ return function (d, b) {
21
+ extendStatics(d, b);
22
+ function __() { this.constructor = d; }
23
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
24
+ };
25
+ })();
26
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
27
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
28
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
29
+ r = Reflect.decorate(decorators, target, key, desc);
30
+ else
31
+ for (var i = decorators.length - 1; i >= 0; i--)
32
+ if (d = decorators[i])
33
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
34
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
35
+ };
36
+ var __metadata = (this && this.__metadata) || function (k, v) {
37
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
38
+ return Reflect.metadata(k, v);
39
+ };
40
+ var inputs = ['autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width'];
41
+ var outputs = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
42
+ var twoWays = ['value'];
43
+ /**
44
+ * Represents the EJ2 Angular TextBox Component.
45
+ * ```html
46
+ * <ejs-textbox [value]='value'></ejs-textbox>
47
+ * ```
48
+ */
49
+ exports.TextBoxComponent = TextBoxComponent_1 = /** @class */ (function (_super) {
50
+ __extends(TextBoxComponent, _super);
51
+ /**
52
+ * @param {?} ngEle
53
+ * @param {?} srenderer
54
+ * @param {?} viewContainerRef
55
+ * @param {?} injector
56
+ */
57
+ function TextBoxComponent(ngEle, srenderer, viewContainerRef, injector) {
58
+ var _this = _super.call(this) || this;
59
+ _this.ngEle = ngEle;
60
+ _this.srenderer = srenderer;
61
+ _this.viewContainerRef = viewContainerRef;
62
+ _this.injector = injector;
63
+ _this.skipFromEvent = true;
64
+ _this.element = _this.ngEle.nativeElement;
65
+ _this.injectedModules = _this.injectedModules || [];
66
+ _this.registerEvents(outputs);
67
+ _this.addTwoWay.call(_this, twoWays);
68
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
69
+ _this.formContext = new ej2AngularBase.FormBase();
70
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
71
+ return _this;
72
+ }
73
+ /**
74
+ * @param {?} registerFunction
75
+ * @return {?}
76
+ */
77
+ TextBoxComponent.prototype.registerOnChange = function (registerFunction) {
78
+ };
79
+ /**
80
+ * @param {?} registerFunction
81
+ * @return {?}
82
+ */
83
+ TextBoxComponent.prototype.registerOnTouched = function (registerFunction) {
84
+ };
85
+ /**
86
+ * @param {?} value
87
+ * @return {?}
88
+ */
89
+ TextBoxComponent.prototype.writeValue = function (value) {
90
+ };
91
+ /**
92
+ * @param {?} disabled
93
+ * @return {?}
94
+ */
95
+ TextBoxComponent.prototype.setDisabledState = function (disabled) {
96
+ };
97
+ /**
98
+ * @return {?}
99
+ */
100
+ TextBoxComponent.prototype.ngOnInit = function () {
101
+ this.formCompContext.ngOnInit(this);
102
+ };
103
+ /**
104
+ * @return {?}
105
+ */
106
+ TextBoxComponent.prototype.ngAfterViewInit = function () {
107
+ this.formContext.ngAfterViewInit(this);
108
+ };
109
+ /**
110
+ * @return {?}
111
+ */
112
+ TextBoxComponent.prototype.ngOnDestroy = function () {
113
+ this.formCompContext.ngOnDestroy(this);
114
+ };
115
+ /**
116
+ * @return {?}
117
+ */
118
+ TextBoxComponent.prototype.ngAfterContentChecked = function () {
119
+ this.formCompContext.ngAfterContentChecked(this);
120
+ };
121
+ return TextBoxComponent;
122
+ }(ej2Inputs.TextBox));
123
+ exports.TextBoxComponent.decorators = [
124
+ { type: core.Component, args: [{
125
+ selector: 'ejs-textbox',
126
+ inputs: inputs,
127
+ outputs: outputs,
128
+ template: '',
129
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
130
+ providers: [
131
+ {
132
+ provide: forms.NG_VALUE_ACCESSOR,
133
+ useExisting: core.forwardRef(function () { return TextBoxComponent_1; }),
134
+ multi: true
135
+ }
136
+ ],
137
+ queries: {}
138
+ },] },
139
+ ];
140
+ /**
141
+ * @nocollapse
142
+ */
143
+ exports.TextBoxComponent.ctorParameters = function () { return [
144
+ { type: core.ElementRef, },
145
+ { type: core.Renderer2, },
146
+ { type: core.ViewContainerRef, },
147
+ { type: core.Injector, },
148
+ ]; };
149
+ exports.TextBoxComponent = TextBoxComponent_1 = __decorate([
150
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
151
+ __metadata("design:paramtypes", [core.ElementRef,
152
+ core.Renderer2,
153
+ core.ViewContainerRef,
154
+ core.Injector])
155
+ ], exports.TextBoxComponent);
156
+ var TextBoxComponent_1;
157
+ /**
158
+ * NgModule definition for the TextBox component.
159
+ */
160
+ var TextBoxModule = /** @class */ (function () {
161
+ function TextBoxModule() {
162
+ }
163
+ return TextBoxModule;
164
+ }());
165
+ TextBoxModule.decorators = [
166
+ { type: core.NgModule, args: [{
167
+ imports: [common.CommonModule],
168
+ declarations: [
169
+ exports.TextBoxComponent
170
+ ],
171
+ exports: [
172
+ exports.TextBoxComponent
173
+ ]
174
+ },] },
175
+ ];
176
+ /**
177
+ * @nocollapse
178
+ */
179
+ TextBoxModule.ctorParameters = function () { return []; };
180
+ /**
181
+ * NgModule definition for the TextBox component with providers.
182
+ */
183
+ var TextBoxAllModule = /** @class */ (function () {
184
+ function TextBoxAllModule() {
185
+ }
186
+ return TextBoxAllModule;
187
+ }());
188
+ TextBoxAllModule.decorators = [
189
+ { type: core.NgModule, args: [{
190
+ imports: [common.CommonModule, TextBoxModule],
191
+ exports: [
192
+ TextBoxModule
193
+ ],
194
+ providers: []
195
+ },] },
196
+ ];
197
+ /**
198
+ * @nocollapse
199
+ */
200
+ TextBoxAllModule.ctorParameters = function () { return []; };
201
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
202
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
203
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
204
+ r = Reflect.decorate(decorators, target, key, desc);
205
+ else
206
+ for (var i = decorators.length - 1; i >= 0; i--)
207
+ if (d = decorators[i])
208
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
209
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
210
+ };
211
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
212
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
213
+ return Reflect.metadata(k, v);
214
+ };
215
+ var inputs$1 = ['cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
216
+ var outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
217
+ var twoWays$1 = ['value'];
218
+ /**
219
+ * Represents the EJ2 Angular NumericTextBox Component.
220
+ * ```html
221
+ * <ej-numerictextbox [value]='value'></ej-numerictextbox>
222
+ * ```
223
+ */
224
+ exports.NumericTextBoxComponent = NumericTextBoxComponent_1 = /** @class */ (function (_super) {
225
+ __extends(NumericTextBoxComponent, _super);
226
+ /**
227
+ * @param {?} ngEle
228
+ * @param {?} srenderer
229
+ * @param {?} viewContainerRef
230
+ * @param {?} injector
231
+ */
232
+ function NumericTextBoxComponent(ngEle, srenderer, viewContainerRef, injector) {
233
+ var _this = _super.call(this) || this;
234
+ _this.ngEle = ngEle;
235
+ _this.srenderer = srenderer;
236
+ _this.viewContainerRef = viewContainerRef;
237
+ _this.injector = injector;
238
+ _this.skipFromEvent = true;
239
+ _this.element = _this.ngEle.nativeElement;
240
+ _this.injectedModules = _this.injectedModules || [];
241
+ _this.registerEvents(outputs$1);
242
+ _this.addTwoWay.call(_this, twoWays$1);
243
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
244
+ _this.formContext = new ej2AngularBase.FormBase();
245
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
246
+ return _this;
247
+ }
248
+ /**
249
+ * @param {?} registerFunction
250
+ * @return {?}
251
+ */
252
+ NumericTextBoxComponent.prototype.registerOnChange = function (registerFunction) {
253
+ };
254
+ /**
255
+ * @param {?} registerFunction
256
+ * @return {?}
257
+ */
258
+ NumericTextBoxComponent.prototype.registerOnTouched = function (registerFunction) {
259
+ };
260
+ /**
261
+ * @param {?} value
262
+ * @return {?}
263
+ */
264
+ NumericTextBoxComponent.prototype.writeValue = function (value) {
265
+ };
266
+ /**
267
+ * @param {?} disabled
268
+ * @return {?}
269
+ */
270
+ NumericTextBoxComponent.prototype.setDisabledState = function (disabled) {
271
+ };
272
+ /**
273
+ * @return {?}
274
+ */
275
+ NumericTextBoxComponent.prototype.ngOnInit = function () {
276
+ this.formCompContext.ngOnInit(this);
277
+ };
278
+ /**
279
+ * @return {?}
280
+ */
281
+ NumericTextBoxComponent.prototype.ngAfterViewInit = function () {
282
+ this.formContext.ngAfterViewInit(this);
283
+ };
284
+ /**
285
+ * @return {?}
286
+ */
287
+ NumericTextBoxComponent.prototype.ngOnDestroy = function () {
288
+ this.formCompContext.ngOnDestroy(this);
289
+ };
290
+ /**
291
+ * @return {?}
292
+ */
293
+ NumericTextBoxComponent.prototype.ngAfterContentChecked = function () {
294
+ this.formCompContext.ngAfterContentChecked(this);
295
+ };
296
+ return NumericTextBoxComponent;
297
+ }(ej2Inputs.NumericTextBox));
298
+ exports.NumericTextBoxComponent.decorators = [
299
+ { type: core.Component, args: [{
300
+ selector: 'ejs-numerictextbox',
301
+ inputs: inputs$1,
302
+ outputs: outputs$1,
303
+ template: '',
304
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
305
+ providers: [
306
+ {
307
+ provide: forms.NG_VALUE_ACCESSOR,
308
+ useExisting: core.forwardRef(function () { return NumericTextBoxComponent_1; }),
309
+ multi: true
310
+ }
311
+ ],
312
+ queries: {}
313
+ },] },
314
+ ];
315
+ /**
316
+ * @nocollapse
317
+ */
318
+ exports.NumericTextBoxComponent.ctorParameters = function () { return [
319
+ { type: core.ElementRef, },
320
+ { type: core.Renderer2, },
321
+ { type: core.ViewContainerRef, },
322
+ { type: core.Injector, },
323
+ ]; };
324
+ exports.NumericTextBoxComponent = NumericTextBoxComponent_1 = __decorate$1([
325
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
326
+ __metadata$1("design:paramtypes", [core.ElementRef,
327
+ core.Renderer2,
328
+ core.ViewContainerRef,
329
+ core.Injector])
330
+ ], exports.NumericTextBoxComponent);
331
+ var NumericTextBoxComponent_1;
332
+ /**
333
+ * NgModule definition for the NumericTextBox component.
334
+ */
335
+ var NumericTextBoxModule = /** @class */ (function () {
336
+ function NumericTextBoxModule() {
337
+ }
338
+ return NumericTextBoxModule;
339
+ }());
340
+ NumericTextBoxModule.decorators = [
341
+ { type: core.NgModule, args: [{
342
+ imports: [common.CommonModule],
343
+ declarations: [
344
+ exports.NumericTextBoxComponent
345
+ ],
346
+ exports: [
347
+ exports.NumericTextBoxComponent
348
+ ]
349
+ },] },
350
+ ];
351
+ /**
352
+ * @nocollapse
353
+ */
354
+ NumericTextBoxModule.ctorParameters = function () { return []; };
355
+ /**
356
+ * NgModule definition for the NumericTextBox component with providers.
357
+ */
358
+ var NumericTextBoxAllModule = /** @class */ (function () {
359
+ function NumericTextBoxAllModule() {
360
+ }
361
+ return NumericTextBoxAllModule;
362
+ }());
363
+ NumericTextBoxAllModule.decorators = [
364
+ { type: core.NgModule, args: [{
365
+ imports: [common.CommonModule, NumericTextBoxModule],
366
+ exports: [
367
+ NumericTextBoxModule
368
+ ],
369
+ providers: []
370
+ },] },
371
+ ];
372
+ /**
373
+ * @nocollapse
374
+ */
375
+ NumericTextBoxAllModule.ctorParameters = function () { return []; };
376
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
377
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
378
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
379
+ r = Reflect.decorate(decorators, target, key, desc);
380
+ else
381
+ for (var i = decorators.length - 1; i >= 0; i--)
382
+ if (d = decorators[i])
383
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
384
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
385
+ };
386
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
387
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
388
+ return Reflect.metadata(k, v);
389
+ };
390
+ var inputs$2 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
391
+ var outputs$2 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
392
+ var twoWays$2 = ['value'];
393
+ /**
394
+ * Represents the EJ2 Angular MaskedTextbox Component.
395
+ * ```html
396
+ * <ej-maskedtextbox [value]='value'></ej-maskedtextbox>
397
+ * ```
398
+ */
399
+ exports.MaskedTextBoxComponent = MaskedTextBoxComponent_1 = /** @class */ (function (_super) {
400
+ __extends(MaskedTextBoxComponent, _super);
401
+ /**
402
+ * @param {?} ngEle
403
+ * @param {?} srenderer
404
+ * @param {?} viewContainerRef
405
+ * @param {?} injector
406
+ */
407
+ function MaskedTextBoxComponent(ngEle, srenderer, viewContainerRef, injector) {
408
+ var _this = _super.call(this) || this;
409
+ _this.ngEle = ngEle;
410
+ _this.srenderer = srenderer;
411
+ _this.viewContainerRef = viewContainerRef;
412
+ _this.injector = injector;
413
+ _this.skipFromEvent = true;
414
+ _this.element = _this.ngEle.nativeElement;
415
+ _this.injectedModules = _this.injectedModules || [];
416
+ _this.registerEvents(outputs$2);
417
+ _this.addTwoWay.call(_this, twoWays$2);
418
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
419
+ _this.formContext = new ej2AngularBase.FormBase();
420
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
421
+ return _this;
422
+ }
423
+ /**
424
+ * @param {?} registerFunction
425
+ * @return {?}
426
+ */
427
+ MaskedTextBoxComponent.prototype.registerOnChange = function (registerFunction) {
428
+ };
429
+ /**
430
+ * @param {?} registerFunction
431
+ * @return {?}
432
+ */
433
+ MaskedTextBoxComponent.prototype.registerOnTouched = function (registerFunction) {
434
+ };
435
+ /**
436
+ * @param {?} value
437
+ * @return {?}
438
+ */
439
+ MaskedTextBoxComponent.prototype.writeValue = function (value) {
440
+ };
441
+ /**
442
+ * @param {?} disabled
443
+ * @return {?}
444
+ */
445
+ MaskedTextBoxComponent.prototype.setDisabledState = function (disabled) {
446
+ };
447
+ /**
448
+ * @return {?}
449
+ */
450
+ MaskedTextBoxComponent.prototype.ngOnInit = function () {
451
+ this.formCompContext.ngOnInit(this);
452
+ };
453
+ /**
454
+ * @return {?}
455
+ */
456
+ MaskedTextBoxComponent.prototype.ngAfterViewInit = function () {
457
+ this.formContext.ngAfterViewInit(this);
458
+ };
459
+ /**
460
+ * @return {?}
461
+ */
462
+ MaskedTextBoxComponent.prototype.ngOnDestroy = function () {
463
+ this.formCompContext.ngOnDestroy(this);
464
+ };
465
+ /**
466
+ * @return {?}
467
+ */
468
+ MaskedTextBoxComponent.prototype.ngAfterContentChecked = function () {
469
+ this.formCompContext.ngAfterContentChecked(this);
470
+ };
471
+ return MaskedTextBoxComponent;
472
+ }(ej2Inputs.MaskedTextBox));
473
+ exports.MaskedTextBoxComponent.decorators = [
474
+ { type: core.Component, args: [{
475
+ selector: 'ejs-maskedtextbox',
476
+ inputs: inputs$2,
477
+ outputs: outputs$2,
478
+ template: '',
479
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
480
+ providers: [
481
+ {
482
+ provide: forms.NG_VALUE_ACCESSOR,
483
+ useExisting: core.forwardRef(function () { return MaskedTextBoxComponent_1; }),
484
+ multi: true
485
+ }
486
+ ],
487
+ queries: {}
488
+ },] },
489
+ ];
490
+ /**
491
+ * @nocollapse
492
+ */
493
+ exports.MaskedTextBoxComponent.ctorParameters = function () { return [
494
+ { type: core.ElementRef, },
495
+ { type: core.Renderer2, },
496
+ { type: core.ViewContainerRef, },
497
+ { type: core.Injector, },
498
+ ]; };
499
+ exports.MaskedTextBoxComponent = MaskedTextBoxComponent_1 = __decorate$2([
500
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
501
+ __metadata$2("design:paramtypes", [core.ElementRef,
502
+ core.Renderer2,
503
+ core.ViewContainerRef,
504
+ core.Injector])
505
+ ], exports.MaskedTextBoxComponent);
506
+ var MaskedTextBoxComponent_1;
507
+ /**
508
+ * NgModule definition for the MaskedTextBox component.
509
+ */
510
+ var MaskedTextBoxModule = /** @class */ (function () {
511
+ function MaskedTextBoxModule() {
512
+ }
513
+ return MaskedTextBoxModule;
514
+ }());
515
+ MaskedTextBoxModule.decorators = [
516
+ { type: core.NgModule, args: [{
517
+ imports: [common.CommonModule],
518
+ declarations: [
519
+ exports.MaskedTextBoxComponent
520
+ ],
521
+ exports: [
522
+ exports.MaskedTextBoxComponent
523
+ ]
524
+ },] },
525
+ ];
526
+ /**
527
+ * @nocollapse
528
+ */
529
+ MaskedTextBoxModule.ctorParameters = function () { return []; };
530
+ /**
531
+ * NgModule definition for the MaskedTextBox component with providers.
532
+ */
533
+ var MaskedTextBoxAllModule = /** @class */ (function () {
534
+ function MaskedTextBoxAllModule() {
535
+ }
536
+ return MaskedTextBoxAllModule;
537
+ }());
538
+ MaskedTextBoxAllModule.decorators = [
539
+ { type: core.NgModule, args: [{
540
+ imports: [common.CommonModule, MaskedTextBoxModule],
541
+ exports: [
542
+ MaskedTextBoxModule
543
+ ],
544
+ providers: []
545
+ },] },
546
+ ];
547
+ /**
548
+ * @nocollapse
549
+ */
550
+ MaskedTextBoxAllModule.ctorParameters = function () { return []; };
551
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
552
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
553
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
554
+ r = Reflect.decorate(decorators, target, key, desc);
555
+ else
556
+ for (var i = decorators.length - 1; i >= 0; i--)
557
+ if (d = decorators[i])
558
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
559
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
560
+ };
561
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
562
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
563
+ return Reflect.metadata(k, v);
564
+ };
565
+ var inputs$3 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
566
+ var outputs$3 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
567
+ var twoWays$3 = ['value'];
568
+ /**
569
+ * Represents the EJ2 Angular Slider Component.
570
+ * ```html
571
+ * <ejs-slider [value]='value'></ejs-slider>
572
+ * ```
573
+ */
574
+ exports.SliderComponent = SliderComponent_1 = /** @class */ (function (_super) {
575
+ __extends(SliderComponent, _super);
576
+ /**
577
+ * @param {?} ngEle
578
+ * @param {?} srenderer
579
+ * @param {?} viewContainerRef
580
+ * @param {?} injector
581
+ */
582
+ function SliderComponent(ngEle, srenderer, viewContainerRef, injector) {
583
+ var _this = _super.call(this) || this;
584
+ _this.ngEle = ngEle;
585
+ _this.srenderer = srenderer;
586
+ _this.viewContainerRef = viewContainerRef;
587
+ _this.injector = injector;
588
+ _this.element = _this.ngEle.nativeElement;
589
+ _this.injectedModules = _this.injectedModules || [];
590
+ _this.registerEvents(outputs$3);
591
+ _this.addTwoWay.call(_this, twoWays$3);
592
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
593
+ _this.formContext = new ej2AngularBase.FormBase();
594
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
595
+ return _this;
596
+ }
597
+ /**
598
+ * @param {?} registerFunction
599
+ * @return {?}
600
+ */
601
+ SliderComponent.prototype.registerOnChange = function (registerFunction) {
602
+ };
603
+ /**
604
+ * @param {?} registerFunction
605
+ * @return {?}
606
+ */
607
+ SliderComponent.prototype.registerOnTouched = function (registerFunction) {
608
+ };
609
+ /**
610
+ * @param {?} value
611
+ * @return {?}
612
+ */
613
+ SliderComponent.prototype.writeValue = function (value) {
614
+ };
615
+ /**
616
+ * @param {?} disabled
617
+ * @return {?}
618
+ */
619
+ SliderComponent.prototype.setDisabledState = function (disabled) {
620
+ };
621
+ /**
622
+ * @return {?}
623
+ */
624
+ SliderComponent.prototype.ngOnInit = function () {
625
+ this.formCompContext.ngOnInit(this);
626
+ };
627
+ /**
628
+ * @return {?}
629
+ */
630
+ SliderComponent.prototype.ngAfterViewInit = function () {
631
+ this.formContext.ngAfterViewInit(this);
632
+ };
633
+ /**
634
+ * @return {?}
635
+ */
636
+ SliderComponent.prototype.ngOnDestroy = function () {
637
+ this.formCompContext.ngOnDestroy(this);
638
+ };
639
+ /**
640
+ * @return {?}
641
+ */
642
+ SliderComponent.prototype.ngAfterContentChecked = function () {
643
+ this.formCompContext.ngAfterContentChecked(this);
644
+ };
645
+ return SliderComponent;
646
+ }(ej2Inputs.Slider));
647
+ exports.SliderComponent.decorators = [
648
+ { type: core.Component, args: [{
649
+ selector: 'ejs-slider',
650
+ inputs: inputs$3,
651
+ outputs: outputs$3,
652
+ template: '',
653
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
654
+ providers: [
655
+ {
656
+ provide: forms.NG_VALUE_ACCESSOR,
657
+ useExisting: core.forwardRef(function () { return SliderComponent_1; }),
658
+ multi: true
659
+ }
660
+ ],
661
+ queries: {}
662
+ },] },
663
+ ];
664
+ /**
665
+ * @nocollapse
666
+ */
667
+ exports.SliderComponent.ctorParameters = function () { return [
668
+ { type: core.ElementRef, },
669
+ { type: core.Renderer2, },
670
+ { type: core.ViewContainerRef, },
671
+ { type: core.Injector, },
672
+ ]; };
673
+ exports.SliderComponent = SliderComponent_1 = __decorate$3([
674
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
675
+ __metadata$3("design:paramtypes", [core.ElementRef,
676
+ core.Renderer2,
677
+ core.ViewContainerRef,
678
+ core.Injector])
679
+ ], exports.SliderComponent);
680
+ var SliderComponent_1;
681
+ /**
682
+ * NgModule definition for the Slider component.
683
+ */
684
+ var SliderModule = /** @class */ (function () {
685
+ function SliderModule() {
686
+ }
687
+ return SliderModule;
688
+ }());
689
+ SliderModule.decorators = [
690
+ { type: core.NgModule, args: [{
691
+ imports: [common.CommonModule],
692
+ declarations: [
693
+ exports.SliderComponent
694
+ ],
695
+ exports: [
696
+ exports.SliderComponent
697
+ ]
698
+ },] },
699
+ ];
700
+ /**
701
+ * @nocollapse
702
+ */
703
+ SliderModule.ctorParameters = function () { return []; };
704
+ /**
705
+ * NgModule definition for the Slider component with providers.
706
+ */
707
+ var SliderAllModule = /** @class */ (function () {
708
+ function SliderAllModule() {
709
+ }
710
+ return SliderAllModule;
711
+ }());
712
+ SliderAllModule.decorators = [
713
+ { type: core.NgModule, args: [{
714
+ imports: [common.CommonModule, SliderModule],
715
+ exports: [
716
+ SliderModule
717
+ ],
718
+ providers: []
719
+ },] },
720
+ ];
721
+ /**
722
+ * @nocollapse
723
+ */
724
+ SliderAllModule.ctorParameters = function () { return []; };
725
+ var input = ['name', 'size', 'type'];
726
+ var outputs$4 = [];
727
+ /**
728
+ * 'e-files' directive represent a file of angular uploader
729
+ * It must be contained in a Uploader component(`ejs-uploader`).
730
+ * ```html
731
+ * <ejs-uploader id='fileupload' multiple=true>
732
+ * <e-files>
733
+ * <e-file name='Java' size=23000 type='pdf'></e-file>
734
+ * <e-file name='C++' size=30000 type='.docx'></e-file>
735
+ * </e-files>
736
+ * </ejs-uploader>
737
+ * ```
738
+ */
739
+ var UploadedFilesDirective = /** @class */ (function (_super) {
740
+ __extends(UploadedFilesDirective, _super);
741
+ /**
742
+ * @param {?} viewContainerRef
743
+ */
744
+ function UploadedFilesDirective(viewContainerRef) {
745
+ var _this = _super.call(this) || this;
746
+ _this.viewContainerRef = viewContainerRef;
747
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
748
+ _this.registerEvents(outputs$4);
749
+ _this.directivePropList = input;
750
+ return _this;
751
+ }
752
+ return UploadedFilesDirective;
753
+ }(ej2AngularBase.ComplexBase));
754
+ UploadedFilesDirective.decorators = [
755
+ { type: core.Directive, args: [{
756
+ selector: 'e-files>e-uploadedfiles',
757
+ inputs: input,
758
+ outputs: outputs$4,
759
+ queries: {}
760
+ },] },
761
+ ];
762
+ /**
763
+ * @nocollapse
764
+ */
765
+ UploadedFilesDirective.ctorParameters = function () { return [
766
+ { type: core.ViewContainerRef, },
767
+ ]; };
768
+ /**
769
+ * UploadedFiles Array Directive
770
+ */
771
+ var FilesDirective = /** @class */ (function (_super) {
772
+ __extends(FilesDirective, _super);
773
+ function FilesDirective() {
774
+ return _super.call(this, 'files') || this;
775
+ }
776
+ return FilesDirective;
777
+ }(ej2AngularBase.ArrayBase));
778
+ FilesDirective.decorators = [
779
+ { type: core.Directive, args: [{
780
+ selector: 'ejs-uploader>e-files',
781
+ queries: {
782
+ children: new core.ContentChildren(UploadedFilesDirective)
783
+ },
784
+ },] },
785
+ ];
786
+ /**
787
+ * @nocollapse
788
+ */
789
+ FilesDirective.ctorParameters = function () { return []; };
790
+ var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
791
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
792
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
793
+ r = Reflect.decorate(decorators, target, key, desc);
794
+ else
795
+ for (var i = decorators.length - 1; i >= 0; i--)
796
+ if (d = decorators[i])
797
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
798
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
799
+ };
800
+ var __metadata$4 = (this && this.__metadata) || function (k, v) {
801
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
802
+ return Reflect.metadata(k, v);
803
+ };
804
+ var inputs$4 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
805
+ var outputs$5 = ['focus', 'blur', 'actionComplete', 'beforeRemove', 'beforeUpload', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
806
+ var twoWays$4 = [];
807
+ /**
808
+ * Represents the EJ2 Angular Uploader Component.
809
+ * ```html
810
+ * <ejs-uploader></ejs-uploader>
811
+ * ```
812
+ */
813
+ exports.UploaderComponent = UploaderComponent_1 = /** @class */ (function (_super) {
814
+ __extends(UploaderComponent, _super);
815
+ /**
816
+ * @param {?} ngEle
817
+ * @param {?} srenderer
818
+ * @param {?} viewContainerRef
819
+ * @param {?} injector
820
+ */
821
+ function UploaderComponent(ngEle, srenderer, viewContainerRef, injector) {
822
+ var _this = _super.call(this) || this;
823
+ _this.ngEle = ngEle;
824
+ _this.srenderer = srenderer;
825
+ _this.viewContainerRef = viewContainerRef;
826
+ _this.injector = injector;
827
+ _this.tags = ['files'];
828
+ _this.element = _this.ngEle.nativeElement;
829
+ _this.injectedModules = _this.injectedModules || [];
830
+ _this.registerEvents(outputs$5);
831
+ _this.addTwoWay.call(_this, twoWays$4);
832
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
833
+ _this.formContext = new ej2AngularBase.FormBase();
834
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
835
+ return _this;
836
+ }
837
+ /**
838
+ * @param {?} registerFunction
839
+ * @return {?}
840
+ */
841
+ UploaderComponent.prototype.registerOnChange = function (registerFunction) {
842
+ };
843
+ /**
844
+ * @param {?} registerFunction
845
+ * @return {?}
846
+ */
847
+ UploaderComponent.prototype.registerOnTouched = function (registerFunction) {
848
+ };
849
+ /**
850
+ * @param {?} value
851
+ * @return {?}
852
+ */
853
+ UploaderComponent.prototype.writeValue = function (value) {
854
+ };
855
+ /**
856
+ * @param {?} disabled
857
+ * @return {?}
858
+ */
859
+ UploaderComponent.prototype.setDisabledState = function (disabled) {
860
+ };
861
+ /**
862
+ * @return {?}
863
+ */
864
+ UploaderComponent.prototype.ngOnInit = function () {
865
+ this.formCompContext.ngOnInit(this);
866
+ };
867
+ /**
868
+ * @return {?}
869
+ */
870
+ UploaderComponent.prototype.ngAfterViewInit = function () {
871
+ this.formContext.ngAfterViewInit(this);
872
+ };
873
+ /**
874
+ * @return {?}
875
+ */
876
+ UploaderComponent.prototype.ngOnDestroy = function () {
877
+ this.formCompContext.ngOnDestroy(this);
878
+ };
879
+ /**
880
+ * @return {?}
881
+ */
882
+ UploaderComponent.prototype.ngAfterContentChecked = function () {
883
+ this.tagObjects[0].instance = this.childFiles;
884
+ this.formCompContext.ngAfterContentChecked(this);
885
+ };
886
+ return UploaderComponent;
887
+ }(ej2Inputs.Uploader));
888
+ exports.UploaderComponent.decorators = [
889
+ { type: core.Component, args: [{
890
+ selector: 'ejs-uploader',
891
+ inputs: inputs$4,
892
+ outputs: outputs$5,
893
+ template: '',
894
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
895
+ providers: [
896
+ {
897
+ provide: forms.NG_VALUE_ACCESSOR,
898
+ useExisting: core.forwardRef(function () { return UploaderComponent_1; }),
899
+ multi: true
900
+ }
901
+ ],
902
+ queries: {
903
+ childFiles: new core.ContentChild(FilesDirective)
904
+ }
905
+ },] },
906
+ ];
907
+ /**
908
+ * @nocollapse
909
+ */
910
+ exports.UploaderComponent.ctorParameters = function () { return [
911
+ { type: core.ElementRef, },
912
+ { type: core.Renderer2, },
913
+ { type: core.ViewContainerRef, },
914
+ { type: core.Injector, },
915
+ ]; };
916
+ exports.UploaderComponent.propDecorators = {
917
+ 'template': [{ type: core.ContentChild, args: ['template',] },],
918
+ };
919
+ __decorate$4([
920
+ ej2AngularBase.Template(),
921
+ __metadata$4("design:type", Object)
922
+ ], exports.UploaderComponent.prototype, "template", void 0);
923
+ exports.UploaderComponent = UploaderComponent_1 = __decorate$4([
924
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
925
+ __metadata$4("design:paramtypes", [core.ElementRef,
926
+ core.Renderer2,
927
+ core.ViewContainerRef,
928
+ core.Injector])
929
+ ], exports.UploaderComponent);
930
+ var UploaderComponent_1;
931
+ /**
932
+ * NgModule definition for the Uploader component.
933
+ */
934
+ var UploaderModule = /** @class */ (function () {
935
+ function UploaderModule() {
936
+ }
937
+ return UploaderModule;
938
+ }());
939
+ UploaderModule.decorators = [
940
+ { type: core.NgModule, args: [{
941
+ imports: [common.CommonModule],
942
+ declarations: [
943
+ exports.UploaderComponent,
944
+ UploadedFilesDirective,
945
+ FilesDirective
946
+ ],
947
+ exports: [
948
+ exports.UploaderComponent,
949
+ UploadedFilesDirective,
950
+ FilesDirective
951
+ ]
952
+ },] },
953
+ ];
954
+ /**
955
+ * @nocollapse
956
+ */
957
+ UploaderModule.ctorParameters = function () { return []; };
958
+ /**
959
+ * NgModule definition for the Uploader component with providers.
960
+ */
961
+ var UploaderAllModule = /** @class */ (function () {
962
+ function UploaderAllModule() {
963
+ }
964
+ return UploaderAllModule;
965
+ }());
966
+ UploaderAllModule.decorators = [
967
+ { type: core.NgModule, args: [{
968
+ imports: [common.CommonModule, UploaderModule],
969
+ exports: [
970
+ UploaderModule
971
+ ],
972
+ providers: []
973
+ },] },
974
+ ];
975
+ /**
976
+ * @nocollapse
977
+ */
978
+ UploaderAllModule.ctorParameters = function () { return []; };
979
+ var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
980
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
981
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
982
+ r = Reflect.decorate(decorators, target, key, desc);
983
+ else
984
+ for (var i = decorators.length - 1; i >= 0; i--)
985
+ if (d = decorators[i])
986
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
987
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
988
+ };
989
+ var __metadata$5 = (this && this.__metadata) || function (k, v) {
990
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
991
+ return Reflect.metadata(k, v);
992
+ };
993
+ var inputs$5 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value'];
994
+ var outputs$6 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
995
+ var twoWays$5 = ['value'];
996
+ /**
997
+ * Represents the EJ2 Angular ColorPicker Component.
998
+ * ```html
999
+ * <input ejs-colorpicker type='color'/>
1000
+ * ```
1001
+ */
1002
+ exports.ColorPickerComponent = ColorPickerComponent_1 = /** @class */ (function (_super) {
1003
+ __extends(ColorPickerComponent, _super);
1004
+ /**
1005
+ * @param {?} ngEle
1006
+ * @param {?} srenderer
1007
+ * @param {?} viewContainerRef
1008
+ * @param {?} injector
1009
+ */
1010
+ function ColorPickerComponent(ngEle, srenderer, viewContainerRef, injector) {
1011
+ var _this = _super.call(this) || this;
1012
+ _this.ngEle = ngEle;
1013
+ _this.srenderer = srenderer;
1014
+ _this.viewContainerRef = viewContainerRef;
1015
+ _this.injector = injector;
1016
+ _this.element = _this.ngEle.nativeElement;
1017
+ _this.injectedModules = _this.injectedModules || [];
1018
+ _this.registerEvents(outputs$6);
1019
+ _this.addTwoWay.call(_this, twoWays$5);
1020
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1021
+ _this.formContext = new ej2AngularBase.FormBase();
1022
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
1023
+ return _this;
1024
+ }
1025
+ /**
1026
+ * @param {?} registerFunction
1027
+ * @return {?}
1028
+ */
1029
+ ColorPickerComponent.prototype.registerOnChange = function (registerFunction) {
1030
+ };
1031
+ /**
1032
+ * @param {?} registerFunction
1033
+ * @return {?}
1034
+ */
1035
+ ColorPickerComponent.prototype.registerOnTouched = function (registerFunction) {
1036
+ };
1037
+ /**
1038
+ * @param {?} value
1039
+ * @return {?}
1040
+ */
1041
+ ColorPickerComponent.prototype.writeValue = function (value) {
1042
+ };
1043
+ /**
1044
+ * @param {?} disabled
1045
+ * @return {?}
1046
+ */
1047
+ ColorPickerComponent.prototype.setDisabledState = function (disabled) {
1048
+ };
1049
+ /**
1050
+ * @return {?}
1051
+ */
1052
+ ColorPickerComponent.prototype.ngOnInit = function () {
1053
+ this.formCompContext.ngOnInit(this);
1054
+ };
1055
+ /**
1056
+ * @return {?}
1057
+ */
1058
+ ColorPickerComponent.prototype.ngAfterViewInit = function () {
1059
+ this.formContext.ngAfterViewInit(this);
1060
+ };
1061
+ /**
1062
+ * @return {?}
1063
+ */
1064
+ ColorPickerComponent.prototype.ngOnDestroy = function () {
1065
+ this.formCompContext.ngOnDestroy(this);
1066
+ };
1067
+ /**
1068
+ * @return {?}
1069
+ */
1070
+ ColorPickerComponent.prototype.ngAfterContentChecked = function () {
1071
+ this.formCompContext.ngAfterContentChecked(this);
1072
+ };
1073
+ return ColorPickerComponent;
1074
+ }(ej2Inputs.ColorPicker));
1075
+ exports.ColorPickerComponent.decorators = [
1076
+ { type: core.Component, args: [{
1077
+ selector: '[ejs-colorpicker]',
1078
+ inputs: inputs$5,
1079
+ outputs: outputs$6,
1080
+ template: '',
1081
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1082
+ providers: [
1083
+ {
1084
+ provide: forms.NG_VALUE_ACCESSOR,
1085
+ useExisting: core.forwardRef(function () { return ColorPickerComponent_1; }),
1086
+ multi: true
1087
+ }
1088
+ ],
1089
+ queries: {}
1090
+ },] },
1091
+ ];
1092
+ /**
1093
+ * @nocollapse
1094
+ */
1095
+ exports.ColorPickerComponent.ctorParameters = function () { return [
1096
+ { type: core.ElementRef, },
1097
+ { type: core.Renderer2, },
1098
+ { type: core.ViewContainerRef, },
1099
+ { type: core.Injector, },
1100
+ ]; };
1101
+ exports.ColorPickerComponent = ColorPickerComponent_1 = __decorate$5([
1102
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
1103
+ __metadata$5("design:paramtypes", [core.ElementRef,
1104
+ core.Renderer2,
1105
+ core.ViewContainerRef,
1106
+ core.Injector])
1107
+ ], exports.ColorPickerComponent);
1108
+ var ColorPickerComponent_1;
1109
+ /**
1110
+ * NgModule definition for the ColorPicker component.
1111
+ */
1112
+ var ColorPickerModule = /** @class */ (function () {
1113
+ function ColorPickerModule() {
1114
+ }
1115
+ return ColorPickerModule;
1116
+ }());
1117
+ ColorPickerModule.decorators = [
1118
+ { type: core.NgModule, args: [{
1119
+ imports: [common.CommonModule],
1120
+ declarations: [
1121
+ exports.ColorPickerComponent
1122
+ ],
1123
+ exports: [
1124
+ exports.ColorPickerComponent
1125
+ ]
1126
+ },] },
1127
+ ];
1128
+ /**
1129
+ * @nocollapse
1130
+ */
1131
+ ColorPickerModule.ctorParameters = function () { return []; };
1132
+ /**
1133
+ * NgModule definition for the ColorPicker component with providers.
1134
+ */
1135
+ var ColorPickerAllModule = /** @class */ (function () {
1136
+ function ColorPickerAllModule() {
1137
+ }
1138
+ return ColorPickerAllModule;
1139
+ }());
1140
+ ColorPickerAllModule.decorators = [
1141
+ { type: core.NgModule, args: [{
1142
+ imports: [common.CommonModule, ColorPickerModule],
1143
+ exports: [
1144
+ ColorPickerModule
1145
+ ],
1146
+ providers: []
1147
+ },] },
1148
+ ];
1149
+ /**
1150
+ * @nocollapse
1151
+ */
1152
+ ColorPickerAllModule.ctorParameters = function () { return []; };
1153
+ var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
1154
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1155
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1156
+ r = Reflect.decorate(decorators, target, key, desc);
1157
+ else
1158
+ for (var i = decorators.length - 1; i >= 0; i--)
1159
+ if (d = decorators[i])
1160
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1161
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1162
+ };
1163
+ var __metadata$6 = (this && this.__metadata) || function (k, v) {
1164
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1165
+ return Reflect.metadata(k, v);
1166
+ };
1167
+ var inputs$6 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
1168
+ var outputs$7 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
1169
+ var twoWays$6 = [];
1170
+ /**
1171
+ * Represents the EJ2 Angular Signature Component.
1172
+ * ```html
1173
+ * <canvas ejs-signature />
1174
+ * ```
1175
+ */
1176
+ exports.SignatureComponent = SignatureComponent_1 = /** @class */ (function (_super) {
1177
+ __extends(SignatureComponent, _super);
1178
+ /**
1179
+ * @param {?} ngEle
1180
+ * @param {?} srenderer
1181
+ * @param {?} viewContainerRef
1182
+ * @param {?} injector
1183
+ */
1184
+ function SignatureComponent(ngEle, srenderer, viewContainerRef, injector) {
1185
+ var _this = _super.call(this) || this;
1186
+ _this.ngEle = ngEle;
1187
+ _this.srenderer = srenderer;
1188
+ _this.viewContainerRef = viewContainerRef;
1189
+ _this.injector = injector;
1190
+ _this.element = _this.ngEle.nativeElement;
1191
+ _this.injectedModules = _this.injectedModules || [];
1192
+ _this.registerEvents(outputs$7);
1193
+ _this.addTwoWay.call(_this, twoWays$6);
1194
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1195
+ _this.formContext = new ej2AngularBase.FormBase();
1196
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
1197
+ return _this;
1198
+ }
1199
+ /**
1200
+ * @param {?} registerFunction
1201
+ * @return {?}
1202
+ */
1203
+ SignatureComponent.prototype.registerOnChange = function (registerFunction) {
1204
+ };
1205
+ /**
1206
+ * @param {?} registerFunction
1207
+ * @return {?}
1208
+ */
1209
+ SignatureComponent.prototype.registerOnTouched = function (registerFunction) {
1210
+ };
1211
+ /**
1212
+ * @param {?} value
1213
+ * @return {?}
1214
+ */
1215
+ SignatureComponent.prototype.writeValue = function (value) {
1216
+ };
1217
+ /**
1218
+ * @param {?} disabled
1219
+ * @return {?}
1220
+ */
1221
+ SignatureComponent.prototype.setDisabledState = function (disabled) {
1222
+ };
1223
+ /**
1224
+ * @return {?}
1225
+ */
1226
+ SignatureComponent.prototype.ngOnInit = function () {
1227
+ this.formCompContext.ngOnInit(this);
1228
+ };
1229
+ /**
1230
+ * @return {?}
1231
+ */
1232
+ SignatureComponent.prototype.ngAfterViewInit = function () {
1233
+ this.formContext.ngAfterViewInit(this);
1234
+ };
1235
+ /**
1236
+ * @return {?}
1237
+ */
1238
+ SignatureComponent.prototype.ngOnDestroy = function () {
1239
+ this.formCompContext.ngOnDestroy(this);
1240
+ };
1241
+ /**
1242
+ * @return {?}
1243
+ */
1244
+ SignatureComponent.prototype.ngAfterContentChecked = function () {
1245
+ this.formCompContext.ngAfterContentChecked(this);
1246
+ };
1247
+ return SignatureComponent;
1248
+ }(ej2Inputs.Signature));
1249
+ exports.SignatureComponent.decorators = [
1250
+ { type: core.Component, args: [{
1251
+ selector: '[ejs-signature]',
1252
+ inputs: inputs$6,
1253
+ outputs: outputs$7,
1254
+ template: '',
1255
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1256
+ providers: [
1257
+ {
1258
+ provide: forms.NG_VALUE_ACCESSOR,
1259
+ useExisting: core.forwardRef(function () { return SignatureComponent_1; }),
1260
+ multi: true
1261
+ }
1262
+ ],
1263
+ queries: {}
1264
+ },] },
1265
+ ];
1266
+ /**
1267
+ * @nocollapse
1268
+ */
1269
+ exports.SignatureComponent.ctorParameters = function () { return [
1270
+ { type: core.ElementRef, },
1271
+ { type: core.Renderer2, },
1272
+ { type: core.ViewContainerRef, },
1273
+ { type: core.Injector, },
1274
+ ]; };
1275
+ exports.SignatureComponent = SignatureComponent_1 = __decorate$6([
1276
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
1277
+ __metadata$6("design:paramtypes", [core.ElementRef,
1278
+ core.Renderer2,
1279
+ core.ViewContainerRef,
1280
+ core.Injector])
1281
+ ], exports.SignatureComponent);
1282
+ var SignatureComponent_1;
1283
+ /**
1284
+ * NgModule definition for the Signature component.
1285
+ */
1286
+ var SignatureModule = /** @class */ (function () {
1287
+ function SignatureModule() {
1288
+ }
1289
+ return SignatureModule;
1290
+ }());
1291
+ SignatureModule.decorators = [
1292
+ { type: core.NgModule, args: [{
1293
+ imports: [common.CommonModule],
1294
+ declarations: [
1295
+ exports.SignatureComponent
1296
+ ],
1297
+ exports: [
1298
+ exports.SignatureComponent
1299
+ ]
1300
+ },] },
1301
+ ];
1302
+ /**
1303
+ * @nocollapse
1304
+ */
1305
+ SignatureModule.ctorParameters = function () { return []; };
1306
+ /**
1307
+ * NgModule definition for the Signature component with providers.
1308
+ */
1309
+ var SignatureAllModule = /** @class */ (function () {
1310
+ function SignatureAllModule() {
1311
+ }
1312
+ return SignatureAllModule;
1313
+ }());
1314
+ SignatureAllModule.decorators = [
1315
+ { type: core.NgModule, args: [{
1316
+ imports: [common.CommonModule, SignatureModule],
1317
+ exports: [
1318
+ SignatureModule
1319
+ ],
1320
+ providers: []
1321
+ },] },
1322
+ ];
1323
+ /**
1324
+ * @nocollapse
1325
+ */
1326
+ SignatureAllModule.ctorParameters = function () { return []; };
1327
+ var FormValidators = /** @class */ (function () {
1328
+ function FormValidators() {
1329
+ }
1330
+ /**
1331
+ * @param {?} number
1332
+ * @return {?}
1333
+ */
1334
+ FormValidators.max = function (number) {
1335
+ var /** @type {?} */ max = number;
1336
+ return function (control) {
1337
+ //tslint:disable-next-line
1338
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.max({ value: control.value, param: max });
1339
+ if (result === true) {
1340
+ return null;
1341
+ }
1342
+ else {
1343
+ return { 'max': true };
1344
+ }
1345
+ };
1346
+ };
1347
+ /**
1348
+ * @param {?} number
1349
+ * @return {?}
1350
+ */
1351
+ FormValidators.min = function (number) {
1352
+ var /** @type {?} */ min = number;
1353
+ return function (control) {
1354
+ //tslint:disable-next-line
1355
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.min({ value: control.value, param: min });
1356
+ if (result === true) {
1357
+ return null;
1358
+ }
1359
+ else {
1360
+ return { 'min': true };
1361
+ }
1362
+ };
1363
+ };
1364
+ /**
1365
+ * @param {?} control
1366
+ * @return {?}
1367
+ */
1368
+ FormValidators.creditcard = function (control) {
1369
+ //tslint:disable-next-line
1370
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.creditcard({ value: control.value });
1371
+ if (result === true) {
1372
+ return null;
1373
+ }
1374
+ else {
1375
+ return { 'cardno': true };
1376
+ }
1377
+ };
1378
+ /**
1379
+ * @param {?} control
1380
+ * @return {?}
1381
+ */
1382
+ FormValidators.date = function (control) {
1383
+ //tslint:disable-next-line
1384
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.date({ value: control.value });
1385
+ if (result === true) {
1386
+ return null;
1387
+ }
1388
+ else {
1389
+ return { 'date': true };
1390
+ }
1391
+ };
1392
+ /**
1393
+ * @param {?} control
1394
+ * @return {?}
1395
+ */
1396
+ FormValidators.dateIso = function (control) {
1397
+ //tslint:disable-next-line
1398
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.dateIso({ value: control.value });
1399
+ if (result === true) {
1400
+ return null;
1401
+ }
1402
+ else {
1403
+ return { 'dateiso': true };
1404
+ }
1405
+ };
1406
+ /**
1407
+ * @param {?} control
1408
+ * @return {?}
1409
+ */
1410
+ FormValidators.digits = function (control) {
1411
+ //tslint:disable-next-line
1412
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.digits({ value: control.value });
1413
+ if (result === true) {
1414
+ return null;
1415
+ }
1416
+ else {
1417
+ return { 'digit': true };
1418
+ }
1419
+ };
1420
+ /**
1421
+ * @param {?} control
1422
+ * @return {?}
1423
+ */
1424
+ FormValidators.email = function (control) {
1425
+ //tslint:disable-next-line
1426
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.email({ value: control.value });
1427
+ if (result === true) {
1428
+ return null;
1429
+ }
1430
+ else {
1431
+ return { 'email': true };
1432
+ }
1433
+ };
1434
+ /**
1435
+ * @param {?} number
1436
+ * @return {?}
1437
+ */
1438
+ FormValidators.maxLength = function (number) {
1439
+ var /** @type {?} */ maxlength = number;
1440
+ return function (control) {
1441
+ //tslint:disable-next-line
1442
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.maxLength({ value: control.value, param: maxlength });
1443
+ if (result === true) {
1444
+ return null;
1445
+ }
1446
+ else {
1447
+ return { 'maxlength': true };
1448
+ }
1449
+ };
1450
+ };
1451
+ /**
1452
+ * @param {?} number
1453
+ * @return {?}
1454
+ */
1455
+ FormValidators.minLength = function (number) {
1456
+ var /** @type {?} */ minlength = number;
1457
+ return function (control) {
1458
+ //tslint:disable-next-line
1459
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.minLength({ value: control.value, param: minlength });
1460
+ if (result === true) {
1461
+ return null;
1462
+ }
1463
+ else {
1464
+ return { 'minlength': true };
1465
+ }
1466
+ };
1467
+ };
1468
+ /**
1469
+ * @param {?} control
1470
+ * @return {?}
1471
+ */
1472
+ FormValidators.number = function (control) {
1473
+ //tslint:disable-next-line
1474
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.number({ value: control.value });
1475
+ if (result === true) {
1476
+ return null;
1477
+ }
1478
+ else {
1479
+ return { 'number': true };
1480
+ }
1481
+ };
1482
+ /**
1483
+ * @param {?} control
1484
+ * @return {?}
1485
+ */
1486
+ FormValidators.required = function (control) {
1487
+ //tslint:disable-next-line
1488
+ var /** @type {?} */ result = (control.value === null) ? false : ((ej2Inputs.FormValidator)).checkValidator.required({ value: control.value });
1489
+ if (result === true) {
1490
+ return null;
1491
+ }
1492
+ else {
1493
+ return { 'required': true };
1494
+ }
1495
+ };
1496
+ /**
1497
+ * @param {?} control
1498
+ * @return {?}
1499
+ */
1500
+ FormValidators.tel = function (control) {
1501
+ //tslint:disable-next-line
1502
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.tel({ value: control.value });
1503
+ if (result === true) {
1504
+ return null;
1505
+ }
1506
+ else {
1507
+ return { 'telno': true };
1508
+ }
1509
+ };
1510
+ /**
1511
+ * @param {?} control
1512
+ * @return {?}
1513
+ */
1514
+ FormValidators.url = function (control) {
1515
+ //tslint:disable-next-line
1516
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.url({ value: control.value });
1517
+ if (result === true) {
1518
+ return null;
1519
+ }
1520
+ else {
1521
+ return { 'url': true };
1522
+ }
1523
+ };
1524
+ /**
1525
+ * @param {?} number1
1526
+ * @param {?} number2
1527
+ * @return {?}
1528
+ */
1529
+ FormValidators.rangeLength = function (number1, number2) {
1530
+ var /** @type {?} */ minRL = number1;
1531
+ var /** @type {?} */ maxRL = number2;
1532
+ //tslint:disable-next-line
1533
+ var /** @type {?} */ param = [minRL, maxRL];
1534
+ return function (control) {
1535
+ //tslint:disable-next-line
1536
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.rangeLength({ value: control.value, param: param });
1537
+ if (result === true) {
1538
+ return null;
1539
+ }
1540
+ else {
1541
+ return { 'rangelength': true };
1542
+ }
1543
+ };
1544
+ };
1545
+ /**
1546
+ * @param {?} number1
1547
+ * @param {?} number2
1548
+ * @return {?}
1549
+ */
1550
+ FormValidators.range = function (number1, number2) {
1551
+ var /** @type {?} */ minR = number1;
1552
+ var /** @type {?} */ maxR = number2;
1553
+ //tslint:disable-next-line
1554
+ var /** @type {?} */ param1 = [minR, maxR];
1555
+ return function (control) {
1556
+ //tslint:disable-next-line
1557
+ var /** @type {?} */ result = ((ej2Inputs.FormValidator)).checkValidator.range({ value: control.value, param: param1 });
1558
+ if (result === true) {
1559
+ return null;
1560
+ }
1561
+ else {
1562
+ return { 'range': true };
1563
+ }
1564
+ };
1565
+ };
1566
+ return FormValidators;
1567
+ }());
1568
+
1569
+ exports.TextBoxModule = TextBoxModule;
1570
+ exports.TextBoxAllModule = TextBoxAllModule;
1571
+ exports.NumericTextBoxModule = NumericTextBoxModule;
1572
+ exports.NumericTextBoxAllModule = NumericTextBoxAllModule;
1573
+ exports.MaskedTextBoxModule = MaskedTextBoxModule;
1574
+ exports.MaskedTextBoxAllModule = MaskedTextBoxAllModule;
1575
+ exports.SliderModule = SliderModule;
1576
+ exports.SliderAllModule = SliderAllModule;
1577
+ exports.UploadedFilesDirective = UploadedFilesDirective;
1578
+ exports.FilesDirective = FilesDirective;
1579
+ exports.UploaderModule = UploaderModule;
1580
+ exports.UploaderAllModule = UploaderAllModule;
1581
+ exports.ColorPickerModule = ColorPickerModule;
1582
+ exports.ColorPickerAllModule = ColorPickerAllModule;
1583
+ exports.SignatureModule = SignatureModule;
1584
+ exports.SignatureAllModule = SignatureAllModule;
1585
+ exports.FormValidators = FormValidators;
1586
+ exports.ɵk = inputs$5;
1587
+ exports.ɵl = outputs$6;
1588
+ exports.ɵe = inputs$2;
1589
+ exports.ɵf = outputs$2;
1590
+ exports.ɵc = inputs$1;
1591
+ exports.ɵd = outputs$1;
1592
+ exports.ɵm = inputs$6;
1593
+ exports.ɵn = outputs$7;
1594
+ exports.ɵg = inputs$3;
1595
+ exports.ɵh = outputs$3;
1596
+ exports.ɵa = inputs;
1597
+ exports.ɵb = outputs;
1598
+ exports.ɵi = inputs$4;
1599
+ exports.ɵj = outputs$5;
1600
+ exports.NumericTextBox = ej2Inputs.NumericTextBox;
1601
+ exports.regularExpressions = ej2Inputs.regularExpressions;
1602
+ exports.createMask = ej2Inputs.createMask;
1603
+ exports.applyMask = ej2Inputs.applyMask;
1604
+ exports.wireEvents = ej2Inputs.wireEvents;
1605
+ exports.unwireEvents = ej2Inputs.unwireEvents;
1606
+ exports.bindClearEvent = ej2Inputs.bindClearEvent;
1607
+ exports.unstrippedValue = ej2Inputs.unstrippedValue;
1608
+ exports.strippedValue = ej2Inputs.strippedValue;
1609
+ exports.maskInputMouseDownHandler = ej2Inputs.maskInputMouseDownHandler;
1610
+ exports.maskInputMouseUpHandler = ej2Inputs.maskInputMouseUpHandler;
1611
+ exports.maskInputFocusHandler = ej2Inputs.maskInputFocusHandler;
1612
+ exports.triggerFocus = ej2Inputs.triggerFocus;
1613
+ exports.maskInputBlurHandler = ej2Inputs.maskInputBlurHandler;
1614
+ exports.maskInputDropHandler = ej2Inputs.maskInputDropHandler;
1615
+ exports.mobileRemoveFunction = ej2Inputs.mobileRemoveFunction;
1616
+ exports.setMaskValue = ej2Inputs.setMaskValue;
1617
+ exports.setElementValue = ej2Inputs.setElementValue;
1618
+ exports.maskInput = ej2Inputs.maskInput;
1619
+ exports.getVal = ej2Inputs.getVal;
1620
+ exports.getMaskedVal = ej2Inputs.getMaskedVal;
1621
+ exports.MaskUndo = ej2Inputs.MaskUndo;
1622
+ exports.MaskedTextBox = ej2Inputs.MaskedTextBox;
1623
+ exports.Input = ej2Inputs.Input;
1624
+ exports.TicksData = ej2Inputs.TicksData;
1625
+ exports.ColorRangeData = ej2Inputs.ColorRangeData;
1626
+ exports.LimitData = ej2Inputs.LimitData;
1627
+ exports.TooltipData = ej2Inputs.TooltipData;
1628
+ exports.Slider = ej2Inputs.Slider;
1629
+ exports.regex = ej2Inputs.regex;
1630
+ exports.ErrorOption = ej2Inputs.ErrorOption;
1631
+ exports.FormValidator = ej2Inputs.FormValidator;
1632
+ exports.FilesProp = ej2Inputs.FilesProp;
1633
+ exports.ButtonsProps = ej2Inputs.ButtonsProps;
1634
+ exports.AsyncSettings = ej2Inputs.AsyncSettings;
1635
+ exports.Uploader = ej2Inputs.Uploader;
1636
+ exports.ColorPicker = ej2Inputs.ColorPicker;
1637
+ exports.TextBox = ej2Inputs.TextBox;
1638
+ exports.Signature = ej2Inputs.Signature;
1639
+ exports.SignatureBase = ej2Inputs.SignatureBase;
1640
+
1641
+ Object.defineProperty(exports, '__esModule', { value: true });
1642
+
1643
+ })));
1644
+ //# sourceMappingURL=ej2-angular-inputs.umd.js.map