@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,835 @@
|
|
|
1
|
+
import { useDataSinkStore as e } from "../store/dataSinkStore.js";
|
|
2
|
+
import { useAppNavigate as t } from "../contexts/NavigationContext.js";
|
|
3
|
+
import "../contexts/index.js";
|
|
4
|
+
import n from "../hooks/useDataSinkOperations.js";
|
|
5
|
+
import ee from "../hooks/useExportDataSink.js";
|
|
6
|
+
import te from "../components/datasink/DataSinkStatusBadge.js";
|
|
7
|
+
import { isNative as r, nativeNotify as i } from "../../utils/nativeBridge.js";
|
|
8
|
+
import ne from "../components/datasink/DataSinkCard.js";
|
|
9
|
+
import re from "../components/datasink/DataSinkDeleteDialog.js";
|
|
10
|
+
import ie from "../components/datasink/DataSinkRefreshDialog.js";
|
|
11
|
+
import ae from "../components/datasink/ImportDataSinkDialog.js";
|
|
12
|
+
import oe from "../components/datasink/SetupStateBadge.js";
|
|
13
|
+
import { memo as a, useCallback as o, useMemo as s, useState as c } from "react";
|
|
14
|
+
import { AlertCircle as se, Container as ce, Download as le, Eye as ue, FolderOpen as de, LayoutGrid as fe, Pencil as pe, Plus as l, RefreshCw as me, Search as he, Table2 as ge, Trash2 as _e, Upload as ve, X as ye } from "lucide-react";
|
|
15
|
+
import { useI18n as be } from "@burdenoff/fe-libs/shared/providers/shell/I18nProvider";
|
|
16
|
+
import { getProfileScopedKey as u } from "@burdenoff/fe-libs/shared/utils";
|
|
17
|
+
import { Fragment as xe, jsx as d, jsxs as f } from "react/jsx-runtime";
|
|
18
|
+
import { Badge as Se, Button as p, Card as m, CardContent as h, Input as Ce, Select as g, SelectContent as _, SelectItem as v, SelectTrigger as y, SelectValue as b, Spinner as we } from "@burdenoff/fe-libs/ui";
|
|
19
|
+
//#region src/bigconsole/pages/DataSinksPage.tsx
|
|
20
|
+
var x = "bigconsole-datasinks-view-mode", Te = (e) => e.setupState === "completed" || e.ttl !== null && e.ttl !== void 0 && e.ttl > 0 || e.fluidGridsWorkflowId && e.data && Object.keys(e.data).length > 0 ? "completed" : e.fluidGridsWorkflowId ? "workflow_running" : "workflow_pending", S = a(function() {
|
|
21
|
+
let a = t(), { t: S } = be(), C = o((e, t) => {
|
|
22
|
+
let n = S(e);
|
|
23
|
+
return n === e ? t : n;
|
|
24
|
+
}, [S]), [w, T] = c("all"), [Ee, E] = c(!1), [D, De] = c(() => localStorage.getItem(u(x)) || "grid"), O = o((e) => {
|
|
25
|
+
De(e), localStorage.setItem(u(x), e);
|
|
26
|
+
}, []), k = e((e) => e.statusFilter), A = e((e) => e.activeFilter), j = e((e) => e.searchQuery), M = e((e) => e.setStatusFilter), N = e((e) => e.setActiveFilter), P = e((e) => e.setSearchQuery), Oe = e((e) => e.deleteDialogOpen), ke = e((e) => e.refreshDialogOpen), F = e((e) => e.currentDataSink), I = e((e) => e.openDeleteDialog), L = e((e) => e.closeDeleteDialog), R = e((e) => e.openRefreshDialog), z = e((e) => e.closeRefreshDialog), { loading: B, error: V, dataSinks: H, deleteDataSink: U, refreshDataSink: W, refetch: G } = n(), { downloadDataSink: K } = ee(), q = s(() => H.map((e) => ({
|
|
27
|
+
dataSink: e,
|
|
28
|
+
setupState: Te(e)
|
|
29
|
+
})), [H]), J = s(() => {
|
|
30
|
+
let e = [...q];
|
|
31
|
+
if (w === "in_progress" ? e = e.filter((e) => e.setupState !== "completed") : w === "completed" && (e = e.filter((e) => e.setupState === "completed")), k !== null && (e = e.filter((e) => e.dataSink.status === k)), A !== null && (e = e.filter((e) => e.dataSink.isActive === A)), j.trim()) {
|
|
32
|
+
let t = j.toLowerCase();
|
|
33
|
+
e = e.filter((e) => e.dataSink.name?.toLowerCase().includes(t) || e.dataSink.key.toLowerCase().includes(t) || e.dataSink.description?.toLowerCase().includes(t));
|
|
34
|
+
}
|
|
35
|
+
return e.sort((e, t) => new Date(t.dataSink.updatedAt).getTime() - new Date(e.dataSink.updatedAt).getTime());
|
|
36
|
+
}, [
|
|
37
|
+
q,
|
|
38
|
+
w,
|
|
39
|
+
k,
|
|
40
|
+
A,
|
|
41
|
+
j
|
|
42
|
+
]), Y = o(() => {
|
|
43
|
+
a("/datasinks/new");
|
|
44
|
+
}, [a]), X = o((e) => {
|
|
45
|
+
a(`/datasinks/${e}`);
|
|
46
|
+
}, [a]), Z = o((e) => {
|
|
47
|
+
a(`/datasinks/${e}/edit`);
|
|
48
|
+
}, [a]), Q = o((e) => {
|
|
49
|
+
let t = H.find((t) => t.id === e);
|
|
50
|
+
t && R(t);
|
|
51
|
+
}, [H, R]), Ae = o(async (e) => {
|
|
52
|
+
F && (await W({
|
|
53
|
+
id: F.id,
|
|
54
|
+
forceRefresh: e
|
|
55
|
+
}), z());
|
|
56
|
+
}, [
|
|
57
|
+
F,
|
|
58
|
+
W,
|
|
59
|
+
z
|
|
60
|
+
]), $ = o((e) => {
|
|
61
|
+
let t = H.find((t) => t.id === e);
|
|
62
|
+
t && I(t);
|
|
63
|
+
}, [H, I]), je = o(async () => {
|
|
64
|
+
if (F) {
|
|
65
|
+
try {
|
|
66
|
+
await U(F.id), r() && i("success");
|
|
67
|
+
} catch (e) {
|
|
68
|
+
throw r() && i("error"), e;
|
|
69
|
+
}
|
|
70
|
+
L();
|
|
71
|
+
}
|
|
72
|
+
}, [
|
|
73
|
+
F,
|
|
74
|
+
U,
|
|
75
|
+
L
|
|
76
|
+
]), Me = o(async (e) => {
|
|
77
|
+
let t = H.find((t) => t.id === e);
|
|
78
|
+
t && await K(e, t.name || t.key);
|
|
79
|
+
}, [H, K]), Ne = o(() => {
|
|
80
|
+
E(!0);
|
|
81
|
+
}, []), Pe = o((e, t, n) => {
|
|
82
|
+
G();
|
|
83
|
+
}, [G]), Fe = s(() => w !== "all" || k !== null || A !== null || j.trim() !== "", [
|
|
84
|
+
w,
|
|
85
|
+
k,
|
|
86
|
+
A,
|
|
87
|
+
j
|
|
88
|
+
]), Ie = o(() => {
|
|
89
|
+
T("all"), M(null), N(null), P("");
|
|
90
|
+
}, [
|
|
91
|
+
M,
|
|
92
|
+
N,
|
|
93
|
+
P
|
|
94
|
+
]), Le = [
|
|
95
|
+
{
|
|
96
|
+
value: "all",
|
|
97
|
+
label: C("bigconsole.dataSinks.filters.setupState.all", "All")
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
value: "in_progress",
|
|
101
|
+
label: C("bigconsole.dataSinks.filters.setupState.inProgress", "In Progress")
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
value: "completed",
|
|
105
|
+
label: C("bigconsole.dataSinks.filters.setupState.completed", "Completed")
|
|
106
|
+
}
|
|
107
|
+
];
|
|
108
|
+
return V ? /* @__PURE__ */ d("div", {
|
|
109
|
+
style: { padding: "var(--space-pagePadding)" },
|
|
110
|
+
children: /* @__PURE__ */ d(m, {
|
|
111
|
+
style: {
|
|
112
|
+
borderColor: "var(--color-status-error-border)",
|
|
113
|
+
backgroundColor: "var(--color-status-error-bgSubtle)"
|
|
114
|
+
},
|
|
115
|
+
children: /* @__PURE__ */ d(h, {
|
|
116
|
+
style: { padding: "var(--space-pagePadding)" },
|
|
117
|
+
children: /* @__PURE__ */ f("div", {
|
|
118
|
+
style: {
|
|
119
|
+
display: "flex",
|
|
120
|
+
flexDirection: "column",
|
|
121
|
+
alignItems: "center",
|
|
122
|
+
textAlign: "center"
|
|
123
|
+
},
|
|
124
|
+
children: [
|
|
125
|
+
/* @__PURE__ */ d("div", {
|
|
126
|
+
style: {
|
|
127
|
+
padding: "var(--space-controlGap)",
|
|
128
|
+
borderRadius: "50%",
|
|
129
|
+
backgroundColor: "var(--color-status-error-bgSubtle)",
|
|
130
|
+
marginBottom: "var(--space-formGap)"
|
|
131
|
+
},
|
|
132
|
+
children: /* @__PURE__ */ d(se, { style: {
|
|
133
|
+
height: "var(--size-icon-xl)",
|
|
134
|
+
width: "var(--size-icon-xl)",
|
|
135
|
+
color: "var(--color-status-error-text)"
|
|
136
|
+
} })
|
|
137
|
+
}),
|
|
138
|
+
/* @__PURE__ */ d("h3", {
|
|
139
|
+
style: {
|
|
140
|
+
fontSize: "var(--font-size-body-lg)",
|
|
141
|
+
fontWeight: "var(--font-weight-medium)",
|
|
142
|
+
color: "var(--color-status-error-text)",
|
|
143
|
+
marginBottom: "var(--space-controlGap)"
|
|
144
|
+
},
|
|
145
|
+
children: C("bigconsole.dataSinks.error.title", "Failed to load Data Sinks")
|
|
146
|
+
}),
|
|
147
|
+
/* @__PURE__ */ d("p", {
|
|
148
|
+
style: {
|
|
149
|
+
fontSize: "var(--font-size-body-sm)",
|
|
150
|
+
color: "var(--color-text-secondary)",
|
|
151
|
+
marginBottom: "var(--space-formGap)"
|
|
152
|
+
},
|
|
153
|
+
children: V.message
|
|
154
|
+
}),
|
|
155
|
+
/* @__PURE__ */ d(p, {
|
|
156
|
+
size: "sm",
|
|
157
|
+
onClick: () => G(),
|
|
158
|
+
children: C("bigconsole.dataSinks.error.retry", "Try Again")
|
|
159
|
+
})
|
|
160
|
+
]
|
|
161
|
+
})
|
|
162
|
+
})
|
|
163
|
+
})
|
|
164
|
+
}) : /* @__PURE__ */ f("div", {
|
|
165
|
+
style: {
|
|
166
|
+
minHeight: "100vh",
|
|
167
|
+
backgroundColor: "var(--color-bg-canvas)"
|
|
168
|
+
},
|
|
169
|
+
children: [
|
|
170
|
+
/* @__PURE__ */ d("div", {
|
|
171
|
+
style: {
|
|
172
|
+
borderBottom: "1px solid var(--color-border)",
|
|
173
|
+
backgroundColor: "var(--color-bg-surface)"
|
|
174
|
+
},
|
|
175
|
+
children: /* @__PURE__ */ d("div", {
|
|
176
|
+
style: { padding: "var(--space-pagePadding)" },
|
|
177
|
+
children: /* @__PURE__ */ f("div", {
|
|
178
|
+
style: {
|
|
179
|
+
display: "flex",
|
|
180
|
+
alignItems: "center",
|
|
181
|
+
justifyContent: "space-between"
|
|
182
|
+
},
|
|
183
|
+
children: [/* @__PURE__ */ f("div", {
|
|
184
|
+
style: {
|
|
185
|
+
display: "flex",
|
|
186
|
+
alignItems: "center",
|
|
187
|
+
gap: "var(--space-formGap)"
|
|
188
|
+
},
|
|
189
|
+
children: [/* @__PURE__ */ d("div", {
|
|
190
|
+
style: {
|
|
191
|
+
display: "flex",
|
|
192
|
+
height: "var(--size-controlHeight-lg)",
|
|
193
|
+
width: "var(--size-controlHeight-lg)",
|
|
194
|
+
alignItems: "center",
|
|
195
|
+
justifyContent: "center",
|
|
196
|
+
borderRadius: "var(--radius-card)",
|
|
197
|
+
backgroundColor: "var(--color-action-primary-bg)"
|
|
198
|
+
},
|
|
199
|
+
children: /* @__PURE__ */ d(ce, { style: {
|
|
200
|
+
height: "var(--size-icon-lg)",
|
|
201
|
+
width: "var(--size-icon-lg)",
|
|
202
|
+
color: "var(--color-action-primary-text)"
|
|
203
|
+
} })
|
|
204
|
+
}), /* @__PURE__ */ f("div", { children: [/* @__PURE__ */ d("h1", {
|
|
205
|
+
style: {
|
|
206
|
+
fontSize: "var(--font-size-heading-h4)",
|
|
207
|
+
fontWeight: "var(--font-weight-bold)",
|
|
208
|
+
margin: 0,
|
|
209
|
+
color: "var(--color-text-primary)"
|
|
210
|
+
},
|
|
211
|
+
children: C("bigconsole.dataSinks.title", "Data Sinks")
|
|
212
|
+
}), /* @__PURE__ */ d("p", {
|
|
213
|
+
style: {
|
|
214
|
+
fontSize: "var(--font-size-body-sm)",
|
|
215
|
+
color: "var(--color-text-secondary)",
|
|
216
|
+
margin: 0
|
|
217
|
+
},
|
|
218
|
+
children: C("bigconsole.dataSinks.subtitle", "Manage pre-processed data from FluidGrids workflows")
|
|
219
|
+
})] })]
|
|
220
|
+
}), /* @__PURE__ */ f("div", {
|
|
221
|
+
style: {
|
|
222
|
+
display: "flex",
|
|
223
|
+
gap: "var(--space-controlGap)"
|
|
224
|
+
},
|
|
225
|
+
children: [/* @__PURE__ */ f(p, {
|
|
226
|
+
variant: "outline",
|
|
227
|
+
onClick: Ne,
|
|
228
|
+
children: [/* @__PURE__ */ d(ve, { style: {
|
|
229
|
+
marginRight: "var(--space-iconGap)",
|
|
230
|
+
height: "var(--size-icon-sm)",
|
|
231
|
+
width: "var(--size-icon-sm)"
|
|
232
|
+
} }), C("bigconsole.dataSinks.actions.import", "Import")]
|
|
233
|
+
}), /* @__PURE__ */ f(p, {
|
|
234
|
+
onClick: Y,
|
|
235
|
+
children: [/* @__PURE__ */ d(l, { style: {
|
|
236
|
+
marginRight: "var(--space-iconGap)",
|
|
237
|
+
height: "var(--size-icon-sm)",
|
|
238
|
+
width: "var(--size-icon-sm)"
|
|
239
|
+
} }), C("bigconsole.dataSinks.actions.create", "Create Data Sink")]
|
|
240
|
+
})]
|
|
241
|
+
})]
|
|
242
|
+
})
|
|
243
|
+
})
|
|
244
|
+
}),
|
|
245
|
+
/* @__PURE__ */ f("div", {
|
|
246
|
+
style: { padding: "var(--space-pagePadding)" },
|
|
247
|
+
children: [
|
|
248
|
+
/* @__PURE__ */ d("div", {
|
|
249
|
+
style: { marginBottom: "var(--space-formGap)" },
|
|
250
|
+
children: /* @__PURE__ */ d("div", {
|
|
251
|
+
style: {
|
|
252
|
+
display: "flex",
|
|
253
|
+
alignItems: "center",
|
|
254
|
+
gap: "2px",
|
|
255
|
+
padding: "4px",
|
|
256
|
+
backgroundColor: "var(--color-bg-sunken)",
|
|
257
|
+
borderRadius: "var(--radius-card)",
|
|
258
|
+
width: "fit-content"
|
|
259
|
+
},
|
|
260
|
+
children: Le.map((e) => /* @__PURE__ */ d("button", {
|
|
261
|
+
type: "button",
|
|
262
|
+
onClick: () => T(e.value),
|
|
263
|
+
style: {
|
|
264
|
+
padding: "var(--space-controlGap) var(--space-formGap)",
|
|
265
|
+
fontSize: "var(--font-size-body-sm)",
|
|
266
|
+
fontWeight: "var(--font-weight-medium)",
|
|
267
|
+
borderRadius: "var(--radius-button)",
|
|
268
|
+
border: "none",
|
|
269
|
+
cursor: "pointer",
|
|
270
|
+
transition: "all 0.2s ease",
|
|
271
|
+
backgroundColor: w === e.value ? "var(--color-bg-surface)" : "transparent",
|
|
272
|
+
color: w === e.value ? "var(--color-text-primary)" : "var(--color-text-secondary)",
|
|
273
|
+
boxShadow: w === e.value ? "0 1px 2px rgba(0,0,0,0.05)" : "none"
|
|
274
|
+
},
|
|
275
|
+
children: e.label
|
|
276
|
+
}, e.value))
|
|
277
|
+
})
|
|
278
|
+
}),
|
|
279
|
+
/* @__PURE__ */ f("div", {
|
|
280
|
+
style: {
|
|
281
|
+
display: "flex",
|
|
282
|
+
alignItems: "center",
|
|
283
|
+
gap: "var(--space-controlGap)",
|
|
284
|
+
marginBottom: "var(--space-sectionGap)",
|
|
285
|
+
flexWrap: "wrap"
|
|
286
|
+
},
|
|
287
|
+
children: [
|
|
288
|
+
/* @__PURE__ */ f("div", {
|
|
289
|
+
style: {
|
|
290
|
+
position: "relative",
|
|
291
|
+
maxWidth: "400px",
|
|
292
|
+
flex: 1
|
|
293
|
+
},
|
|
294
|
+
children: [/* @__PURE__ */ d(he, { style: {
|
|
295
|
+
position: "absolute",
|
|
296
|
+
left: "var(--space-controlGap)",
|
|
297
|
+
top: "50%",
|
|
298
|
+
transform: "translateY(-50%)",
|
|
299
|
+
height: "var(--size-icon-sm)",
|
|
300
|
+
width: "var(--size-icon-sm)",
|
|
301
|
+
color: "var(--color-text-muted)"
|
|
302
|
+
} }), /* @__PURE__ */ d(Ce, {
|
|
303
|
+
type: "text",
|
|
304
|
+
placeholder: C("bigconsole.dataSinks.search.placeholder", "Search data sinks..."),
|
|
305
|
+
value: j,
|
|
306
|
+
onChange: (e) => P(e.target.value),
|
|
307
|
+
style: {
|
|
308
|
+
paddingLeft: "var(--size-controlHeight-md)",
|
|
309
|
+
height: "var(--size-controlHeight-md)"
|
|
310
|
+
}
|
|
311
|
+
})]
|
|
312
|
+
}),
|
|
313
|
+
/* @__PURE__ */ f(g, {
|
|
314
|
+
value: k || "all",
|
|
315
|
+
onValueChange: (e) => M(e === "all" ? null : e),
|
|
316
|
+
children: [/* @__PURE__ */ d(y, {
|
|
317
|
+
style: { width: "150px" },
|
|
318
|
+
children: /* @__PURE__ */ d(b, { placeholder: C("bigconsole.dataSinks.filters.status.placeholder", "All Statuses") })
|
|
319
|
+
}), /* @__PURE__ */ f(_, { children: [
|
|
320
|
+
/* @__PURE__ */ d(v, {
|
|
321
|
+
value: "all",
|
|
322
|
+
children: C("bigconsole.dataSinks.filters.status.all", "All Statuses")
|
|
323
|
+
}),
|
|
324
|
+
/* @__PURE__ */ d(v, {
|
|
325
|
+
value: "ready",
|
|
326
|
+
children: C("bigconsole.dataSinks.filters.status.ready", "Ready")
|
|
327
|
+
}),
|
|
328
|
+
/* @__PURE__ */ d(v, {
|
|
329
|
+
value: "error",
|
|
330
|
+
children: C("bigconsole.dataSinks.filters.status.error", "Error")
|
|
331
|
+
}),
|
|
332
|
+
/* @__PURE__ */ d(v, {
|
|
333
|
+
value: "stale",
|
|
334
|
+
children: C("bigconsole.dataSinks.filters.status.stale", "Stale")
|
|
335
|
+
}),
|
|
336
|
+
/* @__PURE__ */ d(v, {
|
|
337
|
+
value: "refreshing",
|
|
338
|
+
children: C("bigconsole.dataSinks.filters.status.refreshing", "Refreshing")
|
|
339
|
+
})
|
|
340
|
+
] })]
|
|
341
|
+
}),
|
|
342
|
+
/* @__PURE__ */ f(g, {
|
|
343
|
+
value: A === null ? "all" : A ? "true" : "false",
|
|
344
|
+
onValueChange: (e) => N(e === "all" ? null : e === "true"),
|
|
345
|
+
children: [/* @__PURE__ */ d(y, {
|
|
346
|
+
style: { width: "130px" },
|
|
347
|
+
children: /* @__PURE__ */ d(b, { placeholder: C("bigconsole.dataSinks.filters.active.placeholder", "All") })
|
|
348
|
+
}), /* @__PURE__ */ f(_, { children: [
|
|
349
|
+
/* @__PURE__ */ d(v, {
|
|
350
|
+
value: "all",
|
|
351
|
+
children: C("bigconsole.dataSinks.filters.active.all", "All")
|
|
352
|
+
}),
|
|
353
|
+
/* @__PURE__ */ d(v, {
|
|
354
|
+
value: "true",
|
|
355
|
+
children: C("bigconsole.dataSinks.filters.active.active", "Active")
|
|
356
|
+
}),
|
|
357
|
+
/* @__PURE__ */ d(v, {
|
|
358
|
+
value: "false",
|
|
359
|
+
children: C("bigconsole.dataSinks.filters.active.inactive", "Inactive")
|
|
360
|
+
})
|
|
361
|
+
] })]
|
|
362
|
+
}),
|
|
363
|
+
Fe && /* @__PURE__ */ f(p, {
|
|
364
|
+
variant: "ghost",
|
|
365
|
+
size: "sm",
|
|
366
|
+
onClick: Ie,
|
|
367
|
+
children: [/* @__PURE__ */ d(ye, { style: {
|
|
368
|
+
marginRight: "var(--space-iconGap)",
|
|
369
|
+
height: "var(--size-icon-sm)",
|
|
370
|
+
width: "var(--size-icon-sm)"
|
|
371
|
+
} }), C("bigconsole.dataSinks.filters.clear", "Clear Filters")]
|
|
372
|
+
}),
|
|
373
|
+
/* @__PURE__ */ f("div", {
|
|
374
|
+
style: {
|
|
375
|
+
marginLeft: "auto",
|
|
376
|
+
display: "flex",
|
|
377
|
+
alignItems: "center",
|
|
378
|
+
gap: "var(--space-controlGap)"
|
|
379
|
+
},
|
|
380
|
+
children: [/* @__PURE__ */ f(Se, {
|
|
381
|
+
variant: "secondary",
|
|
382
|
+
children: [
|
|
383
|
+
J.length,
|
|
384
|
+
" ",
|
|
385
|
+
J.length === 1 ? C("bigconsole.dataSinks.count.single", "Data Sink") : C("bigconsole.dataSinks.count.plural", "Data Sinks")
|
|
386
|
+
]
|
|
387
|
+
}), /* @__PURE__ */ f("div", {
|
|
388
|
+
style: {
|
|
389
|
+
display: "flex",
|
|
390
|
+
borderRadius: "var(--radius-button)",
|
|
391
|
+
border: "1px solid var(--color-border)",
|
|
392
|
+
overflow: "hidden"
|
|
393
|
+
},
|
|
394
|
+
children: [/* @__PURE__ */ d("button", {
|
|
395
|
+
type: "button",
|
|
396
|
+
onClick: () => O("grid"),
|
|
397
|
+
title: C("bigconsole.dataSinks.view.grid", "Grid view"),
|
|
398
|
+
style: {
|
|
399
|
+
padding: "6px 8px",
|
|
400
|
+
border: "none",
|
|
401
|
+
cursor: "pointer",
|
|
402
|
+
backgroundColor: D === "grid" ? "var(--color-bg-sunken)" : "transparent",
|
|
403
|
+
color: D === "grid" ? "var(--color-text-primary)" : "var(--color-text-muted)"
|
|
404
|
+
},
|
|
405
|
+
children: /* @__PURE__ */ d(fe, { size: 16 })
|
|
406
|
+
}), /* @__PURE__ */ d("button", {
|
|
407
|
+
type: "button",
|
|
408
|
+
onClick: () => O("table"),
|
|
409
|
+
title: C("bigconsole.dataSinks.view.table", "Table view"),
|
|
410
|
+
style: {
|
|
411
|
+
padding: "6px 8px",
|
|
412
|
+
border: "none",
|
|
413
|
+
borderLeft: "1px solid var(--color-border)",
|
|
414
|
+
cursor: "pointer",
|
|
415
|
+
backgroundColor: D === "table" ? "var(--color-bg-sunken)" : "transparent",
|
|
416
|
+
color: D === "table" ? "var(--color-text-primary)" : "var(--color-text-muted)"
|
|
417
|
+
},
|
|
418
|
+
children: /* @__PURE__ */ d(ge, { size: 16 })
|
|
419
|
+
})]
|
|
420
|
+
})]
|
|
421
|
+
})
|
|
422
|
+
]
|
|
423
|
+
}),
|
|
424
|
+
B && H.length === 0 && /* @__PURE__ */ d("div", {
|
|
425
|
+
style: {
|
|
426
|
+
display: "flex",
|
|
427
|
+
alignItems: "center",
|
|
428
|
+
justifyContent: "center",
|
|
429
|
+
padding: "80px 0"
|
|
430
|
+
},
|
|
431
|
+
children: /* @__PURE__ */ f("div", {
|
|
432
|
+
style: { textAlign: "center" },
|
|
433
|
+
children: [/* @__PURE__ */ d(we, { style: {
|
|
434
|
+
height: "var(--size-icon-xl)",
|
|
435
|
+
width: "var(--size-icon-xl)",
|
|
436
|
+
margin: "0 auto var(--space-formGap)"
|
|
437
|
+
} }), /* @__PURE__ */ d("p", {
|
|
438
|
+
style: {
|
|
439
|
+
fontSize: "var(--font-size-body-sm)",
|
|
440
|
+
color: "var(--color-text-muted)"
|
|
441
|
+
},
|
|
442
|
+
children: C("bigconsole.dataSinks.loading", "Loading data sinks...")
|
|
443
|
+
})]
|
|
444
|
+
})
|
|
445
|
+
}),
|
|
446
|
+
!B && H.length === 0 && /* @__PURE__ */ d(m, {
|
|
447
|
+
className: "border-dashed",
|
|
448
|
+
children: /* @__PURE__ */ f(h, {
|
|
449
|
+
style: {
|
|
450
|
+
display: "flex",
|
|
451
|
+
flexDirection: "column",
|
|
452
|
+
alignItems: "center",
|
|
453
|
+
justifyContent: "center",
|
|
454
|
+
padding: "64px var(--space-pagePadding)"
|
|
455
|
+
},
|
|
456
|
+
children: [
|
|
457
|
+
/* @__PURE__ */ d("div", {
|
|
458
|
+
style: {
|
|
459
|
+
display: "flex",
|
|
460
|
+
height: "80px",
|
|
461
|
+
width: "80px",
|
|
462
|
+
alignItems: "center",
|
|
463
|
+
justifyContent: "center",
|
|
464
|
+
borderRadius: "50%",
|
|
465
|
+
backgroundColor: "var(--color-bg-sunken)",
|
|
466
|
+
marginBottom: "var(--space-sectionGap)"
|
|
467
|
+
},
|
|
468
|
+
children: /* @__PURE__ */ d(de, { style: {
|
|
469
|
+
height: "var(--size-icon-xl)",
|
|
470
|
+
width: "var(--size-icon-xl)",
|
|
471
|
+
color: "var(--color-text-muted)"
|
|
472
|
+
} })
|
|
473
|
+
}),
|
|
474
|
+
/* @__PURE__ */ d("h3", {
|
|
475
|
+
style: {
|
|
476
|
+
fontSize: "var(--font-size-heading-h4)",
|
|
477
|
+
fontWeight: "var(--font-weight-semibold)",
|
|
478
|
+
marginBottom: "var(--space-controlGap)"
|
|
479
|
+
},
|
|
480
|
+
children: C("bigconsole.dataSinks.empty.title", "No Data Sinks yet")
|
|
481
|
+
}),
|
|
482
|
+
/* @__PURE__ */ d("p", {
|
|
483
|
+
style: {
|
|
484
|
+
fontSize: "var(--font-size-body-sm)",
|
|
485
|
+
color: "var(--color-text-muted)",
|
|
486
|
+
marginBottom: "var(--space-sectionGap)",
|
|
487
|
+
textAlign: "center",
|
|
488
|
+
maxWidth: "400px"
|
|
489
|
+
},
|
|
490
|
+
children: C("bigconsole.dataSinks.empty.description", "Data Sinks store pre-processed data from FluidGrids workflows for fast access in widgets.")
|
|
491
|
+
}),
|
|
492
|
+
/* @__PURE__ */ f(p, {
|
|
493
|
+
onClick: Y,
|
|
494
|
+
children: [/* @__PURE__ */ d(l, { style: {
|
|
495
|
+
marginRight: "var(--space-iconGap)",
|
|
496
|
+
height: "var(--size-icon-sm)",
|
|
497
|
+
width: "var(--size-icon-sm)"
|
|
498
|
+
} }), C("bigconsole.dataSinks.actions.create", "Create Data Sink")]
|
|
499
|
+
})
|
|
500
|
+
]
|
|
501
|
+
})
|
|
502
|
+
}),
|
|
503
|
+
!B && J.length === 0 && H.length > 0 && /* @__PURE__ */ f("div", {
|
|
504
|
+
style: {
|
|
505
|
+
padding: "64px 0",
|
|
506
|
+
textAlign: "center"
|
|
507
|
+
},
|
|
508
|
+
children: [/* @__PURE__ */ d("p", {
|
|
509
|
+
style: {
|
|
510
|
+
fontSize: "var(--font-size-body-sm)",
|
|
511
|
+
color: "var(--color-text-muted)"
|
|
512
|
+
},
|
|
513
|
+
children: C("bigconsole.dataSinks.empty.filtered", "No data sinks match your filters")
|
|
514
|
+
}), /* @__PURE__ */ d(p, {
|
|
515
|
+
variant: "ghost",
|
|
516
|
+
size: "sm",
|
|
517
|
+
onClick: Ie,
|
|
518
|
+
style: { marginTop: "var(--space-formGap)" },
|
|
519
|
+
children: C("bigconsole.dataSinks.filters.clear", "Clear Filters")
|
|
520
|
+
})]
|
|
521
|
+
}),
|
|
522
|
+
J.length > 0 && D === "grid" && /* @__PURE__ */ d("div", {
|
|
523
|
+
style: {
|
|
524
|
+
display: "grid",
|
|
525
|
+
gridTemplateColumns: "repeat(auto-fill, minmax(320px, 1fr))",
|
|
526
|
+
gap: "var(--space-formGap)"
|
|
527
|
+
},
|
|
528
|
+
children: J.map((e) => /* @__PURE__ */ d(ne, {
|
|
529
|
+
dataSink: e.dataSink,
|
|
530
|
+
setupState: e.setupState,
|
|
531
|
+
onView: X,
|
|
532
|
+
onEdit: Z,
|
|
533
|
+
onRefresh: Q,
|
|
534
|
+
onExport: Me,
|
|
535
|
+
onDelete: $
|
|
536
|
+
}, e.dataSink.id))
|
|
537
|
+
}),
|
|
538
|
+
J.length > 0 && D === "table" && /* @__PURE__ */ d("div", {
|
|
539
|
+
style: {
|
|
540
|
+
border: "1px solid var(--color-border)",
|
|
541
|
+
borderRadius: "var(--radius-card)",
|
|
542
|
+
overflow: "hidden"
|
|
543
|
+
},
|
|
544
|
+
children: /* @__PURE__ */ d("div", {
|
|
545
|
+
style: { overflowX: "auto" },
|
|
546
|
+
children: /* @__PURE__ */ f("table", {
|
|
547
|
+
style: {
|
|
548
|
+
width: "100%",
|
|
549
|
+
borderCollapse: "collapse",
|
|
550
|
+
fontSize: "var(--font-size-body-sm)"
|
|
551
|
+
},
|
|
552
|
+
children: [/* @__PURE__ */ d("thead", { children: /* @__PURE__ */ f("tr", {
|
|
553
|
+
style: {
|
|
554
|
+
backgroundColor: "var(--color-bg-sunken)",
|
|
555
|
+
borderBottom: "1px solid var(--color-border)"
|
|
556
|
+
},
|
|
557
|
+
children: [
|
|
558
|
+
/* @__PURE__ */ d("th", {
|
|
559
|
+
style: {
|
|
560
|
+
padding: "10px 12px",
|
|
561
|
+
textAlign: "left",
|
|
562
|
+
fontWeight: "var(--font-weight-medium)",
|
|
563
|
+
color: "var(--color-text-secondary)",
|
|
564
|
+
whiteSpace: "nowrap"
|
|
565
|
+
},
|
|
566
|
+
children: C("bigconsole.dataSinks.table.name", "Name")
|
|
567
|
+
}),
|
|
568
|
+
/* @__PURE__ */ d("th", {
|
|
569
|
+
style: {
|
|
570
|
+
padding: "10px 12px",
|
|
571
|
+
textAlign: "left",
|
|
572
|
+
fontWeight: "var(--font-weight-medium)",
|
|
573
|
+
color: "var(--color-text-secondary)",
|
|
574
|
+
whiteSpace: "nowrap"
|
|
575
|
+
},
|
|
576
|
+
children: C("bigconsole.dataSinks.table.key", "Key")
|
|
577
|
+
}),
|
|
578
|
+
/* @__PURE__ */ d("th", {
|
|
579
|
+
style: {
|
|
580
|
+
padding: "10px 12px",
|
|
581
|
+
textAlign: "left",
|
|
582
|
+
fontWeight: "var(--font-weight-medium)",
|
|
583
|
+
color: "var(--color-text-secondary)",
|
|
584
|
+
whiteSpace: "nowrap"
|
|
585
|
+
},
|
|
586
|
+
children: C("bigconsole.dataSinks.table.status", "Status")
|
|
587
|
+
}),
|
|
588
|
+
/* @__PURE__ */ d("th", {
|
|
589
|
+
style: {
|
|
590
|
+
padding: "10px 12px",
|
|
591
|
+
textAlign: "left",
|
|
592
|
+
fontWeight: "var(--font-weight-medium)",
|
|
593
|
+
color: "var(--color-text-secondary)",
|
|
594
|
+
whiteSpace: "nowrap"
|
|
595
|
+
},
|
|
596
|
+
children: C("bigconsole.dataSinks.table.setup", "Setup")
|
|
597
|
+
}),
|
|
598
|
+
/* @__PURE__ */ d("th", {
|
|
599
|
+
style: {
|
|
600
|
+
padding: "10px 12px",
|
|
601
|
+
textAlign: "center",
|
|
602
|
+
fontWeight: "var(--font-weight-medium)",
|
|
603
|
+
color: "var(--color-text-secondary)",
|
|
604
|
+
whiteSpace: "nowrap"
|
|
605
|
+
},
|
|
606
|
+
children: C("bigconsole.dataSinks.table.active", "Active")
|
|
607
|
+
}),
|
|
608
|
+
/* @__PURE__ */ d("th", {
|
|
609
|
+
style: {
|
|
610
|
+
padding: "10px 12px",
|
|
611
|
+
textAlign: "left",
|
|
612
|
+
fontWeight: "var(--font-weight-medium)",
|
|
613
|
+
color: "var(--color-text-secondary)",
|
|
614
|
+
whiteSpace: "nowrap"
|
|
615
|
+
},
|
|
616
|
+
children: C("bigconsole.dataSinks.table.version", "Version")
|
|
617
|
+
}),
|
|
618
|
+
/* @__PURE__ */ d("th", {
|
|
619
|
+
style: {
|
|
620
|
+
padding: "10px 12px",
|
|
621
|
+
textAlign: "left",
|
|
622
|
+
fontWeight: "var(--font-weight-medium)",
|
|
623
|
+
color: "var(--color-text-secondary)",
|
|
624
|
+
whiteSpace: "nowrap"
|
|
625
|
+
},
|
|
626
|
+
children: C("bigconsole.dataSinks.table.updated", "Updated")
|
|
627
|
+
}),
|
|
628
|
+
/* @__PURE__ */ d("th", {
|
|
629
|
+
style: {
|
|
630
|
+
padding: "10px 12px",
|
|
631
|
+
textAlign: "right",
|
|
632
|
+
fontWeight: "var(--font-weight-medium)",
|
|
633
|
+
color: "var(--color-text-secondary)",
|
|
634
|
+
whiteSpace: "nowrap"
|
|
635
|
+
},
|
|
636
|
+
children: C("bigconsole.dataSinks.table.actions", "Actions")
|
|
637
|
+
})
|
|
638
|
+
]
|
|
639
|
+
}) }), /* @__PURE__ */ d("tbody", { children: J.map((e) => {
|
|
640
|
+
let t = e.dataSink;
|
|
641
|
+
return /* @__PURE__ */ f("tr", {
|
|
642
|
+
onClick: () => X(t.id),
|
|
643
|
+
style: {
|
|
644
|
+
borderBottom: "1px solid var(--color-border)",
|
|
645
|
+
cursor: "pointer",
|
|
646
|
+
transition: "background-color 0.15s"
|
|
647
|
+
},
|
|
648
|
+
onMouseEnter: (e) => {
|
|
649
|
+
e.currentTarget.style.backgroundColor = "var(--color-bg-sunken)";
|
|
650
|
+
},
|
|
651
|
+
onMouseLeave: (e) => {
|
|
652
|
+
e.currentTarget.style.backgroundColor = "transparent";
|
|
653
|
+
},
|
|
654
|
+
children: [
|
|
655
|
+
/* @__PURE__ */ d("td", {
|
|
656
|
+
style: {
|
|
657
|
+
padding: "10px 12px",
|
|
658
|
+
fontWeight: "var(--font-weight-medium)",
|
|
659
|
+
color: "var(--color-text-primary)",
|
|
660
|
+
maxWidth: 200,
|
|
661
|
+
overflow: "hidden",
|
|
662
|
+
textOverflow: "ellipsis",
|
|
663
|
+
whiteSpace: "nowrap"
|
|
664
|
+
},
|
|
665
|
+
children: t.name || t.key
|
|
666
|
+
}),
|
|
667
|
+
/* @__PURE__ */ d("td", {
|
|
668
|
+
style: {
|
|
669
|
+
padding: "10px 12px",
|
|
670
|
+
color: "var(--color-text-muted)",
|
|
671
|
+
fontFamily: "monospace",
|
|
672
|
+
fontSize: "12px",
|
|
673
|
+
maxWidth: 160,
|
|
674
|
+
overflow: "hidden",
|
|
675
|
+
textOverflow: "ellipsis",
|
|
676
|
+
whiteSpace: "nowrap"
|
|
677
|
+
},
|
|
678
|
+
children: t.key
|
|
679
|
+
}),
|
|
680
|
+
/* @__PURE__ */ d("td", {
|
|
681
|
+
style: { padding: "10px 12px" },
|
|
682
|
+
children: /* @__PURE__ */ d(te, { status: t.status })
|
|
683
|
+
}),
|
|
684
|
+
/* @__PURE__ */ d("td", {
|
|
685
|
+
style: { padding: "10px 12px" },
|
|
686
|
+
children: /* @__PURE__ */ d(oe, { state: e.setupState })
|
|
687
|
+
}),
|
|
688
|
+
/* @__PURE__ */ d("td", {
|
|
689
|
+
style: {
|
|
690
|
+
padding: "10px 12px",
|
|
691
|
+
textAlign: "center"
|
|
692
|
+
},
|
|
693
|
+
children: /* @__PURE__ */ d("span", {
|
|
694
|
+
style: {
|
|
695
|
+
display: "inline-block",
|
|
696
|
+
width: 8,
|
|
697
|
+
height: 8,
|
|
698
|
+
borderRadius: "50%",
|
|
699
|
+
backgroundColor: t.isActive ? "#22c55e" : "var(--color-text-muted)"
|
|
700
|
+
},
|
|
701
|
+
title: t.isActive ? C("bigconsole.dataSinks.badges.active", "Active") : C("bigconsole.dataSinks.badges.inactive", "Inactive")
|
|
702
|
+
})
|
|
703
|
+
}),
|
|
704
|
+
/* @__PURE__ */ f("td", {
|
|
705
|
+
style: {
|
|
706
|
+
padding: "10px 12px",
|
|
707
|
+
color: "var(--color-text-muted)"
|
|
708
|
+
},
|
|
709
|
+
children: ["v", t.version ?? 0]
|
|
710
|
+
}),
|
|
711
|
+
/* @__PURE__ */ d("td", {
|
|
712
|
+
style: {
|
|
713
|
+
padding: "10px 12px",
|
|
714
|
+
color: "var(--color-text-muted)",
|
|
715
|
+
whiteSpace: "nowrap"
|
|
716
|
+
},
|
|
717
|
+
children: new Date(t.updatedAt).toLocaleDateString()
|
|
718
|
+
}),
|
|
719
|
+
/* @__PURE__ */ d("td", {
|
|
720
|
+
style: {
|
|
721
|
+
padding: "10px 12px",
|
|
722
|
+
textAlign: "right"
|
|
723
|
+
},
|
|
724
|
+
children: /* @__PURE__ */ f("div", {
|
|
725
|
+
style: {
|
|
726
|
+
display: "flex",
|
|
727
|
+
gap: 4,
|
|
728
|
+
justifyContent: "flex-end"
|
|
729
|
+
},
|
|
730
|
+
onClick: (e) => e.stopPropagation(),
|
|
731
|
+
children: [
|
|
732
|
+
/* @__PURE__ */ d("button", {
|
|
733
|
+
type: "button",
|
|
734
|
+
title: C("bigconsole.dataSinks.actions.view", "View"),
|
|
735
|
+
onClick: () => X(t.id),
|
|
736
|
+
style: {
|
|
737
|
+
padding: 4,
|
|
738
|
+
border: "none",
|
|
739
|
+
background: "none",
|
|
740
|
+
cursor: "pointer",
|
|
741
|
+
color: "var(--color-text-muted)",
|
|
742
|
+
borderRadius: 4
|
|
743
|
+
},
|
|
744
|
+
children: /* @__PURE__ */ d(ue, { size: 14 })
|
|
745
|
+
}),
|
|
746
|
+
/* @__PURE__ */ d("button", {
|
|
747
|
+
type: "button",
|
|
748
|
+
title: C("bigconsole.dataSinks.actions.edit", "Edit"),
|
|
749
|
+
onClick: () => Z(t.id),
|
|
750
|
+
style: {
|
|
751
|
+
padding: 4,
|
|
752
|
+
border: "none",
|
|
753
|
+
background: "none",
|
|
754
|
+
cursor: "pointer",
|
|
755
|
+
color: "var(--color-text-muted)",
|
|
756
|
+
borderRadius: 4
|
|
757
|
+
},
|
|
758
|
+
children: /* @__PURE__ */ d(pe, { size: 14 })
|
|
759
|
+
}),
|
|
760
|
+
/* @__PURE__ */ d("button", {
|
|
761
|
+
type: "button",
|
|
762
|
+
title: C("bigconsole.dataSinks.actions.refresh", "Refresh"),
|
|
763
|
+
onClick: () => Q(t.id),
|
|
764
|
+
style: {
|
|
765
|
+
padding: 4,
|
|
766
|
+
border: "none",
|
|
767
|
+
background: "none",
|
|
768
|
+
cursor: "pointer",
|
|
769
|
+
color: "var(--color-text-muted)",
|
|
770
|
+
borderRadius: 4
|
|
771
|
+
},
|
|
772
|
+
children: /* @__PURE__ */ d(me, { size: 14 })
|
|
773
|
+
}),
|
|
774
|
+
/* @__PURE__ */ d("button", {
|
|
775
|
+
type: "button",
|
|
776
|
+
title: C("bigconsole.dataSinks.actions.export", "Export"),
|
|
777
|
+
onClick: () => Me(t.id),
|
|
778
|
+
style: {
|
|
779
|
+
padding: 4,
|
|
780
|
+
border: "none",
|
|
781
|
+
background: "none",
|
|
782
|
+
cursor: "pointer",
|
|
783
|
+
color: "var(--color-text-muted)",
|
|
784
|
+
borderRadius: 4
|
|
785
|
+
},
|
|
786
|
+
children: /* @__PURE__ */ d(le, { size: 14 })
|
|
787
|
+
}),
|
|
788
|
+
/* @__PURE__ */ d("button", {
|
|
789
|
+
type: "button",
|
|
790
|
+
title: C("bigconsole.dataSinks.actions.delete", "Delete"),
|
|
791
|
+
onClick: () => $(t.id),
|
|
792
|
+
style: {
|
|
793
|
+
padding: 4,
|
|
794
|
+
border: "none",
|
|
795
|
+
background: "none",
|
|
796
|
+
cursor: "pointer",
|
|
797
|
+
color: "var(--color-text-muted)",
|
|
798
|
+
borderRadius: 4
|
|
799
|
+
},
|
|
800
|
+
children: /* @__PURE__ */ d(_e, { size: 14 })
|
|
801
|
+
})
|
|
802
|
+
]
|
|
803
|
+
})
|
|
804
|
+
})
|
|
805
|
+
]
|
|
806
|
+
}, t.id);
|
|
807
|
+
}) })]
|
|
808
|
+
})
|
|
809
|
+
})
|
|
810
|
+
})
|
|
811
|
+
]
|
|
812
|
+
}),
|
|
813
|
+
F && /* @__PURE__ */ f(xe, { children: [/* @__PURE__ */ d(re, {
|
|
814
|
+
dataSink: F,
|
|
815
|
+
isOpen: Oe,
|
|
816
|
+
onClose: L,
|
|
817
|
+
onConfirm: je
|
|
818
|
+
}), /* @__PURE__ */ d(ie, {
|
|
819
|
+
dataSink: F,
|
|
820
|
+
isOpen: ke,
|
|
821
|
+
onClose: z,
|
|
822
|
+
onConfirm: Ae
|
|
823
|
+
})] }),
|
|
824
|
+
/* @__PURE__ */ d(ae, {
|
|
825
|
+
isOpen: Ee,
|
|
826
|
+
onClose: () => E(!1),
|
|
827
|
+
onSuccess: Pe
|
|
828
|
+
})
|
|
829
|
+
]
|
|
830
|
+
});
|
|
831
|
+
});
|
|
832
|
+
//#endregion
|
|
833
|
+
export { S as DataSinksPage, S as default };
|
|
834
|
+
|
|
835
|
+
//# sourceMappingURL=DataSinksPage.js.map
|