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

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