@scalar/api-client 2.18.0 → 2.18.3
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 +85 -0
- package/dist/components/AddressBar/AddressBar.vue2.js +52 -52
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +15 -15
- package/dist/components/AddressBar/httpStatusCodeColors.d.ts +0 -33
- package/dist/components/AddressBar/httpStatusCodeColors.d.ts.map +1 -1
- package/dist/components/AddressBar/httpStatusCodeColors.js +0 -1
- package/dist/components/CodeInput/CodeInput.vue2.js +112 -112
- package/dist/components/CommandPalette/CommandActionForm.vue.js +18 -18
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +25 -25
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +2 -2
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -4
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +0 -1
- package/dist/components/CommandPalette/WatchModeToggle.vue.js +14 -14
- package/dist/components/DataTable/DataTable.vue.js +17 -17
- package/dist/components/DataTable/DataTableCell.vue.js +9 -9
- package/dist/components/DataTable/DataTableCheckbox.vue.js +17 -17
- package/dist/components/DataTable/DataTableInput.vue2.js +48 -48
- package/dist/components/DataTable/DataTableInputSelect.vue.js +35 -35
- package/dist/components/DataTable/DataTableText.vue.js +10 -10
- package/dist/components/Form/Form.vue.js +32 -32
- package/dist/components/Form/LabelInput.vue2.js +15 -15
- package/dist/components/HelpfulLink.vue.js +7 -7
- package/dist/components/HttpMethod/HttpMethod.vue2.js +22 -22
- package/dist/components/IconSelector.vue.js +16 -16
- package/dist/components/ImportCollection/ImportCollectionModal.vue.js +50 -50
- package/dist/components/ImportCollection/ImportNowButton.vue.js +23 -23
- package/dist/components/ImportCollection/PrefetchError.vue.js +8 -8
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +0 -7
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
- package/dist/components/ScalarAsciiArt.vue2.js +16 -16
- package/dist/components/SectionFilter.vue2.js +21 -21
- package/dist/components/SectionFilterButton.vue.js +7 -7
- package/dist/components/Server/ServerDropdown.vue.js +32 -32
- package/dist/components/Server/ServerDropdownItem.vue2.js +39 -39
- package/dist/components/Server/ServerSelector.vue.js +27 -27
- package/dist/components/Server/ServerVariablesForm.vue.js +26 -26
- package/dist/components/Server/ServerVariablesSelect.vue.js +21 -21
- package/dist/components/Server/ServerVariablesTextbox.vue.js +10 -10
- package/dist/components/Server/types.d.ts +2 -1
- package/dist/components/Server/types.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +18 -18
- package/dist/components/SideNav/SideNavRouterLink.vue.js +13 -13
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +11 -11
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +16 -16
- package/dist/components/Sidebar/Sidebar.vue2.js +28 -28
- package/dist/components/Sidebar/SidebarButton.vue.js +12 -12
- package/dist/components/Sidebar/SidebarListElement.vue2.js +34 -34
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +33 -33
- package/dist/components/TopNav/TopNavItem.vue2.js +41 -41
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +43 -43
- package/dist/data/httpHeaders.d.ts +2 -1
- package/dist/data/httpHeaders.d.ts.map +1 -1
- package/dist/hooks/useClientConfig.js +1 -1
- package/dist/hooks/useLayout.js +1 -1
- package/dist/hooks/useSidebar.js +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/plugins/hooks/usePluginManager.d.ts +1 -1
- package/dist/plugins/hooks/usePluginManager.d.ts.map +1 -1
- package/dist/plugins/hooks/usePluginManager.js +5 -5
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/index.d.ts.map +1 -1
- package/dist/plugins/index.js +5 -5
- package/dist/plugins/plugin-manager.d.ts +0 -2
- package/dist/plugins/plugin-manager.d.ts.map +1 -1
- package/dist/routes.d.ts +0 -10
- package/dist/routes.d.ts.map +1 -1
- package/dist/routes.js +0 -1
- package/dist/store/active-entities.js +1 -1
- package/dist/store/security-schemes.d.ts.map +1 -1
- package/dist/store/store.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.js +44 -44
- package/dist/v2/blocks/operation-block/components/Header.vue2.js +20 -20
- package/dist/v2/blocks/operation-block/helpers/build-request-body.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-body.js +14 -14
- package/dist/v2/blocks/operation-block/helpers/get-delimiter.js +0 -2
- package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.js +12 -12
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +65 -65
- package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts +2 -1
- package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +6 -6
- package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.d.ts +4 -3
- package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.js +9 -7
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.js +40 -32
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts +1 -3
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.js +0 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.js +2 -2
- package/dist/v2/blocks/request-block/RequestBlock.vue2.js +144 -149
- package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts +25 -45
- package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestBody.vue.js +2 -2
- package/dist/v2/blocks/request-block/components/RequestBody.vue2.js +90 -139
- package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.d.ts +22 -0
- package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.d.ts.map +1 -0
- package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.js +77 -0
- package/dist/v2/blocks/request-block/components/RequestBodyForm.vue2.js +4 -0
- package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts +4 -4
- package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestParams.vue.js +34 -34
- package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts +6 -6
- package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTable.vue.js +3 -3
- package/dist/v2/blocks/request-block/components/RequestTable.vue2.js +30 -32
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts +2 -2
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.js +64 -64
- package/dist/v2/blocks/request-block/components/RequestTableTooltip.vue2.js +29 -29
- package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts +2 -2
- package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.js +12 -13
- package/dist/v2/blocks/request-block/helpers/get-form-body-rows.d.ts +8 -0
- package/dist/v2/blocks/request-block/helpers/get-form-body-rows.d.ts.map +1 -0
- package/dist/v2/blocks/request-block/helpers/get-form-body-rows.js +9 -0
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.d.ts +3 -1
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.js +9 -8
- package/dist/v2/blocks/response-block/ResponseBlock.vue2.js +67 -67
- package/dist/v2/blocks/response-block/components/Headers.vue.js +35 -35
- package/dist/v2/blocks/response-block/components/ResponseBody.vue2.js +24 -24
- package/dist/v2/blocks/response-block/components/ResponseBodyDownload.vue.js +10 -10
- package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue2.js +24 -24
- package/dist/v2/blocks/response-block/components/ResponseBodyToggle.vue.js +10 -10
- package/dist/v2/blocks/response-block/components/ResponseCookies.vue.js +11 -11
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue2.js +14 -14
- package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue2.js +11 -11
- package/dist/v2/blocks/response-block/components/ResponseMetaInformation.vue.js +33 -33
- package/dist/v2/blocks/response-block/helpers/media-types.d.ts +3 -6
- package/dist/v2/blocks/response-block/helpers/media-types.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/helpers/media-types.js +0 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +72 -72
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue2.js +9 -9
- package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.d.ts +0 -33
- package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.js +0 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +83 -82
- package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +10 -10
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +121 -121
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue2.js +13 -13
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +33 -33
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +26 -26
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.js +26 -26
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +2 -2
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +130 -122
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts +0 -21
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js +1 -3
- package/dist/v2/components/code-input/CodeInput.vue2.js +93 -93
- package/dist/v2/components/data-table/DataTable.vue.js +17 -17
- package/dist/v2/components/data-table/DataTableCell.vue.js +9 -9
- package/dist/v2/components/data-table/DataTableCheckbox.vue.js +17 -17
- package/dist/v2/components/data-table/DataTableInput.vue2.js +48 -48
- package/dist/v2/components/data-table/DataTableInputSelect.vue.js +35 -35
- package/dist/v2/components/data-table/DataTableText.vue.js +10 -10
- package/dist/v2/components/forms/ConfirmationForm.vue.js +13 -13
- package/dist/v2/components/layout/CollapsibleSection.vue.js +42 -42
- package/dist/v2/components/modals/DeleteModal.vue.js +13 -13
- package/dist/v2/components/resize/Resize.vue2.js +11 -11
- package/dist/v2/components/server/ServerDropdown.vue.js +30 -30
- package/dist/v2/components/server/ServerDropdownItem.vue2.js +27 -27
- package/dist/v2/components/sidebar/Sidebar.vue.js +32 -32
- package/dist/v2/components/sidebar/SidebarMenu.vue.js +20 -20
- package/dist/v2/features/app/App.vue.js +25 -25
- package/dist/v2/features/app/app-events.d.ts.map +1 -1
- package/dist/v2/features/app/app-events.js +55 -61
- package/dist/v2/features/app/components/AppSidebar.vue2.js +97 -97
- package/dist/v2/features/app/components/CreateWorkspaceModal.vue.js +20 -20
- package/dist/v2/features/app/components/DesktopTab.vue2.js +59 -59
- package/dist/v2/features/app/components/DesktopTabs.vue.js +22 -22
- package/dist/v2/features/app/components/SidebarItemMenu.vue.js +6 -6
- package/dist/v2/features/app/components/WebTopNav.vue.js +9 -9
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts +2 -5
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -1
- package/dist/v2/features/app/helpers/create-api-client-app.js +1 -2
- package/dist/v2/features/app/helpers/routes.d.ts +5 -1
- package/dist/v2/features/app/helpers/routes.d.ts.map +1 -1
- package/dist/v2/features/collection/DocumentCollection.vue.js +31 -31
- package/dist/v2/features/collection/WorkspaceCollection.vue.js +17 -17
- package/dist/v2/features/collection/components/Authentication.vue2.js +18 -18
- package/dist/v2/features/collection/components/Cookies.vue.js +10 -10
- package/dist/v2/features/collection/components/Environment.vue.js +10 -10
- package/dist/v2/features/collection/components/Form.vue.js +21 -21
- package/dist/v2/features/collection/components/Overview.vue2.js +25 -25
- package/dist/v2/features/collection/components/Servers.vue.js +37 -37
- package/dist/v2/features/collection/components/Settings.vue.js +22 -22
- package/dist/v2/features/collection/components/Tabs.vue.js +18 -18
- package/dist/v2/features/command-palette/components/CommandActionForm.vue.js +20 -20
- package/dist/v2/features/command-palette/components/CommandActionInput.vue.js +17 -17
- package/dist/v2/features/command-palette/components/TheCommandPalette.vue2.js +68 -68
- package/dist/v2/features/command-palette/components/WatchModeToggle.vue.js +11 -11
- package/dist/v2/features/command-palette/helpers/get-openapi-document-details.d.ts +2 -1
- package/dist/v2/features/command-palette/helpers/get-openapi-document-details.d.ts.map +1 -1
- package/dist/v2/features/command-palette/helpers/get-postman-document-details.d.ts +2 -1
- package/dist/v2/features/command-palette/helpers/get-postman-document-details.d.ts.map +1 -1
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts +3 -3
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts.map +1 -1
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.js +0 -1
- package/dist/v2/features/command-palette/types.d.ts +11 -10
- package/dist/v2/features/command-palette/types.d.ts.map +1 -1
- package/dist/v2/features/environments/EnvironmentsList.vue.js +36 -36
- package/dist/v2/features/environments/components/Environment.vue.js +16 -16
- package/dist/v2/features/environments/components/EnvironmentColors.vue.js +37 -37
- package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.js +19 -19
- package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.js +14 -14
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.js +24 -24
- package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue2.js +58 -58
- package/dist/v2/features/global-cookies/components/CookiesTable.vue2.js +23 -23
- package/dist/v2/features/modal/Modal.vue.d.ts +1 -1
- package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
- package/dist/v2/features/modal/Modal.vue.js +1 -1
- package/dist/v2/features/modal/Modal.vue2.js +57 -56
- package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts +5 -4
- package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts.map +1 -1
- package/dist/v2/features/modal/hooks/use-workspace-client-modal-events.d.ts.map +1 -1
- package/dist/v2/features/modal/hooks/use-workspace-client-modal-events.js +17 -21
- package/dist/v2/features/operation/Operation.vue.d.ts +5 -1
- package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
- package/dist/v2/features/operation/Operation.vue.js +41 -39
- package/dist/v2/features/search/components/SearchButton.vue.js +40 -40
- package/dist/v2/features/search/components/SearchModal.vue2.js +43 -43
- package/dist/v2/features/search/components/SearchResult.vue.js +34 -34
- package/dist/v2/features/search/types.d.ts +5 -4
- package/dist/v2/features/search/types.d.ts.map +1 -1
- package/dist/v2/features/settings/CollectionSettings.vue.js +51 -51
- package/dist/v2/features/settings/DocumentSettings.vue.js +25 -25
- package/dist/v2/features/settings/components/Appearance.vue.js +27 -27
- package/dist/v2/helpers/handle-hotkeys.d.ts +1 -12
- package/dist/v2/helpers/handle-hotkeys.d.ts.map +1 -1
- package/dist/v2/helpers/handle-hotkeys.js +0 -2
- package/dist/v2/helpers/plugins.d.ts +2 -2
- package/dist/v2/helpers/plugins.d.ts.map +1 -1
- package/dist/views/Collection/CollectionNavigation.vue.js +13 -13
- package/dist/views/Collection/components/EnvironmentForm.vue2.js +114 -114
- package/dist/views/Collection/components/MarkdownInput.vue2.js +31 -31
- package/dist/views/Cookies/CookieModal.vue2.js +26 -26
- package/dist/views/Environment/EnvironmentColorModal.vue.js +10 -10
- package/dist/views/Environment/EnvironmentColors.vue.js +56 -56
- package/dist/views/Environment/EnvironmentModal.vue.js +26 -26
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +24 -24
- package/dist/views/Request/Request.vue2.js +55 -55
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +17 -17
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +102 -102
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +27 -27
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +91 -91
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +36 -36
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +101 -101
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +154 -154
- package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +35 -35
- package/dist/views/Request/RequestSection/RequestParams.vue.js +81 -81
- package/dist/views/Request/RequestSection/RequestPathParams.vue.js +47 -47
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +90 -90
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +111 -111
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +29 -29
- package/dist/views/Request/RequestSection/index.d.ts +1 -1
- package/dist/views/Request/RequestSection/index.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/index.js +4 -4
- package/dist/views/Request/RequestSidebarItem.vue2.js +149 -149
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +79 -79
- package/dist/views/Request/RequestSubpageHeader.vue2.js +30 -30
- package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +29 -29
- package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +37 -37
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +10 -10
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +24 -24
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.js +10 -10
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +16 -16
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +21 -21
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +30 -30
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +37 -37
- package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +61 -61
- package/package.json +24 -24
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +0 -6
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +0 -1
- package/dist/components/ImportCollection/OperationBadge.vue.d.ts +0 -8
- package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +0 -1
- package/dist/components/ScreenReader.vue.d.ts +0 -20
- package/dist/components/ScreenReader.vue.d.ts.map +0 -1
- package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +0 -9
- package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +0 -1
- package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts +0 -3
- package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts.map +0 -1
- package/dist/views/Request/RequestSection/types/post-response.d.ts +0 -7
- package/dist/views/Request/RequestSection/types/post-response.d.ts.map +0 -1
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarErrorBoundary as
|
|
3
|
-
import { canMethodHaveBody as
|
|
4
|
-
import { REGEX as
|
|
5
|
-
import { getResolvedRef as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
|
|
1
|
+
import { defineComponent as $, computed as m, ref as F, useId as u, watch as Q, createBlock as b, openBlock as s, withCtx as k, createElementVNode as A, withDirectives as d, createElementBlock as x, createVNode as i, unref as c, vShow as y, mergeProps as B, toHandlers as S, Fragment as j, renderList as D, createCommentVNode as w, resolveDynamicComponent as M, toDisplayString as L } from "vue";
|
|
2
|
+
import { ScalarErrorBoundary as z } from "@scalar/components";
|
|
3
|
+
import { canMethodHaveBody as C } from "@scalar/helpers/http/can-method-have-body";
|
|
4
|
+
import { REGEX as G } from "@scalar/helpers/regex/regex-helpers";
|
|
5
|
+
import { getResolvedRef as R } from "@scalar/workspace-store/helpers/get-resolved-ref";
|
|
6
|
+
import { unpackProxyObject as X } from "@scalar/workspace-store/helpers/unpack-proxy";
|
|
7
|
+
import J from "../../../components/SectionFilter.vue.js";
|
|
8
|
+
import W from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
|
|
9
|
+
import Y from "./components/RequestBody.vue.js";
|
|
10
|
+
import Z from "./components/RequestCodeSnippet.vue.js";
|
|
11
|
+
import p from "./components/RequestParams.vue.js";
|
|
12
|
+
import { createParameterHandlers as q } from "./helpers/create-parameter-handlers.js";
|
|
13
|
+
import { groupBy as _ } from "./helpers/group-by.js";
|
|
14
|
+
import ee from "../scalar-auth-selector-block/components/AuthSelector.vue.js";
|
|
15
|
+
const te = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg:pr-24" }, ae = ["for"], le = ["id", "placeholder", "value"], ne = {
|
|
15
16
|
key: 2,
|
|
16
17
|
class: "text-c-1 flex h-8 items-center"
|
|
17
|
-
},
|
|
18
|
+
}, oe = ["id", "role"], pe = /* @__PURE__ */ $({
|
|
18
19
|
__name: "RequestBlock",
|
|
19
20
|
props: {
|
|
20
21
|
selectedSecurity: {},
|
|
@@ -35,133 +36,128 @@ const oe = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
|
|
|
35
36
|
selectedSecuritySchemes: {},
|
|
36
37
|
server: {}
|
|
37
38
|
},
|
|
38
|
-
setup(
|
|
39
|
-
const
|
|
40
|
-
method:
|
|
41
|
-
path:
|
|
42
|
-
exampleKey:
|
|
43
|
-
})),
|
|
44
|
-
() =>
|
|
45
|
-
|
|
39
|
+
setup(e) {
|
|
40
|
+
const l = m(() => ({
|
|
41
|
+
method: e.method,
|
|
42
|
+
path: e.path,
|
|
43
|
+
exampleKey: e.exampleKey
|
|
44
|
+
})), v = m(
|
|
45
|
+
() => _(
|
|
46
|
+
e.operation.parameters?.map((t) => R(t)) ?? [],
|
|
46
47
|
"in"
|
|
47
48
|
)
|
|
48
|
-
),
|
|
49
|
+
), n = F("All"), U = [
|
|
49
50
|
"Auth",
|
|
50
51
|
"Variables",
|
|
51
52
|
"Cookies",
|
|
52
53
|
"Headers",
|
|
53
54
|
"Query",
|
|
54
55
|
"Body"
|
|
55
|
-
],
|
|
56
|
-
All:
|
|
57
|
-
Auth:
|
|
58
|
-
Variables:
|
|
59
|
-
Cookies:
|
|
60
|
-
Headers:
|
|
61
|
-
Query:
|
|
62
|
-
Body:
|
|
63
|
-
},
|
|
64
|
-
const
|
|
65
|
-
return
|
|
66
|
-
}),
|
|
56
|
+
], P = {
|
|
57
|
+
All: u(),
|
|
58
|
+
Auth: u(),
|
|
59
|
+
Variables: u(),
|
|
60
|
+
Cookies: u(),
|
|
61
|
+
Headers: u(),
|
|
62
|
+
Query: u(),
|
|
63
|
+
Body: u()
|
|
64
|
+
}, V = m(() => {
|
|
65
|
+
const t = /* @__PURE__ */ new Set(["All", ...U]);
|
|
66
|
+
return v.value.path?.length || t.delete("Variables"), C(e.method) || t.delete("Body"), g.value && t.delete("Auth"), [...t];
|
|
67
|
+
}), o = m(
|
|
67
68
|
() => Object.fromEntries(
|
|
68
|
-
|
|
69
|
+
V.value.map((t) => [t, P[t]])
|
|
69
70
|
)
|
|
70
|
-
), g =
|
|
71
|
-
() =>
|
|
72
|
-
), E =
|
|
73
|
-
|
|
74
|
-
() =>
|
|
75
|
-
(
|
|
76
|
-
|
|
71
|
+
), g = m(
|
|
72
|
+
() => e.layout === "modal" && !e.operation.security && !Object.keys(e.securitySchemes ?? {}).length
|
|
73
|
+
), E = m(() => e.operation.summary ? e.operation.summary : e.path.replace(G.PROTOCOL, "") || "Request Name"), h = (t) => n.value === "All" || n.value === t;
|
|
74
|
+
Q(
|
|
75
|
+
() => e.method,
|
|
76
|
+
(t) => {
|
|
77
|
+
n.value === "Body" && !C(t) && (n.value = "All");
|
|
77
78
|
}
|
|
78
79
|
);
|
|
79
|
-
const H = (
|
|
80
|
-
const
|
|
81
|
-
|
|
82
|
-
meta:
|
|
83
|
-
payload: { summary:
|
|
80
|
+
const H = (t) => {
|
|
81
|
+
const a = t.target.value;
|
|
82
|
+
e.eventBus.emit("operation:update:summary", {
|
|
83
|
+
meta: l.value,
|
|
84
|
+
payload: { summary: a }
|
|
84
85
|
});
|
|
85
|
-
},
|
|
86
|
-
path:
|
|
87
|
-
cookie:
|
|
88
|
-
header:
|
|
89
|
-
query:
|
|
90
|
-
})),
|
|
91
|
-
t.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}, I = (e) => t.eventBus.emit("operation:delete:requestBody:formRow", {
|
|
100
|
-
contentType: e.contentType,
|
|
101
|
-
index: e.index,
|
|
102
|
-
meta: o.value
|
|
103
|
-
}), N = (e) => t.eventBus.emit("operation:update:requestBody:contentType", {
|
|
104
|
-
payload: { contentType: e.value },
|
|
105
|
-
meta: o.value
|
|
106
|
-
}), $ = (e) => t.eventBus.emit(
|
|
107
|
-
"operation:update:requestBody:formRow",
|
|
108
|
-
{
|
|
109
|
-
contentType: e.contentType,
|
|
110
|
-
meta: o.value,
|
|
111
|
-
index: e.index,
|
|
112
|
-
payload: e.data
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
debounceKey: `update:requestBody:formRow-${e.index}-${Object.keys(e.data).join("-")}`
|
|
116
|
-
}
|
|
117
|
-
), x = (e) => {
|
|
118
|
-
const l = typeof e.value == "string" ? `update:requestBody:value-${e.contentType}` : void 0;
|
|
119
|
-
t.eventBus.emit(
|
|
86
|
+
}, f = m(() => ({
|
|
87
|
+
path: q("path", e.eventBus, l.value),
|
|
88
|
+
cookie: q("cookie", e.eventBus, l.value),
|
|
89
|
+
header: q("header", e.eventBus, l.value),
|
|
90
|
+
query: q("query", e.eventBus, l.value)
|
|
91
|
+
})), I = (t) => e.eventBus.emit("operation:update:requestBody:contentType", {
|
|
92
|
+
payload: { contentType: t.value },
|
|
93
|
+
meta: l.value
|
|
94
|
+
}), N = ({
|
|
95
|
+
payload: t,
|
|
96
|
+
contentType: a
|
|
97
|
+
}) => {
|
|
98
|
+
const r = typeof t == "string" ? `update:requestBody:value-${a}` : void 0;
|
|
99
|
+
e.eventBus.emit(
|
|
120
100
|
"operation:update:requestBody:value",
|
|
121
101
|
{
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
meta:
|
|
102
|
+
payload: t,
|
|
103
|
+
contentType: a,
|
|
104
|
+
meta: l.value
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
debounceKey: r
|
|
108
|
+
}
|
|
109
|
+
);
|
|
110
|
+
}, T = ({
|
|
111
|
+
payload: t,
|
|
112
|
+
contentType: a
|
|
113
|
+
}) => {
|
|
114
|
+
const r = `update:requestBody:${a}-form-value`;
|
|
115
|
+
e.eventBus.emit(
|
|
116
|
+
"operation:update:requestBody:formValue",
|
|
117
|
+
{
|
|
118
|
+
payload: t.map((K) => X(K, { depth: 1 })),
|
|
119
|
+
contentType: a,
|
|
120
|
+
meta: l.value
|
|
125
121
|
},
|
|
126
122
|
{
|
|
127
|
-
debounceKey:
|
|
123
|
+
debounceKey: r
|
|
128
124
|
}
|
|
129
125
|
);
|
|
130
|
-
},
|
|
131
|
-
return (
|
|
126
|
+
}, O = u();
|
|
127
|
+
return (t, a) => (s(), b(W, {
|
|
132
128
|
"aria-label": `Request: ${e.operation.summary}`
|
|
133
129
|
}, {
|
|
134
|
-
title:
|
|
135
|
-
|
|
136
|
-
e.layout !== "modal" ? (s(),
|
|
130
|
+
title: k(() => [
|
|
131
|
+
A("div", te, [
|
|
132
|
+
e.layout !== "modal" ? (s(), x("label", {
|
|
137
133
|
key: 0,
|
|
138
134
|
class: "pointer-events-auto absolute top-0 left-0 h-full w-full cursor-text opacity-0",
|
|
139
|
-
for:
|
|
140
|
-
}, null, 8, ae)) :
|
|
141
|
-
e.layout !== "modal" ? (s(),
|
|
135
|
+
for: c(O)
|
|
136
|
+
}, null, 8, ae)) : w("", !0),
|
|
137
|
+
e.layout !== "modal" ? (s(), x("input", {
|
|
142
138
|
key: 1,
|
|
143
|
-
id:
|
|
139
|
+
id: c(O),
|
|
144
140
|
class: "text-c-1 group-hover-input pointer-events-auto relative z-10 -ml-0.5 h-8 w-full rounded pl-1.25 has-[:focus-visible]:outline md:-ml-1.25",
|
|
145
141
|
placeholder: E.value,
|
|
146
142
|
value: e.operation.summary,
|
|
147
143
|
onInput: H
|
|
148
|
-
}, null, 40,
|
|
144
|
+
}, null, 40, le)) : (s(), x("span", ne, L(e.operation.summary), 1))
|
|
149
145
|
]),
|
|
150
|
-
i(
|
|
151
|
-
modelValue:
|
|
152
|
-
"onUpdate:modelValue":
|
|
153
|
-
filterIds:
|
|
154
|
-
filters:
|
|
146
|
+
i(J, {
|
|
147
|
+
modelValue: n.value,
|
|
148
|
+
"onUpdate:modelValue": a[0] || (a[0] = (r) => n.value = r),
|
|
149
|
+
filterIds: o.value,
|
|
150
|
+
filters: V.value
|
|
155
151
|
}, null, 8, ["modelValue", "filterIds", "filters"])
|
|
156
152
|
]),
|
|
157
|
-
default:
|
|
158
|
-
|
|
159
|
-
id:
|
|
153
|
+
default: k(() => [
|
|
154
|
+
A("div", {
|
|
155
|
+
id: o.value.All,
|
|
160
156
|
class: "request-section-content custom-scroll relative flex flex-1 flex-col",
|
|
161
|
-
role:
|
|
157
|
+
role: n.value === "All" ? "tabpanel" : "none"
|
|
162
158
|
}, [
|
|
163
|
-
|
|
164
|
-
id:
|
|
159
|
+
d(i(c(ee), {
|
|
160
|
+
id: o.value.Auth,
|
|
165
161
|
environment: e.environment,
|
|
166
162
|
eventBus: e.eventBus,
|
|
167
163
|
meta: e.authMeta,
|
|
@@ -173,72 +169,70 @@ const oe = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
|
|
|
173
169
|
server: e.server,
|
|
174
170
|
title: "Authentication"
|
|
175
171
|
}, null, 8, ["id", "environment", "eventBus", "meta", "proxyUrl", "securityRequirements", "securitySchemes", "selectedSecurity", "selectedSecuritySchemes", "server"]), [
|
|
176
|
-
[
|
|
172
|
+
[y, h("Auth") && !g.value]
|
|
177
173
|
]),
|
|
178
|
-
|
|
179
|
-
id:
|
|
174
|
+
d(i(p, B({
|
|
175
|
+
id: o.value.Variables,
|
|
180
176
|
environment: e.environment,
|
|
181
177
|
exampleKey: e.exampleKey,
|
|
182
|
-
parameters:
|
|
178
|
+
parameters: v.value.path ?? [],
|
|
183
179
|
showAddRowPlaceholder: !1,
|
|
184
180
|
title: "Variables"
|
|
185
|
-
}, S(
|
|
186
|
-
[
|
|
181
|
+
}, S(f.value.path)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
|
|
182
|
+
[y, h("Variables") && v.value.path?.length]
|
|
187
183
|
]),
|
|
188
|
-
|
|
189
|
-
id:
|
|
184
|
+
d(i(p, B({
|
|
185
|
+
id: o.value.Cookies,
|
|
190
186
|
environment: e.environment,
|
|
191
187
|
exampleKey: e.exampleKey,
|
|
192
|
-
parameters:
|
|
188
|
+
parameters: v.value.cookie ?? [],
|
|
193
189
|
showAddRowPlaceholder: !0,
|
|
194
190
|
title: "Cookies"
|
|
195
|
-
}, S(
|
|
196
|
-
[
|
|
191
|
+
}, S(f.value.cookie)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
|
|
192
|
+
[y, h("Cookies")]
|
|
197
193
|
]),
|
|
198
|
-
|
|
199
|
-
id:
|
|
194
|
+
d(i(p, B({
|
|
195
|
+
id: o.value.Headers,
|
|
200
196
|
environment: e.environment,
|
|
201
197
|
exampleKey: e.exampleKey,
|
|
202
|
-
parameters:
|
|
198
|
+
parameters: v.value.header ?? [],
|
|
203
199
|
title: "Headers"
|
|
204
|
-
}, S(
|
|
205
|
-
[
|
|
200
|
+
}, S(f.value.header)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
|
|
201
|
+
[y, h("Headers")]
|
|
206
202
|
]),
|
|
207
|
-
|
|
208
|
-
id:
|
|
203
|
+
d(i(p, B({
|
|
204
|
+
id: o.value.Query,
|
|
209
205
|
environment: e.environment,
|
|
210
206
|
exampleKey: e.exampleKey,
|
|
211
|
-
parameters:
|
|
207
|
+
parameters: v.value.query ?? [],
|
|
212
208
|
title: "Query Parameters"
|
|
213
|
-
}, S(
|
|
214
|
-
[
|
|
209
|
+
}, S(f.value.query)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
|
|
210
|
+
[y, h("Query")]
|
|
215
211
|
]),
|
|
216
|
-
|
|
217
|
-
id:
|
|
212
|
+
d(i(Y, {
|
|
213
|
+
id: o.value.Body,
|
|
218
214
|
environment: e.environment,
|
|
219
215
|
exampleKey: e.exampleKey,
|
|
220
|
-
requestBody:
|
|
216
|
+
requestBody: c(R)(e.operation.requestBody),
|
|
221
217
|
title: "Request Body",
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"onUpdate:
|
|
225
|
-
"onUpdate:formRow": $,
|
|
226
|
-
"onUpdate:value": x
|
|
218
|
+
"onUpdate:contentType": I,
|
|
219
|
+
"onUpdate:formValue": T,
|
|
220
|
+
"onUpdate:value": N
|
|
227
221
|
}, null, 8, ["id", "environment", "exampleKey", "requestBody"]), [
|
|
228
|
-
[
|
|
222
|
+
[y, h("Body") && c(C)(e.method)]
|
|
229
223
|
]),
|
|
230
|
-
(s(!0),
|
|
231
|
-
default:
|
|
232
|
-
|
|
224
|
+
(s(!0), x(j, null, D(e.plugins, (r, K) => (s(), b(c(z), { key: K }, {
|
|
225
|
+
default: k(() => [
|
|
226
|
+
r?.components?.request ? (s(), b(M(r.components.request), {
|
|
233
227
|
key: 0,
|
|
234
228
|
operation: e.operation,
|
|
235
229
|
selectedExample: e.exampleKey
|
|
236
|
-
}, null, 8, ["operation", "selectedExample"])) :
|
|
230
|
+
}, null, 8, ["operation", "selectedExample"])) : w("", !0)
|
|
237
231
|
]),
|
|
238
232
|
_: 2
|
|
239
233
|
}, 1024))), 128)),
|
|
240
|
-
|
|
241
|
-
|
|
234
|
+
a[1] || (a[1] = A("div", { class: "flex flex-grow" }, null, -1)),
|
|
235
|
+
d(i(Z, {
|
|
242
236
|
clientOptions: e.clientOptions,
|
|
243
237
|
eventBus: e.eventBus,
|
|
244
238
|
method: e.method,
|
|
@@ -246,16 +240,17 @@ const oe = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
|
|
|
246
240
|
path: e.path,
|
|
247
241
|
securitySchemes: e.selectedSecuritySchemes,
|
|
248
242
|
selectedClient: e.selectedClient,
|
|
243
|
+
selectedContentType: c(R)(e.operation.requestBody)?.["x-scalar-selected-content-type"]?.[e.exampleKey],
|
|
249
244
|
selectedServer: e.server ?? void 0
|
|
250
|
-
}, null, 8, ["clientOptions", "eventBus", "method", "operation", "path", "securitySchemes", "selectedClient", "selectedServer"]), [
|
|
251
|
-
[
|
|
245
|
+
}, null, 8, ["clientOptions", "eventBus", "method", "operation", "path", "securitySchemes", "selectedClient", "selectedContentType", "selectedServer"]), [
|
|
246
|
+
[y, n.value === "All"]
|
|
252
247
|
])
|
|
253
|
-
], 8,
|
|
248
|
+
], 8, oe)
|
|
254
249
|
]),
|
|
255
250
|
_: 1
|
|
256
251
|
}, 8, ["aria-label"]));
|
|
257
252
|
}
|
|
258
253
|
});
|
|
259
254
|
export {
|
|
260
|
-
|
|
255
|
+
pe as default
|
|
261
256
|
};
|
|
@@ -11,61 +11,41 @@ type __VLS_Props = {
|
|
|
11
11
|
environment: XScalarEnvironment;
|
|
12
12
|
};
|
|
13
13
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
|
+
"update:formValue": (payload: Pick<{
|
|
15
|
+
payload: {
|
|
16
|
+
name: string;
|
|
17
|
+
value: string | File;
|
|
18
|
+
isDisabled: boolean;
|
|
19
|
+
}[];
|
|
20
|
+
contentType: string;
|
|
21
|
+
meta: import("@scalar/workspace-store/mutators").OperationExampleMeta;
|
|
22
|
+
}, "payload" | "contentType">) => any;
|
|
14
23
|
"update:contentType": (payload: {
|
|
15
24
|
value: string;
|
|
16
25
|
}) => any;
|
|
17
|
-
"update:value": (payload: {
|
|
18
|
-
|
|
26
|
+
"update:value": (payload: Pick<{
|
|
27
|
+
payload: string | File | undefined;
|
|
19
28
|
contentType: string;
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}) => any;
|
|
28
|
-
"update:formRow": (payload: {
|
|
29
|
-
index: number;
|
|
30
|
-
data: Partial<{
|
|
31
|
-
key: string;
|
|
32
|
-
value: string | File | null;
|
|
29
|
+
meta: import("@scalar/workspace-store/mutators").OperationExampleMeta;
|
|
30
|
+
}, "payload" | "contentType">) => any;
|
|
31
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
32
|
+
"onUpdate:formValue"?: ((payload: Pick<{
|
|
33
|
+
payload: {
|
|
34
|
+
name: string;
|
|
35
|
+
value: string | File;
|
|
33
36
|
isDisabled: boolean;
|
|
34
|
-
}
|
|
35
|
-
contentType: string;
|
|
36
|
-
}) => any;
|
|
37
|
-
"delete:fromRow": (payload: {
|
|
38
|
-
index: number;
|
|
37
|
+
}[];
|
|
39
38
|
contentType: string;
|
|
40
|
-
|
|
41
|
-
},
|
|
39
|
+
meta: import("@scalar/workspace-store/mutators").OperationExampleMeta;
|
|
40
|
+
}, "payload" | "contentType">) => any) | undefined;
|
|
42
41
|
"onUpdate:contentType"?: ((payload: {
|
|
43
42
|
value: string;
|
|
44
43
|
}) => any) | undefined;
|
|
45
|
-
"onUpdate:value"?: ((payload: {
|
|
46
|
-
|
|
47
|
-
contentType: string;
|
|
48
|
-
}) => any) | undefined;
|
|
49
|
-
"onAdd:formRow"?: ((payload: {
|
|
50
|
-
data: Partial<{
|
|
51
|
-
key: string;
|
|
52
|
-
value?: string | File;
|
|
53
|
-
}>;
|
|
44
|
+
"onUpdate:value"?: ((payload: Pick<{
|
|
45
|
+
payload: string | File | undefined;
|
|
54
46
|
contentType: string;
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
index: number;
|
|
58
|
-
data: Partial<{
|
|
59
|
-
key: string;
|
|
60
|
-
value: string | File | null;
|
|
61
|
-
isDisabled: boolean;
|
|
62
|
-
}>;
|
|
63
|
-
contentType: string;
|
|
64
|
-
}) => any) | undefined;
|
|
65
|
-
"onDelete:fromRow"?: ((payload: {
|
|
66
|
-
index: number;
|
|
67
|
-
contentType: string;
|
|
68
|
-
}) => any) | undefined;
|
|
47
|
+
meta: import("@scalar/workspace-store/mutators").OperationExampleMeta;
|
|
48
|
+
}, "payload" | "contentType">) => any) | undefined;
|
|
69
49
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
70
50
|
export default _default;
|
|
71
51
|
//# sourceMappingURL=RequestBody.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/request-block/components/RequestBody.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/request-block/components/RequestBody.vue"],"names":[],"mappings":"AA8RA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AACnH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAA;AAgBrG,KAAK,WAAW,GAAG;IACjB,mBAAmB;IACnB,WAAW,CAAC,EAAE,iBAAiB,CAAA;IAC/B,+DAA+D;IAC/D,UAAU,EAAE,MAAM,CAAA;IAClB,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,2BAA2B;IAC3B,WAAW,EAAE,kBAAkB,CAAA;CAChC,CAAC;;;;;;;;;;;;eAI4C,MAAM;;;;;;;;;;;;;;;;;;eAAN,MAAM;;;;;;;;AA8epD,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./RequestBody.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0a6f7696"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|