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