@syncfusion/ej2-angular-inputs 21.2.9-ngcc → 22.1.34-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/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-inputs.js.map +1 -1
- package/CHANGELOG.md +27 -23
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.js.map +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
- package/license +10 -0
- package/package.json +8 -8
- 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/src/rating/rating.component.d.ts +4 -0
- package/src/uploader/uploader.component.d.ts +1 -0
- package/styles/bootstrap-dark.css +22 -3
- package/styles/bootstrap.css +22 -3
- package/styles/bootstrap4.css +22 -4
- package/styles/bootstrap5-dark.css +22 -3
- package/styles/bootstrap5.css +22 -3
- package/styles/color-picker/fluent-dark.css +1 -0
- package/styles/color-picker/fluent.css +1 -0
- package/styles/color-picker/material3-dark.css +880 -0
- package/styles/color-picker/material3-dark.scss +2 -0
- package/styles/color-picker/material3.css +936 -0
- package/styles/color-picker/material3.scss +2 -0
- package/styles/fabric-dark.css +22 -3
- package/styles/fabric.css +22 -3
- package/styles/fluent-dark.css +23 -3
- package/styles/fluent.css +23 -3
- package/styles/highcontrast-light.css +22 -3
- package/styles/highcontrast.css +22 -3
- package/styles/input/bootstrap-dark.css +14 -1
- package/styles/input/bootstrap.css +14 -1
- package/styles/input/bootstrap4.css +14 -1
- package/styles/input/bootstrap5-dark.css +14 -1
- package/styles/input/bootstrap5.css +14 -1
- package/styles/input/fabric-dark.css +14 -1
- package/styles/input/fabric.css +14 -1
- package/styles/input/fluent-dark.css +14 -1
- package/styles/input/fluent.css +14 -1
- package/styles/input/highcontrast-light.css +14 -1
- package/styles/input/highcontrast.css +14 -1
- package/styles/input/material-dark.css +92 -64
- package/styles/input/material.css +92 -64
- package/styles/input/material3-dark.css +12357 -0
- package/styles/input/material3-dark.scss +2 -0
- package/styles/input/material3.css +12413 -0
- package/styles/input/material3.scss +2 -0
- package/styles/input/tailwind-dark.css +14 -1
- package/styles/input/tailwind.css +14 -1
- package/styles/maskedtextbox/material3-dark.css +104 -0
- package/styles/maskedtextbox/material3-dark.scss +2 -0
- package/styles/maskedtextbox/material3.css +160 -0
- package/styles/maskedtextbox/material3.scss +2 -0
- package/styles/material-dark.css +102 -66
- package/styles/material.css +102 -66
- package/styles/material3-dark.css +15567 -0
- package/styles/material3-dark.scss +10 -0
- package/styles/material3.css +16063 -0
- package/styles/material3.scss +10 -0
- package/styles/numerictextbox/material3-dark.css +118 -0
- package/styles/numerictextbox/material3-dark.scss +2 -0
- package/styles/numerictextbox/material3.css +174 -0
- package/styles/numerictextbox/material3.scss +2 -0
- package/styles/rating/bootstrap-dark.css +8 -2
- package/styles/rating/bootstrap.css +8 -2
- package/styles/rating/bootstrap4.css +8 -3
- package/styles/rating/bootstrap5-dark.css +8 -2
- package/styles/rating/bootstrap5.css +8 -2
- package/styles/rating/fabric-dark.css +8 -2
- package/styles/rating/fabric.css +8 -2
- package/styles/rating/fluent-dark.css +8 -2
- package/styles/rating/fluent.css +8 -2
- package/styles/rating/highcontrast-light.css +8 -2
- package/styles/rating/highcontrast.css +8 -2
- package/styles/rating/material-dark.css +8 -2
- package/styles/rating/material.css +8 -2
- package/styles/rating/material3-dark.css +340 -0
- package/styles/rating/material3-dark.scss +2 -0
- package/styles/rating/material3.css +396 -0
- package/styles/rating/material3.scss +2 -0
- package/styles/rating/tailwind-dark.css +8 -2
- package/styles/rating/tailwind.css +8 -2
- package/styles/signature/material3-dark.css +65 -0
- package/styles/signature/material3-dark.scss +2 -0
- package/styles/signature/material3.css +121 -0
- package/styles/signature/material3.scss +2 -0
- package/styles/slider/material-dark.css +2 -0
- package/styles/slider/material.css +2 -0
- package/styles/slider/material3-dark.css +765 -0
- package/styles/slider/material3-dark.scss +2 -0
- package/styles/slider/material3.css +821 -0
- package/styles/slider/material3.scss +2 -0
- package/styles/tailwind-dark.css +22 -3
- package/styles/tailwind.css +22 -3
- package/styles/textbox/material3-dark.css +72 -0
- package/styles/textbox/material3-dark.scss +2 -0
- package/styles/textbox/material3.css +128 -0
- package/styles/textbox/material3.scss +2 -0
- package/styles/uploader/material3-dark.css +861 -0
- package/styles/uploader/material3-dark.scss +2 -0
- package/styles/uploader/material3.css +917 -0
- package/styles/uploader/material3.scss +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### NumericTextbox
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Issue with "Unwanted calls for CalculateWidth method" has been resolved.
|
|
10
|
+
|
|
11
|
+
### TextBox
|
|
12
|
+
|
|
13
|
+
#### New Features
|
|
14
|
+
|
|
15
|
+
- Provided clear icon support for Multiline Textbox, allowing users to easily clear the contents of the textarea with a single click.
|
|
16
|
+
|
|
17
|
+
### FormValidator
|
|
18
|
+
|
|
19
|
+
#### New Features
|
|
20
|
+
|
|
21
|
+
- Provided support for validating multiple date formats using a form validator.
|
|
22
|
+
- Provided support for placing validation messages outside the component for all Syncfusion Form Components.
|
|
23
|
+
|
|
24
|
+
### NumericTextBox
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
|
|
29
|
+
|
|
30
|
+
## 21.2.9 (2023-06-06)
|
|
31
|
+
|
|
5
32
|
### ColorPicker
|
|
6
33
|
|
|
7
34
|
#### Bug Fixes
|
|
@@ -41,12 +68,6 @@
|
|
|
41
68
|
|
|
42
69
|
- `#I433821` - Correcting the signature scaling issue while resizing the web browser has been resolved.
|
|
43
70
|
|
|
44
|
-
### NumericTextBox
|
|
45
|
-
|
|
46
|
-
#### Bug Fixes
|
|
47
|
-
|
|
48
|
-
- `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
|
|
49
|
-
|
|
50
71
|
## 19.4.38 (2021-12-17)
|
|
51
72
|
|
|
52
73
|
### Signature
|
|
@@ -1302,23 +1323,6 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
|
|
|
1302
1323
|
- **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.
|
|
1303
1324
|
|
|
1304
1325
|
|
|
1305
|
-
## 21.2.3 (2023-05-03)
|
|
1306
|
-
|
|
1307
|
-
### NumericTextBox
|
|
1308
|
-
|
|
1309
|
-
#### Bug Fixes
|
|
1310
|
-
|
|
1311
|
-
- `#F181652` - The issue of "ng model value not being updated properly when we use min and max value" has been resolved.
|
|
1312
|
-
- `#I455470` - The issue of "Numeric textbox name attribute not being updated with respect to the ID value in Angular" has been resolved
|
|
1313
|
-
|
|
1314
|
-
## 21.1.39 (2023-04-11)
|
|
1315
|
-
|
|
1316
|
-
### Uploader
|
|
1317
|
-
|
|
1318
|
-
#### Bug Fixes
|
|
1319
|
-
|
|
1320
|
-
- `#I436425` - The issue of 'Uploader Id being duplicated only when the uploader is rendered inside a form element' has been resolved.
|
|
1321
|
-
|
|
1322
1326
|
## 19.3.47 (2021-10-26)
|
|
1323
1327
|
|
|
1324
1328
|
### TextBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inputs.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.34
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|