@syncfusion/ej2-angular-inputs 26.1.39-ngcc → 26.1.40-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/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +6 -6
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/input/tailwind-dark.css +1 -1
- package/styles/input/tailwind.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inputs.umd.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.40
|
|
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 : 26.1.
|
|
3
|
+
* version : 26.1.40
|
|
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@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inputs@26.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-e71m5gZsjQeb5MdLVTUDhBtNKYBjfa8nOhV7Dv12NcDb/X7+R/o4e8tzLm6cvrEv1KTgRJa9iqVu6MUGK0MPhA==",
|
|
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-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-26.1.39.tgz",
|
|
23
|
+
"_shasum": "200a07a0509beab3374cb6ed8fdc3e350e83cffe",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.1.39",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
-
"@syncfusion/ej2-inputs": "26.1.
|
|
36
|
+
"@syncfusion/ej2-inputs": "26.1.40"
|
|
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": "26.1.
|
|
84
|
+
"version": "26.1.40-ngcc"
|
|
85
85
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^26.1.
|
|
2
|
+
export const pkgVer = '^26.1.39';
|
|
3
3
|
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule';
|
|
4
|
-
export const themeVer = '~26.1.
|
|
4
|
+
export const themeVer = '~26.1.39';
|
|
@@ -3620,7 +3620,7 @@ textarea.e-input,
|
|
|
3620
3620
|
.e-float-input.e-control-wrapper input[readonly],
|
|
3621
3621
|
.e-float-input textarea[readonly],
|
|
3622
3622
|
.e-float-input.e-control-wrapper textarea[readonly] {
|
|
3623
|
-
background:
|
|
3623
|
+
background: #232e3e;
|
|
3624
3624
|
color: inherit;
|
|
3625
3625
|
}
|
|
3626
3626
|
|
|
@@ -3620,7 +3620,7 @@ textarea.e-input,
|
|
|
3620
3620
|
.e-float-input.e-control-wrapper input[readonly],
|
|
3621
3621
|
.e-float-input textarea[readonly],
|
|
3622
3622
|
.e-float-input.e-control-wrapper textarea[readonly] {
|
|
3623
|
-
background:
|
|
3623
|
+
background: #f9fafb;
|
|
3624
3624
|
color: inherit;
|
|
3625
3625
|
}
|
|
3626
3626
|
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3630,7 +3630,7 @@ textarea.e-input,
|
|
|
3630
3630
|
.e-float-input.e-control-wrapper input[readonly],
|
|
3631
3631
|
.e-float-input textarea[readonly],
|
|
3632
3632
|
.e-float-input.e-control-wrapper textarea[readonly] {
|
|
3633
|
-
background:
|
|
3633
|
+
background: #232e3e;
|
|
3634
3634
|
color: inherit;
|
|
3635
3635
|
}
|
|
3636
3636
|
|
package/styles/tailwind.css
CHANGED
|
@@ -3630,7 +3630,7 @@ textarea.e-input,
|
|
|
3630
3630
|
.e-float-input.e-control-wrapper input[readonly],
|
|
3631
3631
|
.e-float-input textarea[readonly],
|
|
3632
3632
|
.e-float-input.e-control-wrapper textarea[readonly] {
|
|
3633
|
-
background:
|
|
3633
|
+
background: #f9fafb;
|
|
3634
3634
|
color: inherit;
|
|
3635
3635
|
}
|
|
3636
3636
|
|