fansunited-widget-poll 2.2.3 → 2.3.0

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
@@ -249,6 +249,11 @@ const labels = {
249
249
  exportUsersForOption: 'Export users voted for option',
250
250
  exportAllUsersForOption: 'Export all users who voted for option',
251
251
  exportForOption: 'Export for option',
252
+ exportUsersLeads: 'Export users leads',
253
+ exportAllUsersLeads: 'Export all users leads',
254
+ exportAllUsersLeadsDescription: 'Export all users collected leads in the poll.',
255
+ usersLeadsExportMessage: 'All users leads have been exported successfully',
256
+ usersLeadsExportErrorMessage: 'There was a problem with exporting all users leads. Please try again',
252
257
  };
253
258
 
254
259
  const App = () => {
@@ -435,4 +440,9 @@ Here is all information about **`LabelsModel`**:
435
440
  | `pollChartErrorMessage` | Toast error message when a chart data is fetching | There was a problem with fetching information about poll participation. Please try again |
436
441
  | `exportUsersForOption` | Title for export users table row | Export users voted for option |
437
442
  | `exportAllUsersForOption` | Description for export users table row | Export all users who voted for option |
438
- | `exportForOption` | Title for export users table row button | Export for option |
443
+ | `exportForOption` | Title for export users table row button | Export for option |
444
+ | `exportUsersLeads` | Title in export users leads table | Export users leads |
445
+ | `exportAllUsersLeads` | Category label in export users leads table | Export all users leads |
446
+ | `exportAllUsersLeadsDescription` | Category description label in export users leads table | Export all users collected leads in the poll. |
447
+ | `exportAllUsersLeadsDescription` | Success toast message when exporting users leads | All users leads have been exported successfully |
448
+ | `exportAllUsersLeadsDescription` | Toast error message when exporting users leads operation fails | There was a problem with exporting all users leads. Please try again |
@@ -175,5 +175,10 @@ export default class LabelsModel {
175
175
  exportUsersForOption: string;
176
176
  exportAllUsersForOption: string;
177
177
  exportForOption: string;
178
+ exportUsersLeads: string;
179
+ exportAllUsersLeads: string;
180
+ exportAllUsersLeadsDescription: string;
181
+ usersLeadsExportMessage: string;
182
+ usersLeadsExportErrorMessage: string;
178
183
  constructor(labels?: LabelsModel);
179
184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-poll",
3
- "version": "2.2.3",
3
+ "version": "2.3.0",
4
4
  "main": "poll-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",