@syncfusion/ej2-angular-inputs 24.2.5-ngcc → 24.2.6-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 CHANGED
@@ -2,12 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### MaskedTextBox
6
-
7
- #### Bug Fixes
8
-
9
- - `#FB49729` - Issue with "Console error occurs When Submitting the Form" has been resolved.
10
-
11
5
  ## 24.2.4 (2024-02-06)
12
6
 
13
7
  ### Uploader
@@ -1329,6 +1323,14 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
1329
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.
1330
1324
 
1331
1325
 
1326
+ ## 24.2.5 (2024-02-13)
1327
+
1328
+ ### MaskedTextBox
1329
+
1330
+ #### Bug Fixes
1331
+
1332
+ - `#FB49729` - Issue with "Console error occurs When Submitting the Form" has been resolved.
1333
+
1332
1334
  ## 19.3.47 (2021-10-26)
1333
1335
 
1334
1336
  ### TextBox
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inputs.umd.js
3
- * version : 24.2.5
3
+ * version : 24.2.6
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.5
3
+ * version : 24.2.6
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.2.4",
3
+ "_id": "@syncfusion/ej2-angular-inputs@24.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-KrBsw3oc5YwAoVMrS/L5mrpk4m/A9det4u4NSs1ClbZNyCqRRLyNrdOnOx7LcX90eHyZSSWjaR6GN3ST18+LFg==",
5
+ "_integrity": "sha512-MRcEJ+bgP8/XEa5ovYj7nGDJFCg+CtVxDq/mncA5OtfGqg7uY2jvf9t2l2yp5GeLSoPb1WhEeW5C6aRcKG66/g==",
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.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-24.2.4.tgz",
23
- "_shasum": "ba52fa36de875111b6c398a3281187be7deebc4f",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-24.2.5.tgz",
23
+ "_shasum": "27ef0ca8f8a8f80772d6b727e1a1746a15b756ec",
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.5",
36
- "@syncfusion/ej2-inputs": "24.2.5"
36
+ "@syncfusion/ej2-inputs": "24.2.6"
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.5-ngcc"
84
+ "version": "24.2.6-ngcc"
85
85
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-inputs";
2
- export declare const pkgVer = "^24.2.4";
2
+ export declare const pkgVer = "^24.2.5";
3
3
  export declare const moduleName = "TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule";
4
- export declare const themeVer = "~24.2.4";
4
+ export declare const themeVer = "~24.2.5";
@@ -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.5';
4
+ exports.pkgVer = '^24.2.6';
5
5
  exports.moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
6
- exports.themeVer = '~24.2.5';
6
+ exports.themeVer = '~24.2.6';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^24.2.5';
2
+ export const pkgVer = '^24.2.6';
3
3
  export const moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
4
- export const themeVer = '~24.2.5';
4
+ export const themeVer = '~24.2.6';