@qrvey/utils 1.16.0-28 → 1.16.0-29

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.
@@ -2,4 +2,4 @@ import { I18nExportingModal } from "../../interfaces/export";
2
2
  /**
3
3
  * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
4
  */
5
- export declare const EXPORTING_MODAL: I18nExportingModal;
5
+ export declare const EXPORTING_MODAL: I18nExportingModal | any;
@@ -5,103 +5,134 @@ exports.EXPORTING_MODAL = void 0;
5
5
  * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
6
6
  */
7
7
  exports.EXPORTING_MODAL = {
8
- apply_button_label: {
9
- export_now: "Export Now",
10
- create_dataset: "Create Dataset",
8
+ "title_label": "Export",
9
+ "file_name_label": "File Name",
10
+ "time_stamp": {
11
+ "label": "Date and Time",
12
+ "value": {
13
+ "now_and_today": "Now and Today"
14
+ },
15
+ "none_label": "None",
16
+ "concatenate_date_time": "Concatenate Date and Time to the File Name",
17
+ "off": "Off",
18
+ "on": "On"
11
19
  },
12
- cancel_button_label: "Cancel",
13
- error_messages: {
14
- special_characters: "Special characters are not allowed in file name.",
20
+ "time_zone_label": "Time Zone",
21
+ "recurrence": {
22
+ "label": "Occurrence",
23
+ "value": {
24
+ "does_not_repeat": "Does Not Repeat",
25
+ "repeats": "Repeats"
26
+ }
15
27
  },
16
- file_name_label: "File Name",
17
- new_dataset_name_label: "New Dataset Name",
18
- new_dataset_name_placeholder: "Type",
19
- recurrence: {
20
- label: "Recurrence",
21
- value: { does_not_repeat: "Does not repeat" },
28
+ "cancel_button_label": "Cancel",
29
+ "apply_button_label": {
30
+ "export_now": "Export Now",
31
+ "schedule": "Schedule"
22
32
  },
23
- time_stamp: {
24
- label: "Time and Date",
25
- value: { now_and_today: "Now and Today" },
26
- none_label: "None",
33
+ "uniqueness_concatenate": "For Uniqueness Concatenate",
34
+ "tooltips": {
35
+ "configure_valid_schedule": "Configure a valid schedule.",
36
+ "uniqueness_concatenate_tooltip": "Choose whether to append the date and time to the end of the exported file name. <br/> The format is YYMMDDHHMMSSmmm."
27
37
  },
28
- time_zone_label: "Time Zone",
29
- title_label: "Export",
30
- title_new_dataset: "New Dataset",
31
- uniqueness_concatenate: "For Uniqueness Concatenate",
32
- toast_messages: {
33
- failed_scheduling: "The export could not be scheduled at this time.",
34
- successful_scheduling: "The export of {{fileName}} has been scheduled successfully.",
38
+ "error_messages": {
39
+ "special_characters": "Special characters are not allowed in file name.",
40
+ "select_valid_start_time": "Hour is in the past.",
41
+ "invalid_date": {
42
+ "select_valid_start_time": "Selected time occurs in the past",
43
+ "select_valid_start_date": "Selected date occurs in the past"
44
+ }
35
45
  },
36
- pivoting_export: {
37
- source_label: "Source",
38
- dataset_label: "Dataset",
39
- filter_label: "Filter",
40
- pivoting: {
41
- title: "Pivoting",
42
- yes_label: "Yes",
43
- no_label: "No",
44
- },
45
- search_placeholder: "Search",
46
- columns_section: {
47
- title: "Columns",
48
- subtitle: "(Select columns to export)",
49
- subtitle_new_dataset: "(Select columns for new dataset)",
50
- select_all_label: "Add All Columns",
51
- dataset_columns: "Dataset Columns",
52
- pivot_columns_label: "Pivot Columns",
53
- pivot_columns_sublabel: "Displaying only the first 100 results.",
54
- },
55
- columns_to_export_label: "Columns to export",
56
- columns_to_create_dataset_label: "Dataset columns",
57
- no_results_found: "No results found",
46
+ "warning_messages": {
47
+ "unsaved_changes": "Exports reflect your latest saved changes. Save your updates to prevent outdated exports."
58
48
  },
59
- schedule: {
60
- chart_download_ready: "Chart is ready to download",
61
- page_download_ready: "Dashboard is ready to download",
62
- schedule_button_label: {
63
- schedule: "Schedule",
64
- reset_to_default: "Reset to Default",
49
+ "schedule": {
50
+ "schedule_tab_title": "Schedule",
51
+ "subscribe_tab_title": "Subscribe",
52
+ "chart_download_ready": "Chart is ready to download",
53
+ "page_download_ready": "Dashboard is ready to download",
54
+ "select_time_placeholder": "Select time",
55
+ "schedule_button_label": {
56
+ "schedule": "Schedule",
57
+ "reset_to_default": "Remove Schedule"
65
58
  },
66
- title: "Scheduling",
67
- start: {
68
- date: "Date",
69
- time: "Time",
59
+ "title": "Scheduling",
60
+ "start": {
61
+ "date": "Date",
62
+ "time": "Time"
70
63
  },
71
- repeat: {
72
- every: "Repeat Every",
73
- placeholder: "Select",
74
- on: "Repeat On",
75
- intervals: {
76
- hour: "Hour",
77
- day: "Day",
78
- week: "Week",
79
- month: "Month",
80
- year: "Year",
81
- },
64
+ "repeat": {
65
+ "every": "Repeat Every",
66
+ "placeholder": "Select",
67
+ "on": "Repeat On",
68
+ "intervals": {
69
+ "hour": "Hour",
70
+ "day": "Day",
71
+ "week": "Week",
72
+ "month": "Month",
73
+ "year": "Year"
74
+ }
82
75
  },
83
- time_zone: {
84
- label: "Time Zone",
85
- placeholder: "Select",
76
+ "time_zone": {
77
+ "label": "Time Zone",
78
+ "placeholder": "Select"
86
79
  },
87
- days_of_week_short: {
88
- sunday: "S",
89
- monday: "M",
90
- tuesday: "T",
91
- wednesday: "W",
92
- thursday: "T",
93
- friday: "F",
94
- saturday: "S",
80
+ "days_of_week_short": {
81
+ "sunday": "S",
82
+ "monday": "M",
83
+ "tuesday": "T",
84
+ "wednesday": "W",
85
+ "thursday": "T",
86
+ "friday": "F",
87
+ "saturday": "S"
95
88
  },
96
- end: {
97
- ends: "Ends",
98
- radio_buttons: {
99
- never: "Never",
100
- on: "On",
101
- after: "After",
89
+ "end": {
90
+ "ends": "Ends",
91
+ "radio_buttons": {
92
+ "never": "Never",
93
+ "on": "On",
94
+ "after": "After"
102
95
  },
103
- select_date_placeholder: "Select Date",
104
- recurrences: "occurrences",
96
+ "select_date_placeholder": "Select Date",
97
+ "recurrences": "occurrences"
98
+ },
99
+ "time_picker": {
100
+ "hours": "hours",
101
+ "minutes": "minutes"
105
102
  },
103
+ "discard_changes_modal": {
104
+ "discard_changes": "Discard Changes",
105
+ "content": "All changes of Schedule and Subscribe sections will be discarted. This action cannot be restored.",
106
+ "cancel": "Cancel",
107
+ "discard": "Discard"
108
+ },
109
+ "notifications": {
110
+ "set_up_a_schedule": "Set up a schedule to enable subscriptions.",
111
+ "banner_message": "All subscribers will receive the exported file with the same data as you."
112
+ }
113
+ },
114
+ "toast_messages": {
115
+ "failed_scheduling": "The export could not be scheduled at this time.",
116
+ "successful_scheduling": "The export of {{fileName}} has been scheduled successfully."
106
117
  },
118
+ "pivoting_export": {
119
+ "dataset_label": "Dataset",
120
+ "filter_label": "Filter",
121
+ "pivoting": {
122
+ "title": "Pivoting",
123
+ "yes_label": "Yes",
124
+ "no_label": "No"
125
+ },
126
+ "search_placeholder": "Search",
127
+ "columns_section": {
128
+ "title": "Columns",
129
+ "subtitle": "(Select columns to export)",
130
+ "select_all_label": "Add All Columns",
131
+ "dataset_columns": "Dataset Columns",
132
+ "pivot_columns_label": "Pivot Columns",
133
+ "pivot_columns_sublabel": "Displaying only the first 100 results."
134
+ },
135
+ "columns_to_export_label": "Columns to export",
136
+ "no_results_found": "No results found"
137
+ }
107
138
  };
@@ -2,4 +2,4 @@ import { I18nExportingModal } from "../../interfaces/export";
2
2
  /**
3
3
  * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
4
4
  */
5
- export declare const EXPORTING_MODAL: I18nExportingModal;
5
+ export declare const EXPORTING_MODAL: I18nExportingModal | any;
@@ -2,103 +2,134 @@
2
2
  * @deprecated since version 1.12.0; Qrvey version 8.3. Those default poroperties will be replaced by Qrvey Globalization JSON
3
3
  */
4
4
  export const EXPORTING_MODAL = {
5
- apply_button_label: {
6
- export_now: "Export Now",
7
- create_dataset: "Create Dataset",
5
+ "title_label": "Export",
6
+ "file_name_label": "File Name",
7
+ "time_stamp": {
8
+ "label": "Date and Time",
9
+ "value": {
10
+ "now_and_today": "Now and Today"
11
+ },
12
+ "none_label": "None",
13
+ "concatenate_date_time": "Concatenate Date and Time to the File Name",
14
+ "off": "Off",
15
+ "on": "On"
8
16
  },
9
- cancel_button_label: "Cancel",
10
- error_messages: {
11
- special_characters: "Special characters are not allowed in file name.",
17
+ "time_zone_label": "Time Zone",
18
+ "recurrence": {
19
+ "label": "Occurrence",
20
+ "value": {
21
+ "does_not_repeat": "Does Not Repeat",
22
+ "repeats": "Repeats"
23
+ }
12
24
  },
13
- file_name_label: "File Name",
14
- new_dataset_name_label: "New Dataset Name",
15
- new_dataset_name_placeholder: "Type",
16
- recurrence: {
17
- label: "Recurrence",
18
- value: { does_not_repeat: "Does not repeat" },
25
+ "cancel_button_label": "Cancel",
26
+ "apply_button_label": {
27
+ "export_now": "Export Now",
28
+ "schedule": "Schedule"
19
29
  },
20
- time_stamp: {
21
- label: "Time and Date",
22
- value: { now_and_today: "Now and Today" },
23
- none_label: "None",
30
+ "uniqueness_concatenate": "For Uniqueness Concatenate",
31
+ "tooltips": {
32
+ "configure_valid_schedule": "Configure a valid schedule.",
33
+ "uniqueness_concatenate_tooltip": "Choose whether to append the date and time to the end of the exported file name. <br/> The format is YYMMDDHHMMSSmmm."
24
34
  },
25
- time_zone_label: "Time Zone",
26
- title_label: "Export",
27
- title_new_dataset: "New Dataset",
28
- uniqueness_concatenate: "For Uniqueness Concatenate",
29
- toast_messages: {
30
- failed_scheduling: "The export could not be scheduled at this time.",
31
- successful_scheduling: "The export of {{fileName}} has been scheduled successfully.",
35
+ "error_messages": {
36
+ "special_characters": "Special characters are not allowed in file name.",
37
+ "select_valid_start_time": "Hour is in the past.",
38
+ "invalid_date": {
39
+ "select_valid_start_time": "Selected time occurs in the past",
40
+ "select_valid_start_date": "Selected date occurs in the past"
41
+ }
32
42
  },
33
- pivoting_export: {
34
- source_label: "Source",
35
- dataset_label: "Dataset",
36
- filter_label: "Filter",
37
- pivoting: {
38
- title: "Pivoting",
39
- yes_label: "Yes",
40
- no_label: "No",
41
- },
42
- search_placeholder: "Search",
43
- columns_section: {
44
- title: "Columns",
45
- subtitle: "(Select columns to export)",
46
- subtitle_new_dataset: "(Select columns for new dataset)",
47
- select_all_label: "Add All Columns",
48
- dataset_columns: "Dataset Columns",
49
- pivot_columns_label: "Pivot Columns",
50
- pivot_columns_sublabel: "Displaying only the first 100 results.",
51
- },
52
- columns_to_export_label: "Columns to export",
53
- columns_to_create_dataset_label: "Dataset columns",
54
- no_results_found: "No results found",
43
+ "warning_messages": {
44
+ "unsaved_changes": "Exports reflect your latest saved changes. Save your updates to prevent outdated exports."
55
45
  },
56
- schedule: {
57
- chart_download_ready: "Chart is ready to download",
58
- page_download_ready: "Dashboard is ready to download",
59
- schedule_button_label: {
60
- schedule: "Schedule",
61
- reset_to_default: "Reset to Default",
46
+ "schedule": {
47
+ "schedule_tab_title": "Schedule",
48
+ "subscribe_tab_title": "Subscribe",
49
+ "chart_download_ready": "Chart is ready to download",
50
+ "page_download_ready": "Dashboard is ready to download",
51
+ "select_time_placeholder": "Select time",
52
+ "schedule_button_label": {
53
+ "schedule": "Schedule",
54
+ "reset_to_default": "Remove Schedule"
62
55
  },
63
- title: "Scheduling",
64
- start: {
65
- date: "Date",
66
- time: "Time",
56
+ "title": "Scheduling",
57
+ "start": {
58
+ "date": "Date",
59
+ "time": "Time"
67
60
  },
68
- repeat: {
69
- every: "Repeat Every",
70
- placeholder: "Select",
71
- on: "Repeat On",
72
- intervals: {
73
- hour: "Hour",
74
- day: "Day",
75
- week: "Week",
76
- month: "Month",
77
- year: "Year",
78
- },
61
+ "repeat": {
62
+ "every": "Repeat Every",
63
+ "placeholder": "Select",
64
+ "on": "Repeat On",
65
+ "intervals": {
66
+ "hour": "Hour",
67
+ "day": "Day",
68
+ "week": "Week",
69
+ "month": "Month",
70
+ "year": "Year"
71
+ }
79
72
  },
80
- time_zone: {
81
- label: "Time Zone",
82
- placeholder: "Select",
73
+ "time_zone": {
74
+ "label": "Time Zone",
75
+ "placeholder": "Select"
83
76
  },
84
- days_of_week_short: {
85
- sunday: "S",
86
- monday: "M",
87
- tuesday: "T",
88
- wednesday: "W",
89
- thursday: "T",
90
- friday: "F",
91
- saturday: "S",
77
+ "days_of_week_short": {
78
+ "sunday": "S",
79
+ "monday": "M",
80
+ "tuesday": "T",
81
+ "wednesday": "W",
82
+ "thursday": "T",
83
+ "friday": "F",
84
+ "saturday": "S"
92
85
  },
93
- end: {
94
- ends: "Ends",
95
- radio_buttons: {
96
- never: "Never",
97
- on: "On",
98
- after: "After",
86
+ "end": {
87
+ "ends": "Ends",
88
+ "radio_buttons": {
89
+ "never": "Never",
90
+ "on": "On",
91
+ "after": "After"
99
92
  },
100
- select_date_placeholder: "Select Date",
101
- recurrences: "occurrences",
93
+ "select_date_placeholder": "Select Date",
94
+ "recurrences": "occurrences"
95
+ },
96
+ "time_picker": {
97
+ "hours": "hours",
98
+ "minutes": "minutes"
102
99
  },
100
+ "discard_changes_modal": {
101
+ "discard_changes": "Discard Changes",
102
+ "content": "All changes of Schedule and Subscribe sections will be discarted. This action cannot be restored.",
103
+ "cancel": "Cancel",
104
+ "discard": "Discard"
105
+ },
106
+ "notifications": {
107
+ "set_up_a_schedule": "Set up a schedule to enable subscriptions.",
108
+ "banner_message": "All subscribers will receive the exported file with the same data as you."
109
+ }
110
+ },
111
+ "toast_messages": {
112
+ "failed_scheduling": "The export could not be scheduled at this time.",
113
+ "successful_scheduling": "The export of {{fileName}} has been scheduled successfully."
103
114
  },
115
+ "pivoting_export": {
116
+ "dataset_label": "Dataset",
117
+ "filter_label": "Filter",
118
+ "pivoting": {
119
+ "title": "Pivoting",
120
+ "yes_label": "Yes",
121
+ "no_label": "No"
122
+ },
123
+ "search_placeholder": "Search",
124
+ "columns_section": {
125
+ "title": "Columns",
126
+ "subtitle": "(Select columns to export)",
127
+ "select_all_label": "Add All Columns",
128
+ "dataset_columns": "Dataset Columns",
129
+ "pivot_columns_label": "Pivot Columns",
130
+ "pivot_columns_sublabel": "Displaying only the first 100 results."
131
+ },
132
+ "columns_to_export_label": "Columns to export",
133
+ "no_results_found": "No results found"
134
+ }
104
135
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.16.0-28",
3
+ "version": "1.16.0-29",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",