@syncfusion/ej2-angular-inputs 24.2.9-ngcc → 25.1.35-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 +269 -90
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-inputs.js +258 -90
- package/@syncfusion/ej2-angular-inputs.js.map +1 -1
- package/CHANGELOG.md +0 -46
- package/dist/ej2-angular-inputs.umd.js +284 -98
- package/dist/ej2-angular-inputs.umd.js.map +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +2 -2
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
- package/ej2-angular-inputs.d.ts +8 -7
- package/ej2-angular-inputs.metadata.json +1 -1
- package/package.json +9 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +3 -0
- package/src/textarea/textarea-all.module.d.ts +5 -0
- package/src/textarea/textarea.component.d.ts +41 -0
- package/src/textarea/textarea.module.d.ts +5 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.scss +1 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.scss +1 -0
- package/styles/textarea/bootstrap-dark.css +1 -0
- package/styles/textarea/bootstrap-dark.scss +1 -0
- package/styles/textarea/bootstrap.css +1 -0
- package/styles/textarea/bootstrap.scss +1 -0
- package/styles/textarea/bootstrap4.css +1 -0
- package/styles/textarea/bootstrap4.scss +1 -0
- package/styles/textarea/bootstrap5-dark.css +1 -0
- package/styles/textarea/bootstrap5-dark.scss +1 -0
- package/styles/textarea/bootstrap5.css +1 -0
- package/styles/textarea/bootstrap5.scss +1 -0
- package/styles/textarea/fabric-dark.css +1 -0
- package/styles/textarea/fabric-dark.scss +1 -0
- package/styles/textarea/fabric.css +1 -0
- package/styles/textarea/fabric.scss +1 -0
- package/styles/textarea/fluent-dark.css +1 -0
- package/styles/textarea/fluent-dark.scss +1 -0
- package/styles/textarea/fluent.css +1 -0
- package/styles/textarea/fluent.scss +1 -0
- package/styles/textarea/highcontrast-light.css +1 -0
- package/styles/textarea/highcontrast-light.scss +1 -0
- package/styles/textarea/highcontrast.css +1 -0
- package/styles/textarea/highcontrast.scss +1 -0
- package/styles/textarea/material-dark.css +1 -0
- package/styles/textarea/material-dark.scss +1 -0
- package/styles/textarea/material.css +1 -0
- package/styles/textarea/material.scss +1 -0
- package/styles/textarea/material3-dark.css +1 -0
- package/styles/textarea/material3-dark.scss +2 -0
- package/styles/textarea/material3.css +1 -0
- package/styles/textarea/material3.scss +2 -0
- package/styles/textarea/tailwind-dark.css +1 -0
- package/styles/textarea/tailwind-dark.scss +1 -0
- package/styles/textarea/tailwind.css +1 -0
- package/styles/textarea/tailwind.scss +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,44 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### ColorPicker
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I526571` - Fixed the issue where Color Picker throws an error on mobile devices while createPopupOnClick is set to true has been resolved.
|
|
10
|
-
|
|
11
|
-
## 24.2.4 (2024-02-06)
|
|
12
|
-
|
|
13
|
-
### Uploader
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#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.
|
|
18
|
-
|
|
19
|
-
### TextBox
|
|
20
|
-
|
|
21
|
-
#### Bug Fixes
|
|
22
|
-
|
|
23
|
-
- `#I548068` - Fixed the issue where a compilation error occurred while generating the CSS file from the `DataForm` related styles.
|
|
24
|
-
|
|
25
|
-
## 24.1.47 (2024-01-23)
|
|
26
|
-
|
|
27
|
-
### Signature
|
|
28
|
-
|
|
29
|
-
#### Bug Fixes
|
|
30
|
-
|
|
31
|
-
- `#F86282` - Issue with "The `getSignature` method data is not cleared after using clear method of signature" has been resolved.
|
|
32
|
-
|
|
33
|
-
## 24.1.45 (2024-01-09)
|
|
34
|
-
|
|
35
|
-
### Signature
|
|
36
|
-
|
|
37
|
-
#### Bug Fixes
|
|
38
|
-
|
|
39
|
-
- `#I510300` - Issue with "drawn points will be in a significantly different location than the cursor while zooming" has been resolved.
|
|
40
|
-
|
|
41
|
-
## 24.1.41 (2023-12-18)
|
|
42
|
-
|
|
43
5
|
### Signature
|
|
44
6
|
|
|
45
7
|
#### Bug Fixes
|
|
@@ -1329,14 +1291,6 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
|
|
|
1329
1291
|
- **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.
|
|
1330
1292
|
|
|
1331
1293
|
|
|
1332
|
-
## 24.2.5 (2024-02-13)
|
|
1333
|
-
|
|
1334
|
-
### MaskedTextBox
|
|
1335
|
-
|
|
1336
|
-
#### Bug Fixes
|
|
1337
|
-
|
|
1338
|
-
- `#FB49729` - Issue with "Console error occurs When Submitting the Form" has been resolved.
|
|
1339
|
-
|
|
1340
1294
|
## 19.3.47 (2021-10-26)
|
|
1341
1295
|
|
|
1342
1296
|
### TextBox
|