survey-analytics 1.8.74 → 1.8.78

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
@@ -15,7 +15,7 @@
15
15
  "lint": "eslint ./src --quiet",
16
16
  "pre-push-check": "npm run lint && npm run test"
17
17
  },
18
- "version": "1.8.74",
18
+ "version": "1.8.78",
19
19
  "name": "survey-analytics",
20
20
  "description": "SurveyJS analytics Library.",
21
21
  "main": "survey.analytics.js",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.8.74
2
+ * surveyjs - SurveyJS Analytics library v1.8.78
3
3
  * Copyright (c) 2015-2021 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.8.74
1
+ /*Type definitions for SurveyJS Analytics library v1.8.78
2
2
  Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/
3
3
  Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/>
4
4
  */
@@ -763,6 +763,8 @@ export class SelectBase extends VisualizerBase implements IVisualizerWithSelecti
763
763
  getSelectedItemByText(itemText: string): any;
764
764
  setSelection(item: ItemValue): void;
765
765
  get selection(): ItemValue;
766
+ get showOnlyPercentages(): boolean;
767
+ set showOnlyPercentages(val: boolean);
766
768
  get showPercentages(): boolean;
767
769
  set showPercentages(val: boolean);
768
770
  get answersOrder(): string;
@@ -1041,6 +1043,7 @@ export class HistogramPlotly extends HistogramModel {
1041
1043
  }>, options?: Object, name?: string);
1042
1044
  protected destroyContent(container: HTMLElement): void;
1043
1045
  protected renderContent(container: HTMLElement): void;
1046
+ getData(): any[];
1044
1047
  }
1045
1048
 
1046
1049
  export class PlotlyGaugeAdapter {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.8.74
2
+ * surveyjs - SurveyJS Analytics library v1.8.78
3
3
  * Copyright (c) 2015-2021 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.8.74
2
+ * surveyjs - SurveyJS Analytics library v1.8.78
3
3
  * Copyright (c) 2015-2021 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.8.74
2
+ * surveyjs - SurveyJS Analytics library v1.8.78
3
3
  * Copyright (c) 2015-2021 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.8.74
2
+ * surveyjs - SurveyJS Analytics library v1.8.78
3
3
  * Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */