survey-analytics 1.9.86 → 1.9.88

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
@@ -20,7 +20,7 @@
20
20
  "lint": "eslint ./src --quiet",
21
21
  "pre-push-check": "npm run lint && npm run test"
22
22
  },
23
- "version": "1.9.86",
23
+ "version": "1.9.88",
24
24
  "name": "survey-analytics",
25
25
  "description": "SurveyJS analytics Library.",
26
26
  "main": "survey.analytics.js",
@@ -72,7 +72,7 @@
72
72
  "jquery": "3.5.0",
73
73
  "muuri": "^0.8.0",
74
74
  "plotly.js-dist-min": "^2.11.1",
75
- "survey-core": "1.9.86",
75
+ "survey-core": "1.9.88",
76
76
  "tabulator-tables": "4.8.4",
77
77
  "wordcloud": "^1.2.2"
78
78
  },
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.9.86
2
+ * surveyjs - SurveyJS Dashboard library v1.9.88
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -852,8 +852,8 @@ declare module "visualizerBase" {
852
852
  * Pass a `SurveyModel` instance if you want to use locales from the survey JSON schema.
853
853
  * - `dataProvider`: `DataProvider`\
854
854
  * A data provider for this visualizer.
855
- * - `name`: `String`\
856
- * *(Optional)* The visualizer's name.
855
+ * - `type`: `String`\
856
+ * *(Optional)* The visualizer's type.
857
857
  *
858
858
  * [View Demo](https://surveyjs.io/dashboard/examples/how-to-plot-survey-data-in-custom-bar-chart/ (linkStyle))
859
859
  */
@@ -914,6 +914,9 @@ declare module "visualizerBase" {
914
914
  }, _type?: string);
915
915
  protected get questionOptions(): any;
916
916
  protected onDataChanged(): void;
917
+ /**
918
+ * Returns the identifier of a visualized question.
919
+ */
917
920
  get name(): string | Array<string>;
918
921
  /**
919
922
  * Indicates whether the visualizer displays a header. This property is `true` when a visualized question has a correct answer.
@@ -946,7 +949,7 @@ declare module "visualizerBase" {
946
949
  */
947
950
  registerToolbarItem(name: string, creator: (toolbar?: HTMLDivElement) => HTMLElement): void;
948
951
  /**
949
- * Returns the visualizer's name.
952
+ * Returns the visualizer's type.
950
953
  */
951
954
  get type(): string;
952
955
  /**
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.9.86
2
+ * surveyjs - SurveyJS Dashboard library v1.9.88
3
3
  * Copyright (c) 2015-2023 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 Dashboard library v1.9.86
2
+ * surveyjs - SurveyJS Dashboard library v1.9.88
3
3
  * Copyright (c) 2015-2023 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 Dashboard library v1.9.86
2
+ * surveyjs - SurveyJS Dashboard library v1.9.88
3
3
  * Copyright (c) 2015-2023 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 Dashboard library v1.9.86
2
+ * surveyjs - SurveyJS Dashboard library v1.9.88
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */