@burdenoff/microfe-export 2026.525.2 → 2026.527.1
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/ExportRoutes.js +5 -4
- package/dist/export/ExportRoutes.js.map +1 -1
- package/dist/export/components/ExportStatusBadge.js +2 -2
- package/dist/export/components/ExportStatusBadge.js.map +1 -1
- package/dist/export/constants/enums.js +13 -13
- package/dist/export/constants/enums.js.map +1 -1
- package/dist/export/hooks/useExportQueries.js.map +1 -1
- package/dist/export/pages/CreateExportPage.js +10 -1
- package/dist/export/pages/CreateExportPage.js.map +1 -1
- package/dist/export/pages/ExportDashboardPage.js +5 -0
- package/dist/export/pages/ExportDashboardPage.js.map +1 -1
- package/dist/export/pages/ExportDetailPage.js +7 -1
- package/dist/export/pages/ExportDetailPage.js.map +1 -1
- package/dist/export/pages/ExportHistoryPage.js +136 -124
- package/dist/export/pages/ExportHistoryPage.js.map +1 -1
- package/dist/export/pages/ExportTemplatesPage.js +148 -136
- package/dist/export/pages/ExportTemplatesPage.js.map +1 -1
- package/dist/export/pages/TemplateDetailPage.js +6 -1
- package/dist/export/pages/TemplateDetailPage.js.map +1 -1
- package/package.json +1 -1
- package/dist/dev/main.d.ts +0 -2
- package/dist/dev/main.d.ts.map +0 -1
- package/dist/export/ExportRoot.d.ts +0 -31
- package/dist/export/ExportRoot.d.ts.map +0 -1
- package/dist/export/ExportRoutes.d.ts +0 -14
- package/dist/export/ExportRoutes.d.ts.map +0 -1
- package/dist/export/components/ExportProgressBar.d.ts +0 -12
- package/dist/export/components/ExportProgressBar.d.ts.map +0 -1
- package/dist/export/components/ExportStatusBadge.d.ts +0 -12
- package/dist/export/components/ExportStatusBadge.d.ts.map +0 -1
- package/dist/export/components/PageLayout.d.ts +0 -55
- package/dist/export/components/PageLayout.d.ts.map +0 -1
- package/dist/export/components/ui.d.ts +0 -6
- package/dist/export/components/ui.d.ts.map +0 -1
- package/dist/export/constants/enums.d.ts +0 -79
- package/dist/export/constants/enums.d.ts.map +0 -1
- package/dist/export/constants/index.d.ts +0 -7
- package/dist/export/constants/index.d.ts.map +0 -1
- package/dist/export/hooks/useExportQueries.d.ts +0 -224
- package/dist/export/hooks/useExportQueries.d.ts.map +0 -1
- package/dist/export/index.d.ts +0 -29
- package/dist/export/index.d.ts.map +0 -1
- package/dist/export/pages/CreateExportPage.d.ts +0 -2
- package/dist/export/pages/CreateExportPage.d.ts.map +0 -1
- package/dist/export/pages/ExportDashboardPage.d.ts +0 -6
- package/dist/export/pages/ExportDashboardPage.d.ts.map +0 -1
- package/dist/export/pages/ExportDetailPage.d.ts +0 -7
- package/dist/export/pages/ExportDetailPage.d.ts.map +0 -1
- package/dist/export/pages/ExportHistoryPage.d.ts +0 -6
- package/dist/export/pages/ExportHistoryPage.d.ts.map +0 -1
- package/dist/export/pages/ExportLandingPage.d.ts +0 -9
- package/dist/export/pages/ExportLandingPage.d.ts.map +0 -1
- package/dist/export/pages/ExportTemplatesPage.d.ts +0 -6
- package/dist/export/pages/ExportTemplatesPage.d.ts.map +0 -1
- package/dist/export/pages/TemplateDetailPage.d.ts +0 -7
- package/dist/export/pages/TemplateDetailPage.d.ts.map +0 -1
- package/dist/export/providers/ExportProvider.d.ts +0 -13
- package/dist/export/providers/ExportProvider.d.ts.map +0 -1
- package/dist/export/store/exportStore.d.ts +0 -17
- package/dist/export/store/exportStore.d.ts.map +0 -1
- package/dist/export/types/index.d.ts +0 -230
- package/dist/export/types/index.d.ts.map +0 -1
- package/dist/export/utils/cn.d.ts +0 -8
- package/dist/export/utils/cn.d.ts.map +0 -1
- package/dist/export/utils/events.d.ts +0 -7
- package/dist/export/utils/events.d.ts.map +0 -1
- package/dist/export/utils/i18n.d.ts +0 -6
- package/dist/export/utils/i18n.d.ts.map +0 -1
- package/dist/generated/global-operations.d.ts +0 -2
- package/dist/generated/global-operations.d.ts.map +0 -1
- package/dist/generated/global-types.d.ts +0 -23527
- package/dist/generated/global-types.d.ts.map +0 -1
- package/dist/generated/wspace-operations.d.ts +0 -773
- package/dist/generated/wspace-operations.d.ts.map +0 -1
- package/dist/generated/wspace-types.d.ts +0 -57851
- package/dist/generated/wspace-types.d.ts.map +0 -1
- package/dist/index.d.ts +0 -6
- package/dist/index.d.ts.map +0 -1
- package/dist/utils/nativeBridge.d.ts +0 -3
- package/dist/utils/nativeBridge.d.ts.map +0 -1
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
import { GetAvailableExportEntitiesQuery, GetExportJobQuery, ListExportJobsQuery, ListExportTemplatesQuery } from '../../generated/wspace-operations';
|
|
2
|
-
import { ExportJobStatus as GqlExportJobStatus, ExportJobFilterInput as GqlExportJobFilterInput, ExportPaginationInput as GqlExportPaginationInput } from '../../generated/wspace-types';
|
|
3
|
-
import { ExportFormat, ExportJob, ExportJobStatus, ExportScope, ExportTemplate, ExportAvailableEntity, ExportPart, ExportFilter, PageInfo } from '../types';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Input for creating an export job
|
|
7
|
-
*/
|
|
8
|
-
export interface CreateExportJobInput {
|
|
9
|
-
name: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
exportScope?: ExportScope;
|
|
12
|
-
organizationId?: string;
|
|
13
|
-
entityTypes: string[];
|
|
14
|
-
format: ExportFormat;
|
|
15
|
-
filters?: Record<string, unknown>;
|
|
16
|
-
templateId?: string;
|
|
17
|
-
dateRangeStart?: string | null;
|
|
18
|
-
dateRangeEnd?: string | null;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Input for creating an export template
|
|
22
|
-
*/
|
|
23
|
-
export interface CreateExportTemplateInput {
|
|
24
|
-
name: string;
|
|
25
|
-
description?: string;
|
|
26
|
-
entityTypes: string[];
|
|
27
|
-
format: ExportFormat;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Input for updating an export template
|
|
31
|
-
*/
|
|
32
|
-
export interface UpdateExportTemplateInput {
|
|
33
|
-
name?: string;
|
|
34
|
-
description?: string;
|
|
35
|
-
entityTypes?: string[];
|
|
36
|
-
format?: ExportFormat;
|
|
37
|
-
isDefault?: boolean;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Filter input for listing export jobs
|
|
41
|
-
*/
|
|
42
|
-
export interface ExportJobFilterInput {
|
|
43
|
-
status?: ExportJobStatus[];
|
|
44
|
-
format?: ExportFormat;
|
|
45
|
-
entityTypes?: string[];
|
|
46
|
-
search?: string;
|
|
47
|
-
dateFrom?: string;
|
|
48
|
-
dateTo?: string;
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* Pagination input for export job list
|
|
52
|
-
*/
|
|
53
|
-
export interface ExportPaginationInput {
|
|
54
|
-
first?: number;
|
|
55
|
-
after?: string;
|
|
56
|
-
last?: number;
|
|
57
|
-
before?: string;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* Hook to fetch a paginated list of export jobs
|
|
61
|
-
*/
|
|
62
|
-
export declare function useExportJobs(filter?: Partial<ExportFilter>, pagination?: ExportPaginationInput): {
|
|
63
|
-
data: ExportJob[];
|
|
64
|
-
totalCount: number;
|
|
65
|
-
pageInfo: PageInfo | null;
|
|
66
|
-
isLoading: boolean;
|
|
67
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
68
|
-
refetch: (variables?: Partial<import('../../generated/wspace-types').Exact<{
|
|
69
|
-
filter?: import('../../generated/wspace-types').InputMaybe<GqlExportJobFilterInput>;
|
|
70
|
-
pagination?: import('../../generated/wspace-types').InputMaybe<GqlExportPaginationInput>;
|
|
71
|
-
context: import('../../generated/wspace-types').ContextInput;
|
|
72
|
-
}>> | undefined) => Promise<import("@apollo/client").ApolloClient.QueryResult<ListExportJobsQuery>>;
|
|
73
|
-
};
|
|
74
|
-
/**
|
|
75
|
-
* Hook to fetch a single export job by ID.
|
|
76
|
-
*/
|
|
77
|
-
export declare function useExportJob(jobId: string | undefined): {
|
|
78
|
-
data: ExportJob | null;
|
|
79
|
-
isLoading: boolean;
|
|
80
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
81
|
-
refetch: (variables?: Partial<import('../../generated/wspace-types').Exact<{
|
|
82
|
-
context?: import('../../generated/wspace-types').InputMaybe<import('../../generated/wspace-types').ContextInput>;
|
|
83
|
-
id: import('../../generated/wspace-types').Scalars["ID"]["input"];
|
|
84
|
-
}>> | undefined) => Promise<import("@apollo/client").ApolloClient.QueryResult<GetExportJobQuery>>;
|
|
85
|
-
};
|
|
86
|
-
/**
|
|
87
|
-
* Hook to subscribe to live progress updates for an export job.
|
|
88
|
-
*/
|
|
89
|
-
export declare function useExportJobProgress(jobId: string | undefined): {
|
|
90
|
-
data: ExportJob | null;
|
|
91
|
-
isLoading: boolean;
|
|
92
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
93
|
-
};
|
|
94
|
-
/**
|
|
95
|
-
* Hook to fetch available entity types for export in a workspace
|
|
96
|
-
*/
|
|
97
|
-
export declare function useAvailableEntities(overrideWorkspaceId?: string): {
|
|
98
|
-
data: ExportAvailableEntity[];
|
|
99
|
-
totalCount: number;
|
|
100
|
-
pageInfo: PageInfo | null;
|
|
101
|
-
loadMore: () => Promise<void>;
|
|
102
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
103
|
-
isLoading: boolean;
|
|
104
|
-
refetch: (variables?: Partial<import('../../generated/wspace-types').Exact<{
|
|
105
|
-
context: import('../../generated/wspace-types').ContextInput;
|
|
106
|
-
pagination?: import('../../generated/wspace-types').InputMaybe<GqlExportPaginationInput>;
|
|
107
|
-
}>> | undefined) => Promise<import("@apollo/client").ApolloClient.QueryResult<GetAvailableExportEntitiesQuery>>;
|
|
108
|
-
};
|
|
109
|
-
/**
|
|
110
|
-
* Hook to fetch all export templates for the current workspace
|
|
111
|
-
*/
|
|
112
|
-
export declare function useExportTemplates(overrideWorkspaceId?: string): {
|
|
113
|
-
data: ExportTemplate[];
|
|
114
|
-
totalCount: number;
|
|
115
|
-
pageInfo: PageInfo | null;
|
|
116
|
-
loadMore: () => Promise<void>;
|
|
117
|
-
isLoading: boolean;
|
|
118
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
119
|
-
refetch: (variables?: Partial<import('../../generated/wspace-types').Exact<{
|
|
120
|
-
context: import('../../generated/wspace-types').ContextInput;
|
|
121
|
-
pagination?: import('../../generated/wspace-types').InputMaybe<GqlExportPaginationInput>;
|
|
122
|
-
}>> | undefined) => Promise<import("@apollo/client").ApolloClient.QueryResult<ListExportTemplatesQuery>>;
|
|
123
|
-
};
|
|
124
|
-
/**
|
|
125
|
-
* Hook to fetch a single export template by ID
|
|
126
|
-
*/
|
|
127
|
-
export declare function useExportTemplate(templateId: string | undefined): {
|
|
128
|
-
data: ExportTemplate | null;
|
|
129
|
-
isLoading: boolean;
|
|
130
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
131
|
-
};
|
|
132
|
-
/**
|
|
133
|
-
* Hook to fetch a single export part by ID
|
|
134
|
-
*/
|
|
135
|
-
export declare function useExportPart(partId: string | undefined): {
|
|
136
|
-
data: ExportPart | null;
|
|
137
|
-
isLoading: boolean;
|
|
138
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
139
|
-
};
|
|
140
|
-
/**
|
|
141
|
-
* Hook to create a new export job
|
|
142
|
-
*/
|
|
143
|
-
export declare function useCreateExportJob(): {
|
|
144
|
-
createJob: (input: CreateExportJobInput) => Promise<ExportJob>;
|
|
145
|
-
mutate: (input: CreateExportJobInput) => Promise<ExportJob>;
|
|
146
|
-
mutateAsync: (input: CreateExportJobInput) => Promise<ExportJob>;
|
|
147
|
-
loading: boolean;
|
|
148
|
-
isPending: boolean;
|
|
149
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
150
|
-
};
|
|
151
|
-
/**
|
|
152
|
-
* Hook to cancel an export job
|
|
153
|
-
*/
|
|
154
|
-
export declare function useCancelExportJob(): {
|
|
155
|
-
cancelJob: (id: string) => Promise<{
|
|
156
|
-
__typename?: "ExportJob";
|
|
157
|
-
id: string;
|
|
158
|
-
status: GqlExportJobStatus;
|
|
159
|
-
updatedAt: string;
|
|
160
|
-
}>;
|
|
161
|
-
mutate: (id: string) => Promise<{
|
|
162
|
-
__typename?: "ExportJob";
|
|
163
|
-
id: string;
|
|
164
|
-
status: GqlExportJobStatus;
|
|
165
|
-
updatedAt: string;
|
|
166
|
-
}>;
|
|
167
|
-
mutateAsync: (id: string) => Promise<{
|
|
168
|
-
__typename?: "ExportJob";
|
|
169
|
-
id: string;
|
|
170
|
-
status: GqlExportJobStatus;
|
|
171
|
-
updatedAt: string;
|
|
172
|
-
}>;
|
|
173
|
-
loading: boolean;
|
|
174
|
-
isPending: boolean;
|
|
175
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
176
|
-
};
|
|
177
|
-
/**
|
|
178
|
-
* Hook to delete an export job
|
|
179
|
-
*/
|
|
180
|
-
export declare function useDeleteExportJob(): {
|
|
181
|
-
deleteJob: (id: string) => Promise<boolean>;
|
|
182
|
-
mutate: (id: string) => Promise<boolean>;
|
|
183
|
-
mutateAsync: (id: string) => Promise<boolean>;
|
|
184
|
-
loading: boolean;
|
|
185
|
-
isPending: boolean;
|
|
186
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
187
|
-
};
|
|
188
|
-
/**
|
|
189
|
-
* Hook to retry a failed export job
|
|
190
|
-
*/
|
|
191
|
-
export declare function useRetryExportJob(): {
|
|
192
|
-
retryJob: (id: string) => Promise<ExportJob>;
|
|
193
|
-
loading: boolean;
|
|
194
|
-
isPending: boolean;
|
|
195
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
196
|
-
};
|
|
197
|
-
/**
|
|
198
|
-
* Hook to create a new export template
|
|
199
|
-
*/
|
|
200
|
-
export declare function useCreateExportTemplate(): {
|
|
201
|
-
createTemplate: (input: CreateExportTemplateInput) => Promise<ExportTemplate>;
|
|
202
|
-
loading: boolean;
|
|
203
|
-
isPending: boolean;
|
|
204
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
205
|
-
};
|
|
206
|
-
/**
|
|
207
|
-
* Hook to update an existing export template
|
|
208
|
-
*/
|
|
209
|
-
export declare function useUpdateExportTemplate(): {
|
|
210
|
-
updateTemplate: (id: string, input: UpdateExportTemplateInput) => Promise<Partial<ExportTemplate>>;
|
|
211
|
-
loading: boolean;
|
|
212
|
-
isPending: boolean;
|
|
213
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
214
|
-
};
|
|
215
|
-
/**
|
|
216
|
-
* Hook to delete an export template
|
|
217
|
-
*/
|
|
218
|
-
export declare function useDeleteExportTemplate(): {
|
|
219
|
-
deleteTemplate: (id: string) => Promise<boolean>;
|
|
220
|
-
loading: boolean;
|
|
221
|
-
isPending: boolean;
|
|
222
|
-
error: import('@apollo/client').ErrorLike | null;
|
|
223
|
-
};
|
|
224
|
-
//# sourceMappingURL=useExportQueries.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useExportQueries.d.ts","sourceRoot":"","sources":["../../../src/export/hooks/useExportQueries.ts"],"names":[],"mappings":"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"}
|
package/dist/export/index.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Export Microfrontend
|
|
3
|
-
*
|
|
4
|
-
* Provides data export functionality for workspaces including
|
|
5
|
-
* job management, scheduling, templates, and multi-format output.
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* ```tsx
|
|
9
|
-
* import { ExportRoot, type ExportRootProps } from '@burdenoff/micro-fe/export';
|
|
10
|
-
*
|
|
11
|
-
* function App() {
|
|
12
|
-
* const props: ExportRootProps = {
|
|
13
|
-
* basePath: '/export',
|
|
14
|
-
* navigate: (path) => router.push(path),
|
|
15
|
-
* currentUser: { id: '1', email: 'user@example.com' },
|
|
16
|
-
* workspaceId: 'ws-123',
|
|
17
|
-
* apiGatewayUrl: 'https://api.example.com',
|
|
18
|
-
* authToken: 'token',
|
|
19
|
-
* };
|
|
20
|
-
*
|
|
21
|
-
* return <ExportRoot {...props} />;
|
|
22
|
-
* }
|
|
23
|
-
* ```
|
|
24
|
-
*/
|
|
25
|
-
export { ExportRoot } from './ExportRoot';
|
|
26
|
-
export type { ExportRootProps, ExportJob, ExportPart, ExportTemplate, ExportAvailableEntity, ExportFilter, ExportView, } from './types';
|
|
27
|
-
export { useExport } from './providers/ExportProvider';
|
|
28
|
-
export { useExportStore } from './store/exportStore';
|
|
29
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/export/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,eAAe,EACf,SAAS,EACT,UAAU,EACV,cAAc,EACd,qBAAqB,EACrB,YAAY,EACZ,UAAU,GACX,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateExportPage.d.ts","sourceRoot":"","sources":["../../../src/export/pages/CreateExportPage.tsx"],"names":[],"mappings":"AAyEA,wBAAgB,gBAAgB,4CA+sB/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExportDashboardPage.d.ts","sourceRoot":"","sources":["../../../src/export/pages/ExportDashboardPage.tsx"],"names":[],"mappings":"AA0BA;;;GAGG;AACH,wBAAgB,mBAAmB,4CAyOlC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Export Detail Page
|
|
3
|
-
* Single export job detail view with parts, progress, download links.
|
|
4
|
-
* Uses GraphQL subscriptions for live progress updates when a job is active.
|
|
5
|
-
*/
|
|
6
|
-
export declare function ExportDetailPage(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
//# sourceMappingURL=ExportDetailPage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExportDetailPage.d.ts","sourceRoot":"","sources":["../../../src/export/pages/ExportDetailPage.tsx"],"names":[],"mappings":"AAsDA;;;;GAIG;AACH,wBAAgB,gBAAgB,4CAsX/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExportHistoryPage.d.ts","sourceRoot":"","sources":["../../../src/export/pages/ExportHistoryPage.tsx"],"names":[],"mappings":"AAqCA;;;GAGG;AACH,wBAAgB,iBAAiB,4CAsZhC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ExportLandingPage
|
|
3
|
-
*
|
|
4
|
-
* Tabbed landing page for the Export microfrontend. Renders the existing
|
|
5
|
-
* sub-pages (dashboard, new, history, templates) inside a Tabs container.
|
|
6
|
-
* The active tab is reflected in the `?tab=` URL search param.
|
|
7
|
-
*/
|
|
8
|
-
export declare function ExportLandingPage(): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
//# sourceMappingURL=ExportLandingPage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExportLandingPage.d.ts","sourceRoot":"","sources":["../../../src/export/pages/ExportLandingPage.tsx"],"names":[],"mappings":"AASA;;;;;;GAMG;AACH,wBAAgB,iBAAiB,4CA2ChC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExportTemplatesPage.d.ts","sourceRoot":"","sources":["../../../src/export/pages/ExportTemplatesPage.tsx"],"names":[],"mappings":"AAkCA;;;GAGG;AACH,wBAAgB,mBAAmB,4CAsflC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Template Detail Page
|
|
3
|
-
* View template details and use it to create a new export.
|
|
4
|
-
* Fetches template from the backend via useExportTemplate hook.
|
|
5
|
-
*/
|
|
6
|
-
export declare function TemplateDetailPage(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
//# sourceMappingURL=TemplateDetailPage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TemplateDetailPage.d.ts","sourceRoot":"","sources":["../../../src/export/pages/TemplateDetailPage.tsx"],"names":[],"mappings":"AAmCA;;;;GAIG;AACH,wBAAgB,kBAAkB,4CAoOjC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { FC, PropsWithChildren } from 'react';
|
|
2
|
-
import { ExportRootProps } from '../types';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Hook to access Export context
|
|
6
|
-
*/
|
|
7
|
-
export declare const useExport: () => ExportRootProps;
|
|
8
|
-
/**
|
|
9
|
-
* Provider component for Export microfrontend
|
|
10
|
-
* Sets up routing, context, Apollo Client, and React Query client
|
|
11
|
-
*/
|
|
12
|
-
export declare const ExportProvider: FC<PropsWithChildren<ExportRootProps>>;
|
|
13
|
-
//# sourceMappingURL=ExportProvider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExportProvider.d.ts","sourceRoot":"","sources":["../../../src/export/providers/ExportProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAqBnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAsChD;;GAEG;AACH,eAAO,MAAM,SAAS,uBAMrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,iBAAiB,CAAC,eAAe,CAAC,CA8MjE,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ExportJob, ExportFilter, ExportDisplayMode, ExportPagination } from '../types';
|
|
2
|
-
|
|
3
|
-
interface ExportState {
|
|
4
|
-
selectedJob: ExportJob | null;
|
|
5
|
-
viewMode: ExportDisplayMode;
|
|
6
|
-
jobFilter: ExportFilter;
|
|
7
|
-
pagination: ExportPagination;
|
|
8
|
-
setSelectedJob: (job: ExportJob | null) => void;
|
|
9
|
-
setViewMode: (mode: ExportDisplayMode) => void;
|
|
10
|
-
updateFilter: (filter: Partial<ExportFilter>) => void;
|
|
11
|
-
resetFilter: () => void;
|
|
12
|
-
setPagination: (p: Partial<ExportPagination>) => void;
|
|
13
|
-
resetPagination: () => void;
|
|
14
|
-
}
|
|
15
|
-
export declare const useExportStore: import('zustand').UseBoundStore<import('zustand').StoreApi<ExportState>>;
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=exportStore.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exportStore.d.ts","sourceRoot":"","sources":["../../../src/export/store/exportStore.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,UAAU,CAAC;AAElB,UAAU,WAAW;IAEnB,WAAW,EAAE,SAAS,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,iBAAiB,CAAC;IAG5B,SAAS,EAAE,YAAY,CAAC;IAGxB,UAAU,EAAE,gBAAgB,CAAC;IAG7B,cAAc,EAAE,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI,KAAK,IAAI,CAAC;IAChD,WAAW,EAAE,CAAC,IAAI,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAC/C,YAAY,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,IAAI,CAAC;IACtD,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,aAAa,EAAE,CAAC,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACtD,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B;AAeD,eAAO,MAAM,cAAc,0EAuBxB,CAAC"}
|
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Navigation item for shell integration
|
|
3
|
-
*/
|
|
4
|
-
export interface NavItem {
|
|
5
|
-
id: string;
|
|
6
|
-
label: string;
|
|
7
|
-
path: string;
|
|
8
|
-
icon?: React.ReactNode;
|
|
9
|
-
badge?: number;
|
|
10
|
-
order?: number;
|
|
11
|
-
group?: string;
|
|
12
|
-
visible?: boolean;
|
|
13
|
-
/** Nested children items for dropdown menus */
|
|
14
|
-
children?: NavItem[];
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Footer item for shell integration
|
|
18
|
-
*/
|
|
19
|
-
export interface FooterItem {
|
|
20
|
-
id: string;
|
|
21
|
-
label: string;
|
|
22
|
-
type: "status" | "action";
|
|
23
|
-
order?: number;
|
|
24
|
-
section: "left" | "center" | "right";
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Base microfrontend root props
|
|
28
|
-
* TODO: Import from '@burdenoff/fe-libs/shared/types' when fe-libs is built
|
|
29
|
-
*/
|
|
30
|
-
export interface MicrofrontendRootProps {
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Props for the ExportRoot component
|
|
34
|
-
*/
|
|
35
|
-
export interface ExportRootProps extends MicrofrontendRootProps {
|
|
36
|
-
/**
|
|
37
|
-
* Base path for the export microfrontend
|
|
38
|
-
*/
|
|
39
|
-
basePath?: string;
|
|
40
|
-
/**
|
|
41
|
-
* Workspace ID for scoping operations
|
|
42
|
-
*/
|
|
43
|
-
workspaceId?: string;
|
|
44
|
-
/**
|
|
45
|
-
* Tenant ID for global-layer operations
|
|
46
|
-
*/
|
|
47
|
-
tenantId?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Organization ID for org-scoped exports
|
|
50
|
-
*/
|
|
51
|
-
organizationId?: string;
|
|
52
|
-
/**
|
|
53
|
-
* API Gateway URL for GraphQL requests
|
|
54
|
-
*/
|
|
55
|
-
apiGatewayUrl?: string;
|
|
56
|
-
/**
|
|
57
|
-
* Authentication token for API requests (platform identity JWT)
|
|
58
|
-
*/
|
|
59
|
-
authToken?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Workspace token for workspace-scoped API requests (workspace access JWT).
|
|
62
|
-
* The gateway requires both authToken (Authorization) and workspaceToken
|
|
63
|
-
* (X-Workspace-Authorization) for workspace operations.
|
|
64
|
-
*/
|
|
65
|
-
workspaceToken?: string;
|
|
66
|
-
/** Optional shell-owned event bus. MFEs emit events; host shells own sinks. */
|
|
67
|
-
eventBus?: {
|
|
68
|
-
emit: (event: string, payload: unknown) => void;
|
|
69
|
-
};
|
|
70
|
-
/**
|
|
71
|
-
* Async function to obtain a fresh workspace token.
|
|
72
|
-
* Called by the error link when the gateway returns TOKEN_EXPIRED.
|
|
73
|
-
* The shell should implement this by calling wspace-auth-svc to issue a new token.
|
|
74
|
-
*/
|
|
75
|
-
getWorkspaceToken?: () => Promise<string | null>;
|
|
76
|
-
/**
|
|
77
|
-
* Navigation function provided by the shell
|
|
78
|
-
*/
|
|
79
|
-
navigate?: (path: string) => void;
|
|
80
|
-
/**
|
|
81
|
-
* Current user information
|
|
82
|
-
*/
|
|
83
|
-
currentUser?: {
|
|
84
|
-
id: string;
|
|
85
|
-
email: string;
|
|
86
|
-
firstName?: string;
|
|
87
|
-
lastName?: string;
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* Optional function to register navigation items with the shell
|
|
91
|
-
* Injected by the shell app
|
|
92
|
-
*/
|
|
93
|
-
registerNavItems?: (items: NavItem | NavItem[]) => () => void;
|
|
94
|
-
/**
|
|
95
|
-
* Optional function to register footer items with the shell
|
|
96
|
-
* Injected by the shell app
|
|
97
|
-
*/
|
|
98
|
-
registerFooterItems?: (items: FooterItem | FooterItem[]) => () => void;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* Export job status
|
|
102
|
-
*/
|
|
103
|
-
export type ExportJobStatus = "CREATED" | "QUEUED" | "RUNNING" | "COMPLETED" | "FAILED" | "CANCELLED" | "EXPIRED" | "DELETED";
|
|
104
|
-
/**
|
|
105
|
-
* Export scope — determines which data is included
|
|
106
|
-
*/
|
|
107
|
-
export type ExportScope = "INDIVIDUAL" | "WORKSPACE_ADMIN" | "ORG_ADMIN";
|
|
108
|
-
/**
|
|
109
|
-
* Export output format — backend only supports JSON and CSV
|
|
110
|
-
*/
|
|
111
|
-
export type ExportFormat = "CSV" | "JSON";
|
|
112
|
-
/**
|
|
113
|
-
* Export archive format
|
|
114
|
-
*/
|
|
115
|
-
export type ExportArchiveFormat = "ZIP";
|
|
116
|
-
/**
|
|
117
|
-
* Export job entity — aligned with backend schema
|
|
118
|
-
*/
|
|
119
|
-
export interface ExportJob {
|
|
120
|
-
id: string;
|
|
121
|
-
name: string;
|
|
122
|
-
description?: string;
|
|
123
|
-
status: ExportJobStatus;
|
|
124
|
-
progress: number;
|
|
125
|
-
exportScope?: ExportScope;
|
|
126
|
-
organizationId?: string;
|
|
127
|
-
targetWorkspaceIds?: string[];
|
|
128
|
-
entityTypes: string[];
|
|
129
|
-
format: ExportFormat;
|
|
130
|
-
archiveFormat: ExportArchiveFormat;
|
|
131
|
-
/** Total number of entities to export (backend field name) */
|
|
132
|
-
totalEntities?: number;
|
|
133
|
-
/** Number of entities processed so far (backend field name) */
|
|
134
|
-
processedEntities?: number;
|
|
135
|
-
totalSizeBytes?: number;
|
|
136
|
-
parts: ExportPart[];
|
|
137
|
-
templateId?: string;
|
|
138
|
-
filters?: Record<string, unknown>;
|
|
139
|
-
errorMessage?: string;
|
|
140
|
-
startedAt?: string;
|
|
141
|
-
completedAt?: string;
|
|
142
|
-
expiresAt?: string;
|
|
143
|
-
/** UUID of the actor who created the job */
|
|
144
|
-
createdBy: string;
|
|
145
|
-
temporalWorkflowId?: string;
|
|
146
|
-
workspaceId?: string;
|
|
147
|
-
createdAt: string;
|
|
148
|
-
updatedAt: string;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* Export part (individual file within an export job)
|
|
152
|
-
*/
|
|
153
|
-
export interface ExportPart {
|
|
154
|
-
id: string;
|
|
155
|
-
jobId?: string;
|
|
156
|
-
partNumber: number;
|
|
157
|
-
fileName: string;
|
|
158
|
-
/** Array of entity types contained in this part */
|
|
159
|
-
entityTypes: string[];
|
|
160
|
-
sizeBytes: number;
|
|
161
|
-
downloadUrl?: string;
|
|
162
|
-
downloadExpiresAt?: string;
|
|
163
|
-
checksum?: string;
|
|
164
|
-
createdAt?: string;
|
|
165
|
-
}
|
|
166
|
-
/**
|
|
167
|
-
* Export template for reusable export configurations
|
|
168
|
-
*/
|
|
169
|
-
export interface ExportTemplate {
|
|
170
|
-
id: string;
|
|
171
|
-
name: string;
|
|
172
|
-
description?: string;
|
|
173
|
-
entityTypes: string[];
|
|
174
|
-
format: ExportFormat;
|
|
175
|
-
filters?: Record<string, unknown>;
|
|
176
|
-
/** Whether this is a default system template */
|
|
177
|
-
isDefault: boolean;
|
|
178
|
-
/** UUID of the actor who created the template */
|
|
179
|
-
createdBy: string;
|
|
180
|
-
workspaceId?: string;
|
|
181
|
-
createdAt: string;
|
|
182
|
-
updatedAt: string;
|
|
183
|
-
}
|
|
184
|
-
/**
|
|
185
|
-
* Available entity type for export
|
|
186
|
-
*/
|
|
187
|
-
export interface ExportAvailableEntity {
|
|
188
|
-
entityType: string;
|
|
189
|
-
displayName: string;
|
|
190
|
-
description?: string;
|
|
191
|
-
estimatedSize?: string;
|
|
192
|
-
supportsDateRange: boolean;
|
|
193
|
-
supportsMediaExport: boolean;
|
|
194
|
-
enabled: boolean;
|
|
195
|
-
}
|
|
196
|
-
/**
|
|
197
|
-
* GraphQL connection page info
|
|
198
|
-
*/
|
|
199
|
-
export interface PageInfo {
|
|
200
|
-
hasNextPage: boolean;
|
|
201
|
-
hasPreviousPage: boolean;
|
|
202
|
-
startCursor?: string;
|
|
203
|
-
endCursor?: string;
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* Export filter options
|
|
207
|
-
*/
|
|
208
|
-
export interface ExportFilter {
|
|
209
|
-
search: string;
|
|
210
|
-
status: ExportJobStatus | "all";
|
|
211
|
-
format: ExportFormat | "all";
|
|
212
|
-
dateRange: "all" | "today" | "week" | "month" | "quarter";
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
* Pagination state for export job list
|
|
216
|
-
*/
|
|
217
|
-
export interface ExportPagination {
|
|
218
|
-
page: number;
|
|
219
|
-
cursor: string | null;
|
|
220
|
-
pageSize: number;
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* View mode for export UI
|
|
224
|
-
*/
|
|
225
|
-
export type ExportView = "dashboard" | "new" | "history" | "templates";
|
|
226
|
-
/**
|
|
227
|
-
* View mode for export display
|
|
228
|
-
*/
|
|
229
|
-
export type ExportDisplayMode = "list" | "grid";
|
|
230
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/export/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ClassValue } from 'clsx';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Utility function to merge Tailwind CSS classes
|
|
5
|
-
* Combines clsx for conditional classes and tailwind-merge for deduplication
|
|
6
|
-
*/
|
|
7
|
-
export declare function cn(...inputs: ClassValue[]): string;
|
|
8
|
-
//# sourceMappingURL=cn.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../../src/export/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAG7C;;;GAGG;AACH,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ExportRootProps } from '../types';
|
|
2
|
-
|
|
3
|
-
export type ExportEventName = "export.job.created" | "export.job.cancelled" | "export.job.deleted" | "export.job.retried" | "export.template.created" | "export.template.updated" | "export.template.deleted" | "export.api.failed";
|
|
4
|
-
type ExportEventPayload = Record<string, unknown>;
|
|
5
|
-
export declare function emitExportEvent(context: Pick<ExportRootProps, "eventBus" | "workspaceId">, name: ExportEventName, payload?: ExportEventPayload): void;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/export/utils/events.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,MAAM,eAAe,GACvB,oBAAoB,GACpB,sBAAsB,GACtB,oBAAoB,GACpB,oBAAoB,GACpB,yBAAyB,GACzB,yBAAyB,GACzB,yBAAyB,GACzB,mBAAmB,CAAC;AAExB,KAAK,kBAAkB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAElD,wBAAgB,eAAe,CAC7B,OAAO,EAAE,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,aAAa,CAAC,EAC1D,IAAI,EAAE,eAAe,EACrB,OAAO,GAAE,kBAAuB,GAC/B,IAAI,CAmBN"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { I18nContextValue } from '@burdenoff/fe-libs/shared/providers/shell/I18nProvider';
|
|
2
|
-
|
|
3
|
-
type TranslationParams = Record<string, string | number>;
|
|
4
|
-
export declare function tWithFallback(t: I18nContextValue["t"], key: string, fallback: string, params?: TranslationParams): string;
|
|
5
|
-
export {};
|
|
6
|
-
//# sourceMappingURL=i18n.d.ts.map
|