@scalar/api-client 2.8.1 → 2.9.1
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 +70 -0
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +9 -10
- package/dist/components/CodeInput/CodeInput.vue2.js +5 -5
- package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandActionForm.vue.js +10 -10
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +3 -3
- package/dist/components/CommandPalette/CommandPaletteExample.vue.js +3 -3
- package/dist/components/CommandPalette/CommandPaletteImport.vue.js +18 -20
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue.js +2 -2
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +1 -1
- package/dist/components/CommandPalette/CommandPaletteServer.vue.js +13 -14
- package/dist/components/CommandPalette/CommandPaletteTag.vue.js +3 -3
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +3 -3
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +22 -24
- package/dist/components/CommandPalette/WatchModeToggle.vue.js +1 -1
- package/dist/components/DataTable/DataTableInput.vue2.js +1 -1
- package/dist/components/DataTable/DataTableInputSelect.vue.js +8 -9
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +8 -10
- package/dist/components/IconSelector.vue.js +1 -1
- package/dist/components/ImportCollection/DropEventListener.vue.js +12 -12
- package/dist/components/ImportCollection/ImportCollectionListener.vue.js +8 -8
- package/dist/components/ImportCollection/ImportCollectionModal.vue.js +1 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.js +14 -16
- package/dist/components/ImportCollection/PasteEventListener.vue.js +1 -1
- package/dist/components/ImportCollection/PrefetchError.vue.js +2 -2
- package/dist/components/ImportCollection/WorkspaceSelector.vue.js +5 -7
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +1 -1
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.js +3 -3
- package/dist/components/OpenApiClientButton.vue2.js +1 -1
- package/dist/components/Server/ServerSelector.vue.js +1 -2
- package/dist/components/SideNav/SideHelp.vue.js +13 -19
- package/dist/components/SideNav/SideNav.vue.js +4 -5
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +4 -5
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
- package/dist/components/TopNav/TopNav.vue.js +8 -10
- package/dist/components/TopNav/TopNavItem.vue2.js +8 -12
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +9 -11
- package/dist/hooks/useClientConfig.d.ts +3 -0
- package/dist/hooks/useClientConfig.d.ts.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -15
- package/dist/layouts/App/create-api-client-app.d.ts +3646 -3645
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.js +24 -18
- package/dist/layouts/Modal/create-api-client-modal.d.ts +5 -8089
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.js +28 -46
- package/dist/layouts/Modal/index.d.ts +2 -2
- package/dist/layouts/Modal/index.d.ts.map +1 -1
- package/dist/layouts/Modal/index.js +2 -5
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.js +15 -12
- package/dist/libs/create-client.d.ts +2 -2
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/postman.d.ts +1 -1
- package/dist/libs/postman.d.ts.map +1 -1
- package/dist/libs/postman.js +12 -12
- package/dist/libs/validate-parameters.d.ts +10 -2
- package/dist/libs/validate-parameters.d.ts.map +1 -1
- package/dist/libs/validate-parameters.js +13 -6
- package/dist/routes.d.ts +3 -184
- package/dist/routes.d.ts.map +1 -1
- package/dist/routes.js +6 -6
- package/dist/store/active-entities.d.ts +1 -1
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/active-entities.js +2 -2
- package/dist/store/router-params.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts +5 -5
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js +2 -2
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +3 -3
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue2.js +3 -4
- package/dist/v2/blocks/scalar-address-bar-block/index.d.ts +1 -0
- package/dist/v2/blocks/scalar-address-bar-block/index.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +2 -2
- package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +7 -8
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +44 -55
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +16 -18
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +41 -46
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts +3 -0
- package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.js +2 -2
- package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue2.js +201 -187
- package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.js +2 -2
- package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue2.js +8 -10
- package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.js +2 -3
- package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.js +2 -4
- package/dist/v2/blocks/scalar-response-block/components/Headers.vue.js +14 -16
- package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts +3 -0
- package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.js +3 -3
- package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue2.js +87 -85
- package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue2.js +10 -11
- package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue2.js +4 -5
- package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.js +1 -1
- package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.js +3 -3
- package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.js +1 -1
- package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue2.js +5 -5
- package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue2.js +9 -10
- package/dist/v2/components/TempReplaceMe.vue.d.ts +3 -0
- package/dist/v2/components/TempReplaceMe.vue.d.ts.map +1 -0
- package/dist/v2/components/TempReplaceMe.vue.js +12 -0
- package/dist/v2/components/code-input/CodeInput.test.d.ts +2 -0
- package/dist/v2/components/code-input/CodeInput.test.d.ts.map +1 -0
- package/dist/v2/components/code-input/CodeInput.vue.d.ts +140 -0
- package/dist/v2/components/code-input/CodeInput.vue.d.ts.map +1 -0
- package/dist/v2/components/code-input/CodeInput.vue.js +8 -0
- package/dist/v2/components/code-input/CodeInput.vue2.js +202 -0
- package/dist/v2/components/code-input/code-variable-widget.d.ts +21 -0
- package/dist/v2/components/code-input/code-variable-widget.d.ts.map +1 -0
- package/dist/v2/components/code-input/code-variable-widget.js +106 -0
- package/dist/v2/components/code-input/code-variable-widget.test.d.ts +2 -0
- package/dist/v2/components/code-input/code-variable-widget.test.d.ts.map +1 -0
- package/dist/v2/components/code-input/index.d.ts +2 -0
- package/dist/v2/components/code-input/index.d.ts.map +1 -0
- package/dist/v2/components/code-input/index.js +4 -0
- package/dist/v2/components/data-table/DataTable.vue.d.ts +22 -0
- package/dist/v2/components/data-table/DataTable.vue.d.ts.map +1 -0
- package/dist/v2/components/data-table/DataTable.vue.js +38 -0
- package/dist/v2/components/data-table/DataTable.vue2.js +4 -0
- package/dist/v2/components/data-table/DataTableCell.vue.d.ts +19 -0
- package/dist/v2/components/data-table/DataTableCell.vue.d.ts.map +1 -0
- package/dist/v2/components/data-table/DataTableCell.vue.js +26 -0
- package/dist/v2/components/data-table/DataTableCell.vue2.js +4 -0
- package/dist/v2/components/data-table/DataTableCheckbox.vue.d.ts +14 -0
- package/dist/v2/components/data-table/DataTableCheckbox.vue.d.ts.map +1 -0
- package/dist/v2/components/data-table/DataTableCheckbox.vue.js +53 -0
- package/dist/v2/components/data-table/DataTableCheckbox.vue2.js +4 -0
- package/dist/v2/components/data-table/DataTableHeader.vue.d.ts +13 -0
- package/dist/v2/components/data-table/DataTableHeader.vue.d.ts.map +1 -0
- package/dist/v2/components/data-table/DataTableHeader.vue.js +18 -0
- package/dist/v2/components/data-table/DataTableHeader.vue2.js +4 -0
- package/dist/v2/components/data-table/DataTableInput.vue.d.ts +53 -0
- package/dist/v2/components/data-table/DataTableInput.vue.d.ts.map +1 -0
- package/dist/v2/components/data-table/DataTableInput.vue.js +7 -0
- package/dist/v2/components/data-table/DataTableInput.vue2.js +117 -0
- package/dist/v2/components/data-table/DataTableInputSelect.vue.d.ts +16 -0
- package/dist/v2/components/data-table/DataTableInputSelect.vue.d.ts.map +1 -0
- package/dist/v2/components/data-table/DataTableInputSelect.vue.js +146 -0
- package/dist/v2/components/data-table/DataTableInputSelect.vue2.js +4 -0
- package/dist/v2/components/data-table/DataTableRow.vue.d.ts +13 -0
- package/dist/v2/components/data-table/DataTableRow.vue.d.ts.map +1 -0
- package/dist/v2/components/data-table/DataTableRow.vue.js +12 -0
- package/dist/v2/components/data-table/DataTableText.vue.d.ts +16 -0
- package/dist/v2/components/data-table/DataTableText.vue.d.ts.map +1 -0
- package/dist/v2/components/data-table/DataTableText.vue.js +23 -0
- package/dist/v2/components/data-table/DataTableText.vue2.js +4 -0
- package/dist/v2/components/data-table/index.d.ts +9 -0
- package/dist/v2/components/data-table/index.d.ts.map +1 -0
- package/dist/v2/components/data-table/index.js +18 -0
- package/dist/v2/components/resize/Resize.vue.d.ts +20 -0
- package/dist/v2/components/resize/Resize.vue.d.ts.map +1 -0
- package/dist/v2/components/resize/Resize.vue.js +8 -0
- package/dist/v2/components/resize/Resize.vue2.js +36 -0
- package/dist/v2/components/resize/index.d.ts +3 -0
- package/dist/v2/components/resize/index.d.ts.map +1 -0
- package/dist/v2/components/resize/index.js +4 -0
- package/dist/v2/components/sidebar/Sidebar.vue.d.ts +39 -0
- package/dist/v2/components/sidebar/Sidebar.vue.d.ts.map +1 -0
- package/dist/v2/components/sidebar/Sidebar.vue.js +95 -0
- package/dist/v2/components/sidebar/Sidebar.vue2.js +4 -0
- package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts +13 -0
- package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts.map +1 -0
- package/dist/v2/components/sidebar/SidebarMenu.vue.js +63 -0
- package/dist/v2/components/sidebar/SidebarMenu.vue2.js +4 -0
- package/dist/v2/components/sidebar/SidebarToggle.vue.d.ts +10 -0
- package/dist/v2/components/sidebar/SidebarToggle.vue.d.ts.map +1 -0
- package/dist/v2/components/sidebar/SidebarToggle.vue.js +52 -0
- package/dist/v2/components/sidebar/SidebarToggle.vue2.js +4 -0
- package/dist/v2/components/sidebar/index.d.ts +4 -0
- package/dist/v2/components/sidebar/index.d.ts.map +1 -0
- package/dist/v2/components/sidebar/index.js +8 -0
- package/dist/v2/features/app/App.test.d.ts +2 -0
- package/dist/v2/features/app/App.test.d.ts.map +1 -0
- package/dist/v2/features/app/App.vue.d.ts +16 -0
- package/dist/v2/features/app/App.vue.d.ts.map +1 -0
- package/dist/v2/features/app/App.vue.js +87 -0
- package/dist/v2/features/app/App.vue3.js +5 -0
- package/dist/v2/features/app/components/AppSidebar.vue.d.ts +30 -0
- package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -0
- package/dist/v2/features/app/components/AppSidebar.vue.js +7 -0
- package/dist/v2/features/app/components/AppSidebar.vue2.js +117 -0
- package/dist/v2/features/app/components/DesktopTabs.vue.d.ts +6 -0
- package/dist/v2/features/app/components/DesktopTabs.vue.d.ts.map +1 -0
- package/dist/v2/features/app/components/DesktopTabs.vue.js +15 -0
- package/dist/v2/features/app/components/DesktopTabs.vue2.js +6 -0
- package/dist/v2/features/app/components/DownloadAppButton.vue.d.ts +3 -0
- package/dist/v2/features/app/components/DownloadAppButton.vue.d.ts.map +1 -0
- package/dist/v2/features/app/components/DownloadAppButton.vue.js +7 -0
- package/dist/v2/features/app/components/DownloadAppButton.vue2.js +19 -0
- package/dist/v2/features/app/components/WebTopNav.vue.d.ts +16 -0
- package/dist/v2/features/app/components/WebTopNav.vue.d.ts.map +1 -0
- package/dist/v2/features/app/components/WebTopNav.vue.js +28 -0
- package/dist/v2/features/app/components/WebTopNav.vue2.js +4 -0
- package/dist/v2/features/app/components/index.d.ts +2 -0
- package/dist/v2/features/app/components/index.d.ts.map +1 -0
- package/dist/v2/features/app/components/index.js +5 -0
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts +25 -0
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -0
- package/dist/v2/features/app/helpers/create-api-client-app.js +21 -0
- package/dist/v2/features/app/helpers/routes.d.ts +106 -0
- package/dist/v2/features/app/helpers/routes.d.ts.map +1 -0
- package/dist/v2/features/app/helpers/routes.js +109 -0
- package/dist/v2/features/app/index.d.ts +2 -0
- package/dist/v2/features/app/index.d.ts.map +1 -0
- package/dist/v2/features/app/index.js +4 -0
- package/dist/v2/features/collection/DocumentCollection.test.d.ts +2 -0
- package/dist/v2/features/collection/DocumentCollection.test.d.ts.map +1 -0
- package/dist/v2/features/collection/DocumentCollection.vue.d.ts +12 -0
- package/dist/v2/features/collection/DocumentCollection.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/DocumentCollection.vue.js +4 -0
- package/dist/v2/features/collection/DocumentCollection.vue2.js +95 -0
- package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts +10 -0
- package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/WorkspaceCollection.vue.js +4 -0
- package/dist/v2/features/collection/WorkspaceCollection.vue2.js +40 -0
- package/dist/v2/features/collection/components/Authentication.test.d.ts +2 -0
- package/dist/v2/features/collection/components/Authentication.test.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Authentication.vue.d.ts +48 -0
- package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Authentication.vue.js +7 -0
- package/dist/v2/features/collection/components/Authentication.vue2.js +50 -0
- package/dist/v2/features/collection/components/Cookies.vue.d.ts +3 -0
- package/dist/v2/features/collection/components/Cookies.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Cookies.vue.js +9 -0
- package/dist/v2/features/collection/components/Environment.test.d.ts +2 -0
- package/dist/v2/features/collection/components/Environment.test.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Environment.vue.d.ts +15 -0
- package/dist/v2/features/collection/components/Environment.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Environment.vue.js +4 -0
- package/dist/v2/features/collection/components/Environment.vue2.js +29 -0
- package/dist/v2/features/collection/components/Form.vue.d.ts +29 -0
- package/dist/v2/features/collection/components/Form.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Form.vue.js +83 -0
- package/dist/v2/features/collection/components/Form.vue2.js +4 -0
- package/dist/v2/features/collection/components/LabelInput.test.d.ts +2 -0
- package/dist/v2/features/collection/components/LabelInput.test.d.ts.map +1 -0
- package/dist/v2/features/collection/components/LabelInput.vue.d.ts +10 -0
- package/dist/v2/features/collection/components/LabelInput.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/LabelInput.vue.js +7 -0
- package/dist/v2/features/collection/components/LabelInput.vue2.js +29 -0
- package/dist/v2/features/collection/components/Overview.test.d.ts +2 -0
- package/dist/v2/features/collection/components/Overview.test.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Overview.vue.d.ts +15 -0
- package/dist/v2/features/collection/components/Overview.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Overview.vue.js +7 -0
- package/dist/v2/features/collection/components/Overview.vue2.js +89 -0
- package/dist/v2/features/collection/components/Servers.test.d.ts +2 -0
- package/dist/v2/features/collection/components/Servers.test.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Servers.vue.d.ts +33 -0
- package/dist/v2/features/collection/components/Servers.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Servers.vue.js +4 -0
- package/dist/v2/features/collection/components/Servers.vue2.js +120 -0
- package/dist/v2/features/collection/components/Settings.test.d.ts +2 -0
- package/dist/v2/features/collection/components/Settings.test.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Settings.vue.d.ts +17 -0
- package/dist/v2/features/collection/components/Settings.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Settings.vue.js +7 -0
- package/dist/v2/features/collection/components/Settings.vue2.js +100 -0
- package/dist/v2/features/collection/components/Tabs.test.d.ts +2 -0
- package/dist/v2/features/collection/components/Tabs.test.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Tabs.vue.d.ts +6 -0
- package/dist/v2/features/collection/components/Tabs.vue.d.ts.map +1 -0
- package/dist/v2/features/collection/components/Tabs.vue.js +46 -0
- package/dist/v2/features/collection/components/Tabs.vue2.js +4 -0
- package/dist/v2/features/environments/EnvironmentsList.test.d.ts +2 -0
- package/dist/v2/features/environments/EnvironmentsList.test.d.ts.map +1 -0
- package/dist/v2/features/environments/EnvironmentsList.vue.d.ts +9 -0
- package/dist/v2/features/environments/EnvironmentsList.vue.d.ts.map +1 -0
- package/dist/v2/features/environments/EnvironmentsList.vue.js +66 -0
- package/dist/v2/features/environments/EnvironmentsList.vue2.js +4 -0
- package/dist/v2/features/environments/components/Environment.test.d.ts +2 -0
- package/dist/v2/features/environments/components/Environment.test.d.ts.map +1 -0
- package/dist/v2/features/environments/components/Environment.vue.d.ts +16 -0
- package/dist/v2/features/environments/components/Environment.vue.d.ts.map +1 -0
- package/dist/v2/features/environments/components/Environment.vue.js +53 -0
- package/dist/v2/features/environments/components/Environment.vue2.js +4 -0
- package/dist/v2/features/environments/components/EnvironmentColors.test.d.ts +2 -0
- package/dist/v2/features/environments/components/EnvironmentColors.test.d.ts.map +1 -0
- package/dist/v2/features/environments/components/EnvironmentColors.vue.d.ts +10 -0
- package/dist/v2/features/environments/components/EnvironmentColors.vue.d.ts.map +1 -0
- package/dist/v2/features/environments/components/EnvironmentColors.vue.js +121 -0
- package/dist/v2/features/environments/components/EnvironmentColors.vue2.js +4 -0
- package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.d.ts +12 -0
- package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.d.ts.map +1 -0
- package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.js +85 -0
- package/dist/v2/features/environments/components/EnvironmentCreateModal.vue2.js +4 -0
- package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.d.ts +14 -0
- package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.d.ts.map +1 -0
- package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.js +53 -0
- package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue2.js +4 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.d.ts +21 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.d.ts.map +1 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.js +109 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue2.js +4 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesTable.test.d.ts +2 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesTable.test.d.ts.map +1 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.d.ts +10 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.d.ts.map +1 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.js +7 -0
- package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue2.js +136 -0
- package/dist/v2/features/environments/index.d.ts +2 -0
- package/dist/v2/features/environments/index.d.ts.map +1 -0
- package/dist/v2/features/environments/index.js +4 -0
- package/dist/v2/features/global-cookies/components/CookiesTable.test.d.ts +2 -0
- package/dist/v2/features/global-cookies/components/CookiesTable.test.d.ts.map +1 -0
- package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts +25 -0
- package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts.map +1 -0
- package/dist/v2/features/global-cookies/components/CookiesTable.vue.js +7 -0
- package/dist/v2/features/global-cookies/components/CookiesTable.vue2.js +156 -0
- package/dist/v2/features/global-cookies/components/GlobalCookies.test.d.ts +2 -0
- package/dist/v2/features/global-cookies/components/GlobalCookies.test.d.ts.map +1 -0
- package/dist/v2/features/global-cookies/components/GlobalCookies.vue.d.ts +32 -0
- package/dist/v2/features/global-cookies/components/GlobalCookies.vue.d.ts.map +1 -0
- package/dist/v2/features/global-cookies/components/GlobalCookies.vue.js +7 -0
- package/dist/v2/features/global-cookies/components/GlobalCookies.vue2.js +58 -0
- package/dist/v2/features/global-cookies/index.d.ts +2 -0
- package/dist/v2/features/global-cookies/index.d.ts.map +1 -0
- package/dist/v2/features/global-cookies/index.js +4 -0
- package/dist/v2/features/modal/Modal.vue.d.ts +16 -0
- package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -0
- package/dist/v2/features/modal/Modal.vue.js +7 -0
- package/dist/v2/features/modal/Modal.vue2.js +81 -0
- package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts +53 -0
- package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts.map +1 -0
- package/dist/v2/features/modal/helpers/create-api-client-modal.js +46 -0
- package/dist/v2/features/modal/index.d.ts +2 -0
- package/dist/v2/features/modal/index.d.ts.map +1 -0
- package/dist/v2/features/modal/index.js +4 -0
- package/dist/v2/features/operation/Operation.test.d.ts +2 -0
- package/dist/v2/features/operation/Operation.test.d.ts.map +1 -0
- package/dist/v2/features/operation/Operation.vue.d.ts +79 -0
- package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -0
- package/dist/v2/features/operation/Operation.vue.js +124 -0
- package/dist/v2/features/operation/Operation.vue2.js +4 -0
- package/dist/v2/features/operation/components/Header.test.d.ts +2 -0
- package/dist/v2/features/operation/components/Header.test.d.ts.map +1 -0
- package/dist/v2/features/operation/components/Header.vue.d.ts +85 -0
- package/dist/v2/features/operation/components/Header.vue.d.ts.map +1 -0
- package/dist/v2/features/operation/components/Header.vue.js +7 -0
- package/dist/v2/features/operation/components/Header.vue2.js +97 -0
- package/dist/v2/features/operation/index.d.ts +3 -0
- package/dist/v2/features/operation/index.d.ts.map +1 -0
- package/dist/v2/features/operation/index.js +4 -0
- package/dist/v2/features/settings/Settings.test.d.ts +2 -0
- package/dist/v2/features/settings/Settings.test.d.ts.map +1 -0
- package/dist/v2/features/settings/Settings.vue.d.ts +22 -0
- package/dist/v2/features/settings/Settings.vue.d.ts.map +1 -0
- package/dist/v2/features/settings/Settings.vue.js +268 -0
- package/dist/v2/features/settings/Settings.vue2.js +4 -0
- package/dist/v2/features/settings/components/Appearance.vue.d.ts +10 -0
- package/dist/v2/features/settings/components/Appearance.vue.d.ts.map +1 -0
- package/dist/v2/features/settings/components/Appearance.vue.js +88 -0
- package/dist/v2/features/settings/components/Appearance.vue2.js +4 -0
- package/dist/v2/features/settings/components/Section.vue.d.ts +14 -0
- package/dist/v2/features/settings/components/Section.vue.d.ts.map +1 -0
- package/dist/v2/features/settings/components/Section.vue.js +24 -0
- package/dist/v2/features/settings/components/Section.vue2.js +4 -0
- package/dist/v2/features/settings/helpers/get-theme-colors.d.ts +9 -0
- package/dist/v2/features/settings/helpers/get-theme-colors.d.ts.map +1 -0
- package/dist/v2/features/settings/helpers/get-theme-colors.js +17 -0
- package/dist/v2/features/settings/index.d.ts +2 -0
- package/dist/v2/features/settings/index.d.ts.map +1 -0
- package/dist/v2/features/settings/index.js +4 -0
- package/dist/v2/helpers/test-utils.d.ts +4 -0
- package/dist/v2/helpers/test-utils.d.ts.map +1 -0
- package/dist/v2/hooks/use-document-watcher.d.ts +28 -0
- package/dist/v2/hooks/use-document-watcher.d.ts.map +1 -0
- package/dist/v2/hooks/use-document-watcher.test.d.ts +2 -0
- package/dist/v2/hooks/use-document-watcher.test.d.ts.map +1 -0
- package/dist/v2/hooks/use-workspace-client-events.d.ts +9 -0
- package/dist/v2/hooks/use-workspace-client-events.d.ts.map +1 -0
- package/dist/v2/hooks/use-workspace-client-events.js +27 -0
- package/dist/v2/plugins.d.ts +44 -0
- package/dist/v2/plugins.d.ts.map +1 -0
- package/dist/v2/types/layout.d.ts +10 -0
- package/dist/v2/types/layout.d.ts.map +1 -0
- package/dist/views/Collection/Collection.vue2.js +6 -6
- package/dist/views/Collection/CollectionCookies.vue2.js +3 -3
- package/dist/views/Collection/CollectionEnvironment.vue2.js +12 -13
- package/dist/views/Collection/CollectionScripts.vue2.js +3 -3
- package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionServerForm.vue.js +42 -62
- package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionServers.vue2.js +43 -50
- package/dist/views/Collection/CollectionSettings.vue.js +2 -2
- package/dist/views/Collection/CollectionSettings.vue2.js +5 -6
- package/dist/views/Collection/CollectionSync.vue2.js +3 -3
- package/dist/views/Collection/components/EnvironmentForm.vue2.js +10 -12
- package/dist/views/Collection/components/MarkdownInput.vue2.js +2 -4
- package/dist/views/Cookies/CookieModal.vue2.js +6 -6
- package/dist/views/Cookies/Cookies.vue2.js +6 -6
- package/dist/views/Environment/Environment.vue2.js +5 -6
- package/dist/views/Environment/EnvironmentModal.vue.js +13 -14
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +8 -9
- package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestRoot.vue.js +2 -2
- package/dist/views/Request/RequestRoot.vue2.js +79 -80
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +10 -11
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +44 -55
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +10 -12
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +2 -2
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +39 -44
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +96 -78
- package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +3 -3
- package/dist/views/Request/RequestSection/RequestParams.vue.js +2 -3
- package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +55 -55
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +15 -17
- package/dist/views/Request/RequestSidebar.vue2.js +7 -8
- package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
- package/dist/views/Request/RequestSidebarItem.vue2.js +31 -32
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +13 -16
- package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +11 -13
- package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +4 -5
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +4 -5
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +3 -3
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +4 -4
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +11 -13
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +7 -8
- package/dist/views/Request/components/WorkspaceDropdown.vue.js +11 -14
- package/dist/views/Request/libs/oauth2.d.ts +1 -1
- package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
- package/dist/views/Settings/SettingsGeneral.vue.js +40 -42
- package/dist/views/Settings/components/SettingsAppearance.vue.js +8 -11
- package/package.json +31 -26
- package/dist/hooks/useKeyMap.d.ts +0 -2
- package/dist/hooks/useKeyMap.d.ts.map +0 -1
- package/dist/hooks/useKeyMap.js +0 -9
- package/dist/router.d.ts +0 -8
- package/dist/router.d.ts.map +0 -1
- package/dist/router.js +0 -20
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as I, computed as i, ref as P, useId as S, createBlock as r, openBlock as n, withCtx as u, createElementVNode as m, normalizeClass as A, createElementBlock as y, createVNode as B, Fragment as k, createCommentVNode as d, createTextVNode as V, renderList as E, unref as O, withDirectives as z, resolveDynamicComponent as N, vShow as L } from "vue";
|
|
2
2
|
import { ScalarErrorBoundary as j } from "@scalar/components";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { textMediaTypes as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
3
|
+
import w from "../../../../components/SectionFilter.vue.js";
|
|
4
|
+
import D from "../../../../components/ViewLayout/ViewLayoutSection.vue.js";
|
|
5
|
+
import b from "./Headers.vue.js";
|
|
6
|
+
import { textMediaTypes as F } from "../helpers/media-types.js";
|
|
7
|
+
import M from "./ResponseBody.vue.js";
|
|
8
|
+
import U from "./ResponseBodyStreaming.vue.js";
|
|
9
|
+
import K from "./ResponseBodyVirtual.vue.js";
|
|
10
10
|
/* empty css */
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
|
|
16
|
-
const Y = { class: "flex h-8 flex-1 items-center" }, x = ["id", "role"], b = 2e5, ce = /* @__PURE__ */ S({
|
|
11
|
+
import Z from "./ResponseCookies.vue.js";
|
|
12
|
+
import G from "./ResponseEmpty.vue.js";
|
|
13
|
+
import J from "./ResponseLoadingOverlay.vue.js";
|
|
14
|
+
import Q from "./ResponseMetaInformation.vue.js";
|
|
15
|
+
const W = { class: "flex h-8 flex-1 items-center" }, X = ["id", "role"], C = 2e5, pe = /* @__PURE__ */ I({
|
|
17
16
|
__name: "ResponseBlock",
|
|
18
17
|
props: {
|
|
19
18
|
response: {},
|
|
@@ -21,11 +20,12 @@ const Y = { class: "flex h-8 flex-1 items-center" }, x = ["id", "role"], b = 2e5
|
|
|
21
20
|
layout: {},
|
|
22
21
|
totalPerformedRequests: {},
|
|
23
22
|
appVersion: {},
|
|
23
|
+
plugins: {},
|
|
24
24
|
events: {}
|
|
25
25
|
},
|
|
26
26
|
emits: ["addRequest", "sendRequest", "openCommandPalette"],
|
|
27
|
-
setup(t, { expose: H, emit:
|
|
28
|
-
const
|
|
27
|
+
setup(t, { expose: H, emit: T }) {
|
|
28
|
+
const v = T, p = i(() => {
|
|
29
29
|
const e = t.response?.headers;
|
|
30
30
|
return e ? Object.keys(e).map((s) => ({
|
|
31
31
|
name: s,
|
|
@@ -39,144 +39,146 @@ const Y = { class: "flex h-8 flex-1 items-center" }, x = ["id", "role"], b = 2e5
|
|
|
39
39
|
value: s
|
|
40
40
|
} : [];
|
|
41
41
|
}) ?? []
|
|
42
|
-
), $ = ["Cookies", "Headers", "Body"],
|
|
42
|
+
), $ = ["Cookies", "Headers", "Body"], o = P("All"), f = i(() => ["All", ...$]), a = i(
|
|
43
43
|
() => Object.fromEntries(
|
|
44
|
-
|
|
44
|
+
f.value.map((e) => [e, S()])
|
|
45
45
|
)
|
|
46
|
-
),
|
|
46
|
+
), q = i(() => {
|
|
47
47
|
if (!t.response || !("size" in t.response))
|
|
48
48
|
return !1;
|
|
49
49
|
const e = t.response.headers?.["content-type"] || t.response.headers?.["Content-Type"];
|
|
50
|
-
return !e || (t.response.size ?? 0) <=
|
|
51
|
-
}),
|
|
50
|
+
return !e || (t.response.size ?? 0) <= C || e.includes("text/html") ? !1 : F.some((l) => e.includes(l)) && (t.response.size ?? 0) > C;
|
|
51
|
+
}), h = i(
|
|
52
52
|
() => t.request?.headers ? [...t.request.headers].map((e) => ({
|
|
53
53
|
name: e[0],
|
|
54
54
|
value: e[1],
|
|
55
55
|
required: !1
|
|
56
56
|
})) : []
|
|
57
|
-
), c = (e) => e === "All" ||
|
|
57
|
+
), c = (e) => e === "All" || o.value === e;
|
|
58
58
|
return H({
|
|
59
59
|
responseHeaders: p,
|
|
60
60
|
responseCookies: R,
|
|
61
|
-
requestHeaders:
|
|
62
|
-
shouldVirtualize:
|
|
63
|
-
activeFilter:
|
|
64
|
-
filters:
|
|
65
|
-
}), (e, s) => (
|
|
66
|
-
title:
|
|
67
|
-
m("div",
|
|
61
|
+
requestHeaders: h,
|
|
62
|
+
shouldVirtualize: q,
|
|
63
|
+
activeFilter: o,
|
|
64
|
+
filters: f
|
|
65
|
+
}), (e, s) => (n(), r(D, { "aria-label": "Response" }, {
|
|
66
|
+
title: u(() => [
|
|
67
|
+
m("div", W, [
|
|
68
68
|
m("div", {
|
|
69
69
|
"aria-live": "polite",
|
|
70
|
-
class:
|
|
70
|
+
class: A(["flex items-center", { "animate-response-heading": e.response }])
|
|
71
71
|
}, [
|
|
72
72
|
s[4] || (s[4] = m("span", { class: "response-heading pointer-events-none absolute" }, " Response ", -1)),
|
|
73
|
-
e.response ? (
|
|
73
|
+
e.response ? (n(), r(Q, {
|
|
74
74
|
key: 0,
|
|
75
75
|
class: "animate-response-children",
|
|
76
76
|
events: e.events,
|
|
77
77
|
response: e.response
|
|
78
|
-
}, null, 8, ["events", "response"])) :
|
|
78
|
+
}, null, 8, ["events", "response"])) : d("", !0)
|
|
79
79
|
], 2),
|
|
80
|
-
|
|
81
|
-
modelValue:
|
|
82
|
-
"onUpdate:modelValue": s[0] || (s[0] = (
|
|
83
|
-
filterIds:
|
|
84
|
-
filters:
|
|
80
|
+
B(w, {
|
|
81
|
+
modelValue: o.value,
|
|
82
|
+
"onUpdate:modelValue": s[0] || (s[0] = (l) => o.value = l),
|
|
83
|
+
filterIds: a.value,
|
|
84
|
+
filters: f.value
|
|
85
85
|
}, null, 8, ["modelValue", "filterIds", "filters"])
|
|
86
86
|
])
|
|
87
87
|
]),
|
|
88
|
-
default:
|
|
88
|
+
default: u(() => [
|
|
89
89
|
m("div", {
|
|
90
|
-
id:
|
|
91
|
-
class:
|
|
90
|
+
id: a.value.All,
|
|
91
|
+
class: A(["custom-scroll response-section-content relative grid h-full justify-stretch", {
|
|
92
92
|
"content-start": e.response
|
|
93
93
|
}]),
|
|
94
|
-
role:
|
|
94
|
+
role: o.value === "All" && e.response ? "tabpanel" : "none"
|
|
95
95
|
}, [
|
|
96
|
-
e.response ? (
|
|
97
|
-
c("Cookies") ? (
|
|
96
|
+
e.response ? (n(), y(k, { key: 1 }, [
|
|
97
|
+
c("Cookies") ? (n(), r(Z, {
|
|
98
98
|
key: 0,
|
|
99
|
-
id:
|
|
99
|
+
id: a.value.Cookies,
|
|
100
100
|
class: "response-section-content-cookies",
|
|
101
101
|
cookies: R.value,
|
|
102
|
-
role:
|
|
103
|
-
}, null, 8, ["id", "cookies", "role"])) :
|
|
104
|
-
c("Headers") ? (
|
|
102
|
+
role: o.value === "All" ? "none" : "tabpanel"
|
|
103
|
+
}, null, 8, ["id", "cookies", "role"])) : d("", !0),
|
|
104
|
+
c("Headers") ? (n(), r(b, {
|
|
105
105
|
key: 1,
|
|
106
|
-
id:
|
|
106
|
+
id: a.value.Headers,
|
|
107
107
|
class: "response-section-content-headers",
|
|
108
|
-
headers:
|
|
109
|
-
role:
|
|
108
|
+
headers: h.value,
|
|
109
|
+
role: o.value === "All" ? "none" : "tabpanel"
|
|
110
110
|
}, {
|
|
111
|
-
title:
|
|
112
|
-
|
|
113
|
-
])),
|
|
111
|
+
title: u(() => [...s[5] || (s[5] = [
|
|
112
|
+
V("Request Headers", -1)
|
|
113
|
+
])]),
|
|
114
114
|
_: 1
|
|
115
|
-
}, 8, ["id", "headers", "role"])) :
|
|
116
|
-
c("Headers") ? (
|
|
115
|
+
}, 8, ["id", "headers", "role"])) : d("", !0),
|
|
116
|
+
c("Headers") ? (n(), r(b, {
|
|
117
117
|
key: 2,
|
|
118
|
-
id:
|
|
118
|
+
id: a.value.Headers,
|
|
119
119
|
class: "response-section-content-headers",
|
|
120
120
|
headers: p.value,
|
|
121
|
-
role:
|
|
121
|
+
role: o.value === "All" ? "none" : "tabpanel"
|
|
122
122
|
}, {
|
|
123
|
-
title:
|
|
124
|
-
|
|
125
|
-
])),
|
|
123
|
+
title: u(() => [...s[6] || (s[6] = [
|
|
124
|
+
V("Response Headers", -1)
|
|
125
|
+
])]),
|
|
126
126
|
_: 1
|
|
127
|
-
}, 8, ["id", "headers", "role"])) :
|
|
128
|
-
(
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
])
|
|
127
|
+
}, 8, ["id", "headers", "role"])) : d("", !0),
|
|
128
|
+
(n(!0), y(k, null, E(e.plugins, (l, g) => (n(), r(O(j), { key: g }, {
|
|
129
|
+
default: u(() => [
|
|
130
|
+
l.components?.response ? z((n(), r(N(l.components.response), {
|
|
131
|
+
key: 0,
|
|
132
|
+
response: e.response,
|
|
133
|
+
request: e.request
|
|
134
|
+
}, null, 8, ["response", "request"])), [
|
|
135
|
+
[L, o.value === "All"]
|
|
136
|
+
]) : d("", !0)
|
|
135
137
|
]),
|
|
136
138
|
_: 2
|
|
137
139
|
}, 1024))), 128)),
|
|
138
|
-
|
|
139
|
-
"reader" in e.response ? (
|
|
140
|
+
o.value === "All" || o.value === "Body" ? (n(), y(k, { key: 3 }, [
|
|
141
|
+
"reader" in e.response ? (n(), r(U, {
|
|
140
142
|
key: 0,
|
|
141
|
-
id:
|
|
143
|
+
id: a.value.Body,
|
|
142
144
|
class: "response-section-content-body",
|
|
143
145
|
reader: e.response.reader
|
|
144
|
-
}, null, 8, ["id", "reader"])) :
|
|
146
|
+
}, null, 8, ["id", "reader"])) : q.value && typeof e.response?.data == "string" ? (n(), r(K, {
|
|
145
147
|
key: 1,
|
|
146
|
-
id:
|
|
148
|
+
id: a.value.Body,
|
|
147
149
|
content: e.response.data,
|
|
148
150
|
data: e.response?.data,
|
|
149
151
|
headers: p.value,
|
|
150
|
-
role:
|
|
151
|
-
}, null, 8, ["id", "content", "data", "headers", "role"])) : (
|
|
152
|
+
role: o.value === "All" ? "none" : "tabpanel"
|
|
153
|
+
}, null, 8, ["id", "content", "data", "headers", "role"])) : (n(), r(M, {
|
|
152
154
|
key: 2,
|
|
153
|
-
id:
|
|
155
|
+
id: a.value.Body,
|
|
154
156
|
active: !0,
|
|
155
157
|
class: "response-section-content-body",
|
|
156
158
|
data: e.response?.data,
|
|
157
159
|
headers: p.value,
|
|
158
160
|
layout: "client",
|
|
159
|
-
role:
|
|
161
|
+
role: o.value === "All" ? "none" : "tabpanel",
|
|
160
162
|
title: "Body"
|
|
161
163
|
}, null, 8, ["id", "data", "headers", "role"]))
|
|
162
|
-
], 64)) :
|
|
163
|
-
], 64)) : (
|
|
164
|
+
], 64)) : d("", !0)
|
|
165
|
+
], 64)) : (n(), r(G, {
|
|
164
166
|
key: 0,
|
|
165
167
|
appVersion: e.appVersion,
|
|
166
168
|
events: e.events,
|
|
167
169
|
layout: e.layout,
|
|
168
170
|
totalPerformedRequests: e.totalPerformedRequests,
|
|
169
|
-
onAddRequest: s[1] || (s[1] = (
|
|
170
|
-
onOpenCommandPalette: s[2] || (s[2] = (
|
|
171
|
-
onSendRequest: s[3] || (s[3] = (
|
|
171
|
+
onAddRequest: s[1] || (s[1] = (l) => v("addRequest")),
|
|
172
|
+
onOpenCommandPalette: s[2] || (s[2] = (l) => v("openCommandPalette")),
|
|
173
|
+
onSendRequest: s[3] || (s[3] = (l) => v("sendRequest"))
|
|
172
174
|
}, null, 8, ["appVersion", "events", "layout", "totalPerformedRequests"])),
|
|
173
|
-
|
|
174
|
-
], 10,
|
|
175
|
+
B(J, { events: e.events }, null, 8, ["events"])
|
|
176
|
+
], 10, X)
|
|
175
177
|
]),
|
|
176
178
|
_: 1
|
|
177
179
|
}));
|
|
178
180
|
}
|
|
179
181
|
});
|
|
180
182
|
export {
|
|
181
|
-
|
|
183
|
+
pe as default
|
|
182
184
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as w, ref as g, computed as l, createBlock as n, openBlock as t, createSlots as
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent as w, ref as g, computed as l, createBlock as n, openBlock as t, createSlots as x, withCtx as i, createElementBlock as B, createCommentVNode as r, createElementVNode as p, toDisplayString as v, createTextVNode as c, createVNode as k } from "vue";
|
|
2
|
+
import _ from "../../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
3
3
|
import { processResponseBody as R } from "../helpers/process-response-body.js";
|
|
4
4
|
import { getMediaTypeConfig as T } from "../helpers/media-types.js";
|
|
5
5
|
import V from "./ResponseBodyDownload.vue.js";
|
|
@@ -29,15 +29,15 @@ const $ = {
|
|
|
29
29
|
), a = l(
|
|
30
30
|
() => T(e.value.mimeType?.essence ?? "")
|
|
31
31
|
);
|
|
32
|
-
return (o, u) => (t(), n(
|
|
32
|
+
return (o, u) => (t(), n(_, {
|
|
33
33
|
class: "max-h-content overflow-y-hidden",
|
|
34
34
|
layout: o.layout
|
|
35
|
-
},
|
|
35
|
+
}, x({
|
|
36
36
|
title: i(() => [
|
|
37
37
|
c(v(o.title), 1)
|
|
38
38
|
]),
|
|
39
39
|
default: i(() => [
|
|
40
|
-
o.data ? (t(),
|
|
40
|
+
o.data ? (t(), B("div", $, [
|
|
41
41
|
p("div", E, [
|
|
42
42
|
p("span", P, v(e.value.mimeType?.essence), 1),
|
|
43
43
|
m.value ? (t(), n(N, {
|
|
@@ -59,11 +59,10 @@ const $ = {
|
|
|
59
59
|
type: e.value.mimeType?.essence ?? ""
|
|
60
60
|
}, null, 8, ["alpha", "mode", "src", "type"])) : r("", !0),
|
|
61
61
|
!a.value?.raw && !a.value?.preview ? (t(), n(U, { key: 2 }, {
|
|
62
|
-
default: i(() => u[1] || (u[1] = [
|
|
63
|
-
c(" Binary file ")
|
|
64
|
-
])),
|
|
65
|
-
_: 1
|
|
66
|
-
__: [1]
|
|
62
|
+
default: i(() => [...u[1] || (u[1] = [
|
|
63
|
+
c(" Binary file ", -1)
|
|
64
|
+
])]),
|
|
65
|
+
_: 1
|
|
67
66
|
})) : r("", !0)
|
|
68
67
|
])) : r("", !0)
|
|
69
68
|
]),
|
|
@@ -72,7 +71,7 @@ const $ = {
|
|
|
72
71
|
o.data && e.value.dataUrl ? {
|
|
73
72
|
name: "actions",
|
|
74
73
|
fn: i(() => [
|
|
75
|
-
|
|
74
|
+
k(V, {
|
|
76
75
|
filename: e.value.attachmentFilename,
|
|
77
76
|
href: e.value.dataUrl,
|
|
78
77
|
type: e.value.mimeType?.essence
|
|
@@ -51,11 +51,10 @@ const c = ["src"], k = ["src", "type"], w = ["src", "type"], B = ["data", "type"
|
|
|
51
51
|
onError: o[3] || (o[3] = (t) => r.value = !0)
|
|
52
52
|
}, null, 40, B))
|
|
53
53
|
], 2)) : (s(), y(v, { key: 1 }, {
|
|
54
|
-
default: f(() => o[4] || (o[4] = [
|
|
55
|
-
m("Preview unavailable")
|
|
56
|
-
])),
|
|
57
|
-
_: 1
|
|
58
|
-
__: [4]
|
|
54
|
+
default: f(() => [...o[4] || (o[4] = [
|
|
55
|
+
m("Preview unavailable", -1)
|
|
56
|
+
])]),
|
|
57
|
+
_: 1
|
|
59
58
|
}));
|
|
60
59
|
}
|
|
61
60
|
});
|
|
@@ -20,7 +20,7 @@ const S = /* @__PURE__ */ l({
|
|
|
20
20
|
);
|
|
21
21
|
return (b, t) => (d(), i(h, { class: "!max-h-100% response-body-virtual overflow-x-auto" }, m({
|
|
22
22
|
title: a(() => [
|
|
23
|
-
t[0] || (t[0] = p("Body"))
|
|
23
|
+
t[0] || (t[0] = p("Body", -1))
|
|
24
24
|
]),
|
|
25
25
|
default: a(() => [
|
|
26
26
|
t[1] || (t[1] = c("div", { class: "font-code text-xxs rounded-t border border-b-0 px-2.5 py-1.5" }, " This response body is massive! Syntax highlighting won't work here. ", -1)),
|
|
@@ -16,9 +16,9 @@ const d = {
|
|
|
16
16
|
defaultOpen: !1,
|
|
17
17
|
itemCount: o.cookies.length
|
|
18
18
|
}, {
|
|
19
|
-
title: t(() => l[0] || (l[0] = [
|
|
20
|
-
u("Cookies")
|
|
21
|
-
])),
|
|
19
|
+
title: t(() => [...l[0] || (l[0] = [
|
|
20
|
+
u("Cookies", -1)
|
|
21
|
+
])]),
|
|
22
22
|
default: t(() => [
|
|
23
23
|
(e(), s(i, { key: 0 }, [
|
|
24
24
|
o.cookies.length ? (e(), r(p, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ResponseEmpty.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-dc5b68d4"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -22,7 +22,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
|
|
|
22
22
|
return v(() => u.events.hotKeys.on(p)), b(() => u.events.hotKeys.off(p)), (t, e) => (a(), s("div", C, [
|
|
23
23
|
o("div", {
|
|
24
24
|
class: y(["flex h-[calc(100%_-_50px)] flex-col items-center justify-center", {
|
|
25
|
-
"hidden opacity-0": t.totalPerformedRequests
|
|
25
|
+
"hidden opacity-0": t.totalPerformedRequests < 1 && t.layout !== "modal"
|
|
26
26
|
}])
|
|
27
27
|
}, [
|
|
28
28
|
t.layout !== "modal" ? (a(), s("div", w, [
|
|
@@ -47,7 +47,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
|
|
|
47
47
|
t.layout !== "modal" ? (a(), s("div", {
|
|
48
48
|
key: 0,
|
|
49
49
|
class: y(["hidden h-[calc(100%_-_50px)] items-center justify-center pb-5", {
|
|
50
|
-
"!flex opacity-100": t.totalPerformedRequests ==
|
|
50
|
+
"!flex opacity-100": t.totalPerformedRequests == 0
|
|
51
51
|
}])
|
|
52
52
|
}, [
|
|
53
53
|
l(g)
|
|
@@ -59,7 +59,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
|
|
|
59
59
|
type: "button",
|
|
60
60
|
onClick: e[0] || (e[0] = (f) => n("openCommandPalette"))
|
|
61
61
|
}, [
|
|
62
|
-
e[5] || (e[5] = i(" Get Started ")),
|
|
62
|
+
e[5] || (e[5] = i(" Get Started ", -1)),
|
|
63
63
|
l(m(d), { hotkey: "k" })
|
|
64
64
|
])) : r("", !0),
|
|
65
65
|
t.layout === "desktop" ? (a(), s("button", {
|
|
@@ -68,7 +68,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
|
|
|
68
68
|
type: "button",
|
|
69
69
|
onClick: e[1] || (e[1] = (f) => n("addRequest"))
|
|
70
70
|
}, [
|
|
71
|
-
e[6] || (e[6] = i(" New Request ")),
|
|
71
|
+
e[6] || (e[6] = i(" New Request ", -1)),
|
|
72
72
|
l(m(d), { hotkey: "N" })
|
|
73
73
|
])) : r("", !0),
|
|
74
74
|
o("button", {
|
|
@@ -76,7 +76,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
|
|
|
76
76
|
type: "button",
|
|
77
77
|
onClick: e[2] || (e[2] = (f) => n("sendRequest"))
|
|
78
78
|
}, [
|
|
79
|
-
e[7] || (e[7] = i(" Send Request ")),
|
|
79
|
+
e[7] || (e[7] = i(" Send Request ", -1)),
|
|
80
80
|
l(m(d), { hotkey: "↵" })
|
|
81
81
|
])
|
|
82
82
|
])
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as u, ref as c, createBlock as d, openBlock as s, Transition as m, withCtx as l, createElementBlock as f, createCommentVNode as g, unref as o, createVNode as i, createTextVNode as v } from "vue";
|
|
2
|
-
import { useLoadingState as p, ScalarLoading as x, ScalarButton as
|
|
3
|
-
const
|
|
2
|
+
import { useLoadingState as p, ScalarLoading as x, ScalarButton as L } from "@scalar/components";
|
|
3
|
+
const S = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "bg-b-1 z-overlay absolute inset-0 flex flex-col items-center justify-center gap-6"
|
|
6
6
|
}, y = /* @__PURE__ */ u({
|
|
@@ -14,21 +14,20 @@ const L = {
|
|
|
14
14
|
n === "start" ? a.value = setTimeout(() => e.startLoading(), 1e3) : (clearTimeout(a.value), a.value = void 0, e.stopLoading());
|
|
15
15
|
}), (n, t) => (s(), d(m, null, {
|
|
16
16
|
default: l(() => [
|
|
17
|
-
o(e).isLoading ? (s(), f("div",
|
|
17
|
+
o(e).isLoading ? (s(), f("div", S, [
|
|
18
18
|
i(o(x), {
|
|
19
19
|
class: "text-c-3",
|
|
20
20
|
loadingState: o(e),
|
|
21
21
|
size: "3xl"
|
|
22
22
|
}, null, 8, ["loadingState"]),
|
|
23
|
-
i(o(
|
|
23
|
+
i(o(L), {
|
|
24
24
|
variant: "ghost",
|
|
25
|
-
onClick: t[0] || (t[0] = (
|
|
25
|
+
onClick: t[0] || (t[0] = (k) => n.events.cancelRequest.emit())
|
|
26
26
|
}, {
|
|
27
|
-
default: l(() => t[1] || (t[1] = [
|
|
28
|
-
v(" Cancel ")
|
|
29
|
-
])),
|
|
30
|
-
_: 1
|
|
31
|
-
__: [1]
|
|
27
|
+
default: l(() => [...t[1] || (t[1] = [
|
|
28
|
+
v(" Cancel ", -1)
|
|
29
|
+
])]),
|
|
30
|
+
_: 1
|
|
32
31
|
})
|
|
33
32
|
])) : g("", !0)
|
|
34
33
|
]),
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=TempReplaceMe.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TempReplaceMe.vue.d.ts","sourceRoot":"","sources":["../../../src/v2/components/TempReplaceMe.vue"],"names":[],"mappings":";AAuCA,wBAKG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as r, createElementVNode as n } from "vue";
|
|
2
|
+
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const c = {};
|
|
4
|
+
function l(m, e) {
|
|
5
|
+
return r(), t("div", null, [...e[0] || (e[0] = [
|
|
6
|
+
n("h1", null, "This is just a dummy page", -1)
|
|
7
|
+
])]);
|
|
8
|
+
}
|
|
9
|
+
const a = /* @__PURE__ */ o(c, [["render", l]]);
|
|
10
|
+
export {
|
|
11
|
+
a as default
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeInput.test.d.ts","sourceRoot":"","sources":["../../../../src/v2/components/code-input/CodeInput.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import { type CodeMirrorLanguage, type Extension } from '@scalar/use-codemirror';
|
|
2
|
+
import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments';
|
|
3
|
+
import { type Ref } from 'vue';
|
|
4
|
+
import type { ClientLayout } from '../../../v2/types/layout';
|
|
5
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
6
|
+
modelValue: string | number;
|
|
7
|
+
/** Environment for variable substitution. Pass undefined to disable environment variables */
|
|
8
|
+
environment: XScalarEnvironment | undefined;
|
|
9
|
+
/** Type of the input value, affects rendering mode for booleans */
|
|
10
|
+
type?: string | string[];
|
|
11
|
+
/** Render as disabled text display */
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
/** Show error styling */
|
|
14
|
+
error?: boolean;
|
|
15
|
+
/** Layout context affects styling and behavior */
|
|
16
|
+
layout?: ClientLayout;
|
|
17
|
+
/** Predefined enum values, triggers select mode */
|
|
18
|
+
enum?: string[];
|
|
19
|
+
/** Example values, triggers select mode */
|
|
20
|
+
examples?: string[];
|
|
21
|
+
/** Default value to show in select mode */
|
|
22
|
+
default?: string | number;
|
|
23
|
+
/** Allow null in boolean select options */
|
|
24
|
+
nullable?: boolean;
|
|
25
|
+
/** Placeholder text for empty input */
|
|
26
|
+
placeholder?: string;
|
|
27
|
+
/** Show required indicator */
|
|
28
|
+
required?: boolean;
|
|
29
|
+
/** Enable color picker extension */
|
|
30
|
+
colorPicker?: boolean;
|
|
31
|
+
/** Show line numbers in editor */
|
|
32
|
+
lineNumbers?: boolean;
|
|
33
|
+
/** Enable linting */
|
|
34
|
+
lint?: boolean;
|
|
35
|
+
/** Enable line wrapping */
|
|
36
|
+
lineWrapping?: boolean;
|
|
37
|
+
/** CodeMirror language mode */
|
|
38
|
+
language?: CodeMirrorLanguage;
|
|
39
|
+
/** Additional CodeMirror extensions */
|
|
40
|
+
extensions?: Extension[];
|
|
41
|
+
/** Disable tab key for indentation */
|
|
42
|
+
disableTabIndent?: boolean;
|
|
43
|
+
/** Disable enter key */
|
|
44
|
+
disableEnter?: boolean;
|
|
45
|
+
/** Disable automatic bracket closing */
|
|
46
|
+
disableCloseBrackets?: boolean;
|
|
47
|
+
/** Emit submit event on blur */
|
|
48
|
+
emitOnBlur?: boolean;
|
|
49
|
+
/** Enable environment variable pills */
|
|
50
|
+
withVariables?: boolean;
|
|
51
|
+
/** Detect and emit curl commands */
|
|
52
|
+
importCurl?: boolean;
|
|
53
|
+
/** Custom change handler, prevents default emit */
|
|
54
|
+
handleFieldChange?: (value: string) => void;
|
|
55
|
+
/** Custom submit handler, prevents default emit */
|
|
56
|
+
handleFieldSubmit?: (value: string) => void;
|
|
57
|
+
}, {
|
|
58
|
+
focus: () => void | undefined;
|
|
59
|
+
handleChange: (value: string) => void;
|
|
60
|
+
handleSubmit: (value: string) => void;
|
|
61
|
+
handleBlur: (value: string) => void;
|
|
62
|
+
booleanOptions: import("vue").ComputedRef<string[]>;
|
|
63
|
+
codeMirror: Ref<import("@codemirror/view").EditorView | null, import("@codemirror/view").EditorView | null>;
|
|
64
|
+
modelValue: string | number;
|
|
65
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
66
|
+
submit: (value: string) => any;
|
|
67
|
+
redirectToEnvironment: () => any;
|
|
68
|
+
"update:modelValue": (value: string) => any;
|
|
69
|
+
blur: (value: string) => any;
|
|
70
|
+
curl: (value: string) => any;
|
|
71
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
72
|
+
modelValue: string | number;
|
|
73
|
+
/** Environment for variable substitution. Pass undefined to disable environment variables */
|
|
74
|
+
environment: XScalarEnvironment | undefined;
|
|
75
|
+
/** Type of the input value, affects rendering mode for booleans */
|
|
76
|
+
type?: string | string[];
|
|
77
|
+
/** Render as disabled text display */
|
|
78
|
+
disabled?: boolean;
|
|
79
|
+
/** Show error styling */
|
|
80
|
+
error?: boolean;
|
|
81
|
+
/** Layout context affects styling and behavior */
|
|
82
|
+
layout?: ClientLayout;
|
|
83
|
+
/** Predefined enum values, triggers select mode */
|
|
84
|
+
enum?: string[];
|
|
85
|
+
/** Example values, triggers select mode */
|
|
86
|
+
examples?: string[];
|
|
87
|
+
/** Default value to show in select mode */
|
|
88
|
+
default?: string | number;
|
|
89
|
+
/** Allow null in boolean select options */
|
|
90
|
+
nullable?: boolean;
|
|
91
|
+
/** Placeholder text for empty input */
|
|
92
|
+
placeholder?: string;
|
|
93
|
+
/** Show required indicator */
|
|
94
|
+
required?: boolean;
|
|
95
|
+
/** Enable color picker extension */
|
|
96
|
+
colorPicker?: boolean;
|
|
97
|
+
/** Show line numbers in editor */
|
|
98
|
+
lineNumbers?: boolean;
|
|
99
|
+
/** Enable linting */
|
|
100
|
+
lint?: boolean;
|
|
101
|
+
/** Enable line wrapping */
|
|
102
|
+
lineWrapping?: boolean;
|
|
103
|
+
/** CodeMirror language mode */
|
|
104
|
+
language?: CodeMirrorLanguage;
|
|
105
|
+
/** Additional CodeMirror extensions */
|
|
106
|
+
extensions?: Extension[];
|
|
107
|
+
/** Disable tab key for indentation */
|
|
108
|
+
disableTabIndent?: boolean;
|
|
109
|
+
/** Disable enter key */
|
|
110
|
+
disableEnter?: boolean;
|
|
111
|
+
/** Disable automatic bracket closing */
|
|
112
|
+
disableCloseBrackets?: boolean;
|
|
113
|
+
/** Emit submit event on blur */
|
|
114
|
+
emitOnBlur?: boolean;
|
|
115
|
+
/** Enable environment variable pills */
|
|
116
|
+
withVariables?: boolean;
|
|
117
|
+
/** Detect and emit curl commands */
|
|
118
|
+
importCurl?: boolean;
|
|
119
|
+
/** Custom change handler, prevents default emit */
|
|
120
|
+
handleFieldChange?: (value: string) => void;
|
|
121
|
+
/** Custom submit handler, prevents default emit */
|
|
122
|
+
handleFieldSubmit?: (value: string) => void;
|
|
123
|
+
}> & Readonly<{
|
|
124
|
+
onSubmit?: ((value: string) => any) | undefined;
|
|
125
|
+
onRedirectToEnvironment?: (() => any) | undefined;
|
|
126
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
127
|
+
onBlur?: ((value: string) => any) | undefined;
|
|
128
|
+
onCurl?: ((value: string) => any) | undefined;
|
|
129
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
130
|
+
warning?: (props: {}) => any;
|
|
131
|
+
} & {
|
|
132
|
+
icon?: (props: {}) => any;
|
|
133
|
+
}>;
|
|
134
|
+
export default _default;
|
|
135
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
136
|
+
new (): {
|
|
137
|
+
$slots: S;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
//# sourceMappingURL=CodeInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/components/code-input/CodeInput.vue"],"names":[],"mappings":"AAumBA,OAAO,EAIL,KAAK,kBAAkB,EACvB,KAAK,SAAS,EACf,MAAM,wBAAwB,CAAA;AAC/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AAEnH,OAAO,EAAyC,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAIrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;;gBAcvC,MAAM,GAAG,MAAM;IAC3B,6FAA6F;iBAChF,kBAAkB,GAAG,SAAS;IAC3C,mEAAmE;WAC5D,MAAM,GAAG,MAAM,EAAE;IACxB,sCAAsC;eAC3B,OAAO;IAClB,yBAAyB;YACjB,OAAO;IACf,kDAAkD;aACzC,YAAY;IACrB,mDAAmD;WAC5C,MAAM,EAAE;IACf,2CAA2C;eAChC,MAAM,EAAE;IACnB,2CAA2C;cACjC,MAAM,GAAG,MAAM;IACzB,2CAA2C;eAChC,OAAO;IAClB,uCAAuC;kBACzB,MAAM;IACpB,8BAA8B;eACnB,OAAO;IAClB,oCAAoC;kBACtB,OAAO;IACrB,kCAAkC;kBACpB,OAAO;IACrB,qBAAqB;WACd,OAAO;IACd,2BAA2B;mBACZ,OAAO;IACtB,+BAA+B;eACpB,kBAAkB;IAC7B,uCAAuC;iBAC1B,SAAS,EAAE;IACxB,sCAAsC;uBACnB,OAAO;IAC1B,wBAAwB;mBACT,OAAO;IACtB,wCAAwC;2BACjB,OAAO;IAC9B,gCAAgC;iBACnB,OAAO;IACpB,wCAAwC;oBACxB,OAAO;IACvB,oCAAoC;iBACvB,OAAO;IACpB,mDAAmD;wBAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;IAC3C,mDAAmD;wBAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;;;0BAyFhB,MAAM,KAAG,IAAI;0BAiCb,MAAM,KAAG,IAAI;wBAWf,MAAM,KAAG,IAAI;;;;;;;;;;;gBAvL1B,MAAM,GAAG,MAAM;IAC3B,6FAA6F;iBAChF,kBAAkB,GAAG,SAAS;IAC3C,mEAAmE;WAC5D,MAAM,GAAG,MAAM,EAAE;IACxB,sCAAsC;eAC3B,OAAO;IAClB,yBAAyB;YACjB,OAAO;IACf,kDAAkD;aACzC,YAAY;IACrB,mDAAmD;WAC5C,MAAM,EAAE;IACf,2CAA2C;eAChC,MAAM,EAAE;IACnB,2CAA2C;cACjC,MAAM,GAAG,MAAM;IACzB,2CAA2C;eAChC,OAAO;IAClB,uCAAuC;kBACzB,MAAM;IACpB,8BAA8B;eACnB,OAAO;IAClB,oCAAoC;kBACtB,OAAO;IACrB,kCAAkC;kBACpB,OAAO;IACrB,qBAAqB;WACd,OAAO;IACd,2BAA2B;mBACZ,OAAO;IACtB,+BAA+B;eACpB,kBAAkB;IAC7B,uCAAuC;iBAC1B,SAAS,EAAE;IACxB,sCAAsC;uBACnB,OAAO;IAC1B,wBAAwB;mBACT,OAAO;IACtB,wCAAwC;2BACjB,OAAO;IAC9B,gCAAgC;iBACnB,OAAO;IACpB,wCAAwC;oBACxB,OAAO;IACvB,oCAAoC;iBACvB,OAAO;IACpB,mDAAmD;wBAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;IAC3C,mDAAmD;wBAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;;;;;;;;cA6kB/B,CAAC,KAAK,IAAiB,KAAK,GAAG;;WAClC,CAAC,KAAK,IAAiB,KAAK,GAAG;;AAxoB1C,wBA4rBC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|