@burdenoff/microfe-bigconsole 2026.624.2 → 2026.626.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/bigconsole/BigConsoleRoutes.js +175 -118
- package/dist/bigconsole/BigConsoleRoutes.js.map +1 -1
- package/dist/bigconsole/assistant/assistantApi.js +215 -0
- package/dist/bigconsole/assistant/assistantApi.js.map +1 -0
- package/dist/bigconsole/assistant/createSandboxAssistantTransport.js +119 -0
- package/dist/bigconsole/assistant/createSandboxAssistantTransport.js.map +1 -0
- package/dist/bigconsole/assistant/index.js +2 -0
- package/dist/bigconsole/assistant/pageContext.js +51 -0
- package/dist/bigconsole/assistant/pageContext.js.map +1 -0
- package/dist/bigconsole/components/dashboard/CreateDashboardDialog.js +48 -48
- package/dist/bigconsole/components/dashboard/DashboardToolbar.js +52 -52
- package/dist/bigconsole/components/dashboard/DrilldownBreadcrumb.js.map +1 -1
- package/dist/bigconsole/components/dashboard/ExportDashboardDialog.js +33 -33
- package/dist/bigconsole/components/dashboard/ImportDashboardDialog.js +179 -179
- package/dist/bigconsole/components/dashboard/ImportDashboardDialog.js.map +1 -1
- package/dist/bigconsole/components/dashboard/WidgetPalette.js +38 -38
- package/dist/bigconsole/components/datasink/DataSinkTableViewer.js +32 -32
- package/dist/bigconsole/components/datasink/ExportDataSinkDialog.js +31 -31
- package/dist/bigconsole/components/datasink/ImportDataSinkDialog.js +98 -98
- package/dist/bigconsole/components/datasink/ImportDataSinkDialog.js.map +1 -1
- package/dist/bigconsole/components/parser/ExportParserDialog.js +31 -31
- package/dist/bigconsole/components/parser/ImportParserDialog.js +162 -162
- package/dist/bigconsole/components/parser/ImportParserDialog.js.map +1 -1
- package/dist/bigconsole/components/widgets/ActionConfigDialog.js +79 -79
- package/dist/bigconsole/components/widgets/ActionConfigDialog.js.map +1 -1
- package/dist/bigconsole/components/widgets/DrilldownConfigPanel.js.map +1 -1
- package/dist/bigconsole/components/widgets/PropertiesPanel.js +307 -307
- package/dist/bigconsole/components/widgets/PropertiesPanel.js.map +1 -1
- package/dist/bigconsole/components/widgets/WidgetConfigDialog.js +222 -222
- package/dist/bigconsole/components/widgets/WidgetConfigDialog.js.map +1 -1
- package/dist/bigconsole/components/widgets/WidgetTypeSelector.js +23 -23
- package/dist/bigconsole/index.js +3 -0
- package/dist/bigconsole/pages/DashboardBuilderPage.js +74 -74
- package/dist/bigconsole/pages/DashboardBuilderPage.js.map +1 -1
- package/dist/bigconsole/pages/DashboardViewPage.js +168 -189
- package/dist/bigconsole/pages/DashboardViewPage.js.map +1 -1
- package/dist/bigconsole/pages/DashboardsPage.js +266 -310
- package/dist/bigconsole/pages/DashboardsPage.js.map +1 -1
- package/dist/bigconsole/pages/DataParsersPage.js +148 -194
- package/dist/bigconsole/pages/DataParsersPage.js.map +1 -1
- package/dist/bigconsole/pages/DataSinkBuilderPage.js +252 -246
- package/dist/bigconsole/pages/DataSinkBuilderPage.js.map +1 -1
- package/dist/bigconsole/pages/DataSinkViewPage.js +256 -231
- package/dist/bigconsole/pages/DataSinkViewPage.js.map +1 -1
- package/dist/bigconsole/pages/DataSinksPage.js +173 -219
- package/dist/bigconsole/pages/DataSinksPage.js.map +1 -1
- package/dist/bigconsole/pages/HomePage.js +125 -141
- package/dist/bigconsole/pages/HomePage.js.map +1 -1
- package/dist/bigconsole/pages/InsightsPage.js +159 -184
- package/dist/bigconsole/pages/InsightsPage.js.map +1 -1
- package/dist/bigconsole/pages/ParserBuilderPage.js +401 -393
- package/dist/bigconsole/pages/ParserBuilderPage.js.map +1 -1
- package/dist/bigconsole/pages/ParserViewPage.js +220 -201
- package/dist/bigconsole/pages/ParserViewPage.js.map +1 -1
- package/dist/bigconsole/pages/PipelineBuilderPage.js +212 -206
- package/dist/bigconsole/pages/PipelineBuilderPage.js.map +1 -1
- package/dist/bigconsole/pages/PipelineViewPage.js +204 -181
- package/dist/bigconsole/pages/PipelineViewPage.js.map +1 -1
- package/dist/bigconsole/pages/PipelinesPage.js +107 -150
- package/dist/bigconsole/pages/PipelinesPage.js.map +1 -1
- package/dist/bigconsole/pages/SettingsPage.js +184 -171
- package/dist/bigconsole/pages/SettingsPage.js.map +1 -1
- package/dist/bigconsole/pages/WidgetDemoPage.js +69 -81
- package/dist/bigconsole/pages/WidgetDemoPage.js.map +1 -1
- package/dist/bigconsole/pages/WorkflowViewPage.js +230 -216
- package/dist/bigconsole/pages/WorkflowViewPage.js.map +1 -1
- package/dist/bigconsole/pages/WorkflowsPage.js +106 -149
- package/dist/bigconsole/pages/WorkflowsPage.js.map +1 -1
- package/dist/generated/wspace-operations.js +87 -36
- package/dist/generated/wspace-operations.js.map +1 -1
- package/dist/index.js +3 -1
- package/package.json +6 -2
|
@@ -2,8 +2,8 @@ import e from "../../hooks/useExportDashboard.js";
|
|
|
2
2
|
import "../../hooks/index.js";
|
|
3
3
|
import { memo as t, useCallback as n, useEffect as r, useState as i } from "react";
|
|
4
4
|
import { Check as a, Download as o, FileJson as s } from "lucide-react";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { Dialog as c, DialogContent as l, DialogDescription as u, DialogTitle as d, Spinner as f } from "@burdenoff/fe-libs/ui";
|
|
6
|
+
import { Fragment as p, jsx as m, jsxs as h } from "react/jsx-runtime";
|
|
7
7
|
//#region src/bigconsole/components/dashboard/ExportDashboardDialog.tsx
|
|
8
8
|
var g = {
|
|
9
9
|
dialogContent: {
|
|
@@ -169,7 +169,7 @@ var g = {
|
|
|
169
169
|
cursor: "not-allowed"
|
|
170
170
|
}
|
|
171
171
|
}, _ = t(function({ checked: e, onChange: t, disabled: n, label: r, description: i }) {
|
|
172
|
-
return /* @__PURE__ */
|
|
172
|
+
return /* @__PURE__ */ h("div", {
|
|
173
173
|
style: {
|
|
174
174
|
...g.optionItem,
|
|
175
175
|
...e ? g.optionItemActive : {},
|
|
@@ -177,22 +177,22 @@ var g = {
|
|
|
177
177
|
cursor: n ? "not-allowed" : "pointer"
|
|
178
178
|
},
|
|
179
179
|
onClick: () => !n && t(!e),
|
|
180
|
-
children: [/* @__PURE__ */
|
|
180
|
+
children: [/* @__PURE__ */ m("div", {
|
|
181
181
|
style: {
|
|
182
182
|
...g.checkbox,
|
|
183
183
|
...e ? g.checkboxChecked : {}
|
|
184
184
|
},
|
|
185
|
-
children: e && /* @__PURE__ */
|
|
185
|
+
children: e && /* @__PURE__ */ m(a, { style: {
|
|
186
186
|
width: "14px",
|
|
187
187
|
height: "14px",
|
|
188
188
|
color: "var(--color-action-primary-text)"
|
|
189
189
|
} })
|
|
190
|
-
}), /* @__PURE__ */
|
|
190
|
+
}), /* @__PURE__ */ h("div", {
|
|
191
191
|
style: g.optionText,
|
|
192
|
-
children: [/* @__PURE__ */
|
|
192
|
+
children: [/* @__PURE__ */ m("p", {
|
|
193
193
|
style: g.optionLabel,
|
|
194
194
|
children: r
|
|
195
|
-
}), /* @__PURE__ */
|
|
195
|
+
}), /* @__PURE__ */ m("p", {
|
|
196
196
|
style: g.optionDescription,
|
|
197
197
|
children: i
|
|
198
198
|
})]
|
|
@@ -219,87 +219,87 @@ var g = {
|
|
|
219
219
|
b,
|
|
220
220
|
y
|
|
221
221
|
]);
|
|
222
|
-
return a ? /* @__PURE__ */
|
|
222
|
+
return a ? /* @__PURE__ */ m(c, {
|
|
223
223
|
open: t,
|
|
224
224
|
onOpenChange: (e) => !e && !D && y(),
|
|
225
|
-
children: /* @__PURE__ */
|
|
225
|
+
children: /* @__PURE__ */ h(l, {
|
|
226
226
|
style: g.dialogContent,
|
|
227
227
|
children: [
|
|
228
|
-
/* @__PURE__ */
|
|
228
|
+
/* @__PURE__ */ h("div", {
|
|
229
229
|
style: g.header,
|
|
230
|
-
children: [/* @__PURE__ */
|
|
230
|
+
children: [/* @__PURE__ */ m("div", {
|
|
231
231
|
style: g.iconWrapper,
|
|
232
|
-
children: /* @__PURE__ */
|
|
232
|
+
children: /* @__PURE__ */ m(s, { style: {
|
|
233
233
|
width: "22px",
|
|
234
234
|
height: "22px"
|
|
235
235
|
} })
|
|
236
|
-
}), /* @__PURE__ */
|
|
236
|
+
}), /* @__PURE__ */ h("div", {
|
|
237
237
|
style: g.headerText,
|
|
238
|
-
children: [/* @__PURE__ */
|
|
238
|
+
children: [/* @__PURE__ */ m(d, {
|
|
239
239
|
asChild: !0,
|
|
240
|
-
children: /* @__PURE__ */
|
|
240
|
+
children: /* @__PURE__ */ m("h2", {
|
|
241
241
|
style: g.title,
|
|
242
242
|
children: "Export Dashboard"
|
|
243
243
|
})
|
|
244
|
-
}), /* @__PURE__ */
|
|
244
|
+
}), /* @__PURE__ */ m(u, {
|
|
245
245
|
asChild: !0,
|
|
246
|
-
children: /* @__PURE__ */
|
|
246
|
+
children: /* @__PURE__ */ m("p", {
|
|
247
247
|
style: g.description,
|
|
248
248
|
children: "Export your dashboard configuration to a JSON file."
|
|
249
249
|
})
|
|
250
250
|
})]
|
|
251
251
|
})]
|
|
252
252
|
}),
|
|
253
|
-
/* @__PURE__ */
|
|
253
|
+
/* @__PURE__ */ h("div", {
|
|
254
254
|
style: g.content,
|
|
255
255
|
children: [
|
|
256
|
-
v && /* @__PURE__ */
|
|
256
|
+
v && /* @__PURE__ */ h("div", {
|
|
257
257
|
style: g.dashboardInfo,
|
|
258
|
-
children: [/* @__PURE__ */
|
|
258
|
+
children: [/* @__PURE__ */ m("p", {
|
|
259
259
|
style: g.dashboardLabel,
|
|
260
260
|
children: "Exporting:"
|
|
261
|
-
}), /* @__PURE__ */
|
|
261
|
+
}), /* @__PURE__ */ m("p", {
|
|
262
262
|
style: g.dashboardName,
|
|
263
263
|
children: v
|
|
264
264
|
})]
|
|
265
265
|
}),
|
|
266
|
-
/* @__PURE__ */
|
|
266
|
+
/* @__PURE__ */ m("p", {
|
|
267
267
|
style: g.optionsTitle,
|
|
268
268
|
children: "Export Options"
|
|
269
269
|
}),
|
|
270
|
-
/* @__PURE__ */
|
|
270
|
+
/* @__PURE__ */ m(_, {
|
|
271
271
|
checked: x,
|
|
272
272
|
onChange: S,
|
|
273
273
|
disabled: D,
|
|
274
274
|
label: "Include Data Source References",
|
|
275
275
|
description: "Store data source names for reference (IDs are not transferred)"
|
|
276
276
|
}),
|
|
277
|
-
/* @__PURE__ */
|
|
277
|
+
/* @__PURE__ */ m(_, {
|
|
278
278
|
checked: C,
|
|
279
279
|
onChange: w,
|
|
280
280
|
disabled: D,
|
|
281
281
|
label: "Include Webhook Mappings",
|
|
282
282
|
description: "Export webhook configurations (URLs will need to be reconfigured)"
|
|
283
283
|
}),
|
|
284
|
-
/* @__PURE__ */
|
|
284
|
+
/* @__PURE__ */ m(_, {
|
|
285
285
|
checked: T,
|
|
286
286
|
onChange: E,
|
|
287
287
|
disabled: D,
|
|
288
288
|
label: "Format JSON (Pretty Print)",
|
|
289
289
|
description: "Makes the export file human-readable (larger file size)"
|
|
290
290
|
}),
|
|
291
|
-
O && /* @__PURE__ */
|
|
291
|
+
O && /* @__PURE__ */ m("div", {
|
|
292
292
|
style: g.error,
|
|
293
|
-
children: /* @__PURE__ */
|
|
293
|
+
children: /* @__PURE__ */ m("p", {
|
|
294
294
|
style: g.errorText,
|
|
295
295
|
children: O.message
|
|
296
296
|
})
|
|
297
297
|
})
|
|
298
298
|
]
|
|
299
299
|
}),
|
|
300
|
-
/* @__PURE__ */
|
|
300
|
+
/* @__PURE__ */ h("div", {
|
|
301
301
|
style: g.footer,
|
|
302
|
-
children: [/* @__PURE__ */
|
|
302
|
+
children: [/* @__PURE__ */ m("button", {
|
|
303
303
|
style: g.cancelButton,
|
|
304
304
|
onClick: y,
|
|
305
305
|
disabled: D,
|
|
@@ -310,7 +310,7 @@ var g = {
|
|
|
310
310
|
e.currentTarget.style.backgroundColor = "var(--color-bg-surface)";
|
|
311
311
|
},
|
|
312
312
|
children: "Cancel"
|
|
313
|
-
}), /* @__PURE__ */
|
|
313
|
+
}), /* @__PURE__ */ m("button", {
|
|
314
314
|
style: {
|
|
315
315
|
...g.exportButton,
|
|
316
316
|
...D ? g.exportButtonDisabled : {}
|
|
@@ -323,10 +323,10 @@ var g = {
|
|
|
323
323
|
onMouseLeave: (e) => {
|
|
324
324
|
D || (e.currentTarget.style.opacity = "1");
|
|
325
325
|
},
|
|
326
|
-
children: D ? /* @__PURE__ */
|
|
326
|
+
children: D ? /* @__PURE__ */ h(p, { children: [/* @__PURE__ */ m(f, { style: {
|
|
327
327
|
width: "16px",
|
|
328
328
|
height: "16px"
|
|
329
|
-
} }), "Exporting..."] }) : /* @__PURE__ */
|
|
329
|
+
} }), "Exporting..."] }) : /* @__PURE__ */ h(p, { children: [/* @__PURE__ */ m(o, { style: {
|
|
330
330
|
width: "16px",
|
|
331
331
|
height: "16px"
|
|
332
332
|
} }), "Download Export"] })
|