@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.
Files changed (71) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +269 -90
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-inputs.js +258 -90
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -1
  5. package/CHANGELOG.md +0 -46
  6. package/dist/ej2-angular-inputs.umd.js +284 -98
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -1
  8. package/dist/ej2-angular-inputs.umd.min.js +2 -2
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
  10. package/ej2-angular-inputs.d.ts +8 -7
  11. package/ej2-angular-inputs.metadata.json +1 -1
  12. package/package.json +9 -9
  13. package/postinstall/tagchange.js +1 -1
  14. package/schematics/utils/lib-details.d.ts +3 -3
  15. package/schematics/utils/lib-details.js +3 -3
  16. package/schematics/utils/lib-details.ts +3 -3
  17. package/src/index.d.ts +3 -0
  18. package/src/textarea/textarea-all.module.d.ts +5 -0
  19. package/src/textarea/textarea.component.d.ts +41 -0
  20. package/src/textarea/textarea.module.d.ts +5 -0
  21. package/styles/bootstrap-dark.scss +1 -0
  22. package/styles/bootstrap.scss +1 -0
  23. package/styles/bootstrap4.scss +1 -0
  24. package/styles/bootstrap5-dark.scss +1 -0
  25. package/styles/bootstrap5.scss +1 -0
  26. package/styles/fabric-dark.scss +1 -0
  27. package/styles/fabric.scss +1 -0
  28. package/styles/fluent-dark.scss +1 -0
  29. package/styles/fluent.scss +1 -0
  30. package/styles/highcontrast-light.scss +1 -0
  31. package/styles/highcontrast.scss +1 -0
  32. package/styles/material-dark.scss +1 -0
  33. package/styles/material.scss +1 -0
  34. package/styles/material3-dark.scss +1 -0
  35. package/styles/material3.scss +1 -0
  36. package/styles/tailwind-dark.scss +1 -0
  37. package/styles/tailwind.scss +1 -0
  38. package/styles/textarea/bootstrap-dark.css +1 -0
  39. package/styles/textarea/bootstrap-dark.scss +1 -0
  40. package/styles/textarea/bootstrap.css +1 -0
  41. package/styles/textarea/bootstrap.scss +1 -0
  42. package/styles/textarea/bootstrap4.css +1 -0
  43. package/styles/textarea/bootstrap4.scss +1 -0
  44. package/styles/textarea/bootstrap5-dark.css +1 -0
  45. package/styles/textarea/bootstrap5-dark.scss +1 -0
  46. package/styles/textarea/bootstrap5.css +1 -0
  47. package/styles/textarea/bootstrap5.scss +1 -0
  48. package/styles/textarea/fabric-dark.css +1 -0
  49. package/styles/textarea/fabric-dark.scss +1 -0
  50. package/styles/textarea/fabric.css +1 -0
  51. package/styles/textarea/fabric.scss +1 -0
  52. package/styles/textarea/fluent-dark.css +1 -0
  53. package/styles/textarea/fluent-dark.scss +1 -0
  54. package/styles/textarea/fluent.css +1 -0
  55. package/styles/textarea/fluent.scss +1 -0
  56. package/styles/textarea/highcontrast-light.css +1 -0
  57. package/styles/textarea/highcontrast-light.scss +1 -0
  58. package/styles/textarea/highcontrast.css +1 -0
  59. package/styles/textarea/highcontrast.scss +1 -0
  60. package/styles/textarea/material-dark.css +1 -0
  61. package/styles/textarea/material-dark.scss +1 -0
  62. package/styles/textarea/material.css +1 -0
  63. package/styles/textarea/material.scss +1 -0
  64. package/styles/textarea/material3-dark.css +1 -0
  65. package/styles/textarea/material3-dark.scss +2 -0
  66. package/styles/textarea/material3.css +1 -0
  67. package/styles/textarea/material3.scss +2 -0
  68. package/styles/textarea/tailwind-dark.css +1 -0
  69. package/styles/textarea/tailwind-dark.scss +1 -0
  70. package/styles/textarea/tailwind.css +1 -0
  71. 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