@syncfusion/ej2-vue-inputs 20.4.38 → 20.4.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.
- package/CHANGELOG.md +2 -0
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +9 -63
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- package/styles/rating/bootstrap-dark.css +1 -0
- package/styles/rating/bootstrap.css +1 -0
- package/styles/rating/bootstrap4.css +1 -0
- package/styles/rating/bootstrap5-dark.css +1 -0
- package/styles/rating/bootstrap5.css +1 -0
- package/styles/rating/fabric-dark.css +1 -0
- package/styles/rating/fabric.css +1 -0
- package/styles/rating/fluent-dark.css +1 -0
- package/styles/rating/fluent.css +1 -0
- package/styles/rating/highcontrast-light.css +1 -0
- package/styles/rating/highcontrast.css +1 -0
- package/styles/rating/material-dark.css +1 -0
- package/styles/rating/material.css +1 -0
- package/styles/rating/tailwind-dark.css +1 -0
- package/styles/rating/tailwind.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -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@20.4.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ECORkZyoAGUutj0hcKrIYh9ThqySrTPDV76aWDmsP3Lwj5YC0F6CQlsaz8NS4itQXXhdyImtFL89yZvZeWIyqg==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-20.4.38.tgz",
|
|
23
|
+
"_shasum": "373e99161d0ec2e5794cc74fac8ed5b0577a53cf",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,70 +31,16 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-inputs": "20.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.40",
|
|
35
|
+
"@syncfusion/ej2-inputs": "20.4.40",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.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 Vue",
|
|
40
40
|
"devDependencies": {},
|
|
41
41
|
"es2015": "dist/es6/ej2-vue-inputs.es2015.js",
|
|
42
|
-
"homepage": "https://
|
|
42
|
+
"homepage": "https://www.syncfusion.com/vue-components",
|
|
43
43
|
"keywords": [
|
|
44
|
-
"ej2",
|
|
45
|
-
"ej2-inputs",
|
|
46
|
-
"syncfusion",
|
|
47
|
-
"web-components",
|
|
48
|
-
"input box",
|
|
49
|
-
"textbox",
|
|
50
|
-
"html5 textbox",
|
|
51
|
-
"floating input",
|
|
52
|
-
"floating label",
|
|
53
|
-
"form controls",
|
|
54
|
-
"input controls",
|
|
55
|
-
"color",
|
|
56
|
-
"color picker",
|
|
57
|
-
"colopicker",
|
|
58
|
-
"picker",
|
|
59
|
-
"palette",
|
|
60
|
-
"color palette",
|
|
61
|
-
"custom palette",
|
|
62
|
-
"hsv colorpicker",
|
|
63
|
-
"alpha colorpicker",
|
|
64
|
-
"ej2 colorpicker",
|
|
65
|
-
"color chooser",
|
|
66
|
-
"validator",
|
|
67
|
-
"form",
|
|
68
|
-
"form validator",
|
|
69
|
-
"masked textbox",
|
|
70
|
-
"masked input",
|
|
71
|
-
"input mask",
|
|
72
|
-
"date mask",
|
|
73
|
-
"mask format",
|
|
74
|
-
"numeric textbox",
|
|
75
|
-
"percent textbox",
|
|
76
|
-
"percentage textbox",
|
|
77
|
-
"currency textbox",
|
|
78
|
-
"numeric spinner",
|
|
79
|
-
"numeric up-down",
|
|
80
|
-
"number input",
|
|
81
|
-
"slider",
|
|
82
|
-
"range slider",
|
|
83
|
-
"minrange",
|
|
84
|
-
"slider limits",
|
|
85
|
-
"localization slider",
|
|
86
|
-
"format slider",
|
|
87
|
-
"slider with tooltip",
|
|
88
|
-
"vertical slider",
|
|
89
|
-
"mobile slider",
|
|
90
|
-
"upload",
|
|
91
|
-
"upload-box",
|
|
92
|
-
"input-file",
|
|
93
|
-
"floating-label",
|
|
94
|
-
"chunk-upload",
|
|
95
|
-
"rating",
|
|
96
|
-
"ej2-rating",
|
|
97
|
-
"ej2 rating",
|
|
98
44
|
"vue",
|
|
99
45
|
"vuejs",
|
|
100
46
|
"ej2-vue-inputs",
|
|
@@ -127,6 +73,6 @@
|
|
|
127
73
|
"scripts": {
|
|
128
74
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
129
75
|
},
|
|
130
|
-
"version": "20.4.
|
|
76
|
+
"version": "20.4.40",
|
|
131
77
|
"sideEffects": false
|
|
132
78
|
}
|
|
@@ -6812,6 +6812,7 @@ body.e-colorpicker-overflow {
|
|
|
6812
6812
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6813
6813
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6814
6814
|
transform: scale(1.4);
|
|
6815
|
+
pointer-events: none;
|
|
6815
6816
|
}
|
|
6816
6817
|
.e-rating-container.e-disabled {
|
|
6817
6818
|
cursor: default;
|
package/styles/bootstrap.css
CHANGED
|
@@ -6791,6 +6791,7 @@ body.e-colorpicker-overflow {
|
|
|
6791
6791
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6792
6792
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6793
6793
|
transform: scale(1.4);
|
|
6794
|
+
pointer-events: none;
|
|
6794
6795
|
}
|
|
6795
6796
|
.e-rating-container.e-disabled {
|
|
6796
6797
|
cursor: default;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -6945,6 +6945,7 @@ body.e-colorpicker-overflow {
|
|
|
6945
6945
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6946
6946
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6947
6947
|
transform: scale(1.4);
|
|
6948
|
+
pointer-events: none;
|
|
6948
6949
|
}
|
|
6949
6950
|
.e-rating-container.e-disabled {
|
|
6950
6951
|
cursor: default;
|
|
@@ -7095,6 +7095,7 @@ body.e-colorpicker-overflow {
|
|
|
7095
7095
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
7096
7096
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
7097
7097
|
transform: scale(1.4);
|
|
7098
|
+
pointer-events: none;
|
|
7098
7099
|
}
|
|
7099
7100
|
.e-rating-container.e-disabled {
|
|
7100
7101
|
cursor: default;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -7095,6 +7095,7 @@ body.e-colorpicker-overflow {
|
|
|
7095
7095
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
7096
7096
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
7097
7097
|
transform: scale(1.4);
|
|
7098
|
+
pointer-events: none;
|
|
7098
7099
|
}
|
|
7099
7100
|
.e-rating-container.e-disabled {
|
|
7100
7101
|
cursor: default;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -6741,6 +6741,7 @@ body.e-colorpicker-overflow {
|
|
|
6741
6741
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6742
6742
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6743
6743
|
transform: scale(1.4);
|
|
6744
|
+
pointer-events: none;
|
|
6744
6745
|
}
|
|
6745
6746
|
.e-rating-container.e-disabled {
|
|
6746
6747
|
cursor: default;
|
package/styles/fabric.css
CHANGED
|
@@ -6741,6 +6741,7 @@ body.e-colorpicker-overflow {
|
|
|
6741
6741
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6742
6742
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6743
6743
|
transform: scale(1.4);
|
|
6744
|
+
pointer-events: none;
|
|
6744
6745
|
}
|
|
6745
6746
|
.e-rating-container.e-disabled {
|
|
6746
6747
|
cursor: default;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -6870,6 +6870,7 @@ body.e-colorpicker-overflow {
|
|
|
6870
6870
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6871
6871
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6872
6872
|
transform: scale(1.4);
|
|
6873
|
+
pointer-events: none;
|
|
6873
6874
|
}
|
|
6874
6875
|
.e-rating-container.e-disabled {
|
|
6875
6876
|
cursor: default;
|
package/styles/fluent.css
CHANGED
|
@@ -6870,6 +6870,7 @@ body.e-colorpicker-overflow {
|
|
|
6870
6870
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6871
6871
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6872
6872
|
transform: scale(1.4);
|
|
6873
|
+
pointer-events: none;
|
|
6873
6874
|
}
|
|
6874
6875
|
.e-rating-container.e-disabled {
|
|
6875
6876
|
cursor: default;
|
|
@@ -7057,6 +7057,7 @@ body.e-colorpicker-overflow {
|
|
|
7057
7057
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
7058
7058
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
7059
7059
|
transform: scale(1.4);
|
|
7060
|
+
pointer-events: none;
|
|
7060
7061
|
}
|
|
7061
7062
|
.e-rating-container.e-disabled {
|
|
7062
7063
|
cursor: default;
|
package/styles/highcontrast.css
CHANGED
|
@@ -7057,6 +7057,7 @@ body.e-colorpicker-overflow {
|
|
|
7057
7057
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
7058
7058
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
7059
7059
|
transform: scale(1.4);
|
|
7060
|
+
pointer-events: none;
|
|
7060
7061
|
}
|
|
7061
7062
|
.e-rating-container.e-disabled {
|
|
7062
7063
|
cursor: default;
|
package/styles/material-dark.css
CHANGED
|
@@ -14725,6 +14725,7 @@ body.e-colorpicker-overflow {
|
|
|
14725
14725
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
14726
14726
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
14727
14727
|
transform: scale(1.4);
|
|
14728
|
+
pointer-events: none;
|
|
14728
14729
|
}
|
|
14729
14730
|
.e-rating-container.e-disabled {
|
|
14730
14731
|
cursor: default;
|
package/styles/material.css
CHANGED
|
@@ -14765,6 +14765,7 @@ body.e-colorpicker-overflow {
|
|
|
14765
14765
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
14766
14766
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
14767
14767
|
transform: scale(1.4);
|
|
14768
|
+
pointer-events: none;
|
|
14768
14769
|
}
|
|
14769
14770
|
.e-rating-container.e-disabled {
|
|
14770
14771
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
package/styles/rating/fabric.css
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
package/styles/rating/fluent.css
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
43
43
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
44
44
|
transform: scale(1.4);
|
|
45
|
+
pointer-events: none;
|
|
45
46
|
}
|
|
46
47
|
.e-rating-container.e-disabled {
|
|
47
48
|
cursor: default;
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
44
44
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
45
45
|
transform: scale(1.4);
|
|
46
|
+
pointer-events: none;
|
|
46
47
|
}
|
|
47
48
|
.e-rating-container.e-disabled {
|
|
48
49
|
cursor: default;
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
44
44
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
45
45
|
transform: scale(1.4);
|
|
46
|
+
pointer-events: none;
|
|
46
47
|
}
|
|
47
48
|
.e-rating-container.e-disabled {
|
|
48
49
|
cursor: default;
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
44
44
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
45
45
|
transform: scale(1.4);
|
|
46
|
+
pointer-events: none;
|
|
46
47
|
}
|
|
47
48
|
.e-rating-container.e-disabled {
|
|
48
49
|
cursor: default;
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
44
44
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
45
45
|
transform: scale(1.4);
|
|
46
|
+
pointer-events: none;
|
|
46
47
|
}
|
|
47
48
|
.e-rating-container.e-disabled {
|
|
48
49
|
cursor: default;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -6952,6 +6952,7 @@ body.e-colorpicker-overflow {
|
|
|
6952
6952
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6953
6953
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6954
6954
|
transform: scale(1.4);
|
|
6955
|
+
pointer-events: none;
|
|
6955
6956
|
}
|
|
6956
6957
|
.e-rating-container.e-disabled {
|
|
6957
6958
|
cursor: default;
|
package/styles/tailwind.css
CHANGED
|
@@ -6952,6 +6952,7 @@ body.e-colorpicker-overflow {
|
|
|
6952
6952
|
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6953
6953
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6954
6954
|
transform: scale(1.4);
|
|
6955
|
+
pointer-events: none;
|
|
6955
6956
|
}
|
|
6956
6957
|
.e-rating-container.e-disabled {
|
|
6957
6958
|
cursor: default;
|