fansunited-widget-poll 2.2.2 → 2.2.3

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/README.md CHANGED
@@ -234,7 +234,21 @@ const labels = {
234
234
  at: "At:",
235
235
  deleteScheduledTaskModalTitle: "Delete scheduled task",
236
236
  deleteScheduledTaskModalParagraph: "Are you sure you want to delete the following scheduled task: ",
237
-
237
+ voting: 'Voting',
238
+ reports: 'Reports',
239
+ exports: 'Exports',
240
+ option: 'Option',
241
+ exportUsersData: 'Export users data',
242
+ category: 'Category',
243
+ action: 'Action',
244
+ exportAllUsers: 'Export all users',
245
+ exportAllUsersDescription: 'Export all users who voted in the poll.',
246
+ participations: 'Participations',
247
+ performanceByDay: 'Performance by day',
248
+ pollChartErrorMessage: 'There was a problem with fetching information about poll participation. Please try again',
249
+ exportUsersForOption: 'Export users voted for option',
250
+ exportAllUsersForOption: 'Export all users who voted for option',
251
+ exportForOption: 'Export for option',
238
252
  };
239
253
 
240
254
  const App = () => {
@@ -418,6 +432,7 @@ Here is all information about **`LabelsModel`**:
418
432
  | `exportAllUsersDescription` | Description for export all users table row | Export all users who voted in the poll. |
419
433
  | `participations` | Legend for participations chart | Participations |
420
434
  | `performanceByDay` | Header for participations chart | Performance by day |
435
+ | `pollChartErrorMessage` | Toast error message when a chart data is fetching | There was a problem with fetching information about poll participation. Please try again |
421
436
  | `exportUsersForOption` | Title for export users table row | Export users voted for option |
422
437
  | `exportAllUsersForOption` | Description for export users table row | Export all users who voted for option |
423
438
  | `exportForOption` | Title for export users table row button | Export for option |
@@ -171,6 +171,7 @@ export default class LabelsModel {
171
171
  usersExportErrorMessage: string;
172
172
  participations: string;
173
173
  performanceByDay: string;
174
+ pollChartErrorMessage: string;
174
175
  exportUsersForOption: string;
175
176
  exportAllUsersForOption: string;
176
177
  exportForOption: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-poll",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "main": "poll-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",