@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,517 @@
|
|
|
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: ["=begin", "=end"]
|
|
11
|
+
},
|
|
12
|
+
brackets: [
|
|
13
|
+
["(", ")"],
|
|
14
|
+
["{", "}"],
|
|
15
|
+
["[", "]"]
|
|
16
|
+
],
|
|
17
|
+
autoClosingPairs: [
|
|
18
|
+
{ open: "{", close: "}" },
|
|
19
|
+
{ open: "[", close: "]" },
|
|
20
|
+
{ open: "(", close: ")" },
|
|
21
|
+
{ open: '"', close: '"' },
|
|
22
|
+
{ open: "'", close: "'" }
|
|
23
|
+
],
|
|
24
|
+
surroundingPairs: [
|
|
25
|
+
{ open: "{", close: "}" },
|
|
26
|
+
{ open: "[", close: "]" },
|
|
27
|
+
{ open: "(", close: ")" },
|
|
28
|
+
{ open: '"', close: '"' },
|
|
29
|
+
{ open: "'", close: "'" }
|
|
30
|
+
],
|
|
31
|
+
indentationRules: {
|
|
32
|
+
increaseIndentPattern: new RegExp(
|
|
33
|
+
`^\\s*((begin|class|(private|protected)\\s+def|def|else|elsif|ensure|for|if|module|rescue|unless|until|when|while|case)|([^#]*\\sdo\\b)|([^#]*=\\s*(case|if|unless)))\\b([^#\\{;]|("|'|/).*\\4)*(#.*)?$`
|
|
34
|
+
),
|
|
35
|
+
decreaseIndentPattern: new RegExp(
|
|
36
|
+
"^\\s*([}\\]]([,)]?\\s*(#|$)|\\.[a-zA-Z_]\\w*\\b)|(end|rescue|ensure|else|elsif|when)\\b)"
|
|
37
|
+
)
|
|
38
|
+
}
|
|
39
|
+
}, t = {
|
|
40
|
+
tokenPostfix: ".ruby",
|
|
41
|
+
keywords: [
|
|
42
|
+
"__LINE__",
|
|
43
|
+
"__ENCODING__",
|
|
44
|
+
"__FILE__",
|
|
45
|
+
"BEGIN",
|
|
46
|
+
"END",
|
|
47
|
+
"alias",
|
|
48
|
+
"and",
|
|
49
|
+
"begin",
|
|
50
|
+
"break",
|
|
51
|
+
"case",
|
|
52
|
+
"class",
|
|
53
|
+
"def",
|
|
54
|
+
"defined?",
|
|
55
|
+
"do",
|
|
56
|
+
"else",
|
|
57
|
+
"elsif",
|
|
58
|
+
"end",
|
|
59
|
+
"ensure",
|
|
60
|
+
"for",
|
|
61
|
+
"false",
|
|
62
|
+
"if",
|
|
63
|
+
"in",
|
|
64
|
+
"module",
|
|
65
|
+
"next",
|
|
66
|
+
"nil",
|
|
67
|
+
"not",
|
|
68
|
+
"or",
|
|
69
|
+
"redo",
|
|
70
|
+
"rescue",
|
|
71
|
+
"retry",
|
|
72
|
+
"return",
|
|
73
|
+
"self",
|
|
74
|
+
"super",
|
|
75
|
+
"then",
|
|
76
|
+
"true",
|
|
77
|
+
"undef",
|
|
78
|
+
"unless",
|
|
79
|
+
"until",
|
|
80
|
+
"when",
|
|
81
|
+
"while",
|
|
82
|
+
"yield"
|
|
83
|
+
],
|
|
84
|
+
keywordops: ["::", "..", "...", "?", ":", "=>"],
|
|
85
|
+
builtins: [
|
|
86
|
+
"require",
|
|
87
|
+
"public",
|
|
88
|
+
"private",
|
|
89
|
+
"include",
|
|
90
|
+
"extend",
|
|
91
|
+
"attr_reader",
|
|
92
|
+
"protected",
|
|
93
|
+
"private_class_method",
|
|
94
|
+
"protected_class_method",
|
|
95
|
+
"new"
|
|
96
|
+
],
|
|
97
|
+
// these are closed by 'end' (if, while and until are handled separately)
|
|
98
|
+
declarations: [
|
|
99
|
+
"module",
|
|
100
|
+
"class",
|
|
101
|
+
"def",
|
|
102
|
+
"case",
|
|
103
|
+
"do",
|
|
104
|
+
"begin",
|
|
105
|
+
"for",
|
|
106
|
+
"if",
|
|
107
|
+
"while",
|
|
108
|
+
"until",
|
|
109
|
+
"unless"
|
|
110
|
+
],
|
|
111
|
+
linedecls: ["def", "case", "do", "begin", "for", "if", "while", "until", "unless"],
|
|
112
|
+
operators: [
|
|
113
|
+
"^",
|
|
114
|
+
"&",
|
|
115
|
+
"|",
|
|
116
|
+
"<=>",
|
|
117
|
+
"==",
|
|
118
|
+
"===",
|
|
119
|
+
"!~",
|
|
120
|
+
"=~",
|
|
121
|
+
">",
|
|
122
|
+
">=",
|
|
123
|
+
"<",
|
|
124
|
+
"<=",
|
|
125
|
+
"<<",
|
|
126
|
+
">>",
|
|
127
|
+
"+",
|
|
128
|
+
"-",
|
|
129
|
+
"*",
|
|
130
|
+
"/",
|
|
131
|
+
"%",
|
|
132
|
+
"**",
|
|
133
|
+
"~",
|
|
134
|
+
"+@",
|
|
135
|
+
"-@",
|
|
136
|
+
"[]",
|
|
137
|
+
"[]=",
|
|
138
|
+
"`",
|
|
139
|
+
"+=",
|
|
140
|
+
"-=",
|
|
141
|
+
"*=",
|
|
142
|
+
"**=",
|
|
143
|
+
"/=",
|
|
144
|
+
"^=",
|
|
145
|
+
"%=",
|
|
146
|
+
"<<=",
|
|
147
|
+
">>=",
|
|
148
|
+
"&=",
|
|
149
|
+
"&&=",
|
|
150
|
+
"||=",
|
|
151
|
+
"|="
|
|
152
|
+
],
|
|
153
|
+
brackets: [
|
|
154
|
+
{ open: "(", close: ")", token: "delimiter.parenthesis" },
|
|
155
|
+
{ open: "{", close: "}", token: "delimiter.curly" },
|
|
156
|
+
{ open: "[", close: "]", token: "delimiter.square" }
|
|
157
|
+
],
|
|
158
|
+
// we include these common regular expressions
|
|
159
|
+
symbols: /[=><!~?:&|+\-*\/\^%\.]+/,
|
|
160
|
+
// escape sequences
|
|
161
|
+
escape: /(?:[abefnrstv\\"'\n\r]|[0-7]{1,3}|x[0-9A-Fa-f]{1,2}|u[0-9A-Fa-f]{4})/,
|
|
162
|
+
escapes: /\\(?:C\-(@escape|.)|c(@escape|.)|@escape)/,
|
|
163
|
+
decpart: /\d(_?\d)*/,
|
|
164
|
+
decimal: /0|@decpart/,
|
|
165
|
+
delim: /[^a-zA-Z0-9\s\n\r]/,
|
|
166
|
+
heredelim: /(?:\w+|'[^']*'|"[^"]*"|`[^`]*`)/,
|
|
167
|
+
regexpctl: /[(){}\[\]\$\^|\-*+?\.]/,
|
|
168
|
+
regexpesc: /\\(?:[AzZbBdDfnrstvwWn0\\\/]|@regexpctl|c[A-Z]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4})?/,
|
|
169
|
+
// The main tokenizer for our languages
|
|
170
|
+
tokenizer: {
|
|
171
|
+
// Main entry.
|
|
172
|
+
// root.<decl> where decl is the current opening declaration (like 'class')
|
|
173
|
+
root: [
|
|
174
|
+
// identifiers and keywords
|
|
175
|
+
// most complexity here is due to matching 'end' correctly with declarations.
|
|
176
|
+
// We distinguish a declaration that comes first on a line, versus declarations further on a line (which are most likey modifiers)
|
|
177
|
+
[
|
|
178
|
+
/^(\s*)([a-z_]\w*[!?=]?)/,
|
|
179
|
+
[
|
|
180
|
+
"white",
|
|
181
|
+
{
|
|
182
|
+
cases: {
|
|
183
|
+
"for|until|while": {
|
|
184
|
+
token: "keyword.$2",
|
|
185
|
+
next: "@dodecl.$2"
|
|
186
|
+
},
|
|
187
|
+
"@declarations": {
|
|
188
|
+
token: "keyword.$2",
|
|
189
|
+
next: "@root.$2"
|
|
190
|
+
},
|
|
191
|
+
end: { token: "keyword.$S2", next: "@pop" },
|
|
192
|
+
"@keywords": "keyword",
|
|
193
|
+
"@builtins": "predefined",
|
|
194
|
+
"@default": "identifier"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
],
|
|
199
|
+
[
|
|
200
|
+
/[a-z_]\w*[!?=]?/,
|
|
201
|
+
{
|
|
202
|
+
cases: {
|
|
203
|
+
"if|unless|while|until": {
|
|
204
|
+
token: "keyword.$0x",
|
|
205
|
+
next: "@modifier.$0x"
|
|
206
|
+
},
|
|
207
|
+
for: { token: "keyword.$2", next: "@dodecl.$2" },
|
|
208
|
+
"@linedecls": { token: "keyword.$0", next: "@root.$0" },
|
|
209
|
+
end: { token: "keyword.$S2", next: "@pop" },
|
|
210
|
+
"@keywords": "keyword",
|
|
211
|
+
"@builtins": "predefined",
|
|
212
|
+
"@default": "identifier"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
[/[A-Z][\w]*[!?=]?/, "constructor.identifier"],
|
|
217
|
+
// constant
|
|
218
|
+
[/\$[\w]*/, "global.constant"],
|
|
219
|
+
// global
|
|
220
|
+
[/@[\w]*/, "namespace.instance.identifier"],
|
|
221
|
+
// instance
|
|
222
|
+
[/@@@[\w]*/, "namespace.class.identifier"],
|
|
223
|
+
// class
|
|
224
|
+
// here document
|
|
225
|
+
[/<<[-~](@heredelim).*/, { token: "string.heredoc.delimiter", next: "@heredoc.$1" }],
|
|
226
|
+
[/[ \t\r\n]+<<(@heredelim).*/, { token: "string.heredoc.delimiter", next: "@heredoc.$1" }],
|
|
227
|
+
[/^<<(@heredelim).*/, { token: "string.heredoc.delimiter", next: "@heredoc.$1" }],
|
|
228
|
+
// whitespace
|
|
229
|
+
{ include: "@whitespace" },
|
|
230
|
+
// strings
|
|
231
|
+
[/"/, { token: "string.d.delim", next: '@dstring.d."' }],
|
|
232
|
+
[/'/, { token: "string.sq.delim", next: "@sstring.sq" }],
|
|
233
|
+
// % literals. For efficiency, rematch in the 'pstring' state
|
|
234
|
+
[/%([rsqxwW]|Q?)/, { token: "@rematch", next: "pstring" }],
|
|
235
|
+
// commands and symbols
|
|
236
|
+
[/`/, { token: "string.x.delim", next: "@dstring.x.`" }],
|
|
237
|
+
[/:(\w|[$@])\w*[!?=]?/, "string.s"],
|
|
238
|
+
[/:"/, { token: "string.s.delim", next: '@dstring.s."' }],
|
|
239
|
+
[/:'/, { token: "string.s.delim", next: "@sstring.s" }],
|
|
240
|
+
// regular expressions. Lookahead for a (not escaped) closing forwardslash on the same line
|
|
241
|
+
[/\/(?=(\\\/|[^\/\n])+\/)/, { token: "regexp.delim", next: "@regexp" }],
|
|
242
|
+
// delimiters and operators
|
|
243
|
+
[/[{}()\[\]]/, "@brackets"],
|
|
244
|
+
[
|
|
245
|
+
/@symbols/,
|
|
246
|
+
{
|
|
247
|
+
cases: {
|
|
248
|
+
"@keywordops": "keyword",
|
|
249
|
+
"@operators": "operator",
|
|
250
|
+
"@default": ""
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
[/[;,]/, "delimiter"],
|
|
255
|
+
// numbers
|
|
256
|
+
[/0[xX][0-9a-fA-F](_?[0-9a-fA-F])*/, "number.hex"],
|
|
257
|
+
[/0[_oO][0-7](_?[0-7])*/, "number.octal"],
|
|
258
|
+
[/0[bB][01](_?[01])*/, "number.binary"],
|
|
259
|
+
[/0[dD]@decpart/, "number"],
|
|
260
|
+
[
|
|
261
|
+
/@decimal((\.@decpart)?([eE][\-+]?@decpart)?)/,
|
|
262
|
+
{
|
|
263
|
+
cases: {
|
|
264
|
+
$1: "number.float",
|
|
265
|
+
"@default": "number"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
]
|
|
269
|
+
],
|
|
270
|
+
// used to not treat a 'do' as a block opener if it occurs on the same
|
|
271
|
+
// line as a 'do' statement: 'while|until|for'
|
|
272
|
+
// dodecl.<decl> where decl is the declarations started, like 'while'
|
|
273
|
+
dodecl: [
|
|
274
|
+
[/^/, { token: "", switchTo: "@root.$S2" }],
|
|
275
|
+
// get out of do-skipping mode on a new line
|
|
276
|
+
[
|
|
277
|
+
/[a-z_]\w*[!?=]?/,
|
|
278
|
+
{
|
|
279
|
+
cases: {
|
|
280
|
+
end: { token: "keyword.$S2", next: "@pop" },
|
|
281
|
+
// end on same line
|
|
282
|
+
do: { token: "keyword", switchTo: "@root.$S2" },
|
|
283
|
+
// do on same line: not an open bracket here
|
|
284
|
+
"@linedecls": {
|
|
285
|
+
token: "@rematch",
|
|
286
|
+
switchTo: "@root.$S2"
|
|
287
|
+
},
|
|
288
|
+
// other declaration on same line: rematch
|
|
289
|
+
"@keywords": "keyword",
|
|
290
|
+
"@builtins": "predefined",
|
|
291
|
+
"@default": "identifier"
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
{ include: "@root" }
|
|
296
|
+
],
|
|
297
|
+
// used to prevent potential modifiers ('if|until|while|unless') to match
|
|
298
|
+
// with 'end' keywords.
|
|
299
|
+
// modifier.<decl>x where decl is the declaration starter, like 'if'
|
|
300
|
+
modifier: [
|
|
301
|
+
[/^/, "", "@pop"],
|
|
302
|
+
// it was a modifier: get out of modifier mode on a new line
|
|
303
|
+
[
|
|
304
|
+
/[a-z_]\w*[!?=]?/,
|
|
305
|
+
{
|
|
306
|
+
cases: {
|
|
307
|
+
end: { token: "keyword.$S2", next: "@pop" },
|
|
308
|
+
// end on same line
|
|
309
|
+
"then|else|elsif|do": {
|
|
310
|
+
token: "keyword",
|
|
311
|
+
switchTo: "@root.$S2"
|
|
312
|
+
},
|
|
313
|
+
// real declaration and not a modifier
|
|
314
|
+
"@linedecls": {
|
|
315
|
+
token: "@rematch",
|
|
316
|
+
switchTo: "@root.$S2"
|
|
317
|
+
},
|
|
318
|
+
// other declaration => not a modifier
|
|
319
|
+
"@keywords": "keyword",
|
|
320
|
+
"@builtins": "predefined",
|
|
321
|
+
"@default": "identifier"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
{ include: "@root" }
|
|
326
|
+
],
|
|
327
|
+
// single quote strings (also used for symbols)
|
|
328
|
+
// sstring.<kind> where kind is 'sq' (single quote) or 's' (symbol)
|
|
329
|
+
sstring: [
|
|
330
|
+
[/[^\\']+/, "string.$S2"],
|
|
331
|
+
[/\\\\|\\'|\\$/, "string.$S2.escape"],
|
|
332
|
+
[/\\./, "string.$S2.invalid"],
|
|
333
|
+
[/'/, { token: "string.$S2.delim", next: "@pop" }]
|
|
334
|
+
],
|
|
335
|
+
// double quoted "string".
|
|
336
|
+
// dstring.<kind>.<delim> where kind is 'd' (double quoted), 'x' (command), or 's' (symbol)
|
|
337
|
+
// and delim is the ending delimiter (" or `)
|
|
338
|
+
dstring: [
|
|
339
|
+
[/[^\\`"#]+/, "string.$S2"],
|
|
340
|
+
[/#/, "string.$S2.escape", "@interpolated"],
|
|
341
|
+
[/\\$/, "string.$S2.escape"],
|
|
342
|
+
[/@escapes/, "string.$S2.escape"],
|
|
343
|
+
[/\\./, "string.$S2.escape.invalid"],
|
|
344
|
+
[
|
|
345
|
+
/[`"]/,
|
|
346
|
+
{
|
|
347
|
+
cases: {
|
|
348
|
+
"$#==$S3": { token: "string.$S2.delim", next: "@pop" },
|
|
349
|
+
"@default": "string.$S2"
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
]
|
|
353
|
+
],
|
|
354
|
+
// literal documents
|
|
355
|
+
// heredoc.<close> where close is the closing delimiter
|
|
356
|
+
heredoc: [
|
|
357
|
+
[
|
|
358
|
+
/^(\s*)(@heredelim)$/,
|
|
359
|
+
{
|
|
360
|
+
cases: {
|
|
361
|
+
"$2==$S2": ["string.heredoc", { token: "string.heredoc.delimiter", next: "@pop" }],
|
|
362
|
+
"@default": ["string.heredoc", "string.heredoc"]
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
],
|
|
366
|
+
[/.*/, "string.heredoc"]
|
|
367
|
+
],
|
|
368
|
+
// interpolated sequence
|
|
369
|
+
interpolated: [
|
|
370
|
+
[/\$\w*/, "global.constant", "@pop"],
|
|
371
|
+
[/@\w*/, "namespace.class.identifier", "@pop"],
|
|
372
|
+
[/@@@\w*/, "namespace.instance.identifier", "@pop"],
|
|
373
|
+
[
|
|
374
|
+
/[{]/,
|
|
375
|
+
{
|
|
376
|
+
token: "string.escape.curly",
|
|
377
|
+
switchTo: "@interpolated_compound"
|
|
378
|
+
}
|
|
379
|
+
],
|
|
380
|
+
["", "", "@pop"]
|
|
381
|
+
// just a # is interpreted as a #
|
|
382
|
+
],
|
|
383
|
+
// any code
|
|
384
|
+
interpolated_compound: [
|
|
385
|
+
[/[}]/, { token: "string.escape.curly", next: "@pop" }],
|
|
386
|
+
{ include: "@root" }
|
|
387
|
+
],
|
|
388
|
+
// %r quoted regexp
|
|
389
|
+
// pregexp.<open>.<close> where open/close are the open/close delimiter
|
|
390
|
+
pregexp: [
|
|
391
|
+
{ include: "@whitespace" },
|
|
392
|
+
// turns out that you can quote using regex control characters, aargh!
|
|
393
|
+
// for example; %r|kgjgaj| is ok (even though | is used for alternation)
|
|
394
|
+
// so, we need to match those first
|
|
395
|
+
[
|
|
396
|
+
/[^\(\{\[\\]/,
|
|
397
|
+
{
|
|
398
|
+
cases: {
|
|
399
|
+
"$#==$S3": { token: "regexp.delim", next: "@pop" },
|
|
400
|
+
"$#==$S2": { token: "regexp.delim", next: "@push" },
|
|
401
|
+
// nested delimiters are allowed..
|
|
402
|
+
"~[)}\\]]": "@brackets.regexp.escape.control",
|
|
403
|
+
"~@regexpctl": "regexp.escape.control",
|
|
404
|
+
"@default": "regexp"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
{ include: "@regexcontrol" }
|
|
409
|
+
],
|
|
410
|
+
// We match regular expression quite precisely
|
|
411
|
+
regexp: [
|
|
412
|
+
{ include: "@regexcontrol" },
|
|
413
|
+
[/[^\\\/]/, "regexp"],
|
|
414
|
+
["/[ixmp]*", { token: "regexp.delim" }, "@pop"]
|
|
415
|
+
],
|
|
416
|
+
regexcontrol: [
|
|
417
|
+
[
|
|
418
|
+
/(\{)(\d+(?:,\d*)?)(\})/,
|
|
419
|
+
[
|
|
420
|
+
"@brackets.regexp.escape.control",
|
|
421
|
+
"regexp.escape.control",
|
|
422
|
+
"@brackets.regexp.escape.control"
|
|
423
|
+
]
|
|
424
|
+
],
|
|
425
|
+
[
|
|
426
|
+
/(\[)(\^?)/,
|
|
427
|
+
["@brackets.regexp.escape.control", { token: "regexp.escape.control", next: "@regexrange" }]
|
|
428
|
+
],
|
|
429
|
+
[/(\()(\?[:=!])/, ["@brackets.regexp.escape.control", "regexp.escape.control"]],
|
|
430
|
+
[/\(\?#/, { token: "regexp.escape.control", next: "@regexpcomment" }],
|
|
431
|
+
[/[()]/, "@brackets.regexp.escape.control"],
|
|
432
|
+
[/@regexpctl/, "regexp.escape.control"],
|
|
433
|
+
[/\\$/, "regexp.escape"],
|
|
434
|
+
[/@regexpesc/, "regexp.escape"],
|
|
435
|
+
[/\\\./, "regexp.invalid"],
|
|
436
|
+
[/#/, "regexp.escape", "@interpolated"]
|
|
437
|
+
],
|
|
438
|
+
regexrange: [
|
|
439
|
+
[/-/, "regexp.escape.control"],
|
|
440
|
+
[/\^/, "regexp.invalid"],
|
|
441
|
+
[/\\$/, "regexp.escape"],
|
|
442
|
+
[/@regexpesc/, "regexp.escape"],
|
|
443
|
+
[/[^\]]/, "regexp"],
|
|
444
|
+
[/\]/, "@brackets.regexp.escape.control", "@pop"]
|
|
445
|
+
],
|
|
446
|
+
regexpcomment: [
|
|
447
|
+
[/[^)]+/, "comment"],
|
|
448
|
+
[/\)/, { token: "regexp.escape.control", next: "@pop" }]
|
|
449
|
+
],
|
|
450
|
+
// % quoted strings
|
|
451
|
+
// A bit repetitive since we need to often special case the kind of ending delimiter
|
|
452
|
+
pstring: [
|
|
453
|
+
[/%([qws])\(/, { token: "string.$1.delim", switchTo: "@qstring.$1.(.)" }],
|
|
454
|
+
[/%([qws])\[/, { token: "string.$1.delim", switchTo: "@qstring.$1.[.]" }],
|
|
455
|
+
[/%([qws])\{/, { token: "string.$1.delim", switchTo: "@qstring.$1.{.}" }],
|
|
456
|
+
[/%([qws])</, { token: "string.$1.delim", switchTo: "@qstring.$1.<.>" }],
|
|
457
|
+
[/%([qws])(@delim)/, { token: "string.$1.delim", switchTo: "@qstring.$1.$2.$2" }],
|
|
458
|
+
[/%r\(/, { token: "regexp.delim", switchTo: "@pregexp.(.)" }],
|
|
459
|
+
[/%r\[/, { token: "regexp.delim", switchTo: "@pregexp.[.]" }],
|
|
460
|
+
[/%r\{/, { token: "regexp.delim", switchTo: "@pregexp.{.}" }],
|
|
461
|
+
[/%r</, { token: "regexp.delim", switchTo: "@pregexp.<.>" }],
|
|
462
|
+
[/%r(@delim)/, { token: "regexp.delim", switchTo: "@pregexp.$1.$1" }],
|
|
463
|
+
[/%(x|W|Q?)\(/, { token: "string.$1.delim", switchTo: "@qqstring.$1.(.)" }],
|
|
464
|
+
[/%(x|W|Q?)\[/, { token: "string.$1.delim", switchTo: "@qqstring.$1.[.]" }],
|
|
465
|
+
[/%(x|W|Q?)\{/, { token: "string.$1.delim", switchTo: "@qqstring.$1.{.}" }],
|
|
466
|
+
[/%(x|W|Q?)</, { token: "string.$1.delim", switchTo: "@qqstring.$1.<.>" }],
|
|
467
|
+
[/%(x|W|Q?)(@delim)/, { token: "string.$1.delim", switchTo: "@qqstring.$1.$2.$2" }],
|
|
468
|
+
[/%([rqwsxW]|Q?)./, { token: "invalid", next: "@pop" }],
|
|
469
|
+
// recover
|
|
470
|
+
[/./, { token: "invalid", next: "@pop" }]
|
|
471
|
+
// recover
|
|
472
|
+
],
|
|
473
|
+
// non-expanded quoted string.
|
|
474
|
+
// qstring.<kind>.<open>.<close>
|
|
475
|
+
// kind = q|w|s (single quote, array, symbol)
|
|
476
|
+
// open = open delimiter
|
|
477
|
+
// close = close delimiter
|
|
478
|
+
qstring: [
|
|
479
|
+
[/\\$/, "string.$S2.escape"],
|
|
480
|
+
[/\\./, "string.$S2.escape"],
|
|
481
|
+
[
|
|
482
|
+
/./,
|
|
483
|
+
{
|
|
484
|
+
cases: {
|
|
485
|
+
"$#==$S4": { token: "string.$S2.delim", next: "@pop" },
|
|
486
|
+
"$#==$S3": { token: "string.$S2.delim", next: "@push" },
|
|
487
|
+
// nested delimiters are allowed..
|
|
488
|
+
"@default": "string.$S2"
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
]
|
|
492
|
+
],
|
|
493
|
+
// expanded quoted string.
|
|
494
|
+
// qqstring.<kind>.<open>.<close>
|
|
495
|
+
// kind = Q|W|x (double quote, array, command)
|
|
496
|
+
// open = open delimiter
|
|
497
|
+
// close = close delimiter
|
|
498
|
+
qqstring: [[/#/, "string.$S2.escape", "@interpolated"], { include: "@qstring" }],
|
|
499
|
+
// whitespace & comments
|
|
500
|
+
whitespace: [
|
|
501
|
+
[/[ \t\r\n]+/, ""],
|
|
502
|
+
[/^\s*=begin\b/, "comment", "@comment"],
|
|
503
|
+
[/#.*$/, "comment"]
|
|
504
|
+
],
|
|
505
|
+
comment: [
|
|
506
|
+
[/[^=]+/, "comment"],
|
|
507
|
+
[/^\s*=begin\b/, "comment.invalid"],
|
|
508
|
+
// nested comment
|
|
509
|
+
[/^\s*=end\b.*/, "comment", "@pop"],
|
|
510
|
+
[/[=]/, "comment"]
|
|
511
|
+
]
|
|
512
|
+
}
|
|
513
|
+
};
|
|
514
|
+
export {
|
|
515
|
+
e as conf,
|
|
516
|
+
t as language
|
|
517
|
+
};
|