survey-analytics 1.9.91 → 1.9.92

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.91",
23
+ "version": "1.9.92",
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.11.1",
61
- "survey-core": "1.9.91",
61
+ "survey-core": "1.9.92",
62
62
  "tabulator-tables": "4.8.4",
63
63
  "wordcloud": "^1.2.2"
64
64
  },
@@ -10,6 +10,7 @@ import "../analytics-localization/spanish";
10
10
  import "../analytics-localization/italian";
11
11
  import "../analytics-localization/arabic";
12
12
  export * from "../dataProvider";
13
+ export * from "../visualizerFactory";
13
14
  export * from "../number";
14
15
  export * from "../selectBase";
15
16
  export * from "../matrix";
@@ -264,8 +264,22 @@ export declare class VisualizationPanel extends VisualizerBase {
264
264
  **/
265
265
  onAlternativeVisualizerChanged: Event<(sender: AlternativeVisualizersWrapper, options: any) => any, AlternativeVisualizersWrapper, any>;
266
266
  private onAlternativeVisualizerChangedCallback;
267
- protected showElement(elementName: string): void;
268
- protected hideElement(elementName: string): void;
267
+ protected showElementCore(element: IVisualizerPanelRenderedElement, elementIndex?: number): void;
268
+ showElement(elementName: string): void;
269
+ protected hideElementCore(element: IVisualizerPanelRenderedElement): void;
270
+ hideElement(elementName: string): void;
271
+ /**
272
+ * Hides all panel elements. Users can select the elements they want to show from a drop-down menu.
273
+ * @see showAllElements
274
+ * @see allowHideQuestions
275
+ */
276
+ hideAllElements(): void;
277
+ /**
278
+ * Shows all panel elements if they are hidden to a drop-down menu.
279
+ * @see hideAllElements
280
+ * @see allowHideQuestions
281
+ */
282
+ showAllElements(): void;
269
283
  protected makeElementPrivate(element: IVisualizerPanelElement): void;
270
284
  protected makeElementPublic(element: IVisualizerPanelElement): void;
271
285
  protected moveVisibleElement(fromVisibleIndex: number, toVisibleIndex: number): void;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.9.91
2
+ * surveyjs - SurveyJS Dashboard library v1.9.92
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.91
2
+ * surveyjs - SurveyJS Dashboard library v1.9.92
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.91
2
+ * surveyjs - SurveyJS Dashboard library v1.9.92
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.91
2
+ * surveyjs - SurveyJS Dashboard library v1.9.92
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.91
2
+ * surveyjs - SurveyJS Dashboard library v1.9.92
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
  */