@burdenoff/microfe-export 2026.801.1 → 2026.830.2
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/dist/export/ExportRoot.d.ts.map +1 -1
- package/dist/export/ExportRoot.js +41 -36
- package/dist/export/ExportRoot.js.map +1 -1
- package/dist/export/ExportRoutes.d.ts.map +1 -1
- package/dist/export/ExportRoutes.js +75 -66
- package/dist/export/ExportRoutes.js.map +1 -1
- package/dist/export/components/ExportProgressBar.d.ts.map +1 -1
- package/dist/export/components/ExportProgressBar.js +19 -18
- package/dist/export/components/ExportProgressBar.js.map +1 -1
- package/dist/export/components/ExportStatusBadge.d.ts.map +1 -1
- package/dist/export/components/ExportStatusBadge.js +19 -20
- package/dist/export/components/ExportStatusBadge.js.map +1 -1
- package/dist/export/hooks/useTr.d.ts +19 -0
- package/dist/export/hooks/useTr.d.ts.map +1 -0
- package/dist/export/hooks/useTr.js +15 -0
- package/dist/export/hooks/useTr.js.map +1 -0
- package/dist/export/index.d.ts +1 -0
- package/dist/export/index.d.ts.map +1 -1
- package/dist/export/index.js +1 -0
- package/dist/export/pages/CreateExportPage.d.ts +4 -0
- package/dist/export/pages/CreateExportPage.d.ts.map +1 -1
- package/dist/export/pages/CreateExportPage.js +271 -283
- package/dist/export/pages/CreateExportPage.js.map +1 -1
- package/dist/export/pages/ExportDashboardPage.d.ts.map +1 -1
- package/dist/export/pages/ExportDashboardPage.js +71 -72
- package/dist/export/pages/ExportDashboardPage.js.map +1 -1
- package/dist/export/pages/ExportDetailPage.d.ts.map +1 -1
- package/dist/export/pages/ExportDetailPage.js +171 -173
- package/dist/export/pages/ExportDetailPage.js.map +1 -1
- package/dist/export/pages/ExportHistoryPage.d.ts.map +1 -1
- package/dist/export/pages/ExportHistoryPage.js +110 -111
- package/dist/export/pages/ExportHistoryPage.js.map +1 -1
- package/dist/export/pages/ExportLandingPage.d.ts.map +1 -1
- package/dist/export/pages/ExportLandingPage.js +28 -27
- package/dist/export/pages/ExportLandingPage.js.map +1 -1
- package/dist/export/pages/ExportTemplatesPage.d.ts.map +1 -1
- package/dist/export/pages/ExportTemplatesPage.js +115 -116
- package/dist/export/pages/ExportTemplatesPage.js.map +1 -1
- package/dist/export/pages/TemplateDetailPage.d.ts.map +1 -1
- package/dist/export/pages/TemplateDetailPage.js +122 -118
- package/dist/export/pages/TemplateDetailPage.js.map +1 -1
- package/dist/export/utils/i18n.d.ts +18 -2
- package/dist/export/utils/i18n.d.ts.map +1 -1
- package/dist/export/utils/i18n.js +2 -9
- package/dist/export/utils/i18n.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/translations/en.d.ts +454 -0
- package/dist/translations/en.d.ts.map +1 -0
- package/dist/translations/en.js +417 -0
- package/dist/translations/en.js.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,417 @@
|
|
|
1
|
+
//#region src/translations/en.ts
|
|
2
|
+
var e = { export: {
|
|
3
|
+
nav: {
|
|
4
|
+
root: "Export",
|
|
5
|
+
dashboard: "Dashboard",
|
|
6
|
+
newExport: "New Export",
|
|
7
|
+
history: "History",
|
|
8
|
+
templates: "Templates",
|
|
9
|
+
footerStatus: "Export Ready"
|
|
10
|
+
},
|
|
11
|
+
routes: {
|
|
12
|
+
error: {
|
|
13
|
+
title: "Failed to load page",
|
|
14
|
+
description: "The page chunk could not be loaded. This may be due to a network issue.",
|
|
15
|
+
retry: "Try Again"
|
|
16
|
+
},
|
|
17
|
+
disabled: {
|
|
18
|
+
title: "Data Export Unavailable",
|
|
19
|
+
description: "The Data Export feature is currently disabled for this workspace. Contact your administrator to enable it."
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
dashboard: {
|
|
23
|
+
title: "Export",
|
|
24
|
+
subtitle: "Export your workspace data in multiple formats",
|
|
25
|
+
purpose: "Export takes your workspace data — people, projects, files, tags, activity and more — and packages it into downloadable CSV or JSON files. Use it to back up your data, hand it to another tool, run an audit, or take it with you when you leave. Pick what you want, choose a format, and grab the download when it's ready.",
|
|
26
|
+
metrics: {
|
|
27
|
+
total: "Total Exports",
|
|
28
|
+
active: "Active",
|
|
29
|
+
completed: "Completed"
|
|
30
|
+
},
|
|
31
|
+
nextSteps: {
|
|
32
|
+
title: "Get started",
|
|
33
|
+
create: {
|
|
34
|
+
label: "Create your first export",
|
|
35
|
+
description: "Pick the data you want and download it as CSV or JSON."
|
|
36
|
+
},
|
|
37
|
+
template: {
|
|
38
|
+
label: "Save a reusable template",
|
|
39
|
+
description: "Store a common export config so repeat exports are one click."
|
|
40
|
+
},
|
|
41
|
+
history: {
|
|
42
|
+
label: "Track exports in History",
|
|
43
|
+
description: "Monitor progress and grab download links for finished jobs."
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
actions: {
|
|
47
|
+
newExport: {
|
|
48
|
+
label: "New Export",
|
|
49
|
+
description: "Create a new data export"
|
|
50
|
+
},
|
|
51
|
+
history: {
|
|
52
|
+
label: "History",
|
|
53
|
+
description: "View past exports"
|
|
54
|
+
},
|
|
55
|
+
templates: {
|
|
56
|
+
label: "Templates",
|
|
57
|
+
description: "Reusable export configs"
|
|
58
|
+
},
|
|
59
|
+
activeJobs: {
|
|
60
|
+
label: "Active Jobs",
|
|
61
|
+
description: "{{count}} running"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
active: {
|
|
65
|
+
title: "Active Exports",
|
|
66
|
+
description: "Currently running export jobs"
|
|
67
|
+
},
|
|
68
|
+
recent: {
|
|
69
|
+
title: "Recent Exports",
|
|
70
|
+
description: "Your latest export jobs",
|
|
71
|
+
actions: { viewAll: "View All" },
|
|
72
|
+
entitiesCount: "{{count}} entities"
|
|
73
|
+
},
|
|
74
|
+
empty: {
|
|
75
|
+
title: "No exports yet",
|
|
76
|
+
description: "Create your first export to start downloading your workspace data.",
|
|
77
|
+
actions: { createFirst: "Create First Export" }
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
create: {
|
|
81
|
+
title: "New Export",
|
|
82
|
+
purpose: "Build a one-off export in three steps: pick which data to include, choose a format and scope, then review and start it. The export runs in the background and produces a downloadable ZIP you can grab from History when it finishes.",
|
|
83
|
+
steps: {
|
|
84
|
+
entities: "Select Data",
|
|
85
|
+
options: "Options",
|
|
86
|
+
review: "Review"
|
|
87
|
+
},
|
|
88
|
+
select: {
|
|
89
|
+
title: "Select data to export",
|
|
90
|
+
description: "Choose which entity types to include in your export.",
|
|
91
|
+
emptyTitle: "Nothing to export yet",
|
|
92
|
+
empty: "No exportable entity types are configured for this workspace yet. Once your workspace has data in supported modules, they'll show up here to select.",
|
|
93
|
+
unavailableSection: "Not available yet",
|
|
94
|
+
unavailable: "Unavailable",
|
|
95
|
+
unavailableHint: "Export for this product isn't available yet"
|
|
96
|
+
},
|
|
97
|
+
entities: {
|
|
98
|
+
users: {
|
|
99
|
+
label: "Users",
|
|
100
|
+
description: "Workspace members and profiles"
|
|
101
|
+
},
|
|
102
|
+
projects: {
|
|
103
|
+
label: "Projects",
|
|
104
|
+
description: "Projects and their metadata"
|
|
105
|
+
},
|
|
106
|
+
tasks: {
|
|
107
|
+
label: "Tasks",
|
|
108
|
+
description: "Task items and assignments"
|
|
109
|
+
},
|
|
110
|
+
files: {
|
|
111
|
+
label: "Files",
|
|
112
|
+
description: "File metadata and references"
|
|
113
|
+
},
|
|
114
|
+
conversations: {
|
|
115
|
+
label: "Conversations",
|
|
116
|
+
description: "Chat messages and threads"
|
|
117
|
+
},
|
|
118
|
+
tags: {
|
|
119
|
+
label: "Tags",
|
|
120
|
+
description: "Tags and vocabularies"
|
|
121
|
+
},
|
|
122
|
+
activity: {
|
|
123
|
+
label: "Activity Logs",
|
|
124
|
+
description: "Audit trail and activity history"
|
|
125
|
+
},
|
|
126
|
+
calendar: {
|
|
127
|
+
label: "Calendar Events",
|
|
128
|
+
description: "Events and bookings"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
scope: {
|
|
132
|
+
individual: {
|
|
133
|
+
label: "My Data Only",
|
|
134
|
+
description: "Export data you personally created across selected modules."
|
|
135
|
+
},
|
|
136
|
+
workspaceAdmin: {
|
|
137
|
+
label: "All Workspace Data",
|
|
138
|
+
description: "Export all data in this workspace regardless of who created it. Requires workspace admin access.",
|
|
139
|
+
required: "Workspace admin access required"
|
|
140
|
+
},
|
|
141
|
+
orgAdmin: {
|
|
142
|
+
label: "All Organization Data",
|
|
143
|
+
description: "Export data from every workspace in your organization. Requires org-admin access.",
|
|
144
|
+
required: "Organization admin access required"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
options: {
|
|
148
|
+
title: "Export Options",
|
|
149
|
+
scope: "Export Scope",
|
|
150
|
+
name: "Export Name",
|
|
151
|
+
namePlaceholder: "e.g., Monthly User Export",
|
|
152
|
+
outputFormat: "Output Format",
|
|
153
|
+
archiveFormat: "Archive Format",
|
|
154
|
+
archiveDescription: "Exports are packaged as ZIP archives.",
|
|
155
|
+
advancedToggle: "Date range & template",
|
|
156
|
+
dateRange: "Date Range",
|
|
157
|
+
dateFrom: "From",
|
|
158
|
+
dateTo: "To",
|
|
159
|
+
noTemplate: "No template",
|
|
160
|
+
noTemplates: "No templates yet.",
|
|
161
|
+
createTemplateLink: "Create one",
|
|
162
|
+
reuseTemplateHint: "to reuse export configurations."
|
|
163
|
+
},
|
|
164
|
+
review: {
|
|
165
|
+
title: "Review Export",
|
|
166
|
+
fields: {
|
|
167
|
+
name: "Name",
|
|
168
|
+
scope: "Scope",
|
|
169
|
+
entityTypes: "Entity Types",
|
|
170
|
+
format: "Format",
|
|
171
|
+
archive: "Archive",
|
|
172
|
+
dateRange: "Date Range",
|
|
173
|
+
template: "Template"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
actions: {
|
|
177
|
+
back: "Back",
|
|
178
|
+
backToDashboard: "Back to export dashboard",
|
|
179
|
+
cancel: "Cancel",
|
|
180
|
+
next: "Next",
|
|
181
|
+
startExport: "Start Export"
|
|
182
|
+
},
|
|
183
|
+
errors: {
|
|
184
|
+
selectEntity: "Please select at least one entity type to export",
|
|
185
|
+
exportNameRequired: "Please provide a name for this export",
|
|
186
|
+
quotaReached: "You have reached your export limit for this month.",
|
|
187
|
+
createFailed: "Failed to create export"
|
|
188
|
+
},
|
|
189
|
+
shared: { optional: "(optional)" },
|
|
190
|
+
quotaDialog: {
|
|
191
|
+
title: "Export Limit Reached",
|
|
192
|
+
description: "You have reached your export limit for this month.",
|
|
193
|
+
dismiss: "Dismiss",
|
|
194
|
+
viewBilling: "View Billing"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
history: {
|
|
198
|
+
title: "Export History",
|
|
199
|
+
subtitle: "View and manage all your past export jobs",
|
|
200
|
+
purpose: "Every export you've ever started lives here. Track jobs as they run, see which finished or failed, and grab download links for completed exports before they expire. Search by name or entity type, or filter by status and format to find a specific one.",
|
|
201
|
+
actions: { newExport: "New Export" },
|
|
202
|
+
search: { placeholder: "Search exports by name or entity type..." },
|
|
203
|
+
filters: {
|
|
204
|
+
show: "Filter",
|
|
205
|
+
hide: "Hide",
|
|
206
|
+
title: "Filters",
|
|
207
|
+
clearAll: "Clear All",
|
|
208
|
+
status: {
|
|
209
|
+
label: "Status",
|
|
210
|
+
all: "All Statuses"
|
|
211
|
+
},
|
|
212
|
+
format: {
|
|
213
|
+
label: "Format",
|
|
214
|
+
all: "All Formats"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
error: {
|
|
218
|
+
title: "Error loading exports",
|
|
219
|
+
retry: "Try Again"
|
|
220
|
+
},
|
|
221
|
+
pagination: {
|
|
222
|
+
showing: "Showing {{start}}-{{end}} of {{total}}",
|
|
223
|
+
page: "Page {{page}}",
|
|
224
|
+
prev: "Prev",
|
|
225
|
+
next: "Next"
|
|
226
|
+
},
|
|
227
|
+
empty: {
|
|
228
|
+
title: "No exports yet",
|
|
229
|
+
description: "Create your first export to see it here.",
|
|
230
|
+
actions: { createFirst: "Create First Export" },
|
|
231
|
+
filtered: {
|
|
232
|
+
title: "No matching exports",
|
|
233
|
+
description: "Try adjusting your search or filters.",
|
|
234
|
+
actions: { clear: "Clear Filters" }
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
templates: {
|
|
239
|
+
title: "Export Templates",
|
|
240
|
+
subtitle: "Reusable export configurations for common data exports",
|
|
241
|
+
purpose: "Templates save an export setup — the entity types and format you regularly need — so you don't rebuild it each time. Create one here, then start a new export from it in a single click. Handy for recurring backups, periodic audits, or any export you run more than once.",
|
|
242
|
+
actions: {
|
|
243
|
+
newTemplate: "New Template",
|
|
244
|
+
newExport: "New Export"
|
|
245
|
+
},
|
|
246
|
+
summary: { available: "{{count}} template{{suffix}} available" },
|
|
247
|
+
form: {
|
|
248
|
+
title: "New Template",
|
|
249
|
+
fields: {
|
|
250
|
+
name: "Name",
|
|
251
|
+
namePlaceholder: "e.g. Weekly Tags Export",
|
|
252
|
+
format: "Format",
|
|
253
|
+
description: "Description",
|
|
254
|
+
descriptionPlaceholder: "Optional description",
|
|
255
|
+
entityTypes: "Entity Types",
|
|
256
|
+
entityTypesHint: "(select at least one)"
|
|
257
|
+
},
|
|
258
|
+
actions: {
|
|
259
|
+
create: "Create Template",
|
|
260
|
+
cancel: "Cancel"
|
|
261
|
+
},
|
|
262
|
+
errors: {
|
|
263
|
+
nameRequired: "Template name is required.",
|
|
264
|
+
entityRequired: "Select at least one entity type.",
|
|
265
|
+
createFailed: "Failed to create template."
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
search: { placeholder: "Search templates..." },
|
|
269
|
+
card: {
|
|
270
|
+
default: "Default",
|
|
271
|
+
moreEntities: "+{{count}} more",
|
|
272
|
+
deleteAriaLabel: "Delete {{name}}"
|
|
273
|
+
},
|
|
274
|
+
empty: {
|
|
275
|
+
title: "No templates yet",
|
|
276
|
+
description: "Create a template to save reusable export configurations.",
|
|
277
|
+
actions: { newTemplate: "New Template" },
|
|
278
|
+
filtered: {
|
|
279
|
+
title: "No matching templates",
|
|
280
|
+
description: "Try adjusting your search to find what you are looking for.",
|
|
281
|
+
actions: { clear: "Clear Search" }
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
delete: {
|
|
285
|
+
title: "Delete template?",
|
|
286
|
+
description: "This removes the saved export configuration. Existing export jobs are not deleted.",
|
|
287
|
+
cancel: "Keep Template",
|
|
288
|
+
confirmAction: "Delete Template"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
detail: {
|
|
292
|
+
loading: "Loading export details…",
|
|
293
|
+
notFound: {
|
|
294
|
+
title: "Export Not Found",
|
|
295
|
+
heading: "Export not found",
|
|
296
|
+
description: "The export job you are looking for does not exist or has been deleted."
|
|
297
|
+
},
|
|
298
|
+
actions: {
|
|
299
|
+
back: "Go back",
|
|
300
|
+
backToDashboard: "Back to Dashboard",
|
|
301
|
+
download: "Download",
|
|
302
|
+
retry: "Retry Export",
|
|
303
|
+
cancel: "Cancel Export",
|
|
304
|
+
delete: "Delete Export"
|
|
305
|
+
},
|
|
306
|
+
nextSteps: {
|
|
307
|
+
title: "What's next",
|
|
308
|
+
download: {
|
|
309
|
+
label: "Download your export",
|
|
310
|
+
description: "Grab the generated files below before their download links expire."
|
|
311
|
+
},
|
|
312
|
+
retry: {
|
|
313
|
+
label: "Retry this export",
|
|
314
|
+
description: "This export didn't finish — start a fresh run with the same settings."
|
|
315
|
+
},
|
|
316
|
+
history: {
|
|
317
|
+
label: "Back to History",
|
|
318
|
+
description: "See all your exports and track other jobs in progress."
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
error: { title: "Export Failed" },
|
|
322
|
+
info: {
|
|
323
|
+
format: "Format",
|
|
324
|
+
archive: "Archive",
|
|
325
|
+
totalSize: "Total Size",
|
|
326
|
+
created: "Created"
|
|
327
|
+
},
|
|
328
|
+
progress: { entitiesProcessed: "{{processed}} / {{total}} entities processed" },
|
|
329
|
+
parts: {
|
|
330
|
+
title: "Export Parts",
|
|
331
|
+
description: "{{count}} file(s) generated",
|
|
332
|
+
download: "Download",
|
|
333
|
+
pending: "Pending",
|
|
334
|
+
expires: "expires {{date}}"
|
|
335
|
+
},
|
|
336
|
+
complete: {
|
|
337
|
+
title: "Export Complete",
|
|
338
|
+
noParts: "Your export has completed but no download parts are available yet."
|
|
339
|
+
},
|
|
340
|
+
confirm: {
|
|
341
|
+
keep: "Keep Export",
|
|
342
|
+
cancel: {
|
|
343
|
+
title: "Cancel export?",
|
|
344
|
+
description: "This stops the running export job. You can retry it later if needed."
|
|
345
|
+
},
|
|
346
|
+
delete: {
|
|
347
|
+
title: "Delete export?",
|
|
348
|
+
description: "This removes the export job from history. This action cannot be undone."
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
templateDetail: {
|
|
353
|
+
loading: "Loading template details…",
|
|
354
|
+
notFound: {
|
|
355
|
+
title: "Template Not Found",
|
|
356
|
+
heading: "Template not found",
|
|
357
|
+
description: "The template you are looking for does not exist."
|
|
358
|
+
},
|
|
359
|
+
actions: {
|
|
360
|
+
backToTemplates: "Back to Templates",
|
|
361
|
+
use: "Use Template",
|
|
362
|
+
delete: "Delete Template"
|
|
363
|
+
},
|
|
364
|
+
badge: {
|
|
365
|
+
default: "Default template",
|
|
366
|
+
custom: "Custom template"
|
|
367
|
+
},
|
|
368
|
+
info: {
|
|
369
|
+
format: "Format",
|
|
370
|
+
archive: "Archive",
|
|
371
|
+
entityTypes: "Entity Types",
|
|
372
|
+
entityTypesCount: "{{count}} type{{suffix}}",
|
|
373
|
+
lastUpdated: "Last Updated"
|
|
374
|
+
},
|
|
375
|
+
nextSteps: {
|
|
376
|
+
title: "What's next",
|
|
377
|
+
use: {
|
|
378
|
+
label: "Start an export from this template",
|
|
379
|
+
description: "Pre-fills a new export with this template's entity types and format."
|
|
380
|
+
},
|
|
381
|
+
browse: {
|
|
382
|
+
label: "Browse all templates",
|
|
383
|
+
description: "Manage your other saved export configurations."
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
entityTypes: {
|
|
387
|
+
title: "Included Entity Types",
|
|
388
|
+
description: "Data types that will be exported"
|
|
389
|
+
},
|
|
390
|
+
delete: {
|
|
391
|
+
title: "Delete template?",
|
|
392
|
+
description: "This removes the saved export configuration. Existing export jobs are not deleted.",
|
|
393
|
+
keep: "Keep Template",
|
|
394
|
+
confirmAction: "Delete Template"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
shared: { status: {
|
|
398
|
+
created: "Created",
|
|
399
|
+
queued: "Queued",
|
|
400
|
+
running: "Running",
|
|
401
|
+
completed: "Completed",
|
|
402
|
+
failed: "Failed",
|
|
403
|
+
cancelled: "Cancelled",
|
|
404
|
+
expired: "Expired",
|
|
405
|
+
deleted: "Deleted"
|
|
406
|
+
} },
|
|
407
|
+
progress: { label: "Progress" },
|
|
408
|
+
format: {
|
|
409
|
+
csv: "CSV",
|
|
410
|
+
json: "JSON"
|
|
411
|
+
},
|
|
412
|
+
archive: { zip: "ZIP" }
|
|
413
|
+
} };
|
|
414
|
+
//#endregion
|
|
415
|
+
export { e as enTranslations };
|
|
416
|
+
|
|
417
|
+
//# sourceMappingURL=en.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en.js","names":[],"sources":["../../src/translations/en.ts"],"sourcesContent":["/**\n * Bundled English translations for microfe-export.\n *\n * These serve as fallback translations when the i18n API is unavailable.\n * The i18n service should be the source of truth, but these ensure the\n * export microfrontend remains usable even when translations can't be fetched.\n */\n\nexport const enTranslations = {\n export: {\n // Shell navigation registered by ExportRoot\n nav: {\n root: \"Export\",\n dashboard: \"Dashboard\",\n newExport: \"New Export\",\n history: \"History\",\n templates: \"Templates\",\n footerStatus: \"Export Ready\",\n },\n\n // Route-level fallbacks (loading errors, feature-flag disabled)\n routes: {\n error: {\n title: \"Failed to load page\",\n description:\n \"The page chunk could not be loaded. This may be due to a network issue.\",\n retry: \"Try Again\",\n },\n disabled: {\n title: \"Data Export Unavailable\",\n description:\n \"The Data Export feature is currently disabled for this workspace. Contact your administrator to enable it.\",\n },\n },\n\n // Dashboard overview page\n dashboard: {\n title: \"Export\",\n subtitle: \"Export your workspace data in multiple formats\",\n purpose:\n \"Export takes your workspace data — people, projects, files, tags, activity and more — and packages it into downloadable CSV or JSON files. Use it to back up your data, hand it to another tool, run an audit, or take it with you when you leave. Pick what you want, choose a format, and grab the download when it's ready.\",\n metrics: {\n total: \"Total Exports\",\n active: \"Active\",\n completed: \"Completed\",\n },\n nextSteps: {\n title: \"Get started\",\n create: {\n label: \"Create your first export\",\n description: \"Pick the data you want and download it as CSV or JSON.\",\n },\n template: {\n label: \"Save a reusable template\",\n description:\n \"Store a common export config so repeat exports are one click.\",\n },\n history: {\n label: \"Track exports in History\",\n description:\n \"Monitor progress and grab download links for finished jobs.\",\n },\n },\n actions: {\n newExport: {\n label: \"New Export\",\n description: \"Create a new data export\",\n },\n history: {\n label: \"History\",\n description: \"View past exports\",\n },\n templates: {\n label: \"Templates\",\n description: \"Reusable export configs\",\n },\n activeJobs: {\n label: \"Active Jobs\",\n description: \"{{count}} running\",\n },\n },\n active: {\n title: \"Active Exports\",\n description: \"Currently running export jobs\",\n },\n recent: {\n title: \"Recent Exports\",\n description: \"Your latest export jobs\",\n actions: {\n viewAll: \"View All\",\n },\n entitiesCount: \"{{count}} entities\",\n },\n empty: {\n title: \"No exports yet\",\n description:\n \"Create your first export to start downloading your workspace data.\",\n actions: {\n createFirst: \"Create First Export\",\n },\n },\n },\n\n // Create export wizard\n create: {\n title: \"New Export\",\n purpose:\n \"Build a one-off export in three steps: pick which data to include, choose a format and scope, then review and start it. The export runs in the background and produces a downloadable ZIP you can grab from History when it finishes.\",\n steps: {\n entities: \"Select Data\",\n options: \"Options\",\n review: \"Review\",\n },\n select: {\n title: \"Select data to export\",\n description: \"Choose which entity types to include in your export.\",\n emptyTitle: \"Nothing to export yet\",\n empty:\n \"No exportable entity types are configured for this workspace yet. Once your workspace has data in supported modules, they'll show up here to select.\",\n unavailableSection: \"Not available yet\",\n unavailable: \"Unavailable\",\n unavailableHint: \"Export for this product isn't available yet\",\n },\n entities: {\n users: {\n label: \"Users\",\n description: \"Workspace members and profiles\",\n },\n projects: {\n label: \"Projects\",\n description: \"Projects and their metadata\",\n },\n tasks: {\n label: \"Tasks\",\n description: \"Task items and assignments\",\n },\n files: {\n label: \"Files\",\n description: \"File metadata and references\",\n },\n conversations: {\n label: \"Conversations\",\n description: \"Chat messages and threads\",\n },\n tags: {\n label: \"Tags\",\n description: \"Tags and vocabularies\",\n },\n activity: {\n label: \"Activity Logs\",\n description: \"Audit trail and activity history\",\n },\n calendar: {\n label: \"Calendar Events\",\n description: \"Events and bookings\",\n },\n },\n scope: {\n individual: {\n label: \"My Data Only\",\n description:\n \"Export data you personally created across selected modules.\",\n },\n workspaceAdmin: {\n label: \"All Workspace Data\",\n description:\n \"Export all data in this workspace regardless of who created it. Requires workspace admin access.\",\n required: \"Workspace admin access required\",\n },\n orgAdmin: {\n label: \"All Organization Data\",\n description:\n \"Export data from every workspace in your organization. Requires org-admin access.\",\n required: \"Organization admin access required\",\n },\n },\n options: {\n title: \"Export Options\",\n scope: \"Export Scope\",\n name: \"Export Name\",\n namePlaceholder: \"e.g., Monthly User Export\",\n outputFormat: \"Output Format\",\n archiveFormat: \"Archive Format\",\n archiveDescription: \"Exports are packaged as ZIP archives.\",\n advancedToggle: \"Date range & template\",\n dateRange: \"Date Range\",\n dateFrom: \"From\",\n dateTo: \"To\",\n noTemplate: \"No template\",\n noTemplates: \"No templates yet.\",\n createTemplateLink: \"Create one\",\n reuseTemplateHint: \"to reuse export configurations.\",\n },\n review: {\n title: \"Review Export\",\n fields: {\n name: \"Name\",\n scope: \"Scope\",\n entityTypes: \"Entity Types\",\n format: \"Format\",\n archive: \"Archive\",\n dateRange: \"Date Range\",\n template: \"Template\",\n },\n },\n actions: {\n back: \"Back\",\n backToDashboard: \"Back to export dashboard\",\n cancel: \"Cancel\",\n next: \"Next\",\n startExport: \"Start Export\",\n },\n errors: {\n selectEntity: \"Please select at least one entity type to export\",\n exportNameRequired: \"Please provide a name for this export\",\n quotaReached: \"You have reached your export limit for this month.\",\n createFailed: \"Failed to create export\",\n },\n shared: {\n optional: \"(optional)\",\n },\n quotaDialog: {\n title: \"Export Limit Reached\",\n description: \"You have reached your export limit for this month.\",\n dismiss: \"Dismiss\",\n viewBilling: \"View Billing\",\n },\n },\n\n // Export history list\n history: {\n title: \"Export History\",\n subtitle: \"View and manage all your past export jobs\",\n purpose:\n \"Every export you've ever started lives here. Track jobs as they run, see which finished or failed, and grab download links for completed exports before they expire. Search by name or entity type, or filter by status and format to find a specific one.\",\n actions: {\n newExport: \"New Export\",\n },\n search: {\n placeholder: \"Search exports by name or entity type...\",\n },\n filters: {\n show: \"Filter\",\n hide: \"Hide\",\n title: \"Filters\",\n clearAll: \"Clear All\",\n status: {\n label: \"Status\",\n all: \"All Statuses\",\n },\n format: {\n label: \"Format\",\n all: \"All Formats\",\n },\n },\n error: {\n title: \"Error loading exports\",\n retry: \"Try Again\",\n },\n pagination: {\n showing: \"Showing {{start}}-{{end}} of {{total}}\",\n page: \"Page {{page}}\",\n prev: \"Prev\",\n next: \"Next\",\n },\n empty: {\n title: \"No exports yet\",\n description: \"Create your first export to see it here.\",\n actions: {\n createFirst: \"Create First Export\",\n },\n filtered: {\n title: \"No matching exports\",\n description: \"Try adjusting your search or filters.\",\n actions: {\n clear: \"Clear Filters\",\n },\n },\n },\n },\n\n // Export templates\n templates: {\n title: \"Export Templates\",\n subtitle: \"Reusable export configurations for common data exports\",\n purpose:\n \"Templates save an export setup — the entity types and format you regularly need — so you don't rebuild it each time. Create one here, then start a new export from it in a single click. Handy for recurring backups, periodic audits, or any export you run more than once.\",\n actions: {\n newTemplate: \"New Template\",\n newExport: \"New Export\",\n },\n summary: {\n available: \"{{count}} template{{suffix}} available\",\n },\n form: {\n title: \"New Template\",\n fields: {\n name: \"Name\",\n namePlaceholder: \"e.g. Weekly Tags Export\",\n format: \"Format\",\n description: \"Description\",\n descriptionPlaceholder: \"Optional description\",\n entityTypes: \"Entity Types\",\n entityTypesHint: \"(select at least one)\",\n },\n actions: {\n create: \"Create Template\",\n cancel: \"Cancel\",\n },\n errors: {\n nameRequired: \"Template name is required.\",\n entityRequired: \"Select at least one entity type.\",\n createFailed: \"Failed to create template.\",\n },\n },\n search: {\n placeholder: \"Search templates...\",\n },\n card: {\n default: \"Default\",\n moreEntities: \"+{{count}} more\",\n deleteAriaLabel: \"Delete {{name}}\",\n },\n empty: {\n title: \"No templates yet\",\n description:\n \"Create a template to save reusable export configurations.\",\n actions: {\n newTemplate: \"New Template\",\n },\n filtered: {\n title: \"No matching templates\",\n description:\n \"Try adjusting your search to find what you are looking for.\",\n actions: {\n clear: \"Clear Search\",\n },\n },\n },\n delete: {\n title: \"Delete template?\",\n description:\n \"This removes the saved export configuration. Existing export jobs are not deleted.\",\n cancel: \"Keep Template\",\n confirmAction: \"Delete Template\",\n },\n },\n\n // Single export detail page\n detail: {\n loading: \"Loading export details…\",\n notFound: {\n title: \"Export Not Found\",\n heading: \"Export not found\",\n description:\n \"The export job you are looking for does not exist or has been deleted.\",\n },\n actions: {\n back: \"Go back\",\n backToDashboard: \"Back to Dashboard\",\n download: \"Download\",\n retry: \"Retry Export\",\n cancel: \"Cancel Export\",\n delete: \"Delete Export\",\n },\n nextSteps: {\n title: \"What's next\",\n download: {\n label: \"Download your export\",\n description:\n \"Grab the generated files below before their download links expire.\",\n },\n retry: {\n label: \"Retry this export\",\n description:\n \"This export didn't finish — start a fresh run with the same settings.\",\n },\n history: {\n label: \"Back to History\",\n description: \"See all your exports and track other jobs in progress.\",\n },\n },\n error: {\n title: \"Export Failed\",\n },\n info: {\n format: \"Format\",\n archive: \"Archive\",\n totalSize: \"Total Size\",\n created: \"Created\",\n },\n progress: {\n entitiesProcessed: \"{{processed}} / {{total}} entities processed\",\n },\n parts: {\n title: \"Export Parts\",\n description: \"{{count}} file(s) generated\",\n download: \"Download\",\n pending: \"Pending\",\n expires: \"expires {{date}}\",\n },\n complete: {\n title: \"Export Complete\",\n noParts:\n \"Your export has completed but no download parts are available yet.\",\n },\n confirm: {\n keep: \"Keep Export\",\n cancel: {\n title: \"Cancel export?\",\n description:\n \"This stops the running export job. You can retry it later if needed.\",\n },\n delete: {\n title: \"Delete export?\",\n description:\n \"This removes the export job from history. This action cannot be undone.\",\n },\n },\n },\n\n // Single template detail page\n templateDetail: {\n loading: \"Loading template details…\",\n notFound: {\n title: \"Template Not Found\",\n heading: \"Template not found\",\n description: \"The template you are looking for does not exist.\",\n },\n actions: {\n backToTemplates: \"Back to Templates\",\n use: \"Use Template\",\n delete: \"Delete Template\",\n },\n badge: {\n default: \"Default template\",\n custom: \"Custom template\",\n },\n info: {\n format: \"Format\",\n archive: \"Archive\",\n entityTypes: \"Entity Types\",\n entityTypesCount: \"{{count}} type{{suffix}}\",\n lastUpdated: \"Last Updated\",\n },\n nextSteps: {\n title: \"What's next\",\n use: {\n label: \"Start an export from this template\",\n description:\n \"Pre-fills a new export with this template's entity types and format.\",\n },\n browse: {\n label: \"Browse all templates\",\n description: \"Manage your other saved export configurations.\",\n },\n },\n entityTypes: {\n title: \"Included Entity Types\",\n description: \"Data types that will be exported\",\n },\n delete: {\n title: \"Delete template?\",\n description:\n \"This removes the saved export configuration. Existing export jobs are not deleted.\",\n keep: \"Keep Template\",\n confirmAction: \"Delete Template\",\n },\n },\n\n // Shared across pages\n shared: {\n status: {\n created: \"Created\",\n queued: \"Queued\",\n running: \"Running\",\n completed: \"Completed\",\n failed: \"Failed\",\n cancelled: \"Cancelled\",\n expired: \"Expired\",\n deleted: \"Deleted\",\n },\n },\n\n // Progress component\n progress: {\n label: \"Progress\",\n },\n\n // Format / archive names (kept as keys so products can localize if needed)\n format: {\n csv: \"CSV\",\n json: \"JSON\",\n },\n archive: {\n zip: \"ZIP\",\n },\n },\n};\n"],"mappings":";AAQA,IAAa,IAAiB,EAC5B,QAAQ;CAEN,KAAK;EACH,MAAM;EACN,WAAW;EACX,WAAW;EACX,SAAS;EACT,WAAW;EACX,cAAc;EACf;CAGD,QAAQ;EACN,OAAO;GACL,OAAO;GACP,aACE;GACF,OAAO;GACR;EACD,UAAU;GACR,OAAO;GACP,aACE;GACH;EACF;CAGD,WAAW;EACT,OAAO;EACP,UAAU;EACV,SACE;EACF,SAAS;GACP,OAAO;GACP,QAAQ;GACR,WAAW;GACZ;EACD,WAAW;GACT,OAAO;GACP,QAAQ;IACN,OAAO;IACP,aAAa;IACd;GACD,UAAU;IACR,OAAO;IACP,aACE;IACH;GACD,SAAS;IACP,OAAO;IACP,aACE;IACH;GACF;EACD,SAAS;GACP,WAAW;IACT,OAAO;IACP,aAAa;IACd;GACD,SAAS;IACP,OAAO;IACP,aAAa;IACd;GACD,WAAW;IACT,OAAO;IACP,aAAa;IACd;GACD,YAAY;IACV,OAAO;IACP,aAAa;IACd;GACF;EACD,QAAQ;GACN,OAAO;GACP,aAAa;GACd;EACD,QAAQ;GACN,OAAO;GACP,aAAa;GACb,SAAS,EACP,SAAS,YACV;GACD,eAAe;GAChB;EACD,OAAO;GACL,OAAO;GACP,aACE;GACF,SAAS,EACP,aAAa,uBACd;GACF;EACF;CAGD,QAAQ;EACN,OAAO;EACP,SACE;EACF,OAAO;GACL,UAAU;GACV,SAAS;GACT,QAAQ;GACT;EACD,QAAQ;GACN,OAAO;GACP,aAAa;GACb,YAAY;GACZ,OACE;GACF,oBAAoB;GACpB,aAAa;GACb,iBAAiB;GAClB;EACD,UAAU;GACR,OAAO;IACL,OAAO;IACP,aAAa;IACd;GACD,UAAU;IACR,OAAO;IACP,aAAa;IACd;GACD,OAAO;IACL,OAAO;IACP,aAAa;IACd;GACD,OAAO;IACL,OAAO;IACP,aAAa;IACd;GACD,eAAe;IACb,OAAO;IACP,aAAa;IACd;GACD,MAAM;IACJ,OAAO;IACP,aAAa;IACd;GACD,UAAU;IACR,OAAO;IACP,aAAa;IACd;GACD,UAAU;IACR,OAAO;IACP,aAAa;IACd;GACF;EACD,OAAO;GACL,YAAY;IACV,OAAO;IACP,aACE;IACH;GACD,gBAAgB;IACd,OAAO;IACP,aACE;IACF,UAAU;IACX;GACD,UAAU;IACR,OAAO;IACP,aACE;IACF,UAAU;IACX;GACF;EACD,SAAS;GACP,OAAO;GACP,OAAO;GACP,MAAM;GACN,iBAAiB;GACjB,cAAc;GACd,eAAe;GACf,oBAAoB;GACpB,gBAAgB;GAChB,WAAW;GACX,UAAU;GACV,QAAQ;GACR,YAAY;GACZ,aAAa;GACb,oBAAoB;GACpB,mBAAmB;GACpB;EACD,QAAQ;GACN,OAAO;GACP,QAAQ;IACN,MAAM;IACN,OAAO;IACP,aAAa;IACb,QAAQ;IACR,SAAS;IACT,WAAW;IACX,UAAU;IACX;GACF;EACD,SAAS;GACP,MAAM;GACN,iBAAiB;GACjB,QAAQ;GACR,MAAM;GACN,aAAa;GACd;EACD,QAAQ;GACN,cAAc;GACd,oBAAoB;GACpB,cAAc;GACd,cAAc;GACf;EACD,QAAQ,EACN,UAAU,cACX;EACD,aAAa;GACX,OAAO;GACP,aAAa;GACb,SAAS;GACT,aAAa;GACd;EACF;CAGD,SAAS;EACP,OAAO;EACP,UAAU;EACV,SACE;EACF,SAAS,EACP,WAAW,cACZ;EACD,QAAQ,EACN,aAAa,4CACd;EACD,SAAS;GACP,MAAM;GACN,MAAM;GACN,OAAO;GACP,UAAU;GACV,QAAQ;IACN,OAAO;IACP,KAAK;IACN;GACD,QAAQ;IACN,OAAO;IACP,KAAK;IACN;GACF;EACD,OAAO;GACL,OAAO;GACP,OAAO;GACR;EACD,YAAY;GACV,SAAS;GACT,MAAM;GACN,MAAM;GACN,MAAM;GACP;EACD,OAAO;GACL,OAAO;GACP,aAAa;GACb,SAAS,EACP,aAAa,uBACd;GACD,UAAU;IACR,OAAO;IACP,aAAa;IACb,SAAS,EACP,OAAO,iBACR;IACF;GACF;EACF;CAGD,WAAW;EACT,OAAO;EACP,UAAU;EACV,SACE;EACF,SAAS;GACP,aAAa;GACb,WAAW;GACZ;EACD,SAAS,EACP,WAAW,0CACZ;EACD,MAAM;GACJ,OAAO;GACP,QAAQ;IACN,MAAM;IACN,iBAAiB;IACjB,QAAQ;IACR,aAAa;IACb,wBAAwB;IACxB,aAAa;IACb,iBAAiB;IAClB;GACD,SAAS;IACP,QAAQ;IACR,QAAQ;IACT;GACD,QAAQ;IACN,cAAc;IACd,gBAAgB;IAChB,cAAc;IACf;GACF;EACD,QAAQ,EACN,aAAa,uBACd;EACD,MAAM;GACJ,SAAS;GACT,cAAc;GACd,iBAAiB;GAClB;EACD,OAAO;GACL,OAAO;GACP,aACE;GACF,SAAS,EACP,aAAa,gBACd;GACD,UAAU;IACR,OAAO;IACP,aACE;IACF,SAAS,EACP,OAAO,gBACR;IACF;GACF;EACD,QAAQ;GACN,OAAO;GACP,aACE;GACF,QAAQ;GACR,eAAe;GAChB;EACF;CAGD,QAAQ;EACN,SAAS;EACT,UAAU;GACR,OAAO;GACP,SAAS;GACT,aACE;GACH;EACD,SAAS;GACP,MAAM;GACN,iBAAiB;GACjB,UAAU;GACV,OAAO;GACP,QAAQ;GACR,QAAQ;GACT;EACD,WAAW;GACT,OAAO;GACP,UAAU;IACR,OAAO;IACP,aACE;IACH;GACD,OAAO;IACL,OAAO;IACP,aACE;IACH;GACD,SAAS;IACP,OAAO;IACP,aAAa;IACd;GACF;EACD,OAAO,EACL,OAAO,iBACR;EACD,MAAM;GACJ,QAAQ;GACR,SAAS;GACT,WAAW;GACX,SAAS;GACV;EACD,UAAU,EACR,mBAAmB,gDACpB;EACD,OAAO;GACL,OAAO;GACP,aAAa;GACb,UAAU;GACV,SAAS;GACT,SAAS;GACV;EACD,UAAU;GACR,OAAO;GACP,SACE;GACH;EACD,SAAS;GACP,MAAM;GACN,QAAQ;IACN,OAAO;IACP,aACE;IACH;GACD,QAAQ;IACN,OAAO;IACP,aACE;IACH;GACF;EACF;CAGD,gBAAgB;EACd,SAAS;EACT,UAAU;GACR,OAAO;GACP,SAAS;GACT,aAAa;GACd;EACD,SAAS;GACP,iBAAiB;GACjB,KAAK;GACL,QAAQ;GACT;EACD,OAAO;GACL,SAAS;GACT,QAAQ;GACT;EACD,MAAM;GACJ,QAAQ;GACR,SAAS;GACT,aAAa;GACb,kBAAkB;GAClB,aAAa;GACd;EACD,WAAW;GACT,OAAO;GACP,KAAK;IACH,OAAO;IACP,aACE;IACH;GACD,QAAQ;IACN,OAAO;IACP,aAAa;IACd;GACF;EACD,aAAa;GACX,OAAO;GACP,aAAa;GACd;EACD,QAAQ;GACN,OAAO;GACP,aACE;GACF,MAAM;GACN,eAAe;GAChB;EACF;CAGD,QAAQ,EACN,QAAQ;EACN,SAAS;EACT,QAAQ;EACR,SAAS;EACT,WAAW;EACX,QAAQ;EACR,WAAW;EACX,SAAS;EACT,SAAS;EACV,EACF;CAGD,UAAU,EACR,OAAO,YACR;CAGD,QAAQ;EACN,KAAK;EACL,MAAM;EACP;CACD,SAAS,EACP,KAAK,OACN;CACF,EACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/microfe-export",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.830.2",
|
|
4
4
|
"description": "Burdenoff Export Microfrontend - Data export management interface",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"zustand": "^5.0.0"
|
|
86
86
|
},
|
|
87
87
|
"publishConfig": {
|
|
88
|
-
"access": "
|
|
88
|
+
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"overrides": {
|
|
91
91
|
"lodash": ">=4.17.21",
|