@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.
Files changed (72) hide show
  1. package/dist/bigconsole/BigConsoleRoutes.js +175 -118
  2. package/dist/bigconsole/BigConsoleRoutes.js.map +1 -1
  3. package/dist/bigconsole/assistant/assistantApi.js +215 -0
  4. package/dist/bigconsole/assistant/assistantApi.js.map +1 -0
  5. package/dist/bigconsole/assistant/createSandboxAssistantTransport.js +119 -0
  6. package/dist/bigconsole/assistant/createSandboxAssistantTransport.js.map +1 -0
  7. package/dist/bigconsole/assistant/index.js +2 -0
  8. package/dist/bigconsole/assistant/pageContext.js +51 -0
  9. package/dist/bigconsole/assistant/pageContext.js.map +1 -0
  10. package/dist/bigconsole/components/dashboard/CreateDashboardDialog.js +48 -48
  11. package/dist/bigconsole/components/dashboard/DashboardToolbar.js +52 -52
  12. package/dist/bigconsole/components/dashboard/DrilldownBreadcrumb.js.map +1 -1
  13. package/dist/bigconsole/components/dashboard/ExportDashboardDialog.js +33 -33
  14. package/dist/bigconsole/components/dashboard/ImportDashboardDialog.js +179 -179
  15. package/dist/bigconsole/components/dashboard/ImportDashboardDialog.js.map +1 -1
  16. package/dist/bigconsole/components/dashboard/WidgetPalette.js +38 -38
  17. package/dist/bigconsole/components/datasink/DataSinkTableViewer.js +32 -32
  18. package/dist/bigconsole/components/datasink/ExportDataSinkDialog.js +31 -31
  19. package/dist/bigconsole/components/datasink/ImportDataSinkDialog.js +98 -98
  20. package/dist/bigconsole/components/datasink/ImportDataSinkDialog.js.map +1 -1
  21. package/dist/bigconsole/components/parser/ExportParserDialog.js +31 -31
  22. package/dist/bigconsole/components/parser/ImportParserDialog.js +162 -162
  23. package/dist/bigconsole/components/parser/ImportParserDialog.js.map +1 -1
  24. package/dist/bigconsole/components/widgets/ActionConfigDialog.js +79 -79
  25. package/dist/bigconsole/components/widgets/ActionConfigDialog.js.map +1 -1
  26. package/dist/bigconsole/components/widgets/DrilldownConfigPanel.js.map +1 -1
  27. package/dist/bigconsole/components/widgets/PropertiesPanel.js +307 -307
  28. package/dist/bigconsole/components/widgets/PropertiesPanel.js.map +1 -1
  29. package/dist/bigconsole/components/widgets/WidgetConfigDialog.js +222 -222
  30. package/dist/bigconsole/components/widgets/WidgetConfigDialog.js.map +1 -1
  31. package/dist/bigconsole/components/widgets/WidgetTypeSelector.js +23 -23
  32. package/dist/bigconsole/index.js +3 -0
  33. package/dist/bigconsole/pages/DashboardBuilderPage.js +74 -74
  34. package/dist/bigconsole/pages/DashboardBuilderPage.js.map +1 -1
  35. package/dist/bigconsole/pages/DashboardViewPage.js +168 -189
  36. package/dist/bigconsole/pages/DashboardViewPage.js.map +1 -1
  37. package/dist/bigconsole/pages/DashboardsPage.js +266 -310
  38. package/dist/bigconsole/pages/DashboardsPage.js.map +1 -1
  39. package/dist/bigconsole/pages/DataParsersPage.js +148 -194
  40. package/dist/bigconsole/pages/DataParsersPage.js.map +1 -1
  41. package/dist/bigconsole/pages/DataSinkBuilderPage.js +252 -246
  42. package/dist/bigconsole/pages/DataSinkBuilderPage.js.map +1 -1
  43. package/dist/bigconsole/pages/DataSinkViewPage.js +256 -231
  44. package/dist/bigconsole/pages/DataSinkViewPage.js.map +1 -1
  45. package/dist/bigconsole/pages/DataSinksPage.js +173 -219
  46. package/dist/bigconsole/pages/DataSinksPage.js.map +1 -1
  47. package/dist/bigconsole/pages/HomePage.js +125 -141
  48. package/dist/bigconsole/pages/HomePage.js.map +1 -1
  49. package/dist/bigconsole/pages/InsightsPage.js +159 -184
  50. package/dist/bigconsole/pages/InsightsPage.js.map +1 -1
  51. package/dist/bigconsole/pages/ParserBuilderPage.js +401 -393
  52. package/dist/bigconsole/pages/ParserBuilderPage.js.map +1 -1
  53. package/dist/bigconsole/pages/ParserViewPage.js +220 -201
  54. package/dist/bigconsole/pages/ParserViewPage.js.map +1 -1
  55. package/dist/bigconsole/pages/PipelineBuilderPage.js +212 -206
  56. package/dist/bigconsole/pages/PipelineBuilderPage.js.map +1 -1
  57. package/dist/bigconsole/pages/PipelineViewPage.js +204 -181
  58. package/dist/bigconsole/pages/PipelineViewPage.js.map +1 -1
  59. package/dist/bigconsole/pages/PipelinesPage.js +107 -150
  60. package/dist/bigconsole/pages/PipelinesPage.js.map +1 -1
  61. package/dist/bigconsole/pages/SettingsPage.js +184 -171
  62. package/dist/bigconsole/pages/SettingsPage.js.map +1 -1
  63. package/dist/bigconsole/pages/WidgetDemoPage.js +69 -81
  64. package/dist/bigconsole/pages/WidgetDemoPage.js.map +1 -1
  65. package/dist/bigconsole/pages/WorkflowViewPage.js +230 -216
  66. package/dist/bigconsole/pages/WorkflowViewPage.js.map +1 -1
  67. package/dist/bigconsole/pages/WorkflowsPage.js +106 -149
  68. package/dist/bigconsole/pages/WorkflowsPage.js.map +1 -1
  69. package/dist/generated/wspace-operations.js +87 -36
  70. package/dist/generated/wspace-operations.js.map +1 -1
  71. package/dist/index.js +3 -1
  72. 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 { Fragment as c, jsx as l, jsxs as u } from "react/jsx-runtime";
6
- import { Dialog as d, DialogContent as f, DialogDescription as p, DialogTitle as m, Spinner as h } from "@burdenoff/fe-libs/ui";
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__ */ u("div", {
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__ */ l("div", {
180
+ children: [/* @__PURE__ */ m("div", {
181
181
  style: {
182
182
  ...g.checkbox,
183
183
  ...e ? g.checkboxChecked : {}
184
184
  },
185
- children: e && /* @__PURE__ */ l(a, { style: {
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__ */ u("div", {
190
+ }), /* @__PURE__ */ h("div", {
191
191
  style: g.optionText,
192
- children: [/* @__PURE__ */ l("p", {
192
+ children: [/* @__PURE__ */ m("p", {
193
193
  style: g.optionLabel,
194
194
  children: r
195
- }), /* @__PURE__ */ l("p", {
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__ */ l(d, {
222
+ return a ? /* @__PURE__ */ m(c, {
223
223
  open: t,
224
224
  onOpenChange: (e) => !e && !D && y(),
225
- children: /* @__PURE__ */ u(f, {
225
+ children: /* @__PURE__ */ h(l, {
226
226
  style: g.dialogContent,
227
227
  children: [
228
- /* @__PURE__ */ u("div", {
228
+ /* @__PURE__ */ h("div", {
229
229
  style: g.header,
230
- children: [/* @__PURE__ */ l("div", {
230
+ children: [/* @__PURE__ */ m("div", {
231
231
  style: g.iconWrapper,
232
- children: /* @__PURE__ */ l(s, { style: {
232
+ children: /* @__PURE__ */ m(s, { style: {
233
233
  width: "22px",
234
234
  height: "22px"
235
235
  } })
236
- }), /* @__PURE__ */ u("div", {
236
+ }), /* @__PURE__ */ h("div", {
237
237
  style: g.headerText,
238
- children: [/* @__PURE__ */ l(m, {
238
+ children: [/* @__PURE__ */ m(d, {
239
239
  asChild: !0,
240
- children: /* @__PURE__ */ l("h2", {
240
+ children: /* @__PURE__ */ m("h2", {
241
241
  style: g.title,
242
242
  children: "Export Dashboard"
243
243
  })
244
- }), /* @__PURE__ */ l(p, {
244
+ }), /* @__PURE__ */ m(u, {
245
245
  asChild: !0,
246
- children: /* @__PURE__ */ l("p", {
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__ */ u("div", {
253
+ /* @__PURE__ */ h("div", {
254
254
  style: g.content,
255
255
  children: [
256
- v && /* @__PURE__ */ u("div", {
256
+ v && /* @__PURE__ */ h("div", {
257
257
  style: g.dashboardInfo,
258
- children: [/* @__PURE__ */ l("p", {
258
+ children: [/* @__PURE__ */ m("p", {
259
259
  style: g.dashboardLabel,
260
260
  children: "Exporting:"
261
- }), /* @__PURE__ */ l("p", {
261
+ }), /* @__PURE__ */ m("p", {
262
262
  style: g.dashboardName,
263
263
  children: v
264
264
  })]
265
265
  }),
266
- /* @__PURE__ */ l("p", {
266
+ /* @__PURE__ */ m("p", {
267
267
  style: g.optionsTitle,
268
268
  children: "Export Options"
269
269
  }),
270
- /* @__PURE__ */ l(_, {
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__ */ l(_, {
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__ */ l(_, {
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__ */ l("div", {
291
+ O && /* @__PURE__ */ m("div", {
292
292
  style: g.error,
293
- children: /* @__PURE__ */ l("p", {
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__ */ u("div", {
300
+ /* @__PURE__ */ h("div", {
301
301
  style: g.footer,
302
- children: [/* @__PURE__ */ l("button", {
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__ */ l("button", {
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__ */ u(c, { children: [/* @__PURE__ */ l(h, { style: {
326
+ children: D ? /* @__PURE__ */ h(p, { children: [/* @__PURE__ */ m(f, { style: {
327
327
  width: "16px",
328
328
  height: "16px"
329
- } }), "Exporting..."] }) : /* @__PURE__ */ u(c, { children: [/* @__PURE__ */ l(o, { style: {
329
+ } }), "Exporting..."] }) : /* @__PURE__ */ h(p, { children: [/* @__PURE__ */ m(o, { style: {
330
330
  width: "16px",
331
331
  height: "16px"
332
332
  } }), "Download Export"] })