survey-react 1.12.40 → 1.12.41

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.40
2
+ * surveyjs - Survey JavaScript library v1.12.41
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
package/defaultV2.min.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.40
2
+ * surveyjs - Survey JavaScript library v1.12.41
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
package/modern.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.40
2
+ * surveyjs - Survey JavaScript library v1.12.41
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
package/modern.min.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.40
2
+ * surveyjs - Survey JavaScript library v1.12.41
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-react",
3
- "version": "1.12.40",
3
+ "version": "1.12.41",
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",
package/survey.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.40
2
+ * surveyjs - Survey JavaScript library v1.12.41
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
package/survey.min.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.40
2
+ * surveyjs - Survey JavaScript library v1.12.41
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
package/survey.react.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.40
2
+ * surveyjs - Survey JavaScript library v1.12.41
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -24784,6 +24784,7 @@ var textPreProcessor_QuestionTextProcessor = /** @class */ (function () {
24784
24784
  for (var i = 0; i < processors.length; i++) {
24785
24785
  var processor = processors[i];
24786
24786
  params.text = res.text;
24787
+ params.doEncoding = params.doEncoding || false;
24787
24788
  var processorRes = processor.processTextEx(params);
24788
24789
  res.text = processorRes.text;
24789
24790
  res.hasAllValuesOnLastRun = res.hasAllValuesOnLastRun && processorRes.hasAllValuesOnLastRun;
@@ -38357,8 +38358,7 @@ var panel_PanelModelBase = /** @class */ (function (_super) {
38357
38358
  if (this.isRandomizing)
38358
38359
  return;
38359
38360
  this.setPropertyValue("isVisible", this.isVisible);
38360
- if (!!this.survey && this.survey.getQuestionClearIfInvisible("default") !== "none" &&
38361
- !this.isLoadingFromJson) {
38361
+ if (!this.isLoadingFromJson) {
38362
38362
  var questions = this.questions;
38363
38363
  var isVisible = this.isVisible;
38364
38364
  for (var i = 0; i < questions.length; i++) {
@@ -73239,9 +73239,9 @@ Serializer.addClass("currencymask", [
73239
73239
 
73240
73240
  var Version;
73241
73241
  var ReleaseDate;
73242
- Version = "" + "1.12.40";
73242
+ Version = "" + "1.12.41";
73243
73243
  settings.version = Version;
73244
- ReleaseDate = "" + "2025-06-10";
73244
+ ReleaseDate = "" + "2025-06-17";
73245
73245
  function checkLibraryVersion(ver, libraryName) {
73246
73246
  if (Version != ver) {
73247
73247
  var str = "survey-core has version '" + Version + "' and " + libraryName