@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,12 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
type OnChangeFunction = (value: string) => void;
|
|
3
|
+
export declare function useFilterDebounce(initialValue?: string, onChange?: OnChangeFunction): {
|
|
4
|
+
filter: Ref<string, string>;
|
|
5
|
+
filterInput: Ref<string, string>;
|
|
6
|
+
onFilterInput: (event: Event) => void;
|
|
7
|
+
applyFilter: (filterValue: string) => void;
|
|
8
|
+
cleanup: () => void;
|
|
9
|
+
};
|
|
10
|
+
export declare const debounce: <T extends (...args: any[]) => any>(func: T, wait: number) => ((...args: Parameters<T>) => void);
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=debounce.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debounce.d.ts","sourceRoot":"","sources":["../../utility/debounce.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAEnC,KAAK,gBAAgB,GAAG,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;AAE/C,wBAAgB,iBAAiB,CAAC,YAAY,SAAK,EAAE,QAAQ,CAAC,EAAE,gBAAgB;;;2BAKhD,KAAK;+BAaD,MAAM;;EAsBzC;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,QAClD,CAAC,QACD,MAAM,KACX,CAAC,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,IAAI,CAenC,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Results, Row } from '../editors/results';
|
|
2
|
+
/**
|
|
3
|
+
* HTML escaping function for security
|
|
4
|
+
*/
|
|
5
|
+
export declare function escapeHtml(text: string): string;
|
|
6
|
+
/**
|
|
7
|
+
* Sanitize HTML with predefined safe tags and attributes
|
|
8
|
+
*/
|
|
9
|
+
export declare function sanitizeHtml(html: string): string;
|
|
10
|
+
/**
|
|
11
|
+
* Helper function to safely get nested object values
|
|
12
|
+
*/
|
|
13
|
+
export declare function getNestedValue(obj: any, path: string): any;
|
|
14
|
+
/**
|
|
15
|
+
* Evaluate individual expressions with security
|
|
16
|
+
*/
|
|
17
|
+
export declare function evaluateExpression(expression: string, data: Row[] | null, loading?: boolean): any;
|
|
18
|
+
/**
|
|
19
|
+
* Evaluate fallback expressions with security
|
|
20
|
+
*/
|
|
21
|
+
export declare function evaluateFallback(expression: string, data: Row[], loading?: boolean): string;
|
|
22
|
+
/**
|
|
23
|
+
* Process template substitutions in markdown text
|
|
24
|
+
*/
|
|
25
|
+
export declare function processTemplateSubstitutions(text: string, queryResults: Results | null, loading?: boolean): string;
|
|
26
|
+
/**
|
|
27
|
+
* Convert markdown syntax to HTML
|
|
28
|
+
*/
|
|
29
|
+
export declare function convertMarkdownToHtml(text: string): string;
|
|
30
|
+
/**
|
|
31
|
+
* Enhanced markdown renderer with templating support, fallbacks, loading state, and security
|
|
32
|
+
*/
|
|
33
|
+
export declare function renderMarkdown(text: string, queryResults?: Results | null, loading?: boolean): string;
|
|
34
|
+
//# sourceMappingURL=markdownRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markdownRenderer.d.ts","sourceRoot":"","sources":["../../utility/markdownRenderer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAA;AAyBtD;;GAEG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAQ/C;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAwDjD;AA2ED;;GAEG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,CAa1D;AA8BD;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI,EAClB,OAAO,GAAE,OAAe,GACvB,GAAG,CAuCL;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,GAAG,EAAE,EACX,OAAO,GAAE,OAAe,GACvB,MAAM,CAuCR;AA0OD;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,OAAO,GAAG,IAAI,EAC5B,OAAO,GAAE,OAAe,GACvB,MAAM,CAQR;AAgQD;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAiB1D;AAMD;;GAEG;AACH,wBAAgB,cAAc,CAC5B,IAAI,EAAE,MAAM,EACZ,YAAY,GAAE,OAAO,GAAG,IAAW,EACnC,OAAO,GAAE,OAAe,GACvB,MAAM,CAgCR"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testHelpers.d.ts","sourceRoot":"","sources":["../../utility/testHelpers.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,aAAa,SAAU,GAAG,EAAE,KAAG,GAI1C,CAAA"}
|
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
/*!-----------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
4
|
+
* Released under the MIT license
|
|
5
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
6
|
+
*-----------------------------------------------------------------------------*/
|
|
7
|
+
var e = {
|
|
8
|
+
comments: {
|
|
9
|
+
lineComment: "'",
|
|
10
|
+
blockComment: ["/*", "*/"]
|
|
11
|
+
},
|
|
12
|
+
brackets: [
|
|
13
|
+
["{", "}"],
|
|
14
|
+
["[", "]"],
|
|
15
|
+
["(", ")"],
|
|
16
|
+
["<", ">"],
|
|
17
|
+
["addhandler", "end addhandler"],
|
|
18
|
+
["class", "end class"],
|
|
19
|
+
["enum", "end enum"],
|
|
20
|
+
["event", "end event"],
|
|
21
|
+
["function", "end function"],
|
|
22
|
+
["get", "end get"],
|
|
23
|
+
["if", "end if"],
|
|
24
|
+
["interface", "end interface"],
|
|
25
|
+
["module", "end module"],
|
|
26
|
+
["namespace", "end namespace"],
|
|
27
|
+
["operator", "end operator"],
|
|
28
|
+
["property", "end property"],
|
|
29
|
+
["raiseevent", "end raiseevent"],
|
|
30
|
+
["removehandler", "end removehandler"],
|
|
31
|
+
["select", "end select"],
|
|
32
|
+
["set", "end set"],
|
|
33
|
+
["structure", "end structure"],
|
|
34
|
+
["sub", "end sub"],
|
|
35
|
+
["synclock", "end synclock"],
|
|
36
|
+
["try", "end try"],
|
|
37
|
+
["while", "end while"],
|
|
38
|
+
["with", "end with"],
|
|
39
|
+
["using", "end using"],
|
|
40
|
+
["do", "loop"],
|
|
41
|
+
["for", "next"]
|
|
42
|
+
],
|
|
43
|
+
autoClosingPairs: [
|
|
44
|
+
{ open: "{", close: "}", notIn: ["string", "comment"] },
|
|
45
|
+
{ open: "[", close: "]", notIn: ["string", "comment"] },
|
|
46
|
+
{ open: "(", close: ")", notIn: ["string", "comment"] },
|
|
47
|
+
{ open: '"', close: '"', notIn: ["string", "comment"] },
|
|
48
|
+
{ open: "<", close: ">", notIn: ["string", "comment"] }
|
|
49
|
+
],
|
|
50
|
+
folding: {
|
|
51
|
+
markers: {
|
|
52
|
+
start: new RegExp("^\\s*#Region\\b"),
|
|
53
|
+
end: new RegExp("^\\s*#End Region\\b")
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}, n = {
|
|
57
|
+
defaultToken: "",
|
|
58
|
+
tokenPostfix: ".vb",
|
|
59
|
+
ignoreCase: !0,
|
|
60
|
+
brackets: [
|
|
61
|
+
{ token: "delimiter.bracket", open: "{", close: "}" },
|
|
62
|
+
{ token: "delimiter.array", open: "[", close: "]" },
|
|
63
|
+
{ token: "delimiter.parenthesis", open: "(", close: ")" },
|
|
64
|
+
{ token: "delimiter.angle", open: "<", close: ">" },
|
|
65
|
+
// Special bracket statement pairs
|
|
66
|
+
// according to https://msdn.microsoft.com/en-us/library/tsw2a11z.aspx
|
|
67
|
+
{
|
|
68
|
+
token: "keyword.tag-addhandler",
|
|
69
|
+
open: "addhandler",
|
|
70
|
+
close: "end addhandler"
|
|
71
|
+
},
|
|
72
|
+
{ token: "keyword.tag-class", open: "class", close: "end class" },
|
|
73
|
+
{ token: "keyword.tag-enum", open: "enum", close: "end enum" },
|
|
74
|
+
{ token: "keyword.tag-event", open: "event", close: "end event" },
|
|
75
|
+
{
|
|
76
|
+
token: "keyword.tag-function",
|
|
77
|
+
open: "function",
|
|
78
|
+
close: "end function"
|
|
79
|
+
},
|
|
80
|
+
{ token: "keyword.tag-get", open: "get", close: "end get" },
|
|
81
|
+
{ token: "keyword.tag-if", open: "if", close: "end if" },
|
|
82
|
+
{
|
|
83
|
+
token: "keyword.tag-interface",
|
|
84
|
+
open: "interface",
|
|
85
|
+
close: "end interface"
|
|
86
|
+
},
|
|
87
|
+
{ token: "keyword.tag-module", open: "module", close: "end module" },
|
|
88
|
+
{
|
|
89
|
+
token: "keyword.tag-namespace",
|
|
90
|
+
open: "namespace",
|
|
91
|
+
close: "end namespace"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
token: "keyword.tag-operator",
|
|
95
|
+
open: "operator",
|
|
96
|
+
close: "end operator"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
token: "keyword.tag-property",
|
|
100
|
+
open: "property",
|
|
101
|
+
close: "end property"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
token: "keyword.tag-raiseevent",
|
|
105
|
+
open: "raiseevent",
|
|
106
|
+
close: "end raiseevent"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
token: "keyword.tag-removehandler",
|
|
110
|
+
open: "removehandler",
|
|
111
|
+
close: "end removehandler"
|
|
112
|
+
},
|
|
113
|
+
{ token: "keyword.tag-select", open: "select", close: "end select" },
|
|
114
|
+
{ token: "keyword.tag-set", open: "set", close: "end set" },
|
|
115
|
+
{
|
|
116
|
+
token: "keyword.tag-structure",
|
|
117
|
+
open: "structure",
|
|
118
|
+
close: "end structure"
|
|
119
|
+
},
|
|
120
|
+
{ token: "keyword.tag-sub", open: "sub", close: "end sub" },
|
|
121
|
+
{
|
|
122
|
+
token: "keyword.tag-synclock",
|
|
123
|
+
open: "synclock",
|
|
124
|
+
close: "end synclock"
|
|
125
|
+
},
|
|
126
|
+
{ token: "keyword.tag-try", open: "try", close: "end try" },
|
|
127
|
+
{ token: "keyword.tag-while", open: "while", close: "end while" },
|
|
128
|
+
{ token: "keyword.tag-with", open: "with", close: "end with" },
|
|
129
|
+
// Other pairs
|
|
130
|
+
{ token: "keyword.tag-using", open: "using", close: "end using" },
|
|
131
|
+
{ token: "keyword.tag-do", open: "do", close: "loop" },
|
|
132
|
+
{ token: "keyword.tag-for", open: "for", close: "next" }
|
|
133
|
+
],
|
|
134
|
+
keywords: [
|
|
135
|
+
"AddHandler",
|
|
136
|
+
"AddressOf",
|
|
137
|
+
"Alias",
|
|
138
|
+
"And",
|
|
139
|
+
"AndAlso",
|
|
140
|
+
"As",
|
|
141
|
+
"Async",
|
|
142
|
+
"Boolean",
|
|
143
|
+
"ByRef",
|
|
144
|
+
"Byte",
|
|
145
|
+
"ByVal",
|
|
146
|
+
"Call",
|
|
147
|
+
"Case",
|
|
148
|
+
"Catch",
|
|
149
|
+
"CBool",
|
|
150
|
+
"CByte",
|
|
151
|
+
"CChar",
|
|
152
|
+
"CDate",
|
|
153
|
+
"CDbl",
|
|
154
|
+
"CDec",
|
|
155
|
+
"Char",
|
|
156
|
+
"CInt",
|
|
157
|
+
"Class",
|
|
158
|
+
"CLng",
|
|
159
|
+
"CObj",
|
|
160
|
+
"Const",
|
|
161
|
+
"Continue",
|
|
162
|
+
"CSByte",
|
|
163
|
+
"CShort",
|
|
164
|
+
"CSng",
|
|
165
|
+
"CStr",
|
|
166
|
+
"CType",
|
|
167
|
+
"CUInt",
|
|
168
|
+
"CULng",
|
|
169
|
+
"CUShort",
|
|
170
|
+
"Date",
|
|
171
|
+
"Decimal",
|
|
172
|
+
"Declare",
|
|
173
|
+
"Default",
|
|
174
|
+
"Delegate",
|
|
175
|
+
"Dim",
|
|
176
|
+
"DirectCast",
|
|
177
|
+
"Do",
|
|
178
|
+
"Double",
|
|
179
|
+
"Each",
|
|
180
|
+
"Else",
|
|
181
|
+
"ElseIf",
|
|
182
|
+
"End",
|
|
183
|
+
"EndIf",
|
|
184
|
+
"Enum",
|
|
185
|
+
"Erase",
|
|
186
|
+
"Error",
|
|
187
|
+
"Event",
|
|
188
|
+
"Exit",
|
|
189
|
+
"False",
|
|
190
|
+
"Finally",
|
|
191
|
+
"For",
|
|
192
|
+
"Friend",
|
|
193
|
+
"Function",
|
|
194
|
+
"Get",
|
|
195
|
+
"GetType",
|
|
196
|
+
"GetXMLNamespace",
|
|
197
|
+
"Global",
|
|
198
|
+
"GoSub",
|
|
199
|
+
"GoTo",
|
|
200
|
+
"Handles",
|
|
201
|
+
"If",
|
|
202
|
+
"Implements",
|
|
203
|
+
"Imports",
|
|
204
|
+
"In",
|
|
205
|
+
"Inherits",
|
|
206
|
+
"Integer",
|
|
207
|
+
"Interface",
|
|
208
|
+
"Is",
|
|
209
|
+
"IsNot",
|
|
210
|
+
"Let",
|
|
211
|
+
"Lib",
|
|
212
|
+
"Like",
|
|
213
|
+
"Long",
|
|
214
|
+
"Loop",
|
|
215
|
+
"Me",
|
|
216
|
+
"Mod",
|
|
217
|
+
"Module",
|
|
218
|
+
"MustInherit",
|
|
219
|
+
"MustOverride",
|
|
220
|
+
"MyBase",
|
|
221
|
+
"MyClass",
|
|
222
|
+
"NameOf",
|
|
223
|
+
"Namespace",
|
|
224
|
+
"Narrowing",
|
|
225
|
+
"New",
|
|
226
|
+
"Next",
|
|
227
|
+
"Not",
|
|
228
|
+
"Nothing",
|
|
229
|
+
"NotInheritable",
|
|
230
|
+
"NotOverridable",
|
|
231
|
+
"Object",
|
|
232
|
+
"Of",
|
|
233
|
+
"On",
|
|
234
|
+
"Operator",
|
|
235
|
+
"Option",
|
|
236
|
+
"Optional",
|
|
237
|
+
"Or",
|
|
238
|
+
"OrElse",
|
|
239
|
+
"Out",
|
|
240
|
+
"Overloads",
|
|
241
|
+
"Overridable",
|
|
242
|
+
"Overrides",
|
|
243
|
+
"ParamArray",
|
|
244
|
+
"Partial",
|
|
245
|
+
"Private",
|
|
246
|
+
"Property",
|
|
247
|
+
"Protected",
|
|
248
|
+
"Public",
|
|
249
|
+
"RaiseEvent",
|
|
250
|
+
"ReadOnly",
|
|
251
|
+
"ReDim",
|
|
252
|
+
"RemoveHandler",
|
|
253
|
+
"Resume",
|
|
254
|
+
"Return",
|
|
255
|
+
"SByte",
|
|
256
|
+
"Select",
|
|
257
|
+
"Set",
|
|
258
|
+
"Shadows",
|
|
259
|
+
"Shared",
|
|
260
|
+
"Short",
|
|
261
|
+
"Single",
|
|
262
|
+
"Static",
|
|
263
|
+
"Step",
|
|
264
|
+
"Stop",
|
|
265
|
+
"String",
|
|
266
|
+
"Structure",
|
|
267
|
+
"Sub",
|
|
268
|
+
"SyncLock",
|
|
269
|
+
"Then",
|
|
270
|
+
"Throw",
|
|
271
|
+
"To",
|
|
272
|
+
"True",
|
|
273
|
+
"Try",
|
|
274
|
+
"TryCast",
|
|
275
|
+
"TypeOf",
|
|
276
|
+
"UInteger",
|
|
277
|
+
"ULong",
|
|
278
|
+
"UShort",
|
|
279
|
+
"Using",
|
|
280
|
+
"Variant",
|
|
281
|
+
"Wend",
|
|
282
|
+
"When",
|
|
283
|
+
"While",
|
|
284
|
+
"Widening",
|
|
285
|
+
"With",
|
|
286
|
+
"WithEvents",
|
|
287
|
+
"WriteOnly",
|
|
288
|
+
"Xor"
|
|
289
|
+
],
|
|
290
|
+
tagwords: [
|
|
291
|
+
"If",
|
|
292
|
+
"Sub",
|
|
293
|
+
"Select",
|
|
294
|
+
"Try",
|
|
295
|
+
"Class",
|
|
296
|
+
"Enum",
|
|
297
|
+
"Function",
|
|
298
|
+
"Get",
|
|
299
|
+
"Interface",
|
|
300
|
+
"Module",
|
|
301
|
+
"Namespace",
|
|
302
|
+
"Operator",
|
|
303
|
+
"Set",
|
|
304
|
+
"Structure",
|
|
305
|
+
"Using",
|
|
306
|
+
"While",
|
|
307
|
+
"With",
|
|
308
|
+
"Do",
|
|
309
|
+
"Loop",
|
|
310
|
+
"For",
|
|
311
|
+
"Next",
|
|
312
|
+
"Property",
|
|
313
|
+
"Continue",
|
|
314
|
+
"AddHandler",
|
|
315
|
+
"RemoveHandler",
|
|
316
|
+
"Event",
|
|
317
|
+
"RaiseEvent",
|
|
318
|
+
"SyncLock"
|
|
319
|
+
],
|
|
320
|
+
// we include these common regular expressions
|
|
321
|
+
symbols: /[=><!~?;\.,:&|+\-*\/\^%]+/,
|
|
322
|
+
integersuffix: /U?[DI%L&S@]?/,
|
|
323
|
+
floatsuffix: /[R#F!]?/,
|
|
324
|
+
// The main tokenizer for our languages
|
|
325
|
+
tokenizer: {
|
|
326
|
+
root: [
|
|
327
|
+
// whitespace
|
|
328
|
+
{ include: "@whitespace" },
|
|
329
|
+
// special ending tag-words
|
|
330
|
+
[/next(?!\w)/, { token: "keyword.tag-for" }],
|
|
331
|
+
[/loop(?!\w)/, { token: "keyword.tag-do" }],
|
|
332
|
+
// usual ending tags
|
|
333
|
+
[
|
|
334
|
+
/end\s+(?!for|do)(addhandler|class|enum|event|function|get|if|interface|module|namespace|operator|property|raiseevent|removehandler|select|set|structure|sub|synclock|try|while|with|using)/,
|
|
335
|
+
{ token: "keyword.tag-$1" }
|
|
336
|
+
],
|
|
337
|
+
// identifiers, tagwords, and keywords
|
|
338
|
+
[
|
|
339
|
+
/[a-zA-Z_]\w*/,
|
|
340
|
+
{
|
|
341
|
+
cases: {
|
|
342
|
+
"@tagwords": { token: "keyword.tag-$0" },
|
|
343
|
+
"@keywords": { token: "keyword.$0" },
|
|
344
|
+
"@default": "identifier"
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
// Preprocessor directive
|
|
349
|
+
[/^\s*#\w+/, "keyword"],
|
|
350
|
+
// numbers
|
|
351
|
+
[/\d*\d+e([\-+]?\d+)?(@floatsuffix)/, "number.float"],
|
|
352
|
+
[/\d*\.\d+(e[\-+]?\d+)?(@floatsuffix)/, "number.float"],
|
|
353
|
+
[/&H[0-9a-f]+(@integersuffix)/, "number.hex"],
|
|
354
|
+
[/&0[0-7]+(@integersuffix)/, "number.octal"],
|
|
355
|
+
[/\d+(@integersuffix)/, "number"],
|
|
356
|
+
// date literal
|
|
357
|
+
[/#.*#/, "number"],
|
|
358
|
+
// delimiters and operators
|
|
359
|
+
[/[{}()\[\]]/, "@brackets"],
|
|
360
|
+
[/@symbols/, "delimiter"],
|
|
361
|
+
// strings
|
|
362
|
+
[/["\u201c\u201d]/, { token: "string.quote", next: "@string" }]
|
|
363
|
+
],
|
|
364
|
+
whitespace: [
|
|
365
|
+
[/[ \t\r\n]+/, ""],
|
|
366
|
+
[/(\'|REM(?!\w)).*$/, "comment"]
|
|
367
|
+
],
|
|
368
|
+
string: [
|
|
369
|
+
[/[^"\u201c\u201d]+/, "string"],
|
|
370
|
+
[/["\u201c\u201d]{2}/, "string.escape"],
|
|
371
|
+
[/["\u201c\u201d]C?/, { token: "string.quote", next: "@pop" }]
|
|
372
|
+
]
|
|
373
|
+
}
|
|
374
|
+
};
|
|
375
|
+
export {
|
|
376
|
+
e as conf,
|
|
377
|
+
n as language
|
|
378
|
+
};
|