survey-js-ui 2.5.32 → 2.5.34
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/fesm/survey-js-ui.mjs +3 -3
- package/fesm/survey-js-ui.mjs.map +1 -1
- package/package.json +2 -2
- package/survey-js-ui.js +3 -3
- package/survey-js-ui.js.map +1 -1
- package/survey-js-ui.min.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-js-ui",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.34",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "A free MIT-licensed UI component that renders dynamic, interactive JSON-based forms and surveys in apps built with HTML, CSS, and JavaScript. You can use it to collect responses from users and send them to your own database.",
|
|
6
6
|
"homepage": "https://surveyjs.io/",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"survey-core": "2.5.
|
|
56
|
+
"survey-core": "2.5.34",
|
|
57
57
|
"@types/react-dom": "*",
|
|
58
58
|
"@types/react": "*"
|
|
59
59
|
}
|
package/survey-js-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v2.5.
|
|
2
|
+
* surveyjs - Survey JavaScript library v2.5.34
|
|
3
3
|
* Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -3079,7 +3079,7 @@
|
|
|
3079
3079
|
var key = "error" + i;
|
|
3080
3080
|
errors.push(this.creator.renderError(key, this.element.renderedErrors[i], this.cssClasses, this.element));
|
|
3081
3081
|
}
|
|
3082
|
-
return (_$1("div", { className: this.element.cssError, id: this.id }, errors));
|
|
3082
|
+
return (_$1("div", { className: this.element.cssError, id: this.id, role: "alert", "aria-live": "polite", "aria-atomic": "true" }, errors));
|
|
3083
3083
|
};
|
|
3084
3084
|
return SurveyElementErrors;
|
|
3085
3085
|
}(ReactSurveyElement));
|
|
@@ -7988,7 +7988,7 @@
|
|
|
7988
7988
|
}
|
|
7989
7989
|
};
|
|
7990
7990
|
var preact = React;
|
|
7991
|
-
surveyCore.checkLibraryVersion("".concat("2.5.
|
|
7991
|
+
surveyCore.checkLibraryVersion("".concat("2.5.34"), "survey-js-ui");
|
|
7992
7992
|
|
|
7993
7993
|
Object.defineProperty(exports, 'Model', {
|
|
7994
7994
|
enumerable: true,
|