@scalar/api-client 2.2.51 → 2.2.53
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 +66 -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 +3 -1
- 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 +1 -1
- 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 +39 -33
- 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 +37 -35
- 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 +1 -1
- package/dist/views/Request/Request.vue2.js +114 -171
- 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/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,40 +1,41 @@
|
|
|
1
|
-
import { defineComponent as q, ref as
|
|
1
|
+
import { defineComponent as q, ref as c, computed as K, watch as F, onMounted as G, onBeforeUnmount as Q, openBlock as a, createBlock as M, unref as r, withCtx as g, createElementVNode as u, createVNode as f, createTextVNode as B, createElementBlock as m, withDirectives as N, withKeys as w, withModifiers as P, vModelText as j, Fragment as A, renderList as V, toDisplayString as W, vShow as J, normalizeClass as X, createCommentVNode as Y, resolveDynamicComponent as Z, mergeProps as ee, nextTick as H } from "vue";
|
|
2
2
|
import { Dialog as oe, DialogPanel as te, DialogTitle as ne } from "@headlessui/vue";
|
|
3
|
-
import { useModal as ae, ScalarIcon as
|
|
3
|
+
import { useModal as ae, ScalarIcon as S } from "@scalar/components";
|
|
4
4
|
import { useRouter as le } from "vue-router";
|
|
5
5
|
import { ROUTES as se } from "../../constants.js";
|
|
6
|
-
import {
|
|
7
|
-
import me from "
|
|
6
|
+
import { PathId as re } from "../../routes.js";
|
|
7
|
+
import { useActiveEntities as me } from "../../store/active-entities.js";
|
|
8
|
+
import ie from "./CommandPaletteCollection.vue.js";
|
|
8
9
|
import ce from "./CommandPaletteExample.vue.js";
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
10
|
+
import ue from "./CommandPaletteImport.vue.js";
|
|
11
|
+
import de from "./CommandPaletteRequest.vue.js";
|
|
12
|
+
import fe from "./CommandPaletteServer.vue.js";
|
|
12
13
|
import pe from "./CommandPaletteTag.vue.js";
|
|
13
|
-
import
|
|
14
|
-
import { useWorkspace as
|
|
15
|
-
const
|
|
14
|
+
import ve from "./CommandPaletteWorkspace.vue.js";
|
|
15
|
+
import { useWorkspace as he } from "../../store/store.js";
|
|
16
|
+
const Ce = {
|
|
16
17
|
key: 0,
|
|
17
18
|
class: "custom-scroll max-h-[50dvh] min-h-0 flex-1 rounded-lg p-1.5"
|
|
18
|
-
},
|
|
19
|
+
}, xe = { class: "bg-b-2 focus-within:bg-b-1 focus-within:border-b-3 sticky top-0 flex items-center rounded-md border border-transparent pl-2 shadow-[0_-8px_0_8px_var(--scalar-background-1),0_0_8px_8px_var(--scalar-background-1)]" }, _e = { for: "commandmenu" }, be = ["onKeydown"], ke = ["onClick"], ye = {
|
|
19
20
|
key: 0,
|
|
20
21
|
class: "text-c-3 p-2 pt-3 text-center text-sm"
|
|
21
|
-
},
|
|
22
|
+
}, ge = {
|
|
22
23
|
key: 1,
|
|
23
24
|
class: "flex-1 p-1.5"
|
|
24
25
|
}, we = {
|
|
25
26
|
name: "TheCommandPalette"
|
|
26
|
-
},
|
|
27
|
-
"Import from OpenAPI/Swagger/Postman":
|
|
28
|
-
"Create Request":
|
|
29
|
-
"Create Workspace":
|
|
27
|
+
}, Pe = {
|
|
28
|
+
"Import from OpenAPI/Swagger/Postman": ue,
|
|
29
|
+
"Create Request": de,
|
|
30
|
+
"Create Workspace": ve,
|
|
30
31
|
"Add Tag": pe,
|
|
31
|
-
"Add Server":
|
|
32
|
-
"Create Collection":
|
|
32
|
+
"Add Server": fe,
|
|
33
|
+
"Create Collection": ie,
|
|
33
34
|
"Add Example": ce
|
|
34
|
-
},
|
|
35
|
+
}, He = /* @__PURE__ */ q({
|
|
35
36
|
...we,
|
|
36
|
-
setup(
|
|
37
|
-
const
|
|
37
|
+
setup(Ae) {
|
|
38
|
+
const d = ae(), D = le(), { activeWorkspace: x } = me(), { events: p } = he(), I = [
|
|
38
39
|
{
|
|
39
40
|
label: "",
|
|
40
41
|
commands: [
|
|
@@ -85,110 +86,112 @@ const he = {
|
|
|
85
86
|
},
|
|
86
87
|
{
|
|
87
88
|
label: "Pages",
|
|
88
|
-
commands: se.map((o) =>
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
89
|
+
commands: se.map((o) => {
|
|
90
|
+
var e;
|
|
91
|
+
return {
|
|
92
|
+
name: o.displayName,
|
|
93
|
+
icon: o.icon,
|
|
94
|
+
path: D.resolve({
|
|
95
|
+
...o.to,
|
|
96
|
+
params: {
|
|
97
|
+
[re.Workspace]: ((e = x == null ? void 0 : x.value) == null ? void 0 : e.uid) ?? "default"
|
|
98
|
+
}
|
|
99
|
+
}).href
|
|
100
|
+
};
|
|
101
|
+
})
|
|
93
102
|
}
|
|
94
|
-
],
|
|
95
|
-
() =>
|
|
103
|
+
], _ = c(), l = c(""), s = c(null), i = c(-1), R = c([]), v = K(
|
|
104
|
+
() => I.reduce((o, e) => {
|
|
96
105
|
const t = e.commands.filter(
|
|
97
106
|
(n) => n.name.toLowerCase().includes(l.value.toLowerCase())
|
|
98
107
|
);
|
|
99
108
|
return [...o, ...t];
|
|
100
109
|
}, [])
|
|
101
110
|
), h = () => {
|
|
102
|
-
d.hide(), l.value = "", s.value = null,
|
|
111
|
+
d.hide(), l.value = "", s.value = null, i.value = -1;
|
|
103
112
|
}, O = (o) => {
|
|
104
|
-
l.value !== "" && (o == null || o.preventDefault()), s.value = null,
|
|
113
|
+
l.value !== "" && (o == null || o.preventDefault()), s.value = null, H(() => {
|
|
105
114
|
var e;
|
|
106
|
-
return (e =
|
|
115
|
+
return (e = b.value) == null ? void 0 : e.focus();
|
|
107
116
|
});
|
|
108
117
|
}, $ = (o) => {
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
name: o.path,
|
|
112
|
-
params: {
|
|
113
|
-
workspace: (e = H.value) == null ? void 0 : e.uid
|
|
114
|
-
}
|
|
115
|
-
}), h()) : s.value = o.name;
|
|
116
|
-
}, _ = i(), I = ({
|
|
118
|
+
"path" in o ? (D.push(o.path), h()) : s.value = o.name;
|
|
119
|
+
}, b = c(), E = ({
|
|
117
120
|
commandName: o,
|
|
118
121
|
metaData: e
|
|
119
122
|
} = {}) => {
|
|
120
|
-
s.value = o ?? null,
|
|
123
|
+
s.value = o ?? null, _.value = e, d.show(), H(() => {
|
|
121
124
|
var t;
|
|
122
|
-
return (t =
|
|
125
|
+
return (t = b.value) == null ? void 0 : t.focus();
|
|
123
126
|
});
|
|
124
127
|
};
|
|
125
128
|
F(l, (o) => {
|
|
126
|
-
o && v.value.length > 0 && (
|
|
129
|
+
o && v.value.length > 0 && (i.value = 0);
|
|
127
130
|
});
|
|
128
|
-
const
|
|
131
|
+
const L = (o, e) => {
|
|
129
132
|
var C;
|
|
130
133
|
if (!d.open) return;
|
|
131
134
|
e.preventDefault();
|
|
132
135
|
const t = o === "up" ? -1 : 1, n = v.value.length;
|
|
133
|
-
|
|
136
|
+
i.value = (i.value + t + n) % n, (C = R.value[i.value]) == null || C.scrollIntoView({
|
|
134
137
|
behavior: "smooth",
|
|
135
138
|
block: "nearest"
|
|
136
139
|
});
|
|
137
|
-
}, k =
|
|
138
|
-
() => v.value[
|
|
140
|
+
}, k = K(
|
|
141
|
+
() => v.value[i.value]
|
|
139
142
|
), U = (o) => {
|
|
140
143
|
!k.value || s.value || (o.preventDefault(), o.stopPropagation(), $(k.value));
|
|
141
|
-
},
|
|
144
|
+
}, T = (o) => {
|
|
142
145
|
d.open && o != null && o.closeModal && h();
|
|
143
146
|
};
|
|
144
147
|
return G(() => {
|
|
145
|
-
|
|
148
|
+
p.commandPalette.on(E), p.hotKeys.on(T);
|
|
146
149
|
}), Q(() => {
|
|
147
|
-
|
|
148
|
-
}), (o, e) => (a(),
|
|
150
|
+
p.commandPalette.off(E), p.hotKeys.off(T);
|
|
151
|
+
}), (o, e) => (a(), M(r(oe), {
|
|
149
152
|
open: r(d).open,
|
|
150
153
|
onClose: e[5] || (e[5] = (t) => h())
|
|
151
154
|
}, {
|
|
152
|
-
default:
|
|
155
|
+
default: g(() => [
|
|
153
156
|
e[7] || (e[7] = u("div", { class: "commandmenu-overlay z-overlay" }, null, -1)),
|
|
154
|
-
|
|
155
|
-
default:
|
|
156
|
-
|
|
157
|
-
default:
|
|
158
|
-
|
|
157
|
+
f(r(te), { class: "commandmenu z-overlay flex flex-col" }, {
|
|
158
|
+
default: g(() => [
|
|
159
|
+
f(r(ne), { class: "sr-only" }, {
|
|
160
|
+
default: g(() => e[6] || (e[6] = [
|
|
161
|
+
B("API Client Command Menu")
|
|
159
162
|
])),
|
|
160
163
|
_: 1
|
|
161
164
|
}),
|
|
162
|
-
s.value ? (a(), m("div",
|
|
165
|
+
s.value ? (a(), m("div", ge, [
|
|
163
166
|
u("button", {
|
|
164
167
|
class: "p-0.75 hover:bg-b-3 text-c-3 active:text-c-1 my-1.25 z-1 absolute mr-1.5 rounded",
|
|
165
168
|
type: "button",
|
|
166
169
|
onClick: e[3] || (e[3] = (t) => s.value = null)
|
|
167
170
|
}, [
|
|
168
|
-
|
|
171
|
+
f(r(S), {
|
|
169
172
|
icon: "ChevronLeft",
|
|
170
173
|
size: "md",
|
|
171
174
|
thickness: "1.5"
|
|
172
175
|
})
|
|
173
176
|
]),
|
|
174
|
-
(a(),
|
|
177
|
+
(a(), M(Z(Pe[s.value]), ee(_.value ? { metaData: _.value } : {}, {
|
|
175
178
|
onBack: e[4] || (e[4] = (t) => O(t)),
|
|
176
179
|
onClose: h
|
|
177
180
|
}), null, 16))
|
|
178
|
-
])) : (a(), m("div",
|
|
179
|
-
u("div",
|
|
180
|
-
u("label",
|
|
181
|
-
|
|
181
|
+
])) : (a(), m("div", Ce, [
|
|
182
|
+
u("div", xe, [
|
|
183
|
+
u("label", _e, [
|
|
184
|
+
f(r(S), {
|
|
182
185
|
class: "text-c-2 mr-2.5",
|
|
183
186
|
icon: "Search",
|
|
184
187
|
size: "md",
|
|
185
188
|
thickness: "1.5"
|
|
186
189
|
})
|
|
187
190
|
]),
|
|
188
|
-
|
|
191
|
+
N(u("input", {
|
|
189
192
|
id: "commandmenu",
|
|
190
193
|
ref_key: "commandInputRef",
|
|
191
|
-
ref:
|
|
194
|
+
ref: b,
|
|
192
195
|
"onUpdate:modelValue": e[0] || (e[0] = (t) => l.value = t),
|
|
193
196
|
autocomplete: "off",
|
|
194
197
|
autofocus: "",
|
|
@@ -196,18 +199,18 @@ const he = {
|
|
|
196
199
|
placeholder: "Search commands...",
|
|
197
200
|
type: "text",
|
|
198
201
|
onKeydown: [
|
|
199
|
-
e[1] || (e[1] = w(
|
|
200
|
-
w(
|
|
201
|
-
e[2] || (e[2] = w(
|
|
202
|
+
e[1] || (e[1] = w(P((t) => L("down", t), ["stop"]), ["down"])),
|
|
203
|
+
w(P(U, ["stop"]), ["enter"]),
|
|
204
|
+
e[2] || (e[2] = w(P((t) => L("up", t), ["stop"]), ["up"]))
|
|
202
205
|
]
|
|
203
|
-
}, null, 40,
|
|
206
|
+
}, null, 40, be), [
|
|
204
207
|
[j, l.value]
|
|
205
208
|
])
|
|
206
209
|
]),
|
|
207
|
-
(a(), m(
|
|
210
|
+
(a(), m(A, null, V(I, (t) => (a(), m(A, {
|
|
208
211
|
key: t.label
|
|
209
212
|
}, [
|
|
210
|
-
|
|
213
|
+
N(u("div", { class: "text-c-3 mb-1 mt-2 px-2 text-xs font-medium" }, W(t.label), 513), [
|
|
211
214
|
[
|
|
212
215
|
J,
|
|
213
216
|
t.commands.filter(
|
|
@@ -215,32 +218,32 @@ const he = {
|
|
|
215
218
|
).length > 0
|
|
216
219
|
]
|
|
217
220
|
]),
|
|
218
|
-
(a(!0), m(
|
|
221
|
+
(a(!0), m(A, null, V(t.commands.filter(
|
|
219
222
|
(n) => n.name.toLowerCase().includes(l.value.toLowerCase())
|
|
220
223
|
), (n, C) => {
|
|
221
|
-
var
|
|
224
|
+
var z;
|
|
222
225
|
return a(), m("div", {
|
|
223
226
|
key: n.name,
|
|
224
227
|
ref_for: !0,
|
|
225
|
-
ref: (
|
|
226
|
-
|
|
228
|
+
ref: (y) => {
|
|
229
|
+
y && (R.value[C] = y);
|
|
227
230
|
},
|
|
228
231
|
class: X(["commandmenu-item hover:bg-b-2 flex cursor-pointer items-center rounded px-2 py-1.5 text-sm", {
|
|
229
|
-
"bg-b-2": n.name === ((
|
|
232
|
+
"bg-b-2": n.name === ((z = k.value) == null ? void 0 : z.name)
|
|
230
233
|
}]),
|
|
231
|
-
onClick: (
|
|
234
|
+
onClick: (y) => $(n)
|
|
232
235
|
}, [
|
|
233
|
-
|
|
236
|
+
f(r(S), {
|
|
234
237
|
class: "text-c-2 mr-2.5",
|
|
235
238
|
icon: n.icon,
|
|
236
239
|
size: "md",
|
|
237
240
|
thickness: "1.5"
|
|
238
241
|
}, null, 8, ["icon"]),
|
|
239
|
-
|
|
242
|
+
B(" " + W(n.name), 1)
|
|
240
243
|
], 10, ke);
|
|
241
244
|
}), 128))
|
|
242
245
|
], 64))), 64)),
|
|
243
|
-
v.value.length ? Y("", !0) : (a(), m("div",
|
|
246
|
+
v.value.length ? Y("", !0) : (a(), m("div", ye, " No commands found "))
|
|
244
247
|
]))
|
|
245
248
|
]),
|
|
246
249
|
_: 1
|
|
@@ -251,6 +254,6 @@ const he = {
|
|
|
251
254
|
}
|
|
252
255
|
});
|
|
253
256
|
export {
|
|
254
|
-
|
|
255
|
-
|
|
257
|
+
Pe as PaletteComponents,
|
|
258
|
+
He as default
|
|
256
259
|
};
|
|
@@ -13,11 +13,11 @@ const N = /* @__PURE__ */ c({
|
|
|
13
13
|
set: (e) => l("update:modelValue", e)
|
|
14
14
|
});
|
|
15
15
|
return (e, t) => (i(), f("label", {
|
|
16
|
-
class: a(["
|
|
16
|
+
class: a(["text-c-2 flex select-none items-center gap-2 rounded p-3 py-1.5 text-sm", e.disabled ? "cursor-default" : "cursor-pointer"]),
|
|
17
17
|
for: "watch-toggle"
|
|
18
18
|
}, [
|
|
19
19
|
V("span", {
|
|
20
|
-
class: a(["text-c-1 flex gap-1
|
|
20
|
+
class: a(["text-c-1 flex items-center gap-1 text-xs font-medium", { "text-c-3": !o.value }])
|
|
21
21
|
}, [
|
|
22
22
|
d(s(x), {
|
|
23
23
|
icon: "Watch",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ContextBar.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5e53c8fe"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as x, useId as f, computed as h, openBlock as r, createElementBlock as i, createElementVNode as e, Fragment as g, renderList as _, normalizeClass as b, createTextVNode as y, toDisplayString as l, withDirectives as S, unref as a, vModelRadio as w, createVNode as k } from "vue";
|
|
2
2
|
import { ScalarIcon as V } from "@scalar/components";
|
|
3
|
-
const q = { class: "
|
|
3
|
+
const q = { class: "filter-hover context-bar-group ml-auto hidden lg:flex lg:w-[120px]" }, B = { class: "request-section-content request-section-content-filter fade-request-section-content text-c-3 pointer-events-auto relative hidden w-full justify-end gap-[1.5px] rounded py-2 text-xs xl:flex" }, C = ["name", "value"], F = { class: "context-bar-group-hover:text-c-1 absolute -right-[30px] top-1/2 flex -translate-y-1/2 items-center" }, N = { class: "context-bar-group-hover:hidden mr-1.5" }, D = /* @__PURE__ */ x({
|
|
4
4
|
__name: "ContextBar",
|
|
5
5
|
props: {
|
|
6
6
|
sections: {},
|
|
@@ -17,7 +17,7 @@ const q = { class: "hidden lg:flex ml-auto filter-hover context-bar-group lg:w-[
|
|
|
17
17
|
e("div", B, [
|
|
18
18
|
(r(!0), i(g, null, _(s.sections, (n) => (r(), i("label", {
|
|
19
19
|
key: n,
|
|
20
|
-
class: b(["filter-hover-item
|
|
20
|
+
class: b(["filter-hover-item hover:bg-b-2 flex w-fit cursor-pointer items-center whitespace-nowrap rounded p-1 px-2 text-center font-medium has-[:focus-visible]:outline", [t.value === n ? "text-c-1 pointer-events-none" : ""]])
|
|
21
21
|
}, [
|
|
22
22
|
y(l(n) + " ", 1),
|
|
23
23
|
S(e("input", {
|
|
@@ -18,7 +18,7 @@ const b = {
|
|
|
18
18
|
)
|
|
19
19
|
)), [
|
|
20
20
|
i("table", {
|
|
21
|
-
class: p(["grid
|
|
21
|
+
class: p(["mb-0 grid min-h-8 auto-rows-auto", { "w-max min-w-full": o.scroll }]),
|
|
22
22
|
style: u({
|
|
23
23
|
gridTemplateColumns: o.columns.map((r) => r || "1fr").join(" ")
|
|
24
24
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTableCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableCell.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAIpC,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CACxB,CAAC;AAeJ,iBAAS,cAAc;
|
|
1
|
+
{"version":3,"file":"DataTableCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableCell.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAIpC,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CACxB,CAAC;AAeJ,iBAAS,cAAc;WAiDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;QAjFZ,MAAM,GAAG,SAAS;6EAwFzB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAepG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { defineComponent as t, openBlock as o, createBlock as
|
|
2
|
-
import { useBindCx as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as t, openBlock as o, createBlock as a, resolveDynamicComponent as l, mergeProps as n, unref as s, withCtx as p, renderSlot as d } from "vue";
|
|
2
|
+
import { useBindCx as m } from "@scalar/components";
|
|
3
|
+
const f = /* @__PURE__ */ t({
|
|
4
4
|
inheritAttrs: !1,
|
|
5
5
|
__name: "DataTableCell",
|
|
6
6
|
props: {
|
|
7
7
|
is: { default: "td" }
|
|
8
8
|
},
|
|
9
|
-
setup(
|
|
10
|
-
const { cx: r } =
|
|
11
|
-
return (e,
|
|
12
|
-
|
|
13
|
-
"max-h-8 min-h-8 min-w-8 border-l-0 border-t border-b-0 border-r flex text-sm last:border-r-0 group-last:border-b-transparent p-0 m-0 relative"
|
|
9
|
+
setup(b) {
|
|
10
|
+
const { cx: r } = m();
|
|
11
|
+
return (e, i) => (o(), a(l(e.is), n(
|
|
12
|
+
s(r)(
|
|
13
|
+
"box-content max-h-8 min-h-8 min-w-8 border-l-0 border-t border-b-0 border-r flex text-sm last:border-r-0 group-last:border-b-transparent p-0 m-0 relative"
|
|
14
14
|
),
|
|
15
15
|
{
|
|
16
|
-
class: "group-[.alert]:bg-b-alert",
|
|
16
|
+
class: "group-[.alert]:bg-b-alert group-[.error]:bg-b-danger",
|
|
17
17
|
role: "cell"
|
|
18
18
|
}
|
|
19
19
|
), {
|
|
20
20
|
default: p(() => [
|
|
21
|
-
|
|
21
|
+
d(e.$slots, "default")
|
|
22
22
|
]),
|
|
23
23
|
_: 3
|
|
24
24
|
}, 16));
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
f as default
|
|
29
29
|
};
|
|
@@ -23,7 +23,7 @@ const f = ["checked", "disabled"], y = /* @__PURE__ */ c({
|
|
|
23
23
|
default: d(() => [
|
|
24
24
|
a("input", {
|
|
25
25
|
checked: e.modelValue,
|
|
26
|
-
class: "peer absolute inset-0 opacity-0 disabled:cursor-default
|
|
26
|
+
class: "peer absolute inset-0 cursor-pointer opacity-0 disabled:cursor-default",
|
|
27
27
|
disabled: !!e.disabled,
|
|
28
28
|
type: "checkbox",
|
|
29
29
|
onChange: o[0] || (o[0] = (r) => e.$emit("update:modelValue", r.target.checked))
|
|
@@ -33,8 +33,8 @@ const f = ["checked", "disabled"], y = /* @__PURE__ */ c({
|
|
|
33
33
|
}, [
|
|
34
34
|
a("div", {
|
|
35
35
|
class: t([
|
|
36
|
-
"absolute
|
|
37
|
-
!e.disabled && "group-
|
|
36
|
+
"absolute m-auto size-3/4 rounded border-[1px] opacity-0",
|
|
37
|
+
!e.disabled && "group-has-[:focus-visible]/cell:border-c-accent group-hover/cell:opacity-100 group-has-[:focus-visible]/cell:opacity-100"
|
|
38
38
|
])
|
|
39
39
|
}, null, 2),
|
|
40
40
|
u(l(m), {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { EnvVariable } from '../../store/active-entities';
|
|
2
|
-
import type { VueClassProp } from '../../types/vue';
|
|
3
1
|
import type { Environment } from '@scalar/oas-utils/entities/environment';
|
|
4
2
|
import type { Workspace } from '@scalar/oas-utils/entities/workspace';
|
|
3
|
+
import type { EnvVariable } from '../../store/active-entities';
|
|
4
|
+
import type { VueClassProp } from '../../types/vue';
|
|
5
5
|
type __VLS_Props = {
|
|
6
6
|
id?: string;
|
|
7
7
|
type?: string | undefined;
|
|
@@ -26,23 +26,192 @@ declare function __VLS_template(): {
|
|
|
26
26
|
warning?(_: {}): any;
|
|
27
27
|
icon?(_: {}): any;
|
|
28
28
|
};
|
|
29
|
-
refs: {
|
|
29
|
+
refs: {
|
|
30
|
+
codeInput: ({
|
|
31
|
+
$: import("vue").ComponentInternalInstance;
|
|
32
|
+
$data: {};
|
|
33
|
+
$props: {
|
|
34
|
+
readonly colorPicker?: boolean;
|
|
35
|
+
readonly disabled?: boolean;
|
|
36
|
+
readonly modelValue: string | number;
|
|
37
|
+
readonly error?: boolean;
|
|
38
|
+
readonly emitOnBlur?: boolean;
|
|
39
|
+
readonly lineNumbers?: boolean;
|
|
40
|
+
readonly lint?: boolean;
|
|
41
|
+
readonly disableTabIndent?: boolean;
|
|
42
|
+
readonly language?: import("@scalar/use-codemirror").CodeMirrorLanguage;
|
|
43
|
+
readonly handleFieldSubmit?: (e: string) => void;
|
|
44
|
+
readonly handleFieldChange?: (e: string) => void;
|
|
45
|
+
readonly placeholder?: string;
|
|
46
|
+
readonly required?: boolean;
|
|
47
|
+
readonly disableEnter?: boolean;
|
|
48
|
+
readonly disableCloseBrackets?: boolean;
|
|
49
|
+
readonly enum?: string[];
|
|
50
|
+
readonly examples?: string[];
|
|
51
|
+
readonly type?: string | string[] | undefined;
|
|
52
|
+
readonly nullable?: boolean;
|
|
53
|
+
readonly withVariables?: boolean;
|
|
54
|
+
readonly importCurl?: boolean;
|
|
55
|
+
readonly isCopyable?: boolean;
|
|
56
|
+
readonly default?: string | number;
|
|
57
|
+
readonly environment: Environment;
|
|
58
|
+
readonly envVariables: EnvVariable[];
|
|
59
|
+
readonly workspace: Workspace;
|
|
60
|
+
readonly onSubmit?: (v: string) => any;
|
|
61
|
+
readonly "onUpdate:modelValue"?: (v: string) => any;
|
|
62
|
+
readonly onBlur?: (v: string) => any;
|
|
63
|
+
readonly onCurl?: (v: string) => any;
|
|
64
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
65
|
+
$attrs: {
|
|
66
|
+
[x: string]: unknown;
|
|
67
|
+
};
|
|
68
|
+
$refs: {
|
|
69
|
+
[x: string]: unknown;
|
|
70
|
+
};
|
|
71
|
+
$slots: Readonly<{
|
|
72
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
73
|
+
}>;
|
|
74
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
75
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
76
|
+
$host: Element | null;
|
|
77
|
+
$emit: ((event: "submit", v: string) => void) & ((event: "update:modelValue", v: string) => void) & ((event: "blur", v: string) => void) & ((event: "curl", v: string) => void);
|
|
78
|
+
$el: any;
|
|
79
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
80
|
+
colorPicker?: boolean;
|
|
81
|
+
disabled?: boolean;
|
|
82
|
+
modelValue: string | number;
|
|
83
|
+
error?: boolean;
|
|
84
|
+
emitOnBlur?: boolean;
|
|
85
|
+
lineNumbers?: boolean;
|
|
86
|
+
lint?: boolean;
|
|
87
|
+
disableTabIndent?: boolean;
|
|
88
|
+
language?: import("@scalar/use-codemirror").CodeMirrorLanguage;
|
|
89
|
+
handleFieldSubmit?: (e: string) => void;
|
|
90
|
+
handleFieldChange?: (e: string) => void;
|
|
91
|
+
placeholder?: string;
|
|
92
|
+
required?: boolean;
|
|
93
|
+
disableEnter?: boolean;
|
|
94
|
+
disableCloseBrackets?: boolean;
|
|
95
|
+
enum?: string[];
|
|
96
|
+
examples?: string[];
|
|
97
|
+
type?: string | string[] | undefined;
|
|
98
|
+
nullable?: boolean;
|
|
99
|
+
withVariables?: boolean;
|
|
100
|
+
importCurl?: boolean;
|
|
101
|
+
isCopyable?: boolean;
|
|
102
|
+
default?: string | number;
|
|
103
|
+
environment: Environment;
|
|
104
|
+
envVariables: EnvVariable[];
|
|
105
|
+
workspace: Workspace;
|
|
106
|
+
}> & Readonly<{
|
|
107
|
+
onSubmit?: (v: string) => any;
|
|
108
|
+
"onUpdate:modelValue"?: (v: string) => any;
|
|
109
|
+
onBlur?: (v: string) => any;
|
|
110
|
+
onCurl?: (v: string) => any;
|
|
111
|
+
}>, {
|
|
112
|
+
focus: () => void;
|
|
113
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
114
|
+
submit: (v: string) => any;
|
|
115
|
+
"update:modelValue": (v: string) => any;
|
|
116
|
+
blur: (v: string) => any;
|
|
117
|
+
curl: (v: string) => any;
|
|
118
|
+
}, string, {
|
|
119
|
+
disabled: boolean;
|
|
120
|
+
nullable: boolean;
|
|
121
|
+
colorPicker: boolean;
|
|
122
|
+
emitOnBlur: boolean;
|
|
123
|
+
disableTabIndent: boolean;
|
|
124
|
+
disableEnter: boolean;
|
|
125
|
+
disableCloseBrackets: boolean;
|
|
126
|
+
withVariables: boolean;
|
|
127
|
+
isCopyable: boolean;
|
|
128
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
129
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
130
|
+
created?: (() => void) | (() => void)[];
|
|
131
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
132
|
+
mounted?: (() => void) | (() => void)[];
|
|
133
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
134
|
+
updated?: (() => void) | (() => void)[];
|
|
135
|
+
activated?: (() => void) | (() => void)[];
|
|
136
|
+
deactivated?: (() => void) | (() => void)[];
|
|
137
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
138
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
139
|
+
destroyed?: (() => void) | (() => void)[];
|
|
140
|
+
unmounted?: (() => void) | (() => void)[];
|
|
141
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
142
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
143
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
144
|
+
};
|
|
145
|
+
$forceUpdate: () => void;
|
|
146
|
+
$nextTick: typeof import("vue").nextTick;
|
|
147
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
148
|
+
} & Readonly<{
|
|
149
|
+
disabled: boolean;
|
|
150
|
+
nullable: boolean;
|
|
151
|
+
colorPicker: boolean;
|
|
152
|
+
emitOnBlur: boolean;
|
|
153
|
+
disableTabIndent: boolean;
|
|
154
|
+
disableEnter: boolean;
|
|
155
|
+
disableCloseBrackets: boolean;
|
|
156
|
+
withVariables: boolean;
|
|
157
|
+
isCopyable: boolean;
|
|
158
|
+
}> & Omit<Readonly<{
|
|
159
|
+
colorPicker?: boolean;
|
|
160
|
+
disabled?: boolean;
|
|
161
|
+
modelValue: string | number;
|
|
162
|
+
error?: boolean;
|
|
163
|
+
emitOnBlur?: boolean;
|
|
164
|
+
lineNumbers?: boolean;
|
|
165
|
+
lint?: boolean;
|
|
166
|
+
disableTabIndent?: boolean;
|
|
167
|
+
language?: import("@scalar/use-codemirror").CodeMirrorLanguage;
|
|
168
|
+
handleFieldSubmit?: (e: string) => void;
|
|
169
|
+
handleFieldChange?: (e: string) => void;
|
|
170
|
+
placeholder?: string;
|
|
171
|
+
required?: boolean;
|
|
172
|
+
disableEnter?: boolean;
|
|
173
|
+
disableCloseBrackets?: boolean;
|
|
174
|
+
enum?: string[];
|
|
175
|
+
examples?: string[];
|
|
176
|
+
type?: string | string[] | undefined;
|
|
177
|
+
nullable?: boolean;
|
|
178
|
+
withVariables?: boolean;
|
|
179
|
+
importCurl?: boolean;
|
|
180
|
+
isCopyable?: boolean;
|
|
181
|
+
default?: string | number;
|
|
182
|
+
environment: Environment;
|
|
183
|
+
envVariables: EnvVariable[];
|
|
184
|
+
workspace: Workspace;
|
|
185
|
+
}> & Readonly<{
|
|
186
|
+
onSubmit?: (v: string) => any;
|
|
187
|
+
"onUpdate:modelValue"?: (v: string) => any;
|
|
188
|
+
onBlur?: (v: string) => any;
|
|
189
|
+
onCurl?: (v: string) => any;
|
|
190
|
+
}>, "focus" | ("disabled" | "nullable" | "colorPicker" | "emitOnBlur" | "disableTabIndent" | "disableEnter" | "disableCloseBrackets" | "withVariables" | "isCopyable")> & import("vue").ShallowUnwrapRef<{
|
|
191
|
+
focus: () => void;
|
|
192
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
193
|
+
$slots: {
|
|
194
|
+
warning?(_: {}): any;
|
|
195
|
+
icon?(_: {}): any;
|
|
196
|
+
};
|
|
197
|
+
}) | null;
|
|
198
|
+
};
|
|
30
199
|
rootEl: any;
|
|
31
200
|
};
|
|
32
201
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
202
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
34
|
-
"update:modelValue": (v: string) => any;
|
|
35
203
|
selectVariable: (value: string) => any;
|
|
204
|
+
"update:modelValue": (v: string) => any;
|
|
36
205
|
inputFocus: () => any;
|
|
37
206
|
inputBlur: () => any;
|
|
38
207
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
39
|
-
"onUpdate:modelValue"?: (v: string) => any;
|
|
40
208
|
onSelectVariable?: (value: string) => any;
|
|
209
|
+
"onUpdate:modelValue"?: (v: string) => any;
|
|
41
210
|
onInputFocus?: () => any;
|
|
42
211
|
onInputBlur?: () => any;
|
|
43
212
|
}>, {
|
|
44
|
-
required: boolean;
|
|
45
213
|
readOnly: boolean;
|
|
214
|
+
required: boolean;
|
|
46
215
|
canAddCustomEnumValue: boolean;
|
|
47
216
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
48
217
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInput.vue"],"names":[],"mappings":"AAsLA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAIrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAO/C,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,sEAAsE;IACtE,cAAc,CAAC,EAAE,YAAY,GAAG,SAAS,CAAA;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,0EAA0E;IAC1E,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAgDJ,iBAAS,cAAc;WAgPT,OAAO,IAA6B;;yBAXrB,GAAG;yBACF,GAAG;sBACN,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkEwsJ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EApD31J;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;cAjUN,OAAO;cAJP,OAAO;2BAGM,OAAO;6EA0UjC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAepG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|