survey-vue3-ui 2.5.25 → 2.5.26
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/package.json +2 -2
- package/survey-vue3-ui.es.js +4 -3
- package/survey-vue3-ui.umd.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-vue3-ui",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.26",
|
|
4
4
|
"description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"url": "https://github.com/surveyjs/surveyjs.git"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"survey-core": "2.5.
|
|
22
|
+
"survey-core": "2.5.26",
|
|
23
23
|
"vue": "^3.4.0"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/survey-vue3-ui.es.js
CHANGED
|
@@ -2634,7 +2634,8 @@ const gn = /* @__PURE__ */ y({
|
|
|
2634
2634
|
return V(u, e), (s, o) => (i(), a("div", {
|
|
2635
2635
|
class: l(s.question.cssClasses.rootRadio),
|
|
2636
2636
|
ref_key: "root",
|
|
2637
|
-
ref: e
|
|
2637
|
+
ref: e,
|
|
2638
|
+
onKeydown: o[0] || (o[0] = (t) => s.question.onKeyDownCore(t))
|
|
2638
2639
|
}, [
|
|
2639
2640
|
p("fieldset", {
|
|
2640
2641
|
role: "presentation",
|
|
@@ -2662,7 +2663,7 @@ const gn = /* @__PURE__ */ y({
|
|
|
2662
2663
|
value: s.question.getValueTrue()
|
|
2663
2664
|
}, null, 8, ["question", "locText", "value"]))
|
|
2664
2665
|
], 2)
|
|
2665
|
-
],
|
|
2666
|
+
], 34));
|
|
2666
2667
|
}
|
|
2667
2668
|
}), yn = ["name", "value", "checked", "aria-errormessage", "disabled", "readonly"], qn = ["xlink:href"], hn = /* @__PURE__ */ y({
|
|
2668
2669
|
__name: "BooleanRadioItem",
|
|
@@ -2674,7 +2675,7 @@ const gn = /* @__PURE__ */ y({
|
|
|
2674
2675
|
setup(u) {
|
|
2675
2676
|
const e = u, n = () => {
|
|
2676
2677
|
const s = e.question;
|
|
2677
|
-
s.value = e.value;
|
|
2678
|
+
s.isInputReadOnly || (s.value = e.value);
|
|
2678
2679
|
};
|
|
2679
2680
|
return (s, o) => (i(), a("div", {
|
|
2680
2681
|
role: "presentation",
|