@syncfusion/ej2-angular-inputs 21.2.9 → 22.1.34

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 (344) hide show
  1. package/README.md +114 -185
  2. package/esm2020/src/index.mjs +1 -4
  3. package/esm2020/src/uploader/uploader.component.mjs +3 -3
  4. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +55 -195
  5. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  6. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +55 -195
  7. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  8. package/license +10 -0
  9. package/package.json +60 -11
  10. package/schematics/utils/lib-details.ts +3 -3
  11. package/src/index.d.ts +0 -3
  12. package/src/uploader/uploader.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +22 -3
  14. package/styles/bootstrap.css +22 -3
  15. package/styles/bootstrap4.css +22 -4
  16. package/styles/bootstrap5-dark.css +22 -3
  17. package/styles/bootstrap5.css +22 -3
  18. package/styles/color-picker/_layout.scss +49 -5
  19. package/styles/color-picker/_material3-dark-definition.scss +1 -0
  20. package/styles/color-picker/_material3-definition.scss +141 -0
  21. package/styles/color-picker/_theme.scss +6 -1
  22. package/styles/color-picker/fluent-dark.css +1 -0
  23. package/styles/color-picker/fluent.css +1 -0
  24. package/styles/color-picker/icons/_material3-dark.scss +1 -0
  25. package/styles/color-picker/material3-dark.css +880 -0
  26. package/styles/color-picker/material3-dark.scss +12 -0
  27. package/styles/color-picker/material3.css +936 -0
  28. package/styles/color-picker/material3.scss +12 -0
  29. package/styles/fabric-dark.css +22 -3
  30. package/styles/fabric.css +22 -3
  31. package/styles/fluent-dark.css +23 -3
  32. package/styles/fluent.css +23 -3
  33. package/styles/highcontrast-light.css +22 -3
  34. package/styles/highcontrast.css +22 -3
  35. package/styles/input/_layout.scss +268 -107
  36. package/styles/input/_material3-dark-definition.scss +1 -0
  37. package/styles/input/_material3-definition.scss +548 -0
  38. package/styles/input/_theme.scss +3 -2
  39. package/styles/input/bootstrap-dark.css +14 -1
  40. package/styles/input/bootstrap.css +14 -1
  41. package/styles/input/bootstrap4.css +14 -1
  42. package/styles/input/bootstrap5-dark.css +14 -1
  43. package/styles/input/bootstrap5.css +14 -1
  44. package/styles/input/fabric-dark.css +14 -1
  45. package/styles/input/fabric.css +14 -1
  46. package/styles/input/fluent-dark.css +14 -1
  47. package/styles/input/fluent.css +14 -1
  48. package/styles/input/highcontrast-light.css +14 -1
  49. package/styles/input/highcontrast.css +14 -1
  50. package/styles/input/icons/_material3-dark.scss +1 -0
  51. package/styles/input/material-dark.css +92 -64
  52. package/styles/input/material.css +92 -64
  53. package/styles/input/material3-dark.css +12357 -0
  54. package/styles/input/material3-dark.scss +5 -0
  55. package/styles/input/material3.css +12413 -0
  56. package/styles/input/material3.scss +5 -0
  57. package/styles/input/tailwind-dark.css +14 -1
  58. package/styles/input/tailwind.css +14 -1
  59. package/styles/maskedtextbox/_material3-dark-definition.scss +1 -0
  60. package/styles/maskedtextbox/_material3-definition.scss +4 -0
  61. package/styles/maskedtextbox/material3-dark.css +104 -0
  62. package/styles/maskedtextbox/material3-dark.scss +5 -0
  63. package/styles/maskedtextbox/material3.css +160 -0
  64. package/styles/maskedtextbox/material3.scss +5 -0
  65. package/styles/material-dark.css +102 -66
  66. package/styles/material.css +102 -66
  67. package/styles/material3-dark.css +15119 -0
  68. package/styles/material3-dark.scss +11 -0
  69. package/styles/material3.css +15175 -0
  70. package/styles/material3.scss +11 -0
  71. package/styles/numerictextbox/_material3-dark-definition.scss +1 -0
  72. package/styles/numerictextbox/_material3-definition.scss +4 -0
  73. package/styles/numerictextbox/icons/_material3-dark.scss +1 -0
  74. package/styles/numerictextbox/material3-dark.css +118 -0
  75. package/styles/numerictextbox/material3-dark.scss +6 -0
  76. package/styles/numerictextbox/material3.css +174 -0
  77. package/styles/numerictextbox/material3.scss +6 -0
  78. package/styles/rating/_bootstrap-dark-definition.scss +4 -3
  79. package/styles/rating/_bootstrap-definition.scss +4 -3
  80. package/styles/rating/_bootstrap4-definition.scss +4 -3
  81. package/styles/rating/_bootstrap5-definition.scss +4 -0
  82. package/styles/rating/_fabric-dark-definition.scss +4 -3
  83. package/styles/rating/_fabric-definition.scss +4 -3
  84. package/styles/rating/_fluent-definition.scss +4 -0
  85. package/styles/rating/_fusionnew-definition.scss +4 -3
  86. package/styles/rating/_highcontrast-definition.scss +4 -3
  87. package/styles/rating/_highcontrast-light-definition.scss +4 -3
  88. package/styles/rating/_layout.scss +2 -0
  89. package/styles/rating/_material-dark-definition.scss +4 -3
  90. package/styles/rating/_material-definition.scss +4 -3
  91. package/styles/rating/_material3-dark-definition.scss +1 -0
  92. package/styles/rating/_material3-definition.scss +47 -0
  93. package/styles/rating/_tailwind-definition.scss +4 -0
  94. package/styles/rating/_theme.scss +36 -14
  95. package/styles/rating/bootstrap-dark.css +8 -2
  96. package/styles/rating/bootstrap.css +8 -2
  97. package/styles/rating/bootstrap4.css +8 -3
  98. package/styles/rating/bootstrap5-dark.css +8 -2
  99. package/styles/rating/bootstrap5.css +8 -2
  100. package/styles/rating/fabric-dark.css +8 -2
  101. package/styles/rating/fabric.css +8 -2
  102. package/styles/rating/fluent-dark.css +8 -2
  103. package/styles/rating/fluent.css +8 -2
  104. package/styles/rating/highcontrast-light.css +8 -2
  105. package/styles/rating/highcontrast.css +8 -2
  106. package/styles/rating/material-dark.css +8 -2
  107. package/styles/rating/material.css +8 -2
  108. package/styles/rating/material3-dark.css +340 -0
  109. package/styles/rating/material3-dark.scss +5 -0
  110. package/styles/rating/material3.css +396 -0
  111. package/styles/rating/material3.scss +5 -0
  112. package/styles/rating/tailwind-dark.css +8 -2
  113. package/styles/rating/tailwind.css +8 -2
  114. package/styles/signature/_material3-dark-definition.scss +1 -0
  115. package/styles/signature/_material3-definition.scss +3 -0
  116. package/styles/signature/material3-dark.css +65 -0
  117. package/styles/signature/material3-dark.scss +4 -0
  118. package/styles/signature/material3.css +121 -0
  119. package/styles/signature/material3.scss +4 -0
  120. package/styles/slider/_layout.scss +60 -15
  121. package/styles/slider/_material3-dark-definition.scss +1 -0
  122. package/styles/slider/_material3-definition.scss +97 -0
  123. package/styles/slider/_theme.scss +11 -2
  124. package/styles/slider/material-dark.css +2 -0
  125. package/styles/slider/material.css +2 -0
  126. package/styles/slider/material3-dark.css +765 -0
  127. package/styles/slider/material3-dark.scss +6 -0
  128. package/styles/slider/material3.css +821 -0
  129. package/styles/slider/material3.scss +6 -0
  130. package/styles/tailwind-dark.css +22 -3
  131. package/styles/tailwind.css +22 -3
  132. package/styles/textbox/_bootstrap-dark-definition.scss +3 -0
  133. package/styles/textbox/_bootstrap-definition.scss +3 -0
  134. package/styles/textbox/_bootstrap4-definition.scss +3 -0
  135. package/styles/textbox/_bootstrap5-definition.scss +3 -0
  136. package/styles/textbox/_fabric-dark-definition.scss +3 -0
  137. package/styles/textbox/_fabric-definition.scss +3 -0
  138. package/styles/textbox/_fluent-definition.scss +3 -0
  139. package/styles/textbox/_fusionnew-definition.scss +3 -0
  140. package/styles/textbox/_highcontrast-definition.scss +3 -0
  141. package/styles/textbox/_highcontrast-light-definition.scss +3 -0
  142. package/styles/textbox/_layout.scss +27 -0
  143. package/styles/textbox/_material-dark-definition.scss +3 -0
  144. package/styles/textbox/_material-definition.scss +3 -0
  145. package/styles/textbox/_material3-dark-definition.scss +1 -0
  146. package/styles/textbox/_material3-definition.scss +4 -0
  147. package/styles/textbox/_tailwind-definition.scss +3 -0
  148. package/styles/textbox/material3-dark.css +72 -0
  149. package/styles/textbox/material3-dark.scss +5 -0
  150. package/styles/textbox/material3.css +128 -0
  151. package/styles/textbox/material3.scss +5 -0
  152. package/styles/uploader/_material3-dark-definition.scss +1 -0
  153. package/styles/uploader/_material3-definition.scss +215 -0
  154. package/styles/uploader/icons/_material3-dark.scss +1 -0
  155. package/styles/uploader/material3-dark.css +861 -0
  156. package/styles/uploader/material3-dark.scss +7 -0
  157. package/styles/uploader/material3.css +917 -0
  158. package/styles/uploader/material3.scss +7 -0
  159. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  160. package/esm2020/src/rating/rating.component.mjs +0 -108
  161. package/esm2020/src/rating/rating.module.mjs +0 -25
  162. package/schematics/collection.json +0 -105
  163. package/schematics/generators/colorpicker-default/index.d.ts +0 -3
  164. package/schematics/generators/colorpicker-default/index.js +0 -8
  165. package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
  166. package/schematics/generators/colorpicker-default/sample-details.js +0 -7
  167. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  168. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  169. package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
  170. package/schematics/generators/colorpicker-default/schema.js +0 -2
  171. package/schematics/generators/colorpicker-default/schema.json +0 -125
  172. package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
  173. package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
  174. package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
  175. package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
  176. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  177. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  178. package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
  179. package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
  180. package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
  181. package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
  182. package/schematics/generators/maskedtextbox-default/index.js +0 -8
  183. package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
  184. package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
  185. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  186. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  187. package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
  188. package/schematics/generators/maskedtextbox-default/schema.js +0 -2
  189. package/schematics/generators/maskedtextbox-default/schema.json +0 -125
  190. package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
  191. package/schematics/generators/maskedtextbox-formats/index.js +0 -8
  192. package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
  193. package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
  194. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  195. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  196. package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
  197. package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
  198. package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
  199. package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
  200. package/schematics/generators/numerictextbox-customformat/index.js +0 -8
  201. package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
  202. package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
  203. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  204. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  205. package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
  206. package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
  207. package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
  208. package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
  209. package/schematics/generators/numerictextbox-decimals/index.js +0 -8
  210. package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
  211. package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
  212. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  213. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  214. package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
  215. package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
  216. package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
  217. package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
  218. package/schematics/generators/numerictextbox-default/index.js +0 -8
  219. package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
  220. package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
  221. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  222. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
  223. package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
  224. package/schematics/generators/numerictextbox-default/schema.js +0 -2
  225. package/schematics/generators/numerictextbox-default/schema.json +0 -125
  226. package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
  227. package/schematics/generators/numerictextbox-range/index.js +0 -8
  228. package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
  229. package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
  230. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  231. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  232. package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
  233. package/schematics/generators/numerictextbox-range/schema.js +0 -2
  234. package/schematics/generators/numerictextbox-range/schema.json +0 -125
  235. package/schematics/generators/slider-default/index.d.ts +0 -3
  236. package/schematics/generators/slider-default/index.js +0 -8
  237. package/schematics/generators/slider-default/sample-details.d.ts +0 -5
  238. package/schematics/generators/slider-default/sample-details.js +0 -7
  239. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  240. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  241. package/schematics/generators/slider-default/schema.d.ts +0 -3
  242. package/schematics/generators/slider-default/schema.js +0 -2
  243. package/schematics/generators/slider-default/schema.json +0 -125
  244. package/schematics/generators/slider-limits/index.d.ts +0 -3
  245. package/schematics/generators/slider-limits/index.js +0 -8
  246. package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
  247. package/schematics/generators/slider-limits/sample-details.js +0 -7
  248. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  249. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  250. package/schematics/generators/slider-limits/schema.d.ts +0 -3
  251. package/schematics/generators/slider-limits/schema.js +0 -2
  252. package/schematics/generators/slider-limits/schema.json +0 -125
  253. package/schematics/generators/slider-minrange/index.d.ts +0 -3
  254. package/schematics/generators/slider-minrange/index.js +0 -8
  255. package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
  256. package/schematics/generators/slider-minrange/sample-details.js +0 -7
  257. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  258. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  259. package/schematics/generators/slider-minrange/schema.d.ts +0 -3
  260. package/schematics/generators/slider-minrange/schema.js +0 -2
  261. package/schematics/generators/slider-minrange/schema.json +0 -125
  262. package/schematics/generators/slider-range/index.d.ts +0 -3
  263. package/schematics/generators/slider-range/index.js +0 -8
  264. package/schematics/generators/slider-range/sample-details.d.ts +0 -5
  265. package/schematics/generators/slider-range/sample-details.js +0 -7
  266. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  267. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  268. package/schematics/generators/slider-range/schema.d.ts +0 -3
  269. package/schematics/generators/slider-range/schema.js +0 -2
  270. package/schematics/generators/slider-range/schema.json +0 -125
  271. package/schematics/generators/slider-ticks/index.d.ts +0 -3
  272. package/schematics/generators/slider-ticks/index.js +0 -8
  273. package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
  274. package/schematics/generators/slider-ticks/sample-details.js +0 -7
  275. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  276. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  277. package/schematics/generators/slider-ticks/schema.d.ts +0 -3
  278. package/schematics/generators/slider-ticks/schema.js +0 -2
  279. package/schematics/generators/slider-ticks/schema.json +0 -125
  280. package/schematics/generators/slider-vertical/index.d.ts +0 -3
  281. package/schematics/generators/slider-vertical/index.js +0 -8
  282. package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
  283. package/schematics/generators/slider-vertical/sample-details.js +0 -7
  284. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  285. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  286. package/schematics/generators/slider-vertical/schema.d.ts +0 -3
  287. package/schematics/generators/slider-vertical/schema.js +0 -2
  288. package/schematics/generators/slider-vertical/schema.json +0 -125
  289. package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
  290. package/schematics/generators/textbox-floatinglabel/index.js +0 -8
  291. package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
  292. package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
  293. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
  294. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
  295. package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
  296. package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
  297. package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
  298. package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
  299. package/schematics/generators/uploader-autoupload/index.js +0 -8
  300. package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
  301. package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
  302. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  303. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  304. package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
  305. package/schematics/generators/uploader-autoupload/schema.js +0 -2
  306. package/schematics/generators/uploader-autoupload/schema.json +0 -125
  307. package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
  308. package/schematics/generators/uploader-chunkupload/index.js +0 -8
  309. package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
  310. package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
  311. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  312. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  313. package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
  314. package/schematics/generators/uploader-chunkupload/schema.js +0 -2
  315. package/schematics/generators/uploader-chunkupload/schema.json +0 -125
  316. package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
  317. package/schematics/generators/uploader-directoryupload/index.js +0 -8
  318. package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
  319. package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
  320. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  321. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  322. package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
  323. package/schematics/generators/uploader-directoryupload/schema.js +0 -2
  324. package/schematics/generators/uploader-directoryupload/schema.json +0 -125
  325. package/schematics/generators/uploader-validation/index.d.ts +0 -3
  326. package/schematics/generators/uploader-validation/index.js +0 -8
  327. package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
  328. package/schematics/generators/uploader-validation/sample-details.js +0 -7
  329. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  330. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  331. package/schematics/generators/uploader-validation/schema.d.ts +0 -3
  332. package/schematics/generators/uploader-validation/schema.js +0 -2
  333. package/schematics/generators/uploader-validation/schema.json +0 -125
  334. package/schematics/ng-add/index.d.ts +0 -3
  335. package/schematics/ng-add/index.js +0 -9
  336. package/schematics/ng-add/schema.d.ts +0 -13
  337. package/schematics/ng-add/schema.js +0 -2
  338. package/schematics/ng-add/schema.json +0 -34
  339. package/schematics/tsconfig.json +0 -25
  340. package/schematics/utils/lib-details.d.ts +0 -4
  341. package/schematics/utils/lib-details.js +0 -6
  342. package/src/rating/rating-all.module.d.ts +0 -11
  343. package/src/rating/rating.component.d.ts +0 -72
  344. package/src/rating/rating.module.d.ts +0 -11
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "uploader-directoryupload",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "uploader-directoryupload"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'uploader';
4
- exports.sampleName = 'validation';
5
- exports.diModules = null;
6
- exports.packageName = '@syncfusion/ej2-angular-inputs';
7
- exports.libModules = 'UploaderModule';
@@ -1,9 +0,0 @@
1
- .control_wrapper {
2
- max-width: 500px;
3
- min-width: 245px;
4
- margin: auto;
5
- }
6
- .e-upload.e-control {
7
- position: relative;
8
- margin: 15px 0;
9
- }
@@ -1,7 +0,0 @@
1
- <div class="control-section">
2
- <div class="col-lg-12">
3
- <div class="control_wrapper">
4
- <ejs-uploader #fileupload id='validatefileupload' [minFileSize]=10000 [maxFileSize]=50000 [asyncSettings]='path' [autoUpload]='false' [allowedExtensions]='allowExtensions' (selected)='onSelected($event)' ></ejs-uploader>
5
- </div>
6
- </div>
7
- </div>
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "uploader-validation",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "uploader-validation"
125
- }
@@ -1,3 +0,0 @@
1
- import { OptionsSchema } from './schema';
2
- import { Rule } from '@angular-devkit/schematics';
3
- export default function (options: OptionsSchema): Rule;
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const lib_details_1 = require("./../utils/lib-details");
4
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
- function default_1(options) {
6
- const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
- return schematics_1.install(options, libOptions);
8
- }
9
- exports.default = default_1;
@@ -1,13 +0,0 @@
1
- export interface OptionsSchema {
2
- skipPackageJson: boolean;
3
- modules: string;
4
- modulePath: string;
5
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
- project?: string;
7
- }
8
- export interface LibOptionsSchema {
9
- pkgName: string;
10
- pkgVer: string;
11
- moduleName: string;
12
- themeVer: string;
13
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
@@ -1,25 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
@@ -1,4 +0,0 @@
1
- export declare const pkgName = "@syncfusion/ej2-angular-inputs";
2
- export declare const pkgVer = "^21.2.8";
3
- export declare const moduleName = "TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule";
4
- export declare const themeVer = "~21.2.8";
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.pkgName = '@syncfusion/ej2-angular-inputs';
4
- exports.pkgVer = '^21.2.9';
5
- exports.moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
6
- exports.themeVer = '~21.2.9';
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./rating.module";
4
- /**
5
- * NgModule definition for the Rating component with providers.
6
- */
7
- export declare class RatingAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<RatingAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RatingAllModule, never, [typeof i1.CommonModule, typeof i2.RatingModule], [typeof i2.RatingModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<RatingAllModule>;
11
- }
@@ -1,72 +0,0 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Rating } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the EJ2 Angular Rating Component.
10
- * ```html
11
- * <input ejs-rating [value]='value' />
12
- * ```
13
- */
14
- export declare class RatingComponent extends Rating implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- formCompContext: any;
20
- formContext: any;
21
- tagObjects: any;
22
- beforeItemRender: any;
23
- created: any;
24
- onItemHover: any;
25
- valueChanged: any;
26
- valueChange: any;
27
- /**
28
- * Defines the template that defines the appearance of each rated item in a rating component.
29
- *
30
- * {% codeBlock src='rating/fullTemplate/index.md' %}{% endcodeBlock %}
31
- *
32
- * @default ''
33
- */
34
- fullTemplate: any;
35
- /**
36
- * Defines the template that defines the appearance of each un-rated item in a rating component.
37
- * @default ''
38
- */
39
- emptyTemplate: any;
40
- /**
41
- * Defines the template that used as tooltip content over default tooltip content of the rating.
42
- * The current value of rating passed as context to build the content.
43
- *
44
- * {% codeBlock src='rating/tooltipTemplate/index.md' %}{% endcodeBlock %}
45
- *
46
- * @default ''
47
- */
48
- tooltipTemplate: any;
49
- /**
50
- * Defines the template that used as label over default label of the rating. The current value of rating passed as context to build the content.
51
- *
52
- * {% codeBlock src='rating/labelTemplate/index.md' %}{% endcodeBlock %}
53
- *
54
- * @default ''
55
- */
56
- labelTemplate: any;
57
- focus: any;
58
- blur: any;
59
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
60
- registerOnChange(registerFunction: (_: any) => void): void;
61
- registerOnTouched(registerFunction: () => void): void;
62
- writeValue(value: any): void;
63
- setDisabledState(disabled: boolean): void;
64
- ngOnInit(): void;
65
- ngAfterViewInit(): void;
66
- ngOnDestroy(): void;
67
- ngAfterContentChecked(): void;
68
- registerEvents: (eventList: string[]) => void;
69
- addTwoWay: (propList: string[]) => void;
70
- static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "[ejs-rating]", never, { "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"; }, { "focus": "focus"; "blur": "blur"; "beforeItemRender": "beforeItemRender"; "created": "created"; "onItemHover": "onItemHover"; "valueChanged": "valueChanged"; "valueChange": "valueChange"; }, ["fullTemplate", "emptyTemplate", "tooltipTemplate", "labelTemplate"], never>;
72
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./rating.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the Rating component.
6
- */
7
- export declare class RatingModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<RatingModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RatingModule, [typeof i1.RatingComponent], [typeof i2.CommonModule], [typeof i1.RatingComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<RatingModule>;
11
- }