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