survey-analytics 1.9.65 → 1.9.67

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.9.65
3
- * Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
2
+ * surveyjs - SurveyJS Dashboard library v1.9.67
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
  */
6
6
  .sa-table {
@@ -190,6 +190,10 @@ declare module "localization/french" {
190
190
  makePublicColumn: string;
191
191
  moveToDetail: string;
192
192
  showAsColumn: string;
193
+ filterPlaceholder: string;
194
+ removeRows: string;
195
+ showLabel: string;
196
+ entriesLabel: string;
193
197
  visualizer_text: string;
194
198
  visualizer_wordcloud: string;
195
199
  chartType_bar: string;
@@ -201,6 +205,10 @@ declare module "localization/french" {
201
205
  chartType_bullet: string;
202
206
  filter: string;
203
207
  hideButton: string;
208
+ saveDiagramAsPNG: string;
209
+ makePrivateButton: string;
210
+ makePublicButton: string;
211
+ showButton: string;
204
212
  resetFilter: string;
205
213
  clearButton: string;
206
214
  addElement: string;
@@ -211,6 +219,12 @@ declare module "localization/french" {
211
219
  otherCommentTitle: string;
212
220
  noVisualizerForQuestion: string;
213
221
  noResults: string;
222
+ showPerValues: string;
223
+ showPerColumns: string;
224
+ answer: string;
225
+ correctAnswer: string;
226
+ percent: string;
227
+ responses: string;
214
228
  };
215
229
  }
216
230
  declare module "localization/norwegian" {