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