@scalar/api-client 2.1.21 → 2.1.23
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 +46 -0
- package/README.md +22 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts +4 -4
- package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBar.vue2.js +80 -80
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts +3 -12
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarServer.vue.d.ts +1 -1
- package/dist/components/AddressBar/AddressBarServer.vue.js +37 -37
- package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts +3 -12
- package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts +11 -44
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +8 -17
- package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandActionForm.vue.js +10 -10
- package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +7 -16
- package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +5 -5
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +2 -2
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +7 -16
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.js +31 -31
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +5 -5
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.js +65 -65
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +7 -16
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +12 -12
- package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +5 -5
- package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteServer.vue.js +33 -33
- package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +5 -5
- package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteTag.vue.js +21 -21
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +5 -5
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +14 -14
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +48 -56
- 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 +163 -154
- package/dist/components/ContextBar.vue.d.ts +6 -15
- package/dist/components/ContextBar.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +3 -12
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCell.vue.d.ts +4 -25
- package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCell.vue.js +5 -5
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +7 -28
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableHeader.vue.d.ts +1 -1
- package/dist/components/DataTable/DataTableHeader.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.d.ts +12 -37
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +7 -28
- package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInputSelect.vue.js +34 -34
- package/dist/components/DataTable/DataTableRow.vue.d.ts +1 -1
- package/dist/components/DataTable/DataTableRow.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableText.vue.d.ts +12 -12
- package/dist/components/DataTable/DataTableText.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableText.vue.js +13 -9
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +37 -37
- package/dist/components/Form/Form.vue.d.ts +3 -12
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/HelpfulLink.vue.d.ts +3 -12
- package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +7 -32
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/IconSelector.vue.d.ts +6 -15
- package/dist/components/IconSelector.vue.d.ts.map +1 -1
- package/dist/components/IconSelector.vue.js +14 -14
- package/dist/components/ImportCollection/DropEventListener.vue.d.ts +4 -4
- package/dist/components/ImportCollection/DropEventListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/DropEventListener.vue.js +20 -20
- package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts +1 -1
- package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +6 -15
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue.js +84 -63
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts +6 -15
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.js +38 -42
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +3 -12
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/OperationBadge.vue.d.ts +3 -12
- package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/PasteEventListener.vue.d.ts +4 -4
- package/dist/components/ImportCollection/PasteEventListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts +4 -4
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts +3 -0
- package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -0
- package/dist/components/ImportCollection/WorkspaceSelector.vue.js +125 -0
- package/dist/components/ImportCollection/WorkspaceSelector.vue2.js +4 -0
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +7 -16
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
- package/dist/components/ImportCurl/ImportCurlModal.vue.js +2 -2
- package/dist/components/ImportCurl/ImportCurlModal.vue2.js +41 -40
- package/dist/components/ScalarAsciiArt.vue.d.ts +3 -12
- package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
- package/dist/components/ScalarHotkey.vue.d.ts +6 -15
- package/dist/components/ScalarHotkey.vue.d.ts.map +1 -1
- package/dist/components/ScreenReader.vue.d.ts +4 -25
- package/dist/components/ScreenReader.vue.d.ts.map +1 -1
- package/dist/components/Search/useSearch.d.ts +4 -4
- package/dist/components/SideNav/SideHelp.vue.d.ts +1 -1
- package/dist/components/SideNav/SideHelp.vue.js +49 -49
- package/dist/components/SideNav/SideNav.vue.d.ts +1 -1
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +1 -1
- package/dist/components/SideNav/SideNav.vue2.js +23 -23
- package/dist/components/SideNav/SideNavLink.vue.d.ts +3 -12
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +3 -12
- package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +8 -17
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts +7 -16
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts +7 -16
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts +7 -16
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +8 -8
- package/dist/components/Sidebar/Sidebar.vue.d.ts +4 -25
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.d.ts +3 -12
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarList.vue.d.ts +1 -1
- package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts +11 -34
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +6 -15
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +21 -21
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts +6 -15
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarToggle.vue.js +24 -24
- package/dist/components/SubpageHeader.vue.d.ts +1 -1
- package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.d.ts +3 -12
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue2.js +66 -66
- package/dist/components/TopNav/TopNavItem.vue.d.ts +11 -20
- package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNavItem.vue2.js +32 -32
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +4 -27
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts +1 -1
- package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/data/httpHeaders.d.ts +6 -0
- package/dist/data/httpHeaders.d.ts.map +1 -0
- package/dist/data/httpHeaders.js +537 -0
- package/dist/hooks/useDarkModeState.d.ts +1 -1
- package/dist/hooks/useFileDialog.d.ts +15 -0
- package/dist/hooks/useFileDialog.d.ts.map +1 -1
- package/dist/layouts/App/ApiClientApp.vue.d.ts +4 -4
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts +10 -10
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +20 -20
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.d.ts +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +10 -10
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +10 -10
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/importers/curl.d.ts +25 -1
- package/dist/libs/importers/curl.d.ts.map +1 -1
- package/dist/libs/importers/curl.js +40 -38
- package/dist/libs/parse-curl.d.ts +3 -4
- package/dist/libs/parse-curl.d.ts.map +1 -1
- package/dist/libs/parse-curl.js +58 -55
- package/dist/libs/send-request.d.ts +5 -5
- package/dist/libs/send-request.d.ts.map +1 -1
- package/dist/libs/send-request.js +93 -99
- package/dist/store/collections.d.ts.map +1 -1
- package/dist/store/import-spec.d.ts.map +1 -1
- package/dist/store/request-example.d.ts +4 -4
- package/dist/store/requests.d.ts +4 -4
- package/dist/store/requests.d.ts.map +1 -1
- package/dist/store/store.d.ts +20 -20
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/tags.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/views/Collection/Collection.vue.d.ts +1 -1
- package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts +1 -1
- package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
- package/dist/views/Cookies/CookieForm.vue.js +15 -15
- package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
- package/dist/views/Cookies/CookieRaw.vue.js +14 -14
- package/dist/views/Cookies/Cookies.vue.d.ts +1 -1
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +23 -23
- package/dist/views/Environment/Environment.vue.d.ts +1 -1
- package/dist/views/Environment/Environment.vue2.js +29 -29
- package/dist/views/Environment/EnvironmentColors.vue.d.ts +6 -15
- package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +6 -15
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +27 -27
- package/dist/views/Request/Request.vue.d.ts +4 -4
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +6 -15
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +14 -14
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +3 -12
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +82 -82
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +3 -12
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +31 -31
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +3 -12
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +92 -92
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts +7 -16
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.js +60 -60
- package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +11 -34
- package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +3 -12
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.js +71 -71
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +3 -12
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.js +34 -34
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +3 -12
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.js +34 -34
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +14 -37
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +67 -67
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts +3 -12
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.d.ts +7 -16
- 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 +92 -91
- package/dist/views/Request/RequestSidebarItem.vue.d.ts +9 -34
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItem.vue2.js +123 -123
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +6 -15
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +60 -60
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts +9 -18
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue.js +4 -4
- package/dist/views/Request/RequestSubpageHeader.vue2.js +26 -26
- package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBody.vue.js +26 -26
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +8 -8
- package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +4 -4
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts +6 -15
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +15 -15
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +19 -19
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +35 -35
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +44 -23
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +12 -12
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +3 -12
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.js +42 -42
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts +1 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.js +85 -85
- package/dist/views/Servers/ServerForm.vue.d.ts +1 -1
- package/dist/views/Servers/Servers.vue.d.ts +1 -1
- package/dist/views/Servers/Servers.vue2.js +29 -29
- package/dist/views/Settings/Settings.vue.d.ts +1 -1
- package/dist/views/Settings/SettingsGeneral.vue.d.ts +1 -1
- package/dist/views/Settings/SettingsGeneral.vue.js +37 -37
- package/dist/views/Settings/SettingsGeneralMode.vue.d.ts +1 -1
- package/dist/views/Settings/SettingsGeneralMode.vue.js +38 -38
- package/package.json +14 -19
|
@@ -1,158 +1,156 @@
|
|
|
1
|
-
import { defineComponent as J, reactive as Q, watch as X, onMounted as Y, onBeforeUnmount as Z, openBlock as a, createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { useSearch as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { dragHandlerFactory as
|
|
10
|
-
import { ScalarSearchInput as
|
|
11
|
-
import { LibraryIcon as
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { useSidebar as
|
|
16
|
-
import { useWorkspace as
|
|
17
|
-
const
|
|
18
|
-
/* @__PURE__ */ i("b", { class: "font-medium" }, "Let's Get Started"),
|
|
19
|
-
/* @__PURE__ */ i("p", { class: "mt-2" }, " Create request, folder, collection or import OpenAPI document ")
|
|
20
|
-
], -1)), Ue = /* @__PURE__ */ J({
|
|
1
|
+
import { defineComponent as J, reactive as Q, watch as X, onMounted as Y, onBeforeUnmount as Z, openBlock as a, createElementBlock as h, Fragment as S, withDirectives as _, createVNode as l, unref as t, normalizeClass as b, createSlots as ee, withCtx as n, createElementVNode as i, isRef as te, withKeys as v, withModifiers as p, createBlock as d, renderList as C, createTextVNode as D, toDisplayString as oe, createCommentVNode as $, vShow as se } from "vue";
|
|
2
|
+
import re from "../../assets/rabbit.ascii.js";
|
|
3
|
+
import ae from "../../assets/rabbitjump.ascii.js";
|
|
4
|
+
import ie from "../../components/HttpMethod/HttpMethod.vue.js";
|
|
5
|
+
import V from "../../components/ScalarAsciiArt.vue.js";
|
|
6
|
+
import { useSearch as ne } from "../../components/Search/useSearch.js";
|
|
7
|
+
import le from "../../components/Sidebar/SidebarButton.vue.js";
|
|
8
|
+
import de from "./RequestSidebarItemMenu.vue.js";
|
|
9
|
+
import { dragHandlerFactory as me } from "./handle-drag.js";
|
|
10
|
+
import { ScalarSearchInput as ue, ScalarSearchResultList as pe, ScalarSearchResultItem as ce, ScalarIcon as q } from "@scalar/components";
|
|
11
|
+
import { LibraryIcon as fe } from "@scalar/icons";
|
|
12
|
+
import be from "./RequestSidebarItem.vue.js";
|
|
13
|
+
import he from "../../components/Sidebar/Sidebar.vue.js";
|
|
14
|
+
import Se from "./components/WorkspaceDropdown.vue.js";
|
|
15
|
+
import { useSidebar as ve } from "../../hooks/useSidebar.js";
|
|
16
|
+
import { useWorkspace as Re } from "../../store/store.js";
|
|
17
|
+
const ye = { class: "search-button-fade sticky px-3 py-2.5 top-0 z-10" }, ke = { class: "empty-sidebar-item-content px-2.5 py-2.5" }, we = { class: "w-[60px] h-[68px] m-auto rabbit-ascii mt-2 relative" }, Te = /* @__PURE__ */ J({
|
|
21
18
|
__name: "RequestSidebar",
|
|
22
19
|
props: {
|
|
23
20
|
showSidebar: { type: Boolean },
|
|
24
21
|
isReadonly: { type: Boolean }
|
|
25
22
|
},
|
|
26
23
|
emits: ["update:showSidebar", "newTab"],
|
|
27
|
-
setup(
|
|
28
|
-
const E =
|
|
24
|
+
setup(P, { emit: B }) {
|
|
25
|
+
const E = P, R = B, y = Re(), {
|
|
29
26
|
activeWorkspaceCollections: F,
|
|
30
27
|
activeRequest: M,
|
|
31
28
|
activeWorkspaceRequests: O,
|
|
32
29
|
findRequestParents: K,
|
|
33
30
|
isReadOnly: N,
|
|
34
|
-
events:
|
|
35
|
-
} =
|
|
31
|
+
events: c
|
|
32
|
+
} = y, { handleDragEnd: T, isDroppable: z } = me(y), { collapsedSidebarFolders: A, setCollapsedSidebarFolder: L } = ve(), u = Q({ open: !1 });
|
|
36
33
|
X(
|
|
37
34
|
M,
|
|
38
35
|
(s) => {
|
|
39
36
|
s && K(s).forEach(
|
|
40
|
-
(
|
|
37
|
+
(e) => L(e, !0)
|
|
41
38
|
);
|
|
42
39
|
},
|
|
43
40
|
{ immediate: !0 }
|
|
44
41
|
);
|
|
45
42
|
const {
|
|
46
|
-
searchText:
|
|
43
|
+
searchText: f,
|
|
47
44
|
searchResultsWithPlaceholderResults: k,
|
|
48
|
-
selectedSearchResult:
|
|
45
|
+
selectedSearchResult: w,
|
|
49
46
|
onSearchResultClick: U,
|
|
50
47
|
fuseSearch: W,
|
|
51
|
-
searchInputRef:
|
|
48
|
+
searchInputRef: g,
|
|
52
49
|
searchResultRefs: H,
|
|
53
50
|
navigateSearchResults: x,
|
|
54
51
|
selectSearchResult: j
|
|
55
|
-
} =
|
|
56
|
-
var
|
|
57
|
-
s && (s.toggleSidebar &&
|
|
52
|
+
} = ne(), I = (s) => {
|
|
53
|
+
var e;
|
|
54
|
+
s && (s.toggleSidebar && R("update:showSidebar", E.showSidebar), s.openCommandPalette && (s.openCommandPalette.preventDefault(), c.commandPalette.emit()), s.focusRequestSearch && ((e = g.value) == null || e.focus()));
|
|
58
55
|
};
|
|
59
|
-
return Y(() =>
|
|
60
|
-
|
|
61
|
-
}), (s,
|
|
62
|
-
_(l(
|
|
63
|
-
class:
|
|
56
|
+
return Y(() => c.hotKeys.on(I)), Z(() => {
|
|
57
|
+
c.hotKeys.off(I);
|
|
58
|
+
}), (s, e) => (a(), h(S, null, [
|
|
59
|
+
_(l(t(he), {
|
|
60
|
+
class: b([s.showSidebar ? "sidebar-active-width" : ""]),
|
|
64
61
|
showSidebar: s.showSidebar,
|
|
65
|
-
"onUpdate:showSidebar":
|
|
62
|
+
"onUpdate:showSidebar": e[8] || (e[8] = (o) => s.$emit("update:showSidebar", o))
|
|
66
63
|
}, ee({
|
|
67
64
|
content: n(() => [
|
|
68
|
-
i("div",
|
|
69
|
-
l(
|
|
65
|
+
i("div", ye, [
|
|
66
|
+
l(t(ue), {
|
|
70
67
|
ref_key: "searchInputRef",
|
|
71
|
-
ref:
|
|
72
|
-
modelValue:
|
|
73
|
-
"onUpdate:modelValue":
|
|
68
|
+
ref: g,
|
|
69
|
+
modelValue: t(f),
|
|
70
|
+
"onUpdate:modelValue": e[0] || (e[0] = (o) => te(f) ? f.value = o : null),
|
|
74
71
|
sidebar: "",
|
|
75
|
-
onInput:
|
|
72
|
+
onInput: t(W),
|
|
76
73
|
onKeydown: [
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
74
|
+
e[1] || (e[1] = v(p((o) => t(x)("down"), ["stop"]), ["down"])),
|
|
75
|
+
e[2] || (e[2] = v(p((o) => t(j)(), ["stop"]), ["enter"])),
|
|
76
|
+
e[3] || (e[3] = v(p((o) => t(x)("up"), ["stop"]), ["up"]))
|
|
80
77
|
]
|
|
81
78
|
}, null, 8, ["modelValue", "onInput"])
|
|
82
79
|
]),
|
|
83
80
|
i("div", {
|
|
84
|
-
class:
|
|
81
|
+
class: b(["custom-scroll flex flex-1 flex-col overflow-visible px-3 pb-3 pt-0", {
|
|
85
82
|
"pb-14": !s.isReadonly
|
|
86
83
|
}]),
|
|
87
|
-
onDragenter:
|
|
84
|
+
onDragenter: e[6] || (e[6] = p(() => {
|
|
88
85
|
}, ["prevent"])),
|
|
89
|
-
onDragover:
|
|
86
|
+
onDragover: e[7] || (e[7] = p(() => {
|
|
90
87
|
}, ["prevent"]))
|
|
91
88
|
}, [
|
|
92
|
-
|
|
89
|
+
t(f) ? (a(), d(t(pe), {
|
|
93
90
|
key: 0,
|
|
94
91
|
class: "gap-px custom-scroll",
|
|
95
|
-
noResults: !
|
|
92
|
+
noResults: !t(k).length
|
|
96
93
|
}, {
|
|
97
94
|
default: n(() => [
|
|
98
|
-
(a(!0), S
|
|
95
|
+
(a(!0), h(S, null, C(t(k), (o, m) => (a(), d(t(ce), {
|
|
99
96
|
id: `#search-input-${o.item.id}`,
|
|
100
97
|
key: o.refIndex,
|
|
101
98
|
ref_for: !0,
|
|
102
|
-
ref: (r) =>
|
|
103
|
-
active:
|
|
99
|
+
ref: (r) => t(H)[m] = r,
|
|
100
|
+
active: t(w) === m,
|
|
104
101
|
class: "px-2",
|
|
105
|
-
onClick: (r) =>
|
|
106
|
-
onFocus: (r) =>
|
|
102
|
+
onClick: (r) => t(U)(o),
|
|
103
|
+
onFocus: (r) => w.value = m
|
|
107
104
|
}, {
|
|
108
105
|
addon: n(() => [
|
|
109
|
-
l(
|
|
106
|
+
l(ie, {
|
|
110
107
|
class: "font-bold",
|
|
111
108
|
method: o.item.httpVerb ?? "get"
|
|
112
109
|
}, null, 8, ["method"])
|
|
113
110
|
]),
|
|
114
111
|
default: n(() => [
|
|
115
|
-
|
|
112
|
+
D(oe(o.item.title) + " ", 1)
|
|
116
113
|
]),
|
|
117
114
|
_: 2
|
|
118
115
|
}, 1032, ["id", "active", "onClick", "onFocus"]))), 128))
|
|
119
116
|
]),
|
|
120
117
|
_: 1
|
|
121
|
-
}, 8, ["noResults"])) : (a(!0), S
|
|
118
|
+
}, 8, ["noResults"])) : (a(!0), h(S, { key: 1 }, C(t(F), (o) => {
|
|
122
119
|
var m;
|
|
123
|
-
return a(), d(
|
|
120
|
+
return a(), d(be, {
|
|
124
121
|
key: o.uid,
|
|
125
122
|
isDraggable: !s.isReadonly && ((m = o.info) == null ? void 0 : m.title) !== "Drafts",
|
|
126
|
-
isDroppable:
|
|
123
|
+
isDroppable: t(z),
|
|
127
124
|
menuItem: u,
|
|
128
125
|
parentUids: [],
|
|
129
126
|
uid: o.uid,
|
|
130
|
-
onNewTab:
|
|
131
|
-
onOnDragEnd:
|
|
132
|
-
onOpenMenu:
|
|
127
|
+
onNewTab: e[4] || (e[4] = (r, G) => R("newTab", { name: r, uid: G })),
|
|
128
|
+
onOnDragEnd: t(T),
|
|
129
|
+
onOpenMenu: e[5] || (e[5] = (r) => Object.assign(u, r))
|
|
133
130
|
}, {
|
|
134
131
|
leftIcon: n(() => {
|
|
135
132
|
var r;
|
|
136
133
|
return [
|
|
137
|
-
((r = o.info) == null ? void 0 : r.title) === "Drafts" ? (a(), d(
|
|
134
|
+
((r = o.info) == null ? void 0 : r.title) === "Drafts" ? (a(), d(t(q), {
|
|
138
135
|
key: 0,
|
|
139
136
|
class: "text-sidebar-c-2 group-hover:hidden",
|
|
140
137
|
icon: "Scribble",
|
|
141
|
-
thickness: "2.
|
|
142
|
-
})) : (a(), d(
|
|
138
|
+
thickness: "2.25"
|
|
139
|
+
})) : (a(), d(t(fe), {
|
|
143
140
|
key: 1,
|
|
144
|
-
class: "text-sidebar-c-2 size-3.5 stroke-[2.
|
|
141
|
+
class: "text-sidebar-c-2 size-3.5 stroke-[2.25] group-hover:hidden",
|
|
145
142
|
src: o["x-scalar-icon"] || "interface-content-folder"
|
|
146
143
|
}, null, 8, ["src"])),
|
|
147
144
|
i("div", {
|
|
148
|
-
class:
|
|
149
|
-
"rotate-90":
|
|
145
|
+
class: b({
|
|
146
|
+
"rotate-90": t(A)[o.uid]
|
|
150
147
|
})
|
|
151
148
|
}, [
|
|
152
|
-
l(
|
|
149
|
+
l(t(q), {
|
|
153
150
|
class: "text-c-3 hidden text-sm group-hover:block",
|
|
154
151
|
icon: "ChevronRight",
|
|
155
|
-
size: "sm"
|
|
152
|
+
size: "sm",
|
|
153
|
+
thickness: "2.5"
|
|
156
154
|
})
|
|
157
155
|
], 2)
|
|
158
156
|
];
|
|
@@ -164,30 +162,33 @@ const ke = (p) => (re("data-v-254a8369"), p = p(), ae(), p), ge = { class: "sear
|
|
|
164
162
|
]),
|
|
165
163
|
button: n(() => [
|
|
166
164
|
i("div", {
|
|
167
|
-
class:
|
|
168
|
-
"empty-sidebar-item":
|
|
165
|
+
class: b({
|
|
166
|
+
"empty-sidebar-item": t(O).length <= 1
|
|
169
167
|
})
|
|
170
168
|
}, [
|
|
171
|
-
i("div",
|
|
172
|
-
i("div",
|
|
173
|
-
l(
|
|
174
|
-
art:
|
|
169
|
+
i("div", ke, [
|
|
170
|
+
i("div", we, [
|
|
171
|
+
l(V, {
|
|
172
|
+
art: t(re),
|
|
175
173
|
class: "font-bold rabbitsit"
|
|
176
174
|
}, null, 8, ["art"]),
|
|
177
|
-
l(
|
|
178
|
-
art:
|
|
175
|
+
l(V, {
|
|
176
|
+
art: t(ae),
|
|
179
177
|
class: "font-bold absolute top-0 left-0 rabbitjump"
|
|
180
178
|
}, null, 8, ["art"])
|
|
181
179
|
]),
|
|
182
|
-
|
|
180
|
+
e[10] || (e[10] = i("div", { class: "text-center text-balance text-sm mb-2 mt-2" }, [
|
|
181
|
+
i("b", { class: "font-medium" }, "Let's Get Started"),
|
|
182
|
+
i("p", { class: "mt-2" }, " Create request, folder, collection or import OpenAPI document ")
|
|
183
|
+
], -1))
|
|
183
184
|
]),
|
|
184
|
-
s.isReadonly ?
|
|
185
|
+
s.isReadonly ? $("", !0) : (a(), d(le, {
|
|
185
186
|
key: 0,
|
|
186
|
-
click:
|
|
187
|
+
click: t(c).commandPalette.emit
|
|
187
188
|
}, {
|
|
188
|
-
title: n(() => [
|
|
189
|
-
|
|
190
|
-
]),
|
|
189
|
+
title: n(() => e[11] || (e[11] = [
|
|
190
|
+
D("Add Item")
|
|
191
|
+
])),
|
|
191
192
|
_: 1
|
|
192
193
|
}, 8, ["click"]))
|
|
193
194
|
], 2)
|
|
@@ -197,21 +198,21 @@ const ke = (p) => (re("data-v-254a8369"), p = p(), ae(), p), ge = { class: "sear
|
|
|
197
198
|
s.isReadonly ? void 0 : {
|
|
198
199
|
name: "header",
|
|
199
200
|
fn: n(() => [
|
|
200
|
-
l(
|
|
201
|
+
l(t(Se), { class: "min-h-11 xl:min-h-header xl:py-2.5 py-1 px-2.5 border-b-1/2" })
|
|
201
202
|
]),
|
|
202
203
|
key: "0"
|
|
203
204
|
}
|
|
204
205
|
]), 1032, ["class", "showSidebar"]), [
|
|
205
206
|
[se, s.showSidebar]
|
|
206
207
|
]),
|
|
207
|
-
!
|
|
208
|
+
!t(N) && u ? (a(), d(de, {
|
|
208
209
|
key: 0,
|
|
209
210
|
menuItem: u,
|
|
210
|
-
onCloseMenu:
|
|
211
|
-
}, null, 8, ["menuItem"])) :
|
|
211
|
+
onCloseMenu: e[9] || (e[9] = (o) => u.open = !1)
|
|
212
|
+
}, null, 8, ["menuItem"])) : $("", !0)
|
|
212
213
|
], 64));
|
|
213
214
|
}
|
|
214
215
|
});
|
|
215
216
|
export {
|
|
216
|
-
|
|
217
|
+
Te as default
|
|
217
218
|
};
|
|
@@ -5,7 +5,7 @@ declare function __VLS_template(): Readonly<{
|
|
|
5
5
|
}> & {
|
|
6
6
|
leftIcon(): void;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
9
9
|
/**
|
|
10
10
|
* Toggle dragging on and off
|
|
11
11
|
*
|
|
@@ -24,15 +24,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
24
24
|
uid: string;
|
|
25
25
|
/** To keep track of the menu being open */
|
|
26
26
|
menuItem: SidebarMenuItem;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
onDragEnd: (draggingItem: DraggingItem, hoveredItem: HoveredItem) => void;
|
|
33
|
-
newTab: (name: string, uid: string) => void;
|
|
34
|
-
openMenu: (menuItem: SidebarMenuItem) => void;
|
|
35
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
27
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
+
onDragEnd: (draggingItem: DraggingItem, hoveredItem: HoveredItem) => any;
|
|
29
|
+
newTab: (name: string, uid: string) => any;
|
|
30
|
+
openMenu: (menuItem: SidebarMenuItem) => any;
|
|
31
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
36
32
|
/**
|
|
37
33
|
* Toggle dragging on and off
|
|
38
34
|
*
|
|
@@ -51,40 +47,19 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
51
47
|
uid: string;
|
|
52
48
|
/** To keep track of the menu being open */
|
|
53
49
|
menuItem: SidebarMenuItem;
|
|
54
|
-
}
|
|
55
|
-
isDraggable: boolean;
|
|
56
|
-
isDroppable: boolean;
|
|
57
|
-
isChild: boolean;
|
|
58
|
-
}>>> & {
|
|
50
|
+
}> & Readonly<{
|
|
59
51
|
onOnDragEnd?: ((draggingItem: DraggingItem, hoveredItem: HoveredItem) => any) | undefined;
|
|
60
52
|
onNewTab?: ((name: string, uid: string) => any) | undefined;
|
|
61
53
|
onOpenMenu?: ((menuItem: SidebarMenuItem) => any) | undefined;
|
|
62
|
-
}
|
|
54
|
+
}>, {
|
|
63
55
|
isDroppable: boolean | ((draggingItem: DraggingItem, hoveredItem: HoveredItem) => boolean);
|
|
64
56
|
isDraggable: boolean;
|
|
65
|
-
}, {}>;
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
66
58
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
67
59
|
export default _default;
|
|
68
|
-
type __VLS_WithDefaults<P, D> = {
|
|
69
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
70
|
-
default: D[K];
|
|
71
|
-
}> : P[K];
|
|
72
|
-
};
|
|
73
|
-
type __VLS_Prettify<T> = {
|
|
74
|
-
[K in keyof T]: T[K];
|
|
75
|
-
} & {};
|
|
76
60
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
77
61
|
new (): {
|
|
78
62
|
$slots: S;
|
|
79
63
|
};
|
|
80
64
|
};
|
|
81
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
82
|
-
type __VLS_TypePropsToOption<T> = {
|
|
83
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
84
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
85
|
-
} : {
|
|
86
|
-
type: import('vue').PropType<T[K]>;
|
|
87
|
-
required: true;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
65
|
//# sourceMappingURL=RequestSidebarItem.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSidebarItem.vue"],"names":[],"mappings":"AA0bA,OAAO,KAAK,EAAe,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEzE,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"RequestSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSidebarItem.vue"],"names":[],"mappings":"AA0bA,OAAO,KAAK,EAAe,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEzE,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,WAAW,EACjB,MAAM,mBAAmB,CAAA;AA6O1B,iBAAS,cAAc;gBAtMT,IAAI;;gBAAJ,IAAI;EAkwBjB;AACD,QAAA,MAAM,eAAe;IAlyBjB;;;;OAIG;kBACW,OAAO;IACrB;;;;OAIG;kBACW,cAAc,CAAC,aAAa,CAAC;IAC3C,oEAAoE;gBACxD,MAAM,EAAE;IACpB,0DAA0D;SACrD,MAAM;IACX,2CAA2C;cACjC,eAAe;;;;;;IAjBzB;;;;OAIG;kBACW,OAAO;IACrB;;;;OAIG;kBACW,cAAc,CAAC,aAAa,CAAC;IAC3C,oEAAoE;gBACxD,MAAM,EAAE;IACpB,0DAA0D;SACrD,MAAM;IACX,2CAA2C;cACjC,eAAe;;;;;;;iBAZX,OAAO;6EAyyBvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAexG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,7 +2,7 @@ import t from "./RequestSidebarItem.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-
|
|
5
|
+
const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-d0057f49"]]);
|
|
6
6
|
export {
|
|
7
7
|
a as default
|
|
8
8
|
};
|