@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,727 @@
|
|
|
1
|
+
import { useAppNavigate as e } from "../contexts/NavigationContext.js";
|
|
2
|
+
import "../contexts/index.js";
|
|
3
|
+
import t from "../hooks/useDashboardOperations.js";
|
|
4
|
+
import ee from "../hooks/useDataSinkOperations.js";
|
|
5
|
+
import te from "../hooks/useParserOperations.js";
|
|
6
|
+
import ne from "../components/datasink/CacheTTLSelector.js";
|
|
7
|
+
import { memo as n, useCallback as r, useEffect as i, useMemo as re, useState as a } from "react";
|
|
8
|
+
import { useParams as ie } from "react-router-dom";
|
|
9
|
+
import { AlertCircle as o, ArrowLeft as ae, CheckCircle2 as oe, ChevronDown as se, ChevronRight as ce, Code as le, Eye as ue, FileCode2 as de, LayoutDashboard as fe, Loader2 as s, Play as c, Save as pe, Settings as me } from "lucide-react";
|
|
10
|
+
import { Fragment as l, jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
11
|
+
import { Button as f, Card as p, CardContent as m, CardHeader as h, CardTitle as g } from "@burdenoff/fe-libs/ui";
|
|
12
|
+
//#region src/bigconsole/pages/ParserBuilderPage.tsx
|
|
13
|
+
function he(e) {
|
|
14
|
+
return e.toLowerCase().replace(/[^a-z0-9]+/g, "_").replace(/^_+|_+$/g, "").substring(0, 64);
|
|
15
|
+
}
|
|
16
|
+
function ge(e) {
|
|
17
|
+
let t = {};
|
|
18
|
+
return e.name.trim() ? e.name.length < 2 && (t.name = "Name must be at least 2 characters") : t.name = "Name is required", e.outputKey.trim() ? /^[a-z0-9_]+$/.test(e.outputKey) || (t.outputKey = "Output key can only contain lowercase letters, numbers, and underscores") : t.outputKey = "Output key is required", e.expression.trim() || (t.expression = "Expression is required"), e.inputSinkKey.trim() || (t.inputSinkKey = "Source DataSink is required"), e.ttl != null && e.ttl > 0 && (e.ttl < 30 || e.ttl > 86400) && (t.ttl = "Cache duration must be between 30 and 86400 seconds"), t;
|
|
19
|
+
}
|
|
20
|
+
var _ = {
|
|
21
|
+
jq: {
|
|
22
|
+
name: "JQ",
|
|
23
|
+
description: "Lightweight JSON processor - fast and efficient for simple transformations",
|
|
24
|
+
placeholder: ".data | map({name: .name, value: .count})",
|
|
25
|
+
example: ".data | map(.name) - Extract names from data array"
|
|
26
|
+
},
|
|
27
|
+
jsonata: {
|
|
28
|
+
name: "JSONata",
|
|
29
|
+
description: "Query and transformation language - supports complex queries and calculations",
|
|
30
|
+
placeholder: "$sum(data[*].value)",
|
|
31
|
+
example: "$sum(data.values) - Calculate sum of values"
|
|
32
|
+
}
|
|
33
|
+
}, _e = "default", v = n(function() {
|
|
34
|
+
let { parserId: n, consoleId: v } = ie(), y = e(), [b, x] = a(_e), S = v || b || _e, C = n !== "new" && !!n, w = !v, [T, E] = a({
|
|
35
|
+
name: "",
|
|
36
|
+
outputKey: "",
|
|
37
|
+
description: "",
|
|
38
|
+
type: "jq",
|
|
39
|
+
expression: "",
|
|
40
|
+
inputSinkKey: "",
|
|
41
|
+
ttl: 900
|
|
42
|
+
}), [D, O] = a({}), [k, A] = a(!1), [j, M] = a(!1), [N, P] = a(null), [F, I] = a("{\n \"data\": [\n {\"name\": \"Item 1\", \"count\": 10},\n {\"name\": \"Item 2\", \"count\": 20}\n ]\n}"), [L, R] = a(""), [z, B] = a(null), [V, H] = a(!1), [U, W] = a(!1), [G, ve] = a(null), [ye, K] = a(!1), [q, J] = a(null), { loading: be, error: Y, parsers: xe, fetchParser: X, createParser: Se, updateParser: Ce, testParserExpression: we } = te({
|
|
43
|
+
consoleId: S || "",
|
|
44
|
+
skipFetch: !0
|
|
45
|
+
}), { dataSinks: Te, fetchDataSinks: Ee, getDataSinkData: Z } = ee({ skipFetch: !0 }), { dashboards: De, fetchDashboards: Oe, loading: ke } = t(), Q = C ? xe.find((e) => e.id === n) : null;
|
|
46
|
+
i(() => {
|
|
47
|
+
Ee(), C && n && X(n), w && Oe();
|
|
48
|
+
}, [
|
|
49
|
+
C,
|
|
50
|
+
n,
|
|
51
|
+
X,
|
|
52
|
+
Ee,
|
|
53
|
+
w,
|
|
54
|
+
Oe
|
|
55
|
+
]), i(() => {
|
|
56
|
+
Q && (E({
|
|
57
|
+
name: Q.name || "",
|
|
58
|
+
outputKey: Q.outputKey || "",
|
|
59
|
+
description: Q.description || "",
|
|
60
|
+
type: Q.type,
|
|
61
|
+
expression: Q.expression || "",
|
|
62
|
+
inputSinkKey: Q.inputSinkKey || "",
|
|
63
|
+
ttl: Q.ttl ?? null
|
|
64
|
+
}), A(!0), Q.consoleId && x(Q.consoleId));
|
|
65
|
+
}, [Q]);
|
|
66
|
+
let Ae = r((e) => {
|
|
67
|
+
let t = e.target.value;
|
|
68
|
+
E((e) => ({
|
|
69
|
+
...e,
|
|
70
|
+
name: t,
|
|
71
|
+
outputKey: k ? e.outputKey : he(t)
|
|
72
|
+
})), O((e) => ({
|
|
73
|
+
...e,
|
|
74
|
+
name: void 0
|
|
75
|
+
}));
|
|
76
|
+
}, [k]), je = r((e) => {
|
|
77
|
+
let t = e.target.value.toLowerCase().replace(/[^a-z0-9_]/g, "");
|
|
78
|
+
E((e) => ({
|
|
79
|
+
...e,
|
|
80
|
+
outputKey: t
|
|
81
|
+
})), A(!0), O((e) => ({
|
|
82
|
+
...e,
|
|
83
|
+
outputKey: void 0
|
|
84
|
+
}));
|
|
85
|
+
}, []), Me = r((e) => {
|
|
86
|
+
E((t) => ({
|
|
87
|
+
...t,
|
|
88
|
+
description: e.target.value
|
|
89
|
+
}));
|
|
90
|
+
}, []), Ne = r((e) => {
|
|
91
|
+
E((t) => ({
|
|
92
|
+
...t,
|
|
93
|
+
type: e
|
|
94
|
+
})), R(""), B(null);
|
|
95
|
+
}, []), Pe = r((e) => {
|
|
96
|
+
E((t) => ({
|
|
97
|
+
...t,
|
|
98
|
+
expression: e.target.value
|
|
99
|
+
})), O((e) => ({
|
|
100
|
+
...e,
|
|
101
|
+
expression: void 0
|
|
102
|
+
}));
|
|
103
|
+
}, []), Fe = r((e) => {
|
|
104
|
+
E((t) => ({
|
|
105
|
+
...t,
|
|
106
|
+
inputSinkKey: e.target.value
|
|
107
|
+
})), O((e) => ({
|
|
108
|
+
...e,
|
|
109
|
+
inputSinkKey: void 0
|
|
110
|
+
}));
|
|
111
|
+
}, []), Ie = r((e) => {
|
|
112
|
+
E((t) => ({
|
|
113
|
+
...t,
|
|
114
|
+
ttl: e
|
|
115
|
+
})), O((e) => ({
|
|
116
|
+
...e,
|
|
117
|
+
ttl: void 0
|
|
118
|
+
}));
|
|
119
|
+
}, []), Le = r((e) => {
|
|
120
|
+
x(e.target.value);
|
|
121
|
+
}, []), Re = r(async () => {
|
|
122
|
+
if (T.inputSinkKey) try {
|
|
123
|
+
let e = await Z({ key: T.inputSinkKey });
|
|
124
|
+
e?.raw && I(JSON.stringify(e.raw, null, 2));
|
|
125
|
+
} catch {}
|
|
126
|
+
}, [T.inputSinkKey, Z]), ze = r(async () => {
|
|
127
|
+
if (U) {
|
|
128
|
+
W(!1);
|
|
129
|
+
return;
|
|
130
|
+
}
|
|
131
|
+
if (!T.inputSinkKey) {
|
|
132
|
+
J("Please select a source DataSink first");
|
|
133
|
+
return;
|
|
134
|
+
}
|
|
135
|
+
W(!0), K(!0), J(null);
|
|
136
|
+
try {
|
|
137
|
+
let e = await Z({ key: T.inputSinkKey });
|
|
138
|
+
e?.raw ? ve(e.raw) : J("No data available in selected DataSink");
|
|
139
|
+
} catch (e) {
|
|
140
|
+
J(e instanceof Error ? e.message : "Failed to load data");
|
|
141
|
+
} finally {
|
|
142
|
+
K(!1);
|
|
143
|
+
}
|
|
144
|
+
}, [
|
|
145
|
+
U,
|
|
146
|
+
T.inputSinkKey,
|
|
147
|
+
Z
|
|
148
|
+
]), Be = r(async () => {
|
|
149
|
+
if (!T.expression.trim()) {
|
|
150
|
+
B("Expression is required");
|
|
151
|
+
return;
|
|
152
|
+
}
|
|
153
|
+
H(!0), B(null), R("");
|
|
154
|
+
try {
|
|
155
|
+
let e = await we({
|
|
156
|
+
type: T.type,
|
|
157
|
+
expression: T.expression,
|
|
158
|
+
sampleData: JSON.parse(F)
|
|
159
|
+
});
|
|
160
|
+
e && (e.success ? R(JSON.stringify(e.output, null, 2)) : B(e.error || "Test failed"));
|
|
161
|
+
} catch (e) {
|
|
162
|
+
B(e instanceof Error ? e.message : "Test failed");
|
|
163
|
+
} finally {
|
|
164
|
+
H(!1);
|
|
165
|
+
}
|
|
166
|
+
}, [
|
|
167
|
+
T.type,
|
|
168
|
+
T.expression,
|
|
169
|
+
F,
|
|
170
|
+
we
|
|
171
|
+
]), Ve = r(() => {
|
|
172
|
+
y(v ? `/dashboards/${v}/parsers` : "/parsers");
|
|
173
|
+
}, [y, v]), He = r(async (e) => {
|
|
174
|
+
e.preventDefault(), P(null);
|
|
175
|
+
let t = ge(T);
|
|
176
|
+
if (Object.keys(t).length > 0) {
|
|
177
|
+
O(t);
|
|
178
|
+
return;
|
|
179
|
+
}
|
|
180
|
+
M(!0);
|
|
181
|
+
try {
|
|
182
|
+
if (C && Q) {
|
|
183
|
+
if (!await Ce(Q.id, {
|
|
184
|
+
name: T.name,
|
|
185
|
+
description: T.description || void 0,
|
|
186
|
+
expression: T.expression,
|
|
187
|
+
inputSinkKey: T.inputSinkKey,
|
|
188
|
+
outputKey: T.outputKey,
|
|
189
|
+
ttl: T.ttl
|
|
190
|
+
}, Q.version)) throw Error("Failed to update parser");
|
|
191
|
+
} else if (!await Se({
|
|
192
|
+
consoleId: S || "",
|
|
193
|
+
name: T.name,
|
|
194
|
+
type: T.type,
|
|
195
|
+
expression: T.expression,
|
|
196
|
+
inputSinkKey: T.inputSinkKey,
|
|
197
|
+
outputKey: T.outputKey,
|
|
198
|
+
description: T.description || void 0,
|
|
199
|
+
ttl: T.ttl || void 0
|
|
200
|
+
})) throw Error("Failed to create parser");
|
|
201
|
+
y(v ? `/dashboards/${v}/parsers` : "/parsers");
|
|
202
|
+
} catch (e) {
|
|
203
|
+
P(e instanceof Error ? e.message : "Failed to save parser");
|
|
204
|
+
} finally {
|
|
205
|
+
M(!1);
|
|
206
|
+
}
|
|
207
|
+
}, [
|
|
208
|
+
T,
|
|
209
|
+
C,
|
|
210
|
+
Q,
|
|
211
|
+
Se,
|
|
212
|
+
Ce,
|
|
213
|
+
y,
|
|
214
|
+
S,
|
|
215
|
+
v
|
|
216
|
+
]), Ue = re(() => T.name.trim().length >= 2 && T.expression.trim().length > 0 && T.inputSinkKey.trim().length > 0 && T.outputKey.trim().length > 0, [
|
|
217
|
+
T.name,
|
|
218
|
+
T.expression,
|
|
219
|
+
T.inputSinkKey,
|
|
220
|
+
T.outputKey
|
|
221
|
+
]);
|
|
222
|
+
if (be && C) return /* @__PURE__ */ u("div", {
|
|
223
|
+
className: "flex items-center justify-center min-h-[400px]",
|
|
224
|
+
children: /* @__PURE__ */ u(s, { className: "w-8 h-8 text-text-secondary animate-spin" })
|
|
225
|
+
});
|
|
226
|
+
if (Y) return /* @__PURE__ */ u("div", {
|
|
227
|
+
className: "flex items-center justify-center min-h-[400px] p-card-padding",
|
|
228
|
+
children: /* @__PURE__ */ d("div", {
|
|
229
|
+
className: "text-center",
|
|
230
|
+
children: [
|
|
231
|
+
/* @__PURE__ */ u(o, { className: "w-12 h-12 text-state-error mx-auto mb-spacing-md" }),
|
|
232
|
+
/* @__PURE__ */ u("p", {
|
|
233
|
+
className: "text-state-error text-body-sm font-medium mb-spacing-sm",
|
|
234
|
+
children: "Failed to load Parser"
|
|
235
|
+
}),
|
|
236
|
+
/* @__PURE__ */ u("p", {
|
|
237
|
+
className: "text-text-tertiary text-body-xs",
|
|
238
|
+
children: Y.message
|
|
239
|
+
})
|
|
240
|
+
]
|
|
241
|
+
})
|
|
242
|
+
});
|
|
243
|
+
let $ = _[T.type];
|
|
244
|
+
return /* @__PURE__ */ u("div", {
|
|
245
|
+
className: "min-h-screen bg-bg-canvas",
|
|
246
|
+
children: /* @__PURE__ */ d("div", {
|
|
247
|
+
className: "max-w-7xl mx-auto p-card-padding",
|
|
248
|
+
children: [
|
|
249
|
+
/* @__PURE__ */ d("div", {
|
|
250
|
+
className: "mb-spacing-lg",
|
|
251
|
+
children: [
|
|
252
|
+
/* @__PURE__ */ d(f, {
|
|
253
|
+
onClick: Ve,
|
|
254
|
+
variant: "ghost",
|
|
255
|
+
size: "sm",
|
|
256
|
+
className: "mb-spacing-md",
|
|
257
|
+
children: [/* @__PURE__ */ u(ae, { className: "w-4 h-4 mr-2" }), "Back to Parsers"]
|
|
258
|
+
}),
|
|
259
|
+
/* @__PURE__ */ u("h1", {
|
|
260
|
+
className: "text-heading-h1 font-bold text-text-primary",
|
|
261
|
+
children: C ? "Edit Parser" : "Create Parser"
|
|
262
|
+
}),
|
|
263
|
+
/* @__PURE__ */ u("p", {
|
|
264
|
+
className: "text-body-sm text-text-secondary mt-spacing-xs",
|
|
265
|
+
children: C ? "Update the parser configuration and test your changes." : "Transform data using JQ or JSONata expressions."
|
|
266
|
+
})
|
|
267
|
+
]
|
|
268
|
+
}),
|
|
269
|
+
N && /* @__PURE__ */ d("div", {
|
|
270
|
+
className: "mb-spacing-lg p-4 bg-state-error/10 border border-state-error/30 rounded-lg flex items-start gap-3",
|
|
271
|
+
children: [/* @__PURE__ */ u(o, { className: "w-5 h-5 text-state-error flex-shrink-0 mt-0.5" }), /* @__PURE__ */ d("div", { children: [/* @__PURE__ */ u("p", {
|
|
272
|
+
className: "text-sm font-medium text-state-error",
|
|
273
|
+
children: "Failed to save Parser"
|
|
274
|
+
}), /* @__PURE__ */ u("p", {
|
|
275
|
+
className: "text-xs text-state-error/80 mt-1",
|
|
276
|
+
children: N
|
|
277
|
+
})] })]
|
|
278
|
+
}),
|
|
279
|
+
/* @__PURE__ */ d("form", {
|
|
280
|
+
onSubmit: He,
|
|
281
|
+
children: [/* @__PURE__ */ d("div", {
|
|
282
|
+
className: "grid gap-6 lg:grid-cols-3",
|
|
283
|
+
children: [
|
|
284
|
+
/* @__PURE__ */ u("div", {
|
|
285
|
+
className: "space-y-6",
|
|
286
|
+
children: /* @__PURE__ */ d(p, { children: [/* @__PURE__ */ u(h, {
|
|
287
|
+
className: "pb-4",
|
|
288
|
+
children: /* @__PURE__ */ d("div", {
|
|
289
|
+
className: "flex items-center gap-3",
|
|
290
|
+
children: [/* @__PURE__ */ u("div", {
|
|
291
|
+
className: "w-8 h-8 rounded-full bg-action-primary-bg/10 flex items-center justify-center",
|
|
292
|
+
children: /* @__PURE__ */ u(de, { className: "w-4 h-4 text-action-primary-bg" })
|
|
293
|
+
}), /* @__PURE__ */ d("div", { children: [/* @__PURE__ */ u(g, {
|
|
294
|
+
className: "text-base",
|
|
295
|
+
children: "Basic Information"
|
|
296
|
+
}), /* @__PURE__ */ u("p", {
|
|
297
|
+
className: "text-xs text-text-secondary mt-0.5",
|
|
298
|
+
children: "Essential details for your parser"
|
|
299
|
+
})] })]
|
|
300
|
+
})
|
|
301
|
+
}), /* @__PURE__ */ d(m, {
|
|
302
|
+
className: "space-y-5",
|
|
303
|
+
children: [
|
|
304
|
+
/* @__PURE__ */ d("div", { children: [
|
|
305
|
+
/* @__PURE__ */ d("label", {
|
|
306
|
+
htmlFor: "name",
|
|
307
|
+
className: "block text-sm font-medium text-text-primary mb-2",
|
|
308
|
+
children: ["Name ", /* @__PURE__ */ u("span", {
|
|
309
|
+
className: "text-state-error",
|
|
310
|
+
children: "*"
|
|
311
|
+
})]
|
|
312
|
+
}),
|
|
313
|
+
/* @__PURE__ */ u("input", {
|
|
314
|
+
id: "name",
|
|
315
|
+
type: "text",
|
|
316
|
+
value: T.name,
|
|
317
|
+
onChange: Ae,
|
|
318
|
+
placeholder: "e.g., User Analytics Parser",
|
|
319
|
+
className: `
|
|
320
|
+
w-full px-3 py-2.5
|
|
321
|
+
text-sm text-text-primary
|
|
322
|
+
bg-bg-surface
|
|
323
|
+
border ${D.name ? "border-state-error" : "border-border-default"}
|
|
324
|
+
rounded-md
|
|
325
|
+
placeholder:text-text-tertiary
|
|
326
|
+
focus:outline-none focus:ring-2 focus:ring-action-primary-bg
|
|
327
|
+
transition-all
|
|
328
|
+
`
|
|
329
|
+
}),
|
|
330
|
+
D.name && /* @__PURE__ */ u("p", {
|
|
331
|
+
className: "text-xs text-state-error mt-1.5",
|
|
332
|
+
children: D.name
|
|
333
|
+
})
|
|
334
|
+
] }),
|
|
335
|
+
/* @__PURE__ */ d("div", { children: [
|
|
336
|
+
/* @__PURE__ */ d("label", {
|
|
337
|
+
htmlFor: "outputKey",
|
|
338
|
+
className: "block text-sm font-medium text-text-primary mb-2",
|
|
339
|
+
children: ["Output Key ", /* @__PURE__ */ u("span", {
|
|
340
|
+
className: "text-state-error",
|
|
341
|
+
children: "*"
|
|
342
|
+
})]
|
|
343
|
+
}),
|
|
344
|
+
/* @__PURE__ */ u("input", {
|
|
345
|
+
id: "outputKey",
|
|
346
|
+
type: "text",
|
|
347
|
+
value: T.outputKey,
|
|
348
|
+
onChange: je,
|
|
349
|
+
placeholder: "user_analytics_parser",
|
|
350
|
+
disabled: C,
|
|
351
|
+
className: `
|
|
352
|
+
w-full px-3 py-2.5
|
|
353
|
+
text-sm text-text-primary font-mono
|
|
354
|
+
bg-bg-surface
|
|
355
|
+
border ${D.outputKey ? "border-state-error" : "border-border-default"}
|
|
356
|
+
rounded-md
|
|
357
|
+
placeholder:text-text-tertiary
|
|
358
|
+
focus:outline-none focus:ring-2 focus:ring-action-primary-bg
|
|
359
|
+
disabled:bg-bg-muted disabled:cursor-not-allowed disabled:opacity-60
|
|
360
|
+
transition-all
|
|
361
|
+
`
|
|
362
|
+
}),
|
|
363
|
+
D.outputKey && /* @__PURE__ */ u("p", {
|
|
364
|
+
className: "text-xs text-state-error mt-1.5",
|
|
365
|
+
children: D.outputKey
|
|
366
|
+
}),
|
|
367
|
+
!C && /* @__PURE__ */ u("p", {
|
|
368
|
+
className: "text-xs text-text-tertiary mt-1.5",
|
|
369
|
+
children: "Auto-generated from name. Customize if needed."
|
|
370
|
+
})
|
|
371
|
+
] }),
|
|
372
|
+
/* @__PURE__ */ d("div", { children: [/* @__PURE__ */ u("label", {
|
|
373
|
+
htmlFor: "description",
|
|
374
|
+
className: "block text-sm font-medium text-text-primary mb-2",
|
|
375
|
+
children: "Description"
|
|
376
|
+
}), /* @__PURE__ */ u("textarea", {
|
|
377
|
+
id: "description",
|
|
378
|
+
value: T.description,
|
|
379
|
+
onChange: Me,
|
|
380
|
+
placeholder: "Describe what this parser does...",
|
|
381
|
+
rows: 3,
|
|
382
|
+
className: "\n w-full px-3 py-2.5\n text-sm text-text-primary\n bg-bg-surface\n border border-border-default\n rounded-md\n placeholder:text-text-tertiary\n focus:outline-none focus:ring-2 focus:ring-action-primary-bg\n resize-none\n transition-all\n "
|
|
383
|
+
})] }),
|
|
384
|
+
w && /* @__PURE__ */ d("div", { children: [
|
|
385
|
+
/* @__PURE__ */ u("label", {
|
|
386
|
+
htmlFor: "dashboard",
|
|
387
|
+
className: "block text-sm font-medium text-text-primary mb-2",
|
|
388
|
+
children: /* @__PURE__ */ d("div", {
|
|
389
|
+
className: "flex items-center gap-2",
|
|
390
|
+
children: [/* @__PURE__ */ u(fe, { className: "w-4 h-4" }), "Dashboard Scope"]
|
|
391
|
+
})
|
|
392
|
+
}),
|
|
393
|
+
/* @__PURE__ */ d("select", {
|
|
394
|
+
id: "dashboard",
|
|
395
|
+
value: b,
|
|
396
|
+
onChange: Le,
|
|
397
|
+
disabled: ke || C,
|
|
398
|
+
className: "\n w-full px-3 py-2.5\n text-sm text-text-primary\n bg-bg-surface\n border border-border-default\n rounded-md\n focus:outline-none focus:ring-2 focus:ring-action-primary-bg\n disabled:bg-bg-muted disabled:cursor-not-allowed disabled:opacity-60\n transition-all\n ",
|
|
399
|
+
children: [/* @__PURE__ */ u("option", {
|
|
400
|
+
value: "default",
|
|
401
|
+
children: "Global (available everywhere)"
|
|
402
|
+
}), De.map((e) => /* @__PURE__ */ u("option", {
|
|
403
|
+
value: e.id,
|
|
404
|
+
children: e.name
|
|
405
|
+
}, e.id))]
|
|
406
|
+
}),
|
|
407
|
+
/* @__PURE__ */ u("p", {
|
|
408
|
+
className: "text-xs text-text-tertiary mt-1.5",
|
|
409
|
+
children: C ? "Dashboard scope cannot be changed after creation." : b === "default" ? "Global parsers are available across all dashboards." : "This parser will only be available in the selected dashboard."
|
|
410
|
+
})
|
|
411
|
+
] })
|
|
412
|
+
]
|
|
413
|
+
})] })
|
|
414
|
+
}),
|
|
415
|
+
/* @__PURE__ */ u("div", {
|
|
416
|
+
className: "space-y-6",
|
|
417
|
+
children: /* @__PURE__ */ d(p, { children: [/* @__PURE__ */ u(h, {
|
|
418
|
+
className: "pb-4",
|
|
419
|
+
children: /* @__PURE__ */ d("div", {
|
|
420
|
+
className: "flex items-center gap-3",
|
|
421
|
+
children: [/* @__PURE__ */ u("div", {
|
|
422
|
+
className: "w-8 h-8 rounded-full bg-action-primary-bg/10 flex items-center justify-center",
|
|
423
|
+
children: /* @__PURE__ */ u(le, { className: "w-4 h-4 text-action-primary-bg" })
|
|
424
|
+
}), /* @__PURE__ */ d("div", { children: [/* @__PURE__ */ u(g, {
|
|
425
|
+
className: "text-base",
|
|
426
|
+
children: "Parser Configuration"
|
|
427
|
+
}), /* @__PURE__ */ u("p", {
|
|
428
|
+
className: "text-xs text-text-secondary mt-0.5",
|
|
429
|
+
children: "Configure parser type and data source"
|
|
430
|
+
})] })]
|
|
431
|
+
})
|
|
432
|
+
}), /* @__PURE__ */ d(m, {
|
|
433
|
+
className: "space-y-5",
|
|
434
|
+
children: [
|
|
435
|
+
/* @__PURE__ */ d("div", { children: [/* @__PURE__ */ d("label", {
|
|
436
|
+
className: "block text-sm font-medium text-text-primary mb-3",
|
|
437
|
+
children: ["Parser Type ", /* @__PURE__ */ u("span", {
|
|
438
|
+
className: "text-state-error",
|
|
439
|
+
children: "*"
|
|
440
|
+
})]
|
|
441
|
+
}), /* @__PURE__ */ u("div", {
|
|
442
|
+
className: "space-y-2",
|
|
443
|
+
children: Object.keys(_).map((e) => {
|
|
444
|
+
let t = _[e];
|
|
445
|
+
return /* @__PURE__ */ d("label", {
|
|
446
|
+
className: `
|
|
447
|
+
flex items-start gap-3 p-3
|
|
448
|
+
border rounded-md
|
|
449
|
+
cursor-pointer
|
|
450
|
+
${T.type === e ? "border-action-primary-bg bg-action-primary-bg/5" : "border-border-default hover:bg-bg-muted"}
|
|
451
|
+
transition-colors
|
|
452
|
+
`,
|
|
453
|
+
children: [/* @__PURE__ */ u("input", {
|
|
454
|
+
type: "radio",
|
|
455
|
+
name: "parserType",
|
|
456
|
+
value: e,
|
|
457
|
+
checked: T.type === e,
|
|
458
|
+
onChange: () => Ne(e),
|
|
459
|
+
className: "mt-1 w-4 h-4 text-action-primary-bg"
|
|
460
|
+
}), /* @__PURE__ */ d("div", { children: [/* @__PURE__ */ u("span", {
|
|
461
|
+
className: "text-sm font-medium text-text-primary",
|
|
462
|
+
children: t.name
|
|
463
|
+
}), /* @__PURE__ */ u("p", {
|
|
464
|
+
className: "text-xs text-text-secondary mt-0.5",
|
|
465
|
+
children: t.description
|
|
466
|
+
})] })]
|
|
467
|
+
}, e);
|
|
468
|
+
})
|
|
469
|
+
})] }),
|
|
470
|
+
/* @__PURE__ */ d("div", { children: [
|
|
471
|
+
/* @__PURE__ */ d("label", {
|
|
472
|
+
htmlFor: "inputSinkKey",
|
|
473
|
+
className: "block text-sm font-medium text-text-primary mb-2",
|
|
474
|
+
children: ["Source DataSink ", /* @__PURE__ */ u("span", {
|
|
475
|
+
className: "text-state-error",
|
|
476
|
+
children: "*"
|
|
477
|
+
})]
|
|
478
|
+
}),
|
|
479
|
+
/* @__PURE__ */ d("div", {
|
|
480
|
+
className: "flex gap-2",
|
|
481
|
+
children: [/* @__PURE__ */ d("select", {
|
|
482
|
+
id: "inputSinkKey",
|
|
483
|
+
value: T.inputSinkKey,
|
|
484
|
+
onChange: Fe,
|
|
485
|
+
className: `
|
|
486
|
+
flex-1 px-3 py-2.5
|
|
487
|
+
text-sm text-text-primary
|
|
488
|
+
bg-bg-surface
|
|
489
|
+
border ${D.inputSinkKey ? "border-state-error" : "border-border-default"}
|
|
490
|
+
rounded-md
|
|
491
|
+
focus:outline-none focus:ring-2 focus:ring-action-primary-bg
|
|
492
|
+
transition-all
|
|
493
|
+
`,
|
|
494
|
+
children: [/* @__PURE__ */ u("option", {
|
|
495
|
+
value: "",
|
|
496
|
+
children: "Select a DataSink..."
|
|
497
|
+
}), Te.map((e) => /* @__PURE__ */ u("option", {
|
|
498
|
+
value: e.key,
|
|
499
|
+
children: e.name || e.key
|
|
500
|
+
}, e.id))]
|
|
501
|
+
}), T.inputSinkKey && /* @__PURE__ */ u("button", {
|
|
502
|
+
type: "button",
|
|
503
|
+
onClick: Re,
|
|
504
|
+
className: "px-3 py-2.5 text-sm font-medium text-action-primary-bg border border-action-primary-bg rounded-md hover:bg-action-primary-bg/10 transition-colors whitespace-nowrap",
|
|
505
|
+
children: "Load Sample"
|
|
506
|
+
})]
|
|
507
|
+
}),
|
|
508
|
+
D.inputSinkKey && /* @__PURE__ */ u("p", {
|
|
509
|
+
className: "text-xs text-state-error mt-1.5",
|
|
510
|
+
children: D.inputSinkKey
|
|
511
|
+
}),
|
|
512
|
+
/* @__PURE__ */ u("p", {
|
|
513
|
+
className: "text-xs text-text-tertiary mt-1.5",
|
|
514
|
+
children: "Select the data source for this parser to transform."
|
|
515
|
+
}),
|
|
516
|
+
T.inputSinkKey && /* @__PURE__ */ d("div", {
|
|
517
|
+
className: "mt-3",
|
|
518
|
+
children: [/* @__PURE__ */ d("button", {
|
|
519
|
+
type: "button",
|
|
520
|
+
onClick: ze,
|
|
521
|
+
className: "inline-flex items-center gap-2 text-sm text-action-primary-bg hover:text-action-primary-bgHover transition-colors",
|
|
522
|
+
children: [
|
|
523
|
+
u(U ? se : ce, { className: "w-4 h-4" }),
|
|
524
|
+
/* @__PURE__ */ u(ue, { className: "w-4 h-4" }),
|
|
525
|
+
"Show Data Preview"
|
|
526
|
+
]
|
|
527
|
+
}), U && /* @__PURE__ */ u("div", {
|
|
528
|
+
className: "mt-3 border border-border-default rounded-md overflow-hidden",
|
|
529
|
+
children: ye ? /* @__PURE__ */ d("div", {
|
|
530
|
+
className: "p-4 flex items-center justify-center",
|
|
531
|
+
children: [/* @__PURE__ */ u(s, { className: "w-5 h-5 text-text-secondary animate-spin" }), /* @__PURE__ */ u("span", {
|
|
532
|
+
className: "ml-2 text-sm text-text-secondary",
|
|
533
|
+
children: "Loading data..."
|
|
534
|
+
})]
|
|
535
|
+
}) : q ? /* @__PURE__ */ u("div", {
|
|
536
|
+
className: "p-4 bg-state-error/5",
|
|
537
|
+
children: /* @__PURE__ */ u("p", {
|
|
538
|
+
className: "text-sm text-state-error",
|
|
539
|
+
children: q
|
|
540
|
+
})
|
|
541
|
+
}) : G ? /* @__PURE__ */ u("pre", {
|
|
542
|
+
className: "p-3 text-xs font-mono bg-bg-muted text-text-primary overflow-auto max-h-48",
|
|
543
|
+
children: JSON.stringify(G, null, 2)
|
|
544
|
+
}) : /* @__PURE__ */ u("div", {
|
|
545
|
+
className: "p-4 text-sm text-text-secondary text-center",
|
|
546
|
+
children: "No data available"
|
|
547
|
+
})
|
|
548
|
+
})]
|
|
549
|
+
})
|
|
550
|
+
] }),
|
|
551
|
+
/* @__PURE__ */ d("div", { children: [
|
|
552
|
+
/* @__PURE__ */ d("label", {
|
|
553
|
+
htmlFor: "expression",
|
|
554
|
+
className: "block text-sm font-medium text-text-primary mb-2",
|
|
555
|
+
children: ["Expression ", /* @__PURE__ */ u("span", {
|
|
556
|
+
className: "text-state-error",
|
|
557
|
+
children: "*"
|
|
558
|
+
})]
|
|
559
|
+
}),
|
|
560
|
+
/* @__PURE__ */ u("textarea", {
|
|
561
|
+
id: "expression",
|
|
562
|
+
value: T.expression,
|
|
563
|
+
onChange: Pe,
|
|
564
|
+
placeholder: $.placeholder,
|
|
565
|
+
rows: 8,
|
|
566
|
+
className: `
|
|
567
|
+
w-full px-3 py-2.5
|
|
568
|
+
text-sm text-text-primary font-mono
|
|
569
|
+
bg-bg-surface
|
|
570
|
+
border ${D.expression ? "border-state-error" : "border-border-default"}
|
|
571
|
+
rounded-md
|
|
572
|
+
placeholder:text-text-tertiary
|
|
573
|
+
focus:outline-none focus:ring-2 focus:ring-action-primary-bg
|
|
574
|
+
resize-none
|
|
575
|
+
transition-all
|
|
576
|
+
`
|
|
577
|
+
}),
|
|
578
|
+
D.expression && /* @__PURE__ */ u("p", {
|
|
579
|
+
className: "text-xs text-state-error mt-1.5",
|
|
580
|
+
children: D.expression
|
|
581
|
+
}),
|
|
582
|
+
/* @__PURE__ */ d("p", {
|
|
583
|
+
className: "text-xs text-text-tertiary mt-1.5",
|
|
584
|
+
children: ["Example: ", $.example]
|
|
585
|
+
})
|
|
586
|
+
] })
|
|
587
|
+
]
|
|
588
|
+
})] })
|
|
589
|
+
}),
|
|
590
|
+
/* @__PURE__ */ d("div", {
|
|
591
|
+
className: "space-y-6",
|
|
592
|
+
children: [/* @__PURE__ */ d(p, { children: [/* @__PURE__ */ u(h, {
|
|
593
|
+
className: "pb-4",
|
|
594
|
+
children: /* @__PURE__ */ d("div", {
|
|
595
|
+
className: "flex items-center gap-3",
|
|
596
|
+
children: [/* @__PURE__ */ u("div", {
|
|
597
|
+
className: "w-8 h-8 rounded-full bg-action-primary-bg/10 flex items-center justify-center",
|
|
598
|
+
children: /* @__PURE__ */ u(c, { className: "w-4 h-4 text-action-primary-bg" })
|
|
599
|
+
}), /* @__PURE__ */ d("div", { children: [/* @__PURE__ */ u(g, {
|
|
600
|
+
className: "text-base",
|
|
601
|
+
children: "Test Expression"
|
|
602
|
+
}), /* @__PURE__ */ u("p", {
|
|
603
|
+
className: "text-xs text-text-secondary mt-0.5",
|
|
604
|
+
children: "Test your parser with sample data"
|
|
605
|
+
})] })]
|
|
606
|
+
})
|
|
607
|
+
}), /* @__PURE__ */ d(m, {
|
|
608
|
+
className: "space-y-5",
|
|
609
|
+
children: [
|
|
610
|
+
/* @__PURE__ */ d("div", { children: [
|
|
611
|
+
/* @__PURE__ */ u("label", {
|
|
612
|
+
className: "block text-sm font-medium text-text-primary mb-2",
|
|
613
|
+
children: "Input JSON"
|
|
614
|
+
}),
|
|
615
|
+
/* @__PURE__ */ u("textarea", {
|
|
616
|
+
value: F,
|
|
617
|
+
onChange: (e) => I(e.target.value),
|
|
618
|
+
placeholder: "{\"data\": [{\"name\": \"test\", \"value\": 123}]}",
|
|
619
|
+
rows: 6,
|
|
620
|
+
className: "\n w-full px-3 py-2.5\n text-xs text-text-primary font-mono leading-relaxed\n bg-bg-surface\n border border-border-default\n rounded-md\n placeholder:text-text-tertiary\n focus:outline-none focus:ring-2 focus:ring-action-primary-bg\n resize-none\n transition-all\n "
|
|
621
|
+
}),
|
|
622
|
+
/* @__PURE__ */ u("p", {
|
|
623
|
+
className: "text-xs text-text-tertiary mt-1.5",
|
|
624
|
+
children: "Paste test data or load from a DataSink above."
|
|
625
|
+
})
|
|
626
|
+
] }),
|
|
627
|
+
/* @__PURE__ */ u(f, {
|
|
628
|
+
type: "button",
|
|
629
|
+
onClick: Be,
|
|
630
|
+
disabled: V || !T.expression.trim(),
|
|
631
|
+
variant: "default",
|
|
632
|
+
className: "w-full",
|
|
633
|
+
children: V ? /* @__PURE__ */ d(l, { children: [/* @__PURE__ */ u(s, { className: "w-4 h-4 mr-2 animate-spin" }), "Testing..."] }) : /* @__PURE__ */ d(l, { children: [/* @__PURE__ */ u(c, { className: "w-4 h-4 mr-2" }), "Run Test"] })
|
|
634
|
+
}),
|
|
635
|
+
(L || z) && /* @__PURE__ */ d("div", {
|
|
636
|
+
className: "pt-4 border-t border-border-default",
|
|
637
|
+
children: [/* @__PURE__ */ d("div", {
|
|
638
|
+
className: "flex items-center justify-between mb-2",
|
|
639
|
+
children: [/* @__PURE__ */ u("label", {
|
|
640
|
+
className: "block text-sm font-medium text-text-primary",
|
|
641
|
+
children: z ? "Error Output" : "Success Output"
|
|
642
|
+
}), z ? /* @__PURE__ */ d("span", {
|
|
643
|
+
className: "text-xs px-2 py-1 bg-state-error/10 text-state-error rounded flex items-center gap-1",
|
|
644
|
+
children: [/* @__PURE__ */ u(o, { className: "w-3 h-3" }), " Failed"]
|
|
645
|
+
}) : /* @__PURE__ */ d("span", {
|
|
646
|
+
className: "text-xs px-2 py-1 bg-state-success/10 text-state-success rounded flex items-center gap-1",
|
|
647
|
+
children: [/* @__PURE__ */ u(oe, { className: "w-3 h-3" }), " Passed"]
|
|
648
|
+
})]
|
|
649
|
+
}), /* @__PURE__ */ u("pre", {
|
|
650
|
+
className: `
|
|
651
|
+
w-full px-3 py-2.5
|
|
652
|
+
text-xs font-mono leading-relaxed
|
|
653
|
+
${z ? "bg-state-error/5 text-state-error border-state-error/30" : "bg-state-success/5 text-text-primary border-state-success/30"}
|
|
654
|
+
border
|
|
655
|
+
rounded-md
|
|
656
|
+
overflow-auto
|
|
657
|
+
max-h-[150px]
|
|
658
|
+
`,
|
|
659
|
+
children: z || L
|
|
660
|
+
})]
|
|
661
|
+
}),
|
|
662
|
+
!L && !z && /* @__PURE__ */ u("div", {
|
|
663
|
+
className: "p-3 bg-bg-muted rounded-md border border-border-default",
|
|
664
|
+
children: /* @__PURE__ */ d("p", {
|
|
665
|
+
className: "text-xs text-text-secondary leading-relaxed",
|
|
666
|
+
children: [/* @__PURE__ */ u("strong", { children: "Tip:" }), " Write your expression and click “Run Test” to see the transformation in real-time."]
|
|
667
|
+
})
|
|
668
|
+
})
|
|
669
|
+
]
|
|
670
|
+
})] }), /* @__PURE__ */ d(p, { children: [/* @__PURE__ */ u(h, {
|
|
671
|
+
className: "pb-4",
|
|
672
|
+
children: /* @__PURE__ */ d("div", {
|
|
673
|
+
className: "flex items-center gap-3",
|
|
674
|
+
children: [/* @__PURE__ */ u("div", {
|
|
675
|
+
className: "w-8 h-8 rounded-full bg-action-primary-bg/10 flex items-center justify-center",
|
|
676
|
+
children: /* @__PURE__ */ u(me, { className: "w-4 h-4 text-action-primary-bg" })
|
|
677
|
+
}), /* @__PURE__ */ d("div", { children: [/* @__PURE__ */ u(g, {
|
|
678
|
+
className: "text-base",
|
|
679
|
+
children: "Advanced Settings"
|
|
680
|
+
}), /* @__PURE__ */ u("p", {
|
|
681
|
+
className: "text-xs text-text-secondary mt-0.5",
|
|
682
|
+
children: "Cache configuration"
|
|
683
|
+
})] })]
|
|
684
|
+
})
|
|
685
|
+
}), /* @__PURE__ */ u(m, {
|
|
686
|
+
className: "space-y-5",
|
|
687
|
+
children: /* @__PURE__ */ d("div", { children: [
|
|
688
|
+
/* @__PURE__ */ u("label", {
|
|
689
|
+
className: "block text-sm font-medium text-text-primary mb-3",
|
|
690
|
+
children: "Cache Duration"
|
|
691
|
+
}),
|
|
692
|
+
/* @__PURE__ */ u(ne, {
|
|
693
|
+
value: T.ttl,
|
|
694
|
+
onChange: Ie,
|
|
695
|
+
error: D.ttl
|
|
696
|
+
}),
|
|
697
|
+
/* @__PURE__ */ u("p", {
|
|
698
|
+
className: "text-xs text-text-tertiary mt-2",
|
|
699
|
+
children: "Select a preset or enter a custom duration (30-86400 seconds)."
|
|
700
|
+
})
|
|
701
|
+
] })
|
|
702
|
+
})] })]
|
|
703
|
+
})
|
|
704
|
+
]
|
|
705
|
+
}), /* @__PURE__ */ d("div", {
|
|
706
|
+
className: "flex items-center justify-end gap-spacing-md pt-spacing-lg mt-spacing-lg border-t border-border-default",
|
|
707
|
+
children: [/* @__PURE__ */ u(f, {
|
|
708
|
+
type: "button",
|
|
709
|
+
onClick: Ve,
|
|
710
|
+
variant: "secondary",
|
|
711
|
+
children: "Cancel"
|
|
712
|
+
}), /* @__PURE__ */ u(f, {
|
|
713
|
+
type: "submit",
|
|
714
|
+
disabled: !Ue || j,
|
|
715
|
+
variant: "default",
|
|
716
|
+
children: j ? /* @__PURE__ */ d(l, { children: [/* @__PURE__ */ u(s, { className: "w-4 h-4 mr-2 animate-spin" }), "Saving..."] }) : /* @__PURE__ */ d(l, { children: [/* @__PURE__ */ u(pe, { className: "w-4 h-4 mr-2" }), C ? "Save Changes" : "Create Parser"] })
|
|
717
|
+
})]
|
|
718
|
+
})]
|
|
719
|
+
})
|
|
720
|
+
]
|
|
721
|
+
})
|
|
722
|
+
});
|
|
723
|
+
});
|
|
724
|
+
//#endregion
|
|
725
|
+
export { v as ParserBuilderPage, v as default };
|
|
726
|
+
|
|
727
|
+
//# sourceMappingURL=ParserBuilderPage.js.map
|