@syncfusion/ej2-vue-inputs 21.2.9 → 22.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/CHANGELOG.md +29 -6
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +10 -10
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +10 -10
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -8
- package/src/color-picker/colorpicker.component.js +1 -1
- package/src/maskedtextbox/maskedtextbox.component.js +1 -1
- package/src/numerictextbox/numerictextbox.component.js +1 -1
- package/src/rating/rating.component.js +1 -1
- package/src/signature/signature.component.js +1 -1
- package/src/slider/slider.component.js +1 -1
- package/src/textbox/textbox.component.js +1 -1
- package/src/uploader/uploader.component.js +3 -3
- package/styles/bootstrap-dark.css +23 -3
- package/styles/bootstrap.css +23 -3
- package/styles/bootstrap4.css +23 -4
- package/styles/bootstrap5-dark.css +23 -3
- package/styles/bootstrap5.css +23 -3
- package/styles/color-picker/fluent-dark.css +1 -0
- package/styles/color-picker/fluent.css +1 -0
- package/styles/color-picker/material3-dark.css +880 -0
- package/styles/color-picker/material3-dark.scss +2 -0
- package/styles/color-picker/material3.css +936 -0
- package/styles/color-picker/material3.scss +2 -0
- package/styles/fabric-dark.css +23 -3
- package/styles/fabric.css +23 -3
- package/styles/fluent-dark.css +24 -3
- package/styles/fluent.css +24 -3
- package/styles/highcontrast-light.css +23 -3
- package/styles/highcontrast.css +23 -3
- package/styles/input/bootstrap-dark.css +15 -1
- package/styles/input/bootstrap.css +15 -1
- package/styles/input/bootstrap4.css +15 -1
- package/styles/input/bootstrap5-dark.css +15 -1
- package/styles/input/bootstrap5.css +15 -1
- package/styles/input/fabric-dark.css +15 -1
- package/styles/input/fabric.css +15 -1
- package/styles/input/fluent-dark.css +15 -1
- package/styles/input/fluent.css +15 -1
- package/styles/input/highcontrast-light.css +15 -1
- package/styles/input/highcontrast.css +15 -1
- package/styles/input/material-dark.css +121 -66
- package/styles/input/material.css +121 -66
- package/styles/input/material3-dark.css +12384 -0
- package/styles/input/material3-dark.scss +2 -0
- package/styles/input/material3.css +12440 -0
- package/styles/input/material3.scss +2 -0
- package/styles/input/tailwind-dark.css +15 -1
- package/styles/input/tailwind.css +15 -1
- package/styles/maskedtextbox/material3-dark.css +104 -0
- package/styles/maskedtextbox/material3-dark.scss +2 -0
- package/styles/maskedtextbox/material3.css +160 -0
- package/styles/maskedtextbox/material3.scss +2 -0
- package/styles/material-dark.css +131 -68
- package/styles/material.css +131 -68
- package/styles/material3-dark.css +15594 -0
- package/styles/material3-dark.scss +10 -0
- package/styles/material3.css +16090 -0
- package/styles/material3.scss +10 -0
- package/styles/numerictextbox/material3-dark.css +118 -0
- package/styles/numerictextbox/material3-dark.scss +2 -0
- package/styles/numerictextbox/material3.css +174 -0
- package/styles/numerictextbox/material3.scss +2 -0
- package/styles/rating/bootstrap-dark.css +8 -2
- package/styles/rating/bootstrap.css +8 -2
- package/styles/rating/bootstrap4.css +8 -3
- package/styles/rating/bootstrap5-dark.css +8 -2
- package/styles/rating/bootstrap5.css +8 -2
- package/styles/rating/fabric-dark.css +8 -2
- package/styles/rating/fabric.css +8 -2
- package/styles/rating/fluent-dark.css +8 -2
- package/styles/rating/fluent.css +8 -2
- package/styles/rating/highcontrast-light.css +8 -2
- package/styles/rating/highcontrast.css +8 -2
- package/styles/rating/material-dark.css +8 -2
- package/styles/rating/material.css +8 -2
- package/styles/rating/material3-dark.css +340 -0
- package/styles/rating/material3-dark.scss +2 -0
- package/styles/rating/material3.css +396 -0
- package/styles/rating/material3.scss +2 -0
- package/styles/rating/tailwind-dark.css +8 -2
- package/styles/rating/tailwind.css +8 -2
- package/styles/signature/material3-dark.css +65 -0
- package/styles/signature/material3-dark.scss +2 -0
- package/styles/signature/material3.css +121 -0
- package/styles/signature/material3.scss +2 -0
- package/styles/slider/material-dark.css +2 -0
- package/styles/slider/material.css +2 -0
- package/styles/slider/material3-dark.css +765 -0
- package/styles/slider/material3-dark.scss +2 -0
- package/styles/slider/material3.css +821 -0
- package/styles/slider/material3.scss +2 -0
- package/styles/tailwind-dark.css +23 -3
- package/styles/tailwind.css +23 -3
- package/styles/textbox/material3-dark.css +72 -0
- package/styles/textbox/material3-dark.scss +2 -0
- package/styles/textbox/material3.css +128 -0
- package/styles/textbox/material3.scss +2 -0
- package/styles/uploader/material3-dark.css +861 -0
- package/styles/uploader/material3-dark.scss +2 -0
- package/styles/uploader/material3.css +917 -0
- package/styles/uploader/material3.scss +2 -0
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@22.1.34",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-36s1Psu1jCC0kNaLB7vcmaNZnGKNEhbM6yod3u7v5Evl/Lj4j7e/Pm5OEk/PIVbLyMw5GoAVIO4GqVi/7rpFEg==",
|
|
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-22.1.34.tgz",
|
|
23
|
+
"_shasum": "0fe434a74c3f35896ec16ee1455a0b6cdfe1112c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-inputs": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.38",
|
|
35
|
+
"@syncfusion/ej2-inputs": "22.1.38",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~22.1.34"
|
|
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 Vue",
|
|
@@ -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": "
|
|
77
|
+
"version": "22.1.38",
|
|
78
78
|
"sideEffects": false
|
|
79
79
|
}
|
|
@@ -27,7 +27,7 @@ export var ColorPickerComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new ColorPicker({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
|
@@ -27,7 +27,7 @@ export var MaskedTextBoxComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new MaskedTextBox({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
|
@@ -27,7 +27,7 @@ export var NumericTextBoxComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new NumericTextBox({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
|
@@ -27,7 +27,7 @@ export var RatingComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new Rating({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
|
@@ -25,7 +25,7 @@ export var SignatureComponent = vueDefineComponent({
|
|
|
25
25
|
provide: function () { return { custom: this.custom }; },
|
|
26
26
|
data: function () {
|
|
27
27
|
return {
|
|
28
|
-
|
|
28
|
+
ej2Instance: new Signature({}),
|
|
29
29
|
propKeys: properties,
|
|
30
30
|
models: modelProps,
|
|
31
31
|
hasChildDirective: false,
|
|
@@ -27,7 +27,7 @@ export var SliderComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new Slider({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
|
@@ -27,7 +27,7 @@ export var TextBoxComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new TextBox({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
|
@@ -26,7 +26,7 @@ export var UploaderComponent = vueDefineComponent({
|
|
|
26
26
|
provide: function () { return { custom: this.custom }; },
|
|
27
27
|
data: function () {
|
|
28
28
|
return {
|
|
29
|
-
|
|
29
|
+
ej2Instance: new Uploader({}),
|
|
30
30
|
propKeys: properties,
|
|
31
31
|
models: modelProps,
|
|
32
32
|
hasChildDirective: true,
|
|
@@ -113,8 +113,8 @@ export var UploaderComponent = vueDefineComponent({
|
|
|
113
113
|
clearAll: function () {
|
|
114
114
|
return this.ej2Instances.clearAll();
|
|
115
115
|
},
|
|
116
|
-
createFileList: function (fileData
|
|
117
|
-
return this.ej2Instances.createFileList(fileData
|
|
116
|
+
createFileList: function (fileData) {
|
|
117
|
+
return this.ej2Instances.createFileList(fileData);
|
|
118
118
|
},
|
|
119
119
|
getFilesData: function (index) {
|
|
120
120
|
return this.ej2Instances.getFilesData(index);
|
|
@@ -1864,6 +1864,7 @@ input.e-input,
|
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
1866
1866
|
input.e-input.e-bigger,
|
|
1867
|
+
.e-bigger input.e-input,
|
|
1867
1868
|
.e-input-group.e-bigger input,
|
|
1868
1869
|
.e-input-group.e-bigger input.e-input,
|
|
1869
1870
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2857,8 +2858,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2857
2858
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2858
2859
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2859
2860
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2860
|
-
min-height: 0;
|
|
2861
2861
|
min-width: 38px;
|
|
2862
|
+
min-height: 0;
|
|
2862
2863
|
padding-bottom: 0;
|
|
2863
2864
|
padding-right: 0;
|
|
2864
2865
|
padding-top: 0;
|
|
@@ -2874,6 +2875,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2874
2875
|
padding-top: 0;
|
|
2875
2876
|
}
|
|
2876
2877
|
|
|
2878
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2879
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2880
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2881
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2882
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2883
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2884
|
+
min-height: 0;
|
|
2885
|
+
min-width: 38px;
|
|
2886
|
+
padding-bottom: 0;
|
|
2887
|
+
padding-right: 0;
|
|
2888
|
+
padding-top: 0;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2877
2891
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2878
2892
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2879
2893
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6811,6 +6825,8 @@ body.e-colorpicker-overflow {
|
|
|
6811
6825
|
padding: 4px;
|
|
6812
6826
|
line-height: 9px;
|
|
6813
6827
|
display: block;
|
|
6828
|
+
min-width: calc(1em + 8px);
|
|
6829
|
+
min-height: calc(1em + 8px);
|
|
6814
6830
|
position: relative;
|
|
6815
6831
|
}
|
|
6816
6832
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -6953,7 +6969,7 @@ body.e-colorpicker-overflow {
|
|
|
6953
6969
|
font-size: 22px;
|
|
6954
6970
|
}
|
|
6955
6971
|
|
|
6956
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
6972
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
6957
6973
|
outline-color: #676767;
|
|
6958
6974
|
border-radius: 2px;
|
|
6959
6975
|
}
|
|
@@ -6965,6 +6981,7 @@ body.e-colorpicker-overflow {
|
|
|
6965
6981
|
}
|
|
6966
6982
|
.e-rating-container .e-reset.e-disabled {
|
|
6967
6983
|
color: #505050;
|
|
6984
|
+
opacity: 1;
|
|
6968
6985
|
}
|
|
6969
6986
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
6970
6987
|
-webkit-text-fill-color: transparent;
|
|
@@ -7018,6 +7035,9 @@ body.e-colorpicker-overflow {
|
|
|
7018
7035
|
-webkit-background-clip: text;
|
|
7019
7036
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7020
7037
|
}
|
|
7038
|
+
.e-rating-container.e-disabled {
|
|
7039
|
+
opacity: 1;
|
|
7040
|
+
}
|
|
7021
7041
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7022
7042
|
-webkit-text-stroke: 1px #505050;
|
|
7023
7043
|
}
|
|
@@ -7036,7 +7056,7 @@ body.e-colorpicker-overflow {
|
|
|
7036
7056
|
-webkit-background-clip: text;
|
|
7037
7057
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7038
7058
|
}
|
|
7039
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7059
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7040
7060
|
background: linear-gradient(to left, #505050 var(--rating-value), transparent var(--rating-value));
|
|
7041
7061
|
background-clip: text;
|
|
7042
7062
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/bootstrap.css
CHANGED
|
@@ -1864,6 +1864,7 @@ input.e-input,
|
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
1866
1866
|
input.e-input.e-bigger,
|
|
1867
|
+
.e-bigger input.e-input,
|
|
1867
1868
|
.e-input-group.e-bigger input,
|
|
1868
1869
|
.e-input-group.e-bigger input.e-input,
|
|
1869
1870
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2857,8 +2858,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2857
2858
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2858
2859
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2859
2860
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2860
|
-
min-height: 0;
|
|
2861
2861
|
min-width: 38px;
|
|
2862
|
+
min-height: 0;
|
|
2862
2863
|
padding-bottom: 0;
|
|
2863
2864
|
padding-right: 0;
|
|
2864
2865
|
padding-top: 0;
|
|
@@ -2874,6 +2875,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2874
2875
|
padding-top: 0;
|
|
2875
2876
|
}
|
|
2876
2877
|
|
|
2878
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2879
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2880
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2881
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2882
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2883
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2884
|
+
min-height: 0;
|
|
2885
|
+
min-width: 38px;
|
|
2886
|
+
padding-bottom: 0;
|
|
2887
|
+
padding-right: 0;
|
|
2888
|
+
padding-top: 0;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2877
2891
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2878
2892
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2879
2893
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6790,6 +6804,8 @@ body.e-colorpicker-overflow {
|
|
|
6790
6804
|
padding: 4px;
|
|
6791
6805
|
line-height: 9px;
|
|
6792
6806
|
display: block;
|
|
6807
|
+
min-width: calc(1em + 8px);
|
|
6808
|
+
min-height: calc(1em + 8px);
|
|
6793
6809
|
position: relative;
|
|
6794
6810
|
}
|
|
6795
6811
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -6932,7 +6948,7 @@ body.e-colorpicker-overflow {
|
|
|
6932
6948
|
font-size: 24px;
|
|
6933
6949
|
}
|
|
6934
6950
|
|
|
6935
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
6951
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
6936
6952
|
outline-color: #adadad;
|
|
6937
6953
|
border-radius: 2px;
|
|
6938
6954
|
}
|
|
@@ -6944,6 +6960,7 @@ body.e-colorpicker-overflow {
|
|
|
6944
6960
|
}
|
|
6945
6961
|
.e-rating-container .e-reset.e-disabled {
|
|
6946
6962
|
color: #999;
|
|
6963
|
+
opacity: 1;
|
|
6947
6964
|
}
|
|
6948
6965
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
6949
6966
|
-webkit-text-fill-color: transparent;
|
|
@@ -6997,6 +7014,9 @@ body.e-colorpicker-overflow {
|
|
|
6997
7014
|
-webkit-background-clip: text;
|
|
6998
7015
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6999
7016
|
}
|
|
7017
|
+
.e-rating-container.e-disabled {
|
|
7018
|
+
opacity: 1;
|
|
7019
|
+
}
|
|
7000
7020
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7001
7021
|
-webkit-text-stroke: 1px #999;
|
|
7002
7022
|
}
|
|
@@ -7015,7 +7035,7 @@ body.e-colorpicker-overflow {
|
|
|
7015
7035
|
-webkit-background-clip: text;
|
|
7016
7036
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7017
7037
|
}
|
|
7018
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7038
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7019
7039
|
background: linear-gradient(to left, #999 var(--rating-value), transparent var(--rating-value));
|
|
7020
7040
|
background-clip: text;
|
|
7021
7041
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1864,6 +1864,7 @@ input.e-input,
|
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
1866
1866
|
input.e-input.e-bigger,
|
|
1867
|
+
.e-bigger input.e-input,
|
|
1867
1868
|
.e-input-group.e-bigger input,
|
|
1868
1869
|
.e-input-group.e-bigger input.e-input,
|
|
1869
1870
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2857,8 +2858,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2857
2858
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2858
2859
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2859
2860
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2860
|
-
min-height: 0;
|
|
2861
2861
|
min-width: 34px;
|
|
2862
|
+
min-height: 0;
|
|
2862
2863
|
padding-bottom: 0;
|
|
2863
2864
|
padding-right: 0;
|
|
2864
2865
|
padding-top: 0;
|
|
@@ -2874,6 +2875,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2874
2875
|
padding-top: 0;
|
|
2875
2876
|
}
|
|
2876
2877
|
|
|
2878
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2879
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2880
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2881
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2882
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2883
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2884
|
+
min-height: 0;
|
|
2885
|
+
min-width: 34px;
|
|
2886
|
+
padding-bottom: 0;
|
|
2887
|
+
padding-right: 0;
|
|
2888
|
+
padding-top: 0;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2877
2891
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2878
2892
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2879
2893
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6944,6 +6958,8 @@ body.e-colorpicker-overflow {
|
|
|
6944
6958
|
padding: 4px;
|
|
6945
6959
|
line-height: 11px;
|
|
6946
6960
|
display: block;
|
|
6961
|
+
min-width: calc(1em + 8px);
|
|
6962
|
+
min-height: calc(1em + 8px);
|
|
6947
6963
|
position: relative;
|
|
6948
6964
|
}
|
|
6949
6965
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7086,7 +7102,7 @@ body.e-colorpicker-overflow {
|
|
|
7086
7102
|
font-size: 20px;
|
|
7087
7103
|
}
|
|
7088
7104
|
|
|
7089
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7105
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7090
7106
|
outline-color: #007bff;
|
|
7091
7107
|
border-radius: 4px;
|
|
7092
7108
|
}
|
|
@@ -7098,6 +7114,7 @@ body.e-colorpicker-overflow {
|
|
|
7098
7114
|
}
|
|
7099
7115
|
.e-rating-container .e-reset.e-disabled {
|
|
7100
7116
|
color: #343a40;
|
|
7117
|
+
opacity: 1;
|
|
7101
7118
|
}
|
|
7102
7119
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7103
7120
|
-webkit-text-fill-color: transparent;
|
|
@@ -7128,7 +7145,6 @@ body.e-colorpicker-overflow {
|
|
|
7128
7145
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7129
7146
|
-webkit-background-clip: text;
|
|
7130
7147
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7131
|
-
-webkit-text-stroke: 1px #dee2e6;
|
|
7132
7148
|
-webkit-text-stroke: 1px #007bff;
|
|
7133
7149
|
}
|
|
7134
7150
|
.e-rating-container.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
@@ -7152,6 +7168,9 @@ body.e-colorpicker-overflow {
|
|
|
7152
7168
|
-webkit-background-clip: text;
|
|
7153
7169
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7154
7170
|
}
|
|
7171
|
+
.e-rating-container.e-disabled {
|
|
7172
|
+
opacity: 1;
|
|
7173
|
+
}
|
|
7155
7174
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7156
7175
|
-webkit-text-stroke: 1px #343a40;
|
|
7157
7176
|
}
|
|
@@ -7170,7 +7189,7 @@ body.e-colorpicker-overflow {
|
|
|
7170
7189
|
-webkit-background-clip: text;
|
|
7171
7190
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7172
7191
|
}
|
|
7173
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7192
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7174
7193
|
background: linear-gradient(to left, #343a40 var(--rating-value), transparent var(--rating-value));
|
|
7175
7194
|
background-clip: text;
|
|
7176
7195
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1953,6 +1953,7 @@ input.e-input,
|
|
|
1953
1953
|
}
|
|
1954
1954
|
|
|
1955
1955
|
input.e-input.e-bigger,
|
|
1956
|
+
.e-bigger input.e-input,
|
|
1956
1957
|
.e-input-group.e-bigger input,
|
|
1957
1958
|
.e-input-group.e-bigger input.e-input,
|
|
1958
1959
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2964,8 +2965,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2964
2965
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2965
2966
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2966
2967
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2967
|
-
min-height: 0;
|
|
2968
2968
|
min-width: 36px;
|
|
2969
|
+
min-height: 0;
|
|
2969
2970
|
padding-bottom: 0;
|
|
2970
2971
|
padding-right: 0;
|
|
2971
2972
|
padding-top: 0;
|
|
@@ -2981,6 +2982,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2981
2982
|
padding-top: 0;
|
|
2982
2983
|
}
|
|
2983
2984
|
|
|
2985
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2986
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2987
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2988
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2989
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2990
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2991
|
+
min-height: 0;
|
|
2992
|
+
min-width: 36px;
|
|
2993
|
+
padding-bottom: 0;
|
|
2994
|
+
padding-right: 0;
|
|
2995
|
+
padding-top: 0;
|
|
2996
|
+
}
|
|
2997
|
+
|
|
2984
2998
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2985
2999
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2986
3000
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -7094,6 +7108,8 @@ body.e-colorpicker-overflow {
|
|
|
7094
7108
|
padding: 4px;
|
|
7095
7109
|
line-height: 13px;
|
|
7096
7110
|
display: block;
|
|
7111
|
+
min-width: calc(1em + 8px);
|
|
7112
|
+
min-height: calc(1em + 8px);
|
|
7097
7113
|
position: relative;
|
|
7098
7114
|
}
|
|
7099
7115
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7236,7 +7252,7 @@ body.e-colorpicker-overflow {
|
|
|
7236
7252
|
font-size: 22px;
|
|
7237
7253
|
}
|
|
7238
7254
|
|
|
7239
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7255
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7240
7256
|
outline-color: #0d6efd;
|
|
7241
7257
|
border-radius: 4px;
|
|
7242
7258
|
}
|
|
@@ -7248,6 +7264,7 @@ body.e-colorpicker-overflow {
|
|
|
7248
7264
|
}
|
|
7249
7265
|
.e-rating-container .e-reset.e-disabled {
|
|
7250
7266
|
color: #6c757d;
|
|
7267
|
+
opacity: 1;
|
|
7251
7268
|
}
|
|
7252
7269
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7253
7270
|
-webkit-text-fill-color: transparent;
|
|
@@ -7302,6 +7319,9 @@ body.e-colorpicker-overflow {
|
|
|
7302
7319
|
-webkit-background-clip: text;
|
|
7303
7320
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7304
7321
|
}
|
|
7322
|
+
.e-rating-container.e-disabled {
|
|
7323
|
+
opacity: 1;
|
|
7324
|
+
}
|
|
7305
7325
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7306
7326
|
-webkit-text-stroke: 1px #495057;
|
|
7307
7327
|
}
|
|
@@ -7320,7 +7340,7 @@ body.e-colorpicker-overflow {
|
|
|
7320
7340
|
-webkit-background-clip: text;
|
|
7321
7341
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7322
7342
|
}
|
|
7323
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7343
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7324
7344
|
background: linear-gradient(to left, #6c757d var(--rating-value), transparent var(--rating-value));
|
|
7325
7345
|
background-clip: text;
|
|
7326
7346
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1953,6 +1953,7 @@ input.e-input,
|
|
|
1953
1953
|
}
|
|
1954
1954
|
|
|
1955
1955
|
input.e-input.e-bigger,
|
|
1956
|
+
.e-bigger input.e-input,
|
|
1956
1957
|
.e-input-group.e-bigger input,
|
|
1957
1958
|
.e-input-group.e-bigger input.e-input,
|
|
1958
1959
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2964,8 +2965,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2964
2965
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2965
2966
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2966
2967
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2967
|
-
min-height: 0;
|
|
2968
2968
|
min-width: 36px;
|
|
2969
|
+
min-height: 0;
|
|
2969
2970
|
padding-bottom: 0;
|
|
2970
2971
|
padding-right: 0;
|
|
2971
2972
|
padding-top: 0;
|
|
@@ -2981,6 +2982,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2981
2982
|
padding-top: 0;
|
|
2982
2983
|
}
|
|
2983
2984
|
|
|
2985
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2986
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2987
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2988
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2989
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2990
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2991
|
+
min-height: 0;
|
|
2992
|
+
min-width: 36px;
|
|
2993
|
+
padding-bottom: 0;
|
|
2994
|
+
padding-right: 0;
|
|
2995
|
+
padding-top: 0;
|
|
2996
|
+
}
|
|
2997
|
+
|
|
2984
2998
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2985
2999
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2986
3000
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -7094,6 +7108,8 @@ body.e-colorpicker-overflow {
|
|
|
7094
7108
|
padding: 4px;
|
|
7095
7109
|
line-height: 13px;
|
|
7096
7110
|
display: block;
|
|
7111
|
+
min-width: calc(1em + 8px);
|
|
7112
|
+
min-height: calc(1em + 8px);
|
|
7097
7113
|
position: relative;
|
|
7098
7114
|
}
|
|
7099
7115
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7236,7 +7252,7 @@ body.e-colorpicker-overflow {
|
|
|
7236
7252
|
font-size: 22px;
|
|
7237
7253
|
}
|
|
7238
7254
|
|
|
7239
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7255
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7240
7256
|
outline-color: #0d6efd;
|
|
7241
7257
|
border-radius: 4px;
|
|
7242
7258
|
}
|
|
@@ -7248,6 +7264,7 @@ body.e-colorpicker-overflow {
|
|
|
7248
7264
|
}
|
|
7249
7265
|
.e-rating-container .e-reset.e-disabled {
|
|
7250
7266
|
color: #adb5bd;
|
|
7267
|
+
opacity: 1;
|
|
7251
7268
|
}
|
|
7252
7269
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7253
7270
|
-webkit-text-fill-color: transparent;
|
|
@@ -7302,6 +7319,9 @@ body.e-colorpicker-overflow {
|
|
|
7302
7319
|
-webkit-background-clip: text;
|
|
7303
7320
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7304
7321
|
}
|
|
7322
|
+
.e-rating-container.e-disabled {
|
|
7323
|
+
opacity: 1;
|
|
7324
|
+
}
|
|
7305
7325
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7306
7326
|
-webkit-text-stroke: 1px #ced4da;
|
|
7307
7327
|
}
|
|
@@ -7320,7 +7340,7 @@ body.e-colorpicker-overflow {
|
|
|
7320
7340
|
-webkit-background-clip: text;
|
|
7321
7341
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7322
7342
|
}
|
|
7323
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7343
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7324
7344
|
background: linear-gradient(to left, #adb5bd var(--rating-value), transparent var(--rating-value));
|
|
7325
7345
|
background-clip: text;
|
|
7326
7346
|
/* stylelint-disable property-no-vendor-prefix */
|