@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,235 @@
|
|
|
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
|
+
blockComment: ["<!--", "-->"]
|
|
10
|
+
},
|
|
11
|
+
brackets: [
|
|
12
|
+
["{", "}"],
|
|
13
|
+
["[", "]"],
|
|
14
|
+
["(", ")"]
|
|
15
|
+
],
|
|
16
|
+
autoClosingPairs: [
|
|
17
|
+
{ open: "{", close: "}" },
|
|
18
|
+
{ open: "[", close: "]" },
|
|
19
|
+
{ open: "(", close: ")" },
|
|
20
|
+
{ open: "<", close: ">", notIn: ["string"] }
|
|
21
|
+
],
|
|
22
|
+
surroundingPairs: [
|
|
23
|
+
{ open: "(", close: ")" },
|
|
24
|
+
{ open: "[", close: "]" },
|
|
25
|
+
{ open: "`", close: "`" }
|
|
26
|
+
],
|
|
27
|
+
folding: {
|
|
28
|
+
markers: {
|
|
29
|
+
start: new RegExp("^\\s*<!--\\s*#?region\\b.*-->"),
|
|
30
|
+
end: new RegExp("^\\s*<!--\\s*#?endregion\\b.*-->")
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}, t = {
|
|
34
|
+
defaultToken: "",
|
|
35
|
+
tokenPostfix: ".md",
|
|
36
|
+
// escape codes
|
|
37
|
+
control: /[\\`*_\[\]{}()#+\-\.!]/,
|
|
38
|
+
noncontrol: /[^\\`*_\[\]{}()#+\-\.!]/,
|
|
39
|
+
escapes: /\\(?:@control)/,
|
|
40
|
+
// escape codes for javascript/CSS strings
|
|
41
|
+
jsescapes: /\\(?:[btnfr\\"']|[0-7][0-7]?|[0-3][0-7]{2})/,
|
|
42
|
+
// non matched elements
|
|
43
|
+
empty: [
|
|
44
|
+
"area",
|
|
45
|
+
"base",
|
|
46
|
+
"basefont",
|
|
47
|
+
"br",
|
|
48
|
+
"col",
|
|
49
|
+
"frame",
|
|
50
|
+
"hr",
|
|
51
|
+
"img",
|
|
52
|
+
"input",
|
|
53
|
+
"isindex",
|
|
54
|
+
"link",
|
|
55
|
+
"meta",
|
|
56
|
+
"param"
|
|
57
|
+
],
|
|
58
|
+
tokenizer: {
|
|
59
|
+
root: [
|
|
60
|
+
// markdown tables
|
|
61
|
+
[/^\s*\|/, "@rematch", "@table_header"],
|
|
62
|
+
// headers (with #)
|
|
63
|
+
[/^(\s{0,3})(#+)((?:[^\\#]|@escapes)+)((?:#+)?)/, ["white", "keyword", "keyword", "keyword"]],
|
|
64
|
+
// headers (with =)
|
|
65
|
+
[/^\s*(=+|\-+)\s*$/, "keyword"],
|
|
66
|
+
// headers (with ***)
|
|
67
|
+
[/^\s*((\*[ ]?)+)\s*$/, "meta.separator"],
|
|
68
|
+
// quote
|
|
69
|
+
[/^\s*>+/, "comment"],
|
|
70
|
+
// list (starting with * or number)
|
|
71
|
+
[/^\s*([\*\-+:]|\d+\.)\s/, "keyword"],
|
|
72
|
+
// code block (4 spaces indent)
|
|
73
|
+
[/^(\t|[ ]{4})[^ ].*$/, "string"],
|
|
74
|
+
// code block (3 tilde)
|
|
75
|
+
[/^\s*~~~\s*((?:\w|[\/\-#])+)?\s*$/, { token: "string", next: "@codeblock" }],
|
|
76
|
+
// github style code blocks (with backticks and language)
|
|
77
|
+
[
|
|
78
|
+
/^\s*```\s*((?:\w|[\/\-#])+).*$/,
|
|
79
|
+
{ token: "string", next: "@codeblockgh", nextEmbedded: "$1" }
|
|
80
|
+
],
|
|
81
|
+
// github style code blocks (with backticks but no language)
|
|
82
|
+
[/^\s*```\s*$/, { token: "string", next: "@codeblock" }],
|
|
83
|
+
// markup within lines
|
|
84
|
+
{ include: "@linecontent" }
|
|
85
|
+
],
|
|
86
|
+
table_header: [
|
|
87
|
+
{ include: "@table_common" },
|
|
88
|
+
[/[^\|]+/, "keyword.table.header"]
|
|
89
|
+
// table header
|
|
90
|
+
],
|
|
91
|
+
table_body: [{ include: "@table_common" }, { include: "@linecontent" }],
|
|
92
|
+
table_common: [
|
|
93
|
+
[/\s*[\-:]+\s*/, { token: "keyword", switchTo: "table_body" }],
|
|
94
|
+
// header-divider
|
|
95
|
+
[/^\s*\|/, "keyword.table.left"],
|
|
96
|
+
// opening |
|
|
97
|
+
[/^\s*[^\|]/, "@rematch", "@pop"],
|
|
98
|
+
// exiting
|
|
99
|
+
[/^\s*$/, "@rematch", "@pop"],
|
|
100
|
+
// exiting
|
|
101
|
+
[
|
|
102
|
+
/\|/,
|
|
103
|
+
{
|
|
104
|
+
cases: {
|
|
105
|
+
"@eos": "keyword.table.right",
|
|
106
|
+
// closing |
|
|
107
|
+
"@default": "keyword.table.middle"
|
|
108
|
+
// inner |
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
],
|
|
113
|
+
codeblock: [
|
|
114
|
+
[/^\s*~~~\s*$/, { token: "string", next: "@pop" }],
|
|
115
|
+
[/^\s*```\s*$/, { token: "string", next: "@pop" }],
|
|
116
|
+
[/.*$/, "variable.source"]
|
|
117
|
+
],
|
|
118
|
+
// github style code blocks
|
|
119
|
+
codeblockgh: [
|
|
120
|
+
[/```\s*$/, { token: "string", next: "@pop", nextEmbedded: "@pop" }],
|
|
121
|
+
[/[^`]+/, "variable.source"]
|
|
122
|
+
],
|
|
123
|
+
linecontent: [
|
|
124
|
+
// escapes
|
|
125
|
+
[/&\w+;/, "string.escape"],
|
|
126
|
+
[/@escapes/, "escape"],
|
|
127
|
+
// various markup
|
|
128
|
+
[/\b__([^\\_]|@escapes|_(?!_))+__\b/, "strong"],
|
|
129
|
+
[/\*\*([^\\*]|@escapes|\*(?!\*))+\*\*/, "strong"],
|
|
130
|
+
[/\b_[^_]+_\b/, "emphasis"],
|
|
131
|
+
[/\*([^\\*]|@escapes)+\*/, "emphasis"],
|
|
132
|
+
[/`([^\\`]|@escapes)+`/, "variable"],
|
|
133
|
+
// links
|
|
134
|
+
[/\{+[^}]+\}+/, "string.target"],
|
|
135
|
+
[/(!?\[)((?:[^\]\\]|@escapes)*)(\]\([^\)]+\))/, ["string.link", "", "string.link"]],
|
|
136
|
+
[/(!?\[)((?:[^\]\\]|@escapes)*)(\])/, "string.link"],
|
|
137
|
+
// or html
|
|
138
|
+
{ include: "html" }
|
|
139
|
+
],
|
|
140
|
+
// Note: it is tempting to rather switch to the real HTML mode instead of building our own here
|
|
141
|
+
// but currently there is a limitation in Monarch that prevents us from doing it: The opening
|
|
142
|
+
// '<' would start the HTML mode, however there is no way to jump 1 character back to let the
|
|
143
|
+
// HTML mode also tokenize the opening angle bracket. Thus, even though we could jump to HTML,
|
|
144
|
+
// we cannot correctly tokenize it in that mode yet.
|
|
145
|
+
html: [
|
|
146
|
+
// html tags
|
|
147
|
+
[/<(\w+)\/>/, "tag"],
|
|
148
|
+
[
|
|
149
|
+
/<(\w+)(\-|\w)*/,
|
|
150
|
+
{
|
|
151
|
+
cases: {
|
|
152
|
+
"@empty": { token: "tag", next: "@tag.$1" },
|
|
153
|
+
"@default": { token: "tag", next: "@tag.$1" }
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
[/<\/(\w+)(\-|\w)*\s*>/, { token: "tag" }],
|
|
158
|
+
[/<!--/, "comment", "@comment"]
|
|
159
|
+
],
|
|
160
|
+
comment: [
|
|
161
|
+
[/[^<\-]+/, "comment.content"],
|
|
162
|
+
[/-->/, "comment", "@pop"],
|
|
163
|
+
[/<!--/, "comment.content.invalid"],
|
|
164
|
+
[/[<\-]/, "comment.content"]
|
|
165
|
+
],
|
|
166
|
+
// Almost full HTML tag matching, complete with embedded scripts & styles
|
|
167
|
+
tag: [
|
|
168
|
+
[/[ \t\r\n]+/, "white"],
|
|
169
|
+
[
|
|
170
|
+
/(type)(\s*=\s*)(")([^"]+)(")/,
|
|
171
|
+
[
|
|
172
|
+
"attribute.name.html",
|
|
173
|
+
"delimiter.html",
|
|
174
|
+
"string.html",
|
|
175
|
+
{ token: "string.html", switchTo: "@tag.$S2.$4" },
|
|
176
|
+
"string.html"
|
|
177
|
+
]
|
|
178
|
+
],
|
|
179
|
+
[
|
|
180
|
+
/(type)(\s*=\s*)(')([^']+)(')/,
|
|
181
|
+
[
|
|
182
|
+
"attribute.name.html",
|
|
183
|
+
"delimiter.html",
|
|
184
|
+
"string.html",
|
|
185
|
+
{ token: "string.html", switchTo: "@tag.$S2.$4" },
|
|
186
|
+
"string.html"
|
|
187
|
+
]
|
|
188
|
+
],
|
|
189
|
+
[/(\w+)(\s*=\s*)("[^"]*"|'[^']*')/, ["attribute.name.html", "delimiter.html", "string.html"]],
|
|
190
|
+
[/\w+/, "attribute.name.html"],
|
|
191
|
+
[/\/>/, "tag", "@pop"],
|
|
192
|
+
[
|
|
193
|
+
/>/,
|
|
194
|
+
{
|
|
195
|
+
cases: {
|
|
196
|
+
"$S2==style": {
|
|
197
|
+
token: "tag",
|
|
198
|
+
switchTo: "embeddedStyle",
|
|
199
|
+
nextEmbedded: "text/css"
|
|
200
|
+
},
|
|
201
|
+
"$S2==script": {
|
|
202
|
+
cases: {
|
|
203
|
+
$S3: {
|
|
204
|
+
token: "tag",
|
|
205
|
+
switchTo: "embeddedScript",
|
|
206
|
+
nextEmbedded: "$S3"
|
|
207
|
+
},
|
|
208
|
+
"@default": {
|
|
209
|
+
token: "tag",
|
|
210
|
+
switchTo: "embeddedScript",
|
|
211
|
+
nextEmbedded: "text/javascript"
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"@default": { token: "tag", next: "@pop" }
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
],
|
|
220
|
+
embeddedStyle: [
|
|
221
|
+
[/[^<]+/, ""],
|
|
222
|
+
[/<\/style\s*>/, { token: "@rematch", next: "@pop", nextEmbedded: "@pop" }],
|
|
223
|
+
[/</, ""]
|
|
224
|
+
],
|
|
225
|
+
embeddedScript: [
|
|
226
|
+
[/[^<]+/, ""],
|
|
227
|
+
[/<\/script\s*>/, { token: "@rematch", next: "@pop", nextEmbedded: "@pop" }],
|
|
228
|
+
[/</, ""]
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
export {
|
|
233
|
+
e as conf,
|
|
234
|
+
t as language
|
|
235
|
+
};
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { a8 as s } from "./main-oVvKtGNk.js";
|
|
2
|
+
/*!-----------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
|
+
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
5
|
+
* Released under the MIT license
|
|
6
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
7
|
+
*-----------------------------------------------------------------------------*/
|
|
8
|
+
var d = Object.defineProperty, c = Object.getOwnPropertyDescriptor, p = Object.getOwnPropertyNames, a = Object.prototype.hasOwnProperty, k = (n, e, i, r) => {
|
|
9
|
+
if (e && typeof e == "object" || typeof e == "function")
|
|
10
|
+
for (let o of p(e))
|
|
11
|
+
!a.call(n, o) && o !== i && d(n, o, { get: () => e[o], enumerable: !(r = c(e, o)) || r.enumerable });
|
|
12
|
+
return n;
|
|
13
|
+
}, l = (n, e, i) => (k(n, e, "default"), i), t = {};
|
|
14
|
+
l(t, s);
|
|
15
|
+
var m = {
|
|
16
|
+
comments: {
|
|
17
|
+
blockComment: ["{/*", "*/}"]
|
|
18
|
+
},
|
|
19
|
+
brackets: [["{", "}"]],
|
|
20
|
+
autoClosingPairs: [
|
|
21
|
+
{ open: '"', close: '"' },
|
|
22
|
+
{ open: "'", close: "'" },
|
|
23
|
+
{ open: "“", close: "”" },
|
|
24
|
+
{ open: "‘", close: "’" },
|
|
25
|
+
{ open: "`", close: "`" },
|
|
26
|
+
{ open: "{", close: "}" },
|
|
27
|
+
{ open: "(", close: ")" },
|
|
28
|
+
{ open: "_", close: "_" },
|
|
29
|
+
{ open: "**", close: "**" },
|
|
30
|
+
{ open: "<", close: ">" }
|
|
31
|
+
],
|
|
32
|
+
onEnterRules: [
|
|
33
|
+
{
|
|
34
|
+
beforeText: /^\s*- .+/,
|
|
35
|
+
action: { indentAction: t.languages.IndentAction.None, appendText: "- " }
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
beforeText: /^\s*\+ .+/,
|
|
39
|
+
action: { indentAction: t.languages.IndentAction.None, appendText: "+ " }
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
beforeText: /^\s*\* .+/,
|
|
43
|
+
action: { indentAction: t.languages.IndentAction.None, appendText: "* " }
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
beforeText: /^> /,
|
|
47
|
+
action: { indentAction: t.languages.IndentAction.None, appendText: "> " }
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
beforeText: /<\w+/,
|
|
51
|
+
action: { indentAction: t.languages.IndentAction.Indent }
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
beforeText: /\s+>\s*$/,
|
|
55
|
+
action: { indentAction: t.languages.IndentAction.Indent }
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
beforeText: /<\/\w+>/,
|
|
59
|
+
action: { indentAction: t.languages.IndentAction.Outdent }
|
|
60
|
+
},
|
|
61
|
+
...Array.from({ length: 100 }, (n, e) => ({
|
|
62
|
+
beforeText: new RegExp(`^${e}\\. .+`),
|
|
63
|
+
action: { indentAction: t.languages.IndentAction.None, appendText: `${e + 1}. ` }
|
|
64
|
+
}))
|
|
65
|
+
]
|
|
66
|
+
}, b = {
|
|
67
|
+
defaultToken: "",
|
|
68
|
+
tokenPostfix: ".mdx",
|
|
69
|
+
control: /[!#()*+.[\\\]_`{}\-]/,
|
|
70
|
+
escapes: /\\@control/,
|
|
71
|
+
tokenizer: {
|
|
72
|
+
root: [
|
|
73
|
+
[/^---$/, { token: "meta.content", next: "@frontmatter", nextEmbedded: "yaml" }],
|
|
74
|
+
[/^\s*import/, { token: "keyword", next: "@import", nextEmbedded: "js" }],
|
|
75
|
+
[/^\s*export/, { token: "keyword", next: "@export", nextEmbedded: "js" }],
|
|
76
|
+
[/<\w+/, { token: "type.identifier", next: "@jsx" }],
|
|
77
|
+
[/<\/?\w+>/, "type.identifier"],
|
|
78
|
+
[
|
|
79
|
+
/^(\s*)(>*\s*)(#{1,6}\s)/,
|
|
80
|
+
[{ token: "white" }, { token: "comment" }, { token: "keyword", next: "@header" }]
|
|
81
|
+
],
|
|
82
|
+
[/^(\s*)(>*\s*)([*+-])(\s+)/, ["white", "comment", "keyword", "white"]],
|
|
83
|
+
[/^(\s*)(>*\s*)(\d{1,9}\.)(\s+)/, ["white", "comment", "number", "white"]],
|
|
84
|
+
[/^(\s*)(>*\s*)(\d{1,9}\.)(\s+)/, ["white", "comment", "number", "white"]],
|
|
85
|
+
[/^(\s*)(>*\s*)(-{3,}|\*{3,}|_{3,})$/, ["white", "comment", "keyword"]],
|
|
86
|
+
[/`{3,}(\s.*)?$/, { token: "string", next: "@codeblock_backtick" }],
|
|
87
|
+
[/~{3,}(\s.*)?$/, { token: "string", next: "@codeblock_tilde" }],
|
|
88
|
+
[
|
|
89
|
+
/`{3,}(\S+).*$/,
|
|
90
|
+
{ token: "string", next: "@codeblock_highlight_backtick", nextEmbedded: "$1" }
|
|
91
|
+
],
|
|
92
|
+
[
|
|
93
|
+
/~{3,}(\S+).*$/,
|
|
94
|
+
{ token: "string", next: "@codeblock_highlight_tilde", nextEmbedded: "$1" }
|
|
95
|
+
],
|
|
96
|
+
[/^(\s*)(-{4,})$/, ["white", "comment"]],
|
|
97
|
+
[/^(\s*)(>+)/, ["white", "comment"]],
|
|
98
|
+
{ include: "content" }
|
|
99
|
+
],
|
|
100
|
+
content: [
|
|
101
|
+
[
|
|
102
|
+
/(\[)(.+)(]\()(.+)(\s+".*")(\))/,
|
|
103
|
+
["", "string.link", "", "type.identifier", "string.link", ""]
|
|
104
|
+
],
|
|
105
|
+
[/(\[)(.+)(]\()(.+)(\))/, ["", "type.identifier", "", "string.link", ""]],
|
|
106
|
+
[/(\[)(.+)(]\[)(.+)(])/, ["", "type.identifier", "", "type.identifier", ""]],
|
|
107
|
+
[/(\[)(.+)(]:\s+)(\S*)/, ["", "type.identifier", "", "string.link"]],
|
|
108
|
+
[/(\[)(.+)(])/, ["", "type.identifier", ""]],
|
|
109
|
+
[/`.*`/, "variable.source"],
|
|
110
|
+
[/_/, { token: "emphasis", next: "@emphasis_underscore" }],
|
|
111
|
+
[/\*(?!\*)/, { token: "emphasis", next: "@emphasis_asterisk" }],
|
|
112
|
+
[/\*\*/, { token: "strong", next: "@strong" }],
|
|
113
|
+
[/{/, { token: "delimiter.bracket", next: "@expression", nextEmbedded: "js" }]
|
|
114
|
+
],
|
|
115
|
+
import: [[/'\s*(;|$)/, { token: "string", next: "@pop", nextEmbedded: "@pop" }]],
|
|
116
|
+
expression: [
|
|
117
|
+
[/{/, { token: "delimiter.bracket", next: "@expression" }],
|
|
118
|
+
[/}/, { token: "delimiter.bracket", next: "@pop", nextEmbedded: "@pop" }]
|
|
119
|
+
],
|
|
120
|
+
export: [[/^\s*$/, { token: "delimiter.bracket", next: "@pop", nextEmbedded: "@pop" }]],
|
|
121
|
+
jsx: [
|
|
122
|
+
[/\s+/, ""],
|
|
123
|
+
[/(\w+)(=)("(?:[^"\\]|\\.)*")/, ["attribute.name", "operator", "string"]],
|
|
124
|
+
[/(\w+)(=)('(?:[^'\\]|\\.)*')/, ["attribute.name", "operator", "string"]],
|
|
125
|
+
[/(\w+(?=\s|>|={|$))/, ["attribute.name"]],
|
|
126
|
+
[/={/, { token: "delimiter.bracket", next: "@expression", nextEmbedded: "js" }],
|
|
127
|
+
[/>/, { token: "type.identifier", next: "@pop" }]
|
|
128
|
+
],
|
|
129
|
+
header: [
|
|
130
|
+
[/.$/, { token: "keyword", next: "@pop" }],
|
|
131
|
+
{ include: "content" },
|
|
132
|
+
[/./, { token: "keyword" }]
|
|
133
|
+
],
|
|
134
|
+
strong: [
|
|
135
|
+
[/\*\*/, { token: "strong", next: "@pop" }],
|
|
136
|
+
{ include: "content" },
|
|
137
|
+
[/./, { token: "strong" }]
|
|
138
|
+
],
|
|
139
|
+
emphasis_underscore: [
|
|
140
|
+
[/_/, { token: "emphasis", next: "@pop" }],
|
|
141
|
+
{ include: "content" },
|
|
142
|
+
[/./, { token: "emphasis" }]
|
|
143
|
+
],
|
|
144
|
+
emphasis_asterisk: [
|
|
145
|
+
[/\*(?!\*)/, { token: "emphasis", next: "@pop" }],
|
|
146
|
+
{ include: "content" },
|
|
147
|
+
[/./, { token: "emphasis" }]
|
|
148
|
+
],
|
|
149
|
+
frontmatter: [[/^---$/, { token: "meta.content", nextEmbedded: "@pop", next: "@pop" }]],
|
|
150
|
+
codeblock_highlight_backtick: [
|
|
151
|
+
[/\s*`{3,}\s*$/, { token: "string", next: "@pop", nextEmbedded: "@pop" }],
|
|
152
|
+
[/.*$/, "variable.source"]
|
|
153
|
+
],
|
|
154
|
+
codeblock_highlight_tilde: [
|
|
155
|
+
[/\s*~{3,}\s*$/, { token: "string", next: "@pop", nextEmbedded: "@pop" }],
|
|
156
|
+
[/.*$/, "variable.source"]
|
|
157
|
+
],
|
|
158
|
+
codeblock_backtick: [
|
|
159
|
+
[/\s*`{3,}\s*$/, { token: "string", next: "@pop" }],
|
|
160
|
+
[/.*$/, "variable.source"]
|
|
161
|
+
],
|
|
162
|
+
codeblock_tilde: [
|
|
163
|
+
[/\s*~{3,}\s*$/, { token: "string", next: "@pop" }],
|
|
164
|
+
[/.*$/, "variable.source"]
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
export {
|
|
169
|
+
m as conf,
|
|
170
|
+
b as language
|
|
171
|
+
};
|
|
@@ -0,0 +1,204 @@
|
|
|
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
|
+
wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\@\#%\^\&\*\(\)\=\$\-\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,
|
|
9
|
+
comments: {
|
|
10
|
+
blockComment: ["###", "###"],
|
|
11
|
+
lineComment: "#"
|
|
12
|
+
},
|
|
13
|
+
folding: {
|
|
14
|
+
markers: {
|
|
15
|
+
start: new RegExp("^\\s*#region\\b"),
|
|
16
|
+
end: new RegExp("^\\s*#endregion\\b")
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}, t = {
|
|
20
|
+
defaultToken: "",
|
|
21
|
+
ignoreCase: !1,
|
|
22
|
+
tokenPostfix: ".mips",
|
|
23
|
+
regEx: /\/(?!\/\/)(?:[^\/\\]|\\.)*\/[igm]*/,
|
|
24
|
+
keywords: [
|
|
25
|
+
".data",
|
|
26
|
+
".text",
|
|
27
|
+
"syscall",
|
|
28
|
+
"trap",
|
|
29
|
+
"add",
|
|
30
|
+
"addu",
|
|
31
|
+
"addi",
|
|
32
|
+
"addiu",
|
|
33
|
+
"and",
|
|
34
|
+
"andi",
|
|
35
|
+
"div",
|
|
36
|
+
"divu",
|
|
37
|
+
"mult",
|
|
38
|
+
"multu",
|
|
39
|
+
"nor",
|
|
40
|
+
"or",
|
|
41
|
+
"ori",
|
|
42
|
+
"sll",
|
|
43
|
+
"slv",
|
|
44
|
+
"sra",
|
|
45
|
+
"srav",
|
|
46
|
+
"srl",
|
|
47
|
+
"srlv",
|
|
48
|
+
"sub",
|
|
49
|
+
"subu",
|
|
50
|
+
"xor",
|
|
51
|
+
"xori",
|
|
52
|
+
"lhi",
|
|
53
|
+
"lho",
|
|
54
|
+
"lhi",
|
|
55
|
+
"llo",
|
|
56
|
+
"slt",
|
|
57
|
+
"slti",
|
|
58
|
+
"sltu",
|
|
59
|
+
"sltiu",
|
|
60
|
+
"beq",
|
|
61
|
+
"bgtz",
|
|
62
|
+
"blez",
|
|
63
|
+
"bne",
|
|
64
|
+
"j",
|
|
65
|
+
"jal",
|
|
66
|
+
"jalr",
|
|
67
|
+
"jr",
|
|
68
|
+
"lb",
|
|
69
|
+
"lbu",
|
|
70
|
+
"lh",
|
|
71
|
+
"lhu",
|
|
72
|
+
"lw",
|
|
73
|
+
"li",
|
|
74
|
+
"la",
|
|
75
|
+
"sb",
|
|
76
|
+
"sh",
|
|
77
|
+
"sw",
|
|
78
|
+
"mfhi",
|
|
79
|
+
"mflo",
|
|
80
|
+
"mthi",
|
|
81
|
+
"mtlo",
|
|
82
|
+
"move"
|
|
83
|
+
],
|
|
84
|
+
// we include these common regular expressions
|
|
85
|
+
symbols: /[\.,\:]+/,
|
|
86
|
+
escapes: /\\(?:[abfnrtv\\"'$]|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
|
|
87
|
+
// The main tokenizer for our languages
|
|
88
|
+
tokenizer: {
|
|
89
|
+
root: [
|
|
90
|
+
// identifiers and keywords
|
|
91
|
+
[/\$[a-zA-Z_]\w*/, "variable.predefined"],
|
|
92
|
+
[
|
|
93
|
+
/[.a-zA-Z_]\w*/,
|
|
94
|
+
{
|
|
95
|
+
cases: {
|
|
96
|
+
this: "variable.predefined",
|
|
97
|
+
"@keywords": { token: "keyword.$0" },
|
|
98
|
+
"@default": ""
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
// whitespace
|
|
103
|
+
[/[ \t\r\n]+/, ""],
|
|
104
|
+
// Comments
|
|
105
|
+
[/#.*$/, "comment"],
|
|
106
|
+
// regular expressions
|
|
107
|
+
["///", { token: "regexp", next: "@hereregexp" }],
|
|
108
|
+
[/^(\s*)(@regEx)/, ["", "regexp"]],
|
|
109
|
+
[/(\,)(\s*)(@regEx)/, ["delimiter", "", "regexp"]],
|
|
110
|
+
[/(\:)(\s*)(@regEx)/, ["delimiter", "", "regexp"]],
|
|
111
|
+
// delimiters
|
|
112
|
+
[/@symbols/, "delimiter"],
|
|
113
|
+
// numbers
|
|
114
|
+
[/\d+[eE]([\-+]?\d+)?/, "number.float"],
|
|
115
|
+
[/\d+\.\d+([eE][\-+]?\d+)?/, "number.float"],
|
|
116
|
+
[/0[xX][0-9a-fA-F]+/, "number.hex"],
|
|
117
|
+
[/0[0-7]+(?!\d)/, "number.octal"],
|
|
118
|
+
[/\d+/, "number"],
|
|
119
|
+
// delimiter: after number because of .\d floats
|
|
120
|
+
[/[,.]/, "delimiter"],
|
|
121
|
+
// strings:
|
|
122
|
+
[/"""/, "string", '@herestring."""'],
|
|
123
|
+
[/'''/, "string", "@herestring.'''"],
|
|
124
|
+
[
|
|
125
|
+
/"/,
|
|
126
|
+
{
|
|
127
|
+
cases: {
|
|
128
|
+
"@eos": "string",
|
|
129
|
+
"@default": { token: "string", next: '@string."' }
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
[
|
|
134
|
+
/'/,
|
|
135
|
+
{
|
|
136
|
+
cases: {
|
|
137
|
+
"@eos": "string",
|
|
138
|
+
"@default": { token: "string", next: "@string.'" }
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
],
|
|
143
|
+
string: [
|
|
144
|
+
[/[^"'\#\\]+/, "string"],
|
|
145
|
+
[/@escapes/, "string.escape"],
|
|
146
|
+
[/\./, "string.escape.invalid"],
|
|
147
|
+
[/\./, "string.escape.invalid"],
|
|
148
|
+
[
|
|
149
|
+
/#{/,
|
|
150
|
+
{
|
|
151
|
+
cases: {
|
|
152
|
+
'$S2=="': {
|
|
153
|
+
token: "string",
|
|
154
|
+
next: "root.interpolatedstring"
|
|
155
|
+
},
|
|
156
|
+
"@default": "string"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
[
|
|
161
|
+
/["']/,
|
|
162
|
+
{
|
|
163
|
+
cases: {
|
|
164
|
+
"$#==$S2": { token: "string", next: "@pop" },
|
|
165
|
+
"@default": "string"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
[/#/, "string"]
|
|
170
|
+
],
|
|
171
|
+
herestring: [
|
|
172
|
+
[
|
|
173
|
+
/("""|''')/,
|
|
174
|
+
{
|
|
175
|
+
cases: {
|
|
176
|
+
"$1==$S2": { token: "string", next: "@pop" },
|
|
177
|
+
"@default": "string"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
[/[^#\\'"]+/, "string"],
|
|
182
|
+
[/['"]+/, "string"],
|
|
183
|
+
[/@escapes/, "string.escape"],
|
|
184
|
+
[/\./, "string.escape.invalid"],
|
|
185
|
+
[/#{/, { token: "string.quote", next: "root.interpolatedstring" }],
|
|
186
|
+
[/#/, "string"]
|
|
187
|
+
],
|
|
188
|
+
comment: [
|
|
189
|
+
[/[^#]+/, "comment"],
|
|
190
|
+
[/#/, "comment"]
|
|
191
|
+
],
|
|
192
|
+
hereregexp: [
|
|
193
|
+
[/[^\\\/#]+/, "regexp"],
|
|
194
|
+
[/\\./, "regexp"],
|
|
195
|
+
[/#.*$/, "comment"],
|
|
196
|
+
["///[igm]*", { token: "regexp", next: "@pop" }],
|
|
197
|
+
[/\//, "regexp"]
|
|
198
|
+
]
|
|
199
|
+
}
|
|
200
|
+
};
|
|
201
|
+
export {
|
|
202
|
+
e as conf,
|
|
203
|
+
t as language
|
|
204
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { EditorTag } from '../editors';
|
|
2
|
+
import { ModelImport } from './import';
|
|
3
|
+
import { EditorStoreType } from '../stores/editorStore';
|
|
4
|
+
import { DashboardStoreType } from '../stores/dashboardStore';
|
|
5
|
+
import { ModelConfigStoreType } from '../stores/modelStore';
|
|
6
|
+
export interface ImportOutput {
|
|
7
|
+
dashboards: Map<string, string>;
|
|
8
|
+
sql: Map<string, string>;
|
|
9
|
+
trilogy: Map<string, string>;
|
|
10
|
+
}
|
|
11
|
+
interface ComponentData {
|
|
12
|
+
name: string;
|
|
13
|
+
alias: string;
|
|
14
|
+
purpose: EditorTag | null;
|
|
15
|
+
content: string;
|
|
16
|
+
type?: 'sql' | 'dashboard' | 'trilogy';
|
|
17
|
+
}
|
|
18
|
+
export declare class ModelImportService {
|
|
19
|
+
private editorStore;
|
|
20
|
+
private modelStore;
|
|
21
|
+
private dashboardStore;
|
|
22
|
+
constructor(editorStore: EditorStoreType, modelStore: ModelConfigStoreType, dashboardStore: DashboardStoreType);
|
|
23
|
+
/**
|
|
24
|
+
* Fetches model import base definition from URL
|
|
25
|
+
* @param url URL to fetch the model import definition from
|
|
26
|
+
* @returns Promise resolving to ModelImport
|
|
27
|
+
*/
|
|
28
|
+
fetchModelImportBase(url: string): Promise<ModelImport>;
|
|
29
|
+
/**
|
|
30
|
+
* Converts purpose string to EditorTag
|
|
31
|
+
* @param purpose Purpose string
|
|
32
|
+
* @returns Corresponding EditorTag or null if no match
|
|
33
|
+
*/
|
|
34
|
+
private purposeToTag;
|
|
35
|
+
/**
|
|
36
|
+
* Fetches all components from a model import definition
|
|
37
|
+
* @param modelImport Model import definition
|
|
38
|
+
* @returns Promise resolving to array of component details
|
|
39
|
+
*/
|
|
40
|
+
fetchModelImports(modelImport: ModelImport): Promise<ComponentData[]>;
|
|
41
|
+
/**
|
|
42
|
+
* Creates or updates an editor for a component
|
|
43
|
+
*/
|
|
44
|
+
private createOrUpdateEditor;
|
|
45
|
+
/**
|
|
46
|
+
* Creates or updates a dashboard
|
|
47
|
+
*/
|
|
48
|
+
private createOrUpdateDashboard;
|
|
49
|
+
/**
|
|
50
|
+
* Imports a model from a URL and creates editors for its components
|
|
51
|
+
* @param modelName Name of the model to create
|
|
52
|
+
* @param importAddress URL to import the model from
|
|
53
|
+
* @param connectionName Connection name to associate with the model
|
|
54
|
+
* @returns Promise resolving when import is complete
|
|
55
|
+
*/
|
|
56
|
+
importModel(modelName: string, importAddress: string, connectionName: string): Promise<ImportOutput | null>;
|
|
57
|
+
}
|
|
58
|
+
export {};
|
|
59
|
+
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../models/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,SAAS,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAEtC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAC5D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AAClE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAGhE,MAAM,WAAW,YAAY;IAC3B,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,GAAG,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxB,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAC7B;AAED,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,SAAS,GAAG,IAAI,CAAA;IACzB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,KAAK,GAAG,WAAW,GAAG,SAAS,CAAA;CACvC;AAED,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,WAAW,CAAiB;IACpC,OAAO,CAAC,UAAU,CAAsB;IACxC,OAAO,CAAC,cAAc,CAAoB;gBAGxC,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,oBAAoB,EAChC,cAAc,EAAE,kBAAkB;IAOpC;;;;OAIG;IACU,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;IAapE;;;;OAIG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;OAIG;IACU,iBAAiB,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,aAAa,EAAE,CAAC;IAqClF;;OAEG;IACH,OAAO,CAAC,oBAAoB;IA2B5B;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAiD/B;;;;;;OAMG;IACU,WAAW,CACtB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,cAAc,EAAE,MAAM,GACrB,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;CAuDhC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class ImportFile {
|
|
2
|
+
url: string;
|
|
3
|
+
name: string;
|
|
4
|
+
alias: string;
|
|
5
|
+
purpose: string;
|
|
6
|
+
type?: string | undefined;
|
|
7
|
+
constructor(url: string, name: string, alias: string, purpose: string);
|
|
8
|
+
}
|
|
9
|
+
export declare class ModelImport {
|
|
10
|
+
name: string;
|
|
11
|
+
engine: string;
|
|
12
|
+
description: string;
|
|
13
|
+
link: string;
|
|
14
|
+
tags: string[];
|
|
15
|
+
components: ImportFile[];
|
|
16
|
+
constructor(name: string, engine: string, description: string, link: string, tags?: string[], components?: ImportFile[]);
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=import.d.ts.map
|