survey-vue3-ui 2.0.1 → 2.0.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-vue3-ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
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.0.1",
22
+ "survey-core": "2.0.2",
23
23
  "vue": "^3.2.41"
24
24
  }
25
25
  }
@@ -3944,7 +3944,7 @@ const vt = /* @__PURE__ */ at(ut, [["render", Ct]]), ct = /* @__PURE__ */ v("use
3944
3944
  ref_key: "svgIconElement",
3945
3945
  ref: n,
3946
3946
  class: "sv-svg-icon",
3947
- role: "img"
3947
+ role: "presentation"
3948
3948
  }, gt, 512));
3949
3949
  }
3950
3950
  }), yt = /* @__PURE__ */ y({
@@ -4691,7 +4691,7 @@ const vt = /* @__PURE__ */ at(ut, [["render", Ct]]), ct = /* @__PURE__ */ v("use
4691
4691
  }
4692
4692
  });
4693
4693
  /*!
4694
- * surveyjs - Survey JavaScript library v2.0.1
4694
+ * surveyjs - Survey JavaScript library v2.0.2
4695
4695
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4696
4696
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4697
4697
  */
@@ -4757,7 +4757,7 @@ var so = {
4757
4757
  "smiley-rate9-24x24": '<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z"></path></svg>'
4758
4758
  };
4759
4759
  /*!
4760
- * surveyjs - Survey JavaScript library v2.0.1
4760
+ * surveyjs - Survey JavaScript library v2.0.2
4761
4761
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4762
4762
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4763
4763
  */
@@ -5745,7 +5745,6 @@ const re = /* @__PURE__ */ y({
5745
5745
  }
5746
5746
  });
5747
5747
  return (i, t) => (o(), l("label", {
5748
- role: "radio",
5749
5748
  class: r(n.value.css.label),
5750
5749
  title: n.value.caption.renderedHtml
5751
5750
  }, [
@@ -5755,7 +5754,6 @@ const re = /* @__PURE__ */ y({
5755
5754
  id: n.value.id,
5756
5755
  "aria-required": n.value.isRequired,
5757
5756
  "aria-label": n.value.caption.renderedHtml,
5758
- role: "radio",
5759
5757
  "aria-invalid": n.value.hasErrors,
5760
5758
  "aria-errormessage": n.value.describedBy,
5761
5759
  disabled: n.value.readOnly,