@burdenoff/microfe-bigconsole 2026.510.54
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/README.md +88 -0
- package/dist/bigconsole/BigConsoleRoot.d.ts +29 -0
- package/dist/bigconsole/BigConsoleRoot.d.ts.map +1 -0
- package/dist/bigconsole/BigConsoleRoot.js +215 -0
- package/dist/bigconsole/BigConsoleRoot.js.map +1 -0
- package/dist/bigconsole/BigConsoleRoutes.d.ts +6 -0
- package/dist/bigconsole/BigConsoleRoutes.d.ts.map +1 -0
- package/dist/bigconsole/BigConsoleRoutes.js +239 -0
- package/dist/bigconsole/BigConsoleRoutes.js.map +1 -0
- package/dist/bigconsole/components/DrilldownDashboardRenderer.d.ts +11 -0
- package/dist/bigconsole/components/DrilldownDashboardRenderer.d.ts.map +1 -0
- package/dist/bigconsole/components/DrilldownDashboardRenderer.js +199 -0
- package/dist/bigconsole/components/DrilldownDashboardRenderer.js.map +1 -0
- package/dist/bigconsole/components/DrilldownModal.d.ts +11 -0
- package/dist/bigconsole/components/DrilldownModal.d.ts.map +1 -0
- package/dist/bigconsole/components/DrilldownModal.js +117 -0
- package/dist/bigconsole/components/DrilldownModal.js.map +1 -0
- package/dist/bigconsole/components/dashboard/CreateDashboardDialog.d.ts +19 -0
- package/dist/bigconsole/components/dashboard/CreateDashboardDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/CreateDashboardDialog.js +430 -0
- package/dist/bigconsole/components/dashboard/CreateDashboardDialog.js.map +1 -0
- package/dist/bigconsole/components/dashboard/DashboardCanvas.d.ts +44 -0
- package/dist/bigconsole/components/dashboard/DashboardCanvas.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/DashboardCanvas.js +342 -0
- package/dist/bigconsole/components/dashboard/DashboardCanvas.js.map +1 -0
- package/dist/bigconsole/components/dashboard/DashboardGrid.d.ts +25 -0
- package/dist/bigconsole/components/dashboard/DashboardGrid.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/DashboardGrid.js +88 -0
- package/dist/bigconsole/components/dashboard/DashboardGrid.js.map +1 -0
- package/dist/bigconsole/components/dashboard/DashboardToolbar.d.ts +27 -0
- package/dist/bigconsole/components/dashboard/DashboardToolbar.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/DashboardToolbar.js +131 -0
- package/dist/bigconsole/components/dashboard/DashboardToolbar.js.map +1 -0
- package/dist/bigconsole/components/dashboard/DrilldownBreadcrumb.d.ts +26 -0
- package/dist/bigconsole/components/dashboard/DrilldownBreadcrumb.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/DrilldownBreadcrumb.js +107 -0
- package/dist/bigconsole/components/dashboard/DrilldownBreadcrumb.js.map +1 -0
- package/dist/bigconsole/components/dashboard/ExportDashboardDialog.d.ts +17 -0
- package/dist/bigconsole/components/dashboard/ExportDashboardDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/ExportDashboardDialog.js +342 -0
- package/dist/bigconsole/components/dashboard/ExportDashboardDialog.js.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterChip.d.ts +12 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterChip.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterChip.js +449 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterChip.js.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterEditor.d.ts +16 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterEditor.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterEditor.js +415 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterEditor.js.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterPresetSelector.d.ts +13 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterPresetSelector.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterPresetSelector.js +315 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/FilterPresetSelector.js.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/GlobalFiltersBar.d.ts +19 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/GlobalFiltersBar.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/GlobalFiltersBar.js +365 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/GlobalFiltersBar.js.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/index.d.ts +8 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/index.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/GlobalFiltersBar/index.js +3 -0
- package/dist/bigconsole/components/dashboard/ImportDashboardDialog.d.ts +10 -0
- package/dist/bigconsole/components/dashboard/ImportDashboardDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/ImportDashboardDialog.js +486 -0
- package/dist/bigconsole/components/dashboard/ImportDashboardDialog.js.map +1 -0
- package/dist/bigconsole/components/dashboard/PageTabsManager/PageTabsManager.d.ts +26 -0
- package/dist/bigconsole/components/dashboard/PageTabsManager/PageTabsManager.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/PageTabsManager/PageTabsManager.js +224 -0
- package/dist/bigconsole/components/dashboard/PageTabsManager/PageTabsManager.js.map +1 -0
- package/dist/bigconsole/components/dashboard/PageTabsManager/index.d.ts +6 -0
- package/dist/bigconsole/components/dashboard/PageTabsManager/index.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/PageTabsManager/index.js +1 -0
- package/dist/bigconsole/components/dashboard/SavedViewsDropdown/SavedViewsDropdown.d.ts +12 -0
- package/dist/bigconsole/components/dashboard/SavedViewsDropdown/SavedViewsDropdown.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/SavedViewsDropdown/SavedViewsDropdown.js +494 -0
- package/dist/bigconsole/components/dashboard/SavedViewsDropdown/SavedViewsDropdown.js.map +1 -0
- package/dist/bigconsole/components/dashboard/SavedViewsDropdown/index.d.ts +6 -0
- package/dist/bigconsole/components/dashboard/SavedViewsDropdown/index.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/SavedViewsDropdown/index.js +1 -0
- package/dist/bigconsole/components/dashboard/ShareDialog/ShareDialog.d.ts +11 -0
- package/dist/bigconsole/components/dashboard/ShareDialog/ShareDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/ShareDialog/ShareDialog.js +477 -0
- package/dist/bigconsole/components/dashboard/ShareDialog/ShareDialog.js.map +1 -0
- package/dist/bigconsole/components/dashboard/ShareDialog/index.d.ts +6 -0
- package/dist/bigconsole/components/dashboard/ShareDialog/index.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/ShareDialog/index.js +1 -0
- package/dist/bigconsole/components/dashboard/TemplatePicker/TemplatePicker.d.ts +19 -0
- package/dist/bigconsole/components/dashboard/TemplatePicker/TemplatePicker.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/TemplatePicker/TemplatePicker.js +905 -0
- package/dist/bigconsole/components/dashboard/TemplatePicker/TemplatePicker.js.map +1 -0
- package/dist/bigconsole/components/dashboard/TemplatePicker/index.d.ts +6 -0
- package/dist/bigconsole/components/dashboard/TemplatePicker/index.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/TemplatePicker/index.js +1 -0
- package/dist/bigconsole/components/dashboard/WidgetPalette.d.ts +23 -0
- package/dist/bigconsole/components/dashboard/WidgetPalette.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/WidgetPalette.js +462 -0
- package/dist/bigconsole/components/dashboard/WidgetPalette.js.map +1 -0
- package/dist/bigconsole/components/dashboard/index.d.ts +19 -0
- package/dist/bigconsole/components/dashboard/index.d.ts.map +1 -0
- package/dist/bigconsole/components/dashboard/index.js +20 -0
- package/dist/bigconsole/components/datasink/CacheTTLSelector.d.ts +18 -0
- package/dist/bigconsole/components/datasink/CacheTTLSelector.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/CacheTTLSelector.js +247 -0
- package/dist/bigconsole/components/datasink/CacheTTLSelector.js.map +1 -0
- package/dist/bigconsole/components/datasink/ConfigurationForm.d.ts +21 -0
- package/dist/bigconsole/components/datasink/ConfigurationForm.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataPreviewPanel.d.ts +20 -0
- package/dist/bigconsole/components/datasink/DataPreviewPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkCard.d.ts +23 -0
- package/dist/bigconsole/components/datasink/DataSinkCard.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkCard.js +137 -0
- package/dist/bigconsole/components/datasink/DataSinkCard.js.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkDataViewer.d.ts +18 -0
- package/dist/bigconsole/components/datasink/DataSinkDataViewer.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkDataViewer.js +43 -0
- package/dist/bigconsole/components/datasink/DataSinkDataViewer.js.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkDeleteDialog.d.ts +17 -0
- package/dist/bigconsole/components/datasink/DataSinkDeleteDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkDeleteDialog.js +87 -0
- package/dist/bigconsole/components/datasink/DataSinkDeleteDialog.js.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkRefreshConfig.d.ts +22 -0
- package/dist/bigconsole/components/datasink/DataSinkRefreshConfig.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkRefreshDialog.d.ts +17 -0
- package/dist/bigconsole/components/datasink/DataSinkRefreshDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkRefreshDialog.js +88 -0
- package/dist/bigconsole/components/datasink/DataSinkRefreshDialog.js.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkStatusBadge.d.ts +13 -0
- package/dist/bigconsole/components/datasink/DataSinkStatusBadge.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkStatusBadge.js +98 -0
- package/dist/bigconsole/components/datasink/DataSinkStatusBadge.js.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkTableViewer.d.ts +13 -0
- package/dist/bigconsole/components/datasink/DataSinkTableViewer.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/DataSinkTableViewer.js +174 -0
- package/dist/bigconsole/components/datasink/DataSinkTableViewer.js.map +1 -0
- package/dist/bigconsole/components/datasink/ExportDataSinkDialog.d.ts +17 -0
- package/dist/bigconsole/components/datasink/ExportDataSinkDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/ExportDataSinkDialog.js +322 -0
- package/dist/bigconsole/components/datasink/ExportDataSinkDialog.js.map +1 -0
- package/dist/bigconsole/components/datasink/FluidGridsPanel.d.ts +31 -0
- package/dist/bigconsole/components/datasink/FluidGridsPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/ImportDataSinkDialog.d.ts +10 -0
- package/dist/bigconsole/components/datasink/ImportDataSinkDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/ImportDataSinkDialog.js +402 -0
- package/dist/bigconsole/components/datasink/ImportDataSinkDialog.js.map +1 -0
- package/dist/bigconsole/components/datasink/LinkedParsersPanel.d.ts +12 -0
- package/dist/bigconsole/components/datasink/LinkedParsersPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/LinkedParsersPanel.js +128 -0
- package/dist/bigconsole/components/datasink/LinkedParsersPanel.js.map +1 -0
- package/dist/bigconsole/components/datasink/LinkedWorkflowsPanel.d.ts +11 -0
- package/dist/bigconsole/components/datasink/LinkedWorkflowsPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/LinkedWorkflowsPanel.js +204 -0
- package/dist/bigconsole/components/datasink/LinkedWorkflowsPanel.js.map +1 -0
- package/dist/bigconsole/components/datasink/RefreshTypeSelector.d.ts +26 -0
- package/dist/bigconsole/components/datasink/RefreshTypeSelector.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/RefreshTypeSelector.js +301 -0
- package/dist/bigconsole/components/datasink/RefreshTypeSelector.js.map +1 -0
- package/dist/bigconsole/components/datasink/SetupStateBadge.d.ts +13 -0
- package/dist/bigconsole/components/datasink/SetupStateBadge.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/SetupStateBadge.js +107 -0
- package/dist/bigconsole/components/datasink/SetupStateBadge.js.map +1 -0
- package/dist/bigconsole/components/datasink/WorkflowStatusPanel.d.ts +30 -0
- package/dist/bigconsole/components/datasink/WorkflowStatusPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/datasink/WorkflowStatusPanel.js +163 -0
- package/dist/bigconsole/components/datasink/WorkflowStatusPanel.js.map +1 -0
- package/dist/bigconsole/components/datasink/index.d.ts +24 -0
- package/dist/bigconsole/components/datasink/index.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/DataSinkSelector.d.ts +21 -0
- package/dist/bigconsole/components/parser/DataSinkSelector.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/DataSinkSelector.js +174 -0
- package/dist/bigconsole/components/parser/DataSinkSelector.js.map +1 -0
- package/dist/bigconsole/components/parser/ExportParserDialog.d.ts +17 -0
- package/dist/bigconsole/components/parser/ExportParserDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ExportParserDialog.js +322 -0
- package/dist/bigconsole/components/parser/ExportParserDialog.js.map +1 -0
- package/dist/bigconsole/components/parser/ExpressionEditor.d.ts +25 -0
- package/dist/bigconsole/components/parser/ExpressionEditor.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ExpressionEditor.js +119 -0
- package/dist/bigconsole/components/parser/ExpressionEditor.js.map +1 -0
- package/dist/bigconsole/components/parser/ImportParserDialog.d.ts +12 -0
- package/dist/bigconsole/components/parser/ImportParserDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ImportParserDialog.js +427 -0
- package/dist/bigconsole/components/parser/ImportParserDialog.js.map +1 -0
- package/dist/bigconsole/components/parser/ParserBuilder.d.ts +41 -0
- package/dist/bigconsole/components/parser/ParserBuilder.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ParserCard.d.ts +23 -0
- package/dist/bigconsole/components/parser/ParserCard.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ParserCard.js +248 -0
- package/dist/bigconsole/components/parser/ParserCard.js.map +1 -0
- package/dist/bigconsole/components/parser/ParserFormDialog.d.ts +42 -0
- package/dist/bigconsole/components/parser/ParserFormDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ParserSelector.d.ts +27 -0
- package/dist/bigconsole/components/parser/ParserSelector.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ParserSelector.js +263 -0
- package/dist/bigconsole/components/parser/ParserSelector.js.map +1 -0
- package/dist/bigconsole/components/parser/ParserStatusBadge.d.ts +13 -0
- package/dist/bigconsole/components/parser/ParserStatusBadge.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ParserStatusBadge.js +74 -0
- package/dist/bigconsole/components/parser/ParserStatusBadge.js.map +1 -0
- package/dist/bigconsole/components/parser/ParserTypeBadge.d.ts +11 -0
- package/dist/bigconsole/components/parser/ParserTypeBadge.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/ParserTypeBadge.js +48 -0
- package/dist/bigconsole/components/parser/ParserTypeBadge.js.map +1 -0
- package/dist/bigconsole/components/parser/TestPanel.d.ts +25 -0
- package/dist/bigconsole/components/parser/TestPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/parser/index.d.ts +17 -0
- package/dist/bigconsole/components/parser/index.d.ts.map +1 -0
- package/dist/bigconsole/components/pipeline/PipelineCard.d.ts +12 -0
- package/dist/bigconsole/components/pipeline/PipelineCard.d.ts.map +1 -0
- package/dist/bigconsole/components/pipeline/PipelineCard.js +159 -0
- package/dist/bigconsole/components/pipeline/PipelineCard.js.map +1 -0
- package/dist/bigconsole/components/pipeline/PipelineDeleteDialog.d.ts +11 -0
- package/dist/bigconsole/components/pipeline/PipelineDeleteDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/pipeline/PipelineDeleteDialog.js +94 -0
- package/dist/bigconsole/components/pipeline/PipelineDeleteDialog.js.map +1 -0
- package/dist/bigconsole/components/pipeline/PipelineStatusBadge.d.ts +9 -0
- package/dist/bigconsole/components/pipeline/PipelineStatusBadge.d.ts.map +1 -0
- package/dist/bigconsole/components/pipeline/PipelineStatusBadge.js +36 -0
- package/dist/bigconsole/components/pipeline/PipelineStatusBadge.js.map +1 -0
- package/dist/bigconsole/components/pipeline/index.d.ts +9 -0
- package/dist/bigconsole/components/pipeline/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/ActionConfigDialog.d.ts +13 -0
- package/dist/bigconsole/components/widgets/ActionConfigDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/ActionConfigDialog.js +671 -0
- package/dist/bigconsole/components/widgets/ActionConfigDialog.js.map +1 -0
- package/dist/bigconsole/components/widgets/DrilldownConfigPanel.d.ts +26 -0
- package/dist/bigconsole/components/widgets/DrilldownConfigPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/DrilldownConfigPanel.js +378 -0
- package/dist/bigconsole/components/widgets/DrilldownConfigPanel.js.map +1 -0
- package/dist/bigconsole/components/widgets/PropertiesPanel.d.ts +9 -0
- package/dist/bigconsole/components/widgets/PropertiesPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/PropertiesPanel.js +1594 -0
- package/dist/bigconsole/components/widgets/PropertiesPanel.js.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetConfigDialog.d.ts +25 -0
- package/dist/bigconsole/components/widgets/WidgetConfigDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetConfigDialog.js +882 -0
- package/dist/bigconsole/components/widgets/WidgetConfigDialog.js.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetErrorBoundary.d.ts +23 -0
- package/dist/bigconsole/components/widgets/WidgetErrorBoundary.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetErrorBoundary.js +75 -0
- package/dist/bigconsole/components/widgets/WidgetErrorBoundary.js.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetHeader.d.ts +31 -0
- package/dist/bigconsole/components/widgets/WidgetHeader.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetHeader.js +265 -0
- package/dist/bigconsole/components/widgets/WidgetHeader.js.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetMenu.d.ts +18 -0
- package/dist/bigconsole/components/widgets/WidgetMenu.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetMenu.js +296 -0
- package/dist/bigconsole/components/widgets/WidgetMenu.js.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetRegistry.d.ts +113 -0
- package/dist/bigconsole/components/widgets/WidgetRegistry.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetRegistry.js +836 -0
- package/dist/bigconsole/components/widgets/WidgetRegistry.js.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetTypeSelector.d.ts +16 -0
- package/dist/bigconsole/components/widgets/WidgetTypeSelector.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetTypeSelector.js +291 -0
- package/dist/bigconsole/components/widgets/WidgetTypeSelector.js.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetWrapper.d.ts +31 -0
- package/dist/bigconsole/components/widgets/WidgetWrapper.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/WidgetWrapper.js +516 -0
- package/dist/bigconsole/components/widgets/WidgetWrapper.js.map +1 -0
- package/dist/bigconsole/components/widgets/adaptive-card/AdaptiveCardWidget.d.ts +38 -0
- package/dist/bigconsole/components/widgets/adaptive-card/AdaptiveCardWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/adaptive-card/AdaptiveCardWidget.js +106 -0
- package/dist/bigconsole/components/widgets/adaptive-card/AdaptiveCardWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/adaptive-card/index.d.ts +7 -0
- package/dist/bigconsole/components/widgets/adaptive-card/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/adaptive-card/index.js +2 -0
- package/dist/bigconsole/components/widgets/area-chart/index.d.ts +12 -0
- package/dist/bigconsole/components/widgets/area-chart/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/bar-chart/index.d.ts +12 -0
- package/dist/bigconsole/components/widgets/bar-chart/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/calendar/CalendarWidget.d.ts +25 -0
- package/dist/bigconsole/components/widgets/calendar/CalendarWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/calendar/CalendarWidget.js +113 -0
- package/dist/bigconsole/components/widgets/calendar/CalendarWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/calendar/index.d.ts +3 -0
- package/dist/bigconsole/components/widgets/calendar/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/calendar/index.js +2 -0
- package/dist/bigconsole/components/widgets/chart/ChartConfig.d.ts +12 -0
- package/dist/bigconsole/components/widgets/chart/ChartConfig.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/ChartConfig.js +254 -0
- package/dist/bigconsole/components/widgets/chart/ChartConfig.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/ChartLegend.d.ts +25 -0
- package/dist/bigconsole/components/widgets/chart/ChartLegend.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/ChartLegend.js +40 -0
- package/dist/bigconsole/components/widgets/chart/ChartLegend.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/ChartTooltip.d.ts +24 -0
- package/dist/bigconsole/components/widgets/chart/ChartTooltip.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/ChartTooltip.js +34 -0
- package/dist/bigconsole/components/widgets/chart/ChartTooltip.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/ChartWidget.d.ts +17 -0
- package/dist/bigconsole/components/widgets/chart/ChartWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/ChartWidget.js +151 -0
- package/dist/bigconsole/components/widgets/chart/ChartWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/AreaChart.d.ts +16 -0
- package/dist/bigconsole/components/widgets/chart/charts/AreaChart.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/AreaChart.js +104 -0
- package/dist/bigconsole/components/widgets/chart/charts/AreaChart.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/BarChart.d.ts +16 -0
- package/dist/bigconsole/components/widgets/chart/charts/BarChart.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/BarChart.js +90 -0
- package/dist/bigconsole/components/widgets/chart/charts/BarChart.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/FunnelChart.d.ts +18 -0
- package/dist/bigconsole/components/widgets/chart/charts/FunnelChart.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/FunnelChart.js +70 -0
- package/dist/bigconsole/components/widgets/chart/charts/FunnelChart.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/LineChart.d.ts +16 -0
- package/dist/bigconsole/components/widgets/chart/charts/LineChart.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/LineChart.js +96 -0
- package/dist/bigconsole/components/widgets/chart/charts/LineChart.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/PieChart.d.ts +18 -0
- package/dist/bigconsole/components/widgets/chart/charts/PieChart.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/PieChart.js +98 -0
- package/dist/bigconsole/components/widgets/chart/charts/PieChart.js.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/index.d.ts +12 -0
- package/dist/bigconsole/components/widgets/chart/charts/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/charts/index.js +5 -0
- package/dist/bigconsole/components/widgets/chart/charts/types.d.ts +45 -0
- package/dist/bigconsole/components/widgets/chart/charts/types.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/index.d.ts +11 -0
- package/dist/bigconsole/components/widgets/chart/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/chart/index.js +11 -0
- package/dist/bigconsole/components/widgets/custom/CustomWidget.d.ts +13 -0
- package/dist/bigconsole/components/widgets/custom/CustomWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/custom/CustomWidget.js +201 -0
- package/dist/bigconsole/components/widgets/custom/CustomWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/custom/config.d.ts +9 -0
- package/dist/bigconsole/components/widgets/custom/config.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/custom/config.js +21 -0
- package/dist/bigconsole/components/widgets/custom/config.js.map +1 -0
- package/dist/bigconsole/components/widgets/custom/index.d.ts +8 -0
- package/dist/bigconsole/components/widgets/custom/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/custom/index.js +3 -0
- package/dist/bigconsole/components/widgets/custom/utils.d.ts +4 -0
- package/dist/bigconsole/components/widgets/custom/utils.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/custom/utils.js +13 -0
- package/dist/bigconsole/components/widgets/custom/utils.js.map +1 -0
- package/dist/bigconsole/components/widgets/event-logs/EventLogViewer.d.ts +16 -0
- package/dist/bigconsole/components/widgets/event-logs/EventLogViewer.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/event-logs/EventLogViewer.js +377 -0
- package/dist/bigconsole/components/widgets/event-logs/EventLogViewer.js.map +1 -0
- package/dist/bigconsole/components/widgets/event-logs/index.d.ts +6 -0
- package/dist/bigconsole/components/widgets/event-logs/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/event-logs/index.js +1 -0
- package/dist/bigconsole/components/widgets/form/FormWidget.d.ts +27 -0
- package/dist/bigconsole/components/widgets/form/FormWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/form/FormWidget.js +486 -0
- package/dist/bigconsole/components/widgets/form/FormWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/form/index.d.ts +6 -0
- package/dist/bigconsole/components/widgets/form/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/form/index.js +2 -0
- package/dist/bigconsole/components/widgets/funnel/index.d.ts +12 -0
- package/dist/bigconsole/components/widgets/funnel/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/funnel/index.js +22 -0
- package/dist/bigconsole/components/widgets/funnel/index.js.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/CircularGauge.d.ts +31 -0
- package/dist/bigconsole/components/widgets/gauge/CircularGauge.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/CircularGauge.js +77 -0
- package/dist/bigconsole/components/widgets/gauge/CircularGauge.js.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/GaugeConfig.d.ts +12 -0
- package/dist/bigconsole/components/widgets/gauge/GaugeConfig.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/GaugeConfig.js +180 -0
- package/dist/bigconsole/components/widgets/gauge/GaugeConfig.js.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/GaugeWidget.d.ts +22 -0
- package/dist/bigconsole/components/widgets/gauge/GaugeWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/GaugeWidget.js +217 -0
- package/dist/bigconsole/components/widgets/gauge/GaugeWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/LinearGauge.d.ts +28 -0
- package/dist/bigconsole/components/widgets/gauge/LinearGauge.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/LinearGauge.js +92 -0
- package/dist/bigconsole/components/widgets/gauge/LinearGauge.js.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/index.d.ts +10 -0
- package/dist/bigconsole/components/widgets/gauge/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/gauge/index.js +5 -0
- package/dist/bigconsole/components/widgets/heatmap/HeatmapWidget.d.ts +23 -0
- package/dist/bigconsole/components/widgets/heatmap/HeatmapWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/heatmap/HeatmapWidget.js +98 -0
- package/dist/bigconsole/components/widgets/heatmap/HeatmapWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/heatmap/index.d.ts +7 -0
- package/dist/bigconsole/components/widgets/heatmap/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/heatmap/index.js +2 -0
- package/dist/bigconsole/components/widgets/iframe-widget/IframeWidget.d.ts +17 -0
- package/dist/bigconsole/components/widgets/iframe-widget/IframeWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/iframe-widget/IframeWidget.js +45 -0
- package/dist/bigconsole/components/widgets/iframe-widget/IframeWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/iframe-widget/index.d.ts +3 -0
- package/dist/bigconsole/components/widgets/iframe-widget/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/iframe-widget/index.js +2 -0
- package/dist/bigconsole/components/widgets/index.d.ts +34 -0
- package/dist/bigconsole/components/widgets/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/index.js +51 -0
- package/dist/bigconsole/components/widgets/kanban/KanbanWidget.d.ts +29 -0
- package/dist/bigconsole/components/widgets/kanban/KanbanWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/kanban/KanbanWidget.js +92 -0
- package/dist/bigconsole/components/widgets/kanban/KanbanWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/kanban/index.d.ts +3 -0
- package/dist/bigconsole/components/widgets/kanban/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/kanban/index.js +2 -0
- package/dist/bigconsole/components/widgets/kpi/KPIWidget.d.ts +23 -0
- package/dist/bigconsole/components/widgets/kpi/KPIWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/kpi/KPIWidget.js +83 -0
- package/dist/bigconsole/components/widgets/kpi/KPIWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/kpi/index.d.ts +7 -0
- package/dist/bigconsole/components/widgets/kpi/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/kpi/index.js +1 -0
- package/dist/bigconsole/components/widgets/kpi-comparison/KPIComparisonWidget.d.ts +25 -0
- package/dist/bigconsole/components/widgets/kpi-comparison/KPIComparisonWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/kpi-comparison/KPIComparisonWidget.js +188 -0
- package/dist/bigconsole/components/widgets/kpi-comparison/KPIComparisonWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/kpi-comparison/index.d.ts +3 -0
- package/dist/bigconsole/components/widgets/kpi-comparison/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/kpi-comparison/index.js +2 -0
- package/dist/bigconsole/components/widgets/line-chart/index.d.ts +12 -0
- package/dist/bigconsole/components/widgets/line-chart/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/list/ListConfig.d.ts +12 -0
- package/dist/bigconsole/components/widgets/list/ListConfig.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/list/ListConfig.js +131 -0
- package/dist/bigconsole/components/widgets/list/ListConfig.js.map +1 -0
- package/dist/bigconsole/components/widgets/list/ListItem.d.ts +39 -0
- package/dist/bigconsole/components/widgets/list/ListItem.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/list/ListItem.js +103 -0
- package/dist/bigconsole/components/widgets/list/ListItem.js.map +1 -0
- package/dist/bigconsole/components/widgets/list/ListWidget.d.ts +17 -0
- package/dist/bigconsole/components/widgets/list/ListWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/list/ListWidget.js +106 -0
- package/dist/bigconsole/components/widgets/list/ListWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/list/index.d.ts +9 -0
- package/dist/bigconsole/components/widgets/list/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/list/index.js +4 -0
- package/dist/bigconsole/components/widgets/map-widget/MapWidget.d.ts +29 -0
- package/dist/bigconsole/components/widgets/map-widget/MapWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/map-widget/MapWidget.js +125 -0
- package/dist/bigconsole/components/widgets/map-widget/MapWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/map-widget/index.d.ts +3 -0
- package/dist/bigconsole/components/widgets/map-widget/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/map-widget/index.js +2 -0
- package/dist/bigconsole/components/widgets/metric-card/ComparisonBadge.d.ts +15 -0
- package/dist/bigconsole/components/widgets/metric-card/ComparisonBadge.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/ComparisonBadge.js +34 -0
- package/dist/bigconsole/components/widgets/metric-card/ComparisonBadge.js.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/MetricCardConfig.d.ts +12 -0
- package/dist/bigconsole/components/widgets/metric-card/MetricCardConfig.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/MetricCardConfig.js +158 -0
- package/dist/bigconsole/components/widgets/metric-card/MetricCardConfig.js.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/MetricCardWidget.d.ts +36 -0
- package/dist/bigconsole/components/widgets/metric-card/MetricCardWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/MetricCardWidget.js +195 -0
- package/dist/bigconsole/components/widgets/metric-card/MetricCardWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/SparklineChart.d.ts +23 -0
- package/dist/bigconsole/components/widgets/metric-card/SparklineChart.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/SparklineChart.js +94 -0
- package/dist/bigconsole/components/widgets/metric-card/SparklineChart.js.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/TrendIndicator.d.ts +14 -0
- package/dist/bigconsole/components/widgets/metric-card/TrendIndicator.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/TrendIndicator.js +55 -0
- package/dist/bigconsole/components/widgets/metric-card/TrendIndicator.js.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/index.d.ts +11 -0
- package/dist/bigconsole/components/widgets/metric-card/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/metric-card/index.js +6 -0
- package/dist/bigconsole/components/widgets/pie-chart/index.d.ts +12 -0
- package/dist/bigconsole/components/widgets/pie-chart/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/pivot-table/PivotTableWidget.d.ts +26 -0
- package/dist/bigconsole/components/widgets/pivot-table/PivotTableWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/pivot-table/PivotTableWidget.js +281 -0
- package/dist/bigconsole/components/widgets/pivot-table/PivotTableWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/pivot-table/index.d.ts +6 -0
- package/dist/bigconsole/components/widgets/pivot-table/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/pivot-table/index.js +2 -0
- package/dist/bigconsole/components/widgets/progress/ProgressBar.d.ts +29 -0
- package/dist/bigconsole/components/widgets/progress/ProgressBar.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/progress/ProgressBar.js +94 -0
- package/dist/bigconsole/components/widgets/progress/ProgressBar.js.map +1 -0
- package/dist/bigconsole/components/widgets/progress/ProgressConfig.d.ts +12 -0
- package/dist/bigconsole/components/widgets/progress/ProgressConfig.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/progress/ProgressConfig.js +187 -0
- package/dist/bigconsole/components/widgets/progress/ProgressConfig.js.map +1 -0
- package/dist/bigconsole/components/widgets/progress/ProgressWidget.d.ts +28 -0
- package/dist/bigconsole/components/widgets/progress/ProgressWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/progress/ProgressWidget.js +201 -0
- package/dist/bigconsole/components/widgets/progress/ProgressWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/progress/index.d.ts +9 -0
- package/dist/bigconsole/components/widgets/progress/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/progress/index.js +4 -0
- package/dist/bigconsole/components/widgets/retention/RetentionWidget.d.ts +25 -0
- package/dist/bigconsole/components/widgets/retention/RetentionWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/retention/RetentionWidget.js +159 -0
- package/dist/bigconsole/components/widgets/retention/RetentionWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/retention/index.d.ts +7 -0
- package/dist/bigconsole/components/widgets/retention/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/retention/index.js +2 -0
- package/dist/bigconsole/components/widgets/states/EmptyState.d.ts +14 -0
- package/dist/bigconsole/components/widgets/states/EmptyState.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/states/EmptyState.js +61 -0
- package/dist/bigconsole/components/widgets/states/EmptyState.js.map +1 -0
- package/dist/bigconsole/components/widgets/states/ErrorState.d.ts +11 -0
- package/dist/bigconsole/components/widgets/states/ErrorState.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/states/ErrorState.js +56 -0
- package/dist/bigconsole/components/widgets/states/ErrorState.js.map +1 -0
- package/dist/bigconsole/components/widgets/states/LoadingState.d.ts +9 -0
- package/dist/bigconsole/components/widgets/states/LoadingState.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/states/LoadingState.js +21 -0
- package/dist/bigconsole/components/widgets/states/LoadingState.js.map +1 -0
- package/dist/bigconsole/components/widgets/states/index.d.ts +9 -0
- package/dist/bigconsole/components/widgets/states/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/states/index.js +3 -0
- package/dist/bigconsole/components/widgets/table/TableCell.d.ts +31 -0
- package/dist/bigconsole/components/widgets/table/TableCell.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/table/TableCell.js +65 -0
- package/dist/bigconsole/components/widgets/table/TableCell.js.map +1 -0
- package/dist/bigconsole/components/widgets/table/TableConfig.d.ts +12 -0
- package/dist/bigconsole/components/widgets/table/TableConfig.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/table/TableConfig.js +254 -0
- package/dist/bigconsole/components/widgets/table/TableConfig.js.map +1 -0
- package/dist/bigconsole/components/widgets/table/TableHeader.d.ts +32 -0
- package/dist/bigconsole/components/widgets/table/TableHeader.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/table/TableHeader.js +85 -0
- package/dist/bigconsole/components/widgets/table/TableHeader.js.map +1 -0
- package/dist/bigconsole/components/widgets/table/TablePagination.d.ts +23 -0
- package/dist/bigconsole/components/widgets/table/TablePagination.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/table/TablePagination.js +166 -0
- package/dist/bigconsole/components/widgets/table/TablePagination.js.map +1 -0
- package/dist/bigconsole/components/widgets/table/TableWidget.d.ts +16 -0
- package/dist/bigconsole/components/widgets/table/TableWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/table/TableWidget.js +258 -0
- package/dist/bigconsole/components/widgets/table/TableWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/table/index.d.ts +11 -0
- package/dist/bigconsole/components/widgets/table/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/table/index.js +6 -0
- package/dist/bigconsole/components/widgets/text-widget/TextWidget.d.ts +14 -0
- package/dist/bigconsole/components/widgets/text-widget/TextWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/text-widget/TextWidget.js +47 -0
- package/dist/bigconsole/components/widgets/text-widget/TextWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/text-widget/index.d.ts +3 -0
- package/dist/bigconsole/components/widgets/text-widget/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/text-widget/index.js +2 -0
- package/dist/bigconsole/components/widgets/timeline/TimelineWidget.d.ts +31 -0
- package/dist/bigconsole/components/widgets/timeline/TimelineWidget.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/timeline/TimelineWidget.js +147 -0
- package/dist/bigconsole/components/widgets/timeline/TimelineWidget.js.map +1 -0
- package/dist/bigconsole/components/widgets/timeline/index.d.ts +3 -0
- package/dist/bigconsole/components/widgets/timeline/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/timeline/index.js +2 -0
- package/dist/bigconsole/components/widgets/utils/inferFields.d.ts +45 -0
- package/dist/bigconsole/components/widgets/utils/inferFields.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/utils/inferFields.js +58 -0
- package/dist/bigconsole/components/widgets/utils/inferFields.js.map +1 -0
- package/dist/bigconsole/components/widgets/webhook-config/WebhookConfigPanel.d.ts +16 -0
- package/dist/bigconsole/components/widgets/webhook-config/WebhookConfigPanel.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/webhook-config/WebhookConfigPanel.js +500 -0
- package/dist/bigconsole/components/widgets/webhook-config/WebhookConfigPanel.js.map +1 -0
- package/dist/bigconsole/components/widgets/webhook-config/index.d.ts +6 -0
- package/dist/bigconsole/components/widgets/webhook-config/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/webhook-config/index.js +1 -0
- package/dist/bigconsole/components/widgets/widget-actions/WidgetActions.d.ts +26 -0
- package/dist/bigconsole/components/widgets/widget-actions/WidgetActions.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/widget-actions/WidgetActions.js +467 -0
- package/dist/bigconsole/components/widgets/widget-actions/WidgetActions.js.map +1 -0
- package/dist/bigconsole/components/widgets/widget-actions/index.d.ts +8 -0
- package/dist/bigconsole/components/widgets/widget-actions/index.d.ts.map +1 -0
- package/dist/bigconsole/components/widgets/widget-actions/index.js +1 -0
- package/dist/bigconsole/components/workflow/DataSinkMultiSelector.d.ts +19 -0
- package/dist/bigconsole/components/workflow/DataSinkMultiSelector.d.ts.map +1 -0
- package/dist/bigconsole/components/workflow/WorkflowCard.d.ts +11 -0
- package/dist/bigconsole/components/workflow/WorkflowCard.d.ts.map +1 -0
- package/dist/bigconsole/components/workflow/WorkflowCard.js +158 -0
- package/dist/bigconsole/components/workflow/WorkflowCard.js.map +1 -0
- package/dist/bigconsole/components/workflow/WorkflowDeleteDialog.d.ts +11 -0
- package/dist/bigconsole/components/workflow/WorkflowDeleteDialog.d.ts.map +1 -0
- package/dist/bigconsole/components/workflow/WorkflowDeleteDialog.js +94 -0
- package/dist/bigconsole/components/workflow/WorkflowDeleteDialog.js.map +1 -0
- package/dist/bigconsole/components/workflow/WorkflowStatusBadge.d.ts +13 -0
- package/dist/bigconsole/components/workflow/WorkflowStatusBadge.d.ts.map +1 -0
- package/dist/bigconsole/components/workflow/WorkflowStatusBadge.js +115 -0
- package/dist/bigconsole/components/workflow/WorkflowStatusBadge.js.map +1 -0
- package/dist/bigconsole/components/workflow/index.d.ts +10 -0
- package/dist/bigconsole/components/workflow/index.d.ts.map +1 -0
- package/dist/bigconsole/constants.d.ts +15 -0
- package/dist/bigconsole/constants.d.ts.map +1 -0
- package/dist/bigconsole/constants.js +6 -0
- package/dist/bigconsole/constants.js.map +1 -0
- package/dist/bigconsole/context/BigConsoleContext.d.ts +25 -0
- package/dist/bigconsole/context/BigConsoleContext.d.ts.map +1 -0
- package/dist/bigconsole/context/BigConsoleContext.js +53 -0
- package/dist/bigconsole/context/BigConsoleContext.js.map +1 -0
- package/dist/bigconsole/context/index.d.ts +2 -0
- package/dist/bigconsole/context/index.d.ts.map +1 -0
- package/dist/bigconsole/context/index.js +1 -0
- package/dist/bigconsole/contexts/CrossFilterContext.d.ts +48 -0
- package/dist/bigconsole/contexts/CrossFilterContext.d.ts.map +1 -0
- package/dist/bigconsole/contexts/CrossFilterContext.js +92 -0
- package/dist/bigconsole/contexts/CrossFilterContext.js.map +1 -0
- package/dist/bigconsole/contexts/NavigationContext.d.ts +45 -0
- package/dist/bigconsole/contexts/NavigationContext.d.ts.map +1 -0
- package/dist/bigconsole/contexts/NavigationContext.js +43 -0
- package/dist/bigconsole/contexts/NavigationContext.js.map +1 -0
- package/dist/bigconsole/contexts/index.d.ts +8 -0
- package/dist/bigconsole/contexts/index.d.ts.map +1 -0
- package/dist/bigconsole/contexts/index.js +2 -0
- package/dist/bigconsole/graphql/apollo-compat.d.ts +16 -0
- package/dist/bigconsole/graphql/apollo-compat.d.ts.map +1 -0
- package/dist/bigconsole/hooks/index.d.ts +35 -0
- package/dist/bigconsole/hooks/index.d.ts.map +1 -0
- package/dist/bigconsole/hooks/index.js +29 -0
- package/dist/bigconsole/hooks/useAutoRefresh.d.ts +51 -0
- package/dist/bigconsole/hooks/useAutoRefresh.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useAutoRefresh.js +93 -0
- package/dist/bigconsole/hooks/useAutoRefresh.js.map +1 -0
- package/dist/bigconsole/hooks/useCrossFilter.d.ts +79 -0
- package/dist/bigconsole/hooks/useCrossFilter.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useCrossFilter.js +63 -0
- package/dist/bigconsole/hooks/useCrossFilter.js.map +1 -0
- package/dist/bigconsole/hooks/useDashboardOperations.d.ts +43 -0
- package/dist/bigconsole/hooks/useDashboardOperations.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useDashboardOperations.js +187 -0
- package/dist/bigconsole/hooks/useDashboardOperations.js.map +1 -0
- package/dist/bigconsole/hooks/useDashboardSharing.d.ts +60 -0
- package/dist/bigconsole/hooks/useDashboardSharing.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useDashboardSharing.js +157 -0
- package/dist/bigconsole/hooks/useDashboardSharing.js.map +1 -0
- package/dist/bigconsole/hooks/useDashboardTemplates.d.ts +135 -0
- package/dist/bigconsole/hooks/useDashboardTemplates.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useDashboardTemplates.js +298 -0
- package/dist/bigconsole/hooks/useDashboardTemplates.js.map +1 -0
- package/dist/bigconsole/hooks/useDashboardViews.d.ts +58 -0
- package/dist/bigconsole/hooks/useDashboardViews.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useDashboardViews.js +170 -0
- package/dist/bigconsole/hooks/useDashboardViews.js.map +1 -0
- package/dist/bigconsole/hooks/useDataSinkOperations.d.ts +55 -0
- package/dist/bigconsole/hooks/useDataSinkOperations.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useDataSinkOperations.js +245 -0
- package/dist/bigconsole/hooks/useDataSinkOperations.js.map +1 -0
- package/dist/bigconsole/hooks/useDataSinkSubscription.d.ts +31 -0
- package/dist/bigconsole/hooks/useDataSinkSubscription.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useDataSinkSubscription.js +127 -0
- package/dist/bigconsole/hooks/useDataSinkSubscription.js.map +1 -0
- package/dist/bigconsole/hooks/useDrilldown.d.ts +63 -0
- package/dist/bigconsole/hooks/useDrilldown.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useDrilldown.js +192 -0
- package/dist/bigconsole/hooks/useDrilldown.js.map +1 -0
- package/dist/bigconsole/hooks/useDrilldownOperations.d.ts +42 -0
- package/dist/bigconsole/hooks/useDrilldownOperations.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useDrilldownOperations.js +62 -0
- package/dist/bigconsole/hooks/useDrilldownOperations.js.map +1 -0
- package/dist/bigconsole/hooks/useEventLogs.d.ts +94 -0
- package/dist/bigconsole/hooks/useEventLogs.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useEventLogs.js +116 -0
- package/dist/bigconsole/hooks/useEventLogs.js.map +1 -0
- package/dist/bigconsole/hooks/useEventWebhooks.d.ts +91 -0
- package/dist/bigconsole/hooks/useEventWebhooks.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useEventWebhooks.js +138 -0
- package/dist/bigconsole/hooks/useEventWebhooks.js.map +1 -0
- package/dist/bigconsole/hooks/useExportDashboard.d.ts +28 -0
- package/dist/bigconsole/hooks/useExportDashboard.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useExportDashboard.js +65 -0
- package/dist/bigconsole/hooks/useExportDashboard.js.map +1 -0
- package/dist/bigconsole/hooks/useExportDataSink.d.ts +27 -0
- package/dist/bigconsole/hooks/useExportDataSink.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useExportDataSink.js +87 -0
- package/dist/bigconsole/hooks/useExportDataSink.js.map +1 -0
- package/dist/bigconsole/hooks/useExportParser.d.ts +25 -0
- package/dist/bigconsole/hooks/useExportParser.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useExportParser.js +81 -0
- package/dist/bigconsole/hooks/useExportParser.js.map +1 -0
- package/dist/bigconsole/hooks/useFilterPresets.d.ts +47 -0
- package/dist/bigconsole/hooks/useFilterPresets.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useFilterPresets.js +157 -0
- package/dist/bigconsole/hooks/useFilterPresets.js.map +1 -0
- package/dist/bigconsole/hooks/useFilterUrlSync.d.ts +46 -0
- package/dist/bigconsole/hooks/useFilterUrlSync.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useFilterUrlSync.js +179 -0
- package/dist/bigconsole/hooks/useFilterUrlSync.js.map +1 -0
- package/dist/bigconsole/hooks/useGlobalFilters.d.ts +69 -0
- package/dist/bigconsole/hooks/useGlobalFilters.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useGlobalFilters.js +154 -0
- package/dist/bigconsole/hooks/useGlobalFilters.js.map +1 -0
- package/dist/bigconsole/hooks/useImportDashboard.d.ts +88 -0
- package/dist/bigconsole/hooks/useImportDashboard.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useImportDashboard.js +157 -0
- package/dist/bigconsole/hooks/useImportDashboard.js.map +1 -0
- package/dist/bigconsole/hooks/useImportDataSink.d.ts +74 -0
- package/dist/bigconsole/hooks/useImportDataSink.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useImportDataSink.js +219 -0
- package/dist/bigconsole/hooks/useImportDataSink.js.map +1 -0
- package/dist/bigconsole/hooks/useImportParser.d.ts +77 -0
- package/dist/bigconsole/hooks/useImportParser.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useImportParser.js +222 -0
- package/dist/bigconsole/hooks/useImportParser.js.map +1 -0
- package/dist/bigconsole/hooks/useInstalledWidgets.d.ts +15 -0
- package/dist/bigconsole/hooks/useInstalledWidgets.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useInstalledWidgets.js +81 -0
- package/dist/bigconsole/hooks/useInstalledWidgets.js.map +1 -0
- package/dist/bigconsole/hooks/usePageOperations.d.ts +35 -0
- package/dist/bigconsole/hooks/usePageOperations.d.ts.map +1 -0
- package/dist/bigconsole/hooks/usePageOperations.js +95 -0
- package/dist/bigconsole/hooks/usePageOperations.js.map +1 -0
- package/dist/bigconsole/hooks/useParserOperations.d.ts +64 -0
- package/dist/bigconsole/hooks/useParserOperations.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useParserOperations.js +151 -0
- package/dist/bigconsole/hooks/useParserOperations.js.map +1 -0
- package/dist/bigconsole/hooks/usePipelineOperations.d.ts +76 -0
- package/dist/bigconsole/hooks/usePipelineOperations.d.ts.map +1 -0
- package/dist/bigconsole/hooks/usePipelineOperations.js +260 -0
- package/dist/bigconsole/hooks/usePipelineOperations.js.map +1 -0
- package/dist/bigconsole/hooks/useWidgetActions.d.ts +69 -0
- package/dist/bigconsole/hooks/useWidgetActions.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useWidgetActions.js +114 -0
- package/dist/bigconsole/hooks/useWidgetActions.js.map +1 -0
- package/dist/bigconsole/hooks/useWidgetData.d.ts +45 -0
- package/dist/bigconsole/hooks/useWidgetData.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useWidgetData.js +83 -0
- package/dist/bigconsole/hooks/useWidgetData.js.map +1 -0
- package/dist/bigconsole/hooks/useWidgetEvents.d.ts +60 -0
- package/dist/bigconsole/hooks/useWidgetEvents.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useWidgetEvents.js +35 -0
- package/dist/bigconsole/hooks/useWidgetEvents.js.map +1 -0
- package/dist/bigconsole/hooks/useWidgetExport.d.ts +19 -0
- package/dist/bigconsole/hooks/useWidgetExport.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useWidgetExport.js +77 -0
- package/dist/bigconsole/hooks/useWidgetExport.js.map +1 -0
- package/dist/bigconsole/hooks/useWidgetOperations.d.ts +61 -0
- package/dist/bigconsole/hooks/useWidgetOperations.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useWidgetOperations.js +248 -0
- package/dist/bigconsole/hooks/useWidgetOperations.js.map +1 -0
- package/dist/bigconsole/hooks/useWorkflowOperations.d.ts +54 -0
- package/dist/bigconsole/hooks/useWorkflowOperations.d.ts.map +1 -0
- package/dist/bigconsole/hooks/useWorkflowOperations.js +237 -0
- package/dist/bigconsole/hooks/useWorkflowOperations.js.map +1 -0
- package/dist/bigconsole/index.d.ts +30 -0
- package/dist/bigconsole/index.d.ts.map +1 -0
- package/dist/bigconsole/index.js +8 -0
- package/dist/bigconsole/modules/dashboard/index.d.ts +15 -0
- package/dist/bigconsole/modules/dashboard/index.d.ts.map +1 -0
- package/dist/bigconsole/modules/index.d.ts +15 -0
- package/dist/bigconsole/modules/index.d.ts.map +1 -0
- package/dist/bigconsole/modules/renderer/index.d.ts +8 -0
- package/dist/bigconsole/modules/renderer/index.d.ts.map +1 -0
- package/dist/bigconsole/modules/widget/index.d.ts +20 -0
- package/dist/bigconsole/modules/widget/index.d.ts.map +1 -0
- package/dist/bigconsole/pages/DashboardBuilderPage.d.ts +5 -0
- package/dist/bigconsole/pages/DashboardBuilderPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/DashboardBuilderPage.js +398 -0
- package/dist/bigconsole/pages/DashboardBuilderPage.js.map +1 -0
- package/dist/bigconsole/pages/DashboardViewPage.d.ts +5 -0
- package/dist/bigconsole/pages/DashboardViewPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/DashboardViewPage.js +325 -0
- package/dist/bigconsole/pages/DashboardViewPage.js.map +1 -0
- package/dist/bigconsole/pages/DashboardsPage.d.ts +5 -0
- package/dist/bigconsole/pages/DashboardsPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/DashboardsPage.js +555 -0
- package/dist/bigconsole/pages/DashboardsPage.js.map +1 -0
- package/dist/bigconsole/pages/DataParsersPage.d.ts +9 -0
- package/dist/bigconsole/pages/DataParsersPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/DataParsersPage.js +444 -0
- package/dist/bigconsole/pages/DataParsersPage.js.map +1 -0
- package/dist/bigconsole/pages/DataSinkBuilderPage.d.ts +10 -0
- package/dist/bigconsole/pages/DataSinkBuilderPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/DataSinkBuilderPage.js +538 -0
- package/dist/bigconsole/pages/DataSinkBuilderPage.js.map +1 -0
- package/dist/bigconsole/pages/DataSinkViewPage.d.ts +8 -0
- package/dist/bigconsole/pages/DataSinkViewPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/DataSinkViewPage.js +342 -0
- package/dist/bigconsole/pages/DataSinkViewPage.js.map +1 -0
- package/dist/bigconsole/pages/DataSinksPage.d.ts +5 -0
- package/dist/bigconsole/pages/DataSinksPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/DataSinksPage.js +835 -0
- package/dist/bigconsole/pages/DataSinksPage.js.map +1 -0
- package/dist/bigconsole/pages/DataSourcesPage.d.ts +10 -0
- package/dist/bigconsole/pages/DataSourcesPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/DataSourcesPage.js +18 -0
- package/dist/bigconsole/pages/DataSourcesPage.js.map +1 -0
- package/dist/bigconsole/pages/HomePage.d.ts +5 -0
- package/dist/bigconsole/pages/HomePage.d.ts.map +1 -0
- package/dist/bigconsole/pages/HomePage.js +338 -0
- package/dist/bigconsole/pages/HomePage.js.map +1 -0
- package/dist/bigconsole/pages/InsightsPage.d.ts +5 -0
- package/dist/bigconsole/pages/InsightsPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/InsightsPage.js +586 -0
- package/dist/bigconsole/pages/InsightsPage.js.map +1 -0
- package/dist/bigconsole/pages/ParserBuilderPage.d.ts +9 -0
- package/dist/bigconsole/pages/ParserBuilderPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/ParserBuilderPage.js +727 -0
- package/dist/bigconsole/pages/ParserBuilderPage.js.map +1 -0
- package/dist/bigconsole/pages/ParserViewPage.d.ts +8 -0
- package/dist/bigconsole/pages/ParserViewPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/ParserViewPage.js +394 -0
- package/dist/bigconsole/pages/ParserViewPage.js.map +1 -0
- package/dist/bigconsole/pages/PipelineBuilderPage.d.ts +9 -0
- package/dist/bigconsole/pages/PipelineBuilderPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/PipelineBuilderPage.js +585 -0
- package/dist/bigconsole/pages/PipelineBuilderPage.js.map +1 -0
- package/dist/bigconsole/pages/PipelineViewPage.d.ts +9 -0
- package/dist/bigconsole/pages/PipelineViewPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/PipelineViewPage.js +483 -0
- package/dist/bigconsole/pages/PipelineViewPage.js.map +1 -0
- package/dist/bigconsole/pages/PipelinesPage.d.ts +9 -0
- package/dist/bigconsole/pages/PipelinesPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/PipelinesPage.js +375 -0
- package/dist/bigconsole/pages/PipelinesPage.js.map +1 -0
- package/dist/bigconsole/pages/SettingsPage.d.ts +5 -0
- package/dist/bigconsole/pages/SettingsPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/SettingsPage.js +478 -0
- package/dist/bigconsole/pages/SettingsPage.js.map +1 -0
- package/dist/bigconsole/pages/WidgetDemoPage.d.ts +5 -0
- package/dist/bigconsole/pages/WidgetDemoPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/WidgetDemoPage.js +257 -0
- package/dist/bigconsole/pages/WidgetDemoPage.js.map +1 -0
- package/dist/bigconsole/pages/WorkflowViewPage.d.ts +9 -0
- package/dist/bigconsole/pages/WorkflowViewPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/WorkflowViewPage.js +532 -0
- package/dist/bigconsole/pages/WorkflowViewPage.js.map +1 -0
- package/dist/bigconsole/pages/WorkflowsPage.d.ts +9 -0
- package/dist/bigconsole/pages/WorkflowsPage.d.ts.map +1 -0
- package/dist/bigconsole/pages/WorkflowsPage.js +384 -0
- package/dist/bigconsole/pages/WorkflowsPage.js.map +1 -0
- package/dist/bigconsole/pages/index.d.ts +14 -0
- package/dist/bigconsole/pages/index.d.ts.map +1 -0
- package/dist/bigconsole/renderers/adapters/AdaptiveCardRenderer.d.ts +6 -0
- package/dist/bigconsole/renderers/adapters/AdaptiveCardRenderer.d.ts.map +1 -0
- package/dist/bigconsole/renderers/adapters/AdaptiveCardRenderer.js +471 -0
- package/dist/bigconsole/renderers/adapters/AdaptiveCardRenderer.js.map +1 -0
- package/dist/bigconsole/renderers/adapters/BigConsoleRenderer.d.ts +9 -0
- package/dist/bigconsole/renderers/adapters/BigConsoleRenderer.d.ts.map +1 -0
- package/dist/bigconsole/renderers/adapters/BigConsoleRenderer.js +66 -0
- package/dist/bigconsole/renderers/adapters/BigConsoleRenderer.js.map +1 -0
- package/dist/bigconsole/renderers/adapters/BlockKitRenderer.d.ts +6 -0
- package/dist/bigconsole/renderers/adapters/BlockKitRenderer.d.ts.map +1 -0
- package/dist/bigconsole/renderers/adapters/BlockKitRenderer.js +384 -0
- package/dist/bigconsole/renderers/adapters/BlockKitRenderer.js.map +1 -0
- package/dist/bigconsole/renderers/adapters/CustomRenderer.d.ts +46 -0
- package/dist/bigconsole/renderers/adapters/CustomRenderer.d.ts.map +1 -0
- package/dist/bigconsole/renderers/adapters/CustomRenderer.js +172 -0
- package/dist/bigconsole/renderers/adapters/CustomRenderer.js.map +1 -0
- package/dist/bigconsole/renderers/adapters/index.d.ts +10 -0
- package/dist/bigconsole/renderers/adapters/index.d.ts.map +1 -0
- package/dist/bigconsole/renderers/factory/WidgetRendererFactory.d.ts +46 -0
- package/dist/bigconsole/renderers/factory/WidgetRendererFactory.d.ts.map +1 -0
- package/dist/bigconsole/renderers/factory/WidgetRendererFactory.js +55 -0
- package/dist/bigconsole/renderers/factory/WidgetRendererFactory.js.map +1 -0
- package/dist/bigconsole/renderers/index.d.ts +10 -0
- package/dist/bigconsole/renderers/index.d.ts.map +1 -0
- package/dist/bigconsole/renderers/registry/RendererRegistry.d.ts +42 -0
- package/dist/bigconsole/renderers/registry/RendererRegistry.d.ts.map +1 -0
- package/dist/bigconsole/renderers/registry/RendererRegistry.js +139 -0
- package/dist/bigconsole/renderers/registry/RendererRegistry.js.map +1 -0
- package/dist/bigconsole/renderers/types/index.d.ts +7 -0
- package/dist/bigconsole/renderers/types/index.d.ts.map +1 -0
- package/dist/bigconsole/renderers/types/renderer.d.ts +228 -0
- package/dist/bigconsole/renderers/types/renderer.d.ts.map +1 -0
- package/dist/bigconsole/store/dashboardStore.d.ts +132 -0
- package/dist/bigconsole/store/dashboardStore.d.ts.map +1 -0
- package/dist/bigconsole/store/dashboardStore.js +246 -0
- package/dist/bigconsole/store/dashboardStore.js.map +1 -0
- package/dist/bigconsole/store/dataSinkStore.d.ts +94 -0
- package/dist/bigconsole/store/dataSinkStore.d.ts.map +1 -0
- package/dist/bigconsole/store/dataSinkStore.js +138 -0
- package/dist/bigconsole/store/dataSinkStore.js.map +1 -0
- package/dist/bigconsole/store/drilldownStore.d.ts +63 -0
- package/dist/bigconsole/store/drilldownStore.d.ts.map +1 -0
- package/dist/bigconsole/store/drilldownStore.js +69 -0
- package/dist/bigconsole/store/drilldownStore.js.map +1 -0
- package/dist/bigconsole/store/index.d.ts +13 -0
- package/dist/bigconsole/store/index.d.ts.map +1 -0
- package/dist/bigconsole/store/index.js +7 -0
- package/dist/bigconsole/store/parserStore.d.ts +106 -0
- package/dist/bigconsole/store/parserStore.d.ts.map +1 -0
- package/dist/bigconsole/store/parserStore.js +175 -0
- package/dist/bigconsole/store/parserStore.js.map +1 -0
- package/dist/bigconsole/store/pipelineStore.d.ts +113 -0
- package/dist/bigconsole/store/pipelineStore.d.ts.map +1 -0
- package/dist/bigconsole/store/pipelineStore.js +231 -0
- package/dist/bigconsole/store/pipelineStore.js.map +1 -0
- package/dist/bigconsole/store/widgetStore.d.ts +106 -0
- package/dist/bigconsole/store/widgetStore.d.ts.map +1 -0
- package/dist/bigconsole/store/widgetStore.js +217 -0
- package/dist/bigconsole/store/widgetStore.js.map +1 -0
- package/dist/bigconsole/store/workflowStore.d.ts +120 -0
- package/dist/bigconsole/store/workflowStore.d.ts.map +1 -0
- package/dist/bigconsole/store/workflowStore.js +193 -0
- package/dist/bigconsole/store/workflowStore.js.map +1 -0
- package/dist/bigconsole/types/index.d.ts +1233 -0
- package/dist/bigconsole/types/index.d.ts.map +1 -0
- package/dist/bigconsole/utils/index.d.ts +9 -0
- package/dist/bigconsole/utils/index.d.ts.map +1 -0
- package/dist/bigconsole/utils/semanticTokens.d.ts +88 -0
- package/dist/bigconsole/utils/semanticTokens.d.ts.map +1 -0
- package/dist/bigconsole/utils/semanticTokens.js +41 -0
- package/dist/bigconsole/utils/semanticTokens.js.map +1 -0
- package/dist/bigconsole/utils/widgetPositioning.d.ts +81 -0
- package/dist/bigconsole/utils/widgetPositioning.d.ts.map +1 -0
- package/dist/bigconsole/utils/widgetPositioning.js +44 -0
- package/dist/bigconsole/utils/widgetPositioning.js.map +1 -0
- package/dist/bigconsole/utils/widgetTypeMapping.d.ts +34 -0
- package/dist/bigconsole/utils/widgetTypeMapping.d.ts.map +1 -0
- package/dist/bigconsole/utils/widgetTypeMapping.js +56 -0
- package/dist/bigconsole/utils/widgetTypeMapping.js.map +1 -0
- package/dist/generated/global-operations.d.ts +2 -0
- package/dist/generated/global-operations.d.ts.map +1 -0
- package/dist/generated/global-types.d.ts +20716 -0
- package/dist/generated/global-types.d.ts.map +1 -0
- package/dist/generated/wspace-operations.d.ts +9514 -0
- package/dist/generated/wspace-operations.d.ts.map +1 -0
- package/dist/generated/wspace-operations.js +1993 -0
- package/dist/generated/wspace-operations.js.map +1 -0
- package/dist/generated/wspace-types.d.ts +53363 -0
- package/dist/generated/wspace-types.d.ts.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/microfe-bigconsole.css +2 -0
- package/dist/utils/nativeBridge.d.ts +3 -0
- package/dist/utils/nativeBridge.d.ts.map +1 -0
- package/dist/utils/nativeBridge.js +2 -0
- package/package.json +118 -0
|
@@ -0,0 +1,1233 @@
|
|
|
1
|
+
import { MicrofrontendRootProps } from '@burdenoff/fe-libs/shared/types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* BigConsole microfrontend root props
|
|
5
|
+
* Extends standard MicrofrontendRootProps with required auth
|
|
6
|
+
*/
|
|
7
|
+
export interface BigConsoleRootProps extends MicrofrontendRootProps {
|
|
8
|
+
/**
|
|
9
|
+
* API Gateway URL (used when connecting via gateway in workspaces-app)
|
|
10
|
+
* Will append /workspaces/graphql to this URL
|
|
11
|
+
*/
|
|
12
|
+
apiGatewayUrl?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Direct GraphQL URL (used for standalone bigconsole-app)
|
|
15
|
+
* When provided, connects directly to this URL without gateway prefix
|
|
16
|
+
*/
|
|
17
|
+
graphqlUrl?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Authentication token (required for BigConsole)
|
|
20
|
+
*/
|
|
21
|
+
authToken: string;
|
|
22
|
+
/**
|
|
23
|
+
* Workspace-scoped JWT token. The gateway requires both authToken
|
|
24
|
+
* (Authorization) and workspaceToken (X-Workspace-Authorization)
|
|
25
|
+
* for workspace-scoped operations.
|
|
26
|
+
*/
|
|
27
|
+
workspaceToken?: string;
|
|
28
|
+
}
|
|
29
|
+
export type WidgetType = 'kpi_card_comparison' | 'metric_card' | 'chart' | 'funnel_chart' | 'table' | 'pivot_table' | 'gauge' | 'progress' | 'list' | 'form' | 'text' | 'iframe' | 'map' | 'heatmap' | 'calendar' | 'kanban' | 'timeline' | 'custom';
|
|
30
|
+
export type NavigationMode = 'SAME_WINDOW' | 'NEW_TAB' | 'MODAL' | 'IN_PLACE';
|
|
31
|
+
export interface WidgetPosition {
|
|
32
|
+
x: number;
|
|
33
|
+
y: number;
|
|
34
|
+
width: number;
|
|
35
|
+
height: number;
|
|
36
|
+
}
|
|
37
|
+
export interface WidgetPositionInput {
|
|
38
|
+
x: number;
|
|
39
|
+
y: number;
|
|
40
|
+
width: number;
|
|
41
|
+
height: number;
|
|
42
|
+
}
|
|
43
|
+
export interface ResponsivePosition {
|
|
44
|
+
/** Column span at xs breakpoint (0-640px) */
|
|
45
|
+
xs: number;
|
|
46
|
+
/** Column span at sm breakpoint (640-768px) */
|
|
47
|
+
sm: number;
|
|
48
|
+
/** Column span at md breakpoint (768-1024px) */
|
|
49
|
+
md: number;
|
|
50
|
+
/** Column span at lg breakpoint (1024px+) */
|
|
51
|
+
lg: number;
|
|
52
|
+
}
|
|
53
|
+
export interface ResponsivePositionInput {
|
|
54
|
+
xs?: number;
|
|
55
|
+
sm?: number;
|
|
56
|
+
md?: number;
|
|
57
|
+
lg?: number;
|
|
58
|
+
}
|
|
59
|
+
export interface WidgetDrilldown {
|
|
60
|
+
id: string;
|
|
61
|
+
sourceWidgetId: string;
|
|
62
|
+
targetDashboardId: string;
|
|
63
|
+
parameterMapping: Record<string, unknown>;
|
|
64
|
+
navigationMode: NavigationMode;
|
|
65
|
+
enabled: boolean;
|
|
66
|
+
/** Whether to pass global filters to target dashboard */
|
|
67
|
+
passGlobalFilters?: boolean;
|
|
68
|
+
/** Maximum drilldown depth allowed (default: 3) */
|
|
69
|
+
maxDepth?: number;
|
|
70
|
+
/** Open in same tab or new tab */
|
|
71
|
+
openIn?: 'same' | 'new';
|
|
72
|
+
metadata?: Record<string, unknown>;
|
|
73
|
+
context?: Record<string, unknown>;
|
|
74
|
+
createdAt: string;
|
|
75
|
+
updatedAt: string;
|
|
76
|
+
}
|
|
77
|
+
export interface CreateDrilldownInput {
|
|
78
|
+
sourceWidgetId: string;
|
|
79
|
+
targetDashboardId: string;
|
|
80
|
+
parameterMapping: Record<string, unknown>;
|
|
81
|
+
navigationMode?: NavigationMode;
|
|
82
|
+
/** Whether to pass global filters to target dashboard */
|
|
83
|
+
passGlobalFilters?: boolean;
|
|
84
|
+
/** Maximum drilldown depth allowed (default: 3) */
|
|
85
|
+
maxDepth?: number;
|
|
86
|
+
/** Open in same tab or new tab */
|
|
87
|
+
openIn?: 'same' | 'new';
|
|
88
|
+
}
|
|
89
|
+
export interface UpdateDrilldownInput {
|
|
90
|
+
id: string;
|
|
91
|
+
targetDashboardId?: string;
|
|
92
|
+
parameterMapping?: Record<string, unknown>;
|
|
93
|
+
navigationMode?: NavigationMode;
|
|
94
|
+
enabled?: boolean;
|
|
95
|
+
/** Whether to pass global filters to target dashboard */
|
|
96
|
+
passGlobalFilters?: boolean;
|
|
97
|
+
/** Maximum drilldown depth allowed (default: 3) */
|
|
98
|
+
maxDepth?: number;
|
|
99
|
+
/** Open in same tab or new tab */
|
|
100
|
+
openIn?: 'same' | 'new';
|
|
101
|
+
}
|
|
102
|
+
export interface WidgetTranslation {
|
|
103
|
+
id: string;
|
|
104
|
+
widgetId: string;
|
|
105
|
+
locale: string;
|
|
106
|
+
title: string;
|
|
107
|
+
createdAt: string;
|
|
108
|
+
updatedAt: string;
|
|
109
|
+
}
|
|
110
|
+
export interface WidgetTranslationInput {
|
|
111
|
+
locale: string;
|
|
112
|
+
title: string;
|
|
113
|
+
}
|
|
114
|
+
export type RendererType = 'BIGCONSOLE' | 'ADAPTIVE_CARD' | 'BLOCKKIT' | 'CUSTOM';
|
|
115
|
+
export interface Widget {
|
|
116
|
+
id: string;
|
|
117
|
+
pageId: string;
|
|
118
|
+
dashboardId?: string;
|
|
119
|
+
type: WidgetType;
|
|
120
|
+
title: string;
|
|
121
|
+
description?: string;
|
|
122
|
+
renderer?: RendererType;
|
|
123
|
+
template?: Record<string, unknown> | null;
|
|
124
|
+
dataSourceId?: string | null;
|
|
125
|
+
dataPath?: string | null;
|
|
126
|
+
dataSinkId?: string | null;
|
|
127
|
+
datasetId?: string | null;
|
|
128
|
+
parserId?: string | null;
|
|
129
|
+
parserRules?: string | null;
|
|
130
|
+
config: Record<string, unknown>;
|
|
131
|
+
position: WidgetPosition;
|
|
132
|
+
positionX: number;
|
|
133
|
+
positionY: number;
|
|
134
|
+
positionWidth: number;
|
|
135
|
+
positionHeight: number;
|
|
136
|
+
positionResponsive?: ResponsivePosition | null;
|
|
137
|
+
rowOrder?: number | null;
|
|
138
|
+
refreshInterval?: number | null;
|
|
139
|
+
lastRefreshedAt?: string | null;
|
|
140
|
+
cacheTTL?: number | null;
|
|
141
|
+
metadata?: Record<string, unknown>;
|
|
142
|
+
context?: Record<string, unknown>;
|
|
143
|
+
drilldown?: WidgetDrilldown | null;
|
|
144
|
+
drilldowns?: WidgetDrilldown[];
|
|
145
|
+
translations?: WidgetTranslation[];
|
|
146
|
+
actions?: WidgetAction[];
|
|
147
|
+
data?: Record<string, unknown> | null;
|
|
148
|
+
createdAt: string;
|
|
149
|
+
updatedAt: string;
|
|
150
|
+
}
|
|
151
|
+
export type ActionType = 'BUTTON' | 'LINK' | 'MENU_ITEM' | 'EMIT_EVENT' | 'NAVIGATE' | 'CUSTOM';
|
|
152
|
+
export type ActionStyle = 'PRIMARY' | 'SECONDARY' | 'DANGER' | 'WARNING' | 'SUCCESS' | 'GHOST' | 'LINK';
|
|
153
|
+
export interface ActionConfirmation {
|
|
154
|
+
title: string;
|
|
155
|
+
message: string;
|
|
156
|
+
confirmLabel?: string;
|
|
157
|
+
cancelLabel?: string;
|
|
158
|
+
}
|
|
159
|
+
export interface WidgetAction {
|
|
160
|
+
id: string;
|
|
161
|
+
widgetId: string;
|
|
162
|
+
name: string;
|
|
163
|
+
label: string;
|
|
164
|
+
type: ActionType;
|
|
165
|
+
style: ActionStyle;
|
|
166
|
+
icon?: string | null;
|
|
167
|
+
confirmation?: ActionConfirmation | null;
|
|
168
|
+
disabled: boolean;
|
|
169
|
+
hidden: boolean;
|
|
170
|
+
order: number;
|
|
171
|
+
metadata?: Record<string, unknown> | null;
|
|
172
|
+
createdAt?: string;
|
|
173
|
+
updatedAt?: string;
|
|
174
|
+
}
|
|
175
|
+
export interface CreateWidgetInput {
|
|
176
|
+
pageId: string;
|
|
177
|
+
type: WidgetType;
|
|
178
|
+
title: string;
|
|
179
|
+
dataSourceId?: string;
|
|
180
|
+
dataPath?: string;
|
|
181
|
+
config: Record<string, unknown>;
|
|
182
|
+
position: WidgetPositionInput;
|
|
183
|
+
positionResponsive?: ResponsivePositionInput;
|
|
184
|
+
rowOrder?: number;
|
|
185
|
+
refreshInterval?: number;
|
|
186
|
+
metadata?: Record<string, unknown>;
|
|
187
|
+
context?: Record<string, unknown>;
|
|
188
|
+
translations?: WidgetTranslationInput[];
|
|
189
|
+
}
|
|
190
|
+
export interface UpdateWidgetInput {
|
|
191
|
+
id: string;
|
|
192
|
+
title?: string;
|
|
193
|
+
dataSourceId?: string | null;
|
|
194
|
+
dataPath?: string | null;
|
|
195
|
+
config?: Record<string, unknown>;
|
|
196
|
+
position?: WidgetPositionInput;
|
|
197
|
+
positionResponsive?: ResponsivePositionInput;
|
|
198
|
+
rowOrder?: number;
|
|
199
|
+
refreshInterval?: number | null;
|
|
200
|
+
metadata?: Record<string, unknown>;
|
|
201
|
+
context?: Record<string, unknown>;
|
|
202
|
+
translations?: WidgetTranslationInput[];
|
|
203
|
+
}
|
|
204
|
+
export interface WidgetData {
|
|
205
|
+
raw: Record<string, unknown>;
|
|
206
|
+
processed: Record<string, unknown>;
|
|
207
|
+
fetchedAt: string;
|
|
208
|
+
cached: boolean;
|
|
209
|
+
error?: string | null;
|
|
210
|
+
}
|
|
211
|
+
export interface WidgetTypeInfo {
|
|
212
|
+
type: WidgetType;
|
|
213
|
+
name: string;
|
|
214
|
+
description: string;
|
|
215
|
+
icon: string;
|
|
216
|
+
category: WidgetCategory;
|
|
217
|
+
defaultConfig: Record<string, unknown>;
|
|
218
|
+
minWidth: number;
|
|
219
|
+
minHeight: number;
|
|
220
|
+
maxWidth: number;
|
|
221
|
+
maxHeight: number;
|
|
222
|
+
}
|
|
223
|
+
export type WidgetCategory = 'KPI' | 'Visualization' | 'Data' | 'Content' | 'Temporal' | 'Custom' | 'Installed';
|
|
224
|
+
export interface MetricCardConfig {
|
|
225
|
+
format: 'currency' | 'percentage' | 'number' | 'decimal' | 'compact';
|
|
226
|
+
decimalPlaces: number;
|
|
227
|
+
showTrend: boolean;
|
|
228
|
+
showSparkline: boolean;
|
|
229
|
+
currencySymbol?: string;
|
|
230
|
+
trendDirection?: 'up' | 'down' | 'flat';
|
|
231
|
+
thresholds?: {
|
|
232
|
+
warning?: number;
|
|
233
|
+
danger?: number;
|
|
234
|
+
};
|
|
235
|
+
subtitle?: string;
|
|
236
|
+
prefix?: string;
|
|
237
|
+
suffix?: string;
|
|
238
|
+
comparisonLabel?: string;
|
|
239
|
+
showComparison?: boolean;
|
|
240
|
+
positiveIsGood?: boolean;
|
|
241
|
+
/** Field name to extract value from data object (e.g., "totalSales") */
|
|
242
|
+
valueField?: string;
|
|
243
|
+
/** Field name for previous value comparison (e.g., "previousSales") */
|
|
244
|
+
previousValueField?: string;
|
|
245
|
+
}
|
|
246
|
+
export interface ChartConfig {
|
|
247
|
+
chartType: 'line' | 'bar' | 'area' | 'pie' | 'doughnut' | 'scatter' | 'heatmap' | 'funnel';
|
|
248
|
+
showLegend: boolean;
|
|
249
|
+
legendPosition: 'top' | 'bottom' | 'left' | 'right';
|
|
250
|
+
showGrid: boolean;
|
|
251
|
+
showTooltip: boolean;
|
|
252
|
+
xAxisLabel?: string;
|
|
253
|
+
yAxisLabel?: string;
|
|
254
|
+
colors?: string[];
|
|
255
|
+
stacked?: boolean;
|
|
256
|
+
smooth?: boolean;
|
|
257
|
+
/** Field to use for X-axis values */
|
|
258
|
+
xAxisField?: string;
|
|
259
|
+
/** Curve interpolation type for line/area charts */
|
|
260
|
+
curveType?: 'monotone' | 'linear' | 'step' | 'natural';
|
|
261
|
+
/** Field to use for values (pie/funnel charts) */
|
|
262
|
+
valueField?: string;
|
|
263
|
+
/** Field to use for labels (pie/funnel charts) */
|
|
264
|
+
labelField?: string;
|
|
265
|
+
/** Display pie chart as donut */
|
|
266
|
+
showAsDonut?: boolean;
|
|
267
|
+
/** Show data point markers on line/area charts */
|
|
268
|
+
showDataPoints?: boolean;
|
|
269
|
+
/** Labels for multiple series */
|
|
270
|
+
seriesLabels?: string[];
|
|
271
|
+
/** Inner radius for doughnut/pie charts */
|
|
272
|
+
innerRadius?: number;
|
|
273
|
+
/** Outer radius for doughnut/pie charts */
|
|
274
|
+
outerRadius?: number;
|
|
275
|
+
/** Cross-filter mappings for Phase 2 cross-filtering */
|
|
276
|
+
crossFilterMappings?: Array<{
|
|
277
|
+
sourceField: string;
|
|
278
|
+
targetFilterId: string;
|
|
279
|
+
}>;
|
|
280
|
+
/** Selected numeric fields to display as chart series */
|
|
281
|
+
selectedFields?: string[];
|
|
282
|
+
}
|
|
283
|
+
export interface TableConfig {
|
|
284
|
+
pageSize: number;
|
|
285
|
+
sortable: boolean;
|
|
286
|
+
filterable: boolean;
|
|
287
|
+
columns: TableColumnConfig[];
|
|
288
|
+
stickyHeader: boolean;
|
|
289
|
+
rowActions?: boolean;
|
|
290
|
+
exportable?: boolean;
|
|
291
|
+
/** Show search input */
|
|
292
|
+
showSearch?: boolean;
|
|
293
|
+
/** Show pagination controls */
|
|
294
|
+
showPagination?: boolean;
|
|
295
|
+
/** Show export button */
|
|
296
|
+
showExport?: boolean;
|
|
297
|
+
/** Display alternating row colors */
|
|
298
|
+
stripedRows?: boolean;
|
|
299
|
+
/** Default column to sort by */
|
|
300
|
+
defaultSortColumn?: string;
|
|
301
|
+
/** Default sort direction */
|
|
302
|
+
defaultSortDirection?: 'asc' | 'desc';
|
|
303
|
+
/** Cross-filter mappings for Phase 2 cross-filtering */
|
|
304
|
+
crossFilterMappings?: Array<{
|
|
305
|
+
sourceField: string;
|
|
306
|
+
targetFilterId: string;
|
|
307
|
+
}>;
|
|
308
|
+
/** Enable cross-filtering without explicit mappings (Phase 2) */
|
|
309
|
+
enableCrossFilter?: boolean;
|
|
310
|
+
}
|
|
311
|
+
export interface TableColumnConfig {
|
|
312
|
+
key?: string;
|
|
313
|
+
label?: string;
|
|
314
|
+
visible?: boolean;
|
|
315
|
+
width?: number;
|
|
316
|
+
sortable?: boolean;
|
|
317
|
+
filterable?: boolean;
|
|
318
|
+
format?: 'text' | 'number' | 'currency' | 'date' | 'percentage' | 'badge';
|
|
319
|
+
/** Data field name (alternative to key) */
|
|
320
|
+
field?: string;
|
|
321
|
+
/** Column header text (alternative to label) */
|
|
322
|
+
header?: string;
|
|
323
|
+
/** Text alignment */
|
|
324
|
+
align?: 'left' | 'center' | 'right';
|
|
325
|
+
}
|
|
326
|
+
export interface ColumnDefinition {
|
|
327
|
+
key: string;
|
|
328
|
+
header: string;
|
|
329
|
+
sortable?: boolean;
|
|
330
|
+
width?: string;
|
|
331
|
+
align?: string;
|
|
332
|
+
}
|
|
333
|
+
export interface GaugeConfig {
|
|
334
|
+
variant: 'circular' | 'linear';
|
|
335
|
+
min: number;
|
|
336
|
+
max: number;
|
|
337
|
+
units?: string;
|
|
338
|
+
unit?: string;
|
|
339
|
+
thresholds: GaugeThreshold[];
|
|
340
|
+
showValue: boolean;
|
|
341
|
+
showLabels: boolean;
|
|
342
|
+
/** Value format type */
|
|
343
|
+
format?: 'number' | 'currency' | 'percentage' | 'decimal';
|
|
344
|
+
/** Number of decimal places */
|
|
345
|
+
decimals?: number;
|
|
346
|
+
/** Show threshold zones */
|
|
347
|
+
showZones?: boolean;
|
|
348
|
+
/** Gauge size */
|
|
349
|
+
size?: 'sm' | 'md' | 'lg';
|
|
350
|
+
}
|
|
351
|
+
export interface GaugeThreshold {
|
|
352
|
+
value: number;
|
|
353
|
+
color: string;
|
|
354
|
+
label?: string;
|
|
355
|
+
}
|
|
356
|
+
export interface ProgressConfig {
|
|
357
|
+
showPercentage: boolean;
|
|
358
|
+
showValue: boolean;
|
|
359
|
+
target?: number;
|
|
360
|
+
milestones?: ProgressMilestone[];
|
|
361
|
+
colorStages?: ProgressColorStage[];
|
|
362
|
+
max?: number;
|
|
363
|
+
barHeight?: number;
|
|
364
|
+
format?: 'number' | 'percentage' | 'currency' | 'compact';
|
|
365
|
+
colorMode?: 'auto' | 'fixed' | 'gradient' | 'dynamic' | 'success' | 'warning' | 'error';
|
|
366
|
+
showMax?: boolean;
|
|
367
|
+
}
|
|
368
|
+
export interface ProgressMilestone {
|
|
369
|
+
value?: number;
|
|
370
|
+
label: string;
|
|
371
|
+
position?: number;
|
|
372
|
+
}
|
|
373
|
+
export interface ProgressColorStage {
|
|
374
|
+
maxValue: number;
|
|
375
|
+
color: 'success' | 'warning' | 'danger' | 'info';
|
|
376
|
+
}
|
|
377
|
+
export interface ListConfig {
|
|
378
|
+
showMetadata: boolean;
|
|
379
|
+
showActions: boolean;
|
|
380
|
+
showBadges: boolean;
|
|
381
|
+
maxItems?: number;
|
|
382
|
+
itemClickable: boolean;
|
|
383
|
+
/** Field to use for item title */
|
|
384
|
+
titleField?: string;
|
|
385
|
+
/** Field to use for item subtitle */
|
|
386
|
+
subtitleField?: string;
|
|
387
|
+
/** Field to use for item value */
|
|
388
|
+
valueField?: string;
|
|
389
|
+
/** Field to use for badge content */
|
|
390
|
+
badgeField?: string;
|
|
391
|
+
/** Show total count */
|
|
392
|
+
showCount?: boolean;
|
|
393
|
+
/** Show search input */
|
|
394
|
+
showSearch?: boolean;
|
|
395
|
+
/** Show "View All" link */
|
|
396
|
+
showViewAll?: boolean;
|
|
397
|
+
/** Show item icon */
|
|
398
|
+
showIcon?: boolean;
|
|
399
|
+
}
|
|
400
|
+
export interface KPIConfig {
|
|
401
|
+
comparisons: KPIComparison[];
|
|
402
|
+
showSparklines: boolean;
|
|
403
|
+
layout: 'horizontal' | 'vertical' | 'grid';
|
|
404
|
+
/** Value format type */
|
|
405
|
+
format?: 'currency' | 'percentage' | 'number' | 'decimal';
|
|
406
|
+
/** Whether positive change is good (affects color) */
|
|
407
|
+
positiveIsGood?: boolean;
|
|
408
|
+
}
|
|
409
|
+
export interface KPIComparison {
|
|
410
|
+
label: string;
|
|
411
|
+
field: string;
|
|
412
|
+
format: 'percentage' | 'absolute' | 'delta';
|
|
413
|
+
}
|
|
414
|
+
export interface FunnelConfig {
|
|
415
|
+
showLabels: boolean;
|
|
416
|
+
showValues: boolean;
|
|
417
|
+
showPercentages: boolean;
|
|
418
|
+
orientation: 'vertical' | 'horizontal';
|
|
419
|
+
}
|
|
420
|
+
export interface HeatmapConfig {
|
|
421
|
+
xAxisField: string;
|
|
422
|
+
yAxisField: string;
|
|
423
|
+
valueField: string;
|
|
424
|
+
colorScale: string[];
|
|
425
|
+
showValues: boolean;
|
|
426
|
+
/** Color scheme name */
|
|
427
|
+
colorScheme?: string;
|
|
428
|
+
/** Number of decimal places */
|
|
429
|
+
decimals?: number;
|
|
430
|
+
/** Show color legend */
|
|
431
|
+
showLegend?: boolean;
|
|
432
|
+
}
|
|
433
|
+
export interface RetentionConfig {
|
|
434
|
+
cohortField: string;
|
|
435
|
+
periodField: string;
|
|
436
|
+
valueField: string;
|
|
437
|
+
periodType: 'day' | 'week' | 'month';
|
|
438
|
+
showPercentages: boolean;
|
|
439
|
+
/** Number of decimal places */
|
|
440
|
+
decimals?: number;
|
|
441
|
+
/** Show averages row/column */
|
|
442
|
+
showAverages?: boolean;
|
|
443
|
+
/** Show color legend */
|
|
444
|
+
showLegend?: boolean;
|
|
445
|
+
}
|
|
446
|
+
export interface AdaptiveCardConfig {
|
|
447
|
+
template: Record<string, unknown>;
|
|
448
|
+
dataBinding?: Record<string, string>;
|
|
449
|
+
}
|
|
450
|
+
export interface CustomWidgetConfig {
|
|
451
|
+
componentId: string;
|
|
452
|
+
props?: Record<string, unknown>;
|
|
453
|
+
/** Description of the custom widget */
|
|
454
|
+
description?: string;
|
|
455
|
+
}
|
|
456
|
+
export interface PivotTableConfig {
|
|
457
|
+
/** Fields to group by rows */
|
|
458
|
+
rows: string[];
|
|
459
|
+
/** Fields to group by columns */
|
|
460
|
+
columns: string[];
|
|
461
|
+
/** Fields to aggregate with their aggregation functions */
|
|
462
|
+
values: PivotValueField[];
|
|
463
|
+
/** Show row totals */
|
|
464
|
+
showRowTotals: boolean;
|
|
465
|
+
/** Show column totals */
|
|
466
|
+
showColumnTotals: boolean;
|
|
467
|
+
/** Show grand total */
|
|
468
|
+
showGrandTotal: boolean;
|
|
469
|
+
/** Allow row expansion/collapse */
|
|
470
|
+
expandable: boolean;
|
|
471
|
+
/** Number format */
|
|
472
|
+
numberFormat: 'number' | 'currency' | 'percentage';
|
|
473
|
+
/** Decimal places */
|
|
474
|
+
decimalPlaces: number;
|
|
475
|
+
}
|
|
476
|
+
export interface PivotValueField {
|
|
477
|
+
field: string;
|
|
478
|
+
aggregation: 'sum' | 'count' | 'average' | 'min' | 'max';
|
|
479
|
+
label?: string;
|
|
480
|
+
}
|
|
481
|
+
export type FormFieldType = 'text' | 'number' | 'email' | 'password' | 'tel' | 'url' | 'textarea' | 'select' | 'checkbox' | 'radio' | 'date' | 'datetime' | 'time' | 'hidden';
|
|
482
|
+
export interface FormFieldOption {
|
|
483
|
+
value: string;
|
|
484
|
+
label: string;
|
|
485
|
+
disabled?: boolean;
|
|
486
|
+
}
|
|
487
|
+
export interface FormValidationRule {
|
|
488
|
+
type: 'required' | 'minLength' | 'maxLength' | 'min' | 'max' | 'pattern' | 'email' | 'custom';
|
|
489
|
+
value?: string | number;
|
|
490
|
+
message: string;
|
|
491
|
+
}
|
|
492
|
+
export interface FormFieldConfig {
|
|
493
|
+
name: string;
|
|
494
|
+
label: string;
|
|
495
|
+
type: FormFieldType;
|
|
496
|
+
placeholder?: string;
|
|
497
|
+
defaultValue?: unknown;
|
|
498
|
+
required?: boolean;
|
|
499
|
+
disabled?: boolean;
|
|
500
|
+
readonly?: boolean;
|
|
501
|
+
helpText?: string;
|
|
502
|
+
options?: FormFieldOption[];
|
|
503
|
+
validation?: FormValidationRule[];
|
|
504
|
+
min?: number | string;
|
|
505
|
+
max?: number | string;
|
|
506
|
+
step?: number;
|
|
507
|
+
rows?: number;
|
|
508
|
+
pattern?: string;
|
|
509
|
+
}
|
|
510
|
+
export interface FormConfig {
|
|
511
|
+
/** Form fields */
|
|
512
|
+
fields: FormFieldConfig[];
|
|
513
|
+
/** Layout type */
|
|
514
|
+
layout: 'vertical' | 'horizontal' | 'grid';
|
|
515
|
+
/** Grid columns (for grid layout) */
|
|
516
|
+
columns?: number;
|
|
517
|
+
/** Submit button label */
|
|
518
|
+
submitLabel?: string;
|
|
519
|
+
/** Reset button label */
|
|
520
|
+
resetLabel?: string;
|
|
521
|
+
/** Show reset button */
|
|
522
|
+
showReset?: boolean;
|
|
523
|
+
/** Action name to emit on submit */
|
|
524
|
+
submitAction?: string;
|
|
525
|
+
/** Success message after submit */
|
|
526
|
+
successMessage?: string;
|
|
527
|
+
/** Validate on field blur */
|
|
528
|
+
validateOnBlur?: boolean;
|
|
529
|
+
/** Validate on field change */
|
|
530
|
+
validateOnChange?: boolean;
|
|
531
|
+
}
|
|
532
|
+
export interface Dashboard {
|
|
533
|
+
id: string;
|
|
534
|
+
workspaceId: string;
|
|
535
|
+
name: string;
|
|
536
|
+
/** Alias for name - some components use title */
|
|
537
|
+
title?: string;
|
|
538
|
+
description?: string;
|
|
539
|
+
slug: string;
|
|
540
|
+
isPublished: boolean;
|
|
541
|
+
isTemplate: boolean;
|
|
542
|
+
layoutConfig: DashboardLayoutConfig;
|
|
543
|
+
theme?: DashboardTheme;
|
|
544
|
+
pages: DashboardPage[];
|
|
545
|
+
translations: DashboardTranslation[];
|
|
546
|
+
createdBy: string;
|
|
547
|
+
createdAt: string;
|
|
548
|
+
updatedAt: string;
|
|
549
|
+
}
|
|
550
|
+
export interface DashboardLayoutConfig {
|
|
551
|
+
columns: number;
|
|
552
|
+
rowHeight: number;
|
|
553
|
+
gap: number;
|
|
554
|
+
margin: number[];
|
|
555
|
+
containerPadding: number[];
|
|
556
|
+
}
|
|
557
|
+
export interface DashboardTheme {
|
|
558
|
+
primaryColor?: string;
|
|
559
|
+
backgroundColor?: string;
|
|
560
|
+
textColor?: string;
|
|
561
|
+
borderRadius?: number;
|
|
562
|
+
}
|
|
563
|
+
export interface DashboardPage {
|
|
564
|
+
id: string;
|
|
565
|
+
dashboardId?: string;
|
|
566
|
+
name?: string;
|
|
567
|
+
/** Alias for name - used in some components */
|
|
568
|
+
title?: string;
|
|
569
|
+
slug?: string;
|
|
570
|
+
order?: number;
|
|
571
|
+
/** Alias for order - used in some components */
|
|
572
|
+
index?: number;
|
|
573
|
+
layoutConfig?: Record<string, unknown>;
|
|
574
|
+
widgets?: Widget[];
|
|
575
|
+
createdAt?: string;
|
|
576
|
+
updatedAt?: string;
|
|
577
|
+
}
|
|
578
|
+
export interface DashboardTranslation {
|
|
579
|
+
id: string;
|
|
580
|
+
dashboardId: string;
|
|
581
|
+
locale: string;
|
|
582
|
+
name: string;
|
|
583
|
+
description?: string;
|
|
584
|
+
createdAt: string;
|
|
585
|
+
updatedAt: string;
|
|
586
|
+
}
|
|
587
|
+
export interface CreateDashboardInput {
|
|
588
|
+
workspaceId: string;
|
|
589
|
+
name: string;
|
|
590
|
+
description?: string;
|
|
591
|
+
layoutConfig?: DashboardLayoutConfig;
|
|
592
|
+
theme?: DashboardTheme;
|
|
593
|
+
}
|
|
594
|
+
export interface UpdateDashboardInput {
|
|
595
|
+
id: string;
|
|
596
|
+
name?: string;
|
|
597
|
+
description?: string;
|
|
598
|
+
isPublished?: boolean;
|
|
599
|
+
layoutConfig?: DashboardLayoutConfig;
|
|
600
|
+
theme?: DashboardTheme;
|
|
601
|
+
}
|
|
602
|
+
export type DataSourceType = 'REST_API' | 'GRAPHQL' | 'SQL' | 'WEBSOCKET' | 'MOCK' | 'DATASINK';
|
|
603
|
+
export interface DataSource {
|
|
604
|
+
id: string;
|
|
605
|
+
workspaceId: string;
|
|
606
|
+
name: string;
|
|
607
|
+
type: DataSourceType;
|
|
608
|
+
connectionConfig: Record<string, unknown>;
|
|
609
|
+
authConfig?: Record<string, unknown>;
|
|
610
|
+
query: string;
|
|
611
|
+
queryParams?: Record<string, unknown>;
|
|
612
|
+
cacheTTL: number;
|
|
613
|
+
isActive: boolean;
|
|
614
|
+
lastTestedAt?: string;
|
|
615
|
+
testStatus?: 'success' | 'failure' | 'pending';
|
|
616
|
+
createdAt: string;
|
|
617
|
+
updatedAt: string;
|
|
618
|
+
}
|
|
619
|
+
export interface CreateDataSourceInput {
|
|
620
|
+
workspaceId: string;
|
|
621
|
+
name: string;
|
|
622
|
+
type: DataSourceType;
|
|
623
|
+
connectionConfig: Record<string, unknown>;
|
|
624
|
+
authConfig?: Record<string, unknown>;
|
|
625
|
+
query: string;
|
|
626
|
+
queryParams?: Record<string, unknown>;
|
|
627
|
+
cacheTTL?: number;
|
|
628
|
+
}
|
|
629
|
+
export interface UpdateDataSourceInput {
|
|
630
|
+
id: string;
|
|
631
|
+
name?: string;
|
|
632
|
+
connectionConfig?: Record<string, unknown>;
|
|
633
|
+
authConfig?: Record<string, unknown>;
|
|
634
|
+
query?: string;
|
|
635
|
+
queryParams?: Record<string, unknown>;
|
|
636
|
+
cacheTTL?: number;
|
|
637
|
+
isActive?: boolean;
|
|
638
|
+
}
|
|
639
|
+
export type InsightType = 'anomaly' | 'trend' | 'prediction' | 'recommendation';
|
|
640
|
+
export interface AIInsight {
|
|
641
|
+
id: string;
|
|
642
|
+
dashboardId: string;
|
|
643
|
+
type: InsightType;
|
|
644
|
+
title: string;
|
|
645
|
+
description: string;
|
|
646
|
+
confidence: number;
|
|
647
|
+
data?: Record<string, unknown>;
|
|
648
|
+
createdAt: string;
|
|
649
|
+
}
|
|
650
|
+
export interface PageInfo {
|
|
651
|
+
hasNextPage: boolean;
|
|
652
|
+
hasPreviousPage: boolean;
|
|
653
|
+
startCursor?: string;
|
|
654
|
+
endCursor?: string;
|
|
655
|
+
}
|
|
656
|
+
export interface WidgetConnection {
|
|
657
|
+
edges: WidgetEdge[];
|
|
658
|
+
pageInfo: PageInfo;
|
|
659
|
+
totalCount: number;
|
|
660
|
+
}
|
|
661
|
+
export interface WidgetEdge {
|
|
662
|
+
cursor: string;
|
|
663
|
+
node: Widget;
|
|
664
|
+
}
|
|
665
|
+
export interface WidgetUIState {
|
|
666
|
+
isLoading: boolean;
|
|
667
|
+
isError: boolean;
|
|
668
|
+
isEmpty: boolean;
|
|
669
|
+
isEditing: boolean;
|
|
670
|
+
isSelected: boolean;
|
|
671
|
+
isDragging: boolean;
|
|
672
|
+
isResizing: boolean;
|
|
673
|
+
}
|
|
674
|
+
export interface DashboardUIState {
|
|
675
|
+
isEditMode: boolean;
|
|
676
|
+
selectedWidgetId: string | null;
|
|
677
|
+
configPanelOpen: boolean;
|
|
678
|
+
addWidgetDialogOpen: boolean;
|
|
679
|
+
previewMode: boolean;
|
|
680
|
+
}
|
|
681
|
+
export interface GridLayoutItem {
|
|
682
|
+
i: string;
|
|
683
|
+
x: number;
|
|
684
|
+
y: number;
|
|
685
|
+
w: number;
|
|
686
|
+
h: number;
|
|
687
|
+
minW?: number;
|
|
688
|
+
minH?: number;
|
|
689
|
+
maxW?: number;
|
|
690
|
+
maxH?: number;
|
|
691
|
+
static?: boolean;
|
|
692
|
+
isDraggable?: boolean;
|
|
693
|
+
isResizable?: boolean;
|
|
694
|
+
}
|
|
695
|
+
export type GridLayout = GridLayoutItem[];
|
|
696
|
+
/** Data sink status values */
|
|
697
|
+
export type DataSinkStatus = 'ready' | 'error' | 'stale' | 'refreshing';
|
|
698
|
+
/** Data sink setup state tracking */
|
|
699
|
+
export type DataSinkSetupState = 'workflow_pending' | 'workflow_running' | 'workflow_completed' | 'configuration_pending' | 'completed';
|
|
700
|
+
/** Data sink refresh type */
|
|
701
|
+
export type DataSinkRefreshType = 'manual' | 'scheduled' | 'on_demand';
|
|
702
|
+
/** Refresh schedule configuration */
|
|
703
|
+
export interface RefreshSchedule {
|
|
704
|
+
cron: string;
|
|
705
|
+
timezone: string;
|
|
706
|
+
}
|
|
707
|
+
/** Data sink refresh configuration */
|
|
708
|
+
export interface DataSinkRefreshConfig {
|
|
709
|
+
type: DataSinkRefreshType;
|
|
710
|
+
schedule?: RefreshSchedule | null;
|
|
711
|
+
}
|
|
712
|
+
/** Data sink data statistics */
|
|
713
|
+
export interface DataSinkDataStats {
|
|
714
|
+
dataSizeBytes: number;
|
|
715
|
+
hash: string | null;
|
|
716
|
+
}
|
|
717
|
+
/** Data sink export configuration */
|
|
718
|
+
export interface DataSinkExport {
|
|
719
|
+
id: string;
|
|
720
|
+
name: string;
|
|
721
|
+
format: 'pdf' | 'csv' | 'excel';
|
|
722
|
+
schedule?: RefreshSchedule | null;
|
|
723
|
+
recipients: string[];
|
|
724
|
+
template?: string | null;
|
|
725
|
+
enabled: boolean;
|
|
726
|
+
}
|
|
727
|
+
/** Alert throttle configuration */
|
|
728
|
+
export interface AlertThrottle {
|
|
729
|
+
enabled: boolean;
|
|
730
|
+
windowMinutes: number;
|
|
731
|
+
maxAlertsPerWindow: number;
|
|
732
|
+
}
|
|
733
|
+
/** Alert severity levels */
|
|
734
|
+
export type AlertSeverity = 'low' | 'medium' | 'high' | 'critical';
|
|
735
|
+
/** Data sink alert configuration */
|
|
736
|
+
export interface DataSinkAlert {
|
|
737
|
+
id: string;
|
|
738
|
+
name: string;
|
|
739
|
+
condition: string;
|
|
740
|
+
severity: AlertSeverity;
|
|
741
|
+
channels: string[];
|
|
742
|
+
recipients: string[];
|
|
743
|
+
throttle?: AlertThrottle | null;
|
|
744
|
+
enabled: boolean;
|
|
745
|
+
}
|
|
746
|
+
/** Data sink quota configuration */
|
|
747
|
+
export interface DataSinkQuota {
|
|
748
|
+
maxDataSize: number;
|
|
749
|
+
maxRetentionDays: number;
|
|
750
|
+
alertThreshold: number;
|
|
751
|
+
alertRecipients?: string[];
|
|
752
|
+
}
|
|
753
|
+
/** Complete DataSink entity */
|
|
754
|
+
export interface DataSink {
|
|
755
|
+
id: string;
|
|
756
|
+
workspaceId: string;
|
|
757
|
+
tenantId: string;
|
|
758
|
+
name: string | null;
|
|
759
|
+
description: string | null;
|
|
760
|
+
key: string;
|
|
761
|
+
/** @deprecated Use workflowLinks relation */
|
|
762
|
+
fluidGridsWorkflowId: string | null;
|
|
763
|
+
fluidGridsWorkflowExecutionId: string | null;
|
|
764
|
+
config: Record<string, unknown> | null;
|
|
765
|
+
data: Record<string, unknown>;
|
|
766
|
+
dataStats: DataSinkDataStats | null;
|
|
767
|
+
lastRefreshedAt: string;
|
|
768
|
+
lastRefreshedBy: string | null;
|
|
769
|
+
expiresAt: string | null;
|
|
770
|
+
nextRefreshAt: string | null;
|
|
771
|
+
ttl: number;
|
|
772
|
+
version: number;
|
|
773
|
+
sizeBytes: number;
|
|
774
|
+
isActive: boolean;
|
|
775
|
+
fieldMaskingEnabled: boolean;
|
|
776
|
+
fieldMaskingRules: Record<string, unknown> | null;
|
|
777
|
+
status: DataSinkStatus;
|
|
778
|
+
statusChangedAt: string | null;
|
|
779
|
+
statusChangedBy: string | null;
|
|
780
|
+
setupState: DataSinkSetupState;
|
|
781
|
+
refresh: DataSinkRefreshConfig | null;
|
|
782
|
+
exports: DataSinkExport[] | null;
|
|
783
|
+
alerts: DataSinkAlert[] | null;
|
|
784
|
+
quota: DataSinkQuota | null;
|
|
785
|
+
metadata: Record<string, unknown> | null;
|
|
786
|
+
createdAt: string;
|
|
787
|
+
createdBy: string;
|
|
788
|
+
updatedAt: string;
|
|
789
|
+
updatedBy: string;
|
|
790
|
+
deletedAt: string | null;
|
|
791
|
+
deletedBy: string | null;
|
|
792
|
+
/** Linked workflows (v2.1) */
|
|
793
|
+
workflowLinks?: DataSinkWorkflowLink[];
|
|
794
|
+
/** Count of linked workflows */
|
|
795
|
+
linkedWorkflowCount?: number;
|
|
796
|
+
}
|
|
797
|
+
/** Data sink list item (subset for list views) */
|
|
798
|
+
export interface DataSinkListItem {
|
|
799
|
+
id: string;
|
|
800
|
+
name: string | null;
|
|
801
|
+
key: string;
|
|
802
|
+
status: DataSinkStatus;
|
|
803
|
+
setupState: DataSinkSetupState;
|
|
804
|
+
sizeBytes: number;
|
|
805
|
+
lastRefreshedAt: string;
|
|
806
|
+
isActive: boolean;
|
|
807
|
+
version: number;
|
|
808
|
+
createdAt: string;
|
|
809
|
+
updatedAt: string;
|
|
810
|
+
linkedWorkflowCount?: number;
|
|
811
|
+
}
|
|
812
|
+
/** Data retrieved from data sink */
|
|
813
|
+
export interface DataSinkData {
|
|
814
|
+
raw: Record<string, unknown>;
|
|
815
|
+
extracted: Record<string, unknown> | null;
|
|
816
|
+
cached: boolean;
|
|
817
|
+
version: number;
|
|
818
|
+
fetchedAt: string;
|
|
819
|
+
}
|
|
820
|
+
/** Input for creating a data sink */
|
|
821
|
+
export interface CreateDataSinkInput {
|
|
822
|
+
/** Unique key within workspace (required) */
|
|
823
|
+
key: string;
|
|
824
|
+
/** DataSink name (required) */
|
|
825
|
+
name: string;
|
|
826
|
+
/** Description (optional) */
|
|
827
|
+
description?: string;
|
|
828
|
+
/** Cache TTL in seconds (default: 300) */
|
|
829
|
+
ttl?: number;
|
|
830
|
+
/** Refresh configuration */
|
|
831
|
+
refresh?: {
|
|
832
|
+
type: DataSinkRefreshType;
|
|
833
|
+
schedule?: RefreshSchedule;
|
|
834
|
+
};
|
|
835
|
+
/** Additional configuration */
|
|
836
|
+
config?: Record<string, unknown>;
|
|
837
|
+
/** Initial data payload JSON (optional - workflows push data later) */
|
|
838
|
+
data?: Record<string, unknown>;
|
|
839
|
+
/** Export configurations */
|
|
840
|
+
exports?: DataSinkExport[];
|
|
841
|
+
/** Alert rules */
|
|
842
|
+
alerts?: DataSinkAlert[];
|
|
843
|
+
/** Resource quota configuration */
|
|
844
|
+
quota?: {
|
|
845
|
+
maxDataSize?: number;
|
|
846
|
+
maxRetentionDays?: number;
|
|
847
|
+
alertThreshold?: number;
|
|
848
|
+
};
|
|
849
|
+
/** Field-level masking enabled */
|
|
850
|
+
fieldMaskingEnabled?: boolean;
|
|
851
|
+
/** Field masking rules */
|
|
852
|
+
fieldMaskingRules?: Record<string, unknown>;
|
|
853
|
+
/** Metadata */
|
|
854
|
+
metadata?: Record<string, unknown>;
|
|
855
|
+
/** Initial setup state */
|
|
856
|
+
setupState?: DataSinkSetupState;
|
|
857
|
+
}
|
|
858
|
+
/** Input for updating a data sink */
|
|
859
|
+
export interface UpdateDataSinkInput {
|
|
860
|
+
id: string;
|
|
861
|
+
version: number;
|
|
862
|
+
name?: string;
|
|
863
|
+
description?: string;
|
|
864
|
+
/** Updated data payload (JSON) */
|
|
865
|
+
data?: unknown;
|
|
866
|
+
ttl?: number;
|
|
867
|
+
isActive?: boolean;
|
|
868
|
+
status?: DataSinkStatus;
|
|
869
|
+
setupState?: DataSinkSetupState;
|
|
870
|
+
fieldMaskingEnabled?: boolean;
|
|
871
|
+
fieldMaskingRules?: Record<string, unknown>;
|
|
872
|
+
refresh?: {
|
|
873
|
+
type: DataSinkRefreshType;
|
|
874
|
+
schedule?: RefreshSchedule;
|
|
875
|
+
};
|
|
876
|
+
exports?: DataSinkExport[];
|
|
877
|
+
alerts?: DataSinkAlert[];
|
|
878
|
+
quota?: {
|
|
879
|
+
maxDataSize?: number;
|
|
880
|
+
maxRetentionDays?: number;
|
|
881
|
+
alertThreshold?: number;
|
|
882
|
+
};
|
|
883
|
+
metadata?: Record<string, unknown>;
|
|
884
|
+
}
|
|
885
|
+
/** Data sink connection for pagination */
|
|
886
|
+
export interface DataSinkConnection {
|
|
887
|
+
edges: DataSinkEdge[];
|
|
888
|
+
pageInfo: PageInfo;
|
|
889
|
+
totalCount: number;
|
|
890
|
+
}
|
|
891
|
+
export interface DataSinkEdge {
|
|
892
|
+
cursor: string;
|
|
893
|
+
node: DataSink | DataSinkListItem;
|
|
894
|
+
}
|
|
895
|
+
/** Parser expression type (JQ and JSONata only) */
|
|
896
|
+
export type ParserType = 'jq' | 'jsonata';
|
|
897
|
+
/** Parser status */
|
|
898
|
+
export type ParserStatus = 'active' | 'inactive';
|
|
899
|
+
/** Complete Parser entity */
|
|
900
|
+
export interface Parser {
|
|
901
|
+
id: string;
|
|
902
|
+
workspaceId: string;
|
|
903
|
+
tenantId?: string;
|
|
904
|
+
consoleId: string;
|
|
905
|
+
name: string;
|
|
906
|
+
description: string | null;
|
|
907
|
+
type: ParserType;
|
|
908
|
+
expression: string;
|
|
909
|
+
inputSinkKey: string;
|
|
910
|
+
outputKey: string;
|
|
911
|
+
ttl: number | null;
|
|
912
|
+
status: ParserStatus;
|
|
913
|
+
version: number;
|
|
914
|
+
createdAt: string;
|
|
915
|
+
createdBy: string;
|
|
916
|
+
updatedAt: string;
|
|
917
|
+
updatedBy: string;
|
|
918
|
+
}
|
|
919
|
+
/** Parser list item (subset for list views) */
|
|
920
|
+
export interface ParserListItem {
|
|
921
|
+
id: string;
|
|
922
|
+
consoleId: string;
|
|
923
|
+
name: string;
|
|
924
|
+
description: string | null;
|
|
925
|
+
type: ParserType;
|
|
926
|
+
inputSinkKey: string;
|
|
927
|
+
outputKey: string;
|
|
928
|
+
status: ParserStatus;
|
|
929
|
+
updatedAt: string;
|
|
930
|
+
}
|
|
931
|
+
/** Result of testing a parser expression */
|
|
932
|
+
export interface TestParserExpressionResult {
|
|
933
|
+
success: boolean;
|
|
934
|
+
output: unknown;
|
|
935
|
+
error: string | null;
|
|
936
|
+
executionTimeMs: number;
|
|
937
|
+
}
|
|
938
|
+
/** Result of executing a parser */
|
|
939
|
+
export interface ParserExecutionResult {
|
|
940
|
+
parserId: string;
|
|
941
|
+
success: boolean;
|
|
942
|
+
output: unknown;
|
|
943
|
+
error: string | null;
|
|
944
|
+
executionTimeMs: number;
|
|
945
|
+
cachedAt: string | null;
|
|
946
|
+
}
|
|
947
|
+
/** Input for creating a parser */
|
|
948
|
+
export interface CreateParserInput {
|
|
949
|
+
consoleId: string;
|
|
950
|
+
name: string;
|
|
951
|
+
type: ParserType;
|
|
952
|
+
expression: string;
|
|
953
|
+
inputSinkKey: string;
|
|
954
|
+
outputKey: string;
|
|
955
|
+
description?: string;
|
|
956
|
+
ttl?: number;
|
|
957
|
+
}
|
|
958
|
+
/** Input for updating a parser */
|
|
959
|
+
export interface UpdateParserInput {
|
|
960
|
+
name?: string;
|
|
961
|
+
description?: string;
|
|
962
|
+
type?: ParserType;
|
|
963
|
+
expression?: string;
|
|
964
|
+
inputSinkKey?: string;
|
|
965
|
+
outputKey?: string;
|
|
966
|
+
ttl?: number;
|
|
967
|
+
status?: ParserStatus;
|
|
968
|
+
}
|
|
969
|
+
/** Input for testing a parser expression */
|
|
970
|
+
export interface TestParserInput {
|
|
971
|
+
type: ParserType;
|
|
972
|
+
expression: string;
|
|
973
|
+
sampleData: unknown;
|
|
974
|
+
}
|
|
975
|
+
/** Parser connection for pagination */
|
|
976
|
+
export interface ParserConnection {
|
|
977
|
+
edges: ParserEdge[];
|
|
978
|
+
pageInfo: PageInfo;
|
|
979
|
+
totalCount: number;
|
|
980
|
+
}
|
|
981
|
+
export interface ParserEdge {
|
|
982
|
+
cursor: string;
|
|
983
|
+
node: Parser | ParserListItem;
|
|
984
|
+
}
|
|
985
|
+
/** Pipeline status */
|
|
986
|
+
export type PipelineStatus = 'draft' | 'active' | 'inactive' | 'error';
|
|
987
|
+
/** Stage error handling strategy */
|
|
988
|
+
export type StageErrorHandling = 'fail' | 'skip' | 'fallback';
|
|
989
|
+
/** Pipeline execution status */
|
|
990
|
+
export type PipelineExecutionStatus = 'pending' | 'running' | 'completed' | 'failed';
|
|
991
|
+
/** Stage execution status */
|
|
992
|
+
export type StageExecutionStatus = 'pending' | 'running' | 'success' | 'skipped' | 'failed';
|
|
993
|
+
/** Pipeline stage definition */
|
|
994
|
+
export interface PipelineStage {
|
|
995
|
+
id: string;
|
|
996
|
+
pipelineId: string;
|
|
997
|
+
position: number;
|
|
998
|
+
parserId: string;
|
|
999
|
+
parserName: string | null;
|
|
1000
|
+
parserType: ParserType | null;
|
|
1001
|
+
expression: string | null;
|
|
1002
|
+
inputKey: string;
|
|
1003
|
+
outputKey: string;
|
|
1004
|
+
enabled: boolean;
|
|
1005
|
+
onError: StageErrorHandling;
|
|
1006
|
+
fallbackValue: unknown | null;
|
|
1007
|
+
description: string | null;
|
|
1008
|
+
}
|
|
1009
|
+
/** Complete Pipeline entity */
|
|
1010
|
+
export interface Pipeline {
|
|
1011
|
+
id: string;
|
|
1012
|
+
workspaceId: string;
|
|
1013
|
+
tenantId: string;
|
|
1014
|
+
consoleId: string;
|
|
1015
|
+
name: string;
|
|
1016
|
+
description: string | null;
|
|
1017
|
+
status: PipelineStatus;
|
|
1018
|
+
stages: PipelineStage[];
|
|
1019
|
+
lastExecutedAt: string | null;
|
|
1020
|
+
version: number;
|
|
1021
|
+
createdAt: string;
|
|
1022
|
+
createdBy: string;
|
|
1023
|
+
updatedAt: string;
|
|
1024
|
+
updatedBy: string;
|
|
1025
|
+
}
|
|
1026
|
+
/** Pipeline list item (subset for list views) */
|
|
1027
|
+
export interface PipelineListItem {
|
|
1028
|
+
id: string;
|
|
1029
|
+
consoleId: string;
|
|
1030
|
+
name: string;
|
|
1031
|
+
description: string | null;
|
|
1032
|
+
status: PipelineStatus;
|
|
1033
|
+
stageCount: number;
|
|
1034
|
+
lastExecutedAt: string | null;
|
|
1035
|
+
updatedAt: string;
|
|
1036
|
+
}
|
|
1037
|
+
/** Result of a single stage execution */
|
|
1038
|
+
export interface PipelineStageResult {
|
|
1039
|
+
id: string;
|
|
1040
|
+
stageId: string;
|
|
1041
|
+
stageName: string | null;
|
|
1042
|
+
status: StageExecutionStatus;
|
|
1043
|
+
executionTimeMs: number;
|
|
1044
|
+
output: unknown | null;
|
|
1045
|
+
error: string | null;
|
|
1046
|
+
}
|
|
1047
|
+
/** Complete pipeline execution record */
|
|
1048
|
+
export interface PipelineExecution {
|
|
1049
|
+
id: string;
|
|
1050
|
+
pipelineId: string;
|
|
1051
|
+
pipelineVersion: number;
|
|
1052
|
+
status: PipelineExecutionStatus;
|
|
1053
|
+
startedAt: string;
|
|
1054
|
+
completedAt: string | null;
|
|
1055
|
+
totalExecutionTimeMs: number | null;
|
|
1056
|
+
inputData: unknown | null;
|
|
1057
|
+
outputData: unknown | null;
|
|
1058
|
+
error: string | null;
|
|
1059
|
+
executedBy: string;
|
|
1060
|
+
stageResults: PipelineStageResult[];
|
|
1061
|
+
createdAt: string;
|
|
1062
|
+
}
|
|
1063
|
+
/** Input for creating a pipeline stage */
|
|
1064
|
+
export interface CreatePipelineStageInput {
|
|
1065
|
+
parserId: string;
|
|
1066
|
+
parserName?: string;
|
|
1067
|
+
parserType?: ParserType;
|
|
1068
|
+
expression?: string;
|
|
1069
|
+
inputKey: string;
|
|
1070
|
+
outputKey: string;
|
|
1071
|
+
enabled?: boolean;
|
|
1072
|
+
onError?: StageErrorHandling;
|
|
1073
|
+
fallbackValue?: unknown;
|
|
1074
|
+
description?: string;
|
|
1075
|
+
}
|
|
1076
|
+
/** Input for creating a pipeline */
|
|
1077
|
+
export interface CreatePipelineInput {
|
|
1078
|
+
consoleId: string;
|
|
1079
|
+
name: string;
|
|
1080
|
+
description?: string;
|
|
1081
|
+
status?: PipelineStatus;
|
|
1082
|
+
stages: CreatePipelineStageInput[];
|
|
1083
|
+
}
|
|
1084
|
+
/** Input for updating a pipeline stage */
|
|
1085
|
+
export interface UpdatePipelineStageInput {
|
|
1086
|
+
id?: string;
|
|
1087
|
+
parserId?: string;
|
|
1088
|
+
parserName?: string;
|
|
1089
|
+
parserType?: ParserType;
|
|
1090
|
+
expression?: string;
|
|
1091
|
+
inputKey?: string;
|
|
1092
|
+
outputKey?: string;
|
|
1093
|
+
enabled?: boolean;
|
|
1094
|
+
onError?: StageErrorHandling;
|
|
1095
|
+
fallbackValue?: unknown;
|
|
1096
|
+
description?: string;
|
|
1097
|
+
}
|
|
1098
|
+
/** Input for updating a pipeline */
|
|
1099
|
+
export interface UpdatePipelineInput {
|
|
1100
|
+
name?: string;
|
|
1101
|
+
description?: string;
|
|
1102
|
+
status?: PipelineStatus;
|
|
1103
|
+
stages?: UpdatePipelineStageInput[];
|
|
1104
|
+
}
|
|
1105
|
+
/** Input for executing a pipeline */
|
|
1106
|
+
export interface ExecutePipelineInput {
|
|
1107
|
+
pipelineId: string;
|
|
1108
|
+
inputData?: unknown;
|
|
1109
|
+
}
|
|
1110
|
+
/** Input for testing a pipeline */
|
|
1111
|
+
export interface TestPipelineInput {
|
|
1112
|
+
pipelineId: string;
|
|
1113
|
+
inputData: unknown;
|
|
1114
|
+
}
|
|
1115
|
+
/** Pipeline connection for pagination */
|
|
1116
|
+
export interface PipelineConnection {
|
|
1117
|
+
edges: PipelineEdge[];
|
|
1118
|
+
pageInfo: PageInfo;
|
|
1119
|
+
totalCount: number;
|
|
1120
|
+
}
|
|
1121
|
+
export interface PipelineEdge {
|
|
1122
|
+
cursor: string;
|
|
1123
|
+
node: Pipeline | PipelineListItem;
|
|
1124
|
+
}
|
|
1125
|
+
/** Workflow status */
|
|
1126
|
+
export type FluidGridsWorkflowStatus = 'draft' | 'active' | 'paused' | 'error' | 'archived';
|
|
1127
|
+
/** Complete FluidGrids Workflow entity */
|
|
1128
|
+
export interface FluidGridsWorkflow {
|
|
1129
|
+
id: string;
|
|
1130
|
+
name: string;
|
|
1131
|
+
key: string;
|
|
1132
|
+
description: string | null;
|
|
1133
|
+
externalWorkflowId: string | null;
|
|
1134
|
+
webhookUrl: string | null;
|
|
1135
|
+
webhookSecret: string | null;
|
|
1136
|
+
config: Record<string, unknown> | null;
|
|
1137
|
+
status: FluidGridsWorkflowStatus;
|
|
1138
|
+
lastExecutedAt: string | null;
|
|
1139
|
+
executionCount: number;
|
|
1140
|
+
version: number;
|
|
1141
|
+
/** Linked data sinks */
|
|
1142
|
+
dataSinkLinks: DataSinkWorkflowLink[];
|
|
1143
|
+
/** Count of linked data sinks */
|
|
1144
|
+
linkedDataSinkCount: number;
|
|
1145
|
+
createdAt: string;
|
|
1146
|
+
createdBy: string;
|
|
1147
|
+
updatedAt: string;
|
|
1148
|
+
updatedBy: string;
|
|
1149
|
+
}
|
|
1150
|
+
/** Workflow list item (subset for list views) */
|
|
1151
|
+
export interface FluidGridsWorkflowListItem {
|
|
1152
|
+
id: string;
|
|
1153
|
+
name: string;
|
|
1154
|
+
key: string;
|
|
1155
|
+
description: string | null;
|
|
1156
|
+
status: FluidGridsWorkflowStatus;
|
|
1157
|
+
lastExecutedAt: string | null;
|
|
1158
|
+
executionCount: number;
|
|
1159
|
+
linkedDataSinkCount: number;
|
|
1160
|
+
updatedAt: string;
|
|
1161
|
+
}
|
|
1162
|
+
/** Junction table linking DataSink and Workflow (many-to-many) */
|
|
1163
|
+
export interface DataSinkWorkflowLink {
|
|
1164
|
+
id: string;
|
|
1165
|
+
dataSinkId: string;
|
|
1166
|
+
dataSink?: DataSink | DataSinkListItem;
|
|
1167
|
+
workflowId: string;
|
|
1168
|
+
workflow?: FluidGridsWorkflow | FluidGridsWorkflowListItem;
|
|
1169
|
+
isEnabled: boolean;
|
|
1170
|
+
priority: number;
|
|
1171
|
+
dataMapping: Record<string, unknown> | null;
|
|
1172
|
+
createdAt: string;
|
|
1173
|
+
updatedAt: string;
|
|
1174
|
+
}
|
|
1175
|
+
/** Input for creating a workflow */
|
|
1176
|
+
export interface CreateWorkflowInput {
|
|
1177
|
+
name: string;
|
|
1178
|
+
key: string;
|
|
1179
|
+
description?: string;
|
|
1180
|
+
config?: Record<string, unknown>;
|
|
1181
|
+
/** FluidGrids workflow definition JSON (DAG nodes/edges) */
|
|
1182
|
+
definitionJson?: Record<string, unknown>;
|
|
1183
|
+
/** Data sink keys to link on creation */
|
|
1184
|
+
dataSinkKeys?: string[];
|
|
1185
|
+
}
|
|
1186
|
+
/** Input for updating a workflow */
|
|
1187
|
+
export interface UpdateWorkflowInput {
|
|
1188
|
+
name?: string;
|
|
1189
|
+
description?: string;
|
|
1190
|
+
config?: Record<string, unknown>;
|
|
1191
|
+
status?: FluidGridsWorkflowStatus;
|
|
1192
|
+
}
|
|
1193
|
+
/** Input for linking a data sink to a workflow */
|
|
1194
|
+
export interface LinkDataSinkInput {
|
|
1195
|
+
dataSinkKey: string;
|
|
1196
|
+
priority?: number;
|
|
1197
|
+
dataMapping?: Record<string, unknown>;
|
|
1198
|
+
}
|
|
1199
|
+
/** Input for updating a data sink link */
|
|
1200
|
+
export interface UpdateDataSinkLinkInput {
|
|
1201
|
+
isEnabled?: boolean;
|
|
1202
|
+
priority?: number;
|
|
1203
|
+
dataMapping?: Record<string, unknown>;
|
|
1204
|
+
}
|
|
1205
|
+
/** Workflow connection for pagination */
|
|
1206
|
+
export interface FluidGridsWorkflowConnection {
|
|
1207
|
+
edges: FluidGridsWorkflowEdge[];
|
|
1208
|
+
pageInfo: PageInfo;
|
|
1209
|
+
totalCount: number;
|
|
1210
|
+
}
|
|
1211
|
+
export interface FluidGridsWorkflowEdge {
|
|
1212
|
+
cursor: string;
|
|
1213
|
+
node: FluidGridsWorkflow | FluidGridsWorkflowListItem;
|
|
1214
|
+
}
|
|
1215
|
+
/** Data sink update event from subscription */
|
|
1216
|
+
export interface DataSinkUpdateEvent {
|
|
1217
|
+
type: 'created' | 'updated' | 'deleted' | 'refreshed';
|
|
1218
|
+
dataSink: DataSinkListItem;
|
|
1219
|
+
timestamp: string;
|
|
1220
|
+
userId: string | null;
|
|
1221
|
+
}
|
|
1222
|
+
/** Workflow update event from subscription */
|
|
1223
|
+
export interface WorkflowUpdateEvent {
|
|
1224
|
+
type: 'created' | 'updated' | 'deleted' | 'executed';
|
|
1225
|
+
workflow: FluidGridsWorkflowListItem;
|
|
1226
|
+
timestamp: string;
|
|
1227
|
+
userId: string | null;
|
|
1228
|
+
}
|
|
1229
|
+
export interface BatchPositionUpdate {
|
|
1230
|
+
id: string;
|
|
1231
|
+
position: WidgetPositionInput;
|
|
1232
|
+
}
|
|
1233
|
+
//# sourceMappingURL=index.d.ts.map
|