@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,1993 @@
|
|
|
1
|
+
import { gql as e } from "@apollo/client";
|
|
2
|
+
import "@apollo/client/react";
|
|
3
|
+
e`
|
|
4
|
+
fragment DashboardCoreFields on Dashboard {
|
|
5
|
+
id
|
|
6
|
+
workspaceId
|
|
7
|
+
name
|
|
8
|
+
description
|
|
9
|
+
category
|
|
10
|
+
isPublic
|
|
11
|
+
isArchived
|
|
12
|
+
viewCount
|
|
13
|
+
createdAt
|
|
14
|
+
updatedAt
|
|
15
|
+
}
|
|
16
|
+
`;
|
|
17
|
+
var t = e`
|
|
18
|
+
fragment DashboardPageFields on DashboardPage {
|
|
19
|
+
id
|
|
20
|
+
dashboardId
|
|
21
|
+
name
|
|
22
|
+
order
|
|
23
|
+
layout
|
|
24
|
+
gridColumns
|
|
25
|
+
metadata
|
|
26
|
+
context
|
|
27
|
+
createdAt
|
|
28
|
+
updatedAt
|
|
29
|
+
}
|
|
30
|
+
`, n = e`
|
|
31
|
+
fragment GlobalFilterFields on GlobalFilter {
|
|
32
|
+
id
|
|
33
|
+
dashboardId
|
|
34
|
+
name
|
|
35
|
+
type
|
|
36
|
+
config
|
|
37
|
+
defaultValue
|
|
38
|
+
isRequired
|
|
39
|
+
order
|
|
40
|
+
dependsOn
|
|
41
|
+
cascadeConfig
|
|
42
|
+
cascadeDepth
|
|
43
|
+
version
|
|
44
|
+
metadata
|
|
45
|
+
createdAt
|
|
46
|
+
updatedAt
|
|
47
|
+
}
|
|
48
|
+
`, r = e`
|
|
49
|
+
fragment DashboardFullFields on Dashboard {
|
|
50
|
+
id
|
|
51
|
+
workspaceId
|
|
52
|
+
name
|
|
53
|
+
description
|
|
54
|
+
category
|
|
55
|
+
isPublic
|
|
56
|
+
isArchived
|
|
57
|
+
isTemplate
|
|
58
|
+
visibility
|
|
59
|
+
viewCount
|
|
60
|
+
layout
|
|
61
|
+
filters
|
|
62
|
+
metadata
|
|
63
|
+
context
|
|
64
|
+
createdAt
|
|
65
|
+
updatedAt
|
|
66
|
+
pages(first: 100) {
|
|
67
|
+
edges {
|
|
68
|
+
node {
|
|
69
|
+
...DashboardPageFields
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
totalCount
|
|
73
|
+
}
|
|
74
|
+
globalFilters {
|
|
75
|
+
...GlobalFilterFields
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
${t}
|
|
79
|
+
${n}`, i = e`
|
|
80
|
+
fragment DashboardListItem on Dashboard {
|
|
81
|
+
id
|
|
82
|
+
workspaceId
|
|
83
|
+
name
|
|
84
|
+
description
|
|
85
|
+
category
|
|
86
|
+
isPublic
|
|
87
|
+
visibility
|
|
88
|
+
viewCount
|
|
89
|
+
widgetCount
|
|
90
|
+
createdAt
|
|
91
|
+
updatedAt
|
|
92
|
+
pages(first: 100) {
|
|
93
|
+
edges {
|
|
94
|
+
node {
|
|
95
|
+
...DashboardPageFields
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
totalCount
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
${t}`, a = e`
|
|
102
|
+
fragment DashboardShareFields on DashboardShare {
|
|
103
|
+
id
|
|
104
|
+
dashboardId
|
|
105
|
+
sharedByUserId
|
|
106
|
+
recipientType
|
|
107
|
+
recipientId
|
|
108
|
+
permission
|
|
109
|
+
expiresAt
|
|
110
|
+
isActive
|
|
111
|
+
version
|
|
112
|
+
metadata
|
|
113
|
+
createdAt
|
|
114
|
+
updatedAt
|
|
115
|
+
}
|
|
116
|
+
`, o = e`
|
|
117
|
+
fragment DashboardTemplateFields on DashboardTemplate {
|
|
118
|
+
id
|
|
119
|
+
workspaceId
|
|
120
|
+
name
|
|
121
|
+
description
|
|
122
|
+
category
|
|
123
|
+
tags
|
|
124
|
+
definition
|
|
125
|
+
definitionVersion
|
|
126
|
+
placeholders
|
|
127
|
+
thumbnailFileId
|
|
128
|
+
previewUrl
|
|
129
|
+
authorType
|
|
130
|
+
isPublic
|
|
131
|
+
isActive
|
|
132
|
+
isFeatured
|
|
133
|
+
complexity
|
|
134
|
+
usageCount
|
|
135
|
+
rating
|
|
136
|
+
ratingCount
|
|
137
|
+
status
|
|
138
|
+
version
|
|
139
|
+
metadata
|
|
140
|
+
context
|
|
141
|
+
createdAt
|
|
142
|
+
createdBy
|
|
143
|
+
updatedAt
|
|
144
|
+
updatedBy
|
|
145
|
+
}
|
|
146
|
+
`, s = e`
|
|
147
|
+
fragment DashboardTemplateListItem on DashboardTemplate {
|
|
148
|
+
id
|
|
149
|
+
workspaceId
|
|
150
|
+
name
|
|
151
|
+
description
|
|
152
|
+
category
|
|
153
|
+
tags
|
|
154
|
+
thumbnailFileId
|
|
155
|
+
previewUrl
|
|
156
|
+
authorType
|
|
157
|
+
isPublic
|
|
158
|
+
isFeatured
|
|
159
|
+
complexity
|
|
160
|
+
usageCount
|
|
161
|
+
rating
|
|
162
|
+
ratingCount
|
|
163
|
+
status
|
|
164
|
+
createdAt
|
|
165
|
+
}
|
|
166
|
+
`, c = e`
|
|
167
|
+
fragment DashboardViewFields on DashboardView {
|
|
168
|
+
id
|
|
169
|
+
dashboardId
|
|
170
|
+
workspaceId
|
|
171
|
+
name
|
|
172
|
+
description
|
|
173
|
+
filters
|
|
174
|
+
layout
|
|
175
|
+
isDefault
|
|
176
|
+
version
|
|
177
|
+
metadata
|
|
178
|
+
createdAt
|
|
179
|
+
updatedAt
|
|
180
|
+
}
|
|
181
|
+
`, l = e`
|
|
182
|
+
fragment PageInfoFields on PageInfo {
|
|
183
|
+
hasNextPage
|
|
184
|
+
hasPreviousPage
|
|
185
|
+
startCursor
|
|
186
|
+
endCursor
|
|
187
|
+
}
|
|
188
|
+
`, u = e`
|
|
189
|
+
fragment DataSinkFullFields on DataSink {
|
|
190
|
+
...DataSinkCoreFields
|
|
191
|
+
refresh {
|
|
192
|
+
...DataSinkRefreshConfigFields
|
|
193
|
+
}
|
|
194
|
+
workflowLinks {
|
|
195
|
+
...WorkflowLinkFields
|
|
196
|
+
}
|
|
197
|
+
exports {
|
|
198
|
+
...DataSinkExportFields
|
|
199
|
+
}
|
|
200
|
+
alerts {
|
|
201
|
+
...DataSinkAlertFields
|
|
202
|
+
}
|
|
203
|
+
quota {
|
|
204
|
+
...DataSinkQuotaFields
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
${e`
|
|
208
|
+
fragment DataSinkCoreFields on DataSink {
|
|
209
|
+
id
|
|
210
|
+
workspaceId
|
|
211
|
+
name
|
|
212
|
+
description
|
|
213
|
+
key
|
|
214
|
+
config
|
|
215
|
+
data
|
|
216
|
+
dataStats {
|
|
217
|
+
...DataSinkDataStatsFields
|
|
218
|
+
}
|
|
219
|
+
lastRefreshedAt
|
|
220
|
+
lastRefreshedBy
|
|
221
|
+
expiresAt
|
|
222
|
+
nextRefreshAt
|
|
223
|
+
ttl
|
|
224
|
+
version
|
|
225
|
+
sizeBytes
|
|
226
|
+
isActive
|
|
227
|
+
fieldMaskingEnabled
|
|
228
|
+
fieldMaskingRules
|
|
229
|
+
status
|
|
230
|
+
statusChangedAt
|
|
231
|
+
statusChangedBy
|
|
232
|
+
setupState
|
|
233
|
+
metadata
|
|
234
|
+
createdAt
|
|
235
|
+
createdBy
|
|
236
|
+
updatedAt
|
|
237
|
+
updatedBy
|
|
238
|
+
deletedAt
|
|
239
|
+
deletedBy
|
|
240
|
+
linkedWorkflowCount
|
|
241
|
+
}
|
|
242
|
+
${e`
|
|
243
|
+
fragment DataSinkDataStatsFields on DataSinkDataStats {
|
|
244
|
+
dataSizeBytes
|
|
245
|
+
hash
|
|
246
|
+
}
|
|
247
|
+
`}`}
|
|
248
|
+
${e`
|
|
249
|
+
fragment DataSinkRefreshConfigFields on DataSinkRefreshConfig {
|
|
250
|
+
type
|
|
251
|
+
schedule {
|
|
252
|
+
...RefreshScheduleFields
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
${e`
|
|
256
|
+
fragment RefreshScheduleFields on RefreshSchedule {
|
|
257
|
+
cron
|
|
258
|
+
timezone
|
|
259
|
+
}
|
|
260
|
+
`}`}
|
|
261
|
+
${e`
|
|
262
|
+
fragment WorkflowLinkFields on DataSinkWorkflowLink {
|
|
263
|
+
id
|
|
264
|
+
dataSinkId
|
|
265
|
+
workflowId
|
|
266
|
+
isEnabled
|
|
267
|
+
priority
|
|
268
|
+
dataMapping
|
|
269
|
+
createdAt
|
|
270
|
+
updatedAt
|
|
271
|
+
workflow {
|
|
272
|
+
id
|
|
273
|
+
name
|
|
274
|
+
key
|
|
275
|
+
status
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
`}
|
|
279
|
+
${e`
|
|
280
|
+
fragment DataSinkExportFields on DataSinkExport {
|
|
281
|
+
id
|
|
282
|
+
name
|
|
283
|
+
format
|
|
284
|
+
schedule {
|
|
285
|
+
...ExportScheduleFields
|
|
286
|
+
}
|
|
287
|
+
recipients
|
|
288
|
+
template
|
|
289
|
+
enabled
|
|
290
|
+
}
|
|
291
|
+
${e`
|
|
292
|
+
fragment ExportScheduleFields on ExportSchedule {
|
|
293
|
+
cron
|
|
294
|
+
timezone
|
|
295
|
+
}
|
|
296
|
+
`}`}
|
|
297
|
+
${e`
|
|
298
|
+
fragment DataSinkAlertFields on DataSinkAlert {
|
|
299
|
+
id
|
|
300
|
+
name
|
|
301
|
+
condition
|
|
302
|
+
severity
|
|
303
|
+
channels
|
|
304
|
+
recipients
|
|
305
|
+
throttle {
|
|
306
|
+
...AlertThrottleFields
|
|
307
|
+
}
|
|
308
|
+
enabled
|
|
309
|
+
}
|
|
310
|
+
${e`
|
|
311
|
+
fragment AlertThrottleFields on AlertThrottle {
|
|
312
|
+
enabled
|
|
313
|
+
windowMinutes
|
|
314
|
+
maxAlertsPerWindow
|
|
315
|
+
}
|
|
316
|
+
`}`}
|
|
317
|
+
${e`
|
|
318
|
+
fragment DataSinkQuotaFields on DataSinkQuota {
|
|
319
|
+
maxDataSize
|
|
320
|
+
maxRetentionDays
|
|
321
|
+
alertThreshold
|
|
322
|
+
alertRecipients
|
|
323
|
+
}
|
|
324
|
+
`}`, d = e`
|
|
325
|
+
fragment DataSinkListItem on DataSink {
|
|
326
|
+
id
|
|
327
|
+
name
|
|
328
|
+
key
|
|
329
|
+
status
|
|
330
|
+
setupState
|
|
331
|
+
sizeBytes
|
|
332
|
+
lastRefreshedAt
|
|
333
|
+
isActive
|
|
334
|
+
version
|
|
335
|
+
createdAt
|
|
336
|
+
updatedAt
|
|
337
|
+
linkedWorkflowCount
|
|
338
|
+
}
|
|
339
|
+
`, ee = e`
|
|
340
|
+
fragment DataSinkPageInfoFields on PageInfo {
|
|
341
|
+
hasNextPage
|
|
342
|
+
hasPreviousPage
|
|
343
|
+
startCursor
|
|
344
|
+
endCursor
|
|
345
|
+
}
|
|
346
|
+
`, f = e`
|
|
347
|
+
fragment FilterPresetFields on FilterPreset {
|
|
348
|
+
id
|
|
349
|
+
dashboardId
|
|
350
|
+
profileId
|
|
351
|
+
name
|
|
352
|
+
description
|
|
353
|
+
filterValues
|
|
354
|
+
isDefault
|
|
355
|
+
order
|
|
356
|
+
metadata
|
|
357
|
+
createdAt
|
|
358
|
+
updatedAt
|
|
359
|
+
}
|
|
360
|
+
`, p = e`
|
|
361
|
+
fragment ParserPageInfoFields on PageInfo {
|
|
362
|
+
hasNextPage
|
|
363
|
+
hasPreviousPage
|
|
364
|
+
startCursor
|
|
365
|
+
endCursor
|
|
366
|
+
}
|
|
367
|
+
`, m = e`
|
|
368
|
+
fragment ParserCoreFields on Parser {
|
|
369
|
+
id
|
|
370
|
+
workspaceId
|
|
371
|
+
consoleId
|
|
372
|
+
name
|
|
373
|
+
description
|
|
374
|
+
type
|
|
375
|
+
expression
|
|
376
|
+
inputSinkKey
|
|
377
|
+
outputKey
|
|
378
|
+
ttl
|
|
379
|
+
status
|
|
380
|
+
version
|
|
381
|
+
createdAt
|
|
382
|
+
createdBy
|
|
383
|
+
updatedAt
|
|
384
|
+
updatedBy
|
|
385
|
+
}
|
|
386
|
+
`, h = e`
|
|
387
|
+
fragment ParserListItem on Parser {
|
|
388
|
+
id
|
|
389
|
+
consoleId
|
|
390
|
+
name
|
|
391
|
+
description
|
|
392
|
+
type
|
|
393
|
+
inputSinkKey
|
|
394
|
+
outputKey
|
|
395
|
+
status
|
|
396
|
+
updatedAt
|
|
397
|
+
}
|
|
398
|
+
`, g = e`
|
|
399
|
+
fragment PipelinePageInfoFields on PageInfo {
|
|
400
|
+
hasNextPage
|
|
401
|
+
hasPreviousPage
|
|
402
|
+
startCursor
|
|
403
|
+
endCursor
|
|
404
|
+
}
|
|
405
|
+
`, _ = e`
|
|
406
|
+
fragment PipelineCoreFields on Pipeline {
|
|
407
|
+
id
|
|
408
|
+
workspaceId
|
|
409
|
+
consoleId
|
|
410
|
+
name
|
|
411
|
+
description
|
|
412
|
+
status
|
|
413
|
+
stages {
|
|
414
|
+
...PipelineStageFields
|
|
415
|
+
}
|
|
416
|
+
lastExecutedAt
|
|
417
|
+
version
|
|
418
|
+
createdAt
|
|
419
|
+
createdBy
|
|
420
|
+
updatedAt
|
|
421
|
+
updatedBy
|
|
422
|
+
}
|
|
423
|
+
${e`
|
|
424
|
+
fragment PipelineStageFields on PipelineStage {
|
|
425
|
+
id
|
|
426
|
+
pipelineId
|
|
427
|
+
position
|
|
428
|
+
parserId
|
|
429
|
+
parserName
|
|
430
|
+
parserType
|
|
431
|
+
expression
|
|
432
|
+
inputKey
|
|
433
|
+
outputKey
|
|
434
|
+
enabled
|
|
435
|
+
onError
|
|
436
|
+
fallbackValue
|
|
437
|
+
description
|
|
438
|
+
}
|
|
439
|
+
`}`, v = e`
|
|
440
|
+
fragment PipelineExecutionFields on PipelineExecution {
|
|
441
|
+
id
|
|
442
|
+
pipelineId
|
|
443
|
+
pipelineVersion
|
|
444
|
+
status
|
|
445
|
+
startedAt
|
|
446
|
+
completedAt
|
|
447
|
+
inputData
|
|
448
|
+
outputData
|
|
449
|
+
error
|
|
450
|
+
totalExecutionTimeMs
|
|
451
|
+
stageResults {
|
|
452
|
+
...PipelineStageResultFields
|
|
453
|
+
}
|
|
454
|
+
executedBy
|
|
455
|
+
createdAt
|
|
456
|
+
}
|
|
457
|
+
${e`
|
|
458
|
+
fragment PipelineStageResultFields on PipelineStageResult {
|
|
459
|
+
id
|
|
460
|
+
stageId
|
|
461
|
+
stageName
|
|
462
|
+
status
|
|
463
|
+
executionTimeMs
|
|
464
|
+
output
|
|
465
|
+
error
|
|
466
|
+
}
|
|
467
|
+
`}`, y = e`
|
|
468
|
+
fragment PipelineListItem on Pipeline {
|
|
469
|
+
id
|
|
470
|
+
consoleId
|
|
471
|
+
name
|
|
472
|
+
description
|
|
473
|
+
status
|
|
474
|
+
stages {
|
|
475
|
+
id
|
|
476
|
+
position
|
|
477
|
+
parserName
|
|
478
|
+
parserType
|
|
479
|
+
enabled
|
|
480
|
+
}
|
|
481
|
+
lastExecutedAt
|
|
482
|
+
version
|
|
483
|
+
updatedAt
|
|
484
|
+
}
|
|
485
|
+
`, b = e`
|
|
486
|
+
fragment PromptGenerationFields on PromptGeneration {
|
|
487
|
+
id
|
|
488
|
+
workspaceId
|
|
489
|
+
userId
|
|
490
|
+
prompt
|
|
491
|
+
status
|
|
492
|
+
dashboardId
|
|
493
|
+
errorMessage
|
|
494
|
+
createdAt
|
|
495
|
+
updatedAt
|
|
496
|
+
completedAt
|
|
497
|
+
config {
|
|
498
|
+
styleType
|
|
499
|
+
layoutType
|
|
500
|
+
gridColumns
|
|
501
|
+
enableWebSearch
|
|
502
|
+
category
|
|
503
|
+
maxWidgets
|
|
504
|
+
}
|
|
505
|
+
generatedSpec {
|
|
506
|
+
name
|
|
507
|
+
description
|
|
508
|
+
category
|
|
509
|
+
reasoning
|
|
510
|
+
overallConfidence
|
|
511
|
+
pages {
|
|
512
|
+
name
|
|
513
|
+
order
|
|
514
|
+
layout
|
|
515
|
+
gridColumns
|
|
516
|
+
widgets {
|
|
517
|
+
title
|
|
518
|
+
type
|
|
519
|
+
confidence
|
|
520
|
+
reasoning
|
|
521
|
+
position {
|
|
522
|
+
x
|
|
523
|
+
y
|
|
524
|
+
width
|
|
525
|
+
height
|
|
526
|
+
}
|
|
527
|
+
config
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
`, te = e`
|
|
533
|
+
fragment PromptSuggestionFields on PromptSuggestion {
|
|
534
|
+
id
|
|
535
|
+
category
|
|
536
|
+
title
|
|
537
|
+
prompt
|
|
538
|
+
exampleDescription
|
|
539
|
+
tags
|
|
540
|
+
}
|
|
541
|
+
`, x = e`
|
|
542
|
+
fragment EventLogFields on EventLog {
|
|
543
|
+
id
|
|
544
|
+
workspaceId
|
|
545
|
+
dashboardId
|
|
546
|
+
pageId
|
|
547
|
+
widgetId
|
|
548
|
+
eventName
|
|
549
|
+
actionName
|
|
550
|
+
payload
|
|
551
|
+
context
|
|
552
|
+
status
|
|
553
|
+
webhookUrl
|
|
554
|
+
responseCode
|
|
555
|
+
errorMessage
|
|
556
|
+
attempts
|
|
557
|
+
createdAt
|
|
558
|
+
completedAt
|
|
559
|
+
}
|
|
560
|
+
`, S = e`
|
|
561
|
+
fragment EventWebhookMappingFields on EventWebhookMapping {
|
|
562
|
+
id
|
|
563
|
+
workspaceId
|
|
564
|
+
dashboardId
|
|
565
|
+
widgetId
|
|
566
|
+
eventPattern
|
|
567
|
+
webhookUrl
|
|
568
|
+
method
|
|
569
|
+
headers
|
|
570
|
+
payloadTemplate
|
|
571
|
+
retryPolicy {
|
|
572
|
+
maxRetries
|
|
573
|
+
backoffMs
|
|
574
|
+
backoffMultiplier
|
|
575
|
+
}
|
|
576
|
+
isActive
|
|
577
|
+
createdAt
|
|
578
|
+
updatedAt
|
|
579
|
+
}
|
|
580
|
+
`, C = e`
|
|
581
|
+
fragment WidgetPageInfoFields on PageInfo {
|
|
582
|
+
hasNextPage
|
|
583
|
+
hasPreviousPage
|
|
584
|
+
startCursor
|
|
585
|
+
endCursor
|
|
586
|
+
}
|
|
587
|
+
`, w = e`
|
|
588
|
+
fragment WidgetCoreFields on Widget {
|
|
589
|
+
id
|
|
590
|
+
pageId
|
|
591
|
+
dashboardId
|
|
592
|
+
type
|
|
593
|
+
title
|
|
594
|
+
renderer
|
|
595
|
+
template
|
|
596
|
+
dataSinkId
|
|
597
|
+
datasetId
|
|
598
|
+
parserId
|
|
599
|
+
parserRules
|
|
600
|
+
config
|
|
601
|
+
position
|
|
602
|
+
positionResponsive {
|
|
603
|
+
...ResponsivePositionFields
|
|
604
|
+
}
|
|
605
|
+
rowOrder
|
|
606
|
+
refreshInterval
|
|
607
|
+
lastRefreshedAt
|
|
608
|
+
cacheTTL
|
|
609
|
+
metadata
|
|
610
|
+
context
|
|
611
|
+
createdAt
|
|
612
|
+
updatedAt
|
|
613
|
+
}
|
|
614
|
+
${e`
|
|
615
|
+
fragment ResponsivePositionFields on ResponsivePosition {
|
|
616
|
+
xs
|
|
617
|
+
sm
|
|
618
|
+
md
|
|
619
|
+
lg
|
|
620
|
+
}
|
|
621
|
+
`}`, T = e`
|
|
622
|
+
fragment WidgetDrilldownFields on WidgetDrilldown {
|
|
623
|
+
id
|
|
624
|
+
sourceWidgetId
|
|
625
|
+
targetDashboardId
|
|
626
|
+
parameterMapping
|
|
627
|
+
navigationMode
|
|
628
|
+
enabled
|
|
629
|
+
metadata
|
|
630
|
+
context
|
|
631
|
+
createdAt
|
|
632
|
+
updatedAt
|
|
633
|
+
}
|
|
634
|
+
`, E = e`
|
|
635
|
+
fragment WidgetTranslationFields on WidgetTranslation {
|
|
636
|
+
id
|
|
637
|
+
widgetId
|
|
638
|
+
locale
|
|
639
|
+
title
|
|
640
|
+
createdAt
|
|
641
|
+
updatedAt
|
|
642
|
+
}
|
|
643
|
+
`, D = e`
|
|
644
|
+
fragment WidgetDataFields on WidgetData {
|
|
645
|
+
raw
|
|
646
|
+
processed
|
|
647
|
+
fetchedAt
|
|
648
|
+
cached
|
|
649
|
+
error
|
|
650
|
+
}
|
|
651
|
+
`, O = e`
|
|
652
|
+
fragment WidgetActionFields on WidgetAction {
|
|
653
|
+
id
|
|
654
|
+
widgetId
|
|
655
|
+
name
|
|
656
|
+
label
|
|
657
|
+
type
|
|
658
|
+
style
|
|
659
|
+
icon
|
|
660
|
+
confirmation {
|
|
661
|
+
title
|
|
662
|
+
message
|
|
663
|
+
confirmLabel
|
|
664
|
+
cancelLabel
|
|
665
|
+
}
|
|
666
|
+
disabled
|
|
667
|
+
hidden
|
|
668
|
+
order
|
|
669
|
+
metadata
|
|
670
|
+
createdAt
|
|
671
|
+
updatedAt
|
|
672
|
+
}
|
|
673
|
+
`, k = e`
|
|
674
|
+
fragment WidgetFullFields on Widget {
|
|
675
|
+
...WidgetCoreFields
|
|
676
|
+
drilldown {
|
|
677
|
+
...WidgetDrilldownFields
|
|
678
|
+
}
|
|
679
|
+
translations {
|
|
680
|
+
...WidgetTranslationFields
|
|
681
|
+
}
|
|
682
|
+
data {
|
|
683
|
+
...WidgetDataFields
|
|
684
|
+
}
|
|
685
|
+
actions {
|
|
686
|
+
...WidgetActionFields
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
${w}
|
|
690
|
+
${T}
|
|
691
|
+
${E}
|
|
692
|
+
${D}
|
|
693
|
+
${O}`, A = e`
|
|
694
|
+
fragment WidgetListFields on Widget {
|
|
695
|
+
...WidgetCoreFields
|
|
696
|
+
drilldown {
|
|
697
|
+
...WidgetDrilldownFields
|
|
698
|
+
}
|
|
699
|
+
translations {
|
|
700
|
+
...WidgetTranslationFields
|
|
701
|
+
}
|
|
702
|
+
actions {
|
|
703
|
+
...WidgetActionFields
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
${w}
|
|
707
|
+
${T}
|
|
708
|
+
${E}
|
|
709
|
+
${O}`, j = e`
|
|
710
|
+
fragment WidgetListItem on Widget {
|
|
711
|
+
id
|
|
712
|
+
pageId
|
|
713
|
+
dashboardId
|
|
714
|
+
type
|
|
715
|
+
title
|
|
716
|
+
renderer
|
|
717
|
+
template
|
|
718
|
+
config
|
|
719
|
+
position
|
|
720
|
+
positionResponsive {
|
|
721
|
+
xs
|
|
722
|
+
sm
|
|
723
|
+
md
|
|
724
|
+
lg
|
|
725
|
+
}
|
|
726
|
+
rowOrder
|
|
727
|
+
refreshInterval
|
|
728
|
+
lastRefreshedAt
|
|
729
|
+
createdAt
|
|
730
|
+
updatedAt
|
|
731
|
+
drilldown {
|
|
732
|
+
id
|
|
733
|
+
targetDashboardId
|
|
734
|
+
parameterMapping
|
|
735
|
+
navigationMode
|
|
736
|
+
enabled
|
|
737
|
+
}
|
|
738
|
+
actions {
|
|
739
|
+
id
|
|
740
|
+
widgetId
|
|
741
|
+
name
|
|
742
|
+
label
|
|
743
|
+
type
|
|
744
|
+
style
|
|
745
|
+
icon
|
|
746
|
+
confirmation {
|
|
747
|
+
title
|
|
748
|
+
message
|
|
749
|
+
confirmLabel
|
|
750
|
+
cancelLabel
|
|
751
|
+
}
|
|
752
|
+
disabled
|
|
753
|
+
hidden
|
|
754
|
+
order
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
`;
|
|
758
|
+
e`
|
|
759
|
+
fragment WidgetPositionFields on WidgetPosition {
|
|
760
|
+
x
|
|
761
|
+
y
|
|
762
|
+
width
|
|
763
|
+
height
|
|
764
|
+
}
|
|
765
|
+
`;
|
|
766
|
+
var M = e`
|
|
767
|
+
fragment WidgetTypeInfoFields on WidgetTypeInfo {
|
|
768
|
+
type
|
|
769
|
+
label
|
|
770
|
+
description
|
|
771
|
+
icon
|
|
772
|
+
category
|
|
773
|
+
defaultConfig
|
|
774
|
+
defaultSize {
|
|
775
|
+
width
|
|
776
|
+
height
|
|
777
|
+
}
|
|
778
|
+
minSize {
|
|
779
|
+
width
|
|
780
|
+
height
|
|
781
|
+
}
|
|
782
|
+
maxSize {
|
|
783
|
+
width
|
|
784
|
+
height
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
`;
|
|
788
|
+
e`
|
|
789
|
+
fragment WorkflowPageInfoFields on PageInfo {
|
|
790
|
+
hasNextPage
|
|
791
|
+
hasPreviousPage
|
|
792
|
+
startCursor
|
|
793
|
+
endCursor
|
|
794
|
+
}
|
|
795
|
+
`;
|
|
796
|
+
var N = e`
|
|
797
|
+
fragment WorkflowCoreFields on FluidGridsWorkflow {
|
|
798
|
+
id
|
|
799
|
+
name
|
|
800
|
+
key
|
|
801
|
+
description
|
|
802
|
+
externalWorkflowId
|
|
803
|
+
webhookUrl
|
|
804
|
+
config
|
|
805
|
+
status
|
|
806
|
+
lastExecutedAt
|
|
807
|
+
lastExecutionId
|
|
808
|
+
executionCount
|
|
809
|
+
linkedDataSinkCount
|
|
810
|
+
version
|
|
811
|
+
createdAt
|
|
812
|
+
createdBy
|
|
813
|
+
updatedAt
|
|
814
|
+
updatedBy
|
|
815
|
+
}
|
|
816
|
+
`, P = e`
|
|
817
|
+
fragment DataSinkWorkflowLinkFields on DataSinkWorkflowLink {
|
|
818
|
+
id
|
|
819
|
+
dataSinkId
|
|
820
|
+
workflowId
|
|
821
|
+
dataSink {
|
|
822
|
+
...LinkedDataSinkFields
|
|
823
|
+
}
|
|
824
|
+
isEnabled
|
|
825
|
+
priority
|
|
826
|
+
dataMapping
|
|
827
|
+
createdAt
|
|
828
|
+
updatedAt
|
|
829
|
+
}
|
|
830
|
+
${e`
|
|
831
|
+
fragment LinkedDataSinkFields on DataSink {
|
|
832
|
+
id
|
|
833
|
+
name
|
|
834
|
+
key
|
|
835
|
+
status
|
|
836
|
+
setupState
|
|
837
|
+
isActive
|
|
838
|
+
}
|
|
839
|
+
`}`, F = e`
|
|
840
|
+
fragment WorkflowFullFields on FluidGridsWorkflow {
|
|
841
|
+
...WorkflowCoreFields
|
|
842
|
+
linkedDataSinks {
|
|
843
|
+
...DataSinkWorkflowLinkFields
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
${N}
|
|
847
|
+
${P}`, I = e`
|
|
848
|
+
fragment WorkflowListItem on FluidGridsWorkflow {
|
|
849
|
+
id
|
|
850
|
+
name
|
|
851
|
+
key
|
|
852
|
+
description
|
|
853
|
+
status
|
|
854
|
+
lastExecutedAt
|
|
855
|
+
executionCount
|
|
856
|
+
linkedDataSinkCount
|
|
857
|
+
linkedDataSinks {
|
|
858
|
+
id
|
|
859
|
+
dataSink {
|
|
860
|
+
id
|
|
861
|
+
key
|
|
862
|
+
name
|
|
863
|
+
}
|
|
864
|
+
isEnabled
|
|
865
|
+
priority
|
|
866
|
+
}
|
|
867
|
+
version
|
|
868
|
+
createdAt
|
|
869
|
+
updatedAt
|
|
870
|
+
}
|
|
871
|
+
`;
|
|
872
|
+
e`
|
|
873
|
+
query ListAllWidgetsForSelector {
|
|
874
|
+
listDashboards(first: 50, includeArchived: false) {
|
|
875
|
+
edges {
|
|
876
|
+
node {
|
|
877
|
+
id
|
|
878
|
+
name
|
|
879
|
+
pages(first: 100) {
|
|
880
|
+
edges {
|
|
881
|
+
node {
|
|
882
|
+
id
|
|
883
|
+
name
|
|
884
|
+
widgets(first: 100) {
|
|
885
|
+
edges {
|
|
886
|
+
node {
|
|
887
|
+
id
|
|
888
|
+
title
|
|
889
|
+
type
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
`;
|
|
901
|
+
var L = e`
|
|
902
|
+
query WorkspaceInstalledApps {
|
|
903
|
+
workspaceInstalledApps {
|
|
904
|
+
id
|
|
905
|
+
appName
|
|
906
|
+
displayName
|
|
907
|
+
version
|
|
908
|
+
type
|
|
909
|
+
manifest
|
|
910
|
+
isEnabled
|
|
911
|
+
installedAt
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
`;
|
|
915
|
+
e`
|
|
916
|
+
mutation ArchiveDashboard($id: ID!) {
|
|
917
|
+
archiveDashboard(id: $id) {
|
|
918
|
+
...DashboardFullFields
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
${r}`;
|
|
922
|
+
var R = e`
|
|
923
|
+
mutation ArchiveTemplate($id: ID!) {
|
|
924
|
+
archiveTemplate(id: $id) {
|
|
925
|
+
...DashboardTemplateFields
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
${o}`;
|
|
929
|
+
e`
|
|
930
|
+
mutation CloneDashboard($input: CloneDashboardInput!) {
|
|
931
|
+
cloneDashboard(input: $input) {
|
|
932
|
+
...DashboardFullFields
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
${r}`;
|
|
936
|
+
var z = e`
|
|
937
|
+
mutation CreateDashboard($input: BigConsoleCreateDashboardInput!) {
|
|
938
|
+
createBigConsoleDashboard(input: $input) {
|
|
939
|
+
...DashboardFullFields
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
${r}`, B = e`
|
|
943
|
+
mutation CreateDashboardPage($input: CreateDashboardPageInput!) {
|
|
944
|
+
createDashboardPage(input: $input) {
|
|
945
|
+
...DashboardPageFields
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
${t}`, V = e`
|
|
949
|
+
mutation CreateDashboardView($input: CreateDashboardViewInput!) {
|
|
950
|
+
createDashboardView(input: $input) {
|
|
951
|
+
...DashboardViewFields
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
${c}`, H = e`
|
|
955
|
+
mutation CreateGlobalFilter($input: CreateGlobalFilterInput!) {
|
|
956
|
+
createGlobalFilter(input: $input) {
|
|
957
|
+
...GlobalFilterFields
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
${n}`, U = e`
|
|
961
|
+
mutation CreateTemplate($input: CreateTemplateInput!) {
|
|
962
|
+
createTemplate(input: $input) {
|
|
963
|
+
...DashboardTemplateFields
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
${o}`, W = e`
|
|
967
|
+
mutation DeleteDashboard($id: ID!) {
|
|
968
|
+
deleteBigConsoleDashboard(id: $id)
|
|
969
|
+
}
|
|
970
|
+
`, G = e`
|
|
971
|
+
mutation DeleteDashboardPage($id: ID!) {
|
|
972
|
+
deleteDashboardPage(id: $id)
|
|
973
|
+
}
|
|
974
|
+
`, K = e`
|
|
975
|
+
mutation DeleteDashboardView($id: ID!) {
|
|
976
|
+
deleteDashboardView(id: $id)
|
|
977
|
+
}
|
|
978
|
+
`, q = e`
|
|
979
|
+
mutation DeleteGlobalFilter($id: ID!) {
|
|
980
|
+
deleteGlobalFilter(id: $id)
|
|
981
|
+
}
|
|
982
|
+
`, J = e`
|
|
983
|
+
mutation DeleteTemplate($id: ID!) {
|
|
984
|
+
deleteTemplate(id: $id)
|
|
985
|
+
}
|
|
986
|
+
`, Y = e`
|
|
987
|
+
mutation DeprecateTemplate($id: ID!) {
|
|
988
|
+
deprecateTemplate(id: $id) {
|
|
989
|
+
...DashboardTemplateFields
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
${o}`, X = e`
|
|
993
|
+
mutation ImportDashboard($input: ImportBigConsoleDashboardInput!) {
|
|
994
|
+
importBigConsoleDashboard(input: $input) {
|
|
995
|
+
success
|
|
996
|
+
dashboard {
|
|
997
|
+
...DashboardFullFields
|
|
998
|
+
}
|
|
999
|
+
errorMessage
|
|
1000
|
+
stats {
|
|
1001
|
+
pagesCreated
|
|
1002
|
+
widgetsCreated
|
|
1003
|
+
actionsCreated
|
|
1004
|
+
filtersCreated
|
|
1005
|
+
translationsCreated
|
|
1006
|
+
dataSourcesSkipped
|
|
1007
|
+
webhooksSkipped
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
${r}`;
|
|
1012
|
+
e`
|
|
1013
|
+
mutation ImportDashboardWithConflict($input: ImportDashboardInput!) {
|
|
1014
|
+
importDashboard(input: $input) {
|
|
1015
|
+
...DashboardFullFields
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
${r}`;
|
|
1019
|
+
var Z = e`
|
|
1020
|
+
mutation InstantiateTemplate($input: InstantiateTemplateInput!) {
|
|
1021
|
+
instantiateTemplate(input: $input) {
|
|
1022
|
+
...DashboardFullFields
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
${r}`;
|
|
1026
|
+
e`
|
|
1027
|
+
mutation PublishDashboard($id: ID!) {
|
|
1028
|
+
publishDashboard(id: $id) {
|
|
1029
|
+
...DashboardFullFields
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
${r}`;
|
|
1033
|
+
var Q = e`
|
|
1034
|
+
mutation PublishTemplate($id: ID!) {
|
|
1035
|
+
publishTemplate(id: $id) {
|
|
1036
|
+
...DashboardTemplateFields
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
${o}`, ne = e`
|
|
1040
|
+
mutation RateTemplate($input: RateTemplateInput!) {
|
|
1041
|
+
rateTemplate(input: $input) {
|
|
1042
|
+
...DashboardTemplateFields
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
${o}`, re = e`
|
|
1046
|
+
mutation ReorderDashboardPages($dashboardId: ID!, $pageIds: [ID!]!) {
|
|
1047
|
+
reorderDashboardPages(dashboardId: $dashboardId, pageIds: $pageIds) {
|
|
1048
|
+
...DashboardPageFields
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
${t}`, ie = e`
|
|
1052
|
+
mutation ReorderGlobalFilters($dashboardId: ID!, $filterIds: [ID!]!) {
|
|
1053
|
+
reorderGlobalFilters(dashboardId: $dashboardId, filterIds: $filterIds) {
|
|
1054
|
+
...GlobalFilterFields
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
${n}`;
|
|
1058
|
+
e`
|
|
1059
|
+
mutation RestoreDashboard($id: ID!) {
|
|
1060
|
+
restoreDashboard(id: $id) {
|
|
1061
|
+
...DashboardFullFields
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
${r}`;
|
|
1065
|
+
var ae = e`
|
|
1066
|
+
mutation RevokeAllShares($dashboardId: ID!) {
|
|
1067
|
+
revokeAllShares(dashboardId: $dashboardId)
|
|
1068
|
+
}
|
|
1069
|
+
`, oe = e`
|
|
1070
|
+
mutation RevokeDashboardShare($id: ID!) {
|
|
1071
|
+
revokeDashboardShare(id: $id)
|
|
1072
|
+
}
|
|
1073
|
+
`, se = e`
|
|
1074
|
+
mutation SetDefaultView($viewId: ID!) {
|
|
1075
|
+
setDefaultView(viewId: $viewId) {
|
|
1076
|
+
...DashboardViewFields
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
${c}`, ce = e`
|
|
1080
|
+
mutation ShareDashboard($input: ShareDashboardInput!) {
|
|
1081
|
+
shareDashboard(input: $input) {
|
|
1082
|
+
...DashboardShareFields
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
${a}`, le = e`
|
|
1086
|
+
mutation UpdateDashboard($input: BigConsoleUpdateDashboardInput!) {
|
|
1087
|
+
updateBigConsoleDashboard(input: $input) {
|
|
1088
|
+
...DashboardFullFields
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
${r}`, ue = e`
|
|
1092
|
+
mutation UpdateDashboardPage($input: UpdateDashboardPageInput!) {
|
|
1093
|
+
updateDashboardPage(input: $input) {
|
|
1094
|
+
...DashboardPageFields
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
${t}`, de = e`
|
|
1098
|
+
mutation UpdateDashboardShare($input: UpdateShareInput!) {
|
|
1099
|
+
updateDashboardShare(input: $input) {
|
|
1100
|
+
...DashboardShareFields
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
${a}`, fe = e`
|
|
1104
|
+
mutation UpdateDashboardView($input: UpdateDashboardViewInput!) {
|
|
1105
|
+
updateDashboardView(input: $input) {
|
|
1106
|
+
...DashboardViewFields
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
${c}`, pe = e`
|
|
1110
|
+
mutation UpdateGlobalFilter($input: UpdateGlobalFilterInput!) {
|
|
1111
|
+
updateGlobalFilter(input: $input) {
|
|
1112
|
+
...GlobalFilterFields
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
${n}`, me = e`
|
|
1116
|
+
mutation UpdateTemplate($input: UpdateTemplateInput!) {
|
|
1117
|
+
updateTemplate(input: $input) {
|
|
1118
|
+
...DashboardTemplateFields
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
${o}`, he = e`
|
|
1122
|
+
query ExportDashboard($id: ID!, $options: ExportDashboardOptions) {
|
|
1123
|
+
exportDashboard(id: $id, options: $options)
|
|
1124
|
+
}
|
|
1125
|
+
`, ge = e`
|
|
1126
|
+
query GetDashboard($id: ID!) {
|
|
1127
|
+
getDashboard(id: $id) {
|
|
1128
|
+
...DashboardFullFields
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
${r}`;
|
|
1132
|
+
e`
|
|
1133
|
+
query GetDashboardShare($id: ID!) {
|
|
1134
|
+
getDashboardShare(id: $id) {
|
|
1135
|
+
...DashboardShareFields
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
${a}`;
|
|
1139
|
+
var _e = e`
|
|
1140
|
+
query GetDashboardView($id: ID!) {
|
|
1141
|
+
getDashboardView(id: $id) {
|
|
1142
|
+
...DashboardViewFields
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
${c}`, ve = e`
|
|
1146
|
+
query GetDefaultDashboardView($dashboardId: ID!) {
|
|
1147
|
+
getDefaultDashboardView(dashboardId: $dashboardId) {
|
|
1148
|
+
...DashboardViewFields
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
${c}`, ye = e`
|
|
1152
|
+
query GetTemplate($id: ID!) {
|
|
1153
|
+
getTemplate(id: $id) {
|
|
1154
|
+
...DashboardTemplateFields
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
${o}`, be = e`
|
|
1158
|
+
query ListDashboardShares($dashboardId: ID!, $first: Int, $after: String) {
|
|
1159
|
+
listDashboardShares(dashboardId: $dashboardId, first: $first, after: $after) {
|
|
1160
|
+
edges {
|
|
1161
|
+
cursor
|
|
1162
|
+
node {
|
|
1163
|
+
...DashboardShareFields
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
pageInfo {
|
|
1167
|
+
...PageInfoFields
|
|
1168
|
+
}
|
|
1169
|
+
totalCount
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
${a}
|
|
1173
|
+
${l}`, xe = e`
|
|
1174
|
+
query ListDashboardViews($dashboardId: ID!, $first: Int, $after: String) {
|
|
1175
|
+
listDashboardViews(dashboardId: $dashboardId, first: $first, after: $after) {
|
|
1176
|
+
edges {
|
|
1177
|
+
cursor
|
|
1178
|
+
node {
|
|
1179
|
+
...DashboardViewFields
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1182
|
+
pageInfo {
|
|
1183
|
+
...PageInfoFields
|
|
1184
|
+
}
|
|
1185
|
+
totalCount
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
${c}
|
|
1189
|
+
${l}`, Se = e`
|
|
1190
|
+
query ListDashboards($first: Int, $after: String, $category: DashboardCategory, $visibility: DashboardVisibility, $ownerId: ID, $tagIds: [ID!], $search: String, $includeArchived: Boolean, $sortBy: DashboardSortField, $sortOrder: SortOrder) {
|
|
1191
|
+
listDashboards(
|
|
1192
|
+
first: $first
|
|
1193
|
+
after: $after
|
|
1194
|
+
category: $category
|
|
1195
|
+
visibility: $visibility
|
|
1196
|
+
ownerId: $ownerId
|
|
1197
|
+
tagIds: $tagIds
|
|
1198
|
+
search: $search
|
|
1199
|
+
includeArchived: $includeArchived
|
|
1200
|
+
sortBy: $sortBy
|
|
1201
|
+
sortOrder: $sortOrder
|
|
1202
|
+
) {
|
|
1203
|
+
edges {
|
|
1204
|
+
cursor
|
|
1205
|
+
node {
|
|
1206
|
+
...DashboardListItem
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
pageInfo {
|
|
1210
|
+
...PageInfoFields
|
|
1211
|
+
}
|
|
1212
|
+
totalCount
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
${i}
|
|
1216
|
+
${l}`, Ce = e`
|
|
1217
|
+
query ListFeaturedTemplates($category: DashboardCategory, $first: Int, $after: String) {
|
|
1218
|
+
listFeaturedTemplates(category: $category, first: $first, after: $after) {
|
|
1219
|
+
edges {
|
|
1220
|
+
cursor
|
|
1221
|
+
node {
|
|
1222
|
+
...DashboardTemplateListItem
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
pageInfo {
|
|
1226
|
+
...PageInfoFields
|
|
1227
|
+
}
|
|
1228
|
+
totalCount
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
${s}
|
|
1232
|
+
${l}`, we = e`
|
|
1233
|
+
query ListSharedWithMe($first: Int, $after: String) {
|
|
1234
|
+
listSharedWithMe(first: $first, after: $after) {
|
|
1235
|
+
edges {
|
|
1236
|
+
cursor
|
|
1237
|
+
node {
|
|
1238
|
+
...DashboardShareFields
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
pageInfo {
|
|
1242
|
+
...PageInfoFields
|
|
1243
|
+
}
|
|
1244
|
+
totalCount
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
${a}
|
|
1248
|
+
${l}`, Te = e`
|
|
1249
|
+
query ListTemplates($category: DashboardCategory, $complexity: TemplateComplexity, $authorType: TemplateAuthorType, $isFeatured: Boolean, $status: TemplateStatus, $search: String, $first: Int, $after: String) {
|
|
1250
|
+
listTemplates(
|
|
1251
|
+
category: $category
|
|
1252
|
+
complexity: $complexity
|
|
1253
|
+
authorType: $authorType
|
|
1254
|
+
isFeatured: $isFeatured
|
|
1255
|
+
status: $status
|
|
1256
|
+
search: $search
|
|
1257
|
+
first: $first
|
|
1258
|
+
after: $after
|
|
1259
|
+
) {
|
|
1260
|
+
edges {
|
|
1261
|
+
cursor
|
|
1262
|
+
node {
|
|
1263
|
+
...DashboardTemplateListItem
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
pageInfo {
|
|
1267
|
+
...PageInfoFields
|
|
1268
|
+
}
|
|
1269
|
+
totalCount
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
${s}
|
|
1273
|
+
${l}`, Ee = e`
|
|
1274
|
+
query SearchTemplates($query: String!, $category: DashboardCategory, $complexity: TemplateComplexity, $first: Int, $after: String) {
|
|
1275
|
+
searchTemplates(
|
|
1276
|
+
query: $query
|
|
1277
|
+
category: $category
|
|
1278
|
+
complexity: $complexity
|
|
1279
|
+
first: $first
|
|
1280
|
+
after: $after
|
|
1281
|
+
) {
|
|
1282
|
+
edges {
|
|
1283
|
+
cursor
|
|
1284
|
+
node {
|
|
1285
|
+
...DashboardTemplateListItem
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
pageInfo {
|
|
1289
|
+
...PageInfoFields
|
|
1290
|
+
}
|
|
1291
|
+
totalCount
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
${s}
|
|
1295
|
+
${l}`, De = e`
|
|
1296
|
+
query ValidateDashboardImport($content: String!) {
|
|
1297
|
+
validateDashboardImport(content: $content) {
|
|
1298
|
+
isValid
|
|
1299
|
+
dashboardInfo {
|
|
1300
|
+
name
|
|
1301
|
+
description
|
|
1302
|
+
pageCount
|
|
1303
|
+
widgetCount
|
|
1304
|
+
exportedAt
|
|
1305
|
+
exportedFrom
|
|
1306
|
+
schemaVersion
|
|
1307
|
+
}
|
|
1308
|
+
errors {
|
|
1309
|
+
code
|
|
1310
|
+
message
|
|
1311
|
+
path
|
|
1312
|
+
}
|
|
1313
|
+
warnings {
|
|
1314
|
+
code
|
|
1315
|
+
message
|
|
1316
|
+
path
|
|
1317
|
+
suggestion
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
`, Oe = e`
|
|
1322
|
+
mutation BatchCreateDataSinks($inputs: [CreateDataSinkInput!]!) {
|
|
1323
|
+
batchCreateDataSinks(inputs: $inputs) {
|
|
1324
|
+
...DataSinkFullFields
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
${u}`, ke = e`
|
|
1328
|
+
mutation BatchDeleteDataSinks($ids: [ID!]!) {
|
|
1329
|
+
batchDeleteDataSinks(ids: $ids) {
|
|
1330
|
+
id
|
|
1331
|
+
deletedAt
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
`, Ae = e`
|
|
1335
|
+
mutation CreateDataSink($input: CreateDataSinkInput!) {
|
|
1336
|
+
createDataSink(input: $input) {
|
|
1337
|
+
...DataSinkFullFields
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
${u}`, je = e`
|
|
1341
|
+
mutation DeleteDataSink($id: ID!) {
|
|
1342
|
+
deleteDataSink(id: $id) {
|
|
1343
|
+
id
|
|
1344
|
+
deletedAt
|
|
1345
|
+
deletedBy
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
`, Me = e`
|
|
1349
|
+
mutation InvalidateDataSinkCache($id: ID) {
|
|
1350
|
+
invalidateDataSinkCache(id: $id) {
|
|
1351
|
+
count
|
|
1352
|
+
invalidatedIds
|
|
1353
|
+
success
|
|
1354
|
+
message
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
`, Ne = e`
|
|
1358
|
+
mutation RefreshDataSink($input: RefreshDataSinkInput!) {
|
|
1359
|
+
refreshDataSink(input: $input) {
|
|
1360
|
+
...DataSinkFullFields
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
${u}`, Pe = e`
|
|
1364
|
+
mutation UpdateDataSink($input: UpdateDataSinkInput!) {
|
|
1365
|
+
updateDataSink(input: $input) {
|
|
1366
|
+
...DataSinkFullFields
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
${u}`, Fe = e`
|
|
1370
|
+
query GetDataSink($id: ID, $key: String) {
|
|
1371
|
+
getDataSink(id: $id, key: $key) {
|
|
1372
|
+
...DataSinkFullFields
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
${u}`, Ie = e`
|
|
1376
|
+
query GetDataSinkData($id: ID, $key: String, $dataPath: String, $forceRefresh: Boolean) {
|
|
1377
|
+
getDataSinkData(
|
|
1378
|
+
id: $id
|
|
1379
|
+
key: $key
|
|
1380
|
+
dataPath: $dataPath
|
|
1381
|
+
forceRefresh: $forceRefresh
|
|
1382
|
+
) {
|
|
1383
|
+
raw
|
|
1384
|
+
extracted
|
|
1385
|
+
cached
|
|
1386
|
+
version
|
|
1387
|
+
fetchedAt
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
`, Le = e`
|
|
1391
|
+
query ListDataSinks($status: DataSinkStatus, $setupState: DataSinkSetupState, $isActive: Boolean, $search: String, $first: Int, $after: String) {
|
|
1392
|
+
listDataSinks(
|
|
1393
|
+
status: $status
|
|
1394
|
+
setupState: $setupState
|
|
1395
|
+
isActive: $isActive
|
|
1396
|
+
search: $search
|
|
1397
|
+
first: $first
|
|
1398
|
+
after: $after
|
|
1399
|
+
) {
|
|
1400
|
+
edges {
|
|
1401
|
+
cursor
|
|
1402
|
+
node {
|
|
1403
|
+
...DataSinkListItem
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
pageInfo {
|
|
1407
|
+
...DataSinkPageInfoFields
|
|
1408
|
+
}
|
|
1409
|
+
totalCount
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
${d}
|
|
1413
|
+
${ee}`, Re = e`
|
|
1414
|
+
subscription DataSinkDataUpdated($id: ID!) {
|
|
1415
|
+
dataSinkDataUpdated(id: $id) {
|
|
1416
|
+
...DataSinkFullFields
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
${u}`, ze = e`
|
|
1420
|
+
subscription DataSinkUpdated($workspaceId: ID!) {
|
|
1421
|
+
dataSinkUpdated(workspaceId: $workspaceId) {
|
|
1422
|
+
type
|
|
1423
|
+
dataSink {
|
|
1424
|
+
...DataSinkListItem
|
|
1425
|
+
}
|
|
1426
|
+
timestamp
|
|
1427
|
+
userId
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
${d}`;
|
|
1431
|
+
e`
|
|
1432
|
+
mutation CreateFilterPreset($input: CreateFilterPresetInput!) {
|
|
1433
|
+
createFilterPreset(input: $input) {
|
|
1434
|
+
...FilterPresetFields
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
${f}`, e`
|
|
1438
|
+
mutation DeleteFilterPreset($id: ID!) {
|
|
1439
|
+
deleteFilterPreset(id: $id)
|
|
1440
|
+
}
|
|
1441
|
+
`, e`
|
|
1442
|
+
mutation SetDefaultFilterPreset($id: ID!) {
|
|
1443
|
+
setDefaultFilterPreset(id: $id) {
|
|
1444
|
+
...FilterPresetFields
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
${f}`, e`
|
|
1448
|
+
mutation UpdateFilterPreset($id: ID!, $input: UpdateFilterPresetInput!) {
|
|
1449
|
+
updateFilterPreset(id: $id, input: $input) {
|
|
1450
|
+
...FilterPresetFields
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
${f}`, e`
|
|
1454
|
+
query GetDefaultFilterPreset($dashboardId: ID!) {
|
|
1455
|
+
getDefaultFilterPreset(dashboardId: $dashboardId) {
|
|
1456
|
+
...FilterPresetFields
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
${f}`, e`
|
|
1460
|
+
query GetFilterPreset($id: ID!) {
|
|
1461
|
+
getFilterPreset(id: $id) {
|
|
1462
|
+
...FilterPresetFields
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
${f}`, e`
|
|
1466
|
+
query GetFilterPresets($dashboardId: ID!) {
|
|
1467
|
+
getFilterPresets(dashboardId: $dashboardId) {
|
|
1468
|
+
...FilterPresetFields
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
${f}`;
|
|
1472
|
+
var Be = e`
|
|
1473
|
+
mutation CreateParser($input: CreateParserInput!) {
|
|
1474
|
+
createParser(input: $input) {
|
|
1475
|
+
...ParserCoreFields
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
${m}`, Ve = e`
|
|
1479
|
+
mutation DeleteParser($id: ID!) {
|
|
1480
|
+
deleteParser(id: $id)
|
|
1481
|
+
}
|
|
1482
|
+
`, He = e`
|
|
1483
|
+
mutation ExecuteParser($id: ID!) {
|
|
1484
|
+
executeParser(id: $id) {
|
|
1485
|
+
parserId
|
|
1486
|
+
success
|
|
1487
|
+
output
|
|
1488
|
+
error
|
|
1489
|
+
executionTimeMs
|
|
1490
|
+
cachedAt
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
`, Ue = e`
|
|
1494
|
+
mutation UpdateParser($id: ID!, $input: UpdateParserInput!, $version: Int!) {
|
|
1495
|
+
updateParser(id: $id, input: $input, version: $version) {
|
|
1496
|
+
...ParserCoreFields
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
${m}`, We = e`
|
|
1500
|
+
query GetParser($id: ID!) {
|
|
1501
|
+
parser(id: $id) {
|
|
1502
|
+
...ParserCoreFields
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
${m}`, Ge = e`
|
|
1506
|
+
query ListParsers($consoleId: ID!, $type: ParserType, $status: ParserStatus, $first: Int, $after: String) {
|
|
1507
|
+
listParsers(
|
|
1508
|
+
filter: {consoleId: $consoleId, type: $type, status: $status}
|
|
1509
|
+
first: $first
|
|
1510
|
+
after: $after
|
|
1511
|
+
) {
|
|
1512
|
+
edges {
|
|
1513
|
+
cursor
|
|
1514
|
+
node {
|
|
1515
|
+
...ParserListItem
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
pageInfo {
|
|
1519
|
+
...ParserPageInfoFields
|
|
1520
|
+
}
|
|
1521
|
+
totalCount
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
${h}
|
|
1525
|
+
${p}`, Ke = e`
|
|
1526
|
+
query TestParserExpression($input: TestParserInput!) {
|
|
1527
|
+
testParserExpression(input: $input) {
|
|
1528
|
+
success
|
|
1529
|
+
output
|
|
1530
|
+
error
|
|
1531
|
+
executionTimeMs
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1534
|
+
`, qe = e`
|
|
1535
|
+
mutation CreatePipeline($input: CreatePipelineInput!) {
|
|
1536
|
+
createPipeline(input: $input) {
|
|
1537
|
+
...PipelineCoreFields
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
${_}`, Je = e`
|
|
1541
|
+
mutation DeletePipeline($id: ID!) {
|
|
1542
|
+
deletePipeline(id: $id)
|
|
1543
|
+
}
|
|
1544
|
+
`, Ye = e`
|
|
1545
|
+
mutation ExecutePipeline($input: ExecutePipelineInput!) {
|
|
1546
|
+
executePipeline(input: $input) {
|
|
1547
|
+
...PipelineExecutionFields
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
${v}`, Xe = e`
|
|
1551
|
+
mutation TestPipeline($input: TestPipelineInput!) {
|
|
1552
|
+
testPipeline(input: $input) {
|
|
1553
|
+
...PipelineExecutionFields
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
${v}`, Ze = e`
|
|
1557
|
+
mutation UpdatePipeline($id: ID!, $input: UpdatePipelineInput!, $version: Int!) {
|
|
1558
|
+
updatePipeline(id: $id, input: $input, version: $version) {
|
|
1559
|
+
...PipelineCoreFields
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
${_}`, Qe = e`
|
|
1563
|
+
query GetPipeline($id: ID!) {
|
|
1564
|
+
pipeline(id: $id) {
|
|
1565
|
+
...PipelineCoreFields
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
${_}`, $e = e`
|
|
1569
|
+
query GetPipelineExecution($id: ID!) {
|
|
1570
|
+
pipelineExecution(id: $id) {
|
|
1571
|
+
...PipelineExecutionFields
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
${v}`, et = e`
|
|
1575
|
+
query ListPipelineExecutions($pipelineId: ID!, $first: Int, $after: String) {
|
|
1576
|
+
listPipelineExecutions(pipelineId: $pipelineId, first: $first, after: $after) {
|
|
1577
|
+
...PipelineExecutionFields
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
${v}`, tt = e`
|
|
1581
|
+
query ListPipelines($consoleId: ID!, $status: PipelineStatus, $first: Int, $after: String) {
|
|
1582
|
+
listPipelines(
|
|
1583
|
+
filter: {consoleId: $consoleId, status: $status}
|
|
1584
|
+
first: $first
|
|
1585
|
+
after: $after
|
|
1586
|
+
) {
|
|
1587
|
+
edges {
|
|
1588
|
+
cursor
|
|
1589
|
+
node {
|
|
1590
|
+
...PipelineListItem
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
pageInfo {
|
|
1594
|
+
...PipelinePageInfoFields
|
|
1595
|
+
}
|
|
1596
|
+
totalCount
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
${y}
|
|
1600
|
+
${g}`;
|
|
1601
|
+
e`
|
|
1602
|
+
mutation CancelPromptGeneration($generationId: ID!) {
|
|
1603
|
+
cancelPromptGeneration(generationId: $generationId) {
|
|
1604
|
+
id
|
|
1605
|
+
status
|
|
1606
|
+
}
|
|
1607
|
+
}
|
|
1608
|
+
`, e`
|
|
1609
|
+
mutation CreateDashboardFromGeneration($input: CreateDashboardFromGenerationInput!) {
|
|
1610
|
+
createDashboardFromGeneration(input: $input) {
|
|
1611
|
+
id
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
`, e`
|
|
1615
|
+
mutation DeletePromptGeneration($generationId: ID!) {
|
|
1616
|
+
deletePromptGeneration(generationId: $generationId)
|
|
1617
|
+
}
|
|
1618
|
+
`, e`
|
|
1619
|
+
mutation GenerateDashboardFromPrompt($input: GenerateDashboardFromPromptInput!) {
|
|
1620
|
+
generateDashboardFromPrompt(input: $input) {
|
|
1621
|
+
...PromptGenerationFields
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
${b}`, e`
|
|
1625
|
+
query GetPromptGeneration($id: ID!) {
|
|
1626
|
+
getPromptGeneration(id: $id) {
|
|
1627
|
+
...PromptGenerationFields
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
${b}`, e`
|
|
1631
|
+
query GetPromptSuggestions($category: String, $search: String, $limit: Int) {
|
|
1632
|
+
getPromptSuggestions(category: $category, search: $search, limit: $limit) {
|
|
1633
|
+
...PromptSuggestionFields
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
${te}`, e`
|
|
1637
|
+
query ListPromptGenerations($status: PromptGenerationStatus, $first: Int, $after: String) {
|
|
1638
|
+
listPromptGenerations(status: $status, first: $first, after: $after) {
|
|
1639
|
+
edges {
|
|
1640
|
+
cursor
|
|
1641
|
+
node {
|
|
1642
|
+
...PromptGenerationFields
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
pageInfo {
|
|
1646
|
+
hasNextPage
|
|
1647
|
+
hasPreviousPage
|
|
1648
|
+
startCursor
|
|
1649
|
+
endCursor
|
|
1650
|
+
totalCount
|
|
1651
|
+
}
|
|
1652
|
+
totalCount
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
${b}`;
|
|
1656
|
+
var nt = e`
|
|
1657
|
+
mutation BatchUpdateWidgetPositions($updates: [WidgetPositionUpdateInput!]!) {
|
|
1658
|
+
batchUpdateWidgetPositions(updates: $updates) {
|
|
1659
|
+
id
|
|
1660
|
+
position
|
|
1661
|
+
updatedAt
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
`, rt = e`
|
|
1665
|
+
mutation CreateEventWebhookMapping($input: CreateEventWebhookMappingInput!) {
|
|
1666
|
+
createEventWebhookMapping(input: $input) {
|
|
1667
|
+
...EventWebhookMappingFields
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
${S}`, it = e`
|
|
1671
|
+
mutation CreateWidget($input: BigConsoleCreateWidgetInput!) {
|
|
1672
|
+
createBigConsoleWidget(input: $input) {
|
|
1673
|
+
...WidgetFullFields
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
${k}`, at = e`
|
|
1677
|
+
mutation CreateWidgetAction($input: CreateWidgetActionInput!) {
|
|
1678
|
+
createWidgetAction(input: $input) {
|
|
1679
|
+
...WidgetActionFields
|
|
1680
|
+
}
|
|
1681
|
+
}
|
|
1682
|
+
${O}`, ot = e`
|
|
1683
|
+
mutation CreateWidgetDrilldown($sourceWidgetId: ID!, $targetDashboardId: ID!, $parameterMapping: JSON!, $navigationMode: NavigationMode = SAME_WINDOW) {
|
|
1684
|
+
createWidgetDrilldown(
|
|
1685
|
+
sourceWidgetId: $sourceWidgetId
|
|
1686
|
+
targetDashboardId: $targetDashboardId
|
|
1687
|
+
parameterMapping: $parameterMapping
|
|
1688
|
+
navigationMode: $navigationMode
|
|
1689
|
+
) {
|
|
1690
|
+
...WidgetDrilldownFields
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
${T}`, st = e`
|
|
1694
|
+
mutation DeleteEventWebhookMapping($id: ID!) {
|
|
1695
|
+
deleteEventWebhookMapping(id: $id)
|
|
1696
|
+
}
|
|
1697
|
+
`, ct = e`
|
|
1698
|
+
mutation DeleteWidget($id: ID!) {
|
|
1699
|
+
deleteBigConsoleWidget(id: $id)
|
|
1700
|
+
}
|
|
1701
|
+
`, lt = e`
|
|
1702
|
+
mutation DeleteWidgetAction($id: ID!) {
|
|
1703
|
+
deleteWidgetAction(id: $id)
|
|
1704
|
+
}
|
|
1705
|
+
`, ut = e`
|
|
1706
|
+
mutation DeleteWidgetDrilldown($id: ID!) {
|
|
1707
|
+
deleteWidgetDrilldown(id: $id)
|
|
1708
|
+
}
|
|
1709
|
+
`, dt = e`
|
|
1710
|
+
mutation DuplicateWidget($id: ID!, $newPosition: WidgetPositionInput, $newTitle: String) {
|
|
1711
|
+
duplicateWidget(id: $id, newPosition: $newPosition, newTitle: $newTitle) {
|
|
1712
|
+
...WidgetFullFields
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
${k}`, ft = e`
|
|
1716
|
+
mutation EmitWidgetEvent($input: EmitWidgetEventInput!) {
|
|
1717
|
+
emitWidgetEvent(input: $input) {
|
|
1718
|
+
...EventLogFields
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
${x}`;
|
|
1722
|
+
e`
|
|
1723
|
+
mutation MoveWidgetToPage($widgetId: ID!, $targetPageId: ID!, $position: WidgetPositionInput!) {
|
|
1724
|
+
moveWidgetToPage(
|
|
1725
|
+
widgetId: $widgetId
|
|
1726
|
+
targetPageId: $targetPageId
|
|
1727
|
+
position: $position
|
|
1728
|
+
) {
|
|
1729
|
+
...WidgetFullFields
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
${k}`;
|
|
1733
|
+
var pt = e`
|
|
1734
|
+
mutation RefreshWidgetData($widgetId: ID!) {
|
|
1735
|
+
refreshWidgetData(widgetId: $widgetId) {
|
|
1736
|
+
...WidgetDataFields
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
${D}`, mt = e`
|
|
1740
|
+
mutation ReorderWidgetActions($widgetId: ID!, $actionIds: [ID!]!) {
|
|
1741
|
+
reorderWidgetActions(widgetId: $widgetId, actionIds: $actionIds) {
|
|
1742
|
+
id
|
|
1743
|
+
order
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
`, ht = e`
|
|
1747
|
+
mutation RetryEventDelivery($eventId: ID!) {
|
|
1748
|
+
retryEventDelivery(eventId: $eventId) {
|
|
1749
|
+
...EventLogFields
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
${x}`, gt = e`
|
|
1753
|
+
mutation TestWebhookMapping($id: ID!) {
|
|
1754
|
+
testWebhookMapping(id: $id) {
|
|
1755
|
+
success
|
|
1756
|
+
statusCode
|
|
1757
|
+
responseBody
|
|
1758
|
+
errorMessage
|
|
1759
|
+
latencyMs
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
`, _t = e`
|
|
1763
|
+
mutation ToggleEventWebhookMapping($id: ID!, $isActive: Boolean!) {
|
|
1764
|
+
toggleEventWebhookMapping(id: $id, isActive: $isActive) {
|
|
1765
|
+
...EventWebhookMappingFields
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
${S}`, vt = e`
|
|
1769
|
+
mutation UpdateEventWebhookMapping($id: ID!, $input: UpdateEventWebhookMappingInput!) {
|
|
1770
|
+
updateEventWebhookMapping(id: $id, input: $input) {
|
|
1771
|
+
...EventWebhookMappingFields
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
${S}`, yt = e`
|
|
1775
|
+
mutation UpdateWidget($input: BigConsoleUpdateWidgetInput!) {
|
|
1776
|
+
updateBigConsoleWidget(input: $input) {
|
|
1777
|
+
...WidgetFullFields
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
${k}`, bt = e`
|
|
1781
|
+
mutation UpdateWidgetAction($input: UpdateWidgetActionInput!) {
|
|
1782
|
+
updateWidgetAction(input: $input) {
|
|
1783
|
+
...WidgetActionFields
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
${O}`, xt = e`
|
|
1787
|
+
mutation UpdateWidgetDrilldown($id: ID!, $targetDashboardId: ID, $parameterMapping: JSON, $navigationMode: NavigationMode, $enabled: Boolean) {
|
|
1788
|
+
updateWidgetDrilldown(
|
|
1789
|
+
id: $id
|
|
1790
|
+
targetDashboardId: $targetDashboardId
|
|
1791
|
+
parameterMapping: $parameterMapping
|
|
1792
|
+
navigationMode: $navigationMode
|
|
1793
|
+
enabled: $enabled
|
|
1794
|
+
) {
|
|
1795
|
+
...WidgetDrilldownFields
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
${T}`;
|
|
1799
|
+
e`
|
|
1800
|
+
mutation UpdateWidgetRenderer($widgetId: ID!, $renderer: WidgetRenderer!, $template: JSON) {
|
|
1801
|
+
updateWidgetRenderer(
|
|
1802
|
+
widgetId: $widgetId
|
|
1803
|
+
renderer: $renderer
|
|
1804
|
+
template: $template
|
|
1805
|
+
) {
|
|
1806
|
+
id
|
|
1807
|
+
renderer
|
|
1808
|
+
template
|
|
1809
|
+
updatedAt
|
|
1810
|
+
}
|
|
1811
|
+
}
|
|
1812
|
+
`, e`
|
|
1813
|
+
query GetEventLog($id: ID!) {
|
|
1814
|
+
getEventLog(id: $id) {
|
|
1815
|
+
...EventLogFields
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
${x}`, e`
|
|
1819
|
+
query GetEventWebhookMapping($id: ID!) {
|
|
1820
|
+
getEventWebhookMapping(id: $id) {
|
|
1821
|
+
...EventWebhookMappingFields
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
${S}`;
|
|
1825
|
+
var St = e`
|
|
1826
|
+
query GetWidget($id: ID!) {
|
|
1827
|
+
getWidget(id: $id) {
|
|
1828
|
+
...WidgetFullFields
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
${k}`, Ct = e`
|
|
1832
|
+
query GetWidgetActions($widgetId: ID!) {
|
|
1833
|
+
getWidgetActions(widgetId: $widgetId) {
|
|
1834
|
+
...WidgetActionFields
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
${O}`;
|
|
1838
|
+
e`
|
|
1839
|
+
query GetWidgetTypes {
|
|
1840
|
+
getWidgetTypes {
|
|
1841
|
+
...WidgetTypeInfoFields
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
${M}`, e`
|
|
1845
|
+
query GetWidgetWithData($id: ID!) {
|
|
1846
|
+
getWidget(id: $id) {
|
|
1847
|
+
...WidgetCoreFields
|
|
1848
|
+
drilldown {
|
|
1849
|
+
...WidgetDrilldownFields
|
|
1850
|
+
}
|
|
1851
|
+
translations {
|
|
1852
|
+
...WidgetTranslationFields
|
|
1853
|
+
}
|
|
1854
|
+
data {
|
|
1855
|
+
...WidgetDataFields
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
${w}
|
|
1860
|
+
${T}
|
|
1861
|
+
${E}
|
|
1862
|
+
${D}`;
|
|
1863
|
+
var wt = e`
|
|
1864
|
+
query ListEventLogs($dashboardId: ID, $widgetId: ID, $eventName: String, $status: EventStatus, $first: Int, $after: String) {
|
|
1865
|
+
listEventLogs(
|
|
1866
|
+
dashboardId: $dashboardId
|
|
1867
|
+
widgetId: $widgetId
|
|
1868
|
+
eventName: $eventName
|
|
1869
|
+
status: $status
|
|
1870
|
+
first: $first
|
|
1871
|
+
after: $after
|
|
1872
|
+
) {
|
|
1873
|
+
edges {
|
|
1874
|
+
cursor
|
|
1875
|
+
node {
|
|
1876
|
+
...EventLogFields
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
pageInfo {
|
|
1880
|
+
...WidgetPageInfoFields
|
|
1881
|
+
}
|
|
1882
|
+
totalCount
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1885
|
+
${x}
|
|
1886
|
+
${C}`, Tt = e`
|
|
1887
|
+
query ListEventWebhookMappings($dashboardId: ID, $widgetId: ID, $isActive: Boolean) {
|
|
1888
|
+
listEventWebhookMappings(
|
|
1889
|
+
dashboardId: $dashboardId
|
|
1890
|
+
widgetId: $widgetId
|
|
1891
|
+
isActive: $isActive
|
|
1892
|
+
) {
|
|
1893
|
+
...EventWebhookMappingFields
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
${S}`;
|
|
1897
|
+
e`
|
|
1898
|
+
query ListWidgets($pageId: ID!, $type: WidgetType, $first: Int, $after: String) {
|
|
1899
|
+
listWidgets(pageId: $pageId, type: $type, first: $first, after: $after) {
|
|
1900
|
+
edges {
|
|
1901
|
+
cursor
|
|
1902
|
+
node {
|
|
1903
|
+
...WidgetListItem
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
pageInfo {
|
|
1907
|
+
...WidgetPageInfoFields
|
|
1908
|
+
}
|
|
1909
|
+
totalCount
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
${j}
|
|
1913
|
+
${C}`;
|
|
1914
|
+
var Et = e`
|
|
1915
|
+
query ListWidgetsByDashboard($dashboardId: ID!, $type: WidgetType) {
|
|
1916
|
+
listWidgetsByDashboard(dashboardId: $dashboardId, type: $type) {
|
|
1917
|
+
...WidgetListFields
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1920
|
+
${A}`, $ = e`
|
|
1921
|
+
query ListWidgetsForPage($pageId: ID!, $type: WidgetType) {
|
|
1922
|
+
listWidgets(pageId: $pageId, type: $type, first: 100) {
|
|
1923
|
+
edges {
|
|
1924
|
+
node {
|
|
1925
|
+
...WidgetListFields
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
totalCount
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
${A}`, Dt = e`
|
|
1932
|
+
mutation CreateWorkflow($input: CreateWorkflowInput!) {
|
|
1933
|
+
createWorkflow(input: $input) {
|
|
1934
|
+
...WorkflowFullFields
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
${F}`, Ot = e`
|
|
1938
|
+
mutation DeleteWorkflow($id: ID!) {
|
|
1939
|
+
deleteWorkflow(id: $id)
|
|
1940
|
+
}
|
|
1941
|
+
`, kt = e`
|
|
1942
|
+
mutation ExecuteWorkflow($id: ID!, $triggerData: JSON) {
|
|
1943
|
+
executeWorkflow(id: $id, triggerData: $triggerData) {
|
|
1944
|
+
...WorkflowFullFields
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
${F}`, At = e`
|
|
1948
|
+
mutation LinkDataSinkToWorkflow($workflowId: ID!, $input: LinkDataSinkInput!) {
|
|
1949
|
+
linkDataSinkToWorkflow(workflowId: $workflowId, input: $input) {
|
|
1950
|
+
...DataSinkWorkflowLinkFields
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
${P}`, jt = e`
|
|
1954
|
+
mutation UnlinkDataSinkFromWorkflow($workflowId: ID!, $dataSinkId: ID!) {
|
|
1955
|
+
unlinkDataSinkFromWorkflow(workflowId: $workflowId, dataSinkId: $dataSinkId)
|
|
1956
|
+
}
|
|
1957
|
+
`;
|
|
1958
|
+
e`
|
|
1959
|
+
mutation UpdateDataSinkWorkflowLink($linkId: ID!, $input: UpdateDataSinkLinkInput!) {
|
|
1960
|
+
updateDataSinkLink(linkId: $linkId, input: $input) {
|
|
1961
|
+
...DataSinkWorkflowLinkFields
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
${P}`;
|
|
1965
|
+
var Mt = e`
|
|
1966
|
+
mutation UpdateWorkflow($id: ID!, $input: UpdateWorkflowInput!, $version: Int!) {
|
|
1967
|
+
updateWorkflow(id: $id, input: $input, version: $version) {
|
|
1968
|
+
...WorkflowFullFields
|
|
1969
|
+
}
|
|
1970
|
+
}
|
|
1971
|
+
${F}`, Nt = e`
|
|
1972
|
+
query GetWorkflow($id: ID!) {
|
|
1973
|
+
workflow(id: $id) {
|
|
1974
|
+
...WorkflowFullFields
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
${F}`, Pt = e`
|
|
1978
|
+
query GetWorkflowByKey($key: String!) {
|
|
1979
|
+
workflowByKey(key: $key) {
|
|
1980
|
+
...WorkflowFullFields
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
${F}`, Ft = e`
|
|
1984
|
+
query ListWorkflows($filter: FluidGridsWorkflowFilterInput) {
|
|
1985
|
+
workflows(filter: $filter) {
|
|
1986
|
+
...WorkflowListItem
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1989
|
+
${I}`;
|
|
1990
|
+
//#endregion
|
|
1991
|
+
export { R as ArchiveTemplateDocument, Oe as BatchCreateDataSinksDocument, ke as BatchDeleteDataSinksDocument, nt as BatchUpdateWidgetPositionsDocument, z as CreateDashboardDocument, B as CreateDashboardPageDocument, V as CreateDashboardViewDocument, Ae as CreateDataSinkDocument, rt as CreateEventWebhookMappingDocument, H as CreateGlobalFilterDocument, Be as CreateParserDocument, qe as CreatePipelineDocument, U as CreateTemplateDocument, at as CreateWidgetActionDocument, it as CreateWidgetDocument, ot as CreateWidgetDrilldownDocument, Dt as CreateWorkflowDocument, Re as DataSinkDataUpdatedDocument, ze as DataSinkUpdatedDocument, W as DeleteDashboardDocument, G as DeleteDashboardPageDocument, K as DeleteDashboardViewDocument, je as DeleteDataSinkDocument, st as DeleteEventWebhookMappingDocument, q as DeleteGlobalFilterDocument, Ve as DeleteParserDocument, Je as DeletePipelineDocument, J as DeleteTemplateDocument, lt as DeleteWidgetActionDocument, ct as DeleteWidgetDocument, ut as DeleteWidgetDrilldownDocument, Ot as DeleteWorkflowDocument, Y as DeprecateTemplateDocument, dt as DuplicateWidgetDocument, ft as EmitWidgetEventDocument, He as ExecuteParserDocument, Ye as ExecutePipelineDocument, kt as ExecuteWorkflowDocument, he as ExportDashboardDocument, ge as GetDashboardDocument, _e as GetDashboardViewDocument, Ie as GetDataSinkDataDocument, Fe as GetDataSinkDocument, ve as GetDefaultDashboardViewDocument, We as GetParserDocument, Qe as GetPipelineDocument, $e as GetPipelineExecutionDocument, ye as GetTemplateDocument, Ct as GetWidgetActionsDocument, St as GetWidgetDocument, Pt as GetWorkflowByKeyDocument, Nt as GetWorkflowDocument, X as ImportDashboardDocument, Z as InstantiateTemplateDocument, Me as InvalidateDataSinkCacheDocument, At as LinkDataSinkToWorkflowDocument, be as ListDashboardSharesDocument, xe as ListDashboardViewsDocument, Se as ListDashboardsDocument, Le as ListDataSinksDocument, wt as ListEventLogsDocument, Tt as ListEventWebhookMappingsDocument, Ce as ListFeaturedTemplatesDocument, Ge as ListParsersDocument, et as ListPipelineExecutionsDocument, tt as ListPipelinesDocument, we as ListSharedWithMeDocument, Te as ListTemplatesDocument, Et as ListWidgetsByDashboardDocument, $ as ListWidgetsForPageDocument, Ft as ListWorkflowsDocument, Q as PublishTemplateDocument, ne as RateTemplateDocument, Ne as RefreshDataSinkDocument, pt as RefreshWidgetDataDocument, re as ReorderDashboardPagesDocument, ie as ReorderGlobalFiltersDocument, mt as ReorderWidgetActionsDocument, ht as RetryEventDeliveryDocument, ae as RevokeAllSharesDocument, oe as RevokeDashboardShareDocument, Ee as SearchTemplatesDocument, se as SetDefaultViewDocument, ce as ShareDashboardDocument, Ke as TestParserExpressionDocument, Xe as TestPipelineDocument, gt as TestWebhookMappingDocument, _t as ToggleEventWebhookMappingDocument, jt as UnlinkDataSinkFromWorkflowDocument, le as UpdateDashboardDocument, ue as UpdateDashboardPageDocument, de as UpdateDashboardShareDocument, fe as UpdateDashboardViewDocument, Pe as UpdateDataSinkDocument, vt as UpdateEventWebhookMappingDocument, pe as UpdateGlobalFilterDocument, Ue as UpdateParserDocument, Ze as UpdatePipelineDocument, me as UpdateTemplateDocument, bt as UpdateWidgetActionDocument, yt as UpdateWidgetDocument, xt as UpdateWidgetDrilldownDocument, Mt as UpdateWorkflowDocument, De as ValidateDashboardImportDocument, L as WorkspaceInstalledAppsDocument };
|
|
1992
|
+
|
|
1993
|
+
//# sourceMappingURL=wspace-operations.js.map
|