@trilogy-data/trilogy-studio-components 0.1.0
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 +6 -0
- package/dist/ChatCreatorModal-DTcvWDQi.js +192 -0
- package/dist/Dashboard-C8re96eZ.js +5104 -0
- package/dist/DashboardCreatorInline-Do-CDJgS.js +150 -0
- package/dist/DashboardMobile-BOrq0rBy.js +310 -0
- package/dist/LLMConnectionList-DVM5t-P2.js +4692 -0
- package/dist/LLMView-lUTKOMbr.js +558 -0
- package/dist/Manager-CXJNoqU2.js +4 -0
- package/dist/ResultComponent-C4EGIBY0.js +155 -0
- package/dist/Sidebar-BGKtM2n0.js +1841 -0
- package/dist/TutorialPage-CGjDXmYk.js +482 -0
- package/dist/WelcomePage-C6obXIyG.js +75 -0
- package/dist/abap-D0Neqhq6.js +1404 -0
- package/dist/apex-B5LhxkeG.js +332 -0
- package/dist/azcli-BrBH0QTU.js +74 -0
- package/dist/bat-BfzAov64.js +106 -0
- package/dist/bicep-C3bCSWel.js +108 -0
- package/dist/cameligo-sFL5plcd.js +180 -0
- package/dist/chats/chat.d.ts +63 -0
- package/dist/chats/chat.d.ts.map +1 -0
- package/dist/chats/index.d.ts +3 -0
- package/dist/chats/index.d.ts.map +1 -0
- package/dist/clojure-CfeExRz0.js +767 -0
- package/dist/coffee-Xws5K0WL.js +238 -0
- package/dist/components/AssetAutoImporter.vue.d.ts +10 -0
- package/dist/components/AssetAutoImporter.vue.d.ts.map +1 -0
- package/dist/components/ChartControlPanel.vue.d.ts +54 -0
- package/dist/components/ChartControlPanel.vue.d.ts.map +1 -0
- package/dist/components/CodeBlock.vue.d.ts +39 -0
- package/dist/components/CodeBlock.vue.d.ts.map +1 -0
- package/dist/components/ConceptTable.vue.d.ts +16 -0
- package/dist/components/ConceptTable.vue.d.ts.map +1 -0
- package/dist/components/ContextMenu.vue.d.ts +67 -0
- package/dist/components/ContextMenu.vue.d.ts.map +1 -0
- package/dist/components/DataTable.vue.d.ts +204 -0
- package/dist/components/DataTable.vue.d.ts.map +1 -0
- package/dist/components/DrilldownPane.vue.d.ts +94 -0
- package/dist/components/DrilldownPane.vue.d.ts.map +1 -0
- package/dist/components/EditableTitle.vue.d.ts +32 -0
- package/dist/components/EditableTitle.vue.d.ts.map +1 -0
- package/dist/components/ErrorMessage.vue.d.ts +20 -0
- package/dist/components/ErrorMessage.vue.d.ts.map +1 -0
- package/dist/components/HighlightComponent.vue.d.ts +21 -0
- package/dist/components/HighlightComponent.vue.d.ts.map +1 -0
- package/dist/components/HintComponent.vue.d.ts +12 -0
- package/dist/components/HintComponent.vue.d.ts.map +1 -0
- package/dist/components/InlineErrorMessage.vue.d.ts +3 -0
- package/dist/components/InlineErrorMessage.vue.d.ts.map +1 -0
- package/dist/components/LoadingButton.vue.d.ts +121 -0
- package/dist/components/LoadingButton.vue.d.ts.map +1 -0
- package/dist/components/LoadingView.vue.d.ts +21 -0
- package/dist/components/LoadingView.vue.d.ts.map +1 -0
- package/dist/components/MarkdownRenderer.vue.d.ts +39 -0
- package/dist/components/MarkdownRenderer.vue.d.ts.map +1 -0
- package/dist/components/PopupModal.vue.d.ts +50 -0
- package/dist/components/PopupModal.vue.d.ts.map +1 -0
- package/dist/components/SimpleEditor.vue.d.ts +246 -0
- package/dist/components/SimpleEditor.vue.d.ts.map +1 -0
- package/dist/components/StatusIcon.vue.d.ts +9 -0
- package/dist/components/StatusIcon.vue.d.ts.map +1 -0
- package/dist/components/SymbolsPane.vue.d.ts +96 -0
- package/dist/components/SymbolsPane.vue.d.ts.map +1 -0
- package/dist/components/Tooltip.vue.d.ts +40 -0
- package/dist/components/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/VegaLiteChart.vue.d.ts +183 -0
- package/dist/components/VegaLiteChart.vue.d.ts.map +1 -0
- package/dist/components/chartControlsManager.d.ts +50 -0
- package/dist/components/chartControlsManager.d.ts.map +1 -0
- package/dist/components/chartHelpers.d.ts +51 -0
- package/dist/components/chartHelpers.d.ts.map +1 -0
- package/dist/components/chartOperationsManager.d.ts +10 -0
- package/dist/components/chartOperationsManager.d.ts.map +1 -0
- package/dist/components/chartRenderManager.d.ts +26 -0
- package/dist/components/chartRenderManager.d.ts.map +1 -0
- package/dist/components/community/AddStoreModal.vue.d.ts +35 -0
- package/dist/components/community/AddStoreModal.vue.d.ts.map +1 -0
- package/dist/components/community/CommunityModelCard.vue.d.ts +33 -0
- package/dist/components/community/CommunityModelCard.vue.d.ts.map +1 -0
- package/dist/components/community/CommunityModelHeader.vue.d.ts +22 -0
- package/dist/components/community/CommunityModelHeader.vue.d.ts.map +1 -0
- package/dist/components/community/CommunityModels.vue.d.ts +19 -0
- package/dist/components/community/CommunityModels.vue.d.ts.map +1 -0
- package/dist/components/community/CommunityRemote.vue.d.ts +33 -0
- package/dist/components/community/CommunityRemote.vue.d.ts.map +1 -0
- package/dist/components/connection/ConnectionDatabase.vue.d.ts +153 -0
- package/dist/components/connection/ConnectionDatabase.vue.d.ts.map +1 -0
- package/dist/components/connection/ConnectionHistory.vue.d.ts +13 -0
- package/dist/components/connection/ConnectionHistory.vue.d.ts.map +1 -0
- package/dist/components/connection/ConnectionSchema.vue.d.ts +35 -0
- package/dist/components/connection/ConnectionSchema.vue.d.ts.map +1 -0
- package/dist/components/connection/ConnectionTable.vue.d.ts +251 -0
- package/dist/components/connection/ConnectionTable.vue.d.ts.map +1 -0
- package/dist/components/connection/DatasourceTable.vue.d.ts +16 -0
- package/dist/components/connection/DatasourceTable.vue.d.ts.map +1 -0
- package/dist/components/dashboard/Dashboard.vue.d.ts +13 -0
- package/dist/components/dashboard/Dashboard.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardAddItemModal.vue.d.ts +13 -0
- package/dist/components/dashboard/DashboardAddItemModal.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardCTA.vue.d.ts +12 -0
- package/dist/components/dashboard/DashboardCTA.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardChart.vue.d.ts +427 -0
- package/dist/components/dashboard/DashboardChart.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardChartEditor.vue.d.ts +325 -0
- package/dist/components/dashboard/DashboardChartEditor.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardCreatorIcon.vue.d.ts +52 -0
- package/dist/components/dashboard/DashboardCreatorIcon.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardCreatorInline.vue.d.ts +36 -0
- package/dist/components/dashboard/DashboardCreatorInline.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardDataSelector.vue.d.ts +221 -0
- package/dist/components/dashboard/DashboardDataSelector.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardFilter.vue.d.ts +346 -0
- package/dist/components/dashboard/DashboardFilter.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardFilterAutocomplete.vue.d.ts +38 -0
- package/dist/components/dashboard/DashboardFilterAutocomplete.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardGridItem.vue.d.ts +31 -0
- package/dist/components/dashboard/DashboardGridItem.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardHeader.vue.d.ts +71 -0
- package/dist/components/dashboard/DashboardHeader.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardHeaderFilterInput.vue.d.ts +50 -0
- package/dist/components/dashboard/DashboardHeaderFilterInput.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardImportPopup.vue.d.ts +12 -0
- package/dist/components/dashboard/DashboardImportPopup.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardImportSelector.vue.d.ts +14 -0
- package/dist/components/dashboard/DashboardImportSelector.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardMarkdown.vue.d.ts +175 -0
- package/dist/components/dashboard/DashboardMarkdown.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardMarkdownEditor.vue.d.ts +325 -0
- package/dist/components/dashboard/DashboardMarkdownEditor.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardMobile.vue.d.ts +8 -0
- package/dist/components/dashboard/DashboardMobile.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardSharePopup.vue.d.ts +14 -0
- package/dist/components/dashboard/DashboardSharePopup.vue.d.ts.map +1 -0
- package/dist/components/dashboard/DashboardTable.vue.d.ts +332 -0
- package/dist/components/dashboard/DashboardTable.vue.d.ts.map +1 -0
- package/dist/components/dashboard/useDashboard.d.ts +96 -0
- package/dist/components/dashboard/useDashboard.d.ts.map +1 -0
- package/dist/components/editor/Editor.vue.d.ts +816 -0
- package/dist/components/editor/Editor.vue.d.ts.map +1 -0
- package/dist/components/editor/EditorCode.vue.d.ts +49 -0
- package/dist/components/editor/EditorCode.vue.d.ts.map +1 -0
- package/dist/components/editor/EditorCreatorIcon.vue.d.ts +61 -0
- package/dist/components/editor/EditorCreatorIcon.vue.d.ts.map +1 -0
- package/dist/components/editor/EditorCreatorInline.vue.d.ts +95 -0
- package/dist/components/editor/EditorCreatorInline.vue.d.ts.map +1 -0
- package/dist/components/editor/EditorHeader.vue.d.ts +185 -0
- package/dist/components/editor/EditorHeader.vue.d.ts.map +1 -0
- package/dist/components/editor/ResultComponent.vue.d.ts +1095 -0
- package/dist/components/editor/ResultComponent.vue.d.ts.map +1 -0
- package/dist/components/editor/Results.vue.d.ts +755 -0
- package/dist/components/editor/Results.vue.d.ts.map +1 -0
- package/dist/components/editor/editorHelpers.d.ts +45 -0
- package/dist/components/editor/editorHelpers.d.ts.map +1 -0
- package/dist/components/editor/events.d.ts +4 -0
- package/dist/components/editor/events.d.ts.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/layout/MobileSidebarLayout.vue.d.ts +48 -0
- package/dist/components/layout/MobileSidebarLayout.vue.d.ts.map +1 -0
- package/dist/components/layout/SidebarLayout.vue.d.ts +20 -0
- package/dist/components/layout/SidebarLayout.vue.d.ts.map +1 -0
- package/dist/components/layout/TabDropdownItem.vue.d.ts +73 -0
- package/dist/components/layout/TabDropdownItem.vue.d.ts.map +1 -0
- package/dist/components/layout/TabbedBrowser.vue.d.ts +42 -0
- package/dist/components/layout/TabbedBrowser.vue.d.ts.map +1 -0
- package/dist/components/layout/TabbedLayout.vue.d.ts +5 -0
- package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -0
- package/dist/components/layout/VerticalSplitLayout.vue.d.ts +13 -0
- package/dist/components/layout/VerticalSplitLayout.vue.d.ts.map +1 -0
- package/dist/components/llm/ChatArtifact.vue.d.ts +470 -0
- package/dist/components/llm/ChatArtifact.vue.d.ts.map +1 -0
- package/dist/components/llm/ChatCreatorModal.vue.d.ts +87 -0
- package/dist/components/llm/ChatCreatorModal.vue.d.ts.map +1 -0
- package/dist/components/llm/LLMChat.vue.d.ts +260 -0
- package/dist/components/llm/LLMChat.vue.d.ts.map +1 -0
- package/dist/components/llm/LLMChatRefinement.vue.d.ts +135 -0
- package/dist/components/llm/LLMChatRefinement.vue.d.ts.map +1 -0
- package/dist/components/llm/LLMChatSplitView.vue.d.ts +2029 -0
- package/dist/components/llm/LLMChatSplitView.vue.d.ts.map +1 -0
- package/dist/components/llm/LLMValidationView.vue.d.ts +106 -0
- package/dist/components/llm/LLMValidationView.vue.d.ts.map +1 -0
- package/dist/components/llm/index.d.ts +6 -0
- package/dist/components/llm/index.d.ts.map +1 -0
- package/dist/components/model/ModelCard.vue.d.ts +1113 -0
- package/dist/components/model/ModelCard.vue.d.ts.map +1 -0
- package/dist/components/model/ModelConcept.vue.d.ts +14 -0
- package/dist/components/model/ModelConcept.vue.d.ts.map +1 -0
- package/dist/components/model/ModelCreator.vue.d.ts +241 -0
- package/dist/components/model/ModelCreator.vue.d.ts.map +1 -0
- package/dist/components/model/ModelSelector.vue.d.ts +9 -0
- package/dist/components/model/ModelSelector.vue.d.ts.map +1 -0
- package/dist/components/sidebar/CommunityModelListItem.vue.d.ts +26 -0
- package/dist/components/sidebar/CommunityModelListItem.vue.d.ts.map +1 -0
- package/dist/components/sidebar/ConnectionCreatorInline.vue.d.ts +68 -0
- package/dist/components/sidebar/ConnectionCreatorInline.vue.d.ts.map +1 -0
- package/dist/components/sidebar/ConnectionIcon.vue.d.ts +6 -0
- package/dist/components/sidebar/ConnectionIcon.vue.d.ts.map +1 -0
- package/dist/components/sidebar/ConnectionList.vue.d.ts +714 -0
- package/dist/components/sidebar/ConnectionList.vue.d.ts.map +1 -0
- package/dist/components/sidebar/ConnectionListItem.vue.d.ts +317 -0
- package/dist/components/sidebar/ConnectionListItem.vue.d.ts.map +1 -0
- package/dist/components/sidebar/ConnectionRefresh.vue.d.ts +15 -0
- package/dist/components/sidebar/ConnectionRefresh.vue.d.ts.map +1 -0
- package/dist/components/sidebar/ConnectionStatusIcon.vue.d.ts +11 -0
- package/dist/components/sidebar/ConnectionStatusIcon.vue.d.ts.map +1 -0
- package/dist/components/sidebar/CreateEditorFromDatasourcePopup.vue.d.ts +15 -0
- package/dist/components/sidebar/CreateEditorFromDatasourcePopup.vue.d.ts.map +1 -0
- package/dist/components/sidebar/DashboardList.vue.d.ts +684 -0
- package/dist/components/sidebar/DashboardList.vue.d.ts.map +1 -0
- package/dist/components/sidebar/DashboardListItem.vue.d.ts +343 -0
- package/dist/components/sidebar/DashboardListItem.vue.d.ts.map +1 -0
- package/dist/components/sidebar/DuckDBImporter.vue.d.ts +24 -0
- package/dist/components/sidebar/DuckDBImporter.vue.d.ts.map +1 -0
- package/dist/components/sidebar/EditorList.vue.d.ts +590 -0
- package/dist/components/sidebar/EditorList.vue.d.ts.map +1 -0
- package/dist/components/sidebar/EditorListItem.vue.d.ts +260 -0
- package/dist/components/sidebar/EditorListItem.vue.d.ts.map +1 -0
- package/dist/components/sidebar/GenericSidebarItem.vue.d.ts +91 -0
- package/dist/components/sidebar/GenericSidebarItem.vue.d.ts.map +1 -0
- package/dist/components/sidebar/LLMConnectionCreator.vue.d.ts +178 -0
- package/dist/components/sidebar/LLMConnectionCreator.vue.d.ts.map +1 -0
- package/dist/components/sidebar/LLMConnectionList.vue.d.ts +978 -0
- package/dist/components/sidebar/LLMConnectionList.vue.d.ts.map +1 -0
- package/dist/components/sidebar/LLMConnectionListItem.vue.d.ts +404 -0
- package/dist/components/sidebar/LLMConnectionListItem.vue.d.ts.map +1 -0
- package/dist/components/sidebar/LLMProviderIcon.vue.d.ts +13 -0
- package/dist/components/sidebar/LLMProviderIcon.vue.d.ts.map +1 -0
- package/dist/components/sidebar/ModelSidebar.vue.d.ts +558 -0
- package/dist/components/sidebar/ModelSidebar.vue.d.ts.map +1 -0
- package/dist/components/sidebar/SidebarList.vue.d.ts +16 -0
- package/dist/components/sidebar/SidebarList.vue.d.ts.map +1 -0
- package/dist/components/sidebar/TutorialSidebar.vue.d.ts +134 -0
- package/dist/components/sidebar/TutorialSidebar.vue.d.ts.map +1 -0
- package/dist/components/tutorial/TutorialFunction.vue.d.ts +38 -0
- package/dist/components/tutorial/TutorialFunction.vue.d.ts.map +1 -0
- package/dist/components/tutorial/TutorialPrompt.vue.d.ts +2002 -0
- package/dist/components/tutorial/TutorialPrompt.vue.d.ts.map +1 -0
- package/dist/components/user/UserProfile.vue.d.ts +11 -0
- package/dist/components/user/UserProfile.vue.d.ts.map +1 -0
- package/dist/components/user/UserSettings.vue.d.ts +129 -0
- package/dist/components/user/UserSettings.vue.d.ts.map +1 -0
- package/dist/composables/ResizeHandles.vue.d.ts +6 -0
- package/dist/composables/ResizeHandles.vue.d.ts.map +1 -0
- package/dist/composables/useChatWithTools.d.ts +62 -0
- package/dist/composables/useChatWithTools.d.ts.map +1 -0
- package/dist/composables/useResizableDialog.d.ts +30 -0
- package/dist/composables/useResizableDialog.d.ts.map +1 -0
- package/dist/composables/useTrilogyChat.d.ts +61 -0
- package/dist/composables/useTrilogyChat.d.ts.map +1 -0
- package/dist/composables/useTrilogyCore.d.ts +51 -0
- package/dist/composables/useTrilogyCore.d.ts.map +1 -0
- package/dist/connections/base.d.ts +86 -0
- package/dist/connections/base.d.ts.map +1 -0
- package/dist/connections/bigquery_oauth.d.ts +35 -0
- package/dist/connections/bigquery_oauth.d.ts.map +1 -0
- package/dist/connections/bigquery_sa.d.ts +2 -0
- package/dist/connections/bigquery_sa.d.ts.map +1 -0
- package/dist/connections/constants.d.ts +2 -0
- package/dist/connections/constants.d.ts.map +1 -0
- package/dist/connections/duckdb.d.ts +43 -0
- package/dist/connections/duckdb.d.ts.map +1 -0
- package/dist/connections/helpers.d.ts +30 -0
- package/dist/connections/helpers.d.ts.map +1 -0
- package/dist/connections/index.d.ts +7 -0
- package/dist/connections/index.d.ts.map +1 -0
- package/dist/connections/motherduck.d.ts +19 -0
- package/dist/connections/motherduck.d.ts.map +1 -0
- package/dist/connections/snowflake.d.ts +94 -0
- package/dist/connections/snowflake.d.ts.map +1 -0
- package/dist/connections/sql_server.d.ts +2 -0
- package/dist/connections/sql_server.d.ts.map +1 -0
- package/dist/cpp-CqOUEpxN.js +395 -0
- package/dist/csharp-DVLiBOZb.js +332 -0
- package/dist/csp-DVFp9bw5.js +59 -0
- package/dist/css-DwARn2R6.js +193 -0
- package/dist/cssMode-Cr0iq_nL.js +1577 -0
- package/dist/cypher-uY0Mffat.js +269 -0
- package/dist/dart-D27H-mX_.js +287 -0
- package/dist/dashboards/barChartSpec.d.ts +28 -0
- package/dist/dashboards/barChartSpec.d.ts.map +1 -0
- package/dist/dashboards/barHChartSpec.d.ts +28 -0
- package/dist/dashboards/barHChartSpec.d.ts.map +1 -0
- package/dist/dashboards/base.d.ts +176 -0
- package/dist/dashboards/base.d.ts.map +1 -0
- package/dist/dashboards/beeSwarmSpec.d.ts +150 -0
- package/dist/dashboards/beeSwarmSpec.d.ts.map +1 -0
- package/dist/dashboards/conditions.d.ts +8 -0
- package/dist/dashboards/conditions.d.ts.map +1 -0
- package/dist/dashboards/conditionsParameters.d.ts +11 -0
- package/dist/dashboards/conditionsParameters.d.ts.map +1 -0
- package/dist/dashboards/constants.d.ts +22 -0
- package/dist/dashboards/constants.d.ts.map +1 -0
- package/dist/dashboards/countryLookup.d.ts +15 -0
- package/dist/dashboards/countryLookup.d.ts.map +1 -0
- package/dist/dashboards/d3utility.d.ts +7 -0
- package/dist/dashboards/d3utility.d.ts.map +1 -0
- package/dist/dashboards/dashboardQueryExecutor.d.ts +142 -0
- package/dist/dashboards/dashboardQueryExecutor.d.ts.map +1 -0
- package/dist/dashboards/donutSpec.d.ts +74 -0
- package/dist/dashboards/donutSpec.d.ts.map +1 -0
- package/dist/dashboards/formatting.d.ts +11 -0
- package/dist/dashboards/formatting.d.ts.map +1 -0
- package/dist/dashboards/headlineSpec.d.ts +23 -0
- package/dist/dashboards/headlineSpec.d.ts.map +1 -0
- package/dist/dashboards/heatmapSpec.d.ts +30 -0
- package/dist/dashboards/heatmapSpec.d.ts.map +1 -0
- package/dist/dashboards/helpers.d.ts +73 -0
- package/dist/dashboards/helpers.d.ts.map +1 -0
- package/dist/dashboards/index.d.ts +3 -0
- package/dist/dashboards/index.d.ts.map +1 -0
- package/dist/dashboards/lineAreaSpec.d.ts +177 -0
- package/dist/dashboards/lineAreaSpec.d.ts.map +1 -0
- package/dist/dashboards/mapSpec.d.ts +431 -0
- package/dist/dashboards/mapSpec.d.ts.map +1 -0
- package/dist/dashboards/pointSpec.d.ts +27 -0
- package/dist/dashboards/pointSpec.d.ts.map +1 -0
- package/dist/dashboards/prompts.d.ts +31 -0
- package/dist/dashboards/prompts.d.ts.map +1 -0
- package/dist/dashboards/spec.d.ts +19 -0
- package/dist/dashboards/spec.d.ts.map +1 -0
- package/dist/dashboards/treeSpec.d.ts +3 -0
- package/dist/dashboards/treeSpec.d.ts.map +1 -0
- package/dist/dashboards/types.d.ts +70 -0
- package/dist/dashboards/types.d.ts.map +1 -0
- package/dist/data/connectionHistoryStorage.d.ts +25 -0
- package/dist/data/connectionHistoryStorage.d.ts.map +1 -0
- package/dist/data/constants.d.ts +4 -0
- package/dist/data/constants.d.ts.map +1 -0
- package/dist/data/credentialHelpers.d.ts +30 -0
- package/dist/data/credentialHelpers.d.ts.map +1 -0
- package/dist/data/credentialService.d.ts +80 -0
- package/dist/data/credentialService.d.ts.map +1 -0
- package/dist/data/githubStorage.d.ts +54 -0
- package/dist/data/githubStorage.d.ts.map +1 -0
- package/dist/data/index.d.ts +3 -0
- package/dist/data/index.d.ts.map +1 -0
- package/dist/data/localStorage.d.ts +48 -0
- package/dist/data/localStorage.d.ts.map +1 -0
- package/dist/data/storage.d.ts +33 -0
- package/dist/data/storage.d.ts.map +1 -0
- package/dist/data/tips.d.ts +12 -0
- package/dist/data/tips.d.ts.map +1 -0
- package/dist/data/tutorial/builtinFunctions.d.ts +3 -0
- package/dist/data/tutorial/builtinFunctions.d.ts.map +1 -0
- package/dist/data/tutorial/dashboardTutorial.d.ts +3 -0
- package/dist/data/tutorial/dashboardTutorial.d.ts.map +1 -0
- package/dist/data/tutorial/demoSetup.d.ts +6 -0
- package/dist/data/tutorial/demoSetup.d.ts.map +1 -0
- package/dist/data/tutorial/docTypes.d.ts +37 -0
- package/dist/data/tutorial/docTypes.d.ts.map +1 -0
- package/dist/data/tutorial/documentation.d.ts +3 -0
- package/dist/data/tutorial/documentation.d.ts.map +1 -0
- package/dist/data/tutorial/functionsReference.d.ts +3 -0
- package/dist/data/tutorial/functionsReference.d.ts.map +1 -0
- package/dist/data/tutorial/introTutorial.d.ts +3 -0
- package/dist/data/tutorial/introTutorial.d.ts.map +1 -0
- package/dist/data/tutorial/llmTutorial.d.ts +3 -0
- package/dist/data/tutorial/llmTutorial.d.ts.map +1 -0
- package/dist/data/tutorial/modelReference.d.ts +3 -0
- package/dist/data/tutorial/modelReference.d.ts.map +1 -0
- package/dist/data/tutorial/modelTutorial.d.ts +3 -0
- package/dist/data/tutorial/modelTutorial.d.ts.map +1 -0
- package/dist/data/tutorial/reference.d.ts +3 -0
- package/dist/data/tutorial/reference.d.ts.map +1 -0
- package/dist/data/tutorial/terms_of_service.d.ts +3 -0
- package/dist/data/tutorial/terms_of_service.d.ts.map +1 -0
- package/dist/data/tutorial/windowFunctionsReference.d.ts +3 -0
- package/dist/data/tutorial/windowFunctionsReference.d.ts.map +1 -0
- package/dist/dockerfile-CmV85WZK.js +136 -0
- package/dist/ecl--fKn7yzB.js +462 -0
- package/dist/editors/editor.d.ts +82 -0
- package/dist/editors/editor.d.ts.map +1 -0
- package/dist/editors/helpers.d.ts +12 -0
- package/dist/editors/helpers.d.ts.map +1 -0
- package/dist/editors/index.d.ts +3 -0
- package/dist/editors/index.d.ts.map +1 -0
- package/dist/editors/results.d.ts +61 -0
- package/dist/editors/results.d.ts.map +1 -0
- package/dist/elixir-DUhH17ON.js +575 -0
- package/dist/events/display.d.ts +9 -0
- package/dist/events/display.d.ts.map +1 -0
- package/dist/flow9-B3Dx2LLe.js +148 -0
- package/dist/freemarker2-de_cA50e.js +995 -0
- package/dist/fsharp-SyqBfUAR.js +223 -0
- package/dist/go-BbMR2tdT.js +224 -0
- package/dist/graphql-DDJE6tIl.js +157 -0
- package/dist/handlebars-C8f44E5O.js +425 -0
- package/dist/hcl-YBvpaUqf.js +189 -0
- package/dist/html-qaggIh0W.js +314 -0
- package/dist/html2canvas.esm-dgT_1dIT.js +4871 -0
- package/dist/htmlMode-xYurYOLw.js +1587 -0
- package/dist/ini-Ct73dBtM.js +77 -0
- package/dist/java-C_jlkwoG.js +238 -0
- package/dist/javascript-DeLkSgQX.js +76 -0
- package/dist/jsonMode-BM-L8w8F.js +2002 -0
- package/dist/julia-D8WE5U1e.js +517 -0
- package/dist/kotlin-Zy9aq5yB.js +259 -0
- package/dist/language/constants.d.ts +6 -0
- package/dist/language/constants.d.ts.map +1 -0
- package/dist/language/index.d.ts +2 -0
- package/dist/language/index.d.ts.map +1 -0
- package/dist/less-sZ0iHtE8.js +168 -0
- package/dist/lexon-CsdNL29A.js +163 -0
- package/dist/liquid-DLNUrc5y.js +246 -0
- package/dist/llm/anthropic.d.ts +13 -0
- package/dist/llm/anthropic.d.ts.map +1 -0
- package/dist/llm/base.d.ts +63 -0
- package/dist/llm/base.d.ts.map +1 -0
- package/dist/llm/chatAgentPrompt.d.ts +166 -0
- package/dist/llm/chatAgentPrompt.d.ts.map +1 -0
- package/dist/llm/chatHelpers.d.ts +23 -0
- package/dist/llm/chatHelpers.d.ts.map +1 -0
- package/dist/llm/chatToolExecutor.d.ts +39 -0
- package/dist/llm/chatToolExecutor.d.ts.map +1 -0
- package/dist/llm/consts.d.ts +3 -0
- package/dist/llm/consts.d.ts.map +1 -0
- package/dist/llm/data/constants.d.ts +5 -0
- package/dist/llm/data/constants.d.ts.map +1 -0
- package/dist/llm/data/models.d.ts +8 -0
- package/dist/llm/data/models.d.ts.map +1 -0
- package/dist/llm/data/prompts.d.ts +7 -0
- package/dist/llm/data/prompts.d.ts.map +1 -0
- package/dist/llm/data/testCases.d.ts +13 -0
- package/dist/llm/data/testCases.d.ts.map +1 -0
- package/dist/llm/googlev2.d.ts +15 -0
- package/dist/llm/googlev2.d.ts.map +1 -0
- package/dist/llm/index.d.ts +11 -0
- package/dist/llm/index.d.ts.map +1 -0
- package/dist/llm/mistral.d.ts +11 -0
- package/dist/llm/mistral.d.ts.map +1 -0
- package/dist/llm/models.d.ts +8 -0
- package/dist/llm/models.d.ts.map +1 -0
- package/dist/llm/openAI.d.ts +13 -0
- package/dist/llm/openAI.d.ts.map +1 -0
- package/dist/llm/utils.d.ts +50 -0
- package/dist/llm/utils.d.ts.map +1 -0
- package/dist/lua-C2YJo0zw.js +168 -0
- package/dist/m3-CPLP40SG.js +216 -0
- package/dist/main-oVvKtGNk.js +203688 -0
- package/dist/main.css +1 -0
- package/dist/main.d.ts +23 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/main.js +22 -0
- package/dist/main.umd.cjs +2885 -0
- package/dist/markdown-B1mf5e0R.js +235 -0
- package/dist/mdx-BmG1effK.js +171 -0
- package/dist/mips-DA33BZX1.js +204 -0
- package/dist/models/helpers.d.ts +59 -0
- package/dist/models/helpers.d.ts.map +1 -0
- package/dist/models/import.d.ts +18 -0
- package/dist/models/import.d.ts.map +1 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/model.d.ts +241 -0
- package/dist/models/model.d.ts.map +1 -0
- package/dist/monaco/editorHelpers.d.ts +32 -0
- package/dist/monaco/editorHelpers.d.ts.map +1 -0
- package/dist/monaco/index.d.ts +2 -0
- package/dist/monaco/index.d.ts.map +1 -0
- package/dist/monaco/setup.d.ts +2 -0
- package/dist/monaco/setup.d.ts.map +1 -0
- package/dist/msdax-CCYFIQsP.js +381 -0
- package/dist/mysql-hjmIjL-D.js +884 -0
- package/dist/objective-c-RRCpEmqC.js +189 -0
- package/dist/pascal-CeV8XfxB.js +257 -0
- package/dist/pascaligo-IEEGVJAJ.js +170 -0
- package/dist/perl-B5-QbHq_.js +632 -0
- package/dist/pgsql-s6kqEJmi.js +857 -0
- package/dist/php-CWWqzOo8.js +506 -0
- package/dist/pla-FSvb_YP_.js +143 -0
- package/dist/postiats-DQdscQXO.js +913 -0
- package/dist/powerquery-CtA5JA1I.js +896 -0
- package/dist/powershell-DglEq96N.js +245 -0
- package/dist/prism-sql-8Y2-THrf.js +33 -0
- package/dist/protobuf-BSepub3e.js +426 -0
- package/dist/pug-B1847F4G.js +408 -0
- package/dist/python-BLXKu9hO.js +307 -0
- package/dist/qsharp-D4i0Nqg9.js +307 -0
- package/dist/r-cdRigKxa.js +249 -0
- package/dist/razor-DSEd6veI.js +556 -0
- package/dist/redis-D9MFxvE8.js +308 -0
- package/dist/redshift-CmCnsvL-.js +815 -0
- package/dist/remotes/constants.d.ts +2 -0
- package/dist/remotes/constants.d.ts.map +1 -0
- package/dist/remotes/displayHelpers.d.ts +67 -0
- package/dist/remotes/displayHelpers.d.ts.map +1 -0
- package/dist/remotes/modelApiService.d.ts +38 -0
- package/dist/remotes/modelApiService.d.ts.map +1 -0
- package/dist/remotes/models.d.ts +48 -0
- package/dist/remotes/models.d.ts.map +1 -0
- package/dist/remotes/storeService.d.ts +42 -0
- package/dist/remotes/storeService.d.ts.map +1 -0
- package/dist/restructuredtext-CWy8J51t.js +180 -0
- package/dist/ruby-WP-c36m5.js +517 -0
- package/dist/rust-Q9FLdYpu.js +349 -0
- package/dist/sb-C54-JBGT.js +121 -0
- package/dist/scala-CzbFImc5.js +376 -0
- package/dist/scheme-BhfDmYN3.js +114 -0
- package/dist/scss-CEmiBXpS.js +268 -0
- package/dist/shell-Bmc1VhG0.js +227 -0
- package/dist/solidity-C9Q2I8Hh.js +1373 -0
- package/dist/sophia-jWa1UyKz.js +205 -0
- package/dist/sparql-CM7jctbc.js +207 -0
- package/dist/sql-WzihTkbg.js +859 -0
- package/dist/st-6y7_3aup.js +422 -0
- package/dist/stores/CredentialManager.vue.d.ts +50 -0
- package/dist/stores/CredentialManager.vue.d.ts.map +1 -0
- package/dist/stores/Manager.vue.d.ts +100 -0
- package/dist/stores/Manager.vue.d.ts.map +1 -0
- package/dist/stores/analyticsStore.d.ts +42 -0
- package/dist/stores/analyticsStore.d.ts.map +1 -0
- package/dist/stores/chatStore.d.ts +153 -0
- package/dist/stores/chatStore.d.ts.map +1 -0
- package/dist/stores/communityApiStore.d.ts +206 -0
- package/dist/stores/communityApiStore.d.ts.map +1 -0
- package/dist/stores/connectionHistoryStore.d.ts +24 -0
- package/dist/stores/connectionHistoryStore.d.ts.map +1 -0
- package/dist/stores/connectionStore.d.ts +31 -0
- package/dist/stores/connectionStore.d.ts.map +1 -0
- package/dist/stores/dashboardStore.d.ts +122 -0
- package/dist/stores/dashboardStore.d.ts.map +1 -0
- package/dist/stores/editorStore.d.ts +44 -0
- package/dist/stores/editorStore.d.ts.map +1 -0
- package/dist/stores/index.d.ts +14 -0
- package/dist/stores/index.d.ts.map +1 -0
- package/dist/stores/llmStore.d.ts +90 -0
- package/dist/stores/llmStore.d.ts.map +1 -0
- package/dist/stores/modelStore.d.ts +29 -0
- package/dist/stores/modelStore.d.ts.map +1 -0
- package/dist/stores/queryExecutionService.d.ts +60 -0
- package/dist/stores/queryExecutionService.d.ts.map +1 -0
- package/dist/stores/resolver.d.ts +91 -0
- package/dist/stores/resolver.d.ts.map +1 -0
- package/dist/stores/urlStore.d.ts +6 -0
- package/dist/stores/urlStore.d.ts.map +1 -0
- package/dist/stores/useScreenNavigation.d.ts +53 -0
- package/dist/stores/useScreenNavigation.d.ts.map +1 -0
- package/dist/stores/userSettingsStore.d.ts +133 -0
- package/dist/stores/userSettingsStore.d.ts.map +1 -0
- package/dist/swift-k-0zxG_D.js +318 -0
- package/dist/systemverilog-Pnr5_rIP.js +582 -0
- package/dist/tcl-fNPXval8.js +238 -0
- package/dist/tsMode-CdypNzs1.js +895 -0
- package/dist/twig-L2MkztkV.js +398 -0
- package/dist/typescript-DZ5G39rT.js +349 -0
- package/dist/typespec-Cqqo-3Pt.js +123 -0
- package/dist/useDashboard-CPI83oAm.js +3352 -0
- package/dist/utility/debounce.d.ts +12 -0
- package/dist/utility/debounce.d.ts.map +1 -0
- package/dist/utility/markdownRenderer.d.ts +34 -0
- package/dist/utility/markdownRenderer.d.ts.map +1 -0
- package/dist/utility/testHelpers.d.ts +2 -0
- package/dist/utility/testHelpers.d.ts.map +1 -0
- package/dist/vb-B5YC2xN9.js +378 -0
- package/dist/views/ConnectionView.vue.d.ts +522 -0
- package/dist/views/ConnectionView.vue.d.ts.map +1 -0
- package/dist/views/CredentialBackgroundPage.vue.d.ts +3 -0
- package/dist/views/CredentialBackgroundPage.vue.d.ts.map +1 -0
- package/dist/views/IDEPlaceholder.vue.d.ts +3 -0
- package/dist/views/IDEPlaceholder.vue.d.ts.map +1 -0
- package/dist/views/LLMView.vue.d.ts +7758 -0
- package/dist/views/LLMView.vue.d.ts.map +1 -0
- package/dist/views/MobileIDEPlaceholder.vue.d.ts +3 -0
- package/dist/views/MobileIDEPlaceholder.vue.d.ts.map +1 -0
- package/dist/views/ModelView.vue.d.ts +2170 -0
- package/dist/views/ModelView.vue.d.ts.map +1 -0
- package/dist/views/ResponsiveIDE.vue.d.ts +3 -0
- package/dist/views/ResponsiveIDE.vue.d.ts.map +1 -0
- package/dist/views/TutorialPage.vue.d.ts +7835 -0
- package/dist/views/TutorialPage.vue.d.ts.map +1 -0
- package/dist/views/WelcomePage.vue.d.ts +13 -0
- package/dist/views/WelcomePage.vue.d.ts.map +1 -0
- package/dist/views/index.d.ts +3 -0
- package/dist/views/index.d.ts.map +1 -0
- package/dist/vite.config.d.ts +3 -0
- package/dist/vite.config.d.ts.map +1 -0
- package/dist/vitest.config.d.ts +3 -0
- package/dist/vitest.config.d.ts.map +1 -0
- package/dist/wgsl-B-_uRex7.js +445 -0
- package/dist/xml-DsUsyRQY.js +101 -0
- package/dist/yaml-BpA1BNpS.js +212 -0
- package/package.json +55 -0
|
@@ -0,0 +1,1113 @@
|
|
|
1
|
+
import { ModelConfig, ModelSource } from '../../models';
|
|
2
|
+
import { default as FetchResolver } from '../../stores/resolver';
|
|
3
|
+
import { NavigationStore } from '../../stores/useScreenNavigation';
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
config: {
|
|
6
|
+
type: () => ModelConfig;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
}>, {
|
|
10
|
+
modelStore: import('pinia').Store<"models", {
|
|
11
|
+
models: Record<string, ModelConfig>;
|
|
12
|
+
}, {
|
|
13
|
+
modelList: (state: {
|
|
14
|
+
models: Record<string, ModelConfig>;
|
|
15
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
16
|
+
models: Record<string, ModelConfig>;
|
|
17
|
+
}>) => ModelConfig[];
|
|
18
|
+
unsavedModels: (state: {
|
|
19
|
+
models: Record<string, ModelConfig>;
|
|
20
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
21
|
+
models: Record<string, ModelConfig>;
|
|
22
|
+
}>) => number;
|
|
23
|
+
}, {
|
|
24
|
+
newModelConfig(name: string, force?: boolean): ModelConfig;
|
|
25
|
+
addModelConfig(model: ModelConfig): void;
|
|
26
|
+
removeModelConfig(name: string): void;
|
|
27
|
+
updateModelName(name: string, newName: string): void;
|
|
28
|
+
addEditorAsModelSource(model: string, editor: import('../../editors').Editor): void;
|
|
29
|
+
addModelConfigSource(name: string, contents: ModelSource): void;
|
|
30
|
+
removeModelConfigSource(name: string, contents: string): void;
|
|
31
|
+
setModelConfigParseResults(name: string, results: import('../../models').ModelParseResults): void;
|
|
32
|
+
setModelParseError(name: string, error: string): void;
|
|
33
|
+
}>;
|
|
34
|
+
editorStore: import('pinia').Store<"editors", {
|
|
35
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
36
|
+
activeEditorName: string;
|
|
37
|
+
activeEditorId: string;
|
|
38
|
+
}, {
|
|
39
|
+
editorList: (state: {
|
|
40
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
41
|
+
activeEditorName: string;
|
|
42
|
+
activeEditorId: string;
|
|
43
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
44
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
45
|
+
activeEditorName: string;
|
|
46
|
+
activeEditorId: string;
|
|
47
|
+
}>) => import('../../editors').Editor[];
|
|
48
|
+
unsavedEditors: (state: {
|
|
49
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
50
|
+
activeEditorName: string;
|
|
51
|
+
activeEditorId: string;
|
|
52
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
53
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
54
|
+
activeEditorName: string;
|
|
55
|
+
activeEditorId: string;
|
|
56
|
+
}>) => number;
|
|
57
|
+
}, {
|
|
58
|
+
newEditor(name: string, type: "trilogy" | "sql" | "preql", connection: string, contents: string | undefined): import('../../editors').Editor;
|
|
59
|
+
addEditor(editor: import('../../editors').Editor): void;
|
|
60
|
+
getEditorByName(name: string): import('../../editors').Editor | undefined;
|
|
61
|
+
getConnectionEditors(connection: string, tags?: import('../../editors').EditorTag[]): import('../../editors').Editor[];
|
|
62
|
+
updateEditorName(id: string, newName: string): void;
|
|
63
|
+
removeEditor(id: string): false | undefined;
|
|
64
|
+
setEditorScrollPosition(id: string, scrollPosition: {
|
|
65
|
+
line: number;
|
|
66
|
+
column: number;
|
|
67
|
+
}): void;
|
|
68
|
+
setEditorContents(id: string, contents: string): void;
|
|
69
|
+
setEditorResults(id: string, results: import('../../editors/results').Results): void;
|
|
70
|
+
getCurrentEditorAutocomplete(word: string): import('../../stores/resolver').CompletionItem[];
|
|
71
|
+
}>;
|
|
72
|
+
connectionStore: import('pinia').Store<"connections", {
|
|
73
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
74
|
+
}, {
|
|
75
|
+
connectionList: (state: {
|
|
76
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
77
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
78
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
79
|
+
}>) => import('../../connections').Connection[];
|
|
80
|
+
unsavedConnections: (state: {
|
|
81
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
82
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
83
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
84
|
+
}>) => number;
|
|
85
|
+
}, {
|
|
86
|
+
addConnection(connection: import('../../connections').Connection): import('../../connections').Connection;
|
|
87
|
+
connectConnection(name: string): Promise<any>;
|
|
88
|
+
resetConnection(name: string): Promise<any>;
|
|
89
|
+
deleteConnection(name: string): void;
|
|
90
|
+
connectionStateToStatus(connection: import('../../connections').Connection | null): "running" | "failed" | "disabled" | "connected";
|
|
91
|
+
getConnectionSources(name: string): import('../../stores').ContentInput[];
|
|
92
|
+
newConnection(name: string, type: string, options: Record<string, any>): import('../../connections').Connection;
|
|
93
|
+
}>;
|
|
94
|
+
navigationStore: NavigationStore;
|
|
95
|
+
isExpanded: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
|
96
|
+
toggleConcepts: (index: string) => void;
|
|
97
|
+
isDatasourceExpanded: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
|
98
|
+
newSourceVisible: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
|
99
|
+
submitSourceAddition: (model: string) => void;
|
|
100
|
+
toggleDatasources: (index: string) => void;
|
|
101
|
+
sourceDetails: import('vue').Ref<{
|
|
102
|
+
name: string;
|
|
103
|
+
alias: string;
|
|
104
|
+
}, {
|
|
105
|
+
name: string;
|
|
106
|
+
alias: string;
|
|
107
|
+
} | {
|
|
108
|
+
name: string;
|
|
109
|
+
alias: string;
|
|
110
|
+
}>;
|
|
111
|
+
trilogyResolver: FetchResolver;
|
|
112
|
+
fetchParseResults: (model: string) => Promise<void>;
|
|
113
|
+
index: import('vue').ComputedRef<string>;
|
|
114
|
+
toggleNewSource: (index: string) => void;
|
|
115
|
+
isEditing: import('vue').Ref<boolean, boolean>;
|
|
116
|
+
startEditing: () => void;
|
|
117
|
+
editableName: import('vue').Ref<string, string>;
|
|
118
|
+
finishEditing: () => void;
|
|
119
|
+
cancelEditing: () => void;
|
|
120
|
+
nameInput: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
121
|
+
isDescriptionExpanded: import('vue').Ref<boolean, boolean>;
|
|
122
|
+
toggleDescription: () => void;
|
|
123
|
+
shouldTruncateDescription: import('vue').ComputedRef<boolean>;
|
|
124
|
+
openEditor: (editorAddress: string) => void;
|
|
125
|
+
}, {}, {
|
|
126
|
+
modelConfigs(): Record<string, ModelConfig>;
|
|
127
|
+
editorList(): string[];
|
|
128
|
+
}, {
|
|
129
|
+
clearSources(model: string): void;
|
|
130
|
+
removeSource(model: string, sourceIndex: number): void;
|
|
131
|
+
remove(model: string): void;
|
|
132
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
133
|
+
config: {
|
|
134
|
+
type: () => ModelConfig;
|
|
135
|
+
required: true;
|
|
136
|
+
};
|
|
137
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
138
|
+
ModelConcept: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
139
|
+
concept: {
|
|
140
|
+
type: typeof import('../../models').Concept;
|
|
141
|
+
required: true;
|
|
142
|
+
};
|
|
143
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
144
|
+
concept: {
|
|
145
|
+
type: typeof import('../../models').Concept;
|
|
146
|
+
required: true;
|
|
147
|
+
};
|
|
148
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
149
|
+
LoadingButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
150
|
+
action: {
|
|
151
|
+
type: FunctionConstructor;
|
|
152
|
+
required: true;
|
|
153
|
+
};
|
|
154
|
+
useDefaultStyle: {
|
|
155
|
+
type: BooleanConstructor;
|
|
156
|
+
default: boolean;
|
|
157
|
+
};
|
|
158
|
+
keyCombination: {
|
|
159
|
+
type: {
|
|
160
|
+
(arrayLength: number): string[];
|
|
161
|
+
(...items: string[]): string[];
|
|
162
|
+
new (arrayLength: number): string[];
|
|
163
|
+
new (...items: string[]): string[];
|
|
164
|
+
isArray(arg: any): arg is any[];
|
|
165
|
+
readonly prototype: any[];
|
|
166
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
167
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
168
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
169
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
170
|
+
of<T>(...items: T[]): T[];
|
|
171
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
172
|
+
};
|
|
173
|
+
default: null;
|
|
174
|
+
};
|
|
175
|
+
disabled: {
|
|
176
|
+
type: BooleanConstructor;
|
|
177
|
+
default: boolean;
|
|
178
|
+
};
|
|
179
|
+
testId: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
183
|
+
}>, {
|
|
184
|
+
errorMessage: import('vue').Ref<string | null, string | null>;
|
|
185
|
+
isLoading: import('vue').Ref<boolean, boolean>;
|
|
186
|
+
status: import('vue').Ref<"success" | "error" | null, "success" | "error" | null>;
|
|
187
|
+
handleClick: () => Promise<void>;
|
|
188
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
189
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
190
|
+
action: {
|
|
191
|
+
type: FunctionConstructor;
|
|
192
|
+
required: true;
|
|
193
|
+
};
|
|
194
|
+
useDefaultStyle: {
|
|
195
|
+
type: BooleanConstructor;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
198
|
+
keyCombination: {
|
|
199
|
+
type: {
|
|
200
|
+
(arrayLength: number): string[];
|
|
201
|
+
(...items: string[]): string[];
|
|
202
|
+
new (arrayLength: number): string[];
|
|
203
|
+
new (...items: string[]): string[];
|
|
204
|
+
isArray(arg: any): arg is any[];
|
|
205
|
+
readonly prototype: any[];
|
|
206
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
207
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
208
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
209
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
210
|
+
of<T>(...items: T[]): T[];
|
|
211
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
212
|
+
};
|
|
213
|
+
default: null;
|
|
214
|
+
};
|
|
215
|
+
disabled: {
|
|
216
|
+
type: BooleanConstructor;
|
|
217
|
+
default: boolean;
|
|
218
|
+
};
|
|
219
|
+
testId: {
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
223
|
+
}>> & Readonly<{}>, {
|
|
224
|
+
disabled: boolean;
|
|
225
|
+
useDefaultStyle: boolean;
|
|
226
|
+
keyCombination: string[];
|
|
227
|
+
testId: string;
|
|
228
|
+
}, {}, {
|
|
229
|
+
Tooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
230
|
+
content: {
|
|
231
|
+
type: StringConstructor;
|
|
232
|
+
required: true;
|
|
233
|
+
};
|
|
234
|
+
position: {
|
|
235
|
+
type: StringConstructor;
|
|
236
|
+
default: string;
|
|
237
|
+
};
|
|
238
|
+
inline: {
|
|
239
|
+
type: BooleanConstructor;
|
|
240
|
+
default: boolean;
|
|
241
|
+
};
|
|
242
|
+
}>, {}, {
|
|
243
|
+
visible: boolean;
|
|
244
|
+
hoverTimeout: ReturnType<typeof setTimeout> | null;
|
|
245
|
+
}, {
|
|
246
|
+
positionClass(): string;
|
|
247
|
+
}, {
|
|
248
|
+
showTooltip(): void;
|
|
249
|
+
hideTooltip(): void;
|
|
250
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
251
|
+
content: {
|
|
252
|
+
type: StringConstructor;
|
|
253
|
+
required: true;
|
|
254
|
+
};
|
|
255
|
+
position: {
|
|
256
|
+
type: StringConstructor;
|
|
257
|
+
default: string;
|
|
258
|
+
};
|
|
259
|
+
inline: {
|
|
260
|
+
type: BooleanConstructor;
|
|
261
|
+
default: boolean;
|
|
262
|
+
};
|
|
263
|
+
}>> & Readonly<{}>, {
|
|
264
|
+
position: string;
|
|
265
|
+
inline: boolean;
|
|
266
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
267
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
268
|
+
ErrorMessage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
269
|
+
type: {
|
|
270
|
+
type: () => "error" | "information";
|
|
271
|
+
default: string;
|
|
272
|
+
validator: (value: string) => boolean;
|
|
273
|
+
};
|
|
274
|
+
}>, {}, {}, {
|
|
275
|
+
messageClass(): string;
|
|
276
|
+
iconEmoji(): string;
|
|
277
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
278
|
+
type: {
|
|
279
|
+
type: () => "error" | "information";
|
|
280
|
+
default: string;
|
|
281
|
+
validator: (value: string) => boolean;
|
|
282
|
+
};
|
|
283
|
+
}>> & Readonly<{}>, {
|
|
284
|
+
type: "error" | "information";
|
|
285
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
286
|
+
Editor: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
287
|
+
context: {
|
|
288
|
+
type: import('vue').PropType<string>;
|
|
289
|
+
required: true;
|
|
290
|
+
};
|
|
291
|
+
editorId: {
|
|
292
|
+
type: import('vue').PropType<string>;
|
|
293
|
+
required: true;
|
|
294
|
+
};
|
|
295
|
+
containerHeight: {
|
|
296
|
+
type: import('vue').PropType<number>;
|
|
297
|
+
required: false;
|
|
298
|
+
};
|
|
299
|
+
}>, {
|
|
300
|
+
isMobile: boolean;
|
|
301
|
+
connectionStore: import('pinia').Store<"connections", {
|
|
302
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
303
|
+
}, {
|
|
304
|
+
connectionList: (state: {
|
|
305
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
306
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
307
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
308
|
+
}>) => import('../../connections').Connection[];
|
|
309
|
+
unsavedConnections: (state: {
|
|
310
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
311
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
312
|
+
connections: Record<string, import('../../connections').Connection>;
|
|
313
|
+
}>) => number;
|
|
314
|
+
}, {
|
|
315
|
+
addConnection(connection: import('../../connections').Connection): import('../../connections').Connection;
|
|
316
|
+
connectConnection(name: string): Promise<any>;
|
|
317
|
+
resetConnection(name: string): Promise<any>;
|
|
318
|
+
deleteConnection(name: string): void;
|
|
319
|
+
connectionStateToStatus(connection: import('../../connections').Connection | null): "running" | "failed" | "disabled" | "connected";
|
|
320
|
+
getConnectionSources(name: string): import('../../stores').ContentInput[];
|
|
321
|
+
newConnection(name: string, type: string, options: Record<string, any>): import('../../connections').Connection;
|
|
322
|
+
}>;
|
|
323
|
+
modelStore: import('pinia').Store<"models", {
|
|
324
|
+
models: Record<string, ModelConfig>;
|
|
325
|
+
}, {
|
|
326
|
+
modelList: (state: {
|
|
327
|
+
models: Record<string, ModelConfig>;
|
|
328
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
329
|
+
models: Record<string, ModelConfig>;
|
|
330
|
+
}>) => ModelConfig[];
|
|
331
|
+
unsavedModels: (state: {
|
|
332
|
+
models: Record<string, ModelConfig>;
|
|
333
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
334
|
+
models: Record<string, ModelConfig>;
|
|
335
|
+
}>) => number;
|
|
336
|
+
}, {
|
|
337
|
+
newModelConfig(name: string, force?: boolean): ModelConfig;
|
|
338
|
+
addModelConfig(model: ModelConfig): void;
|
|
339
|
+
removeModelConfig(name: string): void;
|
|
340
|
+
updateModelName(name: string, newName: string): void;
|
|
341
|
+
addEditorAsModelSource(model: string, editor: import('../../editors').Editor): void;
|
|
342
|
+
addModelConfigSource(name: string, contents: ModelSource): void;
|
|
343
|
+
removeModelConfigSource(name: string, contents: string): void;
|
|
344
|
+
setModelConfigParseResults(name: string, results: import('../../models').ModelParseResults): void;
|
|
345
|
+
setModelParseError(name: string, error: string): void;
|
|
346
|
+
}>;
|
|
347
|
+
llmStore: import('pinia').Store<"llmConnections", {
|
|
348
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
349
|
+
activeConnection: string;
|
|
350
|
+
}, {
|
|
351
|
+
connectionList: (state: {
|
|
352
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
353
|
+
activeConnection: string;
|
|
354
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
355
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
356
|
+
activeConnection: string;
|
|
357
|
+
}>) => import('../../llm').LLMProvider[];
|
|
358
|
+
unsavedConnections: (state: {
|
|
359
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
360
|
+
activeConnection: string;
|
|
361
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
362
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
363
|
+
activeConnection: string;
|
|
364
|
+
}>) => number;
|
|
365
|
+
getConnection: (state: {
|
|
366
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
367
|
+
activeConnection: string;
|
|
368
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
369
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
370
|
+
activeConnection: string;
|
|
371
|
+
}>) => (name: string) => import('../../llm').LLMProvider;
|
|
372
|
+
getAllConnections: (state: {
|
|
373
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
374
|
+
activeConnection: string;
|
|
375
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
376
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
377
|
+
activeConnection: string;
|
|
378
|
+
}>) => import('../../llm').LLMProvider[];
|
|
379
|
+
getConnectionStatus: (state: {
|
|
380
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
381
|
+
activeConnection: string;
|
|
382
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
383
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
384
|
+
activeConnection: string;
|
|
385
|
+
}>) => (name: string) => "running" | "failed" | "disabled" | "connected";
|
|
386
|
+
hasActiveDefaultConnection: (state: {
|
|
387
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
388
|
+
activeConnection: string;
|
|
389
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
390
|
+
connections: Record<string, import('../../llm').LLMProvider>;
|
|
391
|
+
activeConnection: string;
|
|
392
|
+
}>) => boolean;
|
|
393
|
+
}, {
|
|
394
|
+
addConnection(connection: import('../../llm').LLMProvider, checkForDefault?: boolean): import('../../llm').LLMProvider;
|
|
395
|
+
resetConnection(name: string): Promise<void>;
|
|
396
|
+
connectionStateToStatus(connection: import('../../llm').LLMProvider | null): "running" | "failed" | "disabled" | "connected";
|
|
397
|
+
newConnection(name: string, type: string, options: Record<string, any>): import('../../llm').LLMProvider;
|
|
398
|
+
fetchModelsForProvider(type: string, apiKey: string): Promise<string[]>;
|
|
399
|
+
generateValidatedCompletion(base: string, validator?: Function | null, maxAttempts?: number, modelOverride?: string | null, messageHistory?: import('../../llm').LLMMessage[] | null, addUserMessage?: boolean): Promise<import('../../stores/llmStore').ValidatedResponse>;
|
|
400
|
+
generateDashboardCompletion(inputString: string, validator?: Function | null, concepts?: import('../../llm').ModelConceptInput[], maxAttempts?: number): Promise<string | null>;
|
|
401
|
+
generateQueryCompletion(inputString: string, concepts: import('../../llm').ModelConceptInput[], validator?: Function | null, maxAttempts?: number, modelOverride?: string | null): Promise<import('../../stores/llmStore').ValidatedResponse>;
|
|
402
|
+
generateSQLQueryCompletion(inputString: string): Promise<import('../../stores/llmStore').ValidatedResponse>;
|
|
403
|
+
generateFilterQuery(inputString: string, concepts: import('../../llm').ModelConceptInput[], validator?: Function | null, maxAttempts?: number): Promise<string | null>;
|
|
404
|
+
generateChatName(connectionName: string, messages: import('../../llm').LLMMessage[]): Promise<string>;
|
|
405
|
+
generateCompletion(name: string, options: import('../../llm').LLMRequestOptions, history?: import('../../llm').LLMMessage[] | null): Promise<import('../../llm').LLMResponse>;
|
|
406
|
+
shouldAutoContinue(connectionName: string, lastAssistantMessage: string): Promise<boolean>;
|
|
407
|
+
}> | undefined;
|
|
408
|
+
editorStore: import('pinia').Store<"editors", {
|
|
409
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
410
|
+
activeEditorName: string;
|
|
411
|
+
activeEditorId: string;
|
|
412
|
+
}, {
|
|
413
|
+
editorList: (state: {
|
|
414
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
415
|
+
activeEditorName: string;
|
|
416
|
+
activeEditorId: string;
|
|
417
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
418
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
419
|
+
activeEditorName: string;
|
|
420
|
+
activeEditorId: string;
|
|
421
|
+
}>) => import('../../editors').Editor[];
|
|
422
|
+
unsavedEditors: (state: {
|
|
423
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
424
|
+
activeEditorName: string;
|
|
425
|
+
activeEditorId: string;
|
|
426
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
427
|
+
editors: Record<string, import('../../editors').Editor>;
|
|
428
|
+
activeEditorName: string;
|
|
429
|
+
activeEditorId: string;
|
|
430
|
+
}>) => number;
|
|
431
|
+
}, {
|
|
432
|
+
newEditor(name: string, type: "trilogy" | "sql" | "preql", connection: string, contents: string | undefined): import('../../editors').Editor;
|
|
433
|
+
addEditor(editor: import('../../editors').Editor): void;
|
|
434
|
+
getEditorByName(name: string): import('../../editors').Editor | undefined;
|
|
435
|
+
getConnectionEditors(connection: string, tags?: import('../../editors').EditorTag[]): import('../../editors').Editor[];
|
|
436
|
+
updateEditorName(id: string, newName: string): void;
|
|
437
|
+
removeEditor(id: string): false | undefined;
|
|
438
|
+
setEditorScrollPosition(id: string, scrollPosition: {
|
|
439
|
+
line: number;
|
|
440
|
+
column: number;
|
|
441
|
+
}): void;
|
|
442
|
+
setEditorContents(id: string, contents: string): void;
|
|
443
|
+
setEditorResults(id: string, results: import('../../editors/results').Results): void;
|
|
444
|
+
getCurrentEditorAutocomplete(word: string): import('../../stores/resolver').CompletionItem[];
|
|
445
|
+
}>;
|
|
446
|
+
trilogyResolver: FetchResolver;
|
|
447
|
+
EditorTag: typeof import('../../editors').EditorTag;
|
|
448
|
+
userSettingsStore: import('pinia').Store<"userSettings", {
|
|
449
|
+
settings: import('../../stores/userSettingsStore').UserSettings;
|
|
450
|
+
defaults: import('../../stores/userSettingsStore').UserSettings;
|
|
451
|
+
isLoading: boolean;
|
|
452
|
+
hasChanges: boolean;
|
|
453
|
+
hasLoaded: boolean;
|
|
454
|
+
}, {
|
|
455
|
+
getSettings: (state: {
|
|
456
|
+
settings: {
|
|
457
|
+
[x: string]: string | number | boolean | string[] | null | undefined;
|
|
458
|
+
theme: "dark" | "light" | "";
|
|
459
|
+
trilogyResolver: string;
|
|
460
|
+
telemetryEnabled: boolean | null;
|
|
461
|
+
tipsRead: string[];
|
|
462
|
+
skipAllTips: boolean;
|
|
463
|
+
};
|
|
464
|
+
defaults: {
|
|
465
|
+
[x: string]: string | number | boolean | string[] | null | undefined;
|
|
466
|
+
theme: "dark" | "light" | "";
|
|
467
|
+
trilogyResolver: string;
|
|
468
|
+
telemetryEnabled: boolean | null;
|
|
469
|
+
tipsRead: string[];
|
|
470
|
+
skipAllTips: boolean;
|
|
471
|
+
};
|
|
472
|
+
isLoading: boolean;
|
|
473
|
+
hasChanges: boolean;
|
|
474
|
+
hasLoaded: boolean;
|
|
475
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
476
|
+
settings: import('../../stores/userSettingsStore').UserSettings;
|
|
477
|
+
defaults: import('../../stores/userSettingsStore').UserSettings;
|
|
478
|
+
isLoading: boolean;
|
|
479
|
+
hasChanges: boolean;
|
|
480
|
+
hasLoaded: boolean;
|
|
481
|
+
}>) => {
|
|
482
|
+
[x: string]: string | number | boolean | string[] | null | undefined;
|
|
483
|
+
theme: "dark" | "light" | "";
|
|
484
|
+
trilogyResolver: string;
|
|
485
|
+
telemetryEnabled: boolean | null;
|
|
486
|
+
tipsRead: string[];
|
|
487
|
+
skipAllTips: boolean;
|
|
488
|
+
};
|
|
489
|
+
getDefaults: (state: {
|
|
490
|
+
settings: {
|
|
491
|
+
[x: string]: string | number | boolean | string[] | null | undefined;
|
|
492
|
+
theme: "dark" | "light" | "";
|
|
493
|
+
trilogyResolver: string;
|
|
494
|
+
telemetryEnabled: boolean | null;
|
|
495
|
+
tipsRead: string[];
|
|
496
|
+
skipAllTips: boolean;
|
|
497
|
+
};
|
|
498
|
+
defaults: {
|
|
499
|
+
[x: string]: string | number | boolean | string[] | null | undefined;
|
|
500
|
+
theme: "dark" | "light" | "";
|
|
501
|
+
trilogyResolver: string;
|
|
502
|
+
telemetryEnabled: boolean | null;
|
|
503
|
+
tipsRead: string[];
|
|
504
|
+
skipAllTips: boolean;
|
|
505
|
+
};
|
|
506
|
+
isLoading: boolean;
|
|
507
|
+
hasChanges: boolean;
|
|
508
|
+
hasLoaded: boolean;
|
|
509
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
510
|
+
settings: import('../../stores/userSettingsStore').UserSettings;
|
|
511
|
+
defaults: import('../../stores/userSettingsStore').UserSettings;
|
|
512
|
+
isLoading: boolean;
|
|
513
|
+
hasChanges: boolean;
|
|
514
|
+
hasLoaded: boolean;
|
|
515
|
+
}>) => {
|
|
516
|
+
[x: string]: string | number | boolean | string[] | null | undefined;
|
|
517
|
+
theme: "dark" | "light" | "";
|
|
518
|
+
trilogyResolver: string;
|
|
519
|
+
telemetryEnabled: boolean | null;
|
|
520
|
+
tipsRead: string[];
|
|
521
|
+
skipAllTips: boolean;
|
|
522
|
+
};
|
|
523
|
+
hasUnsavedChanges: (state: {
|
|
524
|
+
settings: {
|
|
525
|
+
[x: string]: string | number | boolean | string[] | null | undefined;
|
|
526
|
+
theme: "dark" | "light" | "";
|
|
527
|
+
trilogyResolver: string;
|
|
528
|
+
telemetryEnabled: boolean | null;
|
|
529
|
+
tipsRead: string[];
|
|
530
|
+
skipAllTips: boolean;
|
|
531
|
+
};
|
|
532
|
+
defaults: {
|
|
533
|
+
[x: string]: string | number | boolean | string[] | null | undefined;
|
|
534
|
+
theme: "dark" | "light" | "";
|
|
535
|
+
trilogyResolver: string;
|
|
536
|
+
telemetryEnabled: boolean | null;
|
|
537
|
+
tipsRead: string[];
|
|
538
|
+
skipAllTips: boolean;
|
|
539
|
+
};
|
|
540
|
+
isLoading: boolean;
|
|
541
|
+
hasChanges: boolean;
|
|
542
|
+
hasLoaded: boolean;
|
|
543
|
+
} & import('pinia').PiniaCustomStateProperties<{
|
|
544
|
+
settings: import('../../stores/userSettingsStore').UserSettings;
|
|
545
|
+
defaults: import('../../stores/userSettingsStore').UserSettings;
|
|
546
|
+
isLoading: boolean;
|
|
547
|
+
hasChanges: boolean;
|
|
548
|
+
hasLoaded: boolean;
|
|
549
|
+
}>) => boolean;
|
|
550
|
+
}, {
|
|
551
|
+
updateSetting<K extends keyof import('../../stores/userSettingsStore').UserSettings>(key: K, value: import('../../stores/userSettingsStore').UserSettings[K]): void;
|
|
552
|
+
getUnreadTips(tips: import('../../data/tips').ModalItem[]): import('../../data/tips').ModalItem[];
|
|
553
|
+
clearDismissedTips(): void;
|
|
554
|
+
markTipRead(tipId: string): void;
|
|
555
|
+
clearReadTips(): void;
|
|
556
|
+
toggleTheme(): void;
|
|
557
|
+
setHasChanges(value: boolean): void;
|
|
558
|
+
updateSettings(newSettings: Partial<import('../../stores/userSettingsStore').UserSettings>): void;
|
|
559
|
+
resetToDefaults(): void;
|
|
560
|
+
saveSettings(): Promise<boolean>;
|
|
561
|
+
loadSettings(): void;
|
|
562
|
+
}>;
|
|
563
|
+
setActiveEditor: Function;
|
|
564
|
+
queryExecutionService: import('../../stores').QueryExecutionService;
|
|
565
|
+
analyticsStore: import('pinia').Store<"analytics", import('../../stores/analyticsStore').AnalyticsState, {}, {
|
|
566
|
+
log(path: string, title?: string, isEvent?: boolean): void;
|
|
567
|
+
setEnabled(enabled: boolean): void;
|
|
568
|
+
setSendTelemetry(send: boolean): void;
|
|
569
|
+
init({ enabled, sendTelemetry, }: {
|
|
570
|
+
enabled?: boolean;
|
|
571
|
+
sendTelemetry?: boolean;
|
|
572
|
+
}): void;
|
|
573
|
+
}>;
|
|
574
|
+
navigationStore: NavigationStore | undefined;
|
|
575
|
+
}, {
|
|
576
|
+
last_passed_query_text: string | null;
|
|
577
|
+
prompt: string;
|
|
578
|
+
generatingPrompt: boolean;
|
|
579
|
+
info: string;
|
|
580
|
+
}, {
|
|
581
|
+
connectionHasModel(): boolean;
|
|
582
|
+
editorData(): import('../../editors').Editor;
|
|
583
|
+
error(): string | null;
|
|
584
|
+
loading(): boolean;
|
|
585
|
+
result(): import('../../editors/results').Results;
|
|
586
|
+
passedQuery(): boolean;
|
|
587
|
+
generateOverlayVisible(): boolean;
|
|
588
|
+
}, {
|
|
589
|
+
goToDefinition(e: import('../editor/events').GoToDefinitionEvent): void;
|
|
590
|
+
setContent(newContent: string): void;
|
|
591
|
+
updateEditorName(newName: string): void;
|
|
592
|
+
toggleTag(tag: import('../../editors').EditorTag): void;
|
|
593
|
+
handleContentsChange(content: string): void;
|
|
594
|
+
insertSymbol(symbol: import('../../stores/resolver').CompletionItem): void;
|
|
595
|
+
handlePositionChange(scrollPosition: {
|
|
596
|
+
line: number;
|
|
597
|
+
column: number;
|
|
598
|
+
}): void;
|
|
599
|
+
validateQuery(log?: boolean, sources?: import('../../stores').ContentInput[] | null): Promise<import('../../stores/resolver').Import[] | null>;
|
|
600
|
+
cancelQuery(): Promise<void>;
|
|
601
|
+
formatQuery(): Promise<void>;
|
|
602
|
+
buildQueryArgs(text: string): Promise<import('../editor/Editor.vue').QueryPartial>;
|
|
603
|
+
drilldownQuery(remove: string, add: string[], filter: string): Promise<void>;
|
|
604
|
+
runQuery(): Promise<any>;
|
|
605
|
+
handleLLMTrigger(): Promise<void>;
|
|
606
|
+
generateLLMQuerySQL(): Promise<void>;
|
|
607
|
+
generateLLMQuery(): Promise<void>;
|
|
608
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("save-editors" | "save-models" | "query-started" | "query-finished")[], "save-editors" | "save-models" | "query-started" | "query-finished", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
609
|
+
context: {
|
|
610
|
+
type: import('vue').PropType<string>;
|
|
611
|
+
required: true;
|
|
612
|
+
};
|
|
613
|
+
editorId: {
|
|
614
|
+
type: import('vue').PropType<string>;
|
|
615
|
+
required: true;
|
|
616
|
+
};
|
|
617
|
+
containerHeight: {
|
|
618
|
+
type: import('vue').PropType<number>;
|
|
619
|
+
required: false;
|
|
620
|
+
};
|
|
621
|
+
}>> & Readonly<{
|
|
622
|
+
"onSave-editors"?: ((...args: any[]) => any) | undefined;
|
|
623
|
+
"onSave-models"?: ((...args: any[]) => any) | undefined;
|
|
624
|
+
"onQuery-started"?: ((...args: any[]) => any) | undefined;
|
|
625
|
+
"onQuery-finished"?: ((...args: any[]) => any) | undefined;
|
|
626
|
+
}>, {}, {}, {
|
|
627
|
+
LoadingButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
628
|
+
action: {
|
|
629
|
+
type: FunctionConstructor;
|
|
630
|
+
required: true;
|
|
631
|
+
};
|
|
632
|
+
useDefaultStyle: {
|
|
633
|
+
type: BooleanConstructor;
|
|
634
|
+
default: boolean;
|
|
635
|
+
};
|
|
636
|
+
keyCombination: {
|
|
637
|
+
type: {
|
|
638
|
+
(arrayLength: number): string[];
|
|
639
|
+
(...items: string[]): string[];
|
|
640
|
+
new (arrayLength: number): string[];
|
|
641
|
+
new (...items: string[]): string[];
|
|
642
|
+
isArray(arg: any): arg is any[];
|
|
643
|
+
readonly prototype: any[];
|
|
644
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
645
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
646
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
647
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
648
|
+
of<T>(...items: T[]): T[];
|
|
649
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
650
|
+
};
|
|
651
|
+
default: null;
|
|
652
|
+
};
|
|
653
|
+
disabled: {
|
|
654
|
+
type: BooleanConstructor;
|
|
655
|
+
default: boolean;
|
|
656
|
+
};
|
|
657
|
+
testId: {
|
|
658
|
+
type: StringConstructor;
|
|
659
|
+
default: string;
|
|
660
|
+
};
|
|
661
|
+
}>, {
|
|
662
|
+
errorMessage: import('vue').Ref<string | null, string | null>;
|
|
663
|
+
isLoading: import('vue').Ref<boolean, boolean>;
|
|
664
|
+
status: import('vue').Ref<"success" | "error" | null, "success" | "error" | null>;
|
|
665
|
+
handleClick: () => Promise<void>;
|
|
666
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
667
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
668
|
+
action: {
|
|
669
|
+
type: FunctionConstructor;
|
|
670
|
+
required: true;
|
|
671
|
+
};
|
|
672
|
+
useDefaultStyle: {
|
|
673
|
+
type: BooleanConstructor;
|
|
674
|
+
default: boolean;
|
|
675
|
+
};
|
|
676
|
+
keyCombination: {
|
|
677
|
+
type: {
|
|
678
|
+
(arrayLength: number): string[];
|
|
679
|
+
(...items: string[]): string[];
|
|
680
|
+
new (arrayLength: number): string[];
|
|
681
|
+
new (...items: string[]): string[];
|
|
682
|
+
isArray(arg: any): arg is any[];
|
|
683
|
+
readonly prototype: any[];
|
|
684
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
685
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
686
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
687
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
688
|
+
of<T>(...items: T[]): T[];
|
|
689
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
690
|
+
};
|
|
691
|
+
default: null;
|
|
692
|
+
};
|
|
693
|
+
disabled: {
|
|
694
|
+
type: BooleanConstructor;
|
|
695
|
+
default: boolean;
|
|
696
|
+
};
|
|
697
|
+
testId: {
|
|
698
|
+
type: StringConstructor;
|
|
699
|
+
default: string;
|
|
700
|
+
};
|
|
701
|
+
}>> & Readonly<{}>, {
|
|
702
|
+
disabled: boolean;
|
|
703
|
+
useDefaultStyle: boolean;
|
|
704
|
+
keyCombination: string[];
|
|
705
|
+
testId: string;
|
|
706
|
+
}, {}, {
|
|
707
|
+
Tooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
708
|
+
content: {
|
|
709
|
+
type: StringConstructor;
|
|
710
|
+
required: true;
|
|
711
|
+
};
|
|
712
|
+
position: {
|
|
713
|
+
type: StringConstructor;
|
|
714
|
+
default: string;
|
|
715
|
+
};
|
|
716
|
+
inline: {
|
|
717
|
+
type: BooleanConstructor;
|
|
718
|
+
default: boolean;
|
|
719
|
+
};
|
|
720
|
+
}>, {}, {
|
|
721
|
+
visible: boolean;
|
|
722
|
+
hoverTimeout: ReturnType<typeof setTimeout> | null;
|
|
723
|
+
}, {
|
|
724
|
+
positionClass(): string;
|
|
725
|
+
}, {
|
|
726
|
+
showTooltip(): void;
|
|
727
|
+
hideTooltip(): void;
|
|
728
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
729
|
+
content: {
|
|
730
|
+
type: StringConstructor;
|
|
731
|
+
required: true;
|
|
732
|
+
};
|
|
733
|
+
position: {
|
|
734
|
+
type: StringConstructor;
|
|
735
|
+
default: string;
|
|
736
|
+
};
|
|
737
|
+
inline: {
|
|
738
|
+
type: BooleanConstructor;
|
|
739
|
+
default: boolean;
|
|
740
|
+
};
|
|
741
|
+
}>> & Readonly<{}>, {
|
|
742
|
+
position: string;
|
|
743
|
+
inline: boolean;
|
|
744
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
745
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
746
|
+
ErrorMessage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
747
|
+
type: {
|
|
748
|
+
type: () => "error" | "information";
|
|
749
|
+
default: string;
|
|
750
|
+
validator: (value: string) => boolean;
|
|
751
|
+
};
|
|
752
|
+
}>, {}, {}, {
|
|
753
|
+
messageClass(): string;
|
|
754
|
+
iconEmoji(): string;
|
|
755
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
756
|
+
type: {
|
|
757
|
+
type: () => "error" | "information";
|
|
758
|
+
default: string;
|
|
759
|
+
validator: (value: string) => boolean;
|
|
760
|
+
};
|
|
761
|
+
}>> & Readonly<{}>, {
|
|
762
|
+
type: "error" | "information";
|
|
763
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
764
|
+
SymbolsPane: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
765
|
+
symbols: {
|
|
766
|
+
type: import('vue').PropType<import('../../stores/resolver').CompletionItem[]>;
|
|
767
|
+
required: true;
|
|
768
|
+
};
|
|
769
|
+
editorHeight: {
|
|
770
|
+
type: NumberConstructor;
|
|
771
|
+
required: false;
|
|
772
|
+
default: null;
|
|
773
|
+
};
|
|
774
|
+
}>, {
|
|
775
|
+
searchQuery: import('vue').Ref<string, string>;
|
|
776
|
+
filteredSymbols: import('vue').Ref<{
|
|
777
|
+
label: string;
|
|
778
|
+
description: string;
|
|
779
|
+
type: string;
|
|
780
|
+
datatype: string;
|
|
781
|
+
insertText: string;
|
|
782
|
+
trilogyType?: ("concept" | "function" | "type") | undefined;
|
|
783
|
+
trilogySubType?: ("property" | "key" | "metric") | undefined;
|
|
784
|
+
calculation?: string | undefined;
|
|
785
|
+
keys?: string[] | undefined;
|
|
786
|
+
}[], import('../../stores/resolver').CompletionItem[] | {
|
|
787
|
+
label: string;
|
|
788
|
+
description: string;
|
|
789
|
+
type: string;
|
|
790
|
+
datatype: string;
|
|
791
|
+
insertText: string;
|
|
792
|
+
trilogyType?: ("concept" | "function" | "type") | undefined;
|
|
793
|
+
trilogySubType?: ("property" | "key" | "metric") | undefined;
|
|
794
|
+
calculation?: string | undefined;
|
|
795
|
+
keys?: string[] | undefined;
|
|
796
|
+
}[]>;
|
|
797
|
+
symbolSearchInput: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
798
|
+
filters: import('vue').Ref<{
|
|
799
|
+
keys: boolean;
|
|
800
|
+
properties: boolean;
|
|
801
|
+
metrics: boolean;
|
|
802
|
+
}, {
|
|
803
|
+
keys: boolean;
|
|
804
|
+
properties: boolean;
|
|
805
|
+
metrics: boolean;
|
|
806
|
+
} | {
|
|
807
|
+
keys: boolean;
|
|
808
|
+
properties: boolean;
|
|
809
|
+
metrics: boolean;
|
|
810
|
+
}>;
|
|
811
|
+
isFiltering: import('vue').ComputedRef<boolean>;
|
|
812
|
+
tooltip: {
|
|
813
|
+
visible: boolean;
|
|
814
|
+
x: number;
|
|
815
|
+
y: number;
|
|
816
|
+
symbol: {
|
|
817
|
+
label: string;
|
|
818
|
+
description: string;
|
|
819
|
+
type: string;
|
|
820
|
+
datatype: string;
|
|
821
|
+
insertText: string;
|
|
822
|
+
trilogyType?: ("concept" | "function" | "type") | undefined;
|
|
823
|
+
trilogySubType?: ("property" | "key" | "metric") | undefined;
|
|
824
|
+
calculation?: string | undefined;
|
|
825
|
+
keys?: string[] | undefined;
|
|
826
|
+
};
|
|
827
|
+
};
|
|
828
|
+
clearFilters: () => void;
|
|
829
|
+
filterSymbols: () => void;
|
|
830
|
+
getIconType: (symbol: import('../../stores/resolver').CompletionItem) => string;
|
|
831
|
+
getIconMdiClass: (symbol: import('../../stores/resolver').CompletionItem) => string;
|
|
832
|
+
getSymbolChar: (symbol: import('../../stores/resolver').CompletionItem) => string;
|
|
833
|
+
getIconClass: (symbol: import('../../stores/resolver').CompletionItem) => string;
|
|
834
|
+
getIconTooltip: (symbol: import('../../stores/resolver').CompletionItem) => string;
|
|
835
|
+
showTooltip: (event: MouseEvent, symbol: import('../../stores/resolver').CompletionItem) => Promise<void>;
|
|
836
|
+
hideTooltip: () => void;
|
|
837
|
+
updateTooltipPosition: (event: MouseEvent) => void;
|
|
838
|
+
focusSearch: () => void;
|
|
839
|
+
editorHeightCalc: import('vue').ComputedRef<string>;
|
|
840
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select-symbol" | "focus-search")[], "select-symbol" | "focus-search", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
841
|
+
symbols: {
|
|
842
|
+
type: import('vue').PropType<import('../../stores/resolver').CompletionItem[]>;
|
|
843
|
+
required: true;
|
|
844
|
+
};
|
|
845
|
+
editorHeight: {
|
|
846
|
+
type: NumberConstructor;
|
|
847
|
+
required: false;
|
|
848
|
+
default: null;
|
|
849
|
+
};
|
|
850
|
+
}>> & Readonly<{
|
|
851
|
+
"onSelect-symbol"?: ((...args: any[]) => any) | undefined;
|
|
852
|
+
"onFocus-search"?: ((...args: any[]) => any) | undefined;
|
|
853
|
+
}>, {
|
|
854
|
+
editorHeight: number;
|
|
855
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
856
|
+
EditorHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
857
|
+
name: {
|
|
858
|
+
type: StringConstructor;
|
|
859
|
+
required: true;
|
|
860
|
+
};
|
|
861
|
+
editorType: {
|
|
862
|
+
type: StringConstructor;
|
|
863
|
+
required: true;
|
|
864
|
+
};
|
|
865
|
+
tags: {
|
|
866
|
+
type: ArrayConstructor;
|
|
867
|
+
required: true;
|
|
868
|
+
};
|
|
869
|
+
loading: {
|
|
870
|
+
type: BooleanConstructor;
|
|
871
|
+
default: boolean;
|
|
872
|
+
};
|
|
873
|
+
connectionHasModel: {
|
|
874
|
+
type: BooleanConstructor;
|
|
875
|
+
default: boolean;
|
|
876
|
+
};
|
|
877
|
+
}>, {}, {
|
|
878
|
+
isEditing: boolean;
|
|
879
|
+
editableName: string;
|
|
880
|
+
EditorTag: typeof import('../../editors').EditorTag;
|
|
881
|
+
}, {}, {
|
|
882
|
+
startEditing(): void;
|
|
883
|
+
finishEditing(): void;
|
|
884
|
+
cancelEditing(): void;
|
|
885
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("validate" | "cancel" | "name-update" | "save" | "run" | "toggle-tag" | "generate")[], "validate" | "cancel" | "name-update" | "save" | "run" | "toggle-tag" | "generate", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
886
|
+
name: {
|
|
887
|
+
type: StringConstructor;
|
|
888
|
+
required: true;
|
|
889
|
+
};
|
|
890
|
+
editorType: {
|
|
891
|
+
type: StringConstructor;
|
|
892
|
+
required: true;
|
|
893
|
+
};
|
|
894
|
+
tags: {
|
|
895
|
+
type: ArrayConstructor;
|
|
896
|
+
required: true;
|
|
897
|
+
};
|
|
898
|
+
loading: {
|
|
899
|
+
type: BooleanConstructor;
|
|
900
|
+
default: boolean;
|
|
901
|
+
};
|
|
902
|
+
connectionHasModel: {
|
|
903
|
+
type: BooleanConstructor;
|
|
904
|
+
default: boolean;
|
|
905
|
+
};
|
|
906
|
+
}>> & Readonly<{
|
|
907
|
+
onValidate?: ((...args: any[]) => any) | undefined;
|
|
908
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
|
909
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
910
|
+
"onName-update"?: ((...args: any[]) => any) | undefined;
|
|
911
|
+
onRun?: ((...args: any[]) => any) | undefined;
|
|
912
|
+
"onToggle-tag"?: ((...args: any[]) => any) | undefined;
|
|
913
|
+
onGenerate?: ((...args: any[]) => any) | undefined;
|
|
914
|
+
}>, {
|
|
915
|
+
loading: boolean;
|
|
916
|
+
connectionHasModel: boolean;
|
|
917
|
+
}, {}, {
|
|
918
|
+
LoadingButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
919
|
+
action: {
|
|
920
|
+
type: FunctionConstructor;
|
|
921
|
+
required: true;
|
|
922
|
+
};
|
|
923
|
+
useDefaultStyle: {
|
|
924
|
+
type: BooleanConstructor;
|
|
925
|
+
default: boolean;
|
|
926
|
+
};
|
|
927
|
+
keyCombination: {
|
|
928
|
+
type: {
|
|
929
|
+
(arrayLength: number): string[];
|
|
930
|
+
(...items: string[]): string[];
|
|
931
|
+
new (arrayLength: number): string[];
|
|
932
|
+
new (...items: string[]): string[];
|
|
933
|
+
isArray(arg: any): arg is any[];
|
|
934
|
+
readonly prototype: any[];
|
|
935
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
936
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
937
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
938
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
939
|
+
of<T>(...items: T[]): T[];
|
|
940
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
941
|
+
};
|
|
942
|
+
default: null;
|
|
943
|
+
};
|
|
944
|
+
disabled: {
|
|
945
|
+
type: BooleanConstructor;
|
|
946
|
+
default: boolean;
|
|
947
|
+
};
|
|
948
|
+
testId: {
|
|
949
|
+
type: StringConstructor;
|
|
950
|
+
default: string;
|
|
951
|
+
};
|
|
952
|
+
}>, {
|
|
953
|
+
errorMessage: import('vue').Ref<string | null, string | null>;
|
|
954
|
+
isLoading: import('vue').Ref<boolean, boolean>;
|
|
955
|
+
status: import('vue').Ref<"success" | "error" | null, "success" | "error" | null>;
|
|
956
|
+
handleClick: () => Promise<void>;
|
|
957
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
958
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
959
|
+
action: {
|
|
960
|
+
type: FunctionConstructor;
|
|
961
|
+
required: true;
|
|
962
|
+
};
|
|
963
|
+
useDefaultStyle: {
|
|
964
|
+
type: BooleanConstructor;
|
|
965
|
+
default: boolean;
|
|
966
|
+
};
|
|
967
|
+
keyCombination: {
|
|
968
|
+
type: {
|
|
969
|
+
(arrayLength: number): string[];
|
|
970
|
+
(...items: string[]): string[];
|
|
971
|
+
new (arrayLength: number): string[];
|
|
972
|
+
new (...items: string[]): string[];
|
|
973
|
+
isArray(arg: any): arg is any[];
|
|
974
|
+
readonly prototype: any[];
|
|
975
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
976
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
977
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
978
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
979
|
+
of<T>(...items: T[]): T[];
|
|
980
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
981
|
+
};
|
|
982
|
+
default: null;
|
|
983
|
+
};
|
|
984
|
+
disabled: {
|
|
985
|
+
type: BooleanConstructor;
|
|
986
|
+
default: boolean;
|
|
987
|
+
};
|
|
988
|
+
testId: {
|
|
989
|
+
type: StringConstructor;
|
|
990
|
+
default: string;
|
|
991
|
+
};
|
|
992
|
+
}>> & Readonly<{}>, {
|
|
993
|
+
disabled: boolean;
|
|
994
|
+
useDefaultStyle: boolean;
|
|
995
|
+
keyCombination: string[];
|
|
996
|
+
testId: string;
|
|
997
|
+
}, {}, {
|
|
998
|
+
Tooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
999
|
+
content: {
|
|
1000
|
+
type: StringConstructor;
|
|
1001
|
+
required: true;
|
|
1002
|
+
};
|
|
1003
|
+
position: {
|
|
1004
|
+
type: StringConstructor;
|
|
1005
|
+
default: string;
|
|
1006
|
+
};
|
|
1007
|
+
inline: {
|
|
1008
|
+
type: BooleanConstructor;
|
|
1009
|
+
default: boolean;
|
|
1010
|
+
};
|
|
1011
|
+
}>, {}, {
|
|
1012
|
+
visible: boolean;
|
|
1013
|
+
hoverTimeout: ReturnType<typeof setTimeout> | null;
|
|
1014
|
+
}, {
|
|
1015
|
+
positionClass(): string;
|
|
1016
|
+
}, {
|
|
1017
|
+
showTooltip(): void;
|
|
1018
|
+
hideTooltip(): void;
|
|
1019
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1020
|
+
content: {
|
|
1021
|
+
type: StringConstructor;
|
|
1022
|
+
required: true;
|
|
1023
|
+
};
|
|
1024
|
+
position: {
|
|
1025
|
+
type: StringConstructor;
|
|
1026
|
+
default: string;
|
|
1027
|
+
};
|
|
1028
|
+
inline: {
|
|
1029
|
+
type: BooleanConstructor;
|
|
1030
|
+
default: boolean;
|
|
1031
|
+
};
|
|
1032
|
+
}>> & Readonly<{}>, {
|
|
1033
|
+
position: string;
|
|
1034
|
+
inline: boolean;
|
|
1035
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1036
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1037
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1038
|
+
CodeEditor: import('vue').DefineComponent<{
|
|
1039
|
+
editorId: string;
|
|
1040
|
+
context: string;
|
|
1041
|
+
contents: string;
|
|
1042
|
+
editorType: string;
|
|
1043
|
+
theme: string;
|
|
1044
|
+
scrollPosition?: ({
|
|
1045
|
+
line: number;
|
|
1046
|
+
column: number;
|
|
1047
|
+
} | null) | undefined;
|
|
1048
|
+
editorHeight?: number | undefined;
|
|
1049
|
+
}, {
|
|
1050
|
+
editorElement: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
1051
|
+
getEditorText: (fallback: string) => string;
|
|
1052
|
+
getEditorRange: () => import('monaco-editor').IRange | null;
|
|
1053
|
+
setValue: (value: string) => void;
|
|
1054
|
+
executeEdits: (source: string, edits: import("monaco-editor").editor.IIdentifiedSingleEditOperation[]) => void;
|
|
1055
|
+
getEditorInstance: () => import("monaco-editor").editor.IStandaloneCodeEditor | undefined;
|
|
1056
|
+
setModelMarkers: (markers: import("monaco-editor").editor.IMarkerData[]) => void;
|
|
1057
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("save" | "contents-change" | "run-query" | "validate-query" | "format-query" | "scroll-change" | "generate-llm-query" | "go-to-definition-requested")[], "save" | "contents-change" | "run-query" | "validate-query" | "format-query" | "scroll-change" | "generate-llm-query" | "go-to-definition-requested", import('vue').PublicProps, Readonly<{
|
|
1058
|
+
editorId: string;
|
|
1059
|
+
context: string;
|
|
1060
|
+
contents: string;
|
|
1061
|
+
editorType: string;
|
|
1062
|
+
theme: string;
|
|
1063
|
+
scrollPosition?: ({
|
|
1064
|
+
line: number;
|
|
1065
|
+
column: number;
|
|
1066
|
+
} | null) | undefined;
|
|
1067
|
+
editorHeight?: number | undefined;
|
|
1068
|
+
}> & Readonly<{
|
|
1069
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
|
1070
|
+
"onContents-change"?: ((...args: any[]) => any) | undefined;
|
|
1071
|
+
"onRun-query"?: ((...args: any[]) => any) | undefined;
|
|
1072
|
+
"onValidate-query"?: ((...args: any[]) => any) | undefined;
|
|
1073
|
+
"onFormat-query"?: ((...args: any[]) => any) | undefined;
|
|
1074
|
+
"onScroll-change"?: ((...args: any[]) => any) | undefined;
|
|
1075
|
+
"onGenerate-llm-query"?: ((...args: any[]) => any) | undefined;
|
|
1076
|
+
"onGo-to-definition-requested"?: ((...args: any[]) => any) | undefined;
|
|
1077
|
+
}>, {
|
|
1078
|
+
theme: string;
|
|
1079
|
+
scrollPosition: {
|
|
1080
|
+
line: number;
|
|
1081
|
+
column: number;
|
|
1082
|
+
} | null;
|
|
1083
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1084
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1085
|
+
ConceptTable: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1086
|
+
concepts: {
|
|
1087
|
+
type: () => import('../../models').Concept[];
|
|
1088
|
+
required: true;
|
|
1089
|
+
};
|
|
1090
|
+
}>, {
|
|
1091
|
+
tableRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
1092
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1093
|
+
concepts: {
|
|
1094
|
+
type: () => import('../../models').Concept[];
|
|
1095
|
+
required: true;
|
|
1096
|
+
};
|
|
1097
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1098
|
+
DatasourceTable: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1099
|
+
datasources: {
|
|
1100
|
+
type: () => import('../../models').Datasource[];
|
|
1101
|
+
required: true;
|
|
1102
|
+
};
|
|
1103
|
+
}>, {
|
|
1104
|
+
tableRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
1105
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1106
|
+
datasources: {
|
|
1107
|
+
type: () => import('../../models').Datasource[];
|
|
1108
|
+
required: true;
|
|
1109
|
+
};
|
|
1110
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1111
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1112
|
+
export default _default;
|
|
1113
|
+
//# sourceMappingURL=ModelCard.vue.d.ts.map
|