@syncfusion/ej2-vue-inputs 26.1.35 → 26.1.38
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-vue-inputs.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/fluent-dark.css +1 -10
- package/styles/fluent.css +1 -10
- package/styles/input/fluent-dark.css +1 -10
- package/styles/input/fluent.css +1 -10
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inputs.umd.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.38
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inputs@26.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-im4MJ1vZNmw+COYWsMRH1PSUXgZJ/LWKtq17L6asVJAJN8Z5T7CG4MTrHxZxJ+pioDL++S3lMzlqkcmnk0DAkg==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-26.1.35.tgz",
|
|
23
|
+
"_shasum": "8a92843c09a5a435288b1a2ffb43d27776294d9a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~26.1.
|
|
35
|
-
"@syncfusion/ej2-inputs": "26.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
+
"@syncfusion/ej2-inputs": "26.1.38",
|
|
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.38",
|
|
78
78
|
"sideEffects": false
|
|
79
79
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3922,11 +3922,9 @@ textarea.e-input::selection,
|
|
|
3922
3922
|
|
|
3923
3923
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3924
3924
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3925
|
-
border-color: #0078d4;
|
|
3926
3925
|
border-color: #0078d4;
|
|
3927
3926
|
border-radius: 2px;
|
|
3928
|
-
-
|
|
3929
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
3927
|
+
border-width: 2px;
|
|
3930
3928
|
}
|
|
3931
3929
|
|
|
3932
3930
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -3953,13 +3951,6 @@ textarea.e-input::selection,
|
|
|
3953
3951
|
box-shadow: none;
|
|
3954
3952
|
}
|
|
3955
3953
|
|
|
3956
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
|
|
3957
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3958
|
-
border-color: #0078d4;
|
|
3959
|
-
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3960
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
3961
|
-
}
|
|
3962
|
-
|
|
3963
3954
|
.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
|
|
3964
3955
|
.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3965
3956
|
border-color: #252423;
|
package/styles/fluent.css
CHANGED
|
@@ -3922,11 +3922,9 @@ textarea.e-input::selection,
|
|
|
3922
3922
|
|
|
3923
3923
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3924
3924
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3925
|
-
border-color: #0078d4;
|
|
3926
3925
|
border-color: #0078d4;
|
|
3927
3926
|
border-radius: 2px;
|
|
3928
|
-
-
|
|
3929
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
3927
|
+
border-width: 2px;
|
|
3930
3928
|
}
|
|
3931
3929
|
|
|
3932
3930
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -3953,13 +3951,6 @@ textarea.e-input::selection,
|
|
|
3953
3951
|
box-shadow: none;
|
|
3954
3952
|
}
|
|
3955
3953
|
|
|
3956
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
|
|
3957
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3958
|
-
border-color: #0078d4;
|
|
3959
|
-
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3960
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
3961
|
-
}
|
|
3962
|
-
|
|
3963
3954
|
.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
|
|
3964
3955
|
.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3965
3956
|
border-color: #f3f2f1;
|
|
@@ -3912,11 +3912,9 @@ textarea.e-input::selection,
|
|
|
3912
3912
|
|
|
3913
3913
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3914
3914
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3915
|
-
border-color: #0078d4;
|
|
3916
3915
|
border-color: #0078d4;
|
|
3917
3916
|
border-radius: 2px;
|
|
3918
|
-
-
|
|
3919
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
3917
|
+
border-width: 2px;
|
|
3920
3918
|
}
|
|
3921
3919
|
|
|
3922
3920
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -3943,13 +3941,6 @@ textarea.e-input::selection,
|
|
|
3943
3941
|
box-shadow: none;
|
|
3944
3942
|
}
|
|
3945
3943
|
|
|
3946
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
|
|
3947
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3948
|
-
border-color: #0078d4;
|
|
3949
|
-
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3950
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
3951
|
-
}
|
|
3952
|
-
|
|
3953
3944
|
.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
|
|
3954
3945
|
.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3955
3946
|
border-color: #252423;
|
package/styles/input/fluent.css
CHANGED
|
@@ -3912,11 +3912,9 @@ textarea.e-input::selection,
|
|
|
3912
3912
|
|
|
3913
3913
|
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
|
|
3914
3914
|
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3915
|
-
border-color: #0078d4;
|
|
3916
3915
|
border-color: #0078d4;
|
|
3917
3916
|
border-radius: 2px;
|
|
3918
|
-
-
|
|
3919
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
3917
|
+
border-width: 2px;
|
|
3920
3918
|
}
|
|
3921
3919
|
|
|
3922
3920
|
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
@@ -3943,13 +3941,6 @@ textarea.e-input::selection,
|
|
|
3943
3941
|
box-shadow: none;
|
|
3944
3942
|
}
|
|
3945
3943
|
|
|
3946
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
|
|
3947
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3948
|
-
border-color: #0078d4;
|
|
3949
|
-
-webkit-box-shadow: 0 0 0 1px #0078d4;
|
|
3950
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
3951
|
-
}
|
|
3952
|
-
|
|
3953
3944
|
.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
|
|
3954
3945
|
.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
|
|
3955
3946
|
border-color: #f3f2f1;
|