survey-analytics 1.9.136 → 1.9.137

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.136",
23
+ "version": "1.9.137",
24
24
  "name": "survey-analytics",
25
25
  "description": "SurveyJS analytics Library.",
26
26
  "main": "survey.analytics.js",
@@ -58,7 +58,7 @@
58
58
  "jquery": "3.5.0",
59
59
  "muuri": "^0.8.0",
60
60
  "plotly.js-dist-min": "^2.28.0",
61
- "survey-core": "1.9.136",
61
+ "survey-core": "1.9.137",
62
62
  "tabulator-tables": "4.8.4",
63
63
  "wordcloud": "^1.2.2"
64
64
  },
@@ -102,7 +102,7 @@
102
102
  "val-loader": "0.5.0",
103
103
  "webpack": "^4.46.0",
104
104
  "webpack-cli": "^3.3.11",
105
- "webpack-dev-server": "~3",
105
+ "webpack-dev-server": "~5",
106
106
  "webpack-svgstore-plugin": "^4.1.0"
107
107
  },
108
108
  "peerDependencies": {
@@ -1 +1 @@
1
- export {};
1
+ export declare var HeaderExtensions: any;
@@ -1 +1 @@
1
- export {};
1
+ export declare var HeaderExtensions: any;
@@ -12,14 +12,16 @@ import { Event } from "survey-core";
12
12
  * Survey results.
13
13
  * - `options`\
14
14
  * An object with the following properties:
15
+ * - `dataProvider`: `DataProvider`\
16
+ * A data provider for this visualizer.
17
+ * - `renderContent`: `(contentContainer: HTMLElement, visualizer: VisualizerBase) => void`\
18
+ * A function that renders the visualizer's HTML markup. Append the markup to `contentContainer`.
19
+ * - `survey`: [`SurveyModel`](https://surveyjs.io/form-library/documentation/api-reference/survey-data-model)\
20
+ * Pass a `SurveyModel` instance if you want to use locales from the survey JSON schema.
15
21
  * - `seriesValues`: `Array<string>`\
16
22
  * Series values used to group data.
17
23
  * - `seriesLabels`: `Array<string>`\
18
24
  * Series labels to display. If this property is not set, `seriesValues` are used as labels.
19
- * - `survey`: [`SurveyModel`](https://surveyjs.io/form-library/documentation/api-reference/survey-data-model)\
20
- * Pass a `SurveyModel` instance if you want to use locales from the survey JSON schema.
21
- * - `dataProvider`: `DataProvider`\
22
- * A data provider for this visualizer.
23
25
  * - `type`: `string`\
24
26
  * *(Optional)* The visualizer's type.
25
27
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.9.136
2
+ * surveyjs - SurveyJS Dashboard library v1.9.137
3
3
  * Copyright (c) 2015-2024 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.136
2
+ * surveyjs - SurveyJS Dashboard library v1.9.137
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */