@syncfusion/ej2-vue-inputs 24.2.3 → 24.2.5
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 +14 -0
- package/README.md +23 -0
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 24.2.4 (2024-02-06)
|
|
6
|
+
|
|
7
|
+
### Uploader
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I526571` - Fixed the issue where the header in the Cancel Event was not returning in the header as expected. Instead, it was returning in the payload.
|
|
12
|
+
|
|
13
|
+
### TextBox
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I548068` - Fixed the issue where a compilation error occurred while generating the CSS file from the `DataForm` related styles.
|
|
18
|
+
|
|
5
19
|
## 24.1.47 (2024-01-23)
|
|
6
20
|
|
|
7
21
|
### Signature
|
package/README.md
CHANGED
|
@@ -164,6 +164,29 @@ The [Vue File Upload](https://www.syncfusion.com/vue-components/vue-file-upload?
|
|
|
164
164
|
* [Auto upload](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/default.html) – Process the file to upload without interaction.
|
|
165
165
|
* [Preload files](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/preload-files.html) – View and manipulate previously uploaded files.
|
|
166
166
|
|
|
167
|
+
### Vue Rating
|
|
168
|
+
|
|
169
|
+
The [Vue Rating](https://www.syncfusion.com/vue-components/vue-rating?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm) component is used to 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. It has several built-in features such as support for precision modes, labels, tooltip, and UI customization.
|
|
170
|
+
|
|
171
|
+
<p align="center">
|
|
172
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/rating/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm">Getting Started</a> .
|
|
173
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm#/material/rating/default.html">Online demos</a> .
|
|
174
|
+
<a href="https://www.syncfusion.com/vue-components/vue-rating?utm_source=npm&utm_medium=listing&utm_campaign=vue-inputs-npm">Learn more</a>
|
|
175
|
+
</p>
|
|
176
|
+
|
|
177
|
+
<p align="center">
|
|
178
|
+
<img alt="Vue Rating Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-rating.gif">
|
|
179
|
+
</p>
|
|
180
|
+
|
|
181
|
+
#### Key features
|
|
182
|
+
|
|
183
|
+
* [Precision modes](https://ej2.syncfusion.com/vue/documentation/rating/precision-modes) - Provides different precision modes for more accurate rating.
|
|
184
|
+
* [Labels](https://ej2.syncfusion.com/vue/documentation/rating/labels) - Displays current value of the rating.
|
|
185
|
+
* [Tooltip](https://ej2.syncfusion.com/vue/documentation/rating/tool-tip) - Displays additional information of the rating items.
|
|
186
|
+
* [Selection](https://ej2.syncfusion.com/vue/documentation/rating/selection) - Customization options for the selected rating value and selection behavior.
|
|
187
|
+
* [Appearance](https://ej2.syncfusion.com/vue/documentation/rating/appearance) - Customize the rating items appearance.
|
|
188
|
+
* [Templates](https://ej2.syncfusion.com/vue/documentation/rating/templates) - Customize the rating item with a heart, SVG, or any content that precisely matches unique needs.
|
|
189
|
+
|
|
167
190
|
<p align="center">
|
|
168
191
|
Trusted by the world's leading companies
|
|
169
192
|
<a href="https://www.syncfusion.com/">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inputs.umd.min.js
|
|
3
|
-
* version : 24.2.
|
|
3
|
+
* version : 24.2.5
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|