survey-analytics 1.9.43 → 1.9.46
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 +2 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.d.ts +1 -1
- package/survey.analytics.datatables.css +1 -1
- package/survey.analytics.datatables.js +1 -1
- package/survey.analytics.datatables.min.css +1 -1
- package/survey.analytics.datatables.min.js +1 -1
- package/survey.analytics.js +2 -2
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +1 -1
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"lint": "eslint ./src --quiet",
|
|
20
20
|
"pre-push-check": "npm run lint && npm run test"
|
|
21
21
|
},
|
|
22
|
-
"version": "1.9.
|
|
22
|
+
"version": "1.9.46",
|
|
23
23
|
"name": "survey-analytics",
|
|
24
24
|
"description": "SurveyJS analytics Library.",
|
|
25
25
|
"main": "survey.analytics.js",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"jquery": "3.5.0",
|
|
70
70
|
"muuri": "^0.8.0",
|
|
71
71
|
"plotly.js-dist-min": "^2.11.1",
|
|
72
|
-
"survey-core": "
|
|
72
|
+
"survey-core": "1.9.46",
|
|
73
73
|
"tabulator-tables": "4.8.4",
|
|
74
74
|
"wordcloud": "^1.2.2"
|
|
75
75
|
},
|
package/survey.analytics.css
CHANGED
package/survey.analytics.d.ts
CHANGED
|
@@ -1171,7 +1171,7 @@ declare module "visualizationPanel" {
|
|
|
1171
1171
|
*
|
|
1172
1172
|
* Default value: `true`
|
|
1173
1173
|
*
|
|
1174
|
-
* [View the "Disable the Layout Engine" example](https://surveyjs.io/Examples/Analytics?id=custom-layout)
|
|
1174
|
+
* [View the "Disable the Layout Engine" example](https://surveyjs.io/Examples/Analytics?id=custom-layout (linkStyle))
|
|
1175
1175
|
*
|
|
1176
1176
|
* @see layoutEngine
|
|
1177
1177
|
*/
|