survey-analytics 2.0.2 → 2.0.4
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/fesm/{shared.js → shared.mjs} +2 -2
- package/fesm/shared.mjs.map +1 -0
- package/fesm/{survey.analytics.js → survey.analytics.mjs} +4 -4
- package/fesm/survey.analytics.mjs.map +1 -0
- package/fesm/{survey.analytics.tabulator.js → survey.analytics.tabulator.mjs} +7 -5
- package/fesm/{survey.analytics.tabulator.js.map → survey.analytics.tabulator.mjs.map} +1 -1
- package/package.json +6 -6
- package/survey.analytics.css +1 -1
- package/survey.analytics.js +185 -185
- package/survey.analytics.js.map +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +1 -1
- package/survey.analytics.min.js.LICENSE.txt +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +136 -134
- package/survey.analytics.tabulator.js.map +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +1 -1
- package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
- package/fesm/shared.js.map +0 -1
- package/fesm/survey.analytics.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS Dashboard library v2.0.
|
|
2
|
+
* surveyjs - SurveyJS Dashboard library v2.0.4
|
|
3
3
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { D as DocumentHelper, l as localization, c as createLoadingIndicator, a as DataHelper, s as svgTemplate, b as createCommercialLicenseLink, t as toPrecision } from './shared.
|
|
8
|
-
export { d as surveyStrings } from './shared.
|
|
7
|
+
import { D as DocumentHelper, l as localization, c as createLoadingIndicator, a as DataHelper, s as svgTemplate, b as createCommercialLicenseLink, t as toPrecision } from './shared.mjs';
|
|
8
|
+
export { d as surveyStrings } from './shared.mjs';
|
|
9
9
|
import { Event, QuestionCommentModel, settings, ItemValue, hasLicense, surveyLocalization, IsTouch, Helpers } from 'survey-core';
|
|
10
10
|
import Plotly from 'plotly.js-dist-min';
|
|
11
11
|
|
|
@@ -12794,4 +12794,4 @@ NpsVisualizer.PromoterScore = 9;
|
|
|
12794
12794
|
// VisualizationManager.registerVisualizer("rating", NpsVisualizer);
|
|
12795
12795
|
|
|
12796
12796
|
export { AlternativeVisualizersWrapper, BooleanModel, BooleanPlotly, DataProvider, DocumentHelper, GaugePlotly, HistogramModel, HistogramPlotly, Matrix, MatrixDropdownGroupedPlotly, MatrixPlotly, NpsAdapter, NpsVisualizer, NpsVisualizerWidget, NumberModel, PlotlyBoolChartAdapter, PlotlyChartAdapter, PlotlyGaugeAdapter, PlotlySetup, PostponeHelper, RankingPlotly, SelectBase, SelectBasePlotly, StatisticsTable, StatisticsTableAdapter, Text, TextTableAdapter, VisualizationManager, VisualizationMatrixDropdown, VisualizationMatrixDynamic, VisualizationPanel, VisualizationPanelDynamic, VisualizerBase, VisualizerFactory, WordCloud, WordCloudAdapter, defaultStatisticsCalculator, hideEmptyAnswersInData, localization, textHelper };
|
|
12797
|
-
//# sourceMappingURL=survey.analytics.
|
|
12797
|
+
//# sourceMappingURL=survey.analytics.mjs.map
|