@syncfusion/ej2-vue-inputs 25.2.6 → 26.1.38

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