survey-vue3-ui 2.5.31 → 2.5.33
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 +3 -0
- 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.33",
|
|
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.33",
|
|
23
23
|
"vue": "^3.4.0"
|
|
24
24
|
}
|
|
25
25
|
}
|
package/survey-vue3-ui.es.js
CHANGED
|
@@ -4154,6 +4154,9 @@ const Ho = ["id", "disabled"], Io = /* @__PURE__ */ y({
|
|
|
4154
4154
|
key: 0,
|
|
4155
4155
|
class: l(n.element.cssError),
|
|
4156
4156
|
id: n.element.id + "_errors",
|
|
4157
|
+
role: "alert",
|
|
4158
|
+
"aria-live": "polite",
|
|
4159
|
+
"aria-atomic": "true",
|
|
4157
4160
|
ref_key: "root",
|
|
4158
4161
|
ref: e
|
|
4159
4162
|
}, [
|