@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
|
@@ -16,85 +16,85 @@ const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-
|
|
|
16
16
|
workspace: {},
|
|
17
17
|
environment: {}
|
|
18
18
|
},
|
|
19
|
-
setup(
|
|
20
|
-
const { securitySchemes: b, workspaceMutators: S } = W(),
|
|
19
|
+
setup(e) {
|
|
20
|
+
const { securitySchemes: b, workspaceMutators: S } = W(), p = a(() => m.value.targetKey === "custom" && d.value?.some(
|
|
21
21
|
(t) => t.lang === m.value.clientKey
|
|
22
22
|
) ? m.value : {
|
|
23
|
-
targetKey:
|
|
24
|
-
clientKey:
|
|
23
|
+
targetKey: e.workspace.selectedHttpClient?.targetKey ?? "js",
|
|
24
|
+
clientKey: e.workspace.selectedHttpClient?.clientKey ?? "fetch"
|
|
25
25
|
}), d = a(
|
|
26
|
-
() =>
|
|
26
|
+
() => e.operation["x-codeSamples"] || e.operation["x-code-samples"] || e.operation["x-custom-examples"]
|
|
27
27
|
), m = E(
|
|
28
28
|
d.value?.length ? {
|
|
29
29
|
targetKey: "custom",
|
|
30
30
|
clientKey: d.value[0]?.lang
|
|
31
31
|
} : {
|
|
32
|
-
targetKey:
|
|
33
|
-
clientKey:
|
|
32
|
+
targetKey: e.workspace.selectedHttpClient?.targetKey ?? "js",
|
|
33
|
+
clientKey: e.workspace.selectedHttpClient?.clientKey ?? "fetch"
|
|
34
34
|
}
|
|
35
|
-
), h = a(() => (
|
|
36
|
-
const
|
|
37
|
-
label:
|
|
38
|
-
options:
|
|
39
|
-
id: `${
|
|
40
|
-
label:
|
|
35
|
+
), h = a(() => (e.operation.selectedSecuritySchemeUids || e.collection.selectedSecuritySchemeUids || []).flat().map((t) => b[t]).filter((t) => !!t)), v = a(() => {
|
|
36
|
+
const l = {}, t = T().clients().map((n) => ({
|
|
37
|
+
label: n.title,
|
|
38
|
+
options: n.clients.map((f) => (l[`${n.key},${f.client}`] = f.title, {
|
|
39
|
+
id: `${n.key},${f.client}`,
|
|
40
|
+
label: f.title
|
|
41
41
|
}))
|
|
42
|
-
})), o = (
|
|
43
|
-
id: `custom,${
|
|
44
|
-
label:
|
|
42
|
+
})), o = (e.operation["x-codeSamples"] || e.operation["x-code-samples"] || e.operation["x-custom-examples"] || []).map((n) => ({
|
|
43
|
+
id: `custom,${n.lang}`,
|
|
44
|
+
label: n.label || n.lang
|
|
45
45
|
})), r = o.length > 0 ? [
|
|
46
46
|
{
|
|
47
47
|
id: "customExamples",
|
|
48
48
|
label: "Code Examples",
|
|
49
|
-
options: o.map((
|
|
50
|
-
id:
|
|
51
|
-
label:
|
|
49
|
+
options: o.map((n) => ({
|
|
50
|
+
id: n.id,
|
|
51
|
+
label: n.label ?? n.id
|
|
52
52
|
}))
|
|
53
53
|
},
|
|
54
54
|
...t
|
|
55
55
|
] : t;
|
|
56
|
-
return o.forEach((
|
|
57
|
-
|
|
56
|
+
return o.forEach((n) => {
|
|
57
|
+
l[n.id] = n.label ?? n.id;
|
|
58
58
|
}), {
|
|
59
59
|
options: r,
|
|
60
|
-
dict:
|
|
60
|
+
dict: l
|
|
61
61
|
};
|
|
62
62
|
}), s = a(() => {
|
|
63
|
-
const
|
|
64
|
-
if (
|
|
65
|
-
const o = `custom,${
|
|
63
|
+
const l = p.value;
|
|
64
|
+
if (l.targetKey === "custom") {
|
|
65
|
+
const o = `custom,${l.clientKey}`;
|
|
66
66
|
return {
|
|
67
67
|
id: o,
|
|
68
68
|
label: v.value.dict[o] ?? "Unknown"
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
|
-
const t = `${
|
|
71
|
+
const t = `${l.targetKey},${l.clientKey}`;
|
|
72
72
|
return {
|
|
73
73
|
id: t,
|
|
74
74
|
label: v.value.dict[t] ?? "Unknown"
|
|
75
75
|
};
|
|
76
76
|
}), C = a(
|
|
77
|
-
() =>
|
|
77
|
+
() => p.value.targetKey
|
|
78
78
|
), k = a(
|
|
79
|
-
() =>
|
|
80
|
-
), w = (
|
|
81
|
-
if (!
|
|
79
|
+
() => p.value.clientKey
|
|
80
|
+
), w = (l) => {
|
|
81
|
+
if (!l)
|
|
82
82
|
return;
|
|
83
|
-
const { id: t } =
|
|
83
|
+
const { id: t } = l, [o, r] = t.split(",");
|
|
84
84
|
!o || !r || (m.value = {
|
|
85
85
|
targetKey: o,
|
|
86
86
|
clientKey: r
|
|
87
|
-
}, o !== "custom" && S.edit(
|
|
87
|
+
}, o !== "custom" && S.edit(e.workspace.uid, "selectedHttpClient", {
|
|
88
88
|
targetKey: o,
|
|
89
89
|
clientKey: r
|
|
90
90
|
}));
|
|
91
91
|
}, g = a(() => {
|
|
92
92
|
if (!s.value.id.startsWith("custom,"))
|
|
93
93
|
return;
|
|
94
|
-
const
|
|
95
|
-
return d.value?.find((o) => o.lang ===
|
|
94
|
+
const l = s.value.id.split(",")[1];
|
|
95
|
+
return d.value?.find((o) => o.lang === l)?.source;
|
|
96
96
|
});
|
|
97
|
-
return (
|
|
97
|
+
return (l, t) => (y(), B("div", q, [
|
|
98
98
|
i(O, {
|
|
99
99
|
class: "group/preview w-full border-b-0",
|
|
100
100
|
defaultOpen: !1
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarTooltip as
|
|
3
|
-
import { requestExampleParametersSchema as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { useWorkspace as
|
|
7
|
-
const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 has-[:focus-visible]:opacity-100" }, U = { class: "sr-only" }, Z = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as T, computed as o, onMounted as O, nextTick as d, ref as S, watch as N, createBlock as v, openBlock as f, withCtx as r, createElementVNode as p, createCommentVNode as h, createVNode as k, normalizeClass as A, unref as g, withModifiers as B, createTextVNode as P, toDisplayString as R } from "vue";
|
|
2
|
+
import { ScalarTooltip as M, ScalarButton as W } from "@scalar/components";
|
|
3
|
+
import { requestExampleParametersSchema as x } from "@scalar/oas-utils/entities/spec";
|
|
4
|
+
import z from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
5
|
+
import w from "./RequestTable.vue.js";
|
|
6
|
+
import { useWorkspace as D } from "../../../store/store.js";
|
|
7
|
+
const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 has-[:focus-visible]:opacity-100" }, U = { class: "sr-only" }, Z = /* @__PURE__ */ T({
|
|
8
8
|
__name: "RequestParams",
|
|
9
9
|
props: {
|
|
10
10
|
example: {},
|
|
@@ -17,101 +17,101 @@ const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity
|
|
|
17
17
|
readOnlyEntries: { default: () => [] },
|
|
18
18
|
invalidParams: {}
|
|
19
19
|
},
|
|
20
|
-
setup(
|
|
21
|
-
const { requestExampleMutators:
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
setup(a) {
|
|
21
|
+
const { requestExampleMutators: i } = D(), n = o(() => a.example.parameters[a.paramKey] ?? []);
|
|
22
|
+
O(() => {
|
|
23
|
+
d(() => {
|
|
24
24
|
y();
|
|
25
25
|
});
|
|
26
26
|
});
|
|
27
|
-
const
|
|
28
|
-
const e =
|
|
29
|
-
|
|
30
|
-
}, u =
|
|
27
|
+
const m = () => {
|
|
28
|
+
const e = x.parse({ enabled: !1 }), t = [...n.value, e];
|
|
29
|
+
i.edit(a.example.uid, `parameters.${a.paramKey}`, t);
|
|
30
|
+
}, u = S(null), V = (e, t, s) => {
|
|
31
31
|
const c = n.value;
|
|
32
32
|
if (c.length > e) {
|
|
33
33
|
const l = [...c];
|
|
34
34
|
if (!l[e])
|
|
35
35
|
return;
|
|
36
|
-
l[e] = { ...l[e], [
|
|
37
|
-
|
|
38
|
-
`parameters.${
|
|
36
|
+
l[e] = { ...l[e], [t]: s }, (l[e].key !== "" || l[e].value !== "") && (l[e].enabled = !0), l[e].key === "" && l[e].value === "" && l.splice(e, 1), i.edit(
|
|
37
|
+
a.example.uid,
|
|
38
|
+
`parameters.${a.paramKey}`,
|
|
39
39
|
l
|
|
40
40
|
);
|
|
41
41
|
} else {
|
|
42
|
-
const l = [
|
|
43
|
-
|
|
42
|
+
const l = [x.parse({ [t]: s })];
|
|
43
|
+
i.edit(a.example.uid, `parameters.${a.paramKey}`, l), d(() => {
|
|
44
44
|
if (!u.value)
|
|
45
45
|
return;
|
|
46
|
-
u.value.querySelectorAll("input")[
|
|
46
|
+
u.value.querySelectorAll("input")[t === "key" ? 0 : 1]?.focus();
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
|
-
e === c.length - 1 &&
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
`parameters.${
|
|
53
|
-
|
|
54
|
-
),
|
|
55
|
-
const e = n.value.filter((
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
`parameters.${
|
|
49
|
+
e === c.length - 1 && m();
|
|
50
|
+
}, C = (e, t) => i.edit(
|
|
51
|
+
a.example.uid,
|
|
52
|
+
`parameters.${a.paramKey}.${e}.enabled`,
|
|
53
|
+
t
|
|
54
|
+
), K = () => {
|
|
55
|
+
const e = n.value.filter((t) => t.required);
|
|
56
|
+
i.edit(
|
|
57
|
+
a.example.uid,
|
|
58
|
+
`parameters.${a.paramKey}`,
|
|
59
59
|
e
|
|
60
|
-
),
|
|
61
|
-
},
|
|
62
|
-
const
|
|
63
|
-
if (
|
|
64
|
-
const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
`parameters.${
|
|
68
|
-
|
|
60
|
+
), d(() => m());
|
|
61
|
+
}, $ = (e) => {
|
|
62
|
+
const t = n.value;
|
|
63
|
+
if (t.length > e) {
|
|
64
|
+
const s = [...t];
|
|
65
|
+
s.splice(e, 1), i.edit(
|
|
66
|
+
a.example.uid,
|
|
67
|
+
`parameters.${a.paramKey}`,
|
|
68
|
+
s
|
|
69
69
|
);
|
|
70
70
|
}
|
|
71
71
|
};
|
|
72
72
|
function y() {
|
|
73
73
|
if (n.value.length === 0)
|
|
74
|
-
|
|
74
|
+
m();
|
|
75
75
|
else if (n.value.length >= 1) {
|
|
76
76
|
const e = n.value[n.value.length - 1];
|
|
77
|
-
e && e.key !== "" && e.value !== "" &&
|
|
77
|
+
e && e.key !== "" && e.value !== "" && m();
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
const
|
|
80
|
+
const q = o(
|
|
81
81
|
() => n.value.filter((e) => e.key || e.value).length
|
|
82
|
-
),
|
|
83
|
-
|
|
84
|
-
() =>
|
|
85
|
-
(e,
|
|
86
|
-
e !==
|
|
82
|
+
), E = o(() => n.value.length > 1);
|
|
83
|
+
N(
|
|
84
|
+
() => a.example,
|
|
85
|
+
(e, t) => {
|
|
86
|
+
e !== t && y();
|
|
87
87
|
},
|
|
88
88
|
{ immediate: !0 }
|
|
89
89
|
);
|
|
90
|
-
const b =
|
|
91
|
-
return (e,
|
|
90
|
+
const b = o(() => (a.readOnlyEntries ?? []).length > 0);
|
|
91
|
+
return (e, t) => (f(), v(z, {
|
|
92
92
|
class: "group/params",
|
|
93
|
-
itemCount:
|
|
93
|
+
itemCount: q.value
|
|
94
94
|
}, {
|
|
95
|
-
title:
|
|
96
|
-
P(R(
|
|
95
|
+
title: r(() => [
|
|
96
|
+
P(R(a.title), 1)
|
|
97
97
|
]),
|
|
98
|
-
actions:
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
actions: r(() => [
|
|
99
|
+
p("div", G, [
|
|
100
|
+
E.value ? (f(), v(g(M), {
|
|
101
101
|
key: 0,
|
|
102
102
|
content: "Clear optional parameters",
|
|
103
103
|
placement: "left"
|
|
104
104
|
}, {
|
|
105
|
-
default:
|
|
106
|
-
k(g(
|
|
105
|
+
default: r(() => [
|
|
106
|
+
k(g(W), {
|
|
107
107
|
class: "pr-0.75 pl-1 transition-none",
|
|
108
108
|
size: "sm",
|
|
109
109
|
variant: "ghost",
|
|
110
|
-
onClick:
|
|
110
|
+
onClick: B(K, ["stop"])
|
|
111
111
|
}, {
|
|
112
|
-
default:
|
|
113
|
-
|
|
114
|
-
|
|
112
|
+
default: r(() => [
|
|
113
|
+
t[0] || (t[0] = P(" Clear ", -1)),
|
|
114
|
+
p("span", U, "All " + R(a.title), 1)
|
|
115
115
|
]),
|
|
116
116
|
_: 1
|
|
117
117
|
})
|
|
@@ -120,36 +120,36 @@ const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity
|
|
|
120
120
|
})) : h("", !0)
|
|
121
121
|
])
|
|
122
122
|
]),
|
|
123
|
-
default:
|
|
124
|
-
|
|
123
|
+
default: r(() => [
|
|
124
|
+
p("div", {
|
|
125
125
|
ref_key: "tableWrapperRef",
|
|
126
126
|
ref: u
|
|
127
127
|
}, [
|
|
128
|
-
b.value ? (
|
|
128
|
+
b.value ? (f(), v(w, {
|
|
129
129
|
key: 0,
|
|
130
|
-
class:
|
|
130
|
+
class: A(["flex-1", { "bg-c-3/5": b.value }]),
|
|
131
131
|
columns: ["32px", "", ""],
|
|
132
|
-
envVariables:
|
|
133
|
-
environment:
|
|
134
|
-
invalidParams:
|
|
132
|
+
envVariables: a.envVariables,
|
|
133
|
+
environment: a.environment,
|
|
134
|
+
invalidParams: a.invalidParams,
|
|
135
135
|
isGlobal: "",
|
|
136
136
|
isReadOnly: "",
|
|
137
|
-
items:
|
|
138
|
-
label:
|
|
139
|
-
workspace:
|
|
137
|
+
items: a.readOnlyEntries,
|
|
138
|
+
label: a.label,
|
|
139
|
+
workspace: a.workspace
|
|
140
140
|
}, null, 8, ["class", "envVariables", "environment", "invalidParams", "items", "label", "workspace"])) : h("", !0),
|
|
141
|
-
k(
|
|
141
|
+
k(w, {
|
|
142
142
|
class: "flex-1",
|
|
143
143
|
columns: ["32px", "", ""],
|
|
144
|
-
envVariables:
|
|
145
|
-
environment:
|
|
146
|
-
invalidParams:
|
|
144
|
+
envVariables: a.envVariables,
|
|
145
|
+
environment: a.environment,
|
|
146
|
+
invalidParams: a.invalidParams,
|
|
147
147
|
items: n.value,
|
|
148
|
-
label:
|
|
149
|
-
workspace:
|
|
150
|
-
onToggleRow:
|
|
151
|
-
onUpdateRow:
|
|
152
|
-
onDeleteRow:
|
|
148
|
+
label: a.label,
|
|
149
|
+
workspace: a.workspace,
|
|
150
|
+
onToggleRow: C,
|
|
151
|
+
onUpdateRow: V,
|
|
152
|
+
onDeleteRow: $
|
|
153
153
|
}, null, 8, ["envVariables", "environment", "invalidParams", "items", "label", "workspace"])
|
|
154
154
|
], 512)
|
|
155
155
|
]),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { REGEX as
|
|
1
|
+
import { defineComponent as g, computed as k, watch as w, createBlock as u, openBlock as d, withCtx as p, createCommentVNode as R, createTextVNode as $, toDisplayString as K } from "vue";
|
|
2
|
+
import { REGEX as b } from "@scalar/oas-utils/helpers";
|
|
3
3
|
import V from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
4
4
|
import C from "./RequestTable.vue.js";
|
|
5
5
|
import { useWorkspace as q } from "../../../store/store.js";
|
|
6
|
-
const B = /* @__PURE__ */
|
|
6
|
+
const B = /* @__PURE__ */ g({
|
|
7
7
|
__name: "RequestPathParams",
|
|
8
8
|
props: {
|
|
9
9
|
example: {},
|
|
@@ -15,77 +15,77 @@ const B = /* @__PURE__ */ k({
|
|
|
15
15
|
workspace: {},
|
|
16
16
|
invalidParams: {}
|
|
17
17
|
},
|
|
18
|
-
setup(
|
|
19
|
-
const { requestMutators:
|
|
20
|
-
() =>
|
|
21
|
-
...
|
|
22
|
-
enum:
|
|
18
|
+
setup(e) {
|
|
19
|
+
const { requestMutators: s, requestExampleMutators: c } = q(), o = k(
|
|
20
|
+
() => e.example.parameters[e.paramKey].map((a) => ({
|
|
21
|
+
...a,
|
|
22
|
+
enum: a.enum
|
|
23
23
|
}))
|
|
24
|
-
), h = (
|
|
25
|
-
const
|
|
26
|
-
if (
|
|
27
|
-
if (
|
|
28
|
-
if (
|
|
24
|
+
), h = (a, i, n) => {
|
|
25
|
+
const m = e.example.parameters[e.paramKey], r = m[a]?.key;
|
|
26
|
+
if (r) {
|
|
27
|
+
if (i === "key") {
|
|
28
|
+
if (m[a]?.required)
|
|
29
29
|
return;
|
|
30
30
|
if (n) {
|
|
31
|
-
const t = encodeURIComponent(
|
|
32
|
-
|
|
31
|
+
const t = encodeURIComponent(r), l = encodeURIComponent(n), x = new RegExp(`(?<=/):${t}(?=[/?#]|$)`, "g"), P = e.operation.path.replace(x, `:${l}`);
|
|
32
|
+
s.edit(e.operation.uid, "path", P);
|
|
33
33
|
} else {
|
|
34
|
-
|
|
35
|
-
const t = new RegExp(`/:${encodeURIComponent(
|
|
36
|
-
|
|
34
|
+
m.splice(a, 1);
|
|
35
|
+
const t = new RegExp(`/:${encodeURIComponent(r)}(?=[/?#]|$)`, "g"), l = e.operation.path.replace(t, "");
|
|
36
|
+
s.edit(e.operation.uid, "path", l);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
`parameters.${
|
|
39
|
+
c.edit(
|
|
40
|
+
e.example.uid,
|
|
41
|
+
`parameters.${e.paramKey}.${a}.${i}`,
|
|
42
42
|
n
|
|
43
43
|
);
|
|
44
44
|
}
|
|
45
|
-
}, f = (
|
|
46
|
-
const
|
|
47
|
-
if (
|
|
48
|
-
const n = [...
|
|
49
|
-
n.splice(
|
|
50
|
-
|
|
51
|
-
`parameters.${
|
|
45
|
+
}, f = (a) => {
|
|
46
|
+
const i = o.value;
|
|
47
|
+
if (i.length > a) {
|
|
48
|
+
const n = [...i];
|
|
49
|
+
n.splice(a, 1), c.edit(
|
|
50
|
+
e.example.uid,
|
|
51
|
+
`parameters.${e.paramKey}`,
|
|
52
52
|
n
|
|
53
53
|
);
|
|
54
54
|
}
|
|
55
|
-
}, v = (
|
|
56
|
-
const
|
|
57
|
-
(t) =>
|
|
55
|
+
}, v = (a) => {
|
|
56
|
+
const i = a.match(b.PATH)?.map((t) => t.slice(1, -1)) || [], n = e.example.parameters[e.paramKey], m = new Map(n.map((t) => [t.key, t])), r = i.map(
|
|
57
|
+
(t) => m.get(t) || { key: t, value: "", enabled: !0 }
|
|
58
58
|
);
|
|
59
59
|
n.forEach((t) => {
|
|
60
|
-
!
|
|
61
|
-
}), n.splice(0, n.length, ...
|
|
62
|
-
}, y = (
|
|
63
|
-
|
|
60
|
+
!i.includes(t.key) && (t.value || t.required) && r.push(t);
|
|
61
|
+
}), n.splice(0, n.length, ...r), c.edit(e.example.uid, `parameters.${e.paramKey}`, n);
|
|
62
|
+
}, y = (a) => {
|
|
63
|
+
a && v(a);
|
|
64
64
|
};
|
|
65
|
-
return
|
|
66
|
-
() =>
|
|
67
|
-
(
|
|
68
|
-
|
|
65
|
+
return w(
|
|
66
|
+
() => e.operation.path,
|
|
67
|
+
(a) => {
|
|
68
|
+
a && y(a);
|
|
69
69
|
}
|
|
70
|
-
), (
|
|
71
|
-
itemCount:
|
|
70
|
+
), (a, i) => (d(), u(V, {
|
|
71
|
+
itemCount: o.value.length
|
|
72
72
|
}, {
|
|
73
|
-
title:
|
|
74
|
-
K(
|
|
73
|
+
title: p(() => [
|
|
74
|
+
$(K(e.title), 1)
|
|
75
75
|
]),
|
|
76
|
-
default:
|
|
77
|
-
|
|
76
|
+
default: p(() => [
|
|
77
|
+
o.value.length ? (d(), u(C, {
|
|
78
78
|
key: 0,
|
|
79
79
|
class: "flex-1",
|
|
80
80
|
columns: ["32px", "", ""],
|
|
81
81
|
envVariables: e.envVariables,
|
|
82
82
|
environment: e.environment,
|
|
83
83
|
invalidParams: e.invalidParams,
|
|
84
|
-
items:
|
|
84
|
+
items: o.value,
|
|
85
85
|
workspace: e.workspace,
|
|
86
86
|
onUpdateRow: h,
|
|
87
87
|
onDeleteRow: f
|
|
88
|
-
}, null, 8, ["envVariables", "environment", "invalidParams", "items", "workspace"])) :
|
|
88
|
+
}, null, 8, ["envVariables", "environment", "invalidParams", "items", "workspace"])) : R("", !0)
|
|
89
89
|
]),
|
|
90
90
|
_: 1
|
|
91
91
|
}, 8, ["itemCount"]));
|