@syncfusion/ej2-angular-inputs 24.2.3-ngcc → 24.2.4-ngcc
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 +12 -0
- package/README.md +24 -1
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +6 -6
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Uploader
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#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.
|
|
10
|
+
|
|
11
|
+
### TextBox
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I548068` - Fixed the issue where a compilation error occurred while generating the CSS file from the `DataForm` related styles.
|
|
16
|
+
|
|
5
17
|
## 24.1.47 (2024-01-23)
|
|
6
18
|
|
|
7
19
|
### Signature
|
package/README.md
CHANGED
|
@@ -164,6 +164,29 @@ The Angular [File Upload](https://www.syncfusion.com/angular-ui-components/angul
|
|
|
164
164
|
* [Auto upload](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/default) - Process the file to upload without interaction.
|
|
165
165
|
* [Preload files](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/preload-files) - View and manipulate previously uploaded files.
|
|
166
166
|
|
|
167
|
+
### Angular Rating
|
|
168
|
+
|
|
169
|
+
The [Angular Rating](https://www.syncfusion.com/angular-ui-components/angular-rating/?utm_source=npm&utm_medium=listing&utm_campaign=anuglar-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/angular/documentation/rating/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
|
|
173
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/rating/default">Online demos</a> .
|
|
174
|
+
<a href="https://www.syncfusion.com/angular-ui-components/angular-rating/?utm_source=npm&utm_medium=listing&utm_campaign=anuglar-inputs-npm">Learn more</a>
|
|
175
|
+
</p>
|
|
176
|
+
|
|
177
|
+
<p align="center">
|
|
178
|
+
<img alt="Angular Rating Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-rating.gif">
|
|
179
|
+
</p>
|
|
180
|
+
|
|
181
|
+
#### Key features
|
|
182
|
+
|
|
183
|
+
* [Precision modes](https://ej2.syncfusion.com/angular/documentation/rating/precision-modes) - Provides different precision modes for more accurate rating.
|
|
184
|
+
* [Labels](https://ej2.syncfusion.com/angular/documentation/rating/labels) - Displays current value of the rating.
|
|
185
|
+
* [Tooltip](https://ej2.syncfusion.com/angular/documentation/rating/tooltip) - Displays additional information of the rating items.
|
|
186
|
+
* [Selection](https://ej2.syncfusion.com/angular/documentation/rating/selection) - Customization options for the selected rating value and selection behavior.
|
|
187
|
+
* [Appearance](https://ej2.syncfusion.com/angular/documentation/rating/appearance) - Customize the rating items appearance.
|
|
188
|
+
* [Templates](https://ej2.syncfusion.com/angular/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/">
|
|
@@ -213,4 +236,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
213
236
|
|
|
214
237
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license/?utm_source=npm&utm_campaign=input) for more info.
|
|
215
238
|
|
|
216
|
-
& Copyright
|
|
239
|
+
& Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inputs.umd.js
|
|
3
|
-
* version : 24.2.
|
|
3
|
+
* version : 24.2.4
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inputs.umd.min.js
|
|
3
|
-
* version : 24.2.
|
|
3
|
+
* version : 24.2.4
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-inputs@24.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inputs@24.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-h7WY/qEinp893P5dRST8K0MMJoHwgRdcOhn11PrOZ8552PR8en5hsmRP7ZghUXr6Qwh8ZezQQECDaGowISJ/pQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-24.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-24.2.3.tgz",
|
|
23
|
+
"_shasum": "959ead93b67fc681427e20ad0d58bfd84f70d0a6",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~24.2.3",
|
|
35
35
|
"@syncfusion/ej2-base": "~24.2.3",
|
|
36
|
-
"@syncfusion/ej2-inputs": "24.2.
|
|
36
|
+
"@syncfusion/ej2-inputs": "24.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"schematics": "./schematics/collection.json",
|
|
82
82
|
"sideEffects": false,
|
|
83
83
|
"typings": "ej2-angular-inputs.d.ts",
|
|
84
|
-
"version": "24.2.
|
|
84
|
+
"version": "24.2.4-ngcc"
|
|
85
85
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-inputs";
|
|
2
|
-
export declare const pkgVer = "^24.
|
|
2
|
+
export declare const pkgVer = "^24.2.3";
|
|
3
3
|
export declare const moduleName = "TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule";
|
|
4
|
-
export declare const themeVer = "~24.
|
|
4
|
+
export declare const themeVer = "~24.2.3";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-inputs';
|
|
4
|
-
exports.pkgVer = '^24.2.
|
|
4
|
+
exports.pkgVer = '^24.2.4';
|
|
5
5
|
exports.moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
|
|
6
|
-
exports.themeVer = '~24.2.
|
|
6
|
+
exports.themeVer = '~24.2.4';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^24.2.
|
|
2
|
+
export const pkgVer = '^24.2.4';
|
|
3
3
|
export const moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
|
|
4
|
-
export const themeVer = '~24.2.
|
|
4
|
+
export const themeVer = '~24.2.4';
|