survey-analytics 1.9.19 → 1.9.22

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 CHANGED
@@ -16,7 +16,7 @@
16
16
  "lint": "eslint ./src --quiet",
17
17
  "pre-push-check": "npm run lint && npm run test"
18
18
  },
19
- "version": "1.9.19",
19
+ "version": "1.9.22",
20
20
  "name": "survey-analytics",
21
21
  "description": "SurveyJS analytics Library.",
22
22
  "main": "survey.analytics.js",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.9.19
2
+ * surveyjs - SurveyJS Analytics library v1.9.22
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,4 +1,4 @@
1
- /*Type definitions for SurveyJS Analytics library v1.9.19
1
+ /*Type definitions for SurveyJS Analytics library v1.9.22
2
2
  Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
3
3
  Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/>
4
4
  */
@@ -438,7 +438,7 @@ export class VisualizationPanel extends VisualizerBase {
438
438
  /**
439
439
  * Returns panel element visualizer by the question name.
440
440
  */
441
- getVisualizer(dataName: string): VisualizerBase;
441
+ getVisualizer(visualizerName: string): VisualizerBase;
442
442
  /**
443
443
  * Fires when element visibility has been changed.
444
444
  * options:
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.9.19
2
+ * surveyjs - SurveyJS Analytics library v1.9.22
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.9.19
2
+ * surveyjs - SurveyJS Analytics library v1.9.22
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.9.19
2
+ * surveyjs - SurveyJS Analytics library v1.9.22
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.9.19
2
+ * surveyjs - SurveyJS Analytics library v1.9.22
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */