@scalar/api-reference 1.34.5 → 1.35.0
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 +71 -0
- package/dist/browser/standalone.js +30859 -30766
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/Anchor.vue.d.ts +6 -11
- package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
- package/dist/components/Anchor/WithBreadcrumb.vue.d.ts +11 -13
- package/dist/components/Anchor/WithBreadcrumb.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.d.ts +14 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +24 -10
- package/dist/components/ApiReferenceLayout.vue.d.ts +7 -31
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +179 -191
- package/dist/components/Badge/Badge.vue.d.ts +6 -11
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/ClassicHeader.vue.d.ts +8 -12
- package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +1 -3
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/featured-clients.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/index.d.ts +1 -1
- package/dist/components/Content/Content.vue.d.ts +9 -12
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +180 -36
- package/dist/components/Content/IntroductionSection.vue.d.ts +18 -0
- package/dist/components/Content/IntroductionSection.vue.d.ts.map +1 -0
- package/dist/components/Content/IntroductionSection.vue.js +26 -0
- package/dist/components/Content/IntroductionSection.vue2.js +4 -0
- package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModernLayout.vue.js +1 -1
- package/dist/components/Content/Models/ModernLayout.vue2.js +6 -6
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts +1 -5
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +28 -35
- package/dist/components/Content/Operations/get-current-index.d.ts.map +1 -1
- package/dist/components/Content/Schema/RenderString.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +2 -2
- package/dist/components/Content/Schema/Schema.vue2.js +84 -81
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts +1 -1
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +3 -0
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +49 -41
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts +6 -11
- package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts +10 -13
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +6 -11
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/is-type-object.d.ts.map +1 -1
- package/dist/components/Content/Tags/ClassicLayout.vue.d.ts +6 -11
- package/dist/components/Content/Tags/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/ModernLayout.vue.d.ts +5 -63
- package/dist/components/Content/Tags/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/Tag.vue.d.ts +7 -11
- package/dist/components/Content/Tags/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/TagSection.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/TagSection.vue.js +1 -1
- package/dist/components/GettingStarted.vue.d.ts +1 -1
- package/dist/components/GettingStarted.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +5 -10
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/IntersectionObserver.vue.d.ts +5 -12
- package/dist/components/IntersectionObserver.vue.d.ts.map +1 -1
- package/dist/components/Lazy/Lazy.vue.d.ts +5 -10
- package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
- package/dist/components/LinkList/LinkList.vue.d.ts +6 -13
- package/dist/components/LinkList/LinkList.vue.d.ts.map +1 -1
- package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
- package/dist/components/MobileHeader.vue.d.ts +6 -11
- package/dist/components/MobileHeader.vue.d.ts.map +1 -1
- package/dist/components/OperationPath.vue.d.ts +1 -1
- package/dist/components/OperationPath.vue.d.ts.map +1 -1
- package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -1
- package/dist/components/OperationsList/OperationsListItem.vue.d.ts +1 -1
- package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
- package/dist/components/ScreenReader.vue.d.ts +7 -11
- package/dist/components/ScreenReader.vue.d.ts.map +1 -1
- package/dist/components/Section/CompactSection.vue.d.ts +8 -12
- package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.d.ts +5 -10
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.d.ts +13 -66
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionColumn.vue.d.ts +6 -11
- package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionColumns.vue.d.ts +6 -11
- package/dist/components/Section/SectionColumns.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainer.vue.d.ts +7 -11
- package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts +8 -12
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContent.vue.d.ts +6 -11
- package/dist/components/Section/SectionContent.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeader.vue.d.ts +8 -12
- package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeaderTag.vue.d.ts +5 -10
- package/dist/components/Section/SectionHeaderTag.vue.d.ts.map +1 -1
- package/dist/components/SectionFlare/SectionFlare.vue.d.ts.map +1 -1
- package/dist/components/ShowMoreButton.vue.d.ts +1 -1
- package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterList.vue.d.ts +5 -10
- package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/RequestBody.vue.d.ts +5 -10
- package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +2 -2
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +2 -2
- package/dist/features/Operation/components/callbacks/Callback.vue2.js +2 -2
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts +2 -2
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callbacks.vue.js +2 -2
- package/dist/features/Operation/helpers/combine-params.d.ts +1 -2
- package/dist/features/Operation/helpers/combine-params.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +1 -3
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +35 -34
- package/dist/features/Operation/layouts/ClassicLayout.vue3.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +1 -3
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +28 -27
- package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/api-client-modal/ApiClientModal.vue.d.ts +1 -1
- package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/api-client-modal/ApiClientModal.vue.js +50 -53
- package/dist/features/api-client-modal/useApiClient.d.ts +496 -496
- package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
- package/dist/features/document-source/hooks/useDocumentFetcher.d.ts +1 -1
- package/dist/features/document-source/hooks/useDocumentFetcher.d.ts.map +1 -1
- package/dist/features/document-source/hooks/useDocumentFetcher.js +13 -13
- package/dist/features/example-responses/ExampleResponse.vue.d.ts +1 -2
- package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponse.vue.js +2 -2
- package/dist/features/example-responses/ExampleResponseTab.vue.d.ts +5 -10
- package/dist/features/example-responses/ExampleResponseTab.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts +7 -11
- package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.d.ts +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.js +2 -2
- package/dist/features/example-responses/ExampleResponses.vue2.js +9 -9
- package/dist/features/example-responses/helpers/get-resolved-ref-deep.d.ts.map +1 -1
- package/dist/features/external-docs/ExternalDocs.vue.d.ts.map +1 -1
- package/dist/features/info-object/Contact.vue.d.ts.map +1 -1
- package/dist/features/info-object/License.vue.d.ts +1 -1
- package/dist/features/info-object/License.vue.d.ts.map +1 -1
- package/dist/features/info-object/TermsOfService.vue.d.ts.map +1 -1
- package/dist/features/multiple-documents/DocumentSelector.vue.d.ts.map +1 -1
- package/dist/features/multiple-documents/useMultipleDocuments.d.ts.map +1 -1
- package/dist/features/sidebar/components/Sidebar.vue.d.ts +8 -14
- package/dist/features/sidebar/components/Sidebar.vue.d.ts.map +1 -1
- package/dist/features/sidebar/components/SidebarElement.vue.d.ts +8 -12
- package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +1 -1
- package/dist/features/sidebar/components/SidebarElement.vue.js +1 -1
- package/dist/features/sidebar/components/SidebarElement.vue2.js +60 -55
- package/dist/features/sidebar/components/SidebarGroup.vue.d.ts +6 -11
- package/dist/features/sidebar/components/SidebarGroup.vue.d.ts.map +1 -1
- package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts +5 -10
- package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts.map +1 -1
- package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -1
- package/dist/features/specification-extension/SpecificationExtension.vue.d.ts.map +1 -1
- package/dist/features/specification-extension/SpecificationExtension.vue.js +2 -47
- package/dist/features/specification-extension/SpecificationExtension.vue2.js +47 -2
- package/dist/features/specification-extension/helpers.d.ts +10 -0
- package/dist/features/specification-extension/helpers.d.ts.map +1 -0
- package/dist/features/specification-extension/helpers.js +4 -0
- package/dist/features/specification-extension/index.d.ts +1 -0
- package/dist/features/specification-extension/index.d.ts.map +1 -1
- package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/get-tag.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-description.d.ts +3 -1
- package/dist/features/traverse-schema/helpers/traverse-description.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-document.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +7 -3
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts +3 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts +3 -1
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts +5 -1
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -1
- package/dist/features/traverse-schema/types.d.ts +1 -3
- package/dist/features/traverse-schema/types.d.ts.map +1 -1
- package/dist/features/x-badges/XBadges.vue.d.ts.map +1 -1
- package/dist/helpers/convert-security-scheme.d.ts +1 -1
- package/dist/helpers/convert-security-scheme.d.ts.map +1 -1
- package/dist/helpers/test-utils.d.ts.map +1 -1
- package/dist/hooks/useFreezing.d.ts +6 -0
- package/dist/hooks/useFreezing.d.ts.map +1 -0
- package/dist/hooks/useFreezing.js +29 -0
- package/dist/hooks/useNavState.d.ts +1 -2
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -16
- package/dist/libs/download.d.ts +0 -5
- package/dist/libs/download.d.ts.map +1 -1
- package/dist/libs/download.js +10 -13
- package/dist/libs/markdown.d.ts.map +1 -1
- package/dist/libs/openapi.d.ts +2 -4
- package/dist/libs/openapi.d.ts.map +1 -1
- package/dist/plugins/plugin-manager.d.ts.map +1 -1
- package/dist/standalone/lib/html-api.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts +11 -14
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +92 -95
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +20 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +7 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +223 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.d.ts +21 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +64 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue2.js +4 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts +17 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +267 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue2.js +4 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts +9 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +151 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue2.js +4 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts +20 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +7 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue2.js +96 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts +50 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.js +50 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue2.js +4 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +17 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +253 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue2.js +4 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/filter-security-requirements.d.ts +6 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/filter-security-requirements.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/update-scheme.d.ts +8 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/update-scheme.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/update-scheme.js +22 -0
- package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts +2 -0
- package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts +15 -0
- package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue.js +7 -0
- package/dist/{components/Content/ClientLibraries/ClientSelector.vue2.js → v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue2.js} +33 -33
- package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts +16 -0
- package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.js +7 -0
- package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue2.js +124 -0
- package/dist/v2/blocks/scalar-client-selector-block/helpers/featured-clients.d.ts +11 -0
- package/dist/v2/blocks/scalar-client-selector-block/helpers/featured-clients.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-client-selector-block/index.d.ts +2 -0
- package/dist/v2/blocks/scalar-client-selector-block/index.d.ts.map +1 -0
- package/dist/{features/base-url/BaseUrl.vue.d.ts → v2/blocks/scalar-info-block/components/DownloadLink.vue.d.ts} +3 -4
- package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue.js +7 -0
- package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue2.js +62 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue.d.ts +36 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue.js +49 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue2.js +4 -0
- package/dist/{components/Content/Introduction/Description.vue.d.ts → v2/blocks/scalar-info-block/components/InfoDescription.vue.d.ts} +2 -2
- package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue.js +7 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue2.js +72 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue.d.ts +8 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue.js +36 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue2.js +4 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue.d.ts +7 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue.js +25 -0
- package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue2.js +4 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts +16 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue.js +7 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue2.js +17 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue3.js +4 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.d.ts +13 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.js +13 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue2.js +4 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts +27 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue.js +7 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue2.js +122 -0
- package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue3.js +4 -0
- package/dist/{features/download-link/DownloadLink.vue.d.ts → v2/blocks/scalar-info-block/components/OpenApiVersion.vue.d.ts} +2 -2
- package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue.js +19 -0
- package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue2.js +4 -0
- package/dist/v2/blocks/scalar-info-block/index.d.ts +3 -0
- package/dist/v2/blocks/scalar-info-block/index.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts +5 -8
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue2.js +38 -52
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +7 -8
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.js +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue2.js +148 -133
- package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts +1 -3
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts +1 -1
- package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.js +4 -3
- package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue.d.ts +51 -0
- package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue.js +78 -0
- package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue2.js +4 -0
- package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts +18 -0
- package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.js +72 -0
- package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue2.js +4 -0
- package/dist/v2/blocks/scalar-server-selector-block/index.d.ts +2 -0
- package/dist/v2/blocks/scalar-server-selector-block/index.d.ts.map +1 -0
- package/dist/v2/helpers/get-document-name.d.ts.map +1 -1
- package/dist/v2/helpers/map-configuration.d.ts +1 -1
- package/dist/v2/helpers/map-configuration.d.ts.map +1 -1
- package/dist/v2/helpers/normalize-content.d.ts.map +1 -1
- package/dist/v2/hooks/use-legacy-store-events.d.ts +14 -0
- package/dist/v2/hooks/use-legacy-store-events.d.ts.map +1 -0
- package/dist/v2/hooks/use-legacy-store-events.js +65 -0
- package/dist/v2/hooks/use-workspace-store-events.d.ts +4 -0
- package/dist/v2/hooks/use-workspace-store-events.d.ts.map +1 -0
- package/dist/v2/hooks/use-workspace-store-events.js +43 -0
- package/package.json +21 -19
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +0 -7
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +0 -122
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +0 -7
- package/dist/components/Content/Introduction/Description.vue.d.ts.map +0 -1
- package/dist/components/Content/Introduction/Description.vue.js +0 -7
- package/dist/components/Content/Introduction/Description.vue2.js +0 -72
- package/dist/components/Content/Introduction/Introduction.vue.d.ts +0 -13
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +0 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +0 -7
- package/dist/components/Content/Introduction/Introduction.vue2.js +0 -113
- package/dist/components/Content/Introduction/IntroductionSection.vue.d.ts +0 -25
- package/dist/components/Content/Introduction/IntroductionSection.vue.d.ts.map +0 -1
- package/dist/components/Content/Introduction/IntroductionSection.vue.js +0 -7
- package/dist/components/Content/Introduction/IntroductionSection.vue2.js +0 -159
- package/dist/components/Content/Introduction/index.d.ts +0 -2
- package/dist/components/Content/Introduction/index.d.ts.map +0 -1
- package/dist/features/base-url/BaseUrl.vue.d.ts.map +0 -1
- package/dist/features/base-url/BaseUrl.vue.js +0 -56
- package/dist/features/base-url/BaseUrl.vue2.js +0 -4
- package/dist/features/base-url/index.d.ts +0 -2
- package/dist/features/base-url/index.d.ts.map +0 -1
- package/dist/features/download-link/DownloadLink.vue.d.ts.map +0 -1
- package/dist/features/download-link/DownloadLink.vue.js +0 -7
- package/dist/features/download-link/DownloadLink.vue2.js +0 -61
- package/dist/features/download-link/index.d.ts +0 -3
- package/dist/features/download-link/index.d.ts.map +0 -1
- package/dist/features/download-link/openapi-version-symbol.d.ts +0 -2
- package/dist/features/download-link/openapi-version-symbol.d.ts.map +0 -1
- package/dist/features/download-link/openapi-version-symbol.js +0 -4
- package/dist/v2/events/definitions.d.ts +0 -44
- package/dist/v2/events/definitions.d.ts.map +0 -1
- package/dist/v2/events/definitions.js +0 -7
- package/dist/v2/events/index.d.ts +0 -3
- package/dist/v2/events/index.d.ts.map +0 -1
- package/dist/v2/events/listeners.d.ts +0 -8
- package/dist/v2/events/listeners.d.ts.map +0 -1
- package/dist/v2/events/listeners.js +0 -15
- /package/dist/{components/Content/ClientLibraries/ClientLibraries.vue3.js → v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue3.js} +0 -0
- /package/dist/{components/Content/ClientLibraries/ClientSelector.vue3.js → v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue3.js} +0 -0
- /package/dist/{components/Content/Introduction/Description.vue3.js → v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue3.js} +0 -0
- /package/dist/{components/Content/Introduction/Introduction.vue3.js → v2/blocks/scalar-client-selector-block/components/ClientSelector.vue3.js} +0 -0
- /package/dist/{components/Content/ClientLibraries → v2/blocks/scalar-client-selector-block/helpers}/featured-clients.js +0 -0
- /package/dist/{features/download-link → v2/blocks/scalar-info-block/components}/DownloadLink.vue3.js +0 -0
- /package/dist/{components/Content/Introduction/IntroductionSection.vue3.js → v2/blocks/scalar-info-block/components/InfoDescription.vue3.js} +0 -0
|
@@ -1,42 +1,41 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { provideUseId as
|
|
3
|
-
import { OpenApiClientButton as
|
|
4
|
-
import { LAYOUT_SYMBOL as
|
|
5
|
-
import { WORKSPACE_SYMBOL as
|
|
6
|
-
import { addScalarClassesToHeadless as
|
|
7
|
-
import { sleep as
|
|
8
|
-
import { hasObtrusiveScrollbars as
|
|
9
|
-
import { apiReferenceConfigurationSchema as
|
|
10
|
-
import { useBreakpoints as
|
|
11
|
-
import { useToasts as
|
|
12
|
-
import { useMediaQuery as
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { hasLazyLoaded as
|
|
16
|
-
import
|
|
17
|
-
import { CONFIGURATION_SYMBOL as
|
|
18
|
-
import { useNavState as
|
|
19
|
-
import {
|
|
20
|
-
import { useDocumentSource as
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import
|
|
25
|
-
import xe from "../features/sidebar/components/Sidebar.vue.js";
|
|
1
|
+
import { defineComponent as ne, computed as $, provide as T, ref as D, onBeforeMount as le, onMounted as de, watch as B, onUnmounted as ue, useId as ce, createElementBlock as f, openBlock as s, Fragment as Y, createElementVNode as h, createVNode as v, normalizeStyle as me, normalizeClass as fe, unref as r, createCommentVNode as i, withDirectives as ve, createBlock as w, renderSlot as d, normalizeProps as S, guardReactiveProps as b, withCtx as n, vShow as ge, createSlots as pe } from "vue";
|
|
2
|
+
import { provideUseId as he } from "@headlessui/vue";
|
|
3
|
+
import { OpenApiClientButton as Se } from "@scalar/api-client/components";
|
|
4
|
+
import { LAYOUT_SYMBOL as be } from "@scalar/api-client/hooks";
|
|
5
|
+
import { WORKSPACE_SYMBOL as ye, ACTIVE_ENTITIES_SYMBOL as we } from "@scalar/api-client/store";
|
|
6
|
+
import { addScalarClassesToHeadless as ke, ScalarErrorBoundary as $e, ScalarSidebarFooter as Te, ScalarColorModeToggleButton as Me, ScalarColorModeToggleIcon as Ce } from "@scalar/components";
|
|
7
|
+
import { sleep as De } from "@scalar/helpers/testing/sleep";
|
|
8
|
+
import { hasObtrusiveScrollbars as Ee, getThemeStyles as Ie } from "@scalar/themes";
|
|
9
|
+
import { apiReferenceConfigurationSchema as Le } from "@scalar/types/api-reference";
|
|
10
|
+
import { useBreakpoints as Be } from "@scalar/use-hooks/useBreakpoints";
|
|
11
|
+
import { useToasts as Oe, ScalarToasts as Re } from "@scalar/use-toasts";
|
|
12
|
+
import { useMediaQuery as _e, useResizeObserver as He, useDebounceFn as Ae } from "@vueuse/core";
|
|
13
|
+
import Fe from "./ClassicHeader.vue.js";
|
|
14
|
+
import Pe from "./GettingStarted.vue.js";
|
|
15
|
+
import { hasLazyLoaded as Ne } from "./Lazy/lazyBus.js";
|
|
16
|
+
import Ue from "./MobileHeader.vue.js";
|
|
17
|
+
import { CONFIGURATION_SYMBOL as Ke } from "../hooks/useConfig.js";
|
|
18
|
+
import { useNavState as Ve } from "../hooks/useNavState.js";
|
|
19
|
+
import { useLegacyStoreEvents as Ye } from "../v2/hooks/use-legacy-store-events.js";
|
|
20
|
+
import { useDocumentSource as ze } from "../features/document-source/hooks/useDocumentSource.js";
|
|
21
|
+
import { useSidebar as Ge } from "../features/sidebar/hooks/useSidebar.js";
|
|
22
|
+
import { PLUGIN_MANAGER_SYMBOL as Qe } from "../plugins/hooks/usePluginManager.js";
|
|
23
|
+
import { createPluginManager as We } from "../plugins/plugin-manager.js";
|
|
24
|
+
import je from "../features/sidebar/components/Sidebar.vue.js";
|
|
26
25
|
import z from "../features/Search/components/SearchButton.vue.js";
|
|
27
|
-
import
|
|
26
|
+
import qe from "./Content/Content.vue.js";
|
|
28
27
|
import "./Content/Content.vue2.js";
|
|
29
|
-
import
|
|
30
|
-
const
|
|
28
|
+
import Je from "../features/api-client-modal/ApiClientModal.vue.js";
|
|
29
|
+
const Xe = ["innerHTML"], Ze = { class: "references-header" }, xe = ["aria-label"], et = { class: "references-navigation-list" }, tt = { key: 0 }, ot = {
|
|
31
30
|
key: 1,
|
|
32
31
|
class: "scalar-api-references-standalone-search"
|
|
33
|
-
},
|
|
32
|
+
}, rt = { key: 1 }, at = { class: "references-editor" }, st = { class: "references-editor-textarea" }, it = ["aria-label"], nt = {
|
|
34
33
|
key: 0,
|
|
35
34
|
class: "w-64 *:!p-0 empty:hidden"
|
|
36
|
-
},
|
|
35
|
+
}, lt = {
|
|
37
36
|
key: 0,
|
|
38
37
|
class: "references-footer"
|
|
39
|
-
},
|
|
38
|
+
}, Ft = /* @__PURE__ */ ne({
|
|
40
39
|
inheritAttrs: !1,
|
|
41
40
|
__name: "ApiReferenceLayout",
|
|
42
41
|
props: {
|
|
@@ -48,124 +47,113 @@ const ot = ["innerHTML"], rt = { class: "references-header" }, at = ["aria-label
|
|
|
48
47
|
store: {}
|
|
49
48
|
},
|
|
50
49
|
emits: ["changeTheme", "updateContent", "loadSwaggerFile", "linkSwaggerFile", "toggleDarkMode"],
|
|
51
|
-
setup(
|
|
52
|
-
const t =
|
|
53
|
-
() =>
|
|
54
|
-
), { initializeToasts: G, toast: Q } =
|
|
50
|
+
setup(M) {
|
|
51
|
+
const t = $(
|
|
52
|
+
() => Le.parse(M.configuration)
|
|
53
|
+
), { initializeToasts: G, toast: Q } = Oe();
|
|
55
54
|
G((e) => Q(e));
|
|
56
|
-
const {
|
|
57
|
-
originalDocument: W,
|
|
58
|
-
originalOpenApiVersion: j,
|
|
59
|
-
dereferencedDocument: v,
|
|
60
|
-
workspaceStore: q,
|
|
61
|
-
activeEntitiesStore: J
|
|
62
|
-
} = je({
|
|
55
|
+
const { dereferencedDocument: g, workspaceStore: O, activeEntitiesStore: R } = ze({
|
|
63
56
|
configuration: t,
|
|
64
|
-
dereferencedDocument:
|
|
65
|
-
originalDocument:
|
|
57
|
+
dereferencedDocument: M.dereferencedDocument,
|
|
58
|
+
originalDocument: M.originalDocument
|
|
66
59
|
});
|
|
67
|
-
|
|
68
|
-
const
|
|
69
|
-
|
|
70
|
-
|
|
60
|
+
T(ye, O), T(we, R);
|
|
61
|
+
const W = _e("(min-width: 1150px)"), j = D("100dvh"), y = D(null);
|
|
62
|
+
He(y, (e) => {
|
|
63
|
+
j.value = e[0] ? e[0].contentRect.height + "px" : "100dvh";
|
|
71
64
|
});
|
|
72
|
-
const
|
|
73
|
-
...
|
|
65
|
+
const q = $(Ee), _ = Ve(t), { isSidebarOpen: E, setCollapsedSidebarItem: I, scrollToOperation: J, items: H } = Ge(g, {
|
|
66
|
+
..._,
|
|
74
67
|
config: t
|
|
75
68
|
}), {
|
|
76
|
-
getReferenceId:
|
|
77
|
-
getPathRoutingId:
|
|
78
|
-
getSectionId:
|
|
79
|
-
getTagId:
|
|
80
|
-
hash:
|
|
81
|
-
isIntersectionEnabled:
|
|
82
|
-
updateHash:
|
|
83
|
-
replaceUrlState:
|
|
84
|
-
} =
|
|
69
|
+
getReferenceId: X,
|
|
70
|
+
getPathRoutingId: Z,
|
|
71
|
+
getSectionId: x,
|
|
72
|
+
getTagId: ee,
|
|
73
|
+
hash: C,
|
|
74
|
+
isIntersectionEnabled: A,
|
|
75
|
+
updateHash: F,
|
|
76
|
+
replaceUrlState: te
|
|
77
|
+
} = _;
|
|
85
78
|
if (t.value.redirect && typeof window < "u") {
|
|
86
79
|
const e = t.value.redirect(
|
|
87
80
|
(t.value.pathRouting ? window.location.pathname : "") + window.location.hash
|
|
88
81
|
);
|
|
89
82
|
e && history.replaceState({}, "", e);
|
|
90
83
|
}
|
|
91
|
-
|
|
92
|
-
|
|
84
|
+
le(() => {
|
|
85
|
+
F(), ke();
|
|
93
86
|
});
|
|
94
|
-
const
|
|
87
|
+
const P = async (e) => {
|
|
95
88
|
var o;
|
|
96
|
-
|
|
97
|
-
},
|
|
98
|
-
|
|
99
|
-
var
|
|
89
|
+
A.value = !1, F(), e ? J(e) : (o = y.value) == null || o.scrollTo(0, 0), await De(100), A.value = !0;
|
|
90
|
+
}, N = D(0);
|
|
91
|
+
de(() => {
|
|
92
|
+
var c, a, p;
|
|
100
93
|
history.scrollRestoration = "manual";
|
|
101
|
-
const e = (
|
|
94
|
+
const e = (a = (c = y.value) == null ? void 0 : c.parentElement) == null ? void 0 : a.getBoundingClientRect(), o = (p = y.value) == null ? void 0 : p.getBoundingClientRect();
|
|
102
95
|
if (e && o) {
|
|
103
|
-
const
|
|
104
|
-
|
|
96
|
+
const k = o.top - e.top;
|
|
97
|
+
N.value = k < 2 ? 0 : k;
|
|
105
98
|
}
|
|
106
99
|
window.onhashchange = () => {
|
|
107
|
-
|
|
108
|
-
}, window.onpopstate = () => t.value.pathRouting &&
|
|
100
|
+
P(X());
|
|
101
|
+
}, window.onpopstate = () => t.value.pathRouting && P(Z(window.location.pathname)), window.addEventListener("scroll", U, { passive: !0 });
|
|
109
102
|
});
|
|
110
|
-
const
|
|
111
|
-
() =>
|
|
112
|
-
),
|
|
113
|
-
window.scrollY < 50 &&
|
|
114
|
-
}),
|
|
115
|
-
|
|
116
|
-
var o;
|
|
117
|
-
if (
|
|
118
|
-
const
|
|
119
|
-
|
|
103
|
+
const oe = $(
|
|
104
|
+
() => W.value || !t.value.isEditable
|
|
105
|
+
), U = Ae(() => {
|
|
106
|
+
window.scrollY < 50 && Ne.value && te("");
|
|
107
|
+
}), re = D(!1);
|
|
108
|
+
B(g, (e) => {
|
|
109
|
+
var o, c;
|
|
110
|
+
if (C.value) {
|
|
111
|
+
const a = x(C.value);
|
|
112
|
+
a && I(a, !0);
|
|
113
|
+
} else if ((o = e.tags) != null && o.length) {
|
|
114
|
+
const a = (c = e.tags) == null ? void 0 : c[0];
|
|
115
|
+
a && I(ee(a), !0);
|
|
120
116
|
} else {
|
|
121
|
-
const
|
|
122
|
-
|
|
117
|
+
const a = H.value.entries.find((p) => "tag" in p);
|
|
118
|
+
a && I(a.id, !0);
|
|
123
119
|
}
|
|
124
|
-
|
|
120
|
+
re.value = !0;
|
|
125
121
|
});
|
|
126
|
-
const u =
|
|
122
|
+
const u = $(() => {
|
|
127
123
|
var e;
|
|
128
124
|
return {
|
|
129
|
-
breadcrumb: ((e =
|
|
125
|
+
breadcrumb: ((e = H.value) == null ? void 0 : e.titles.get(C.value)) ?? ""
|
|
130
126
|
};
|
|
131
127
|
});
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
o
|
|
138
|
-
);
|
|
139
|
-
})
|
|
140
|
-
), ve(() => {
|
|
141
|
-
window.removeEventListener("scroll", H), K.reset();
|
|
142
|
-
}), we(() => pe()), S($e, "modal"), S(Ge, t), S(
|
|
143
|
-
Xe,
|
|
144
|
-
Ze({
|
|
128
|
+
ue(() => {
|
|
129
|
+
window.removeEventListener("scroll", U);
|
|
130
|
+
}), he(() => ce()), T(be, "modal"), T(Ke, t), T(
|
|
131
|
+
Qe,
|
|
132
|
+
We({
|
|
145
133
|
plugins: t.value.plugins
|
|
146
134
|
})
|
|
147
135
|
);
|
|
148
|
-
const
|
|
136
|
+
const ae = $(
|
|
149
137
|
() => `<style>
|
|
150
|
-
${
|
|
138
|
+
${Ie(t.value.theme, {
|
|
151
139
|
fonts: t.value.withDefaultFonts
|
|
152
140
|
})}</style>`
|
|
153
|
-
), { mediaQueries:
|
|
154
|
-
return
|
|
141
|
+
), { mediaQueries: se } = Be(), ie = !1;
|
|
142
|
+
return B(se.lg, (e, o) => {
|
|
155
143
|
o && !e && (E.value = !1);
|
|
156
|
-
}),
|
|
144
|
+
}), B(C, (e, o) => {
|
|
157
145
|
e && e !== o && (E.value = !1);
|
|
158
|
-
}), (e, o) => {
|
|
159
|
-
var
|
|
160
|
-
return
|
|
161
|
-
|
|
162
|
-
|
|
146
|
+
}), Ye(M.store, O, R, y), (e, o) => {
|
|
147
|
+
var c, a, p, k, K;
|
|
148
|
+
return s(), f(Y, null, [
|
|
149
|
+
h("div", { innerHTML: ae.value }, null, 8, Xe),
|
|
150
|
+
h("div", {
|
|
163
151
|
ref_key: "documentEl",
|
|
164
152
|
ref: y,
|
|
165
|
-
class:
|
|
153
|
+
class: fe(["scalar-app scalar-api-reference references-layout", [
|
|
166
154
|
{
|
|
167
155
|
"scalar-api-references-standalone-mobile": t.value.showSidebar ?? !0,
|
|
168
|
-
"scalar-scrollbars-obtrusive":
|
|
156
|
+
"scalar-scrollbars-obtrusive": q.value,
|
|
169
157
|
"references-editable": t.value.isEditable,
|
|
170
158
|
"references-sidebar": t.value.showSidebar,
|
|
171
159
|
"references-sidebar-mobile-open": r(E),
|
|
@@ -173,61 +161,61 @@ const ot = ["innerHTML"], rt = { class: "references-header" }, at = ["aria-label
|
|
|
173
161
|
},
|
|
174
162
|
e.$attrs.class
|
|
175
163
|
]]),
|
|
176
|
-
style:
|
|
177
|
-
"--scalar-y-offset": `var(--scalar-custom-header-height, ${
|
|
164
|
+
style: me({
|
|
165
|
+
"--scalar-y-offset": `var(--scalar-custom-header-height, ${N.value}px)`
|
|
178
166
|
})
|
|
179
167
|
}, [
|
|
180
|
-
|
|
181
|
-
t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (
|
|
168
|
+
h("div", Ze, [
|
|
169
|
+
t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (s(), w(Ue, {
|
|
182
170
|
key: 0,
|
|
183
171
|
breadcrumb: u.value.breadcrumb
|
|
184
|
-
}, null, 8, ["breadcrumb"])) :
|
|
185
|
-
d(e.$slots, "header",
|
|
172
|
+
}, null, 8, ["breadcrumb"])) : i("", !0),
|
|
173
|
+
d(e.$slots, "header", S(b(u.value)), void 0, !0)
|
|
186
174
|
]),
|
|
187
|
-
t.value.showSidebar ? (
|
|
175
|
+
t.value.showSidebar ? (s(), f("aside", {
|
|
188
176
|
key: 0,
|
|
189
|
-
"aria-label": `Sidebar for ${(
|
|
177
|
+
"aria-label": `Sidebar for ${(a = (c = r(g)) == null ? void 0 : c.info) == null ? void 0 : a.title}`,
|
|
190
178
|
class: "references-navigation t-doc__sidebar"
|
|
191
179
|
}, [
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
default:
|
|
195
|
-
var
|
|
180
|
+
h("div", et, [
|
|
181
|
+
v(r($e), null, {
|
|
182
|
+
default: n(() => {
|
|
183
|
+
var l, m;
|
|
196
184
|
return [
|
|
197
|
-
|
|
198
|
-
title: ((
|
|
185
|
+
v(r(je), {
|
|
186
|
+
title: ((m = (l = r(g)) == null ? void 0 : l.info) == null ? void 0 : m.title) ?? "The OpenAPI Schema"
|
|
199
187
|
}, {
|
|
200
|
-
"sidebar-start":
|
|
201
|
-
var
|
|
188
|
+
"sidebar-start": n(() => {
|
|
189
|
+
var L, V;
|
|
202
190
|
return [
|
|
203
|
-
e.$slots["document-selector"] ? (
|
|
191
|
+
e.$slots["document-selector"] ? (s(), f("div", tt, [
|
|
204
192
|
d(e.$slots, "document-selector", {}, void 0, !0)
|
|
205
|
-
])) :
|
|
206
|
-
t.value.hideSearch ?
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
}, null, 8, ["
|
|
193
|
+
])) : i("", !0),
|
|
194
|
+
t.value.hideSearch ? i("", !0) : (s(), f("div", ot, [
|
|
195
|
+
v(r(z), {
|
|
196
|
+
hideModels: (L = t.value) == null ? void 0 : L.hideModels,
|
|
197
|
+
searchHotKey: (V = t.value) == null ? void 0 : V.searchHotKey
|
|
198
|
+
}, null, 8, ["hideModels", "searchHotKey"])
|
|
211
199
|
])),
|
|
212
|
-
d(e.$slots, "sidebar-start",
|
|
200
|
+
d(e.$slots, "sidebar-start", S(b(u.value)), void 0, !0)
|
|
213
201
|
];
|
|
214
202
|
}),
|
|
215
|
-
"sidebar-end":
|
|
216
|
-
d(e.$slots, "sidebar-end",
|
|
217
|
-
|
|
218
|
-
toggle:
|
|
219
|
-
t.value.hideDarkModeToggle ? (
|
|
203
|
+
"sidebar-end": n(() => [
|
|
204
|
+
d(e.$slots, "sidebar-end", S(b(u.value)), () => [
|
|
205
|
+
v(r(Te), { class: "darklight-reference" }, {
|
|
206
|
+
toggle: n(() => [
|
|
207
|
+
t.value.hideDarkModeToggle ? (s(), f("span", rt)) : (s(), w(r(Me), {
|
|
220
208
|
key: 0,
|
|
221
209
|
modelValue: e.isDark,
|
|
222
|
-
"onUpdate:modelValue": o[0] || (o[0] = (
|
|
210
|
+
"onUpdate:modelValue": o[0] || (o[0] = (L) => e.$emit("toggleDarkMode"))
|
|
223
211
|
}, null, 8, ["modelValue"]))
|
|
224
212
|
]),
|
|
225
|
-
default:
|
|
226
|
-
t.value.hideClientButton ?
|
|
213
|
+
default: n(() => [
|
|
214
|
+
t.value.hideClientButton ? i("", !0) : (s(), w(r(Se), {
|
|
227
215
|
key: 0,
|
|
228
216
|
buttonSource: "sidebar",
|
|
229
217
|
integration: t.value._integration,
|
|
230
|
-
isDevelopment:
|
|
218
|
+
isDevelopment: ie,
|
|
231
219
|
url: t.value.url
|
|
232
220
|
}, null, 8, ["integration", "url"]))
|
|
233
221
|
]),
|
|
@@ -242,92 +230,92 @@ const ot = ["innerHTML"], rt = { class: "references-header" }, at = ["aria-label
|
|
|
242
230
|
_: 3
|
|
243
231
|
})
|
|
244
232
|
])
|
|
245
|
-
], 8,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
d(e.$slots, "editor",
|
|
233
|
+
], 8, xe)) : i("", !0),
|
|
234
|
+
ve(h("div", at, [
|
|
235
|
+
h("div", st, [
|
|
236
|
+
d(e.$slots, "editor", S(b(u.value)), void 0, !0)
|
|
249
237
|
])
|
|
250
238
|
], 512), [
|
|
251
|
-
[
|
|
239
|
+
[ge, t.value.isEditable]
|
|
252
240
|
]),
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"aria-label": `Open API Documentation for ${(
|
|
241
|
+
oe.value ? (s(), f(Y, { key: 1 }, [
|
|
242
|
+
h("main", {
|
|
243
|
+
"aria-label": `Open API Documentation for ${(k = (p = r(g)) == null ? void 0 : p.info) == null ? void 0 : k.title}`,
|
|
256
244
|
class: "references-rendered"
|
|
257
245
|
}, [
|
|
258
|
-
|
|
259
|
-
document: r(v),
|
|
246
|
+
v(r(qe), {
|
|
260
247
|
config: t.value,
|
|
248
|
+
document: r(g),
|
|
261
249
|
store: e.store
|
|
262
|
-
},
|
|
263
|
-
start:
|
|
264
|
-
d(e.$slots, "content-start",
|
|
265
|
-
t.value.layout === "classic" ? (
|
|
266
|
-
"dark-mode-toggle":
|
|
267
|
-
t.value.hideDarkModeToggle ?
|
|
250
|
+
}, pe({
|
|
251
|
+
start: n(() => [
|
|
252
|
+
d(e.$slots, "content-start", S(b(u.value)), () => [
|
|
253
|
+
t.value.layout === "classic" ? (s(), w(Fe, { key: 0 }, {
|
|
254
|
+
"dark-mode-toggle": n(() => [
|
|
255
|
+
t.value.hideDarkModeToggle ? i("", !0) : (s(), w(r(Ce), {
|
|
268
256
|
key: 0,
|
|
269
257
|
class: "text-c-2 hover:text-c-1",
|
|
270
258
|
mode: e.isDark ? "dark" : "light",
|
|
271
259
|
style: { transform: "scale(1.4)" },
|
|
272
260
|
variant: "icon",
|
|
273
|
-
onClick: o[1] || (o[1] = (
|
|
261
|
+
onClick: o[1] || (o[1] = (l) => e.$emit("toggleDarkMode"))
|
|
274
262
|
}, null, 8, ["mode"]))
|
|
275
263
|
]),
|
|
276
|
-
default:
|
|
277
|
-
var
|
|
264
|
+
default: n(() => {
|
|
265
|
+
var l;
|
|
278
266
|
return [
|
|
279
|
-
e.$slots["document-selector"] ? (
|
|
267
|
+
e.$slots["document-selector"] ? (s(), f("div", nt, [
|
|
280
268
|
d(e.$slots, "document-selector", {}, void 0, !0)
|
|
281
|
-
])) :
|
|
282
|
-
t.value.hideSearch ?
|
|
269
|
+
])) : i("", !0),
|
|
270
|
+
t.value.hideSearch ? i("", !0) : (s(), w(r(z), {
|
|
283
271
|
key: 1,
|
|
284
272
|
class: "t-doc__sidebar max-w-64",
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
}, null, 8, ["
|
|
273
|
+
hideModels: (l = t.value) == null ? void 0 : l.hideModels,
|
|
274
|
+
searchHotKey: t.value.searchHotKey
|
|
275
|
+
}, null, 8, ["hideModels", "searchHotKey"]))
|
|
288
276
|
];
|
|
289
277
|
}),
|
|
290
278
|
_: 3
|
|
291
|
-
})) :
|
|
279
|
+
})) : i("", !0)
|
|
292
280
|
], !0)
|
|
293
281
|
]),
|
|
294
|
-
end:
|
|
295
|
-
d(e.$slots, "content-end",
|
|
282
|
+
end: n(() => [
|
|
283
|
+
d(e.$slots, "content-end", S(b(u.value)), void 0, !0)
|
|
296
284
|
]),
|
|
297
285
|
_: 2
|
|
298
286
|
}, [
|
|
299
|
-
(
|
|
287
|
+
(K = t.value) != null && K.isEditable ? {
|
|
300
288
|
name: "empty-state",
|
|
301
|
-
fn:
|
|
302
|
-
var
|
|
289
|
+
fn: n(() => {
|
|
290
|
+
var l;
|
|
303
291
|
return [
|
|
304
|
-
|
|
305
|
-
theme: ((
|
|
306
|
-
onChangeTheme: o[2] || (o[2] = (
|
|
307
|
-
onLinkSwaggerFile: o[3] || (o[3] = (
|
|
308
|
-
onLoadSwaggerFile: o[4] || (o[4] = (
|
|
309
|
-
onUpdateContent: o[5] || (o[5] = (
|
|
292
|
+
v(Pe, {
|
|
293
|
+
theme: ((l = t.value) == null ? void 0 : l.theme) || "default",
|
|
294
|
+
onChangeTheme: o[2] || (o[2] = (m) => e.$emit("changeTheme", m)),
|
|
295
|
+
onLinkSwaggerFile: o[3] || (o[3] = (m) => e.$emit("linkSwaggerFile")),
|
|
296
|
+
onLoadSwaggerFile: o[4] || (o[4] = (m) => e.$emit("loadSwaggerFile")),
|
|
297
|
+
onUpdateContent: o[5] || (o[5] = (m) => e.$emit("updateContent", m))
|
|
310
298
|
}, null, 8, ["theme"])
|
|
311
299
|
];
|
|
312
300
|
}),
|
|
313
301
|
key: "0"
|
|
314
302
|
} : void 0
|
|
315
|
-
]), 1032, ["
|
|
316
|
-
], 8,
|
|
317
|
-
e.$slots.footer ? (
|
|
318
|
-
d(e.$slots, "footer",
|
|
319
|
-
])) :
|
|
320
|
-
], 64)) :
|
|
321
|
-
|
|
303
|
+
]), 1032, ["config", "document", "store"])
|
|
304
|
+
], 8, it),
|
|
305
|
+
e.$slots.footer ? (s(), f("div", lt, [
|
|
306
|
+
d(e.$slots, "footer", S(b(u.value)), void 0, !0)
|
|
307
|
+
])) : i("", !0)
|
|
308
|
+
], 64)) : i("", !0),
|
|
309
|
+
v(r(Je), {
|
|
322
310
|
configuration: t.value,
|
|
323
|
-
dereferencedDocument: r(
|
|
311
|
+
dereferencedDocument: r(g)
|
|
324
312
|
}, null, 8, ["configuration", "dereferencedDocument"])
|
|
325
313
|
], 6),
|
|
326
|
-
|
|
314
|
+
v(r(Re))
|
|
327
315
|
], 64);
|
|
328
316
|
};
|
|
329
317
|
}
|
|
330
318
|
});
|
|
331
319
|
export {
|
|
332
|
-
|
|
320
|
+
Ft as default
|
|
333
321
|
};
|
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
color?: string;
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: HTMLDivElement;
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
11
7
|
};
|
|
12
|
-
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
10
|
export default _default;
|
|
16
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
12
|
new (): {
|
|
18
13
|
$slots: S;
|
|
19
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.vue"],"names":[],"mappings":"AA6DA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AA0CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAoB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
'dark-mode-toggle'?: (props: typeof __VLS_3) => any;
|
|
9
6
|
};
|
|
10
|
-
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
9
|
export default _default;
|
|
14
|
-
type
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
11
|
new (): {
|
|
16
12
|
$slots: S;
|
|
17
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassicHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ClassicHeader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ClassicHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ClassicHeader.vue"],"names":[],"mappings":"AA+EA,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkB1D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -9,8 +9,6 @@ type __VLS_Props = {
|
|
|
9
9
|
/** The currently selected Http Client */
|
|
10
10
|
selectedClient?: AvailableClients[number];
|
|
11
11
|
};
|
|
12
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
13
|
-
wrapper: HTMLDivElement;
|
|
14
|
-
}, any>;
|
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
13
|
export default _default;
|
|
16
14
|
//# sourceMappingURL=ClientLibraries.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":"AAsMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;
|
|
1
|
+
{"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":"AAsMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAExD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAA;AAIlF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAKvF,KAAK,WAAW,GAAG;IACjB,sCAAsC;IACtC,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,yDAAyD;IACzD,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;CAC1C,CAAC;;AAqRF,wBAMG"}
|
|
@@ -10,6 +10,6 @@ type __VLS_Props = {
|
|
|
10
10
|
/** The id of the tab panel that contains for the non featured clients */
|
|
11
11
|
morePanel?: string;
|
|
12
12
|
};
|
|
13
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
13
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
//# sourceMappingURL=ClientSelector.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AA0PA,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AA0PA,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AAKxE,OAAO,KAAK,EACV,YAAY,EACZ,iBAAiB,EAClB,MAAM,gDAAgD,CAAA;AAIvD,KAAK,WAAW,GAAG;IACjB,qBAAqB;IACrB,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IACzC,+BAA+B;IAC/B,eAAe,EAAE,YAAY,EAAE,CAAA;IAC/B,yEAAyE;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;AA+OF,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featured-clients.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/featured-clients.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AACrG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAWxD,sDAAsD;AACtD,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"featured-clients.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/featured-clients.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AACrG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAWxD,sDAAsD;AACtD,eAAO,MAAM,gBAAgB,GAC3B,UAAU,gBAAgB,CAAC,MAAM,CAAC,GAAG,SAAS,EAC9C,kBAAiB,gBAAgB,CAAC,MAAM,CAAC,EAAqB,YACgC,CAAA;AAEhG;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAC7B,eAAe,iBAAiB,EAAE,EAClC,kBAAiB,gBAAgB,CAAC,MAAM,CAAC,EAAqB,KAC7D,YAAY,EAgBd,CAAA"}
|