@syncfusion/ej2-vue-inputs 19.4.38 → 19.4.47
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.
- package/CHANGELOG.md +17 -0
- package/dist/ej2-vue-inputs.umd.min.js +9 -0
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark.css +9 -1
- package/styles/bootstrap5.css +9 -1
- package/styles/color-picker/bootstrap-dark.css +8 -0
- package/styles/color-picker/bootstrap.css +8 -0
- package/styles/color-picker/bootstrap4.css +8 -0
- package/styles/color-picker/bootstrap5-dark.css +9 -1
- package/styles/color-picker/bootstrap5.css +9 -1
- package/styles/color-picker/fabric-dark.css +8 -0
- package/styles/color-picker/fabric.css +8 -0
- package/styles/color-picker/highcontrast-light.css +8 -0
- package/styles/color-picker/highcontrast.css +8 -0
- package/styles/color-picker/material-dark.css +8 -0
- package/styles/color-picker/material.css +8 -0
- package/styles/color-picker/tailwind-dark.css +8 -0
- package/styles/color-picker/tailwind.css +8 -0
- package/styles/fabric-dark.css +8 -0
- package/styles/fabric.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark.css +8 -0
- package/styles/material.css +8 -0
- package/styles/tailwind-dark.css +8 -0
- package/styles/tailwind.css +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ColorPicker
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
Color Picker in Angular reactive form throws errors when selecting after form is reset has been resolved.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## 19.4.43 (2022-01-18)
|
|
13
|
+
|
|
14
|
+
### Range Slider
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I359470` - The issue with "The Range Slider tooltip is not hidden when it is placed inside the tab container" has been resolved.
|
|
19
|
+
|
|
20
|
+
## 19.4.38 (2021-12-17)
|
|
21
|
+
|
|
5
22
|
### Signature
|
|
6
23
|
|
|
7
24
|
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.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inputs.umd.min.js
|
|
3
|
+
* version : 19.4.47
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
/*!
|
|
11
|
+
* filename: ej2-vue-inputs.umd.min.js
|
|
3
12
|
* version : 19.4.38
|
|
4
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
14
|
* Use of this code is subject to the terms of our license.
|