@syncfusion/ej2-vue-inputs 19.4.42 → 19.4.52
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/README.md +1 -1
- package/dist/ej2-vue-inputs.umd.min.js +10 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +0 -12
- package/styles/bootstrap.css +0 -12
- package/styles/bootstrap4.css +0 -12
- package/styles/bootstrap5-dark.css +0 -12
- package/styles/bootstrap5.css +0 -12
- package/styles/color-picker/bootstrap-dark.css +0 -12
- package/styles/color-picker/bootstrap.css +0 -12
- package/styles/color-picker/bootstrap4.css +0 -12
- package/styles/color-picker/bootstrap5-dark.css +0 -12
- package/styles/color-picker/bootstrap5.css +0 -12
- package/styles/color-picker/fabric-dark.css +0 -12
- package/styles/color-picker/fabric.css +0 -12
- package/styles/color-picker/highcontrast-light.css +0 -12
- package/styles/color-picker/highcontrast.css +0 -12
- package/styles/color-picker/material-dark.css +0 -12
- package/styles/color-picker/material.css +0 -12
- package/styles/color-picker/tailwind-dark.css +1 -13
- package/styles/color-picker/tailwind.css +1 -13
- package/styles/fabric-dark.css +0 -12
- package/styles/fabric.css +0 -12
- package/styles/highcontrast-light.css +0 -12
- package/styles/highcontrast.css +0 -12
- package/styles/material-dark.css +0 -12
- package/styles/material.css +0 -12
- package/styles/tailwind-dark.css +1 -13
- package/styles/tailwind.css +1 -13
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.47 (2022-01-25)
|
|
6
|
+
|
|
7
|
+
### ColorPicker
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
Color Picker in Angular reactive form throws errors when selecting after form is reset has been resolved.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 19.4.43 (2022-01-18)
|
|
15
|
+
|
|
16
|
+
### Range Slider
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- `#I359470` - The issue with "The Range Slider tooltip is not hidden when it is placed inside the tab container" has been resolved.
|
|
21
|
+
|
|
5
22
|
## 19.4.38 (2021-12-17)
|
|
6
23
|
|
|
7
24
|
### Signature
|
package/README.md
CHANGED
|
@@ -127,4 +127,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
|
|
|
127
127
|
|
|
128
128
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/inputs/CHANGELOG.md/?utm_source=npm&utm_campaign=input)
|
|
129
129
|
|
|
130
|
-
© Copyright
|
|
130
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inputs.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.52
|
|
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
|
|
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.
|
|
6
15
|
* A copy of the current license can be obtained at any time by e-mailing
|