@syncfusion/ej2-vue-inputs 25.2.5 → 26.1.35

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 (300) hide show
  1. package/README.md +13 -0
  2. package/dist/ej2-vue-inputs.umd.min.js +2 -2
  3. package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-inputs.es2015.js +170 -33
  5. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-inputs.es5.js +174 -33
  7. package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
  8. package/otp-input.d.ts +4 -0
  9. package/otp-input.js +4 -0
  10. package/package.json +9 -9
  11. package/src/index.d.ts +1 -0
  12. package/src/index.js +1 -0
  13. package/src/otp-input/index.d.ts +1 -0
  14. package/src/otp-input/index.js +1 -0
  15. package/src/otp-input/otpinput.component.d.ts +36 -0
  16. package/src/otp-input/otpinput.component.js +162 -0
  17. package/src/textarea/textarea.component.js +1 -1
  18. package/styles/bootstrap-dark.css +7402 -1
  19. package/styles/bootstrap-dark.scss +1 -0
  20. package/styles/bootstrap.css +7384 -1
  21. package/styles/bootstrap.scss +1 -0
  22. package/styles/bootstrap4.css +7542 -1
  23. package/styles/bootstrap4.scss +1 -0
  24. package/styles/bootstrap5-dark.css +7707 -1
  25. package/styles/bootstrap5-dark.scss +1 -0
  26. package/styles/bootstrap5.css +7707 -1
  27. package/styles/bootstrap5.scss +1 -0
  28. package/styles/color-picker/bootstrap-dark.css +779 -1
  29. package/styles/color-picker/bootstrap.css +779 -1
  30. package/styles/color-picker/bootstrap4.css +865 -1
  31. package/styles/color-picker/bootstrap5-dark.css +845 -1
  32. package/styles/color-picker/bootstrap5.css +845 -1
  33. package/styles/color-picker/fabric-dark.css +779 -1
  34. package/styles/color-picker/fabric.css +784 -1
  35. package/styles/color-picker/fluent-dark.css +800 -1
  36. package/styles/color-picker/fluent.css +800 -1
  37. package/styles/color-picker/fluent2.css +2025 -0
  38. package/styles/color-picker/fluent2.scss +1 -0
  39. package/styles/color-picker/highcontrast-light.css +779 -1
  40. package/styles/color-picker/highcontrast.css +779 -1
  41. package/styles/color-picker/material-dark.css +793 -1
  42. package/styles/color-picker/material.css +826 -1
  43. package/styles/color-picker/material3-dark.css +1015 -1
  44. package/styles/color-picker/material3.css +1127 -1
  45. package/styles/color-picker/tailwind-dark.css +819 -1
  46. package/styles/color-picker/tailwind.css +819 -1
  47. package/styles/data-form/bootstrap-dark.css +232 -1
  48. package/styles/data-form/bootstrap.css +232 -1
  49. package/styles/data-form/bootstrap4.css +232 -1
  50. package/styles/data-form/bootstrap5-dark.css +232 -1
  51. package/styles/data-form/bootstrap5.css +232 -1
  52. package/styles/data-form/fabric-dark.css +232 -1
  53. package/styles/data-form/fabric.css +232 -1
  54. package/styles/data-form/fluent-dark.css +232 -1
  55. package/styles/data-form/fluent.css +232 -1
  56. package/styles/data-form/fluent2.css +1266 -0
  57. package/styles/data-form/fluent2.scss +1 -0
  58. package/styles/data-form/highcontrast-light.css +232 -1
  59. package/styles/data-form/highcontrast.css +232 -1
  60. package/styles/data-form/material-dark.css +232 -1
  61. package/styles/data-form/material.css +232 -1
  62. package/styles/data-form/material3-dark.css +342 -1
  63. package/styles/data-form/material3.css +454 -1
  64. package/styles/data-form/tailwind-dark.css +232 -1
  65. package/styles/data-form/tailwind.css +232 -1
  66. package/styles/fabric-dark.css +7348 -1
  67. package/styles/fabric-dark.scss +1 -0
  68. package/styles/fabric.css +7353 -1
  69. package/styles/fabric.scss +1 -0
  70. package/styles/fluent-dark.css +7508 -1
  71. package/styles/fluent-dark.scss +1 -0
  72. package/styles/fluent.css +7508 -1
  73. package/styles/fluent.scss +1 -0
  74. package/styles/fluent2.css +25566 -0
  75. package/styles/fluent2.scss +12 -0
  76. package/styles/highcontrast-light.css +7557 -1
  77. package/styles/highcontrast-light.scss +1 -0
  78. package/styles/highcontrast.css +7557 -1
  79. package/styles/highcontrast.scss +1 -0
  80. package/styles/input/bootstrap-dark.css +4368 -1
  81. package/styles/input/bootstrap.css +4368 -1
  82. package/styles/input/bootstrap4.css +4348 -1
  83. package/styles/input/bootstrap5-dark.css +4446 -1
  84. package/styles/input/bootstrap5.css +4446 -1
  85. package/styles/input/fabric-dark.css +4298 -1
  86. package/styles/input/fabric.css +4298 -1
  87. package/styles/input/fluent-dark.css +4336 -1
  88. package/styles/input/fluent.css +4336 -1
  89. package/styles/input/fluent2.css +10185 -0
  90. package/styles/input/fluent2.scss +1 -0
  91. package/styles/input/highcontrast-light.css +4462 -1
  92. package/styles/input/highcontrast.css +4462 -1
  93. package/styles/input/material-dark.css +11659 -1
  94. package/styles/input/material.css +11679 -1
  95. package/styles/input/material3-dark.css +11609 -1
  96. package/styles/input/material3.css +11721 -1
  97. package/styles/input/tailwind-dark.css +4303 -1
  98. package/styles/input/tailwind.css +4303 -1
  99. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  100. package/styles/maskedtextbox/bootstrap.css +14 -1
  101. package/styles/maskedtextbox/bootstrap4.css +31 -1
  102. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap5.css +31 -1
  104. package/styles/maskedtextbox/fabric-dark.css +31 -1
  105. package/styles/maskedtextbox/fabric.css +31 -1
  106. package/styles/maskedtextbox/fluent-dark.css +27 -1
  107. package/styles/maskedtextbox/fluent.css +27 -1
  108. package/styles/maskedtextbox/fluent2.css +1244 -0
  109. package/styles/maskedtextbox/fluent2.scss +1 -0
  110. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  111. package/styles/maskedtextbox/highcontrast.css +31 -1
  112. package/styles/maskedtextbox/material-dark.css +45 -1
  113. package/styles/maskedtextbox/material.css +65 -1
  114. package/styles/maskedtextbox/material3-dark.css +175 -1
  115. package/styles/maskedtextbox/material3.css +287 -1
  116. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  117. package/styles/maskedtextbox/tailwind.css +31 -1
  118. package/styles/material-dark.css +14901 -1
  119. package/styles/material-dark.scss +1 -0
  120. package/styles/material.css +14988 -1
  121. package/styles/material.scss +1 -0
  122. package/styles/material3-dark.css +16319 -1
  123. package/styles/material3-dark.scss +1 -0
  124. package/styles/material3.css +17663 -1
  125. package/styles/material3.scss +1 -0
  126. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  127. package/styles/numerictextbox/bootstrap.css +53 -1
  128. package/styles/numerictextbox/bootstrap4.css +48 -1
  129. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  130. package/styles/numerictextbox/bootstrap5.css +48 -1
  131. package/styles/numerictextbox/fabric-dark.css +48 -1
  132. package/styles/numerictextbox/fabric.css +48 -1
  133. package/styles/numerictextbox/fluent-dark.css +59 -1
  134. package/styles/numerictextbox/fluent.css +59 -1
  135. package/styles/numerictextbox/fluent2.css +1261 -0
  136. package/styles/numerictextbox/fluent2.scss +1 -0
  137. package/styles/numerictextbox/highcontrast-light.css +48 -1
  138. package/styles/numerictextbox/highcontrast.css +48 -1
  139. package/styles/numerictextbox/material-dark.css +62 -1
  140. package/styles/numerictextbox/material.css +82 -1
  141. package/styles/numerictextbox/material3-dark.css +192 -1
  142. package/styles/numerictextbox/material3.css +304 -1
  143. package/styles/numerictextbox/tailwind-dark.css +48 -1
  144. package/styles/numerictextbox/tailwind.css +48 -1
  145. package/styles/otp-input/bootstrap-dark.css +225 -0
  146. package/styles/otp-input/bootstrap-dark.scss +1 -0
  147. package/styles/otp-input/bootstrap.css +225 -0
  148. package/styles/otp-input/bootstrap.scss +1 -0
  149. package/styles/otp-input/bootstrap4.css +225 -0
  150. package/styles/otp-input/bootstrap4.scss +1 -0
  151. package/styles/otp-input/bootstrap5-dark.css +225 -0
  152. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  153. package/styles/otp-input/bootstrap5.css +225 -0
  154. package/styles/otp-input/bootstrap5.scss +1 -0
  155. package/styles/otp-input/fabric-dark.css +225 -0
  156. package/styles/otp-input/fabric-dark.scss +1 -0
  157. package/styles/otp-input/fabric.css +225 -0
  158. package/styles/otp-input/fabric.scss +1 -0
  159. package/styles/otp-input/fluent-dark.css +225 -0
  160. package/styles/otp-input/fluent-dark.scss +1 -0
  161. package/styles/otp-input/fluent.css +225 -0
  162. package/styles/otp-input/fluent.scss +1 -0
  163. package/styles/otp-input/fluent2.css +1259 -0
  164. package/styles/otp-input/fluent2.scss +1 -0
  165. package/styles/otp-input/highcontrast-light.css +225 -0
  166. package/styles/otp-input/highcontrast-light.scss +1 -0
  167. package/styles/otp-input/highcontrast.css +225 -0
  168. package/styles/otp-input/highcontrast.scss +1 -0
  169. package/styles/otp-input/material-dark.css +225 -0
  170. package/styles/otp-input/material-dark.scss +1 -0
  171. package/styles/otp-input/material.css +225 -0
  172. package/styles/otp-input/material.scss +1 -0
  173. package/styles/otp-input/material3-dark.css +335 -0
  174. package/styles/otp-input/material3-dark.scss +2 -0
  175. package/styles/otp-input/material3.css +447 -0
  176. package/styles/otp-input/material3.scss +2 -0
  177. package/styles/otp-input/tailwind-dark.css +225 -0
  178. package/styles/otp-input/tailwind-dark.scss +1 -0
  179. package/styles/otp-input/tailwind.css +225 -0
  180. package/styles/otp-input/tailwind.scss +1 -0
  181. package/styles/rating/bootstrap-dark.css +315 -1
  182. package/styles/rating/bootstrap.css +315 -1
  183. package/styles/rating/bootstrap4.css +315 -1
  184. package/styles/rating/bootstrap5-dark.css +316 -1
  185. package/styles/rating/bootstrap5.css +316 -1
  186. package/styles/rating/fabric-dark.css +315 -1
  187. package/styles/rating/fabric.css +315 -1
  188. package/styles/rating/fluent-dark.css +315 -1
  189. package/styles/rating/fluent.css +315 -1
  190. package/styles/rating/fluent2.css +1349 -0
  191. package/styles/rating/fluent2.scss +1 -0
  192. package/styles/rating/highcontrast-light.css +315 -1
  193. package/styles/rating/highcontrast.css +315 -1
  194. package/styles/rating/material-dark.css +315 -1
  195. package/styles/rating/material.css +315 -1
  196. package/styles/rating/material3-dark.css +434 -1
  197. package/styles/rating/material3.css +546 -1
  198. package/styles/rating/tailwind-dark.css +319 -1
  199. package/styles/rating/tailwind.css +319 -1
  200. package/styles/signature/bootstrap-dark.css +9 -1
  201. package/styles/signature/bootstrap.css +9 -1
  202. package/styles/signature/bootstrap4.css +9 -1
  203. package/styles/signature/bootstrap5-dark.css +9 -1
  204. package/styles/signature/bootstrap5.css +9 -1
  205. package/styles/signature/fabric-dark.css +9 -1
  206. package/styles/signature/fabric.css +9 -1
  207. package/styles/signature/fluent-dark.css +9 -1
  208. package/styles/signature/fluent.css +9 -1
  209. package/styles/signature/fluent2.css +1043 -0
  210. package/styles/signature/fluent2.scss +1 -0
  211. package/styles/signature/highcontrast-light.css +9 -1
  212. package/styles/signature/highcontrast.css +9 -1
  213. package/styles/signature/material-dark.css +9 -1
  214. package/styles/signature/material.css +9 -1
  215. package/styles/signature/material3-dark.css +119 -1
  216. package/styles/signature/material3.css +231 -1
  217. package/styles/signature/tailwind-dark.css +9 -1
  218. package/styles/signature/tailwind.css +9 -1
  219. package/styles/slider/bootstrap-dark.css +484 -1
  220. package/styles/slider/bootstrap.css +484 -1
  221. package/styles/slider/bootstrap4.css +563 -1
  222. package/styles/slider/bootstrap5-dark.css +643 -1
  223. package/styles/slider/bootstrap5.css +643 -1
  224. package/styles/slider/fabric-dark.css +504 -1
  225. package/styles/slider/fabric.css +504 -1
  226. package/styles/slider/fluent-dark.css +547 -1
  227. package/styles/slider/fluent.css +547 -1
  228. package/styles/slider/fluent2.css +1642 -0
  229. package/styles/slider/fluent2.scss +1 -0
  230. package/styles/slider/highcontrast-light.css +550 -1
  231. package/styles/slider/highcontrast.css +550 -1
  232. package/styles/slider/material-dark.css +662 -1
  233. package/styles/slider/material.css +662 -1
  234. package/styles/slider/material3-dark.css +873 -1
  235. package/styles/slider/material3.css +985 -1
  236. package/styles/slider/tailwind-dark.css +617 -1
  237. package/styles/slider/tailwind.css +617 -1
  238. package/styles/tailwind-dark.css +7544 -1
  239. package/styles/tailwind-dark.scss +1 -0
  240. package/styles/tailwind.css +7544 -1
  241. package/styles/tailwind.scss +1 -0
  242. package/styles/textarea/bootstrap-dark.css +34 -1
  243. package/styles/textarea/bootstrap.css +34 -1
  244. package/styles/textarea/bootstrap4.css +34 -1
  245. package/styles/textarea/bootstrap5-dark.css +34 -1
  246. package/styles/textarea/bootstrap5.css +34 -1
  247. package/styles/textarea/fabric-dark.css +34 -1
  248. package/styles/textarea/fabric.css +34 -1
  249. package/styles/textarea/fluent-dark.css +34 -1
  250. package/styles/textarea/fluent.css +34 -1
  251. package/styles/textarea/fluent2.css +1247 -0
  252. package/styles/textarea/fluent2.scss +1 -0
  253. package/styles/textarea/highcontrast-light.css +34 -1
  254. package/styles/textarea/highcontrast.css +34 -1
  255. package/styles/textarea/material-dark.css +48 -1
  256. package/styles/textarea/material.css +68 -1
  257. package/styles/textarea/material3-dark.css +178 -1
  258. package/styles/textarea/material3.css +290 -1
  259. package/styles/textarea/tailwind-dark.css +34 -1
  260. package/styles/textarea/tailwind.css +34 -1
  261. package/styles/textbox/bootstrap-dark.css +28 -1
  262. package/styles/textbox/bootstrap.css +28 -1
  263. package/styles/textbox/bootstrap4.css +28 -1
  264. package/styles/textbox/bootstrap5-dark.css +28 -1
  265. package/styles/textbox/bootstrap5.css +28 -1
  266. package/styles/textbox/fabric-dark.css +28 -1
  267. package/styles/textbox/fabric.css +28 -1
  268. package/styles/textbox/fluent-dark.css +28 -1
  269. package/styles/textbox/fluent.css +28 -1
  270. package/styles/textbox/fluent2.css +1241 -0
  271. package/styles/textbox/fluent2.scss +1 -0
  272. package/styles/textbox/highcontrast-light.css +28 -1
  273. package/styles/textbox/highcontrast.css +28 -1
  274. package/styles/textbox/material-dark.css +42 -1
  275. package/styles/textbox/material.css +62 -1
  276. package/styles/textbox/material3-dark.css +172 -1
  277. package/styles/textbox/material3.css +284 -1
  278. package/styles/textbox/tailwind-dark.css +28 -1
  279. package/styles/textbox/tailwind.css +28 -1
  280. package/styles/uploader/bootstrap-dark.css +835 -1
  281. package/styles/uploader/bootstrap.css +835 -1
  282. package/styles/uploader/bootstrap4.css +835 -1
  283. package/styles/uploader/bootstrap5-dark.css +841 -1
  284. package/styles/uploader/bootstrap5.css +841 -1
  285. package/styles/uploader/fabric-dark.css +835 -1
  286. package/styles/uploader/fabric.css +835 -1
  287. package/styles/uploader/fluent-dark.css +887 -1
  288. package/styles/uploader/fluent.css +887 -1
  289. package/styles/uploader/fluent2.css +1880 -0
  290. package/styles/uploader/fluent2.scss +1 -0
  291. package/styles/uploader/highcontrast-light.css +835 -1
  292. package/styles/uploader/highcontrast.css +835 -1
  293. package/styles/uploader/material-dark.css +835 -1
  294. package/styles/uploader/material.css +839 -1
  295. package/styles/uploader/material3-dark.css +951 -1
  296. package/styles/uploader/material3.css +1063 -1
  297. package/styles/uploader/tailwind-dark.css +870 -1
  298. package/styles/uploader/tailwind.css +870 -1
  299. package/CHANGELOG.md +0 -1360
  300. package/dist/global/ej2-vue-inputs.min.js +0 -10
package/CHANGELOG.md DELETED
@@ -1,1360 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ## 25.1.42 (2024-04-30)
6
-
7
- ### NumericTextBox
8
-
9
- #### Bug Fixes
10
-
11
- - `#F52893` - Fixed issue with pasting number values with a "-" in the NumericTextBox.
12
-
13
- ### Uploader
14
-
15
- #### Bug Fixes
16
-
17
- - `#I578934` - Resolved the issue where allowed extension was not properly working with preloaded files inside a form.
18
-
19
- ## 25.1.38 (2024-04-02)
20
-
21
- ### ColorPicker
22
-
23
- #### Bug Fixes
24
-
25
- - `#I571375` - Provided the original event arguments in the change and select events of the color picker.
26
-
27
- ### NumericTextBox
28
-
29
- #### Bug Fixes
30
-
31
- - `#I567912` - Fixed issue with overflow style not being applied to the placeholder.
32
-
33
- ## 25.1.37 (2024-03-26)
34
-
35
- ### Signature
36
-
37
- #### Bug Fixes
38
-
39
- - `#F187147` - Issue with "Signature Clear method returns BaseAddress as null" has been resolved.
40
-
41
- ### MaskedTextBox
42
-
43
- #### Bug Fixes
44
-
45
- - `#I561285` - Fixed an issue where focus was being added to the maskedtextbox when running in the Safari browser.
46
-
47
- ## 25.1.35 (2024-03-15)
48
-
49
- ### Signature
50
-
51
- #### Bug Fixes
52
-
53
- - `#I433821` - Correcting the signature scaling issue while resizing the web browser has been resolved.
54
-
55
- ### ColorPicker
56
-
57
- #### Bug Fixes
58
-
59
- - Facing exception when mode switching from color palette to color picker has been resolved.
60
- - Color picker value is not getting reset for transparent case.
61
-
62
- ## 20.4.38 (2022-12-21)
63
-
64
- ### Rating
65
-
66
- **Key features**:
67
-
68
-
69
- The Rating component lets the user provide a star rating or view other people’s ratings on a numeric scale for any service provided, such as for movies, applications, or products.
70
-
71
-
72
- - **Precision** - Different precision modes to provide more accurate rating.
73
- - **Tooltip and Label** - Provide more expressive rating with tooltip and label.
74
- - **Template** - Support to customize the rating item to heart, svg or any content that precisely match our unique needs.
75
- - **Accessibility** - The Rating provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
76
-
77
- ## 19.4.38 (2021-12-17)
78
-
79
- ### Signature
80
-
81
- The Signature control allows user to draw smooth signatures as vector outline of strokes using variable width Bézier curve interpolation. You can use your finger, pen, or mouse on a tablet, touchscreen, etc., to draw your own signature on this Signature control.
82
-
83
-
84
- - **Customization** - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
85
- - **Load** - Support to load the signature as base64.
86
- - **Draw** - Support to draw the text with the different font family and font size.
87
- - **Save** - Support to save the signature as image like PNG, JPEG, and SVG.
88
-
89
- The Signature component allows user to draw smooth signatures as vector outline of strokes using variable width Bézier curve interpolation. You can use your finger, pen, or mouse on a tablet, touchscreen, etc., to draw your own signature on this Signature component.
90
-
91
-
92
- - **Customization** - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
93
- - **Load** - Support to load the signature as base64.
94
- - **Draw** - Support to draw the text with the different font family and font size.
95
- - **Save** - Support to save the signature as image like PNG, JPEG, and SVG.
96
-
97
- ## 19.3.53 (2021-11-12)
98
-
99
- ### ColorPicker
100
-
101
- #### Bug Fixes
102
-
103
- - Overflow issue in ColorPicker has been resolved.
104
-
105
- ## 19.3.48 (2021-11-02)
106
-
107
- ### ColorPicker
108
-
109
- #### Bug Fixes
110
-
111
- - `createPopupOnClick` property scenario not handled properly in `ColorPicker` has been resolved.
112
- - `I344127` - Issue with ColorPicker value not updated properly if opacity is set to false has been resolved.
113
-
114
- ## 19.3.44 (2021-10-05)
115
-
116
- ### NumericTextBox
117
-
118
- #### Bug Fixes
119
-
120
- - `#I319166` - Issue with "lazy modifier not working" has been resolved.
121
-
122
- ## 19.2.59 (2021-08-31)
123
-
124
- ### Uploader
125
-
126
- #### Bug Fixes
127
-
128
- - `#F165287` - Issue with "files are not uploaded in the sequential upload while retrying the failed duplicate files" has been resolved.
129
-
130
- ## 19.2.48 (2021-07-20)
131
-
132
- ### Range Slider
133
-
134
- #### Bug Fixes
135
-
136
- - `#I329800` - The issue with "The Range Slider tooltip is not closed during the document click" has been resolved.
137
-
138
- ## 19.2.46 (2021-07-06)
139
-
140
- ### ColorPicker
141
-
142
- - Role Attribute error in ColorPicker has been fixed.
143
-
144
- ## 19.1.59 (2021-05-04)
145
-
146
- ### Range Slider
147
-
148
- #### Bug Fixes
149
-
150
- - `#I313394` - The issue with "The Range Slider handle position is moved to the wrong position after performing drag and drop using the range bar" has been fixed.
151
-
152
- ## 19.1.54 (2021-03-30)
153
-
154
- ### MaskedTextBox
155
-
156
- #### New Features
157
-
158
- - `#284609` - Now, the cursor will position based on the value present in the input element while focusing the component.
159
-
160
- ## 18.4.47 (2021-03-09)
161
-
162
- ### Form Validator
163
-
164
- #### Bug Fixes
165
-
166
- - `#315294` - Now, you can use the complex name attribute to add the validation rules.
167
-
168
- ## 18.4.44 (2021-02-23)
169
-
170
- ### TextBox
171
-
172
- #### Bug Fixes
173
-
174
- - Issue with "`e-mappinguid` attribute is added to textarea element while rendering the multiline textbox" has been resolved.
175
-
176
- ## 18.4.43 (2021-02-16)
177
-
178
- ### Uploader
179
-
180
- #### Bug Fixes
181
-
182
- - Issue with "dot present in the end of file name while rendering the preload files without type of file" has been resolved.
183
-
184
- ### TextBox
185
-
186
- #### Bug Fixes
187
-
188
- - `#313099` - Issue with "script error throws when disable the clear button dynamically" has been resolved.
189
-
190
- ### FormValidator
191
-
192
- #### Bug Fixes
193
-
194
- - `#F162275` - Issue with "validation message shows while setting required as false in the rules property" has been resolved.
195
-
196
- ## 18.4.32 (2020-12-29)
197
-
198
- ### ColorPicker
199
-
200
- - `F160947` - Unwanted parent selector removed from the top level selector.
201
-
202
- ## 18.3.52 (2020-12-01)
203
-
204
- ### TextBox
205
-
206
- #### Bug Fixes
207
-
208
- - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
209
-
210
- ## 18.3.48 (2020-11-11)
211
-
212
- ### Uploader
213
-
214
- #### Bug Fixes
215
-
216
- - `#299628` - Issue with "cancelling the file uploading inside the uploading event doesn't work when set `showFileList` property value as false" has been resolved.
217
-
218
- ## 18.3.44 (2020-10-27)
219
-
220
- ### Range Slider
221
-
222
- #### Bug Fixes
223
-
224
- - `#294975` - Issue with Slider's handle staying large in size when clicking out of the screen has been fixed.
225
- - `#296636` - Issue with "Tooltip with Slider is not working properly" has been fixed.
226
-
227
- ## 18.3.35 (2020-10-01)
228
-
229
- ### TextBox
230
-
231
- #### Bug Fixes
232
-
233
- - `#288139` - Issue with "the floating label not moved to top, when choose the value using `autofill` option in chrome browser" has been resolved.
234
-
235
- ## 18.2.58 (2020-09-15)
236
-
237
- ### ColorPicker
238
-
239
- - Issue with `enableOpacity` has been fixed.
240
-
241
- ## 18.2.54 (2020-08-18)
242
-
243
- ### Range Slider
244
-
245
- #### Bug Fixes
246
-
247
- - `#277466` - In the mobile view, the scrolling issue when multiple sliders are rendered has been resolved
248
-
249
- ## 18.2.48 (2020-08-04)
250
-
251
- ### TextBox
252
-
253
- #### Bug Fixes
254
-
255
- `282905` - Now, Cross-Site Scripting issues will no longer occurs for placeholder property.
256
-
257
-
258
- ## 18.1.56 (2020-06-09)
259
-
260
- ### Uploader
261
-
262
- #### Bug Fixes
263
-
264
- - Issue with "form name is not updated based on name attribute in chunk upload" has been resolved.
265
-
266
- ## 18.1.55 (2020-06-02)
267
-
268
- ### Slider
269
-
270
- #### Bug Fixes
271
-
272
- - `#278460` Issue with slider refresh method has been resolved.
273
-
274
- ### NumericTextBox
275
-
276
- #### New Features
277
-
278
- - `#262836`, `#263031` - Now, v-model will update properly on every keypress.
279
-
280
- ## 18.1.53 (2020-05-19)
281
-
282
- ### Slider
283
-
284
- #### New Features
285
-
286
- - Now, you can set the width of the slider component using `width` property.
287
-
288
- ## 18.1.52 (2020-05-13)
289
-
290
- ### Uploader
291
-
292
- #### Bug Fixes
293
-
294
- - Now, selected files persist properly when enabling enablePersistence property.
295
-
296
- ## 18.1.44 (2020-04-14)
297
-
298
- ### TextBox
299
-
300
- #### Bug Fixes
301
-
302
- - Issue with "destroy throws error in IE" has been resolved.
303
-
304
- ## 18.1.43 (2020-04-07)
305
-
306
- ### TextBox
307
-
308
- #### Bug Fixes
309
-
310
- - `#268311` - Issue with "typed value is not reset in the multiline textbox while destroying the control" has been resolved.
311
-
312
- ## 18.1.36-beta (2020-03-19)
313
-
314
- ### Slider
315
-
316
- #### Bug Fixes
317
-
318
- - `#259186` The issue with the Vertical Slider tooltip content that rotate `225` degrees has been resolved.
319
-
320
- ## 17.4.46 (2020-01-30)
321
-
322
- ### Slider
323
-
324
- #### Bug Fixes
325
-
326
- - The issue "z-index value get's updated on each value change" has been resolved.
327
-
328
- ### NumericTextBox
329
-
330
- #### Bug Fixes
331
-
332
- - Issue with "validation message not removed while clear the value using clear button" has been resolved.
333
-
334
- ### ColorPicker
335
-
336
- - Provided `onModeSwitch` event after switching mode.
337
-
338
- ## 17.4.41 (2020-01-07)
339
-
340
- ### Slider
341
-
342
- #### Bug Fixes
343
-
344
- - `#259186` - Now, the tooltip is displayed correctly for the slider component while rendering it inside the dialog component.
345
-
346
- ### Uploader
347
-
348
- #### Bug Fixes
349
-
350
- - `#256144` - Issue with "script error throws while uploading file with custom template" has been resolved.
351
-
352
- ## 17.3.29 (2019-11-26)
353
-
354
- ### Form Validator
355
-
356
- #### Bug Fixes
357
-
358
- - Now, validation works for newly added elements by calling the `refresh` method.
359
-
360
- ## 17.3.28 (2019-11-19)
361
-
362
- ### TextBox
363
-
364
- #### New Features
365
-
366
- - `#226069`, `#247330` - Now, you can add icons to textbox component using `addIcon` method.
367
-
368
- #### Bug Fixes
369
-
370
- - `#254393` - Issue with "while calling the `focusIn` method, focus is not removed in the textbox even press the tab key or mouse action" has been resolved.
371
-
372
- ### NumericTextBox
373
-
374
- #### Bug Fixes
375
-
376
- - `#254252` - Issue with "value not updated properly when set decimal value more than 7" has been resolved.
377
-
378
- ## 17.3.27 (2019-11-12)
379
-
380
- ### TextBox
381
-
382
- #### New Features
383
-
384
- - `#233835`, `#236707` - Now, you can adjust the width of textbox component using `width` property.
385
-
386
- ### Uploader
387
-
388
- #### Bug Fixes
389
-
390
- - `#252841` - Now, you can `drag and drop` the folders in `directory upload`.
391
-
392
- ### ColorPicker
393
-
394
- #### Breaking Changes
395
-
396
- - Opacity value is removed from `value` when `enableOpacity` property is set as false.
397
-
398
- ## 17.3.26 (2019-11-05)
399
-
400
- ### ColorPicker
401
-
402
- #### Bug Fixes
403
-
404
- - `F147566` - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.
405
-
406
- ### Uploader
407
-
408
- #### New Features
409
-
410
- - `#226384`, `#F147065` - Now, the file upload UI get changed for `synchronous upload`.
411
-
412
- ## 17.3.21 (2019-10-30)
413
-
414
- ### NumericTextBox
415
-
416
- #### Bug Fixes
417
-
418
- - `#251466` - Now, you can set width property in `em` unit.
419
-
420
- ## 17.3.16 (2019-10-09)
421
-
422
- ### TextBox
423
-
424
- #### Bug Fixes
425
-
426
- - Issue with `Material2 outline layout` has been resolved.
427
-
428
- ## 17.3.14 (2019-10-03)
429
-
430
- ### TextBox
431
-
432
- #### New Features
433
-
434
- - `#246351` - Provided autocomplete property for setting the autocomplete attribute to the textbox.
435
-
436
- ## 17.3.9-beta (2019-09-20)
437
-
438
- ### Slider
439
-
440
- #### New Features
441
-
442
- - `#234797` - Provided the color customization for each range of the slider track.
443
-
444
- ### MaskedTextBox
445
-
446
- #### Bug Fixes
447
-
448
- - Now, e-disabled class is removed from wrapper when dynamically enable the masked textbox from disabled state.
449
-
450
- ## 17.2.49 (2019-09-04)
451
-
452
- ### ColorPicker
453
-
454
- #### Bug Fixes
455
-
456
- - `#243637` - Opacity value is not working Edge browser.
457
-
458
- ### TextBox
459
-
460
- #### Bug Fixes
461
-
462
- - `#235177` - Issue with "change event triggers on every keypress when textbox rendered with two-way binding" has been resolved.
463
-
464
- ## 17.2.47 (2019-08-27)
465
-
466
- ### NumericTextBox
467
-
468
- #### Bug Fixes
469
-
470
- - `#242949` - Resolved the cursor flickering issue on IE11 browser while focus the input by tab and mouse simultaneously.
471
-
472
- ## 17.2.46 (2019-08-22)
473
-
474
- ### Slider
475
-
476
- #### Bug Fixes
477
-
478
- - `I240495` - Ticks rendering issue in the vertical slider has been fixed.
479
-
480
- ## 17.2.41 (2019-08-14)
481
-
482
- ### NumericTextBox
483
-
484
- #### Bug Fixes
485
-
486
- - `#244336` - Now, the percentage textbox value never changed in read-only mode after `focusIn` and `focusOut`.
487
-
488
- ### Uploader
489
-
490
- #### Bug Fixes
491
-
492
- - `#F146285`, `244026` - Now, you can get the files in server-side when drag and drop the files in the synchronous upload.
493
-
494
- ## 17.2.40 (2019-08-06)
495
-
496
- ### MaskedTextBox
497
-
498
- #### Bug Fixes
499
-
500
- - `#243500` - Provided `readonly` property to control user interactions.
501
-
502
- ## 17.2.39 (2019-07-30)
503
-
504
- ### Uploader
505
-
506
- #### Bug Fixes
507
-
508
- - `#F145959`, `#242743` - Provided specific type for success event arguments in the `Uploader`.
509
-
510
- ## 17.2.36 (2019-07-24)
511
-
512
- ### Uploader
513
-
514
- #### Bug Fixes
515
-
516
- - `#F145967`, `#242158` - Resolved removing event restricted while the `args.cancel` is enabled.
517
- - Now, provided `postRawFile` argument to the `remove` method for post either file/file name to the server.
518
-
519
- ## 17.2.35 (2019-07-17)
520
-
521
- ### Form Validator
522
-
523
- #### Bug Fixes
524
-
525
- - `#212351` - Now, localized text of form validator was included in ej2-locale package.
526
-
527
- ### Uploader
528
-
529
- #### Bug Fixes
530
-
531
- - `#145718` - Issue with `Material spinner appearance in Safari browser` has been resolved.
532
-
533
- ### MaskedTextBox
534
-
535
- #### Bug Fixes
536
-
537
- - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
538
-
539
- ### TextBox
540
-
541
- #### Bug Fixes
542
-
543
- - `#240368` - Now, you can get the updated previous value in the `input event` argument.
544
- - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
545
-
546
- - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
547
-
548
- ## 17.2.34 (2019-07-11)
549
-
550
- ### NumericTextBox
551
-
552
- #### Bug Fixes
553
-
554
- - `#238077` - Now, numeric textbox model value post to the server instead of a formatted numeric string when submitting the form.
555
-
556
- ### TextBox
557
-
558
- #### New Features
559
-
560
- - `#226404`, `#F141814` - Provided `Material2 outline layout` for textbox.
561
- - `#226950` - Provided `Material2 filled layout` for textbox.
562
-
563
- #### Bug Fixes
564
-
565
- - Now, changed the bottom padding of input to meet the Material theme standard.
566
- - `#240368` - Now, you can get the updated previous value in the `input event` argument.
567
-
568
- ## 17.2.28-beta (2019-06-27)
569
-
570
- ### TextBox
571
-
572
- #### New Features
573
-
574
- - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
575
-
576
- #### Bug Fixes
577
-
578
- - #238248 - Issue with "throws error while reset the form" has been resolved.
579
- - #235983 - Resolved the HTML5 standard issues in textbox control.
580
-
581
- ### NumericTextBox
582
-
583
- #### New Features
584
-
585
- - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
586
-
587
- #### Bug Fixes
588
-
589
- - #237600 - Now, validation message get removed while change the numeric value through spin buttons.
590
-
591
- ### MaskedTextBox
592
-
593
- #### New Features
594
-
595
- - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
596
-
597
- ## 17.1.50 (2019-06-04)
598
-
599
- ### Uploader
600
-
601
- #### Bug Fixes
602
-
603
- - No more script issue occurs, on rendering the preload files as empty.
604
-
605
- ## 17.1.49 (2019-05-29)
606
-
607
- ### TextBox
608
-
609
- #### New Features
610
-
611
- - #236816 - Provided method to `focusIn` and `focusOut`.
612
-
613
- ### NumericTextBox
614
-
615
- #### New Features
616
-
617
- - #236816 - Provided method to `focusIn` and `focusOut`.
618
-
619
- ### MaskedTextBox
620
-
621
- #### New Features
622
-
623
- - #236816 - Provided method to `focusIn` and `focusOut`.
624
-
625
- #### Bug Fixes
626
-
627
- - Now, MaskedTextBox renders properly after calling `refresh` method.
628
-
629
- ### Uploader
630
-
631
- #### Bug Fixes
632
-
633
- - #235532 - Now, you can remove the uploaded files, while using the uploader within form.
634
-
635
- ## 17.1.44 (2019-05-07)
636
-
637
- ### MaskedTextBox
638
-
639
- #### Bug Fixes
640
-
641
- - #230545 - Issue with inequality of Masked Textbox element value and argument value of input event while typing rapidly has been fixed.
642
- - #F144247 - Issue with "typed character update on the next position while typing the same digit" has been fixed.
643
-
644
- ## 17.1.41 (2019-04-16)
645
-
646
- ### NumericTextBox
647
-
648
- #### Bug Fixes
649
-
650
- - #231530 - Now, `change` event trigger when click on clear button.
651
-
652
- ### TextBox
653
-
654
- #### Bug Fixes
655
-
656
- - #231530 - Issue with event argument has null value when click on clear button has been fixed.
657
-
658
- ## 17.1.40 (2019-04-09)
659
-
660
- ### Uploader
661
-
662
- #### Bug Fixes
663
-
664
- - In latest chrome browser, file list is not generated issue fixed.
665
-
666
- ### Form Validator
667
-
668
- #### Bug Fixes
669
-
670
- - When using multiple forms with same name fields, validation not occurs issue has been fixed.
671
-
672
- ## 17.1.38 (2019-03-29)
673
-
674
- ### Form Validator
675
-
676
- #### Bug Fixes
677
-
678
- - Resolved issue with same validation message displays for all fields when provide validation messages using data attribute.
679
-
680
- ### Uploader
681
-
682
- #### Bug Fixes
683
-
684
- - File name ellipsis issue in `edge` browser has been fixed.
685
-
686
- ### TextBox
687
-
688
- #### Bug Fixes
689
-
690
- - When textbox contains value initially, no more change event will trigger while focus followed by focus out.
691
-
692
- ## 17.1.32-beta (2019-03-13)
693
-
694
- ### MaskedTextBox
695
-
696
- #### Bug Fixes
697
-
698
- - Now, you can get the proper masked textbox value in the `change` event.
699
-
700
- ### TextBox
701
-
702
- #### New Features
703
-
704
- - Provided option to render `multiline textbox` (textarea).
705
-
706
- #### Bug Fixes
707
-
708
- - Now input event will trigger after clear the textbox value using clear icon.
709
-
710
- ### Uploader
711
-
712
- #### Bug Fixes
713
-
714
- - Issue with uploading the file within the form has been fixed.
715
- - Issue with updating the uploader buttons text in firefox lower versions has been fixed.
716
-
717
- ### Slider
718
-
719
- #### New Features
720
-
721
- - Now only single tooltip will be displayed in range slider for resize and drag actions for better user interface.
722
-
723
- ## 16.4.55 (2019-02-27)
724
-
725
- ### TextBox
726
-
727
- #### Bug Fixes
728
-
729
- - Now, the validation works with complex names also.
730
-
731
- ### Uploader
732
-
733
- #### Bug Fixes
734
-
735
- - Resolved the issue with `Tab` key navigation in uploader file list.
736
-
737
- ### Slider
738
-
739
- #### New Features
740
-
741
- - Now, Range Slider in Material theme will support `showOn` property.
742
- - Now, Single tooltip will be used to display values in Range Slider.
743
-
744
- ### FormValidator
745
-
746
- #### Bug Fixes
747
-
748
- - Now, the url validation works with all types of url.
749
-
750
- ## 16.4.54 (2019-02-19)
751
-
752
- ### TextBox
753
-
754
- #### Bug Fixes
755
-
756
- - Now, input event will trigger after clear the textbox value using clear icon.
757
- - Now, the default value is set to the textbox while resetting the form.
758
-
759
- ### Slider
760
-
761
- #### Bug Fixes
762
-
763
- - Now, the initial value is setback to the `slider` on form `reset`.
764
-
765
- ### Uploader
766
-
767
- #### Bug Fixes
768
-
769
- - Uploader file list will be cleared while reset the form.
770
-
771
- #### New Features
772
-
773
- - Provided `cssClass` property to add custom CSS classes to an uploader.
774
-
775
- ### MaskedTextBox
776
-
777
- #### Bug Fixes
778
-
779
- - Issue with, “MaskedTextBox not restoring the initial value on form reset” has been fixed.
780
-
781
- ### NumericTextBox
782
-
783
- #### Bug Fixes
784
-
785
- - Issue with, “NumericTextBox not restoring the initial value on form reset” has been fixed.
786
-
787
- ## 16.4.53 (2019-02-13)
788
-
789
- ### ColorPicker
790
-
791
- #### Bug Fixes
792
-
793
- - Form reset issue is fixed.
794
-
795
- ## 16.4.52 (2019-02-05)
796
-
797
- ### MaskedTextBox
798
-
799
- #### New Features
800
-
801
- - Provided the "focus" and "blur" events for MaskedTextBox that will trigger when the control got focus or losses focus.
802
-
803
- ### NumericTextBox
804
-
805
- #### New Features
806
-
807
- - Provided the "focus" and "blur" events for NumericTextBox that will trigger when the control got focus or losses focus.
808
-
809
- ## 16.4.48 (2019-01-22)
810
-
811
- ### Uploader
812
-
813
- #### New Features
814
-
815
- - Provided template support for preloaded files also to customize its default file list structure.
816
-
817
- #### Bug Fixes
818
-
819
- - Provided option to hide generated promise error manually on ajax failed event.
820
-
821
- ## 16.4.47 (2019-01-16)
822
-
823
- ### TextBox
824
-
825
- #### Bug Fixes
826
-
827
- - The issue with `refresh` method of textbox has been fixed.
828
- - Resolved the issue with placeholder property has 'null' value in Edge browser.
829
-
830
- ## 16.4.46 (2019-01-08)
831
-
832
- ### Uploader
833
-
834
- #### New Features
835
-
836
- - Provided option to customize file upload's status message (label) which is sent from server on success and failure events.
837
- - Provided event which trigger before rendering each file item in a page that helps to customize its default UI structure.
838
- - Provided event to denote all the selected files has processed to upload successfully or failed to server.
839
-
840
- #### Bug Fixes
841
-
842
- - Resolved the issue with updating file data in uploader element while drag-and-drop the files.
843
-
844
- ## 16.4.45 (2019-01-02)
845
-
846
- ### Common
847
-
848
- #### Bug Fixes
849
-
850
- - Fixed `CustomPlacement` typing issue.
851
-
852
- ## 16.4.40-beta (2018-12-10)
853
-
854
- ### Uploader
855
-
856
- #### New Features
857
-
858
- - Enabled sequential upload support to file upload component that upload the selected files one after the other to the server.
859
- - New event provided "chunkUploading" which trigger on every chunk to be upload in file upload.
860
- - Provided the option to get additional data back from a server to client on file upload.
861
-
862
- ### FormValidator
863
-
864
- #### New Features
865
-
866
- - **Localization** - Supports to localize error message for the "FormValidator" to different cultures.
867
-
868
- ## 16.3.33 (2018-11-20)
869
-
870
- ### FormValidator
871
-
872
- #### Bug Fixes
873
-
874
- - Form validator `email` and `min` validation issues has been fixed.
875
-
876
- ### TextBox
877
-
878
- #### Bug Fixes
879
-
880
- - The issue with receiving event arguments of TextBox events have been fixed.
881
-
882
- ## 16.3.29 (2018-10-31)
883
-
884
- ### MaskedTextBox
885
-
886
- #### Bug Fixes
887
-
888
- - Issue with using the space as "promptChar" in Masked TextBox has been fixed.
889
-
890
- ### NumericTextBox
891
-
892
- #### Bug Fixes
893
-
894
- - Issue with triggering unwanted “focusout” and “change” events has been fixed.
895
-
896
- ### Uploader
897
-
898
- #### Bug Fixes
899
-
900
- - Resolved the issue with triggering selected event on cancel the file selection.
901
-
902
- ## 16.3.27 (2018-10-23)
903
-
904
- ### TextBox
905
-
906
- #### Bug Fixes
907
-
908
- - The issue with updating `value` property on model binding has been fixed.
909
-
910
- ## 16.3.25 (2018-10-15)
911
-
912
- ### TextBox
913
-
914
- #### Bug Fixes
915
-
916
- - The issue with adding multiple classes in `cssClass` property has been fixed.
917
-
918
- ### MaskedTextBox
919
-
920
- #### Bug Fixes
921
-
922
- - Issue with entering the first character in masked text box when "floatLabelType" is set to "Never" has been fixed.
923
- - Always last MaskedTextBox component get focus on initial page load in IE browser, issue has been fixed.
924
-
925
- ## 16.3.24 (2018-10-09)
926
-
927
- ### MaskedTextBox
928
-
929
- #### Bug Fixes
930
-
931
- - Issue with setting placeholder in IE browser when "floatLabelType" is set to "never" has been fixed.
932
-
933
- ## 16.3.22 (2018-09-25)
934
-
935
- ### FormValidator
936
-
937
- #### Bug Fixes
938
-
939
- - Form validator for number contain email domain name issue has been fixed.
940
-
941
- ### NumericTextBox
942
-
943
- #### Bug Fixes
944
-
945
- - Validation is not working properly for "NumericTextBox" in focus out, issue has been fixed
946
-
947
- ## 16.3.21 (2018-09-22)
948
-
949
- ### ColorPicker
950
-
951
- #### Bug Fixes
952
-
953
- - ColorPicker collision issue fixed.
954
-
955
- ## 16.3.17 (2018-09-12)
956
-
957
- ### Uploader
958
-
959
- #### New Features
960
-
961
- - Provided directory (folder) upload support that uploads all files of folder including sub-folder to server.
962
- - Provided paste to upload support that helps to uploads any images to a server on pasting images from clipboard.
963
-
964
- #### Bug Fixes
965
-
966
- - The files with the wrong extension cannot be uploaded when filtering the files by all files in the file dialog.
967
- - The `clearAll` method removes upload element’s value along with file list.
968
- - Resolved the issue with uploading a file while disable the `showFileList` API.
969
- - In synchronous upload, while removing a particular file from file list will clear all the files now since couldn't manipulate each file details in input file element.
970
- - Resolved the issue with adding the additional form data in IE browser.
971
-
972
- ### TextBox
973
-
974
- #### New Features
975
-
976
- - Included TextBox component as JavaScript component with floating functionality.
977
-
978
- - Included TextBox component as Vue component with floating functionality.
979
-
980
- #### Bug Fixes
981
-
982
- - Resolved the issue with customizing the textbox background color with minimal CSS.
983
- - Resolved the issue with the floating label when choose the value using `autofill` option in chrome browser.
984
-
985
- ## 16.2.48 (2018-08-14)
986
-
987
- ### NumericTextBox
988
-
989
- #### Bug Fixes
990
-
991
- - Issue with entering the text in numeric text box from Firefox browser has been fixed.
992
- - Resolved the issue in numeric text box that did not allow editing the value while using decimal value as 0.
993
-
994
- ### MaskedTextBox
995
-
996
- #### Bug Fixes
997
-
998
- - Resolved the issue with masked text box change event is triggered multiple times while changing the value dynamically.
999
- - Issue occurs while using chrome autofill functionality with masked text box component has been fixed.
1000
-
1001
- ## 16.2.47 (2018-08-07)
1002
-
1003
- ### MaskedTextBox
1004
-
1005
- #### Bug Fixes
1006
-
1007
- - Issue with setting the background color for masked text box has been fixed.
1008
- - Issue with adding name attribute in the input element while creating masked text box without name attribute has been resolved.
1009
-
1010
- ## 16.2.44 (2018-07-10)
1011
-
1012
- ### NumericTextBox
1013
-
1014
- #### Bug Fixes
1015
-
1016
- - Unable to set higher values for min, max, and value properties of numeric text box issue has been fixed.
1017
-
1018
- ## 16.2.41 (2018-06-25)
1019
-
1020
- ### Common
1021
-
1022
- #### Breaking Changes
1023
-
1024
- - The splitbuttons package is used by ColorPicker component, so the splitbuttons package is a dependency for the inputs package.
1025
-
1026
- ### Form-validator
1027
-
1028
- #### New Features
1029
-
1030
- - Provided option to validate the hidden element by using `validateHidden` attribute.
1031
-
1032
- ### MaskedTextBox
1033
-
1034
- #### New Features
1035
-
1036
- - Provided option to show/hide clear button to reset the value in MaskedTextBox
1037
-
1038
- undefinedMaskedTextBox allows the user to enter the valid input only based on the provided mask. The available key features are
1039
-
1040
-
1041
- - **Custom Characters**: Allows you to use your own characters as the mask elements.
1042
- - **Regular Expression**: Can be used as a mask element for each character of the MaskedTextBox.
1043
- - **Accessibility**: Provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
1044
-
1045
- ### NumericTextBox
1046
-
1047
- #### New Features
1048
-
1049
- - Provided option to show/hide clear button to reset the value in NumericTextBox.
1050
- - Prevented to type unwanted text and symbols in NumericTextBox.
1051
-
1052
- undefinedNumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value. The available key features are
1053
-
1054
-
1055
- - **Range Validation**: Allows to set the minimum and maximum range of values in the NumericTextBox.
1056
- - **Number Formats**: Supports the number display formatting with MSDN standard and custom number formats.
1057
- - **Precision Of Numbers**: Allows to restrict the number precision when enters the value.
1058
- - **Keyboard Interaction**: Allows users to interact with the NumericTextBox using the keyboard.
1059
- - **Accessibility**: Provides built-in accessibility support which helps to access all the NumericTextBox component features through keyboard, on-screen readers or other assistive technology devices.
1060
- - **Internationalization**: Library provides support for formatting and parsing number using the official Unicode CLDR JSON data.
1061
- - **Localization**: Supports to localize spin up and down buttons title for the tooltip to different cultures.
1062
-
1063
- ### Slider
1064
-
1065
- #### New Features
1066
-
1067
- - Limits implemented to limit movement interval of min and max values to certain range.
1068
- - Drag interval implemented to interact with the range slider by dragging the range.
1069
- - Provided to support custom value arrays.
1070
- - Bootstrap theme tooltip appearance improved by enabling tooltip pointer.
1071
-
1072
- #### Breaking Changes
1073
-
1074
- - The following API namings are renamed.
1075
-
1076
- | Existing API Name | New API Name |
1077
- |:-:|:-:|
1078
- | readOnly | readonly |
1079
-
1080
- ### ColorPicker
1081
-
1082
- Color picker is a user interface that is used to select and adjust color values.
1083
-
1084
-
1085
- - **Color specification**: Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
1086
- - **Mode**: Supports `Picker` and `Palette` mode.
1087
- - **Inline**: Supports inline type rendering of color picker.
1088
- - **Custom palettes**: Allows you to customize palettes and supports multiple palette groups rendering.
1089
- - **Opacity**: Allows to set and change the `opacity` of the selected color.
1090
- - **Accessibility**: Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.
1091
-
1092
- Color picker is a user interface that is used to select and adjust color values.
1093
-
1094
-
1095
- - **Color specification**: Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
1096
- - **Mode**: Supports `Picker` and `Palette` mode.
1097
- - **Inline**: Supports inline type rendering of color picker.
1098
- - **Custom palettes**: Allows you to customize palettes and supports multiple palette groups rendering.
1099
- - **Opacity**: Allows to set and change the `opacity` of the selected color.
1100
- - **Accessibility**: Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.
1101
-
1102
-
1103
- ### Uploader
1104
-
1105
- #### New Features
1106
-
1107
- - Added `chunked upload` support to upload large files asynchronously with `pause` and `resume` options.
1108
- - Support has been provided to resume automatically on failed chunk up to `maximum retry` options.
1109
- - Included option to handle `retry upload` through UI (User Interface).
1110
- - Support to `cancel the request` while uploading a file is added.
1111
-
1112
- #### Bug Fixes
1113
-
1114
- - Provided option to customize request header on trigger uploading and removing events.
1115
- - Provided option to add additional data in removing event.
1116
- - The issue with rendering Uploader component in internet explorer browser has been fixed.
1117
- - The issue with submitting single file upload's value has been fixed.
1118
-
1119
- undefinedThe Uploader component is useful to upload images, documents, and other files to server.
1120
- The component is extended version of HTML5 upload with multiple file selection, auto upload,
1121
- drag and drop, progress bar, preload files, and validation.
1122
-
1123
-
1124
- The available key features are
1125
-
1126
-
1127
- - **Asynchronous Upload** - Allows you to upload the files with asynchronous way.
1128
- - **Chunk Upload** - Allows you to upload large files as chunks to the server with pause and resume options.
1129
- - **Drag and Drop** - The files can be dragged from file explorer, and dropping into the drop area.
1130
- - **Form Supports** - The selected or dropped files are received as a collection in a form action when the form is submitted.
1131
- - **File Validation** - Validate the files based on file's size and type.
1132
- - **Template** - Allows you to customize the default appearance of `Uploader`.
1133
- - **Accessibility** - provides built-in accessibility support which helps to access all the `Uploader` features through keyboard, on-screen readers, or other assistive technology devices.
1134
-
1135
- ### TextBox
1136
-
1137
- #### New Features
1138
-
1139
- - The clear button can be enabled/disabled dynamically through `setClearButton` method.
1140
-
1141
- #### Bug Fixes
1142
-
1143
- - Theme compatibility issue resolved for CSS Input component.
1144
-
1145
- undefinedTextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.
1146
-
1147
-
1148
- - **Groups** - Supports to group the icon element with the input
1149
- - **Floating Label** - Added option to float label always, float label on focus, and disable floating support in the input element.
1150
- - **Clear Button** - Provided option to show/hide clear button to reset the value in input element.
1151
- - **Validation States** - Provided option to indicate success, error, and warning states.
1152
-
1153
- ## 16.1.45 (2018-05-23)
1154
-
1155
- ### Input
1156
-
1157
- #### Bug Fixes
1158
-
1159
- - Added `Focus` and `Blur` event arguments.
1160
-
1161
- ## 16.1.40 (2018-05-08)
1162
-
1163
- ### MaskedTextBox
1164
-
1165
- #### Bug Fixes
1166
-
1167
- - While copying a text and hold the “Ctrl + v” on the MaskedTextBox with number mask, value is not updating properly
1168
- - along with script error issue has been fixed.
1169
-
1170
- ## 16.1.38 (2018-05-02)
1171
-
1172
- ### NumericTextBox
1173
-
1174
- #### Bug Fixes
1175
-
1176
- - Now native events triggered properly in Angular NumericTextBox component.
1177
-
1178
- ## 16.1.37 (2018-04-24)
1179
-
1180
- ### NumericTextBox
1181
-
1182
- #### New Features
1183
-
1184
- - Provided clear button option in NumericTextBox.
1185
-
1186
- #### Bug Fixes
1187
-
1188
- - NumericTextBox is now aligned properly in inline element when `showSpinButton` property disabled.
1189
-
1190
- ## 16.1.35 (2018-04-17)
1191
-
1192
- ### MaskedTextBox
1193
-
1194
- #### Bug Fixes
1195
-
1196
- - While dynamically changing the MaskedTextBox value as null, value not updated properly issue is fixed.
1197
-
1198
- ## 16.1.28 (2018-03-09)
1199
-
1200
- ### NumericTextBox
1201
-
1202
- #### Bug Fixes
1203
-
1204
- - In NumericTextBox, unwanted “change” events has been prevented from triggering.
1205
-
1206
- ## 16.1.24 (2018-02-22)
1207
-
1208
- ### Uploader
1209
-
1210
- ```
1211
- The Uploader component is useful to upload images, documents, and other files to server.
1212
- ```
1213
-
1214
- The component is extended version of HTML5 upload with multiple file selection, auto upload,
1215
- drag and drop, progress bar, preload files, and validation.
1216
-
1217
-
1218
- - The available key features are
1219
- - **Asynchronous Upload** - Allows you to upload the files with asynchronous way.
1220
- - **Drag and Drop** - The files can be dragged from file explorer, and dropping into the drop area.
1221
- - **Form Supports** - The selected or dropped files are received as a collection in a form action when the form is submitted.
1222
- - **File Validation** - Validate the files based on file's size and type.
1223
- - **Template** - Allows you to customize the default appearance of `Uploader`.
1224
- - **Accessibility** - provides built-in accessibility support which helps to access all the `Uploader` features through keyboard, on-screen readers, or other assistive technology devices.
1225
-
1226
- ### TextBox
1227
-
1228
- #### Bug Fixes
1229
-
1230
- - Fixed the input alignment issue in the window 8.1 edge browser.
1231
- - Removed the additional spaces for error messages on the input.
1232
-
1233
- ### Slider
1234
-
1235
- The Slider component allows the user to select a value or range of values in-between the min and max range, by dragging the handle over the slider bar.
1236
-
1237
-
1238
- There are three types of Slider:
1239
-
1240
-
1241
- - `Default` - Shows a default slider to select a single value.
1242
- - `MinRange` - Displays fill color from the start value to the current selected value.
1243
- - `Range` - Select a range of values.
1244
-
1245
- The available key features are
1246
-
1247
-
1248
- - **Types**: Provided three types of Slider.
1249
- - **Orientation**: Displays the Slider in horizontal or vertical direction.
1250
- - **Buttons**: Provided built-in support to render the buttons in both edges of the Slider.
1251
- - **Tooltip**: Displays a tooltip to show the currently selected value.
1252
- - **Ticks**: Displays a scale with small and big ticks.
1253
- - **Format**: Customize the slider values into various format.
1254
- - **Accessibility**: Built-in compliance with the [`WAI-ARIA`](http://www.w3.org/WAI/PF/aria-practices/) specifications.
1255
- - **Keyboard Interaction**: The Slider can be intractable through the keyboard.
1256
-
1257
- ## 15.4.29-preview (2018-02-07)
1258
-
1259
- ### MaskedTextBox
1260
-
1261
- #### Bug Fixes
1262
-
1263
- - While set floatLabelType property as "Never", the placeholder not shown issue has been fixed
1264
- - While set floatLabelType property as "Auto", the value becomes "undefined" at two-way binding issue has been fixed
1265
- - While setting escape sequence in mask format, value is not updated properly issue has been fixed
1266
- - Cursor is not positioned properly while focusing the MaskedTextBox issue has been fixed
1267
-
1268
- ## 15.4.24-preview (2018-01-10)
1269
-
1270
- ### MaskedTextBox
1271
-
1272
- #### Bug Fixes
1273
-
1274
- - Value not maintained properly in the MaskedTextBox two-way binding
1275
-
1276
- ## 15.4.23-preview (2017-12-27)
1277
-
1278
- ### Common
1279
-
1280
- #### New Features
1281
-
1282
- - Added typing file for ES5 global scripts (dist/global/index.d.ts)
1283
-
1284
- #### Breaking Changes
1285
-
1286
- - Modified the module bundle file name for ES6 bundling
1287
-
1288
- ## 15.4.21-preview (2017-12-08)
1289
-
1290
- ### FormValidator
1291
-
1292
- #### Bug Fixes
1293
-
1294
- - **IE11** - Recursive call on form reset.
1295
-
1296
- ### TextBox
1297
-
1298
- #### Bug Fixes
1299
-
1300
- - Height mismatch between input and input with icon issue has fixed.
1301
-
1302
- ## 15.4.20-preview (2017-12-01)
1303
-
1304
- ### Common
1305
-
1306
- #### New Features
1307
-
1308
- - Upgraded TypeScript version to 2.6.2.
1309
-
1310
- ## 15.4.17-preview (2017-11-13)
1311
-
1312
- ### TextBox
1313
-
1314
- TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.
1315
-
1316
-
1317
- - **Groups** - Supports to group the icon element with the input
1318
- - **Floating Label** - Added option to float label always, float label on focus, and disable floating support in the input element.
1319
- - **Clear Button** - Provided option to show/hide clear button to reset the value in input element.
1320
- - **Validation States** - Provided option to indicate success, error, and warning states.
1321
-
1322
- ### NumericTextBox
1323
-
1324
- NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value. The available key features are
1325
-
1326
-
1327
- - **Range Validation** - allows to set the minimum and maximum range of values in the NumericTextBox.
1328
- - **Number Formats** - supports the number display formatting with MSDN standard and custom number formats.
1329
- - **Precision Of Numbers** - allows to restrict the number precision when enters the value.
1330
- - **Keyboard Interaction** - allows users to interact with the NumericTextBox using the keyboard.
1331
- - **Accessibility** - provides built-in accessibility support which helps to access all the NumericTextBox component features through keyboard, on-screen readers or other assistive technology devices.
1332
- - **Internationalization** - library provides support for formatting and parsing number using the official Unicode CLDR JSON data.
1333
- - **Localization** - Supports to localize spin up and down buttons title for the tooltip to different cultures.
1334
-
1335
- ### MaskedTextBox
1336
-
1337
- MaskedTextBox allows the user to enter the valid input only based on the provided mask. The available key features are
1338
-
1339
-
1340
- - **Custom Characters** - allows you to use your own characters as the mask elements.
1341
- - **Regular Expression** - can be used as a mask element for each character of the MaskedTextBox.
1342
- - **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
1343
-
1344
-
1345
- ## 19.3.57 (2021-12-07)
1346
-
1347
- ### NumericTextBox
1348
-
1349
- #### Bug Fixes
1350
-
1351
- - `#FB30370` - Issue with "typing decimal separator in the starting position is converted as 0 while binding the v-model property" has been resolved.
1352
-
1353
- ## 19.1.67 (2021-06-08)
1354
-
1355
- ### MaskedTextBox
1356
-
1357
- #### Bug Fixes
1358
-
1359
- - `#I330427` - Issue with "focus event is not triggered in the all masked characters filled textbox while focusing the control" has been resolved.
1360
-