survey-react 1.12.60 → 1.12.61
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/defaultV2.css +1 -1
- package/defaultV2.min.css +1 -1
- package/modern.css +1 -1
- package/modern.min.css +1 -1
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.js +4 -4
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/defaultV2.css
CHANGED
package/defaultV2.min.css
CHANGED
package/modern.css
CHANGED
package/modern.min.css
CHANGED
package/package.json
CHANGED
package/survey.css
CHANGED
package/survey.min.css
CHANGED
package/survey.react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v1.12.
|
|
2
|
+
* surveyjs - Survey JavaScript library v1.12.61
|
|
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
|
*/
|
|
@@ -45303,7 +45303,7 @@ var survey_SurveyModel = /** @class */ (function (_super) {
|
|
|
45303
45303
|
if (!page)
|
|
45304
45304
|
return true;
|
|
45305
45305
|
var res = false;
|
|
45306
|
-
if (this.currentSingleElement) {
|
|
45306
|
+
if (this.currentSingleElement && this.currentSingleElement.page === page) {
|
|
45307
45307
|
res = !this.currentSingleElement.validate(true);
|
|
45308
45308
|
}
|
|
45309
45309
|
else {
|
|
@@ -73360,9 +73360,9 @@ Serializer.addClass("currencymask", [
|
|
|
73360
73360
|
|
|
73361
73361
|
var Version;
|
|
73362
73362
|
var ReleaseDate;
|
|
73363
|
-
Version = "" + "1.12.
|
|
73363
|
+
Version = "" + "1.12.61";
|
|
73364
73364
|
settings.version = Version;
|
|
73365
|
-
ReleaseDate = "" + "2026-03-
|
|
73365
|
+
ReleaseDate = "" + "2026-03-17";
|
|
73366
73366
|
function checkLibraryVersion(ver, libraryName) {
|
|
73367
73367
|
if (Version != ver) {
|
|
73368
73368
|
var str = "survey-core has version '" + Version + "' and " + libraryName
|