@syncfusion/ej2-angular-inputs 20.2.48-ngcc → 20.2.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (719) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/color-picker/colorpicker-all.module.mjs +23 -0
  3. package/esm2020/src/color-picker/colorpicker.component.mjs +83 -0
  4. package/esm2020/src/color-picker/colorpicker.module.mjs +25 -0
  5. package/esm2020/src/form-validator/form-validator.mjs +193 -0
  6. package/esm2020/src/index.mjs +25 -0
  7. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +23 -0
  8. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +84 -0
  9. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +25 -0
  10. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +23 -0
  11. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +84 -0
  12. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +25 -0
  13. package/esm2020/src/signature/signature-all.module.mjs +23 -0
  14. package/esm2020/src/signature/signature.component.mjs +83 -0
  15. package/esm2020/src/signature/signature.module.mjs +25 -0
  16. package/esm2020/src/slider/slider-all.module.mjs +23 -0
  17. package/esm2020/src/slider/slider.component.mjs +83 -0
  18. package/esm2020/src/slider/slider.module.mjs +25 -0
  19. package/esm2020/src/textbox/textbox-all.module.mjs +23 -0
  20. package/esm2020/src/textbox/textbox.component.mjs +84 -0
  21. package/esm2020/src/textbox/textbox.module.mjs +25 -0
  22. package/esm2020/src/uploader/files.directive.mjs +58 -0
  23. package/esm2020/src/uploader/uploader-all.module.mjs +23 -0
  24. package/esm2020/src/uploader/uploader.component.mjs +95 -0
  25. package/esm2020/src/uploader/uploader.module.mjs +34 -0
  26. package/esm2020/syncfusion-ej2-angular-inputs.mjs +5 -0
  27. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +1097 -0
  28. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  29. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +1097 -0
  30. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  31. package/package.json +26 -12
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/color-picker/colorpicker-all.module.d.ts +6 -0
  34. package/src/color-picker/colorpicker.component.d.ts +3 -0
  35. package/src/color-picker/colorpicker.module.d.ts +6 -0
  36. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +6 -0
  37. package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -0
  38. package/src/maskedtextbox/maskedtextbox.module.d.ts +6 -0
  39. package/src/numerictextbox/numerictextbox-all.module.d.ts +6 -0
  40. package/src/numerictextbox/numerictextbox.component.d.ts +3 -0
  41. package/src/numerictextbox/numerictextbox.module.d.ts +6 -0
  42. package/src/signature/signature-all.module.d.ts +6 -0
  43. package/src/signature/signature.component.d.ts +3 -0
  44. package/src/signature/signature.module.d.ts +6 -0
  45. package/src/slider/slider-all.module.d.ts +6 -0
  46. package/src/slider/slider.component.d.ts +3 -0
  47. package/src/slider/slider.module.d.ts +6 -0
  48. package/src/textbox/textbox-all.module.d.ts +6 -0
  49. package/src/textbox/textbox.component.d.ts +3 -0
  50. package/src/textbox/textbox.module.d.ts +6 -0
  51. package/src/uploader/files.directive.d.ts +5 -0
  52. package/src/uploader/uploader-all.module.d.ts +6 -0
  53. package/src/uploader/uploader.component.d.ts +3 -0
  54. package/src/uploader/uploader.module.d.ts +7 -0
  55. package/styles/bootstrap-dark.css +31 -13
  56. package/styles/bootstrap.css +31 -13
  57. package/styles/bootstrap4.css +31 -13
  58. package/styles/bootstrap5-dark.css +32 -13
  59. package/styles/bootstrap5.css +32 -13
  60. package/styles/color-picker/_all.scss +2 -0
  61. package/styles/color-picker/_bootstrap-dark-definition.scss +131 -0
  62. package/styles/color-picker/_bootstrap-definition.scss +128 -0
  63. package/styles/color-picker/_bootstrap4-definition.scss +127 -0
  64. package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
  65. package/styles/color-picker/_bootstrap5-definition.scss +133 -0
  66. package/styles/color-picker/_fabric-dark-definition.scss +131 -0
  67. package/styles/color-picker/_fabric-definition.scss +127 -0
  68. package/styles/color-picker/_fluent-dark-definition.scss +1 -0
  69. package/styles/color-picker/_fluent-definition.scss +133 -0
  70. package/styles/color-picker/_fusionnew-definition.scss +133 -0
  71. package/styles/color-picker/_highcontrast-definition.scss +127 -0
  72. package/styles/color-picker/_highcontrast-light-definition.scss +130 -0
  73. package/styles/color-picker/_layout.scss +1174 -0
  74. package/styles/color-picker/_material-dark-definition.scss +135 -0
  75. package/styles/color-picker/_material-definition.scss +130 -0
  76. package/styles/color-picker/_material3-definition.scss +133 -0
  77. package/styles/color-picker/_tailwind-dark-definition.scss +1 -0
  78. package/styles/color-picker/_tailwind-definition.scss +132 -0
  79. package/styles/color-picker/_theme.scss +183 -0
  80. package/styles/color-picker/bootstrap-dark.css +2 -0
  81. package/styles/color-picker/bootstrap-dark.scss +11 -1
  82. package/styles/color-picker/bootstrap.css +2 -0
  83. package/styles/color-picker/bootstrap.scss +11 -1
  84. package/styles/color-picker/bootstrap4.css +2 -0
  85. package/styles/color-picker/bootstrap4.scss +11 -1
  86. package/styles/color-picker/bootstrap5-dark.css +3 -0
  87. package/styles/color-picker/bootstrap5-dark.scss +11 -1
  88. package/styles/color-picker/bootstrap5.css +3 -0
  89. package/styles/color-picker/bootstrap5.scss +11 -1
  90. package/styles/color-picker/fabric-dark.css +2 -0
  91. package/styles/color-picker/fabric-dark.scss +11 -1
  92. package/styles/color-picker/fabric.css +2 -0
  93. package/styles/color-picker/fabric.scss +11 -1
  94. package/styles/color-picker/fluent-dark.css +3 -0
  95. package/styles/color-picker/fluent-dark.scss +11 -1
  96. package/styles/color-picker/fluent.css +3 -0
  97. package/styles/color-picker/fluent.scss +11 -1
  98. package/styles/color-picker/highcontrast-light.css +2 -0
  99. package/styles/color-picker/highcontrast-light.scss +11 -1
  100. package/styles/color-picker/highcontrast.css +2 -0
  101. package/styles/color-picker/highcontrast.scss +11 -1
  102. package/styles/color-picker/icons/_bootstrap-dark.scss +9 -0
  103. package/styles/color-picker/icons/_bootstrap.scss +9 -0
  104. package/styles/color-picker/icons/_bootstrap4.scss +9 -0
  105. package/styles/color-picker/icons/_bootstrap5-dark.scss +1 -0
  106. package/styles/color-picker/icons/_bootstrap5.scss +9 -0
  107. package/styles/color-picker/icons/_fabric-dark.scss +9 -0
  108. package/styles/color-picker/icons/_fabric.scss +9 -0
  109. package/styles/color-picker/icons/_fluent-dark.scss +1 -0
  110. package/styles/color-picker/icons/_fluent.scss +9 -0
  111. package/styles/color-picker/icons/_fusionnew.scss +9 -0
  112. package/styles/color-picker/icons/_highcontrast-light.scss +9 -0
  113. package/styles/color-picker/icons/_highcontrast.scss +9 -0
  114. package/styles/color-picker/icons/_material-dark.scss +9 -0
  115. package/styles/color-picker/icons/_material.scss +9 -0
  116. package/styles/color-picker/icons/_material3.scss +9 -0
  117. package/styles/color-picker/icons/_tailwind-dark.scss +9 -0
  118. package/styles/color-picker/icons/_tailwind.scss +9 -0
  119. package/styles/color-picker/material-dark.css +2 -0
  120. package/styles/color-picker/material-dark.scss +11 -1
  121. package/styles/color-picker/material.css +2 -0
  122. package/styles/color-picker/material.scss +11 -1
  123. package/styles/color-picker/tailwind-dark.css +3 -0
  124. package/styles/color-picker/tailwind-dark.scss +11 -1
  125. package/styles/color-picker/tailwind.css +3 -0
  126. package/styles/color-picker/tailwind.scss +11 -1
  127. package/styles/fabric-dark.css +31 -13
  128. package/styles/fabric.css +31 -13
  129. package/styles/fluent-dark.css +32 -13
  130. package/styles/fluent.css +32 -13
  131. package/styles/highcontrast-light.css +31 -13
  132. package/styles/highcontrast.css +31 -13
  133. package/styles/input/_all.scss +3 -0
  134. package/styles/input/_bootstrap-dark-definition.scss +329 -0
  135. package/styles/input/_bootstrap-definition.scss +320 -0
  136. package/styles/input/_bootstrap4-definition.scss +325 -0
  137. package/styles/input/_bootstrap5-dark-definition.scss +1 -0
  138. package/styles/input/_bootstrap5-definition.scss +336 -0
  139. package/styles/input/_definition.scss +232 -0
  140. package/styles/input/_fabric-dark-definition.scss +319 -0
  141. package/styles/input/_fabric-definition.scss +311 -0
  142. package/styles/input/_fluent-dark-definition.scss +1 -0
  143. package/styles/input/_fluent-definition.scss +338 -0
  144. package/styles/input/_fusionnew-definition.scss +336 -0
  145. package/styles/input/_highcontrast-definition.scss +312 -0
  146. package/styles/input/_highcontrast-light-definition.scss +320 -0
  147. package/styles/input/_layout.scss +11009 -0
  148. package/styles/input/_material-dark-definition.scss +573 -0
  149. package/styles/input/_material-definition.scss +573 -0
  150. package/styles/input/_material3-definition.scss +336 -0
  151. package/styles/input/_responsive.scss +1 -0
  152. package/styles/input/_tailwind-dark-definition.scss +1 -0
  153. package/styles/input/_tailwind-definition.scss +335 -0
  154. package/styles/input/_theme.scss +4264 -0
  155. package/styles/input/bootstrap-dark.css +22 -14
  156. package/styles/input/bootstrap-dark.scss +4 -1
  157. package/styles/input/bootstrap.css +22 -14
  158. package/styles/input/bootstrap.scss +4 -1
  159. package/styles/input/bootstrap4.css +22 -14
  160. package/styles/input/bootstrap4.scss +4 -1
  161. package/styles/input/bootstrap5-dark.css +22 -14
  162. package/styles/input/bootstrap5-dark.scss +4 -1
  163. package/styles/input/bootstrap5.css +22 -14
  164. package/styles/input/bootstrap5.scss +4 -1
  165. package/styles/input/fabric-dark.css +22 -14
  166. package/styles/input/fabric-dark.scss +4 -1
  167. package/styles/input/fabric.css +22 -14
  168. package/styles/input/fabric.scss +4 -1
  169. package/styles/input/fluent-dark.css +22 -14
  170. package/styles/input/fluent-dark.scss +4 -1
  171. package/styles/input/fluent.css +22 -14
  172. package/styles/input/fluent.scss +4 -1
  173. package/styles/input/highcontrast-light.css +22 -14
  174. package/styles/input/highcontrast-light.scss +4 -1
  175. package/styles/input/highcontrast.css +22 -14
  176. package/styles/input/highcontrast.scss +4 -1
  177. package/styles/input/icons/_bootstrap-dark.scss +17 -0
  178. package/styles/input/icons/_bootstrap.scss +17 -0
  179. package/styles/input/icons/_bootstrap4.scss +17 -0
  180. package/styles/input/icons/_bootstrap5-dark.scss +1 -0
  181. package/styles/input/icons/_bootstrap5.scss +17 -0
  182. package/styles/input/icons/_fabric-dark.scss +17 -0
  183. package/styles/input/icons/_fabric.scss +17 -0
  184. package/styles/input/icons/_fluent-dark.scss +1 -0
  185. package/styles/input/icons/_fluent.scss +17 -0
  186. package/styles/input/icons/_fusionnew.scss +17 -0
  187. package/styles/input/icons/_highcontrast-light.scss +17 -0
  188. package/styles/input/icons/_highcontrast.scss +17 -0
  189. package/styles/input/icons/_material-dark.scss +49 -0
  190. package/styles/input/icons/_material.scss +49 -0
  191. package/styles/input/icons/_material3.scss +17 -0
  192. package/styles/input/icons/_tailwind-dark.scss +1 -0
  193. package/styles/input/icons/_tailwind.scss +17 -0
  194. package/styles/input/material-dark.css +26 -18
  195. package/styles/input/material-dark.scss +4 -1
  196. package/styles/input/material.css +26 -18
  197. package/styles/input/material.scss +4 -1
  198. package/styles/input/tailwind-dark.css +22 -14
  199. package/styles/input/tailwind-dark.scss +4 -1
  200. package/styles/input/tailwind.css +22 -14
  201. package/styles/input/tailwind.scss +4 -1
  202. package/styles/maskedtextbox/_all.scss +2 -0
  203. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +7 -0
  204. package/styles/maskedtextbox/_bootstrap-definition.scss +4 -0
  205. package/styles/maskedtextbox/_bootstrap4-definition.scss +4 -0
  206. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +1 -0
  207. package/styles/maskedtextbox/_bootstrap5-definition.scss +7 -0
  208. package/styles/maskedtextbox/_fabric-dark-definition.scss +7 -0
  209. package/styles/maskedtextbox/_fabric-definition.scss +4 -0
  210. package/styles/maskedtextbox/_fluent-dark-definition.scss +1 -0
  211. package/styles/maskedtextbox/_fluent-definition.scss +7 -0
  212. package/styles/maskedtextbox/_fusionnew-definition.scss +7 -0
  213. package/styles/maskedtextbox/_highcontrast-definition.scss +4 -0
  214. package/styles/maskedtextbox/_highcontrast-light-definition.scss +7 -0
  215. package/styles/maskedtextbox/_layout.scss +33 -0
  216. package/styles/maskedtextbox/_material-dark-definition.scss +7 -0
  217. package/styles/maskedtextbox/_material-definition.scss +4 -0
  218. package/styles/maskedtextbox/_material3-definition.scss +7 -0
  219. package/styles/maskedtextbox/_tailwind-dark-definition.scss +1 -0
  220. package/styles/maskedtextbox/_tailwind-definition.scss +7 -0
  221. package/styles/maskedtextbox/_theme.scss +15 -0
  222. package/styles/maskedtextbox/bootstrap-dark.css +1 -0
  223. package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
  224. package/styles/maskedtextbox/bootstrap.css +1 -0
  225. package/styles/maskedtextbox/bootstrap.scss +4 -1
  226. package/styles/maskedtextbox/bootstrap4.css +1 -0
  227. package/styles/maskedtextbox/bootstrap4.scss +4 -1
  228. package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
  229. package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
  230. package/styles/maskedtextbox/bootstrap5.css +1 -0
  231. package/styles/maskedtextbox/bootstrap5.scss +4 -1
  232. package/styles/maskedtextbox/fabric-dark.css +1 -0
  233. package/styles/maskedtextbox/fabric-dark.scss +4 -1
  234. package/styles/maskedtextbox/fabric.css +1 -0
  235. package/styles/maskedtextbox/fabric.scss +4 -1
  236. package/styles/maskedtextbox/fluent-dark.css +1 -0
  237. package/styles/maskedtextbox/fluent-dark.scss +4 -1
  238. package/styles/maskedtextbox/fluent.css +1 -0
  239. package/styles/maskedtextbox/fluent.scss +4 -1
  240. package/styles/maskedtextbox/highcontrast-light.css +1 -0
  241. package/styles/maskedtextbox/highcontrast-light.scss +4 -1
  242. package/styles/maskedtextbox/highcontrast.css +1 -0
  243. package/styles/maskedtextbox/highcontrast.scss +4 -1
  244. package/styles/maskedtextbox/material-dark.css +1 -0
  245. package/styles/maskedtextbox/material-dark.scss +4 -1
  246. package/styles/maskedtextbox/material.css +1 -0
  247. package/styles/maskedtextbox/material.scss +4 -1
  248. package/styles/maskedtextbox/tailwind-dark.css +1 -0
  249. package/styles/maskedtextbox/tailwind-dark.scss +4 -1
  250. package/styles/maskedtextbox/tailwind.css +1 -0
  251. package/styles/maskedtextbox/tailwind.scss +4 -1
  252. package/styles/material-dark.css +50 -18
  253. package/styles/material.css +50 -18
  254. package/styles/numerictextbox/_all.scss +2 -0
  255. package/styles/numerictextbox/_bootstrap-dark-definition.scss +6 -0
  256. package/styles/numerictextbox/_bootstrap-definition.scss +3 -0
  257. package/styles/numerictextbox/_bootstrap4-definition.scss +3 -0
  258. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +1 -0
  259. package/styles/numerictextbox/_bootstrap5-definition.scss +3 -0
  260. package/styles/numerictextbox/_fabric-dark-definition.scss +6 -0
  261. package/styles/numerictextbox/_fabric-definition.scss +3 -0
  262. package/styles/numerictextbox/_fluent-dark-definition.scss +1 -0
  263. package/styles/numerictextbox/_fluent-definition.scss +5 -0
  264. package/styles/numerictextbox/_fusionnew-definition.scss +3 -0
  265. package/styles/numerictextbox/_highcontrast-definition.scss +3 -0
  266. package/styles/numerictextbox/_highcontrast-light-definition.scss +6 -0
  267. package/styles/numerictextbox/_layout.scss +30 -0
  268. package/styles/numerictextbox/_material-dark-definition.scss +6 -0
  269. package/styles/numerictextbox/_material-definition.scss +3 -0
  270. package/styles/numerictextbox/_material3-definition.scss +3 -0
  271. package/styles/numerictextbox/_tailwind-dark-definition.scss +1 -0
  272. package/styles/numerictextbox/_tailwind-definition.scss +3 -0
  273. package/styles/numerictextbox/_theme.scss +39 -0
  274. package/styles/numerictextbox/bootstrap-dark.css +1 -0
  275. package/styles/numerictextbox/bootstrap-dark.scss +5 -1
  276. package/styles/numerictextbox/bootstrap.css +1 -0
  277. package/styles/numerictextbox/bootstrap.scss +5 -1
  278. package/styles/numerictextbox/bootstrap4.css +1 -0
  279. package/styles/numerictextbox/bootstrap4.scss +5 -1
  280. package/styles/numerictextbox/bootstrap5-dark.css +1 -0
  281. package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
  282. package/styles/numerictextbox/bootstrap5.css +1 -0
  283. package/styles/numerictextbox/bootstrap5.scss +5 -1
  284. package/styles/numerictextbox/fabric-dark.css +1 -0
  285. package/styles/numerictextbox/fabric-dark.scss +5 -1
  286. package/styles/numerictextbox/fabric.css +1 -0
  287. package/styles/numerictextbox/fabric.scss +5 -1
  288. package/styles/numerictextbox/fluent-dark.css +1 -0
  289. package/styles/numerictextbox/fluent-dark.scss +5 -1
  290. package/styles/numerictextbox/fluent.css +1 -0
  291. package/styles/numerictextbox/fluent.scss +5 -1
  292. package/styles/numerictextbox/highcontrast-light.css +1 -0
  293. package/styles/numerictextbox/highcontrast-light.scss +5 -1
  294. package/styles/numerictextbox/highcontrast.css +1 -0
  295. package/styles/numerictextbox/highcontrast.scss +5 -1
  296. package/styles/numerictextbox/icons/_bootstrap-dark.scss +11 -0
  297. package/styles/numerictextbox/icons/_bootstrap.scss +11 -0
  298. package/styles/numerictextbox/icons/_bootstrap4.scss +11 -0
  299. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +1 -0
  300. package/styles/numerictextbox/icons/_bootstrap5.scss +11 -0
  301. package/styles/numerictextbox/icons/_fabric-dark.scss +11 -0
  302. package/styles/numerictextbox/icons/_fabric.scss +11 -0
  303. package/styles/numerictextbox/icons/_fluent-dark.scss +1 -0
  304. package/styles/numerictextbox/icons/_fluent.scss +11 -0
  305. package/styles/numerictextbox/icons/_fusionnew.scss +11 -0
  306. package/styles/numerictextbox/icons/_highcontrast-light.scss +11 -0
  307. package/styles/numerictextbox/icons/_highcontrast.scss +11 -0
  308. package/styles/numerictextbox/icons/_material-dark.scss +11 -0
  309. package/styles/numerictextbox/icons/_material.scss +11 -0
  310. package/styles/numerictextbox/icons/_material3.scss +11 -0
  311. package/styles/numerictextbox/icons/_tailwind-dark.scss +1 -0
  312. package/styles/numerictextbox/icons/_tailwind.scss +11 -0
  313. package/styles/numerictextbox/material-dark.css +1 -0
  314. package/styles/numerictextbox/material-dark.scss +5 -1
  315. package/styles/numerictextbox/material.css +1 -0
  316. package/styles/numerictextbox/material.scss +5 -1
  317. package/styles/numerictextbox/tailwind-dark.css +1 -0
  318. package/styles/numerictextbox/tailwind-dark.scss +5 -1
  319. package/styles/numerictextbox/tailwind.css +1 -0
  320. package/styles/numerictextbox/tailwind.scss +5 -1
  321. package/styles/signature/_all.scss +2 -0
  322. package/styles/signature/_bootstrap-dark-definition.scss +3 -0
  323. package/styles/signature/_bootstrap-definition.scss +3 -0
  324. package/styles/signature/_bootstrap4-definition.scss +3 -0
  325. package/styles/signature/_bootstrap5-dark-definition.scss +1 -0
  326. package/styles/signature/_bootstrap5-definition.scss +3 -0
  327. package/styles/signature/_fabric-dark-definition.scss +3 -0
  328. package/styles/signature/_fabric-definition.scss +3 -0
  329. package/styles/signature/_fluent-dark-definition.scss +1 -0
  330. package/styles/signature/_fluent-definition.scss +3 -0
  331. package/styles/signature/_fusionnew-definition.scss +3 -0
  332. package/styles/signature/_highcontrast-definition.scss +3 -0
  333. package/styles/signature/_highcontrast-light-definition.scss +3 -0
  334. package/styles/signature/_layout.scss +5 -0
  335. package/styles/signature/_material-dark-definition.scss +3 -0
  336. package/styles/signature/_material-definition.scss +3 -0
  337. package/styles/signature/_material3-definition.scss +3 -0
  338. package/styles/signature/_tailwind-dark-definition.scss +1 -0
  339. package/styles/signature/_tailwind-definition.scss +3 -0
  340. package/styles/signature/_theme.scss +7 -0
  341. package/styles/signature/bootstrap-dark.scss +3 -1
  342. package/styles/signature/bootstrap.scss +3 -1
  343. package/styles/signature/bootstrap4.scss +3 -1
  344. package/styles/signature/bootstrap5-dark.scss +3 -1
  345. package/styles/signature/bootstrap5.scss +3 -1
  346. package/styles/signature/fabric-dark.scss +3 -1
  347. package/styles/signature/fabric.scss +3 -1
  348. package/styles/signature/fluent-dark.scss +3 -1
  349. package/styles/signature/fluent.scss +3 -1
  350. package/styles/signature/highcontrast-light.scss +3 -1
  351. package/styles/signature/highcontrast.scss +3 -1
  352. package/styles/signature/material-dark.scss +3 -1
  353. package/styles/signature/material.scss +3 -1
  354. package/styles/signature/tailwind-dark.scss +3 -1
  355. package/styles/signature/tailwind.scss +3 -1
  356. package/styles/slider/_all.scss +3 -0
  357. package/styles/slider/_bootstrap-dark-definition.scss +156 -0
  358. package/styles/slider/_bootstrap-definition.scss +152 -0
  359. package/styles/slider/_bootstrap4-definition.scss +147 -0
  360. package/styles/slider/_bootstrap5-dark-definition.scss +1 -0
  361. package/styles/slider/_bootstrap5-definition.scss +90 -0
  362. package/styles/slider/_fabric-dark-definition.scss +162 -0
  363. package/styles/slider/_fabric-definition.scss +156 -0
  364. package/styles/slider/_fluent-dark-definition.scss +1 -0
  365. package/styles/slider/_fluent-definition.scss +74 -0
  366. package/styles/slider/_fusionnew-definition.scss +90 -0
  367. package/styles/slider/_highcontrast-definition.scss +145 -0
  368. package/styles/slider/_highcontrast-light-definition.scss +149 -0
  369. package/styles/slider/_icons.scss +1 -0
  370. package/styles/slider/_layout.scss +2421 -0
  371. package/styles/slider/_material-dark-definition.scss +159 -0
  372. package/styles/slider/_material-definition.scss +154 -0
  373. package/styles/slider/_material3-definition.scss +90 -0
  374. package/styles/slider/_tailwind-dark-definition.scss +1 -0
  375. package/styles/slider/_tailwind-definition.scss +84 -0
  376. package/styles/slider/_theme.scss +235 -0
  377. package/styles/slider/bootstrap-dark.css +4 -0
  378. package/styles/slider/bootstrap-dark.scss +5 -1
  379. package/styles/slider/bootstrap.css +4 -0
  380. package/styles/slider/bootstrap.scss +5 -1
  381. package/styles/slider/bootstrap4.css +4 -0
  382. package/styles/slider/bootstrap4.scss +5 -1
  383. package/styles/slider/bootstrap5-dark.css +4 -0
  384. package/styles/slider/bootstrap5-dark.scss +5 -1
  385. package/styles/slider/bootstrap5.css +4 -0
  386. package/styles/slider/bootstrap5.scss +5 -1
  387. package/styles/slider/fabric-dark.css +4 -0
  388. package/styles/slider/fabric-dark.scss +5 -1
  389. package/styles/slider/fabric.css +4 -0
  390. package/styles/slider/fabric.scss +5 -1
  391. package/styles/slider/fluent-dark.css +4 -0
  392. package/styles/slider/fluent-dark.scss +5 -1
  393. package/styles/slider/fluent.css +4 -0
  394. package/styles/slider/fluent.scss +5 -1
  395. package/styles/slider/highcontrast-light.css +4 -0
  396. package/styles/slider/highcontrast-light.scss +5 -1
  397. package/styles/slider/highcontrast.css +4 -0
  398. package/styles/slider/highcontrast.scss +5 -1
  399. package/styles/slider/material-dark.css +19 -1
  400. package/styles/slider/material-dark.scss +5 -1
  401. package/styles/slider/material.css +19 -1
  402. package/styles/slider/material.scss +5 -1
  403. package/styles/slider/tailwind-dark.css +4 -0
  404. package/styles/slider/tailwind-dark.scss +5 -1
  405. package/styles/slider/tailwind.css +4 -0
  406. package/styles/slider/tailwind.scss +5 -1
  407. package/styles/tailwind-dark.css +33 -13
  408. package/styles/tailwind.css +33 -13
  409. package/styles/textbox/_all.scss +1 -0
  410. package/styles/textbox/_bootstrap-dark-definition.scss +1 -0
  411. package/styles/textbox/_bootstrap-definition.scss +1 -0
  412. package/styles/textbox/_bootstrap4-definition.scss +1 -0
  413. package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
  414. package/styles/textbox/_bootstrap5-definition.scss +1 -0
  415. package/styles/textbox/_fabric-dark-definition.scss +1 -0
  416. package/styles/textbox/_fabric-definition.scss +1 -0
  417. package/styles/textbox/_fluent-dark-definition.scss +1 -0
  418. package/styles/textbox/_fluent-definition.scss +1 -0
  419. package/styles/textbox/_fusionnew-definition.scss +1 -0
  420. package/styles/textbox/_highcontrast-definition.scss +1 -0
  421. package/styles/textbox/_highcontrast-light-definition.scss +1 -0
  422. package/styles/textbox/_layout.scss +10 -0
  423. package/styles/textbox/_material-dark-definition.scss +1 -0
  424. package/styles/textbox/_material-definition.scss +1 -0
  425. package/styles/textbox/_material3-definition.scss +1 -0
  426. package/styles/textbox/_tailwind-dark-definition.scss +1 -0
  427. package/styles/textbox/_tailwind-definition.scss +1 -0
  428. package/styles/textbox/_theme.scss +1 -0
  429. package/styles/textbox/bootstrap-dark.css +2 -0
  430. package/styles/textbox/bootstrap-dark.scss +4 -1
  431. package/styles/textbox/bootstrap.css +2 -0
  432. package/styles/textbox/bootstrap.scss +4 -1
  433. package/styles/textbox/bootstrap4.css +2 -0
  434. package/styles/textbox/bootstrap4.scss +4 -1
  435. package/styles/textbox/bootstrap5-dark.css +2 -0
  436. package/styles/textbox/bootstrap5-dark.scss +4 -1
  437. package/styles/textbox/bootstrap5.css +2 -0
  438. package/styles/textbox/bootstrap5.scss +4 -1
  439. package/styles/textbox/fabric-dark.css +2 -0
  440. package/styles/textbox/fabric-dark.scss +4 -1
  441. package/styles/textbox/fabric.css +2 -0
  442. package/styles/textbox/fabric.scss +4 -1
  443. package/styles/textbox/fluent-dark.css +2 -0
  444. package/styles/textbox/fluent-dark.scss +4 -1
  445. package/styles/textbox/fluent.css +2 -0
  446. package/styles/textbox/fluent.scss +4 -1
  447. package/styles/textbox/highcontrast-light.css +2 -0
  448. package/styles/textbox/highcontrast-light.scss +4 -1
  449. package/styles/textbox/highcontrast.css +2 -0
  450. package/styles/textbox/highcontrast.scss +4 -1
  451. package/styles/textbox/material-dark.css +3 -1
  452. package/styles/textbox/material-dark.scss +4 -1
  453. package/styles/textbox/material.css +3 -1
  454. package/styles/textbox/material.scss +4 -1
  455. package/styles/textbox/tailwind-dark.css +3 -1
  456. package/styles/textbox/tailwind-dark.scss +4 -1
  457. package/styles/textbox/tailwind.css +3 -1
  458. package/styles/textbox/tailwind.scss +4 -1
  459. package/styles/uploader/_all.scss +2 -0
  460. package/styles/uploader/_bootstrap-dark-definition.scss +213 -0
  461. package/styles/uploader/_bootstrap-definition.scss +208 -0
  462. package/styles/uploader/_bootstrap4-definition.scss +211 -0
  463. package/styles/uploader/_bootstrap5-dark-definition.scss +1 -0
  464. package/styles/uploader/_bootstrap5-definition.scss +216 -0
  465. package/styles/uploader/_definition.scss +142 -0
  466. package/styles/uploader/_fabric-dark-definition.scss +216 -0
  467. package/styles/uploader/_fabric-definition.scss +210 -0
  468. package/styles/uploader/_fluent-dark-definition.scss +1 -0
  469. package/styles/uploader/_fluent-definition.scss +234 -0
  470. package/styles/uploader/_fusionnew-definition.scss +216 -0
  471. package/styles/uploader/_highcontrast-definition.scss +211 -0
  472. package/styles/uploader/_highcontrast-light-definition.scss +219 -0
  473. package/styles/uploader/_layout.scss +984 -0
  474. package/styles/uploader/_material-dark-definition.scss +217 -0
  475. package/styles/uploader/_material-definition.scss +214 -0
  476. package/styles/uploader/_material3-definition.scss +216 -0
  477. package/styles/uploader/_tailwind-dark-definition.scss +1 -0
  478. package/styles/uploader/_tailwind-definition.scss +232 -0
  479. package/styles/uploader/_theme.scss +136 -0
  480. package/styles/uploader/bootstrap-dark.css +1 -0
  481. package/styles/uploader/bootstrap-dark.scss +6 -1
  482. package/styles/uploader/bootstrap.css +1 -0
  483. package/styles/uploader/bootstrap.scss +6 -1
  484. package/styles/uploader/bootstrap4.css +1 -0
  485. package/styles/uploader/bootstrap4.scss +6 -1
  486. package/styles/uploader/bootstrap5-dark.css +1 -0
  487. package/styles/uploader/bootstrap5-dark.scss +6 -1
  488. package/styles/uploader/bootstrap5.css +1 -0
  489. package/styles/uploader/bootstrap5.scss +6 -1
  490. package/styles/uploader/fabric-dark.css +1 -0
  491. package/styles/uploader/fabric-dark.scss +6 -1
  492. package/styles/uploader/fabric.css +1 -0
  493. package/styles/uploader/fabric.scss +6 -1
  494. package/styles/uploader/fluent-dark.css +1 -0
  495. package/styles/uploader/fluent-dark.scss +6 -1
  496. package/styles/uploader/fluent.css +1 -0
  497. package/styles/uploader/fluent.scss +6 -1
  498. package/styles/uploader/highcontrast-light.css +1 -0
  499. package/styles/uploader/highcontrast-light.scss +6 -1
  500. package/styles/uploader/highcontrast.css +1 -0
  501. package/styles/uploader/highcontrast.scss +6 -1
  502. package/styles/uploader/icons/_bootstrap-dark.scss +34 -0
  503. package/styles/uploader/icons/_bootstrap.scss +34 -0
  504. package/styles/uploader/icons/_bootstrap4.scss +34 -0
  505. package/styles/uploader/icons/_bootstrap5-dark.scss +1 -0
  506. package/styles/uploader/icons/_bootstrap5.scss +34 -0
  507. package/styles/uploader/icons/_fabric-dark.scss +34 -0
  508. package/styles/uploader/icons/_fabric.scss +34 -0
  509. package/styles/uploader/icons/_fluent-dark.scss +1 -0
  510. package/styles/uploader/icons/_fluent.scss +34 -0
  511. package/styles/uploader/icons/_fusionnew.scss +34 -0
  512. package/styles/uploader/icons/_highcontrast-light.scss +34 -0
  513. package/styles/uploader/icons/_highcontrast.scss +34 -0
  514. package/styles/uploader/icons/_material-dark.scss +34 -0
  515. package/styles/uploader/icons/_material.scss +34 -0
  516. package/styles/uploader/icons/_material3.scss +34 -0
  517. package/styles/uploader/icons/_tailwind-dark.scss +1 -0
  518. package/styles/uploader/icons/_tailwind.scss +34 -0
  519. package/styles/uploader/material-dark.css +1 -0
  520. package/styles/uploader/material-dark.scss +6 -1
  521. package/styles/uploader/material.css +1 -0
  522. package/styles/uploader/material.scss +6 -1
  523. package/styles/uploader/tailwind-dark.css +2 -0
  524. package/styles/uploader/tailwind-dark.scss +6 -1
  525. package/styles/uploader/tailwind.css +2 -0
  526. package/styles/uploader/tailwind.scss +6 -1
  527. package/syncfusion-ej2-angular-inputs.d.ts +5 -0
  528. package/@syncfusion/ej2-angular-inputs.es5.js +0 -1563
  529. package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
  530. package/@syncfusion/ej2-angular-inputs.js +0 -1472
  531. package/@syncfusion/ej2-angular-inputs.js.map +0 -1
  532. package/CHANGELOG.md +0 -1453
  533. package/dist/ej2-angular-inputs.umd.js +0 -1644
  534. package/dist/ej2-angular-inputs.umd.js.map +0 -1
  535. package/dist/ej2-angular-inputs.umd.min.js +0 -11
  536. package/dist/ej2-angular-inputs.umd.min.js.map +0 -1
  537. package/ej2-angular-inputs.d.ts +0 -11
  538. package/ej2-angular-inputs.metadata.json +0 -1
  539. package/postinstall/tagchange.js +0 -18
  540. package/schematics/collection.json +0 -105
  541. package/schematics/generators/colorpicker-default/index.d.ts +0 -3
  542. package/schematics/generators/colorpicker-default/index.js +0 -8
  543. package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
  544. package/schematics/generators/colorpicker-default/sample-details.js +0 -7
  545. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  546. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  547. package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
  548. package/schematics/generators/colorpicker-default/schema.js +0 -2
  549. package/schematics/generators/colorpicker-default/schema.json +0 -125
  550. package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
  551. package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
  552. package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
  553. package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
  554. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  555. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  556. package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
  557. package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
  558. package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
  559. package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
  560. package/schematics/generators/maskedtextbox-default/index.js +0 -8
  561. package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
  562. package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
  563. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  564. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  565. package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
  566. package/schematics/generators/maskedtextbox-default/schema.js +0 -2
  567. package/schematics/generators/maskedtextbox-default/schema.json +0 -125
  568. package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
  569. package/schematics/generators/maskedtextbox-formats/index.js +0 -8
  570. package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
  571. package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
  572. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  573. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  574. package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
  575. package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
  576. package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
  577. package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
  578. package/schematics/generators/numerictextbox-customformat/index.js +0 -8
  579. package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
  580. package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
  581. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  582. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  583. package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
  584. package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
  585. package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
  586. package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
  587. package/schematics/generators/numerictextbox-decimals/index.js +0 -8
  588. package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
  589. package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
  590. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  591. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  592. package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
  593. package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
  594. package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
  595. package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
  596. package/schematics/generators/numerictextbox-default/index.js +0 -8
  597. package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
  598. package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
  599. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  600. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
  601. package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
  602. package/schematics/generators/numerictextbox-default/schema.js +0 -2
  603. package/schematics/generators/numerictextbox-default/schema.json +0 -125
  604. package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
  605. package/schematics/generators/numerictextbox-range/index.js +0 -8
  606. package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
  607. package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
  608. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  609. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  610. package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
  611. package/schematics/generators/numerictextbox-range/schema.js +0 -2
  612. package/schematics/generators/numerictextbox-range/schema.json +0 -125
  613. package/schematics/generators/slider-default/index.d.ts +0 -3
  614. package/schematics/generators/slider-default/index.js +0 -8
  615. package/schematics/generators/slider-default/sample-details.d.ts +0 -5
  616. package/schematics/generators/slider-default/sample-details.js +0 -7
  617. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  618. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  619. package/schematics/generators/slider-default/schema.d.ts +0 -3
  620. package/schematics/generators/slider-default/schema.js +0 -2
  621. package/schematics/generators/slider-default/schema.json +0 -125
  622. package/schematics/generators/slider-limits/index.d.ts +0 -3
  623. package/schematics/generators/slider-limits/index.js +0 -8
  624. package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
  625. package/schematics/generators/slider-limits/sample-details.js +0 -7
  626. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  627. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  628. package/schematics/generators/slider-limits/schema.d.ts +0 -3
  629. package/schematics/generators/slider-limits/schema.js +0 -2
  630. package/schematics/generators/slider-limits/schema.json +0 -125
  631. package/schematics/generators/slider-minrange/index.d.ts +0 -3
  632. package/schematics/generators/slider-minrange/index.js +0 -8
  633. package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
  634. package/schematics/generators/slider-minrange/sample-details.js +0 -7
  635. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  636. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  637. package/schematics/generators/slider-minrange/schema.d.ts +0 -3
  638. package/schematics/generators/slider-minrange/schema.js +0 -2
  639. package/schematics/generators/slider-minrange/schema.json +0 -125
  640. package/schematics/generators/slider-range/index.d.ts +0 -3
  641. package/schematics/generators/slider-range/index.js +0 -8
  642. package/schematics/generators/slider-range/sample-details.d.ts +0 -5
  643. package/schematics/generators/slider-range/sample-details.js +0 -7
  644. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  645. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  646. package/schematics/generators/slider-range/schema.d.ts +0 -3
  647. package/schematics/generators/slider-range/schema.js +0 -2
  648. package/schematics/generators/slider-range/schema.json +0 -125
  649. package/schematics/generators/slider-ticks/index.d.ts +0 -3
  650. package/schematics/generators/slider-ticks/index.js +0 -8
  651. package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
  652. package/schematics/generators/slider-ticks/sample-details.js +0 -7
  653. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  654. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  655. package/schematics/generators/slider-ticks/schema.d.ts +0 -3
  656. package/schematics/generators/slider-ticks/schema.js +0 -2
  657. package/schematics/generators/slider-ticks/schema.json +0 -125
  658. package/schematics/generators/slider-vertical/index.d.ts +0 -3
  659. package/schematics/generators/slider-vertical/index.js +0 -8
  660. package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
  661. package/schematics/generators/slider-vertical/sample-details.js +0 -7
  662. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  663. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  664. package/schematics/generators/slider-vertical/schema.d.ts +0 -3
  665. package/schematics/generators/slider-vertical/schema.js +0 -2
  666. package/schematics/generators/slider-vertical/schema.json +0 -125
  667. package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
  668. package/schematics/generators/textbox-floatinglabel/index.js +0 -8
  669. package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
  670. package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
  671. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
  672. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
  673. package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
  674. package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
  675. package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
  676. package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
  677. package/schematics/generators/uploader-autoupload/index.js +0 -8
  678. package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
  679. package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
  680. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  681. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  682. package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
  683. package/schematics/generators/uploader-autoupload/schema.js +0 -2
  684. package/schematics/generators/uploader-autoupload/schema.json +0 -125
  685. package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
  686. package/schematics/generators/uploader-chunkupload/index.js +0 -8
  687. package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
  688. package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
  689. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  690. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  691. package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
  692. package/schematics/generators/uploader-chunkupload/schema.js +0 -2
  693. package/schematics/generators/uploader-chunkupload/schema.json +0 -125
  694. package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
  695. package/schematics/generators/uploader-directoryupload/index.js +0 -8
  696. package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
  697. package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
  698. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  699. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  700. package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
  701. package/schematics/generators/uploader-directoryupload/schema.js +0 -2
  702. package/schematics/generators/uploader-directoryupload/schema.json +0 -125
  703. package/schematics/generators/uploader-validation/index.d.ts +0 -3
  704. package/schematics/generators/uploader-validation/index.js +0 -8
  705. package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
  706. package/schematics/generators/uploader-validation/sample-details.js +0 -7
  707. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  708. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  709. package/schematics/generators/uploader-validation/schema.d.ts +0 -3
  710. package/schematics/generators/uploader-validation/schema.js +0 -2
  711. package/schematics/generators/uploader-validation/schema.json +0 -125
  712. package/schematics/ng-add/index.d.ts +0 -3
  713. package/schematics/ng-add/index.js +0 -9
  714. package/schematics/ng-add/schema.d.ts +0 -13
  715. package/schematics/ng-add/schema.js +0 -2
  716. package/schematics/ng-add/schema.json +0 -34
  717. package/schematics/tsconfig.json +0 -25
  718. package/schematics/utils/lib-details.d.ts +0 -4
  719. package/schematics/utils/lib-details.js +0 -6
@@ -1,1472 +0,0 @@
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