@syncfusion/ej2-angular-inputs 26.2.5 → 26.2.10

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,6 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MaskedTextBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I617472` - Fixed an issue where dynamic masking led to incorrect value updates in the MaskedTextBox.
10
+
11
+ ## 26.2.4 (2024-07-24)
12
+
5
13
  ### TextBox
6
14
 
7
15
  #### Bug Fixes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-inputs@*",
3
- "_id": "@syncfusion/ej2-angular-inputs@26.1.42",
3
+ "_id": "@syncfusion/ej2-angular-inputs@26.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-zkyxuzxwsrvSdD6eK7l1165X1wWqB00ZnzaaFte66KzmO2kOusmM5nHu5Oh1MDm/MyvXq/zri49Jk3lA8uV46g==",
5
+ "_integrity": "sha512-2HhSoI17AIWG5Rz3cL8sKZwPkCZafiPwA8KHjaLvN/y5asL/vRESxabXTNZqIwTxXt1W41I2kq8G7LxMEYGdeQ==",
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-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-26.1.42.tgz",
23
- "_shasum": "d3fbd5869c78b131255c10010128b17e41c246ae",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-26.2.5.tgz",
23
+ "_shasum": "021bfed21178326e7811d53574ec5071af711397",
24
24
  "_spec": "@syncfusion/ej2-angular-inputs@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~26.2.5",
35
- "@syncfusion/ej2-base": "~26.2.5",
36
- "@syncfusion/ej2-inputs": "26.2.5",
34
+ "@syncfusion/ej2-angular-base": "~26.2.10",
35
+ "@syncfusion/ej2-base": "~26.2.10",
36
+ "@syncfusion/ej2-inputs": "26.2.10",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -95,5 +95,5 @@
95
95
  "schematics": "./schematics/collection.json",
96
96
  "sideEffects": false,
97
97
  "typings": "syncfusion-ej2-angular-inputs.d.ts",
98
- "version": "26.2.5"
98
+ "version": "26.2.10"
99
99
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^26.1.42';
2
+ export const pkgVer = '^26.2.5';
3
3
  export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule';
4
- export const themeVer = '~26.1.42';
4
+ export const themeVer = '~26.2.5';
@@ -1 +1 @@
1
- @import '@syncfusion/ej2-inputs/styles/slider/tailwind-dark.css';
1
+ @import '@syncfusion/ej2-inputs/styles/slider/tailwind.css';