@syncfusion/ej2-vue-inputs 26.1.39 → 26.1.40
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-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-vue-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inputs@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inputs@26.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-TDtdFPvTIia9duPBPzWPha3q4vw70orG3mrGkaEC9TOfqRb6AA8CMLgorMcq/DQXDVZmt7Fpw8xkt13g0uX6fA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-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-vue-inputs/-/ej2-vue-inputs-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-26.1.39.tgz",
|
|
23
|
+
"_shasum": "233ad280d7e6229d92bc83b73e8959a641ac0f3e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
-
"@syncfusion/ej2-inputs": "26.1.
|
|
35
|
+
"@syncfusion/ej2-inputs": "26.1.40",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~26.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -74,6 +74,6 @@
|
|
|
74
74
|
"ci-publish": "gulp ci-publish",
|
|
75
75
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
76
76
|
},
|
|
77
|
-
"version": "26.1.
|
|
77
|
+
"version": "26.1.40",
|
|
78
78
|
"sideEffects": false
|
|
79
79
|
}
|
|
@@ -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
|
|