@syncfusion/ej2-angular-inputs 27.1.48 → 27.1.50

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
@@ -6,6 +6,14 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - Issue with "Hovering style for primary button of color picker in bootstrap 5 theme" has been resolved.
10
+
11
+ ## 27.1.48 (2024-09-18)
12
+
13
+ ### ColorPicker
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `#I904686` - Issue with "Color picker component was not properly read in accessibility tool" has been resolved.
10
18
 
11
19
  ### Slider
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-inputs@*",
3
- "_id": "@syncfusion/ej2-angular-inputs@18.78.15",
3
+ "_id": "@syncfusion/ej2-angular-inputs@27.1.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-U9Rz2GhyGYAf0qawED/105QXhaXCIsClp68cv4mPvOOpJdkDzBi+ZfwewLcJPE3h5W0ufvZ8U7NnfqEdNWoc5g==",
5
+ "_integrity": "sha512-l4i0vjvyRgIFU2pDfVC59JpyhDR6HvxMKhhBYXjID+F2YdA65IdTxTM1x4H1ouspvZsKgJBlBMnUmWQrDBHQyQ==",
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-release/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-18.78.15.tgz",
23
- "_shasum": "ad2ede7a4648cfef82977a80e8d91bade37407b2",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-27.1.48.tgz",
23
+ "_shasum": "e2629c3259472ecb3963e1c287b17051181d54db",
24
24
  "_spec": "@syncfusion/ej2-angular-inputs@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,10 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~27.1.48",
35
- "@syncfusion/ej2-base": "~27.1.48",
36
- "@syncfusion/ej2-inputs": "27.1.48",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~27.1.50",
35
+ "@syncfusion/ej2-base": "~27.1.50",
36
+ "@syncfusion/ej2-inputs": "27.1.50"
38
37
  },
39
38
  "deprecated": false,
40
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",
@@ -99,5 +98,5 @@
99
98
  "schematics": "./schematics/collection.json",
100
99
  "sideEffects": false,
101
100
  "typings": "syncfusion-ej2-angular-inputs.d.ts",
102
- "version": "27.1.48"
101
+ "version": "27.1.50"
103
102
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-inputs";
2
- export declare const pkgVer = "^18.78.15";
2
+ export declare const pkgVer = "^27.1.48";
3
3
  export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule";
4
- export declare const themeVer = "~18.78.15";
4
+ export declare const themeVer = "~27.1.48";
@@ -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 = '^27.1.48';
4
+ exports.pkgVer = '^27.1.50';
5
5
  exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule';
6
- exports.themeVer = '~27.1.48';
6
+ exports.themeVer = '~27.1.50';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^27.1.48';
2
+ export const pkgVer = '^27.1.50';
3
3
  export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule';
4
- export const themeVer = '~27.1.48';
4
+ export const themeVer = '~27.1.50';