@scalar/api-client 2.2.50 → 2.2.52
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/CHANGELOG.md +57 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBar.vue.js +2 -2
- package/dist/components/AddressBar/AddressBar.vue2.js +30 -30
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +22 -22
- package/dist/components/CodeInput/CodeInput.vue.d.ts +4 -2
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +2 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +38 -38
- package/dist/components/CommandPalette/CommandActionForm.vue.js +2 -2
- package/dist/components/CommandPalette/CommandActionInput.vue.js +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.js +13 -13
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.js +143 -114
- package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteServer.vue.js +59 -51
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +85 -82
- package/dist/components/CommandPalette/WatchModeToggle.vue.js +2 -2
- package/dist/components/ContextBar.vue.js +2 -2
- package/dist/components/ContextBar.vue2.js +2 -2
- package/dist/components/DataTable/DataTable.vue.js +1 -1
- package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCell.vue.js +11 -11
- package/dist/components/DataTable/DataTableCheckbox.vue.js +3 -3
- package/dist/components/DataTable/DataTableInput.vue.d.ts +175 -6
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +3 -3
- package/dist/components/DataTable/DataTableInput.vue2.js +57 -48
- package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInputSelect.vue.js +1 -1
- package/dist/components/DataTable/DataTableText.vue.js +1 -1
- package/dist/components/EmptyState.vue.js +1 -1
- package/dist/components/EmptyState.vue2.js +4 -4
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +13 -13
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/Form/Form.vue.js +56 -36
- package/dist/components/Form/LabelInput.vue.d.ts +14 -0
- package/dist/components/Form/LabelInput.vue.d.ts.map +1 -0
- package/dist/components/Form/LabelInput.vue.js +7 -0
- package/dist/components/Form/LabelInput.vue2.js +42 -0
- package/dist/components/HelpfulLink.vue.js +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +3 -3
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.js +2 -2
- package/dist/components/HttpMethod/HttpMethod.vue2.js +1 -1
- package/dist/components/IconSelector.vue.js +3 -3
- package/dist/components/ImportCollection/DropEventListener.vue.js +3 -3
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.js +8 -8
- package/dist/components/ImportCollection/IntegrationLogo.vue.js +1 -1
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/PrefetchError.vue.js +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.js +15 -15
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +2 -2
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
- package/dist/components/ImportCurl/ImportCurlModal.vue.js +1 -1
- package/dist/components/ImportCurl/ImportCurlModal.vue2.js +13 -13
- package/dist/components/ScalarAsciiArt.vue.js +3 -3
- package/dist/components/Search/useSearch.d.ts.map +1 -1
- package/dist/components/Search/useSearch.js +5 -13
- package/dist/components/Server/ServerDropdown.vue.d.ts +0 -1
- package/dist/components/Server/ServerDropdown.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerDropdown.vue.js +40 -57
- package/dist/components/Server/ServerDropdownItem.vue.d.ts +0 -1
- package/dist/components/Server/ServerDropdownItem.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerDropdownItem.vue.js +1 -1
- package/dist/components/Server/ServerDropdownItem.vue2.js +19 -20
- package/dist/components/Server/ServerSelector.vue.d.ts +12 -0
- package/dist/components/Server/ServerSelector.vue.d.ts.map +1 -0
- package/dist/components/Server/ServerSelector.vue.js +85 -0
- package/dist/components/Server/ServerSelector.vue2.js +4 -0
- package/dist/components/Server/ServerVariablesForm.vue.d.ts +1 -1
- package/dist/components/Server/ServerVariablesForm.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerVariablesForm.vue.js +1 -1
- package/dist/components/Server/ServerVariablesSelect.vue.js +1 -1
- package/dist/components/Server/ServerVariablesTextbox.vue.js +1 -1
- package/dist/components/Server/index.d.ts +1 -0
- package/dist/components/Server/index.d.ts.map +1 -1
- package/dist/components/Server/index.js +6 -4
- package/dist/components/Server/types.d.ts.map +1 -1
- package/dist/components/SideNav/DownloadAppButton.vue.d.ts.map +1 -1
- package/dist/components/SideNav/DownloadAppButton.vue.js +2 -2
- package/dist/components/SideNav/DownloadAppButton.vue2.js +6 -6
- package/dist/components/SideNav/SideHelp.vue.js +12 -12
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +73 -58
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +3 -3
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts +2 -2
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavRouterLink.vue.js +17 -28
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.js +12 -12
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.js +4 -4
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +2 -2
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +3 -3
- package/dist/components/Sidebar/Sidebar.vue.d.ts +1 -4
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +1 -1
- package/dist/components/Sidebar/Sidebar.vue2.js +34 -34
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.js +6 -6
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts +2 -2
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
- package/dist/components/Sidebar/SidebarListElement.vue2.js +36 -46
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +7 -7
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts +1 -8
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarToggle.vue.js +20 -21
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.js +104 -85
- package/dist/components/TopNav/TopNavItem.vue.d.ts +2 -2
- package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNavItem.vue.js +2 -2
- package/dist/components/TopNav/TopNavItem.vue2.js +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.js +16 -10
- package/dist/components/ViewLayout/ViewLayout.vue2.js +4 -0
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +29 -29
- package/dist/components/ViewLayout/ViewLayoutContent.vue.js +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +20 -13
- package/dist/components/ViewLayout/ViewLayoutSection.vue2.js +4 -0
- package/dist/constants.d.ts +16 -12
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +35 -6
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +5 -7
- package/dist/hooks/useFileDialog.d.ts +1 -1
- package/dist/hooks/useFileDialog.d.ts.map +1 -1
- package/dist/hooks/useFileDialog.js +1 -6
- package/dist/hooks/useResponseBody.d.ts.map +1 -1
- package/dist/hooks/useResponseBody.js +3 -9
- package/dist/hooks/useSidebar.d.ts +19 -2
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +25 -9
- package/dist/hooks/useSidebar.test.d.ts +2 -0
- package/dist/hooks/useSidebar.test.d.ts.map +1 -0
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/ApiClientApp.vue.js +41 -35
- package/dist/layouts/App/MainLayout.vue.js +4 -4
- package/dist/layouts/App/create-api-client-app.d.ts +207 -255
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
- package/dist/layouts/Modal/ApiClientModal.vue2.js +8 -8
- package/dist/layouts/Modal/create-api-client-modal.d.ts +414 -510
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.js +35 -29
- package/dist/layouts/Web/create-api-client-web.d.ts +207 -255
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +200 -248
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/create-client.js +79 -63
- package/dist/libs/errors.d.ts.map +1 -1
- package/dist/libs/extractAttachmentFilename.d.ts.map +1 -1
- package/dist/libs/extractAttachmentFilename.js +1 -3
- package/dist/libs/find-request.d.ts.map +1 -1
- package/dist/libs/getOpenApiDocumentDetails.d.ts.map +1 -1
- package/dist/libs/importers/curl.d.ts.map +1 -1
- package/dist/libs/importers/curl.js +2 -12
- package/dist/libs/isUrl.d.ts.map +1 -1
- package/dist/libs/local-storage.d.ts.map +1 -1
- package/dist/libs/local-storage.js +1 -9
- package/dist/libs/normalize-headers.d.ts.map +1 -1
- package/dist/libs/normalize-headers.js +2 -6
- package/dist/libs/parse-curl.d.ts.map +1 -1
- package/dist/libs/parse-curl.js +1 -5
- package/dist/libs/postman.d.ts.map +1 -1
- package/dist/libs/send-request/create-fetch-body.d.ts +1 -1
- package/dist/libs/send-request/create-fetch-body.d.ts.map +1 -1
- package/dist/libs/send-request/create-fetch-body.js +1 -2
- package/dist/libs/send-request/create-fetch-headers.d.ts.map +1 -1
- package/dist/libs/send-request/create-fetch-query-params.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.js +6 -12
- package/dist/libs/send-request/create-request-operation.test.d.ts +0 -3
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/libs/string-template.d.ts.map +1 -1
- package/dist/libs/string-template.js +1 -4
- package/dist/router.d.ts.map +1 -1
- package/dist/routes.d.ts +62 -14
- package/dist/routes.d.ts.map +1 -1
- package/dist/routes.js +93 -75
- package/dist/store/active-entities.d.ts +32 -32
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/active-entities.js +43 -39
- package/dist/store/collections.d.ts +164 -164
- package/dist/store/collections.d.ts.map +1 -1
- package/dist/store/cookies.d.ts +4 -4
- package/dist/store/cookies.d.ts.map +1 -1
- package/dist/store/cookies.js +1 -5
- package/dist/store/environment.d.ts +4 -4
- package/dist/store/request-example.d.ts +2 -2
- package/dist/store/requests.d.ts +4 -4
- package/dist/store/requests.d.ts.map +1 -1
- package/dist/store/security-schemes.d.ts +8 -8
- package/dist/store/store-context.d.ts.map +1 -1
- package/dist/store/store.d.ts +200 -248
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/tags.d.ts.map +1 -1
- package/dist/store/workspace.d.ts +4 -4
- package/dist/style.css +1 -1
- package/dist/tailwind/desktop-variants.d.ts.map +1 -1
- package/dist/types/vue.d.ts.map +1 -1
- package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
- package/dist/views/Collection/Collection.vue.js +4 -0
- package/dist/views/Collection/Collection.vue2.js +50 -0
- package/dist/views/Collection/CollectionAuthentication.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionAuthentication.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionAuthentication.vue.js +4 -0
- package/dist/views/Collection/CollectionAuthentication.vue2.js +16 -0
- package/dist/views/Collection/CollectionCookies.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionCookies.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionCookies.vue.js +4 -0
- package/dist/views/Collection/CollectionCookies.vue2.js +16 -0
- package/dist/views/Collection/CollectionEnvironment.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionEnvironment.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionEnvironment.vue.js +4 -0
- package/dist/views/Collection/CollectionEnvironment.vue2.js +16 -0
- package/dist/views/{Servers/Servers.vue.d.ts → Collection/CollectionInfoForm.vue.d.ts} +1 -1
- package/dist/views/Collection/CollectionInfoForm.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionInfoForm.vue.js +7 -0
- package/dist/views/Collection/CollectionInfoForm.vue2.js +70 -0
- package/dist/views/Collection/CollectionNavigation.vue.d.ts +6 -0
- package/dist/views/Collection/CollectionNavigation.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionNavigation.vue.js +142 -0
- package/dist/views/Collection/CollectionNavigation.vue2.js +4 -0
- package/dist/views/Collection/CollectionOverview.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionOverview.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionOverview.vue.js +4 -0
- package/dist/views/Collection/CollectionOverview.vue2.js +37 -0
- package/dist/views/Collection/CollectionScripts.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionScripts.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionScripts.vue.js +4 -0
- package/dist/views/Collection/CollectionScripts.vue2.js +16 -0
- package/dist/views/Collection/CollectionServerForm.vue.d.ts +10 -0
- package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionServerForm.vue.js +74 -0
- package/dist/views/Collection/CollectionServerForm.vue2.js +4 -0
- package/dist/views/{Servers/ServerForm.vue.d.ts → Collection/CollectionServers.vue.d.ts} +1 -1
- package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionServers.vue.js +4 -0
- package/dist/views/Collection/CollectionServers.vue2.js +124 -0
- package/dist/views/Collection/CollectionSettings.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionSettings.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionSettings.vue.js +7 -0
- package/dist/views/Collection/CollectionSettings.vue2.js +124 -0
- package/dist/views/Collection/CollectionSync.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionSync.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionSync.vue.js +4 -0
- package/dist/views/Collection/CollectionSync.vue2.js +16 -0
- package/dist/views/Collection/components/MarkdownInput.vue.d.ts +16 -0
- package/dist/views/Collection/components/MarkdownInput.vue.d.ts.map +1 -0
- package/dist/views/Collection/components/MarkdownInput.vue.js +7 -0
- package/dist/views/Collection/components/MarkdownInput.vue2.js +95 -0
- package/dist/views/Components/CodeSnippet/CodeSnippet.vue.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/CodeSnippet.vue.js +7 -7
- package/dist/views/Components/CodeSnippet/helpers/convert-to-har-request.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/convert-to-har-request.js +1 -3
- package/dist/views/Components/CodeSnippet/helpers/get-har-request.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/get-har-request.js +1 -5
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.js +1 -5
- package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
- package/dist/views/Cookies/CookieForm.vue.js +18 -23
- package/dist/views/Cookies/CookieModal.vue.d.ts.map +1 -1
- package/dist/views/Cookies/CookieModal.vue.js +1 -1
- package/dist/views/Cookies/CookieModal.vue2.js +7 -7
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +96 -78
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +125 -112
- package/dist/views/Environment/EnvironmentColorModal.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentColorModal.vue.js +5 -5
- package/dist/views/Environment/EnvironmentColors.vue.js +8 -8
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +16 -16
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.js +2 -2
- package/dist/views/Request/Request.vue2.js +117 -170
- package/dist/views/Request/RequestRoot.vue.d.ts +13 -0
- package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -0
- package/dist/views/Request/RequestRoot.vue.js +7 -0
- package/dist/views/Request/RequestRoot.vue2.js +78 -0
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +9 -9
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +5 -5
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +104 -89
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts +5 -5
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +59 -65
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +3 -3
- package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +22 -23
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.js +14 -14
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.js +6 -6
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +38 -38
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +2 -2
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +34 -33
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +5 -5
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.js +2 -6
- package/dist/views/Request/RequestSidebar.vue.d.ts +3 -10
- package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.js +1 -1
- package/dist/views/Request/RequestSidebar.vue2.js +186 -188
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
- package/dist/views/Request/RequestSidebarItem.vue2.js +290 -173
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +4 -4
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +13 -13
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts +1 -4
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue.js +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue2.js +51 -51
- package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBody.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +12 -12
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +8 -8
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +20 -20
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +25 -26
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +3 -3
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +7 -7
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +7 -7
- package/dist/views/Request/hooks/useOpenApiWatcher.d.ts.map +1 -1
- package/dist/views/Request/hooks/useOpenApiWatcher.js +12 -37
- package/dist/views/Request/libs/request.d.ts +4 -0
- package/dist/views/Request/libs/request.d.ts.map +1 -1
- package/dist/views/Request/libs/request.js +2 -1
- package/dist/views/Request/libs/watch-mode.d.ts.map +1 -1
- package/dist/views/Request/libs/watch-mode.js +63 -63
- package/dist/views/Request/types/sidebar-item.d.ts +1 -1
- package/dist/views/Request/types/sidebar-item.d.ts.map +1 -1
- package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
- package/dist/views/Settings/Settings.vue2.js +8 -8
- package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -1
- package/dist/views/Settings/SettingsGeneral.vue.js +9 -11
- package/dist/views/Settings/components/SettingsAppearance.vue.js +6 -6
- package/dist/vitest.setup.d.ts +16 -0
- package/dist/vitest.setup.d.ts.map +1 -0
- package/package.json +16 -21
- package/dist/views/Servers/ServerForm.vue.d.ts.map +0 -1
- package/dist/views/Servers/ServerForm.vue.js +0 -39
- package/dist/views/Servers/ServerForm.vue2.js +0 -4
- package/dist/views/Servers/Servers.vue.d.ts.map +0 -1
- package/dist/views/Servers/Servers.vue.js +0 -4
- package/dist/views/Servers/Servers.vue2.js +0 -168
- package/dist/views/Servers/index.d.ts +0 -2
- package/dist/views/Servers/index.d.ts.map +0 -1
- package/dist/views/Servers/index.js +0 -4
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { defineComponent as ee, computed as h, ref as ae, watch as $, openBlock as b, createBlock as g, withCtx as m, createTextVNode as H, toDisplayString as
|
|
2
|
-
import
|
|
3
|
-
import re from "../../../components/DataTable/DataTable.vue.js";
|
|
4
|
-
import ie from "../../../components/DataTable/DataTableHeader.vue.js";
|
|
5
|
-
import E from "../../../components/DataTable/DataTableRow.vue.js";
|
|
6
|
-
import de from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
7
|
-
import { ScalarListbox as X, ScalarButton as D, ScalarIcon as C } from "@scalar/components";
|
|
1
|
+
import { defineComponent as ee, computed as h, ref as ae, watch as $, openBlock as b, createBlock as g, withCtx as m, createTextVNode as H, toDisplayString as D, createVNode as c, unref as v, createElementVNode as k, createCommentVNode as ne, createElementBlock as E, Fragment as te, nextTick as oe } from "vue";
|
|
2
|
+
import { ScalarListbox as X, ScalarButton as R, ScalarIcon as C } from "@scalar/components";
|
|
8
3
|
import { requestExampleParametersSchema as Y } from "@scalar/oas-utils/entities/spec";
|
|
9
|
-
import { canMethodHaveBody as
|
|
4
|
+
import { canMethodHaveBody as le } from "@scalar/oas-utils/helpers";
|
|
5
|
+
import re from "../../../components/CodeInput/CodeInput.vue.js";
|
|
6
|
+
import ie from "../../../components/DataTable/DataTable.vue.js";
|
|
7
|
+
import de from "../../../components/DataTable/DataTableHeader.vue.js";
|
|
8
|
+
import P from "../../../components/DataTable/DataTableRow.vue.js";
|
|
9
|
+
import ue from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
10
10
|
import G from "./RequestTable.vue.js";
|
|
11
11
|
import { useWorkspace as se } from "../../../store/store.js";
|
|
12
12
|
import { useFileDialog as K } from "../../../hooks/useFileDialog.js";
|
|
@@ -15,8 +15,8 @@ const me = {
|
|
|
15
15
|
class: "border-t-1/2 text-c-3 flex min-h-10 w-full items-center justify-center p-2 text-sm"
|
|
16
16
|
}, ce = {
|
|
17
17
|
key: 1,
|
|
18
|
-
class: "
|
|
19
|
-
}, fe = { class: "text-c-2
|
|
18
|
+
class: "flex items-center justify-center overflow-hidden border-t p-1.5"
|
|
19
|
+
}, fe = { class: "text-c-2 w-full max-w-full overflow-hidden whitespace-nowrap rounded border px-1.5 py-1 text-xs" }, Ue = /* @__PURE__ */ ee({
|
|
20
20
|
__name: "RequestBody",
|
|
21
21
|
props: {
|
|
22
22
|
example: {},
|
|
@@ -46,13 +46,13 @@ const me = {
|
|
|
46
46
|
}).map(([e, a]) => ({
|
|
47
47
|
id: e,
|
|
48
48
|
label: a
|
|
49
|
-
})),
|
|
49
|
+
})), T = h(() => {
|
|
50
50
|
var o;
|
|
51
51
|
const { activeBody: e, formData: a, raw: n } = t.example.body;
|
|
52
52
|
return e === "formData" ? (a == null ? void 0 : a.encoding) === "urlencoded" ? "formUrlEncoded" : "multipartForm" : e === "binary" ? "binaryFile" : e === "raw" && (n != null && n.encoding) ? n.encoding === "html" ? "other" : n.encoding : Object.keys(((o = t.operation.requestBody) == null ? void 0 : o.content) || {})[0] || "none";
|
|
53
53
|
}), p = h({
|
|
54
54
|
get: () => x.find(
|
|
55
|
-
(e) => e.id ===
|
|
55
|
+
(e) => e.id === T.value
|
|
56
56
|
) ?? x[x.length - 1] ?? x[0],
|
|
57
57
|
set: (e) => {
|
|
58
58
|
e != null && e.id && M(e.id);
|
|
@@ -62,11 +62,11 @@ const me = {
|
|
|
62
62
|
const e = (a = p.value) == null ? void 0 : a.id;
|
|
63
63
|
return Q[e] ?? "plaintext";
|
|
64
64
|
});
|
|
65
|
-
function
|
|
65
|
+
function N() {
|
|
66
66
|
console.log("deleteRow");
|
|
67
67
|
}
|
|
68
|
-
const
|
|
69
|
-
var o, r, s, i, f,
|
|
68
|
+
const j = (e, a, n) => {
|
|
69
|
+
var o, r, s, i, f, F, J;
|
|
70
70
|
const l = y.value;
|
|
71
71
|
if (l.length > e) {
|
|
72
72
|
const u = [...l];
|
|
@@ -76,7 +76,7 @@ const me = {
|
|
|
76
76
|
key: ((r = u[e]) == null ? void 0 : r.key) || "",
|
|
77
77
|
enabled: ((s = u[e]) == null ? void 0 : s.enabled) ?? !1,
|
|
78
78
|
[a]: n || ""
|
|
79
|
-
}, (((i = u[e]) == null ? void 0 : i.key) !== "" || ((f = u[e]) == null ? void 0 : f.value) !== "") && (u[e].enabled = !0), ((
|
|
79
|
+
}, (((i = u[e]) == null ? void 0 : i.key) !== "" || ((f = u[e]) == null ? void 0 : f.value) !== "") && (u[e].enabled = !0), ((F = u[e]) == null ? void 0 : F.key) === "" && ((J = u[e]) == null ? void 0 : J.value) === "" && u.splice(e, 1), d.edit(
|
|
80
80
|
t.example.uid,
|
|
81
81
|
"body.formData.value",
|
|
82
82
|
u
|
|
@@ -93,7 +93,7 @@ const me = {
|
|
|
93
93
|
}, y = h(() => {
|
|
94
94
|
var e;
|
|
95
95
|
return ((e = t.example.body.formData) == null ? void 0 : e.value) ?? [];
|
|
96
|
-
}),
|
|
96
|
+
}), V = () => {
|
|
97
97
|
const e = y.value[y.value.length - 1];
|
|
98
98
|
(!e || e.key !== "" || e.value !== "") && O();
|
|
99
99
|
}, O = () => {
|
|
@@ -160,8 +160,8 @@ const me = {
|
|
|
160
160
|
value: ((i = t.example.body.formData) == null ? void 0 : i.value) ?? []
|
|
161
161
|
});
|
|
162
162
|
else if (!n && a !== "binary") {
|
|
163
|
-
const { raw: f, ...
|
|
164
|
-
d.edit(t.example.uid, "body",
|
|
163
|
+
const { raw: f, ...F } = t.example.body;
|
|
164
|
+
d.edit(t.example.uid, "body", F);
|
|
165
165
|
}
|
|
166
166
|
const o = [...t.example.parameters.headers], r = o.findIndex(
|
|
167
167
|
(f) => f.key.toLowerCase() === "content-type"
|
|
@@ -198,7 +198,7 @@ const me = {
|
|
|
198
198
|
t.example.uid,
|
|
199
199
|
"body.formData.value",
|
|
200
200
|
i
|
|
201
|
-
);
|
|
201
|
+
), V();
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
204
|
multiple: !1,
|
|
@@ -207,14 +207,8 @@ const me = {
|
|
|
207
207
|
a();
|
|
208
208
|
}, I = () => d.edit(t.example.uid, "body.binary", void 0);
|
|
209
209
|
function z(e) {
|
|
210
|
-
const n = [...
|
|
211
|
-
n
|
|
212
|
-
...n[e],
|
|
213
|
-
file: void 0,
|
|
214
|
-
value: "",
|
|
215
|
-
key: "",
|
|
216
|
-
enabled: !1
|
|
217
|
-
}, d.edit(t.example.uid, "body.formData.value", n);
|
|
210
|
+
const a = y.value, n = [...a];
|
|
211
|
+
a.length > 1 ? n.splice(e, 1) : V(), d.edit(t.example.uid, "body.formData.value", n);
|
|
218
212
|
}
|
|
219
213
|
function _() {
|
|
220
214
|
const { open: e } = K({
|
|
@@ -230,15 +224,15 @@ const me = {
|
|
|
230
224
|
$(
|
|
231
225
|
p,
|
|
232
226
|
(e) => {
|
|
233
|
-
["multipartForm", "formUrlEncoded"].includes((e == null ? void 0 : e.id) || "") &&
|
|
227
|
+
["multipartForm", "formUrlEncoded"].includes((e == null ? void 0 : e.id) || "") && V();
|
|
234
228
|
},
|
|
235
229
|
{ immediate: !0 }
|
|
236
230
|
), $(
|
|
237
231
|
() => t.example.uid,
|
|
238
232
|
() => {
|
|
239
|
-
t.operation.method &&
|
|
240
|
-
|
|
241
|
-
) &&
|
|
233
|
+
t.operation.method && le(t.operation.method) && M(T.value), ["multipartForm", "formUrlEncoded"].includes(
|
|
234
|
+
T.value
|
|
235
|
+
) && V();
|
|
242
236
|
},
|
|
243
237
|
{ immediate: !0 }
|
|
244
238
|
);
|
|
@@ -250,7 +244,7 @@ const me = {
|
|
|
250
244
|
label: i,
|
|
251
245
|
value: f
|
|
252
246
|
}));
|
|
253
|
-
}),
|
|
247
|
+
}), U = h({
|
|
254
248
|
get: () => {
|
|
255
249
|
var l;
|
|
256
250
|
const e = ((l = t.example.body.raw) == null ? void 0 : l.value) ?? "{}", a = JSON.parse(e);
|
|
@@ -269,16 +263,16 @@ const me = {
|
|
|
269
263
|
}
|
|
270
264
|
}
|
|
271
265
|
});
|
|
272
|
-
return (e, a) => (b(), g(
|
|
266
|
+
return (e, a) => (b(), g(ue, null, {
|
|
273
267
|
title: m(() => [
|
|
274
|
-
H(
|
|
268
|
+
H(D(e.title), 1)
|
|
275
269
|
]),
|
|
276
270
|
default: m(() => [
|
|
277
|
-
c(
|
|
271
|
+
c(ie, { columns: [""] }, {
|
|
278
272
|
default: m(() => [
|
|
279
|
-
c(
|
|
273
|
+
c(P, null, {
|
|
280
274
|
default: m(() => [
|
|
281
|
-
c(
|
|
275
|
+
c(de, { class: "relative col-span-full flex h-8 cursor-pointer items-center justify-between !p-0" }, {
|
|
282
276
|
default: m(() => [
|
|
283
277
|
c(v(X), {
|
|
284
278
|
modelValue: p.value,
|
|
@@ -287,15 +281,15 @@ const me = {
|
|
|
287
281
|
teleport: ""
|
|
288
282
|
}, {
|
|
289
283
|
default: m(() => [
|
|
290
|
-
c(v(
|
|
291
|
-
class: "
|
|
284
|
+
c(v(R), {
|
|
285
|
+
class: "text-c-2 hover:text-c-1 flex h-full w-fit gap-1.5 px-3 font-normal",
|
|
292
286
|
fullWidth: "",
|
|
293
287
|
variant: "ghost"
|
|
294
288
|
}, {
|
|
295
289
|
default: m(() => {
|
|
296
290
|
var n;
|
|
297
291
|
return [
|
|
298
|
-
k("span", null,
|
|
292
|
+
k("span", null, D((n = p.value) == null ? void 0 : n.label), 1),
|
|
299
293
|
c(v(C), {
|
|
300
294
|
icon: "ChevronDown",
|
|
301
295
|
size: "md"
|
|
@@ -309,22 +303,22 @@ const me = {
|
|
|
309
303
|
}, 8, ["modelValue", "options"]),
|
|
310
304
|
w.value.length > 0 ? (b(), g(v(X), {
|
|
311
305
|
key: 0,
|
|
312
|
-
modelValue:
|
|
313
|
-
"onUpdate:modelValue": a[1] || (a[1] = (n) =>
|
|
306
|
+
modelValue: U.value,
|
|
307
|
+
"onUpdate:modelValue": a[1] || (a[1] = (n) => U.value = n),
|
|
314
308
|
options: w.value,
|
|
315
309
|
side: "left",
|
|
316
310
|
teleport: ""
|
|
317
311
|
}, {
|
|
318
312
|
default: m(() => [
|
|
319
|
-
c(v(
|
|
320
|
-
class: "
|
|
313
|
+
c(v(R), {
|
|
314
|
+
class: "text-c-2 hover:text-c-1 flex h-full w-fit gap-1.5 px-2 font-normal",
|
|
321
315
|
fullWidth: "",
|
|
322
316
|
variant: "ghost"
|
|
323
317
|
}, {
|
|
324
318
|
default: m(() => {
|
|
325
319
|
var n;
|
|
326
320
|
return [
|
|
327
|
-
k("span", null,
|
|
321
|
+
k("span", null, D((n = U.value) == null ? void 0 : n.label), 1),
|
|
328
322
|
c(v(C), {
|
|
329
323
|
icon: "ChevronDown",
|
|
330
324
|
size: "md"
|
|
@@ -342,17 +336,17 @@ const me = {
|
|
|
342
336
|
]),
|
|
343
337
|
_: 1
|
|
344
338
|
}),
|
|
345
|
-
c(
|
|
339
|
+
c(P, null, {
|
|
346
340
|
default: m(() => {
|
|
347
341
|
var n, l, o, r, s, i;
|
|
348
342
|
return [
|
|
349
|
-
((n = p.value) == null ? void 0 : n.id) === "none" ? (b(),
|
|
343
|
+
((n = p.value) == null ? void 0 : n.id) === "none" ? (b(), E("div", me, a[2] || (a[2] = [
|
|
350
344
|
k("span", null, "No Body", -1)
|
|
351
|
-
]))) : ((l = p.value) == null ? void 0 : l.id) === "binaryFile" ? (b(),
|
|
352
|
-
e.example.body.binary ? (b(),
|
|
353
|
-
k("span", fe,
|
|
354
|
-
c(v(
|
|
355
|
-
class: "bg-b-2 hover:bg-b-3
|
|
345
|
+
]))) : ((l = p.value) == null ? void 0 : l.id) === "binaryFile" ? (b(), E("div", ce, [
|
|
346
|
+
e.example.body.binary ? (b(), E(te, { key: 0 }, [
|
|
347
|
+
k("span", fe, D(e.example.body.binary.name), 1),
|
|
348
|
+
c(v(R), {
|
|
349
|
+
class: "bg-b-2 hover:bg-b-3 text-c-2 ml-1 border-0 shadow-none",
|
|
356
350
|
size: "sm",
|
|
357
351
|
variant: "outlined",
|
|
358
352
|
onClick: I
|
|
@@ -362,9 +356,9 @@ const me = {
|
|
|
362
356
|
])),
|
|
363
357
|
_: 1
|
|
364
358
|
})
|
|
365
|
-
], 64)) : (b(), g(v(
|
|
359
|
+
], 64)) : (b(), g(v(R), {
|
|
366
360
|
key: 1,
|
|
367
|
-
class: "bg-b-2 hover:bg-b-3
|
|
361
|
+
class: "bg-b-2 hover:bg-b-3 text-c-2 border-0 shadow-none",
|
|
368
362
|
size: "sm",
|
|
369
363
|
variant: "outlined",
|
|
370
364
|
onClick: _
|
|
@@ -384,35 +378,35 @@ const me = {
|
|
|
384
378
|
key: 2,
|
|
385
379
|
ref_key: "tableWrapperRef",
|
|
386
380
|
ref: B,
|
|
387
|
-
class: "!m-0 rounded-t-none
|
|
388
|
-
columns: ["32px", "", "", "
|
|
381
|
+
class: "!m-0 rounded-t-none border-b-0 border-l-0 border-r-0 border-t-0 shadow-none",
|
|
382
|
+
columns: ["32px", "", "", "104px"],
|
|
389
383
|
envVariables: e.envVariables,
|
|
390
384
|
environment: e.environment,
|
|
391
385
|
items: y.value,
|
|
392
386
|
showUploadButton: "",
|
|
393
387
|
workspace: e.workspace,
|
|
394
|
-
onDeleteRow:
|
|
388
|
+
onDeleteRow: N,
|
|
395
389
|
onRemoveFile: z,
|
|
396
390
|
onToggleRow: S,
|
|
397
|
-
onUpdateRow:
|
|
391
|
+
onUpdateRow: j,
|
|
398
392
|
onUploadFile: W
|
|
399
393
|
}, null, 8, ["envVariables", "environment", "items", "workspace"])) : ((r = p.value) == null ? void 0 : r.id) == "formUrlEncoded" ? (b(), g(G, {
|
|
400
394
|
key: 3,
|
|
401
395
|
ref_key: "tableWrapperRef",
|
|
402
396
|
ref: B,
|
|
403
|
-
class: "!m-0 rounded-t-none
|
|
404
|
-
columns: ["32px", "", "", "
|
|
397
|
+
class: "!m-0 rounded-t-none border-b-0 border-l-0 border-r-0 border-t-0 shadow-none",
|
|
398
|
+
columns: ["32px", "", "", "104px"],
|
|
405
399
|
envVariables: e.envVariables,
|
|
406
400
|
environment: e.environment,
|
|
407
401
|
items: y.value,
|
|
408
402
|
showUploadButton: "",
|
|
409
403
|
workspace: e.workspace,
|
|
410
|
-
onDeleteRow:
|
|
404
|
+
onDeleteRow: N,
|
|
411
405
|
onRemoveFile: z,
|
|
412
406
|
onToggleRow: S,
|
|
413
|
-
onUpdateRow:
|
|
407
|
+
onUpdateRow: j,
|
|
414
408
|
onUploadFile: W
|
|
415
|
-
}, null, 8, ["envVariables", "environment", "items", "workspace"])) : (b(), g(
|
|
409
|
+
}, null, 8, ["envVariables", "environment", "items", "workspace"])) : (b(), g(re, {
|
|
416
410
|
key: 4,
|
|
417
411
|
class: "border-t-1/2 px-1",
|
|
418
412
|
content: "",
|
|
@@ -429,7 +423,7 @@ const me = {
|
|
|
429
423
|
}),
|
|
430
424
|
_: 1
|
|
431
425
|
}),
|
|
432
|
-
c(
|
|
426
|
+
c(P)
|
|
433
427
|
]),
|
|
434
428
|
_: 1
|
|
435
429
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestCodeExample.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestCodeExample.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestCodeExample.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestCodeExample.vue"],"names":[],"mappings":"AA0KA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,cAAc,EACd,MAAM,EACP,MAAM,iCAAiC,CAAA;AAcxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AA2PF,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./RequestCodeExample.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-81efbf9b"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { defineComponent as b, computed as c, openBlock as w, createElementBlock as x, createVNode as n, withCtx as s, createTextVNode as C, createElementVNode as m, unref as
|
|
2
|
-
import k from "
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
1
|
+
import { defineComponent as b, computed as c, openBlock as w, createElementBlock as x, createVNode as n, withCtx as s, createTextVNode as C, createElementVNode as m, unref as r, toDisplayString as S } from "vue";
|
|
2
|
+
import { ScalarCombobox as k, ScalarButton as $, ScalarIcon as g } from "@scalar/components";
|
|
3
|
+
import { snippetz as K } from "@scalar/snippetz";
|
|
4
|
+
import V from "../../../components/DataTable/DataTable.vue.js";
|
|
5
|
+
import _ from "../../../components/DataTable/DataTableRow.vue.js";
|
|
6
|
+
import H from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
7
7
|
import { filterSecurityRequirements as j } from "./helpers/filter-security-requirements.js";
|
|
8
8
|
import B from "../../Components/CodeSnippet/CodeSnippet.vue.js";
|
|
9
9
|
import { useWorkspace as D } from "../../../store/store.js";
|
|
10
|
-
const E = { class: "w-full" }, N = { class: "flex flex-1
|
|
10
|
+
const E = { class: "w-full" }, N = { class: "-mx-1 flex flex-1" }, R = { class: "bg-b-1 flex items-center justify-center overflow-hidden border-t" }, P = /* @__PURE__ */ b({
|
|
11
11
|
__name: "RequestCodeExample",
|
|
12
12
|
props: {
|
|
13
13
|
collection: {},
|
|
@@ -23,10 +23,10 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
|
|
|
23
23
|
o.collection.selectedSecuritySchemeUids,
|
|
24
24
|
p
|
|
25
25
|
)
|
|
26
|
-
),
|
|
26
|
+
), a = c(() => {
|
|
27
27
|
const e = {};
|
|
28
28
|
return {
|
|
29
|
-
options:
|
|
29
|
+
options: K().clients().map((t) => ({
|
|
30
30
|
label: t.title,
|
|
31
31
|
options: t.clients.map((i) => (e[`${t.key},${i.client}`] = i.title, {
|
|
32
32
|
id: `${t.key},${i.client}`,
|
|
@@ -39,14 +39,14 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
|
|
|
39
39
|
var t;
|
|
40
40
|
const e = o.workspace.selectedHttpClient;
|
|
41
41
|
if (!e)
|
|
42
|
-
return ((t =
|
|
42
|
+
return ((t = a.value.options[0]) == null ? void 0 : t.options[0]) ?? {
|
|
43
43
|
id: "js,fetch",
|
|
44
44
|
label: "Fetch"
|
|
45
45
|
};
|
|
46
46
|
const l = `${e.targetKey},${e.clientKey}`;
|
|
47
47
|
return {
|
|
48
48
|
id: l,
|
|
49
|
-
label:
|
|
49
|
+
label: a.value.dict[l] ?? "Unknown"
|
|
50
50
|
};
|
|
51
51
|
}), v = c(
|
|
52
52
|
() => {
|
|
@@ -66,25 +66,24 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
|
|
|
66
66
|
});
|
|
67
67
|
};
|
|
68
68
|
return (e, l) => (w(), x("div", E, [
|
|
69
|
-
n(
|
|
70
|
-
class: "group/preview
|
|
71
|
-
defaultOpen: !1
|
|
72
|
-
hasIcon: !1
|
|
69
|
+
n(H, {
|
|
70
|
+
class: "group/preview w-full border-b-0",
|
|
71
|
+
defaultOpen: !1
|
|
73
72
|
}, {
|
|
74
73
|
title: s(() => l[0] || (l[0] = [
|
|
75
74
|
C("Code Snippet")
|
|
76
75
|
])),
|
|
77
76
|
actions: s(() => [
|
|
78
77
|
m("div", N, [
|
|
79
|
-
n(
|
|
78
|
+
n(r(k), {
|
|
80
79
|
modelValue: d.value,
|
|
81
|
-
options:
|
|
80
|
+
options: a.value.options,
|
|
82
81
|
placement: "bottom-end",
|
|
83
82
|
"onUpdate:modelValue": h
|
|
84
83
|
}, {
|
|
85
84
|
default: s(() => [
|
|
86
|
-
n(
|
|
87
|
-
class: "
|
|
85
|
+
n(r($), {
|
|
86
|
+
class: "text-c-1 hover:bg-b-3 py-0.75 flex h-full w-fit gap-1.5 px-1.5 font-normal",
|
|
88
87
|
fullWidth: "",
|
|
89
88
|
variant: "ghost"
|
|
90
89
|
}, {
|
|
@@ -92,7 +91,7 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
|
|
|
92
91
|
var t;
|
|
93
92
|
return [
|
|
94
93
|
m("span", null, S((t = d.value) == null ? void 0 : t.label), 1),
|
|
95
|
-
n(
|
|
94
|
+
n(r(g), {
|
|
96
95
|
icon: "ChevronDown",
|
|
97
96
|
size: "md"
|
|
98
97
|
})
|
|
@@ -106,12 +105,12 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
|
|
|
106
105
|
])
|
|
107
106
|
]),
|
|
108
107
|
default: s(() => [
|
|
109
|
-
n(
|
|
108
|
+
n(V, { columns: [""] }, {
|
|
110
109
|
default: s(() => [
|
|
111
|
-
n(
|
|
110
|
+
n(_, null, {
|
|
112
111
|
default: s(() => [
|
|
113
112
|
m("div", R, [
|
|
114
|
-
n(
|
|
113
|
+
n(r(B), {
|
|
115
114
|
class: "px-3 py-1.5",
|
|
116
115
|
client: y.value,
|
|
117
116
|
example: e.example,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { EnvVariable } from '../../../store/active-entities';
|
|
2
1
|
import type { Environment } from '@scalar/oas-utils/entities/environment';
|
|
3
2
|
import { type RequestExample } from '@scalar/oas-utils/entities/spec';
|
|
4
3
|
import type { Workspace } from '@scalar/oas-utils/entities/workspace';
|
|
5
4
|
import type { RouteLocationRaw } from 'vue-router';
|
|
5
|
+
import type { EnvVariable } from '../../../store/active-entities';
|
|
6
6
|
type __VLS_Props = {
|
|
7
7
|
example: RequestExample;
|
|
8
8
|
environment: Environment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestParams.vue"],"names":[],"mappings":"AA8NA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"RequestParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestParams.vue"],"names":[],"mappings":"AA8NA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAErE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAIlD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAK1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,cAAc,CAAA;IACvB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,cAAc,CAAC,YAAY,CAAC,CAAA;IAC5C,eAAe,CAAC,EAAE;QAChB,GAAG,EAAE,MAAM,CAAA;QACX,KAAK,EAAE,MAAM,CAAA;QACb,OAAO,EAAE,OAAO,CAAA;QAChB,KAAK,EAAE,gBAAgB,CAAA;KACxB,EAAE,CAAA;CACJ,CAAC;;AA6UF,wBAOG"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as O, computed as m, onMounted as T, ref as S, watch as N, openBlock as p, createBlock as d, withCtx as l, createTextVNode as b, toDisplayString as k, createElementVNode as r, unref as h, createVNode as w, withModifiers as z, createCommentVNode as x, normalizeClass as A, nextTick as R } from "vue";
|
|
2
|
-
import B from "
|
|
3
|
-
import V from "
|
|
4
|
-
import
|
|
5
|
-
import
|
|
2
|
+
import { ScalarTooltip as B, ScalarButton as M } from "@scalar/components";
|
|
3
|
+
import { requestExampleParametersSchema as V } from "@scalar/oas-utils/entities/spec";
|
|
4
|
+
import W from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
5
|
+
import C from "./RequestTable.vue.js";
|
|
6
6
|
import { useWorkspace as D } from "../../../store/store.js";
|
|
7
|
-
const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 has-[:focus-visible]:opacity-100
|
|
7
|
+
const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 has-[:focus-visible]:opacity-100" }, U = { class: "sr-only" }, Z = /* @__PURE__ */ O({
|
|
8
8
|
__name: "RequestParams",
|
|
9
9
|
props: {
|
|
10
10
|
example: {},
|
|
@@ -19,7 +19,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
19
19
|
const { requestExampleMutators: i } = D(), s = m(() => t.example.parameters[t.paramKey] ?? []);
|
|
20
20
|
T(() => f());
|
|
21
21
|
const o = () => {
|
|
22
|
-
const e =
|
|
22
|
+
const e = V.parse({ enabled: !1 }), a = [...s.value, e];
|
|
23
23
|
i.edit(t.example.uid, `parameters.${t.paramKey}`, a);
|
|
24
24
|
}, u = S(null), P = (e, a, g) => {
|
|
25
25
|
const c = s.value;
|
|
@@ -32,7 +32,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
32
32
|
n
|
|
33
33
|
);
|
|
34
34
|
} else {
|
|
35
|
-
const n = [
|
|
35
|
+
const n = [V.parse({ [a]: g })];
|
|
36
36
|
i.edit(t.example.uid, `parameters.${t.paramKey}`, n), R(() => {
|
|
37
37
|
var y;
|
|
38
38
|
if (!u.value) return;
|
|
@@ -71,7 +71,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
71
71
|
{ immediate: !0 }
|
|
72
72
|
);
|
|
73
73
|
const v = m(() => (t.readOnlyEntries ?? []).length > 0);
|
|
74
|
-
return (e, a) => (p(), d(
|
|
74
|
+
return (e, a) => (p(), d(W, {
|
|
75
75
|
class: "group/params",
|
|
76
76
|
itemCount: K.value
|
|
77
77
|
}, {
|
|
@@ -80,13 +80,13 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
80
80
|
]),
|
|
81
81
|
actions: l(() => [
|
|
82
82
|
r("div", G, [
|
|
83
|
-
$.value ? (p(), d(h(
|
|
83
|
+
$.value ? (p(), d(h(B), {
|
|
84
84
|
key: 0,
|
|
85
85
|
side: "right",
|
|
86
86
|
sideOffset: 12
|
|
87
87
|
}, {
|
|
88
88
|
trigger: l(() => [
|
|
89
|
-
w(h(
|
|
89
|
+
w(h(M), {
|
|
90
90
|
class: "px-1 transition-none",
|
|
91
91
|
size: "sm",
|
|
92
92
|
variant: "ghost",
|
|
@@ -100,8 +100,8 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
100
100
|
})
|
|
101
101
|
]),
|
|
102
102
|
content: l(() => a[1] || (a[1] = [
|
|
103
|
-
r("div", { class: "
|
|
104
|
-
r("div", { class: "flex items-center
|
|
103
|
+
r("div", { class: "w-content bg-b-1 text-xxs text-c-1 pointer-events-none z-10 grid min-w-48 gap-1.5 rounded p-2 leading-5 shadow-lg" }, [
|
|
104
|
+
r("div", { class: "text-c-2 flex items-center" }, [
|
|
105
105
|
r("span", null, "Clear optional parameters")
|
|
106
106
|
])
|
|
107
107
|
], -1)
|
|
@@ -115,7 +115,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
115
115
|
ref_key: "tableWrapperRef",
|
|
116
116
|
ref: u
|
|
117
117
|
}, [
|
|
118
|
-
v.value ? (p(), d(
|
|
118
|
+
v.value ? (p(), d(C, {
|
|
119
119
|
key: 0,
|
|
120
120
|
class: A(["flex-1", {
|
|
121
121
|
"bg-mix-transparent bg-mix-amount-95 bg-c-3": v.value
|
|
@@ -128,7 +128,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
128
128
|
items: e.readOnlyEntries,
|
|
129
129
|
workspace: e.workspace
|
|
130
130
|
}, null, 8, ["class", "envVariables", "environment", "items", "workspace"])) : x("", !0),
|
|
131
|
-
w(
|
|
131
|
+
w(C, {
|
|
132
132
|
class: "flex-1",
|
|
133
133
|
columns: ["32px", "", ""],
|
|
134
134
|
envVariables: e.envVariables,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { EnvVariable } from '../../../store/active-entities';
|
|
2
1
|
import type { Workspace } from '@scalar/oas-utils/entities';
|
|
3
2
|
import type { Environment } from '@scalar/oas-utils/entities/environment';
|
|
4
3
|
import type { Operation, RequestExample } from '@scalar/oas-utils/entities/spec';
|
|
4
|
+
import type { EnvVariable } from '../../../store/active-entities';
|
|
5
5
|
type __VLS_Props = {
|
|
6
6
|
example: RequestExample;
|
|
7
7
|
operation: Operation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestPathParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestPathParams.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestPathParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestPathParams.vue"],"names":[],"mappings":"AA+HA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAMhF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAK1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,QAAQ,EAAE,MAAM,cAAc,CAAC,YAAY,CAAC,CAAA;IAC5C,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AAoLF,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as x, computed as $, watch as b, openBlock as d, createBlock as h, withCtx as f, createTextVNode as K, toDisplayString as R, createCommentVNode as V } from "vue";
|
|
2
|
-
import C from "
|
|
3
|
-
import P from "
|
|
4
|
-
import
|
|
2
|
+
import { REGEX as C } from "@scalar/oas-utils/helpers";
|
|
3
|
+
import P from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
4
|
+
import q from "./RequestTable.vue.js";
|
|
5
5
|
import { useWorkspace as E } from "../../../store/store.js";
|
|
6
6
|
const A = /* @__PURE__ */ x({
|
|
7
7
|
__name: "RequestPathParams",
|
|
@@ -44,7 +44,7 @@ const A = /* @__PURE__ */ x({
|
|
|
44
44
|
}
|
|
45
45
|
}, g = (e) => {
|
|
46
46
|
var m;
|
|
47
|
-
const o = ((m = e.match(
|
|
47
|
+
const o = ((m = e.match(C.PATH)) == null ? void 0 : m.map((a) => a.slice(1, -1))) || [], n = t.example.parameters[t.paramKey], i = new Map(n.map((a) => [a.key, a])), r = o.map(
|
|
48
48
|
(a) => i.get(a) || { key: a, value: "", enabled: !0 }
|
|
49
49
|
);
|
|
50
50
|
n.forEach((a) => {
|
|
@@ -58,14 +58,14 @@ const A = /* @__PURE__ */ x({
|
|
|
58
58
|
(e) => {
|
|
59
59
|
e && k(e);
|
|
60
60
|
}
|
|
61
|
-
), (e, o) => (d(), h(
|
|
61
|
+
), (e, o) => (d(), h(P, {
|
|
62
62
|
itemCount: s.value.length
|
|
63
63
|
}, {
|
|
64
64
|
title: f(() => [
|
|
65
65
|
K(R(e.title), 1)
|
|
66
66
|
]),
|
|
67
67
|
default: f(() => [
|
|
68
|
-
s.value.length ? (d(), h(
|
|
68
|
+
s.value.length ? (d(), h(q, {
|
|
69
69
|
key: 0,
|
|
70
70
|
class: "flex-1",
|
|
71
71
|
columns: ["32px", "", ""],
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { EnvVariable } from '../../../store/active-entities';
|
|
2
1
|
import type { Workspace } from '@scalar/oas-utils/entities';
|
|
3
2
|
import type { Environment } from '@scalar/oas-utils/entities/environment';
|
|
4
3
|
import type { SelectedSecuritySchemeUids } from '@scalar/oas-utils/entities/shared';
|
|
5
4
|
import type { Collection, Operation, RequestExample, Server } from '@scalar/oas-utils/entities/spec';
|
|
5
|
+
import type { EnvVariable } from '../../../store/active-entities';
|
|
6
6
|
type __VLS_Props = {
|
|
7
7
|
collection: Collection;
|
|
8
8
|
environment: Environment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestSection.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestSection.vue"],"names":[],"mappings":"AAyQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,cAAc,EACd,MAAM,EACP,MAAM,iCAAiC,CAAA;AASxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAU1D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,0BAA0B,EAAE,0BAA0B,CAAA;IACtD,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AA8TF,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./RequestSection.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-95f8d421"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|