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 +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 +5 -5
- 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.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 (
|
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.
|
73242
|
+
Version = "" + "1.12.41";
|
73243
73243
|
settings.version = Version;
|
73244
|
-
ReleaseDate = "" + "2025-06-
|
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
|