@scalar/api-reference 1.23.5 → 1.24.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 +39 -0
- package/README.md +3 -1
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/browser/standalone.js +20 -15
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/Anchor.vue.d.ts +9 -8
- package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
- package/dist/components/Anchor/Anchor.vue.js +7 -0
- package/dist/components/Anchor/Anchor.vue2.js +39 -0
- package/dist/components/Anchor/Anchor.vue3.js +4 -0
- package/dist/components/Anchor/index.d.ts +1 -1
- package/dist/components/ApiClientModal.vue.d.ts +7 -24
- package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/components/ApiClientModal.vue.js +27 -0
- package/dist/components/ApiClientModal.vue2.js +4 -0
- package/dist/components/ApiClientModalOld.vue.d.ts +36 -0
- package/dist/components/ApiClientModalOld.vue.d.ts.map +1 -0
- package/dist/components/ApiClientModalOld.vue.js +7 -0
- package/dist/components/ApiClientModalOld.vue2.js +88 -0
- package/dist/components/ApiClientModalOld.vue3.js +4 -0
- package/dist/components/ApiReference.vue.d.ts +9 -8
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +106 -0
- package/dist/components/ApiReference.vue2.js +4 -0
- package/dist/components/ApiReference.vue3.js +5 -0
- package/dist/components/ApiReferenceLayout.vue.d.ts +8 -8
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +8 -0
- package/dist/components/ApiReferenceLayout.vue2.js +236 -0
- package/dist/components/ApiReferenceLayout.vue3.js +4 -0
- package/dist/components/ApiReferenceLayout.vue4.js +4 -0
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/Badge/Badge.vue.js +13 -0
- package/dist/components/Badge/Badge.vue2.js +4 -0
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts.map +1 -1
- package/dist/components/Card/Card.vue.js +13 -0
- package/dist/components/Card/Card.vue2.js +4 -0
- package/dist/components/Card/CardContent.vue.d.ts +7 -7
- package/dist/components/Card/CardContent.vue.d.ts.map +1 -1
- package/dist/components/Card/CardContent.vue.js +7 -0
- package/dist/components/Card/CardContent.vue2.js +27 -0
- package/dist/components/Card/CardContent.vue3.js +4 -0
- package/dist/components/Card/CardFooter.vue.d.ts +7 -7
- package/dist/components/Card/CardFooter.vue.d.ts.map +1 -1
- package/dist/components/Card/CardFooter.vue.js +7 -0
- package/dist/components/Card/CardFooter.vue2.js +24 -0
- package/dist/components/Card/CardFooter.vue3.js +4 -0
- package/dist/components/Card/CardHeader.vue.d.ts +7 -7
- package/dist/components/Card/CardHeader.vue.d.ts.map +1 -1
- package/dist/components/Card/CardHeader.vue.js +7 -0
- package/dist/components/Card/CardHeader.vue2.js +31 -0
- package/dist/components/Card/CardHeader.vue3.js +4 -0
- package/dist/components/Card/CardTab.vue.d.ts.map +1 -1
- package/dist/components/Card/CardTab.vue.js +7 -0
- package/dist/components/Card/CardTab.vue2.js +23 -0
- package/dist/components/Card/CardTab.vue3.js +4 -0
- package/dist/components/Card/CardTabHeader.vue.d.ts.map +1 -1
- package/dist/components/Card/CardTabHeader.vue.js +7 -0
- package/dist/components/Card/CardTabHeader.vue2.js +34 -0
- package/dist/components/Card/CardTabHeader.vue3.js +4 -0
- package/dist/components/Card/index.d.ts +6 -6
- package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
- package/dist/components/ClassicHeader.vue.js +16 -0
- package/dist/components/ClassicHeader.vue2.js +4 -0
- package/dist/components/Content/Authentication/Authentication.stories.d.ts +1 -1
- package/dist/components/Content/Authentication/Authentication.vue.d.ts +4 -4
- package/dist/components/Content/Authentication/Authentication.vue.d.ts.map +1 -1
- package/dist/components/Content/Authentication/Authentication.vue.js +7 -0
- package/dist/components/Content/Authentication/Authentication.vue2.js +60 -0
- package/dist/components/Content/Authentication/Authentication.vue3.js +4 -0
- package/dist/components/Content/Authentication/index.d.ts +1 -1
- package/dist/components/Content/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
- package/dist/components/Content/BaseUrl/BaseUrl.vue.js +7 -0
- package/dist/components/Content/BaseUrl/BaseUrl.vue2.js +89 -0
- package/dist/components/Content/BaseUrl/BaseUrl.vue3.js +4 -0
- package/dist/components/Content/BaseUrl/ServerItem.vue.d.ts +3 -3
- package/dist/components/Content/BaseUrl/ServerItem.vue.d.ts.map +1 -1
- package/dist/components/Content/BaseUrl/ServerItem.vue.js +8 -0
- package/dist/components/Content/BaseUrl/ServerItem.vue2.js +35 -0
- package/dist/components/Content/BaseUrl/ServerItem.vue3.js +4 -0
- package/dist/components/Content/BaseUrl/ServerItem.vue4.js +4 -0
- package/dist/components/Content/BaseUrl/ServerVariables.vue.d.ts +3 -3
- package/dist/components/Content/BaseUrl/ServerVariables.vue.d.ts.map +1 -1
- package/dist/components/Content/BaseUrl/ServerVariables.vue.js +7 -0
- package/dist/components/Content/BaseUrl/ServerVariables.vue2.js +56 -0
- package/dist/components/Content/BaseUrl/ServerVariables.vue3.js +4 -0
- package/dist/components/Content/BaseUrl/index.d.ts +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +7 -0
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +24 -0
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue3.js +4 -0
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +7 -0
- package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +119 -0
- package/dist/components/Content/ClientLibraries/ClientSelector.vue3.js +4 -0
- package/dist/components/Content/ClientLibraries/index.d.ts +1 -1
- package/dist/components/Content/Content.vue.d.ts +9 -9
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +8 -0
- package/dist/components/Content/Content.vue2.js +140 -0
- package/dist/components/Content/Content.vue3.js +4 -0
- package/dist/components/Content/Content.vue4.js +4 -0
- package/dist/components/Content/Introduction/Description.vue.d.ts +3 -3
- package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Description.vue.js +7 -0
- package/dist/components/Content/Introduction/Description.vue2.js +73 -0
- package/dist/components/Content/Introduction/Description.vue3.js +4 -0
- package/dist/components/Content/Introduction/DownloadSpec.vue.d.ts +3 -3
- package/dist/components/Content/Introduction/DownloadSpec.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/DownloadSpec.vue.js +7 -0
- package/dist/components/Content/Introduction/DownloadSpec.vue2.js +30 -0
- package/dist/components/Content/Introduction/DownloadSpec.vue3.js +4 -0
- package/dist/components/Content/Introduction/Introduction.vue.d.ts +9 -9
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +7 -0
- package/dist/components/Content/Introduction/Introduction.vue2.js +88 -0
- package/dist/components/Content/Introduction/Introduction.vue3.js +4 -0
- package/dist/components/Content/Introduction/index.d.ts +1 -1
- package/dist/components/Content/Lazy/Lazy.vue.d.ts +11 -11
- package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Lazy.vue.js +22 -0
- package/dist/components/Content/Lazy/Lazy.vue2.js +4 -0
- package/dist/components/Content/Lazy/Loading.vue.d.ts +13 -13
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +147 -0
- package/dist/components/Content/Lazy/Loading.vue2.js +4 -0
- package/dist/components/Content/Lazy/Loading.vue3.js +5 -0
- package/dist/components/Content/Lazy/index.d.ts +2 -2
- package/dist/components/Content/Lazy/lazyBus.js +5 -0
- package/dist/components/Content/Models/Models.vue.d.ts +5 -6
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.js +7 -0
- package/dist/components/Content/Models/Models.vue2.js +87 -0
- package/dist/components/Content/Models/Models.vue3.js +4 -0
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +5 -6
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModelsAccordion.vue.js +7 -0
- package/dist/components/Content/Models/ModelsAccordion.vue2.js +79 -0
- package/dist/components/Content/Models/ModelsAccordion.vue3.js +4 -0
- package/dist/components/Content/Models/index.d.ts +2 -2
- package/dist/components/Content/Operation/CustomRequestExamples.vue.d.ts +8 -8
- package/dist/components/Content/Operation/CustomRequestExamples.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/CustomRequestExamples.vue.js +7 -0
- package/dist/components/Content/Operation/CustomRequestExamples.vue2.js +124 -0
- package/dist/components/Content/Operation/CustomRequestExamples.vue3.js +4 -0
- package/dist/components/Content/Operation/EndpointDetails.vue.d.ts +3 -3
- package/dist/components/Content/Operation/EndpointDetails.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/EndpointDetails.vue.js +85 -0
- package/dist/components/Content/Operation/EndpointDetails.vue2.js +4 -0
- package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts +3 -3
- package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/EndpointDetailsCard.vue.js +7 -0
- package/dist/components/Content/Operation/EndpointDetailsCard.vue2.js +67 -0
- package/dist/components/Content/Operation/EndpointDetailsCard.vue3.js +4 -0
- package/dist/components/Content/Operation/EndpointPath.vue.d.ts +3 -3
- package/dist/components/Content/Operation/EndpointPath.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/EndpointPath.vue.js +7 -0
- package/dist/components/Content/Operation/EndpointPath.vue2.js +23 -0
- package/dist/components/Content/Operation/EndpointPath.vue3.js +4 -0
- package/dist/components/Content/Operation/ExamplePicker.vue.d.ts +3 -3
- package/dist/components/Content/Operation/ExamplePicker.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/ExamplePicker.vue.js +7 -0
- package/dist/components/Content/Operation/ExamplePicker.vue2.js +52 -0
- package/dist/components/Content/Operation/ExamplePicker.vue3.js +4 -0
- package/dist/components/Content/Operation/ExampleRequest.stories.d.ts +1 -1
- package/dist/components/Content/Operation/ExampleRequest.vue.d.ts +9 -9
- package/dist/components/Content/Operation/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/ExampleRequest.vue.js +7 -0
- package/dist/components/Content/Operation/ExampleRequest.vue2.js +184 -0
- package/dist/components/Content/Operation/ExampleRequest.vue3.js +4 -0
- package/dist/components/Content/Operation/Operation.vue.d.ts +3 -3
- package/dist/components/Content/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/Operation.vue.js +7 -0
- package/dist/components/Content/Operation/Operation.vue2.js +134 -0
- package/dist/components/Content/Operation/Operation.vue3.js +4 -0
- package/dist/components/Content/Operation/OperationAccordion.vue.d.ts +3 -3
- package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/OperationAccordion.vue.js +7 -0
- package/dist/components/Content/Operation/OperationAccordion.vue2.js +98 -0
- package/dist/components/Content/Operation/OperationAccordion.vue3.js +4 -0
- package/dist/components/Content/Operation/ParameterItem.vue.d.ts +11 -11
- package/dist/components/Content/Operation/ParameterItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/ParameterItem.vue.js +7 -0
- package/dist/components/Content/Operation/ParameterItem.vue2.js +27 -0
- package/dist/components/Content/Operation/ParameterItem.vue3.js +4 -0
- package/dist/components/Content/Operation/Parameters.vue.d.ts +11 -11
- package/dist/components/Content/Operation/Parameters.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/Parameters.vue.js +7 -0
- package/dist/components/Content/Operation/Parameters.vue2.js +32 -0
- package/dist/components/Content/Operation/Parameters.vue3.js +4 -0
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.d.ts +7 -7
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.js +7 -0
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue2.js +86 -0
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue3.js +4 -0
- package/dist/components/Content/Operation/PathResponses/Headers.vue.d.ts +3 -3
- package/dist/components/Content/Operation/PathResponses/Headers.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue.d.ts +4 -4
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue.js +7 -0
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue2.js +165 -0
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue3.js +4 -0
- package/dist/components/Content/Operation/PathResponses/index.d.ts +1 -1
- package/dist/components/Content/Operation/RequestBody.vue.d.ts +8 -8
- package/dist/components/Content/Operation/RequestBody.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/RequestBody.vue.js +7 -0
- package/dist/components/Content/Operation/RequestBody.vue2.js +61 -0
- package/dist/components/Content/Operation/RequestBody.vue3.js +4 -0
- package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts +3 -3
- package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/{TryRequestButton.vue.d.ts → TestRequestButton.vue.d.ts} +4 -4
- package/dist/components/Content/Operation/TestRequestButton.vue.d.ts.map +1 -0
- package/dist/components/Content/Operation/TestRequestButton.vue.js +7 -0
- package/dist/components/Content/Operation/TestRequestButton.vue2.js +44 -0
- package/dist/components/Content/Operation/TestRequestButton.vue3.js +4 -0
- package/dist/components/Content/Operation/TextSelect.vue.d.ts +8 -8
- package/dist/components/Content/Operation/TextSelect.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/TextSelect.vue.js +42 -0
- package/dist/components/Content/Operation/TextSelect.vue2.js +4 -0
- package/dist/components/Content/Operation/TextSelect.vue3.js +5 -0
- package/dist/components/Content/Operation/index.d.ts +2 -2
- package/dist/components/Content/Schema/Schema.stories.d.ts +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts +11 -11
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +7 -0
- package/dist/components/Content/Schema/Schema.vue2.js +144 -0
- package/dist/components/Content/Schema/Schema.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +3 -3
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.js +7 -0
- package/dist/components/Content/Schema/SchemaHeading.vue2.js +39 -0
- package/dist/components/Content/Schema/SchemaHeading.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +11 -11
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +7 -0
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +171 -0
- package/dist/components/Content/Schema/SchemaProperty.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts +9 -8
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.js +7 -0
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue2.js +35 -0
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +11 -11
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +7 -0
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +215 -0
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue3.js +4 -0
- package/dist/components/Content/Schema/index.d.ts +3 -3
- package/dist/components/Content/Tag/Endpoints.vue.d.ts +4 -4
- package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Endpoints.vue.js +7 -0
- package/dist/components/Content/Tag/Endpoints.vue2.js +115 -0
- package/dist/components/Content/Tag/Endpoints.vue3.js +4 -0
- package/dist/components/Content/Tag/Tag.vue.d.ts +9 -9
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Tag.vue.js +7 -0
- package/dist/components/Content/Tag/Tag.vue2.js +56 -0
- package/dist/components/Content/Tag/Tag.vue3.js +4 -0
- package/dist/components/Content/Tag/TagAccordion.vue.d.ts +9 -9
- package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagAccordion.vue.js +7 -0
- package/dist/components/Content/Tag/TagAccordion.vue2.js +48 -0
- package/dist/components/Content/Tag/TagAccordion.vue3.js +4 -0
- package/dist/components/Content/Tag/index.d.ts +2 -2
- package/dist/components/Content/Tag/mutationObserver.js +7 -0
- package/dist/components/Content/Webhooks/Webhook.vue.d.ts +3 -3
- package/dist/components/Content/Webhooks/Webhook.vue.d.ts.map +1 -1
- package/dist/components/Content/Webhooks/Webhook.vue.js +35 -0
- package/dist/components/Content/Webhooks/Webhook.vue2.js +4 -0
- package/dist/components/Content/Webhooks/Webhooks.vue.d.ts +4 -4
- package/dist/components/Content/Webhooks/Webhooks.vue.d.ts.map +1 -1
- package/dist/components/Content/Webhooks/Webhooks.vue.js +77 -0
- package/dist/components/Content/Webhooks/Webhooks.vue2.js +4 -0
- package/dist/components/Content/Webhooks/index.d.ts +1 -1
- package/dist/components/Content/index.d.ts +1 -1
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts +3 -3
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts.map +1 -1
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.js +7 -0
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue2.js +30 -0
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue3.js +4 -0
- package/dist/components/DarkModeToggle/DarkModeToggle.vue.d.ts +3 -3
- package/dist/components/DarkModeToggle/DarkModeToggle.vue.d.ts.map +1 -1
- package/dist/components/DarkModeToggle/DarkModeToggle.vue.js +7 -0
- package/dist/components/DarkModeToggle/DarkModeToggle.vue2.js +29 -0
- package/dist/components/DarkModeToggle/DarkModeToggle.vue3.js +4 -0
- package/dist/components/DarkModeToggle/index.d.ts +2 -2
- package/dist/components/GettingStarted.vue.d.ts +3 -3
- package/dist/components/GettingStarted.vue.d.ts.map +1 -1
- package/dist/components/GettingStarted.vue.js +7 -0
- package/dist/components/GettingStarted.vue2.js +71 -0
- package/dist/components/GettingStarted.vue3.js +4 -0
- package/dist/components/HelpfulLink.vue.d.ts +8 -8
- package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
- package/dist/components/IntersectionObserver.vue.d.ts +8 -8
- package/dist/components/IntersectionObserver.vue.d.ts.map +1 -1
- package/dist/components/IntersectionObserver.vue.js +43 -0
- package/dist/components/IntersectionObserver.vue2.js +4 -0
- package/dist/components/Layouts/BaseLayout.vue.d.ts +8 -8
- package/dist/components/Layouts/BaseLayout.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ClassicLayout.vue.d.ts +8 -8
- package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ClassicLayout.vue.js +49 -0
- package/dist/components/Layouts/ClassicLayout.vue2.js +4 -0
- package/dist/components/Layouts/ModernLayout.vue.d.ts +8 -8
- package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ModernLayout.vue.js +8 -0
- package/dist/components/Layouts/ModernLayout.vue2.js +67 -0
- package/dist/components/Layouts/ModernLayout.vue3.js +4 -0
- package/dist/components/Layouts/ModernLayout.vue4.js +4 -0
- package/dist/components/Layouts/index.js +9 -0
- package/dist/components/LoadingSkeleton.vue.d.ts +11 -11
- package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
- package/dist/components/LoadingSkeleton.vue.js +7 -0
- package/dist/components/LoadingSkeleton.vue2.js +16 -0
- package/dist/components/LoadingSkeleton.vue3.js +4 -0
- package/dist/components/MobileHeader.vue.d.ts +8 -8
- package/dist/components/MobileHeader.vue.d.ts.map +1 -1
- package/dist/components/MobileHeader.vue.js +7 -0
- package/dist/components/MobileHeader.vue2.js +28 -0
- package/dist/components/MobileHeader.vue3.js +4 -0
- package/dist/components/ScreenReader.vue.d.ts +12 -11
- package/dist/components/ScreenReader.vue.d.ts.map +1 -1
- package/dist/components/ScreenReader.vue.js +7 -0
- package/dist/components/ScreenReader.vue2.js +18 -0
- package/dist/components/ScreenReader.vue3.js +4 -0
- package/dist/components/SearchButton.vue.d.ts +12 -12
- package/dist/components/SearchButton.vue.d.ts.map +1 -1
- package/dist/components/SearchButton.vue.js +7 -0
- package/dist/components/SearchButton.vue2.js +50 -0
- package/dist/components/SearchButton.vue3.js +4 -0
- package/dist/components/SearchModal.vue.d.ts +14 -7
- package/dist/components/SearchModal.vue.d.ts.map +1 -1
- package/dist/components/SearchModal.vue.js +7 -0
- package/dist/components/SearchModal.vue2.js +219 -0
- package/dist/components/SearchModal.vue3.js +4 -0
- package/dist/components/Section/Section.stories.d.ts +1 -1
- package/dist/components/Section/Section.vue.d.ts +8 -8
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.js +7 -0
- package/dist/components/Section/Section.vue2.js +36 -0
- package/dist/components/Section/Section.vue3.js +4 -0
- package/dist/components/Section/SectionAccordion.vue.d.ts +8 -8
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.js +7 -0
- package/dist/components/Section/SectionAccordion.vue2.js +72 -0
- package/dist/components/Section/SectionAccordion.vue3.js +4 -0
- package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionColumn.vue.js +13 -0
- package/dist/components/Section/SectionColumn.vue2.js +4 -0
- package/dist/components/Section/SectionColumns.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionColumns.vue.js +13 -0
- package/dist/components/Section/SectionColumns.vue2.js +4 -0
- package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainer.vue.js +13 -0
- package/dist/components/Section/SectionContainer.vue2.js +4 -0
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.js +7 -0
- package/dist/components/Section/SectionContainerAccordion.vue2.js +40 -0
- package/dist/components/Section/SectionContainerAccordion.vue3.js +4 -0
- package/dist/components/Section/SectionContent.vue.d.ts +11 -11
- package/dist/components/Section/SectionContent.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContent.vue.js +7 -0
- package/dist/components/Section/SectionContent.vue2.js +19 -0
- package/dist/components/Section/SectionContent.vue3.js +4 -0
- package/dist/components/Section/SectionHeader.vue.d.ts +12 -12
- package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeader.vue.js +7 -0
- package/dist/components/Section/SectionHeader.vue2.js +24 -0
- package/dist/components/Section/SectionHeader.vue3.js +4 -0
- package/dist/components/Section/index.d.ts +8 -8
- package/dist/components/ShowMoreButton.vue.d.ts +3 -3
- package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
- package/dist/components/ShowMoreButton.vue.js +7 -0
- package/dist/components/ShowMoreButton.vue2.js +26 -0
- package/dist/components/ShowMoreButton.vue3.js +4 -0
- package/dist/components/Sidebar/Sidebar.vue.d.ts +9 -9
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +7 -0
- package/dist/components/Sidebar/Sidebar.vue2.js +156 -0
- package/dist/components/Sidebar/Sidebar.vue3.js +4 -0
- package/dist/components/Sidebar/SidebarElement.vue.d.ts +8 -8
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.js +7 -0
- package/dist/components/Sidebar/SidebarElement.vue2.js +100 -0
- package/dist/components/Sidebar/SidebarElement.vue3.js +4 -0
- package/dist/components/Sidebar/SidebarGroup.vue.d.ts +8 -8
- package/dist/components/Sidebar/SidebarGroup.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarGroup.vue.js +7 -0
- package/dist/components/Sidebar/SidebarGroup.vue2.js +18 -0
- package/dist/components/Sidebar/SidebarGroup.vue3.js +4 -0
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts +3 -3
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.js +7 -0
- package/dist/components/Sidebar/SidebarHttpBadge.vue2.js +20 -0
- package/dist/components/Sidebar/SidebarHttpBadge.vue3.js +4 -0
- package/dist/components/Sidebar/index.d.ts +1 -1
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts +12 -11
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleHeader.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleRow.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleTable.vue.d.ts.map +1 -1
- package/dist/components/Spinner/Spinner.vue.d.ts.map +1 -1
- package/dist/components/api-client-bus.d.ts +4 -0
- package/dist/components/api-client-bus.d.ts.map +1 -0
- package/dist/components/api-client-bus.js +5 -0
- package/dist/esm.d.ts +2 -1
- package/dist/esm.d.ts.map +1 -1
- package/dist/esm.js +32 -0
- package/dist/features.d.ts +8 -0
- package/dist/features.d.ts.map +1 -0
- package/dist/features.js +5 -0
- package/dist/helpers/createEmptySpecification.d.ts +1 -1
- package/dist/helpers/createEmptySpecification.d.ts.map +1 -1
- package/dist/helpers/createEmptySpecification.js +26 -0
- package/dist/helpers/deepMerge.js +8 -0
- package/dist/helpers/getApiClientRequest.d.ts +1 -1
- package/dist/helpers/getApiClientRequest.d.ts.map +1 -1
- package/dist/helpers/getApiClientRequest.js +42 -0
- package/dist/helpers/getHarRequest.d.ts +4 -0
- package/dist/helpers/getHarRequest.d.ts.map +1 -0
- package/dist/helpers/getHarRequest.js +41 -0
- package/dist/helpers/getHeadingsFromMarkdown.d.ts +1 -2
- package/dist/helpers/getHeadingsFromMarkdown.d.ts.map +1 -1
- package/dist/helpers/getHeadingsFromMarkdown.js +15 -0
- package/dist/helpers/getLowestHeadingLevel.d.ts +2 -2
- package/dist/helpers/getLowestHeadingLevel.d.ts.map +1 -1
- package/dist/helpers/getLowestHeadingLevel.js +7 -0
- package/dist/helpers/getModels.d.ts +2 -2
- package/dist/helpers/getModels.d.ts.map +1 -1
- package/dist/helpers/getModels.js +16 -0
- package/dist/helpers/getVariableNames.js +7 -0
- package/dist/helpers/hasModels.d.ts +1 -1
- package/dist/helpers/hasModels.d.ts.map +1 -1
- package/dist/helpers/hasModels.js +5 -0
- package/dist/helpers/hasSecuritySchemes.d.ts +1 -1
- package/dist/helpers/hasSecuritySchemes.d.ts.map +1 -1
- package/dist/helpers/hasSecuritySchemes.js +7 -0
- package/dist/helpers/hasWebhooks.d.ts +1 -1
- package/dist/helpers/hasWebhooks.d.ts.map +1 -1
- package/dist/helpers/hasWebhooks.js +4 -0
- package/dist/helpers/index.d.ts +22 -21
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/isValidUrl.js +10 -0
- package/dist/helpers/joinWithSlash.d.ts +5 -0
- package/dist/helpers/joinWithSlash.d.ts.map +1 -0
- package/dist/helpers/joinWithSlash.js +4 -0
- package/dist/helpers/mapFromObject.js +7 -0
- package/dist/helpers/mergeAllObjects.js +7 -0
- package/dist/helpers/openClientFor.js +16 -0
- package/dist/helpers/parse.d.ts +1 -1
- package/dist/helpers/parse.d.ts.map +1 -1
- package/dist/helpers/parse.js +107 -0
- package/dist/helpers/provideSymbols.js +5 -0
- package/dist/helpers/scrollToId.js +7 -0
- package/dist/helpers/sleep.js +4 -0
- package/dist/helpers/specDownloads.js +19 -0
- package/dist/helpers/specHelpers.js +35 -0
- package/dist/helpers/splitMarkdownInSections.js +7 -0
- package/dist/hooks/index.d.ts +9 -8
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/useClientStore.d.ts +2 -0
- package/dist/hooks/useClientStore.d.ts.map +1 -0
- package/dist/hooks/useClipboard.js +14 -0
- package/dist/hooks/useDarkModeState.js +31 -0
- package/dist/hooks/useDeprecationWarnings.js +27 -0
- package/dist/hooks/useNavState.d.ts +2 -2
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/hooks/useNavState.js +44 -0
- package/dist/hooks/useOperation.js +23 -0
- package/dist/hooks/useReactiveSpec.d.ts +13 -7
- package/dist/hooks/useReactiveSpec.d.ts.map +1 -1
- package/dist/hooks/useReactiveSpec.js +50 -0
- package/dist/hooks/useResponses.js +17 -0
- package/dist/hooks/useSidebar.d.ts +1 -1
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +207 -0
- package/dist/index.d.ts +10 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +107 -66
- package/dist/stores/index.d.ts +1 -1
- package/dist/stores/useHttpClientStore.d.ts +1 -2
- package/dist/stores/useHttpClientStore.d.ts.map +1 -1
- package/dist/stores/useHttpClientStore.js +73 -0
- package/dist/style.css +1 -1
- package/dist/types.d.ts +18 -46
- package/dist/types.d.ts.map +1 -1
- package/package.json +16 -27
- package/dist/Add-yNxGpRcH-LOS6C7pM.cjs +0 -1
- package/dist/Add-yNxGpRcH-i9lEuw9B.js +0 -21
- package/dist/ArrowLeft-D7tW1xQo-BjB3hnI2.js +0 -20
- package/dist/ArrowLeft-D7tW1xQo-CyIsf2QR.cjs +0 -1
- package/dist/ArrowRight-DmO-sdb2-DDacgVg5.cjs +0 -1
- package/dist/ArrowRight-DmO-sdb2-H1bq-qXL.js +0 -20
- package/dist/Background-CU9VIbfN-hSED7pzA.cjs +0 -1
- package/dist/Background-CU9VIbfN-xKhyTRz6.js +0 -17
- package/dist/Brackets-CI207-BL-BbcUG0IL.js +0 -21
- package/dist/Brackets-CI207-BL-Cauv5rAc.cjs +0 -1
- package/dist/Branch-CXwj8YuG-CvPS_xP0.js +0 -34
- package/dist/Branch-CXwj8YuG-xolS1YAY.cjs +0 -1
- package/dist/CallToAction-XLYRSI1h-DKYrI3r6.cjs +0 -1
- package/dist/CallToAction-XLYRSI1h-Dk1vrnxq.js +0 -20
- package/dist/Checkmark-DhbrPM0P-BALt5_hQ.cjs +0 -1
- package/dist/Checkmark-DhbrPM0P-CFDz_1Nm.js +0 -21
- package/dist/ChevronDown-Co7EAKAv-BMVIms1W.cjs +0 -1
- package/dist/ChevronDown-Co7EAKAv-Dw2u19C4.js +0 -21
- package/dist/ChevronLeft-DYt0idAu-4ItgPaSH.js +0 -21
- package/dist/ChevronLeft-DYt0idAu-DgJ680do.cjs +0 -1
- package/dist/ChevronRight-ylxToVWl-BVcmudpo.cjs +0 -1
- package/dist/ChevronRight-ylxToVWl-DMyZ2Rmi.js +0 -21
- package/dist/ChevronUp-xAnukIfj-BRXM2fAN.cjs +0 -1
- package/dist/ChevronUp-xAnukIfj-DYWzMh-o.js +0 -21
- package/dist/Clipboard-CU_KxGEv-DuOPrhqK.js +0 -16
- package/dist/Clipboard-CU_KxGEv-jXeM-Shn.cjs +0 -1
- package/dist/Close-xHiYwS8Q-7fmTnaEC.cjs +0 -1
- package/dist/Close-xHiYwS8Q-DaTuBpAM.js +0 -21
- package/dist/CodeFolder-Cv_igzJE-Dl4HVTRL.cjs +0 -1
- package/dist/CodeFolder-Cv_igzJE-POyxhw77.js +0 -27
- package/dist/Cookie-CEHvXpqB-BCUOR3DZ.cjs +0 -1
- package/dist/Cookie-CEHvXpqB-Bu1-nQ4L.js +0 -37
- package/dist/DarkMode-BMR457PH--Sj-ogZo.cjs +0 -1
- package/dist/DarkMode-BMR457PH-CsW2G1Ro.js +0 -16
- package/dist/Delete-BCZmxrDD-C-UeHTm2.cjs +0 -1
- package/dist/Delete-BCZmxrDD-RGj_5vHb.js +0 -21
- package/dist/Discord-BHYOFBB2-BKiLx0Gp.js +0 -16
- package/dist/Discord-BHYOFBB2-BzF4Z2zQ.cjs +0 -1
- package/dist/DocsPage-Dwx7ZMU9-CfDSbvvO.cjs +0 -1
- package/dist/DocsPage-Dwx7ZMU9-DKxfVlkW.js +0 -27
- package/dist/Duplicate-DRWEv4R_-B49h9017.cjs +0 -1
- package/dist/Duplicate-DRWEv4R_-_bYPzpGJ.js +0 -17
- package/dist/Edit-Br04RNYb-DB3yOiz_.js +0 -19
- package/dist/Edit-Br04RNYb-bn7B8ziL.cjs +0 -1
- package/dist/Ellipses-Bo_X36Hx-1Rf8jX_Q.cjs +0 -1
- package/dist/Ellipses-Bo_X36Hx-D4ayuQAy.js +0 -16
- package/dist/Error-C5LiISnw-IKDSjs2b.js +0 -16
- package/dist/Error-C5LiISnw-NBv6rBv1.cjs +0 -1
- package/dist/ExternalLink-DK8L-EH7-BZtIWcdg.cjs +0 -1
- package/dist/ExternalLink-DK8L-EH7-CnaH9txm.js +0 -21
- package/dist/FilterList-CS8Il7NE-BgVOPtsD.cjs +0 -1
- package/dist/FilterList-CS8Il7NE-DP4JzPbN.js +0 -21
- package/dist/Folder-CTvnVSEo-ouH5odiT.cjs +0 -1
- package/dist/Folder-CTvnVSEo-tyPfoogp.js +0 -16
- package/dist/GitHub-NdE6Zs9k-CDcqenD_.cjs +0 -1
- package/dist/GitHub-NdE6Zs9k-CxmMd7Ky.js +0 -16
- package/dist/Hide-BgcCtErz-CoFXGWU2.cjs +0 -1
- package/dist/Hide-BgcCtErz-YdhS0s7w.js +0 -27
- package/dist/History-D9nmhNIn-Bg9VGGKO.js +0 -27
- package/dist/History-D9nmhNIn-C8K3DZOi.cjs +0 -1
- package/dist/JsonObject-hGdHUQ4M-DEiEsxEM.cjs +0 -1
- package/dist/JsonObject-hGdHUQ4M-JVzShx7P.js +0 -21
- package/dist/Key-CWXJqX28-CVsMvoNb.js +0 -21
- package/dist/Key-CWXJqX28-D85Imfdm.cjs +0 -1
- package/dist/Leave-K1J3uwoG-6WpXSkaE.js +0 -21
- package/dist/Leave-K1J3uwoG-COzffJei.cjs +0 -1
- package/dist/LightDarkModeToggle-De3vO47x-BQRdUm4n.cjs +0 -1
- package/dist/LightDarkModeToggle-De3vO47x-D8h5xBww.js +0 -16
- package/dist/LightMode-BeoMphBY-Bbi5XCzQ.js +0 -16
- package/dist/LightMode-BeoMphBY-_W1RBSYN.cjs +0 -1
- package/dist/Link-Bzuc__Nc-Bopu3OCd.js +0 -21
- package/dist/Link-Bzuc__Nc-C0VSCFw-.cjs +0 -1
- package/dist/Lock-xhiH1mKz-j1VwEotb.js +0 -21
- package/dist/Lock-xhiH1mKz-sEHw9FoO.cjs +0 -1
- package/dist/Logo-DwEDtgj--C5AHDg9a.cjs +0 -1
- package/dist/Logo-DwEDtgj--CRDrhASr.js +0 -19
- package/dist/LogoAPI-CohCfL3L-BkOy0M4B.cjs +0 -1
- package/dist/LogoAPI-CohCfL3L-DgS67ep-.js +0 -19
- package/dist/LogoClient-Bq5O2QL2-BqHqCFAv.js +0 -16
- package/dist/LogoClient-Bq5O2QL2-S5itDPVb.cjs +0 -1
- package/dist/LogoMarket-DwlApcab-BpTQzqp5.js +0 -16
- package/dist/LogoMarket-DwlApcab-C3B4miZm.cjs +0 -1
- package/dist/LogoSwagger-CH60H5qW--whYwExv.js +0 -16
- package/dist/LogoSwagger-CH60H5qW-56_9U30I.cjs +0 -1
- package/dist/Magic-Dsi9_bEc-BSsgSxL9.js +0 -21
- package/dist/Magic-Dsi9_bEc-Bz81CcSu.cjs +0 -1
- package/dist/Menu-CFK5cOsm-B_mqCQj6.cjs +0 -1
- package/dist/Menu-CFK5cOsm-Bt89Z42K.js +0 -21
- package/dist/Page-DA7CO5gc-D_LbSKiY.js +0 -17
- package/dist/Page-DA7CO5gc-DcduUMiC.cjs +0 -1
- package/dist/PaperAirplane-BC-4mGEB-CC_xr_GF.js +0 -21
- package/dist/PaperAirplane-BC-4mGEB-CUmTyNIM.cjs +0 -1
- package/dist/Payment-hzcXP1Xb-DA7pQdWt.cjs +0 -1
- package/dist/Payment-hzcXP1Xb-DwRM2zOI.js +0 -21
- package/dist/Play-Cd4-o7Ji-CBfi8CFf.cjs +0 -1
- package/dist/Play-Cd4-o7Ji-W8fYdYxD.js +0 -16
- package/dist/Refresh-BHRzzQ8P-CAKdmF9h.js +0 -27
- package/dist/Refresh-BHRzzQ8P-Il9DkP3P.cjs +0 -1
- package/dist/Response-DsTlT4S--C3Dp26r4.cjs +0 -1
- package/dist/Response-DsTlT4S--CiyBwPLY.js +0 -20
- package/dist/Search-DqtlswRG-C2Pti_ld.js +0 -19
- package/dist/Search-DqtlswRG-Cn8bmF-2.cjs +0 -1
- package/dist/Show-CbiiMLUa-BCfT7JXE.js +0 -27
- package/dist/Show-CbiiMLUa-dwb14rwM.cjs +0 -1
- package/dist/SideBarClosed-K53-CtXh-B185l2xR.cjs +0 -1
- package/dist/SideBarClosed-K53-CtXh-D5UXDtJk.js +0 -17
- package/dist/SideBarOpen-C7UgT82P-BGBt4u0H.cjs +0 -1
- package/dist/SideBarOpen-C7UgT82P-jT5NeYXy.js +0 -21
- package/dist/Sort-CaVMT7jM-KsvCed7U.js +0 -16
- package/dist/Sort-CaVMT7jM-ZDWW3rIv.cjs +0 -1
- package/dist/Terminal-DJ7x2McL-BTmQzliq.js +0 -27
- package/dist/Terminal-DJ7x2McL-hJZC098M.cjs +0 -1
- package/dist/ThumbsDown-BMgnsASL-B1FsmbXx.js +0 -21
- package/dist/ThumbsDown-BMgnsASL-C-sKah3X.cjs +0 -1
- package/dist/ThumbsUp-C1j6zY2j-CBEvfE8L.cjs +0 -1
- package/dist/ThumbsUp-C1j6zY2j-Ca8-bvgl.js +0 -21
- package/dist/Trash-BpA3zWPD-C-UeHTm2.cjs +0 -1
- package/dist/Trash-BpA3zWPD-RGj_5vHb.js +0 -21
- package/dist/Unlock-HVYHMLxl-CsSSru63.js +0 -16
- package/dist/Unlock-HVYHMLxl-DmJa6-5V.cjs +0 -1
- package/dist/Upload-D_pwqBDY-BSr0Hcxs.cjs +0 -1
- package/dist/Upload-D_pwqBDY-DlTMOwHN.js +0 -16
- package/dist/User-BLGkPc5I-D-da3lPk.js +0 -16
- package/dist/User-BLGkPc5I-rjkGtmo9.cjs +0 -1
- package/dist/components/Content/Operation/TryRequestButton.vue.d.ts.map +0 -1
- package/dist/components/MarkdownRenderer/MarkdownRenderer.stories.d.ts +0 -7
- package/dist/components/MarkdownRenderer/MarkdownRenderer.stories.d.ts.map +0 -1
- package/dist/components/MarkdownRenderer/MarkdownRenderer.vue.d.ts +0 -32
- package/dist/components/MarkdownRenderer/MarkdownRenderer.vue.d.ts.map +0 -1
- package/dist/components/MarkdownRenderer/index.d.ts +0 -2
- package/dist/components/MarkdownRenderer/index.d.ts.map +0 -1
- package/dist/helpers/objectMerge.d.ts +0 -5
- package/dist/helpers/objectMerge.d.ts.map +0 -1
- package/dist/index-BHV7FDiO.cjs +0 -222
- package/dist/index-CKiQQBFv.js +0 -8078
- package/dist/index-D-my3mKt.js +0 -37270
- package/dist/index-DgRo9x6c.cjs +0 -44
- package/dist/index.cjs +0 -22
- package/dist/prism-autoloader-Dlh8Vzlw--ejn04HW.cjs +0 -1
- package/dist/prism-autoloader-Dlh8Vzlw-C7VXQ4L8.js +0 -370
- package/dist/programming-framework-angular-DD4Vjgbk-BVT4AoJo.cjs +0 -1
- package/dist/programming-framework-angular-DD4Vjgbk-CUF3ZYYB.js +0 -16
- package/dist/programming-framework-astro-CLfrRt19-CH6OCtd8.js +0 -16
- package/dist/programming-framework-astro-CLfrRt19-CWwhfV7_.cjs +0 -1
- package/dist/programming-framework-laravel-kAy2wVLy-C3EZCsGC.cjs +0 -1
- package/dist/programming-framework-laravel-kAy2wVLy-kXRM5aCd.js +0 -21
- package/dist/programming-framework-nextdotjs-BKdd_DY_-DF9m888v.js +0 -16
- package/dist/programming-framework-nextdotjs-BKdd_DY_-DdOe6YSk.cjs +0 -1
- package/dist/programming-framework-react-PDgmtZuN-4I-M6WEO.cjs +0 -1
- package/dist/programming-framework-react-PDgmtZuN-DZjob66N.js +0 -16
- package/dist/programming-framework-vuedotjs-Cim7D5tw-B-b4rAHl.cjs +0 -1
- package/dist/programming-framework-vuedotjs-Cim7D5tw-CxkKqgPk.js +0 -17
- package/dist/programming-language-c-hPGu2Zvg-BesPZa4K.js +0 -16
- package/dist/programming-language-c-hPGu2Zvg-DS__u0q2.cjs +0 -1
- package/dist/programming-language-clojure-uqYXn7U6-BhlaJXXC.js +0 -16
- package/dist/programming-language-clojure-uqYXn7U6-CPSSiHiG.cjs +0 -1
- package/dist/programming-language-csharp-CGxYkVA6-BJwUA9TV.js +0 -16
- package/dist/programming-language-csharp-CGxYkVA6-CGh_3iRh.cjs +0 -1
- package/dist/programming-language-css3-Dpp4Cr6b-BpPnE1ET.cjs +0 -1
- package/dist/programming-language-css3-Dpp4Cr6b-Dpx1zlAe.js +0 -16
- package/dist/programming-language-go-CuKo8iD9-BAfNltt8.cjs +0 -1
- package/dist/programming-language-go-CuKo8iD9-BpDx-Uk5.js +0 -16
- package/dist/programming-language-html5-DlqJK4EL-DFJ6lim3.cjs +0 -1
- package/dist/programming-language-html5-DlqJK4EL-DfQp7LQz.js +0 -16
- package/dist/programming-language-http-f3NXC-Ae-B7iG0CXa.cjs +0 -1
- package/dist/programming-language-http-f3NXC-Ae-CBKA8Rw2.js +0 -16
- package/dist/programming-language-java-BBodetdf-BsfrQqMF.cjs +0 -1
- package/dist/programming-language-java-BBodetdf-Do7Uo0sg.js +0 -18
- package/dist/programming-language-javascript-VxLvi1QG-CaGGjM9H.cjs +0 -1
- package/dist/programming-language-javascript-VxLvi1QG-qbgoUfZ8.js +0 -16
- package/dist/programming-language-json-Dq_K-q5f-CD7uIR91.js +0 -17
- package/dist/programming-language-json-Dq_K-q5f-MbJWJ6qp.cjs +0 -1
- package/dist/programming-language-kotlin-eTASnmL3-DXA6cq0H.cjs +0 -1
- package/dist/programming-language-kotlin-eTASnmL3-OG0Z7YBS.js +0 -16
- package/dist/programming-language-node-oucaVOgY-B29T_bjm.cjs +0 -1
- package/dist/programming-language-node-oucaVOgY-BvGMDoeB.js +0 -17
- package/dist/programming-language-objc-CPgQxmNi-D44rlWUI.js +0 -17
- package/dist/programming-language-objc-CPgQxmNi-OEqaI5Rl.cjs +0 -1
- package/dist/programming-language-ocaml-Q1-Jv5Q5-BUqWtkTy.cjs +0 -1
- package/dist/programming-language-ocaml-Q1-Jv5Q5-QKB_Bc7i.js +0 -16
- package/dist/programming-language-php-GY38f8r4-ahFMWcim.cjs +0 -1
- package/dist/programming-language-php-GY38f8r4-jRMN5AZX.js +0 -16
- package/dist/programming-language-powershell-xLOxAYP_-Ck82ebOe.js +0 -20
- package/dist/programming-language-powershell-xLOxAYP_-fFTn4fJl.cjs +0 -1
- package/dist/programming-language-python-Ct-_kNjo-DsKRdoNg.js +0 -16
- package/dist/programming-language-python-Ct-_kNjo-ujN06OXX.cjs +0 -1
- package/dist/programming-language-r-Ch3T1qiC-BO-CjZZM.js +0 -20
- package/dist/programming-language-r-Ch3T1qiC-Df1j2gqW.cjs +0 -1
- package/dist/programming-language-ruby-DhdM4d7g-BuT1i5is.js +0 -16
- package/dist/programming-language-ruby-DhdM4d7g-DFwAUdk6.cjs +0 -1
- package/dist/programming-language-scala-BVg0dToJ-Dhg_XTFe.cjs +0 -1
- package/dist/programming-language-scala-BVg0dToJ-p_n-G2sI.js +0 -16
- package/dist/programming-language-shell-uj1zoCVW-BZSmYs-C.js +0 -16
- package/dist/programming-language-shell-uj1zoCVW-D8xaixWm.cjs +0 -1
- package/dist/programming-language-swift-Dn72xPjg-D-JnfNts.js +0 -16
- package/dist/programming-language-swift-Dn72xPjg-DtICVxss.cjs +0 -1
- package/dist/programming-language-typescript-CdF-HuRi-jq2P_J1a.cjs +0 -1
- package/dist/programming-language-typescript-CdF-HuRi-ocSQSwHb.js +0 -16
- package/dist/programming-script-code-CUHv6qR8-DMwI7fYl.js +0 -21
- package/dist/programming-script-code-CUHv6qR8-DY9nCXfq.cjs +0 -1
- package/dist/programming-tool-git-C-BMJCAo-BmrHT5RO.cjs +0 -1
- package/dist/programming-tool-git-C-BMJCAo-DUuF7AA-.js +0 -16
- package/dist/programming-tool-tailwindcss-xjXi0E6g-CpFF5bAj.cjs +0 -1
- package/dist/programming-tool-tailwindcss-xjXi0E6g-r5YhtCAf.js +0 -16
- package/dist/schema-BQQoKgNw-CyFt8nZw.cjs +0 -1
- package/dist/schema-BQQoKgNw-DQKLRVph.js +0 -1619
- package/dist/schema-BjykgtPd-C_N_PTsi.cjs +0 -1
- package/dist/schema-BjykgtPd-D3b7mB1v.js +0 -1633
- package/dist/schema-ZROhtp0X-DL6m5HXA.cjs +0 -1
- package/dist/schema-ZROhtp0X-ZROhtp0X.js +0 -1453
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
2
|
modelValue: any;
|
|
3
3
|
options: {
|
|
4
4
|
value: string;
|
|
@@ -10,7 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
10
10
|
}[];
|
|
11
11
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
12
|
"update:modelValue": (value: any) => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
14
14
|
modelValue: any;
|
|
15
15
|
options: {
|
|
16
16
|
value: string;
|
|
@@ -26,8 +26,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
26
26
|
default?(_: {}): any;
|
|
27
27
|
}>;
|
|
28
28
|
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
29
34
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type
|
|
35
|
+
type __VLS_TypePropsToOption<T> = {
|
|
31
36
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
37
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
38
|
} : {
|
|
@@ -35,9 +40,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
35
40
|
required: true;
|
|
36
41
|
};
|
|
37
42
|
};
|
|
38
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
-
new (): {
|
|
40
|
-
$slots: S;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
43
|
//# sourceMappingURL=TextSelect.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/TextSelect.vue
|
|
1
|
+
{"version":3,"file":"TextSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/TextSelect.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAsMA,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { defineComponent as d, openBlock as l, createElementBlock as t, normalizeClass as i, createElementVNode as u, renderSlot as m, Fragment as s, renderList as r, toDisplayString as p } from "vue";
|
|
2
|
+
const v = ["value"], _ = ["label"], c = ["value"], g = ["value"], f = /* @__PURE__ */ d({
|
|
3
|
+
__name: "TextSelect",
|
|
4
|
+
props: {
|
|
5
|
+
modelValue: {},
|
|
6
|
+
options: {}
|
|
7
|
+
},
|
|
8
|
+
emits: ["update:modelValue"],
|
|
9
|
+
setup(k) {
|
|
10
|
+
return (a, n) => (l(), t("div", {
|
|
11
|
+
class: i(["text-select", a.options.length === 1 ? "text-select--single-option" : ""])
|
|
12
|
+
}, [
|
|
13
|
+
u("span", null, [
|
|
14
|
+
m(a.$slots, "default")
|
|
15
|
+
]),
|
|
16
|
+
u("select", {
|
|
17
|
+
value: a.modelValue,
|
|
18
|
+
onInput: n[0] || (n[0] = (e) => a.$emit("update:modelValue", e.target.value))
|
|
19
|
+
}, [
|
|
20
|
+
(l(!0), t(s, null, r(a.options, (e) => (l(), t(s, {
|
|
21
|
+
key: e.value
|
|
22
|
+
}, [
|
|
23
|
+
e.options ? (l(), t("optgroup", {
|
|
24
|
+
key: 0,
|
|
25
|
+
label: e.label
|
|
26
|
+
}, [
|
|
27
|
+
(l(!0), t(s, null, r(e.options, (o) => (l(), t("option", {
|
|
28
|
+
key: o.value,
|
|
29
|
+
value: o.value
|
|
30
|
+
}, p(o.label), 9, c))), 128))
|
|
31
|
+
], 8, _)) : (l(), t("option", {
|
|
32
|
+
key: e.value,
|
|
33
|
+
value: e.value
|
|
34
|
+
}, p(e.label), 9, g))
|
|
35
|
+
], 64))), 128))
|
|
36
|
+
], 40, v)
|
|
37
|
+
], 2));
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
export {
|
|
41
|
+
f as default
|
|
42
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as Operation } from './Operation.vue';
|
|
2
|
-
export { default as OperationAccordion } from './OperationAccordion.vue';
|
|
1
|
+
export { default as Operation } from './Operation.vue.js';
|
|
2
|
+
export { default as OperationAccordion } from './OperationAccordion.vue.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
value?: string | Record<string, any> | undefined;
|
|
3
3
|
/** Track how deep we’ve gone */
|
|
4
4
|
level?: number | undefined;
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
9
9
|
noncollapsible?: boolean | undefined;
|
|
10
10
|
}>, {
|
|
11
11
|
level: number;
|
|
12
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
12
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
13
13
|
value?: string | Record<string, any> | undefined;
|
|
14
14
|
/** Track how deep we’ve gone */
|
|
15
15
|
level?: number | undefined;
|
|
@@ -24,15 +24,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
24
24
|
level: number;
|
|
25
25
|
}, {}>;
|
|
26
26
|
export default _default;
|
|
27
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
27
|
type __VLS_WithDefaults<P, D> = {
|
|
37
28
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
29
|
default: D[K];
|
|
@@ -41,4 +32,13 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
41
32
|
type __VLS_Prettify<T> = {
|
|
42
33
|
[K in keyof T]: T[K];
|
|
43
34
|
} & {};
|
|
35
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
+
type __VLS_TypePropsToOption<T> = {
|
|
37
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
} : {
|
|
40
|
+
type: import('vue').PropType<T[K]>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
44
|
//# sourceMappingURL=Schema.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue
|
|
1
|
+
{"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":";;IAwRI,gCAAgC;;;IAIhC,+DAA+D;;IAE/D,2CAA2C;;;;;;IAN3C,gCAAgC;;;IAIhC,+DAA+D;;IAE/D,2CAA2C;;;;;;;AAkS/C,wBAMG;AAOH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import { defineComponent as D, computed as O, openBlock as l, createBlock as i, unref as p, withCtx as y, createElementVNode as k, normalizeClass as d, createElementBlock as a, createVNode as m, createCommentVNode as r, withDirectives as j, normalizeStyle as q, Fragment as t, createTextVNode as C, toDisplayString as P, vShow as z, renderList as I, pushScopeId as N, popScopeId as V } from "vue";
|
|
2
|
+
import { Disclosure as A, DisclosureButton as E, DisclosurePanel as H } from "@headlessui/vue";
|
|
3
|
+
import { ScalarMarkdown as T, ScalarIcon as $ } from "@scalar/components";
|
|
4
|
+
import F from "./SchemaHeading.vue.js";
|
|
5
|
+
import v from "./SchemaProperty.vue.js";
|
|
6
|
+
const L = (s) => (N("data-v-078f41be"), s = s(), V(), s), M = {
|
|
7
|
+
key: 0,
|
|
8
|
+
class: "schema-card-description"
|
|
9
|
+
}, R = /* @__PURE__ */ L(() => /* @__PURE__ */ k("polygon", {
|
|
10
|
+
"fill-rule": "nonzero",
|
|
11
|
+
points: "14 8 8 8 8 14 6 14 6 8 0 8 0 6 6 6 6 0 8 0 8 6 14 6"
|
|
12
|
+
}, null, -1)), G = [
|
|
13
|
+
R
|
|
14
|
+
], Y = /* @__PURE__ */ D({
|
|
15
|
+
__name: "Schema",
|
|
16
|
+
props: {
|
|
17
|
+
value: {},
|
|
18
|
+
level: { default: 0 },
|
|
19
|
+
name: {},
|
|
20
|
+
compact: { type: Boolean },
|
|
21
|
+
noncollapsible: { type: Boolean }
|
|
22
|
+
},
|
|
23
|
+
setup(s) {
|
|
24
|
+
const h = s, f = O(() => !(h.noncollapsible || h.level === 0)), B = (e) => h.noncollapsible && e.stopPropagation();
|
|
25
|
+
return (e, J) => typeof e.value == "object" && Object.keys(e.value).length ? (l(), i(p(A), {
|
|
26
|
+
key: 0,
|
|
27
|
+
defaultOpen: e.noncollapsible
|
|
28
|
+
}, {
|
|
29
|
+
default: y(({ open: n }) => {
|
|
30
|
+
var b;
|
|
31
|
+
return [
|
|
32
|
+
k("div", {
|
|
33
|
+
class: d(["schema-card", [
|
|
34
|
+
`schema-card--level-${e.level}`,
|
|
35
|
+
{ "schema-card--compact": e.compact, "schema-card--open": n }
|
|
36
|
+
]])
|
|
37
|
+
}, [
|
|
38
|
+
(b = e.value) != null && b.description ? (l(), a("div", M, [
|
|
39
|
+
m(p(T), {
|
|
40
|
+
value: e.value.description
|
|
41
|
+
}, null, 8, ["value"])
|
|
42
|
+
])) : r("", !0),
|
|
43
|
+
k("div", {
|
|
44
|
+
class: d(["schema-properties", { "schema-properties-open": n }])
|
|
45
|
+
}, [
|
|
46
|
+
j(m(p(E), {
|
|
47
|
+
as: e.noncollapsible ? "div" : "button",
|
|
48
|
+
class: d(["schema-card-title", { "schema-card-title--compact": e.compact }]),
|
|
49
|
+
style: q({
|
|
50
|
+
top: `calc(var(--refs-header-height) + calc(var(--schema-title-height) * ${e.level}))`
|
|
51
|
+
}),
|
|
52
|
+
onClickCapture: B
|
|
53
|
+
}, {
|
|
54
|
+
default: y(() => {
|
|
55
|
+
var c, o, u;
|
|
56
|
+
return [
|
|
57
|
+
e.compact ? (l(), a(t, { key: 0 }, [
|
|
58
|
+
f.value ? (l(), a("svg", {
|
|
59
|
+
key: 0,
|
|
60
|
+
class: d(["schema-card-title-icon", { "schema-card-title-icon--open": n }]),
|
|
61
|
+
fill: "currentColor",
|
|
62
|
+
height: "14",
|
|
63
|
+
viewBox: "0 0 14 14",
|
|
64
|
+
width: "14",
|
|
65
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
66
|
+
}, G, 2)) : r("", !0),
|
|
67
|
+
n ? (l(), a(t, { key: 1 }, [
|
|
68
|
+
C(" Hide " + P(((c = e.value) == null ? void 0 : c.title) ?? "Child Attributes"), 1)
|
|
69
|
+
], 64)) : (l(), a(t, { key: 2 }, [
|
|
70
|
+
C(" Show " + P(((o = e.value) == null ? void 0 : o.title) ?? "Child Attributes"), 1)
|
|
71
|
+
], 64))
|
|
72
|
+
], 64)) : (l(), a(t, { key: 1 }, [
|
|
73
|
+
f.value ? (l(), i(p($), {
|
|
74
|
+
key: 0,
|
|
75
|
+
class: d(["schema-card-title-icon", { "schema-card-title-icon--open": n }]),
|
|
76
|
+
icon: "ChevronRight",
|
|
77
|
+
size: "md"
|
|
78
|
+
}, null, 8, ["class"])) : r("", !0),
|
|
79
|
+
m(F, {
|
|
80
|
+
name: ((u = e.value) == null ? void 0 : u.title) ?? e.name,
|
|
81
|
+
value: e.value
|
|
82
|
+
}, null, 8, ["name", "value"])
|
|
83
|
+
], 64))
|
|
84
|
+
];
|
|
85
|
+
}),
|
|
86
|
+
_: 2
|
|
87
|
+
}, 1032, ["as", "class", "style"]), [
|
|
88
|
+
[z, !(e.noncollapsible && e.compact)]
|
|
89
|
+
]),
|
|
90
|
+
m(p(H), { static: e.noncollapsible }, {
|
|
91
|
+
default: y(() => {
|
|
92
|
+
var c;
|
|
93
|
+
return [
|
|
94
|
+
e.value.properties || e.value.additionalProperties ? (l(), a(t, { key: 0 }, [
|
|
95
|
+
e.value.properties ? (l(!0), a(t, { key: 0 }, I(Object.keys((c = e.value) == null ? void 0 : c.properties), (o) => {
|
|
96
|
+
var u, g, w, S;
|
|
97
|
+
return l(), i(v, {
|
|
98
|
+
key: o,
|
|
99
|
+
compact: e.compact,
|
|
100
|
+
level: e.level,
|
|
101
|
+
name: o,
|
|
102
|
+
required: ((u = e.value.required) == null ? void 0 : u.includes(o)) || ((w = (g = e.value.properties) == null ? void 0 : g[o]) == null ? void 0 : w.required) === !0,
|
|
103
|
+
value: (S = e.value.properties) == null ? void 0 : S[o]
|
|
104
|
+
}, null, 8, ["compact", "level", "name", "required", "value"]);
|
|
105
|
+
}), 128)) : r("", !0),
|
|
106
|
+
e.value.additionalProperties ? (l(), a(t, { key: 1 }, [
|
|
107
|
+
e.value.additionalProperties === !0 || Object.keys(e.value.additionalProperties).length === 0 || !e.value.additionalProperties.type ? (l(), i(v, {
|
|
108
|
+
key: 0,
|
|
109
|
+
additional: "",
|
|
110
|
+
compact: e.compact,
|
|
111
|
+
level: e.level,
|
|
112
|
+
noncollapsible: "",
|
|
113
|
+
value: { type: "any", ...e.value.additionalProperties }
|
|
114
|
+
}, null, 8, ["compact", "level", "value"])) : (l(), i(v, {
|
|
115
|
+
key: 1,
|
|
116
|
+
additional: "",
|
|
117
|
+
compact: e.compact,
|
|
118
|
+
level: e.level,
|
|
119
|
+
noncollapsible: "",
|
|
120
|
+
value: e.value.additionalProperties
|
|
121
|
+
}, null, 8, ["compact", "level", "value"]))
|
|
122
|
+
], 64)) : r("", !0)
|
|
123
|
+
], 64)) : (l(), i(v, {
|
|
124
|
+
key: 1,
|
|
125
|
+
compact: e.compact,
|
|
126
|
+
level: e.level,
|
|
127
|
+
name: e.value.name,
|
|
128
|
+
value: e.value
|
|
129
|
+
}, null, 8, ["compact", "level", "name", "value"]))
|
|
130
|
+
];
|
|
131
|
+
}),
|
|
132
|
+
_: 1
|
|
133
|
+
}, 8, ["static"])
|
|
134
|
+
], 2)
|
|
135
|
+
], 2)
|
|
136
|
+
];
|
|
137
|
+
}),
|
|
138
|
+
_: 1
|
|
139
|
+
}, 8, ["defaultOpen"])) : r("", !0);
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
export {
|
|
143
|
+
Y as default
|
|
144
|
+
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import type { OpenAPIV2 } from '@scalar/openapi-parser';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
3
3
|
value: OpenAPIV2.SchemaObject;
|
|
4
4
|
name?: string | undefined;
|
|
5
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
6
6
|
value: OpenAPIV2.SchemaObject;
|
|
7
7
|
name?: string | undefined;
|
|
8
8
|
}>>>, {}, {}>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
12
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
13
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
14
|
} : {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SchemaHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaHeading.vue
|
|
1
|
+
{"version":3,"file":"SchemaHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaHeading.vue"],"names":[],"mappings":"AA6CA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;;;;;;;;AAkFvD,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { defineComponent as v, openBlock as a, createElementBlock as n, createElementVNode as d, Fragment as t, createTextVNode as l, createCommentVNode as o, toDisplayString as r } from "vue";
|
|
2
|
+
const k = { class: "schema-type" }, c = ["title"], N = /* @__PURE__ */ v({
|
|
3
|
+
__name: "SchemaHeading",
|
|
4
|
+
props: {
|
|
5
|
+
value: {},
|
|
6
|
+
name: {}
|
|
7
|
+
},
|
|
8
|
+
setup(f) {
|
|
9
|
+
return (e, h) => {
|
|
10
|
+
var m, p, u, s, y, i;
|
|
11
|
+
return a(), n("span", k, [
|
|
12
|
+
d("span", {
|
|
13
|
+
class: "schema-type-icon",
|
|
14
|
+
title: typeof e.value.type == "string" ? e.value.type : Array.isArray(e.value.type) ? e.value.type.join(" | ") : "unkown type"
|
|
15
|
+
}, [
|
|
16
|
+
e.value.type === "object" ? (a(), n(t, { key: 0 }, [
|
|
17
|
+
l(" {} ")
|
|
18
|
+
], 64)) : o("", !0),
|
|
19
|
+
e.value.type === "array" ? (a(), n(t, { key: 1 }, [
|
|
20
|
+
l(" [] ")
|
|
21
|
+
], 64)) : o("", !0),
|
|
22
|
+
e.value.enum ? (a(), n(t, { key: 2 }, [
|
|
23
|
+
l(" enum ")
|
|
24
|
+
], 64)) : o("", !0)
|
|
25
|
+
], 8, c),
|
|
26
|
+
(p = (m = e.value) == null ? void 0 : m.xml) != null && p.name && ((s = (u = e.value) == null ? void 0 : u.xml) == null ? void 0 : s.name) !== "##default" ? (a(), n(t, { key: 0 }, [
|
|
27
|
+
l(" <" + r((i = (y = e.value) == null ? void 0 : y.xml) == null ? void 0 : i.name) + " /> ", 1)
|
|
28
|
+
], 64)) : e.name ? (a(), n(t, { key: 1 }, [
|
|
29
|
+
l(r(e.name), 1)
|
|
30
|
+
], 64)) : (a(), n(t, { key: 2 }, [
|
|
31
|
+
l(r(e.value.type), 1)
|
|
32
|
+
], 64))
|
|
33
|
+
]);
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
export {
|
|
38
|
+
N as default
|
|
39
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default_1: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
1
|
+
declare const _default_1: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
value?: Record<string, any> | undefined;
|
|
3
3
|
level?: number | undefined;
|
|
4
4
|
name?: string | undefined;
|
|
@@ -10,7 +10,7 @@ declare const _default_1: import("vue").DefineComponent<__VLS_WithDefaults<__VLS
|
|
|
10
10
|
level: number;
|
|
11
11
|
required: boolean;
|
|
12
12
|
compact: boolean;
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
14
14
|
value?: Record<string, any> | undefined;
|
|
15
15
|
level?: number | undefined;
|
|
16
16
|
name?: string | undefined;
|
|
@@ -28,15 +28,6 @@ declare const _default_1: import("vue").DefineComponent<__VLS_WithDefaults<__VLS
|
|
|
28
28
|
compact: boolean;
|
|
29
29
|
}, {}>;
|
|
30
30
|
export default _default_1;
|
|
31
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
33
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
-
} : {
|
|
36
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
31
|
type __VLS_WithDefaults<P, D> = {
|
|
41
32
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
42
33
|
default: D[K];
|
|
@@ -45,4 +36,13 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
45
36
|
type __VLS_Prettify<T> = {
|
|
46
37
|
[K in keyof T]: T[K];
|
|
47
38
|
} & {};
|
|
39
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
+
type __VLS_TypePropsToOption<T> = {
|
|
41
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
+
} : {
|
|
44
|
+
type: import('vue').PropType<T[K]>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
48
|
//# sourceMappingURL=SchemaProperty.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue
|
|
1
|
+
{"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6nBA,0BAMG;AAOH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { defineComponent as V, openBlock as t, createElementBlock as l, normalizeClass as Z, createVNode as s, createSlots as z, withCtx as H, createTextVNode as L, toDisplayString as c, unref as f, createCommentVNode as a, createElementVNode as p, Fragment as n, renderList as i, createBlock as T, pushScopeId as M, popScopeId as $ } from "vue";
|
|
2
|
+
import { ScalarMarkdown as h } from "@scalar/components";
|
|
3
|
+
import m from "./Schema.vue.js";
|
|
4
|
+
import A from "./SchemaPropertyHeading.vue.js";
|
|
5
|
+
const G = (d) => (M("data-v-fb06e93b"), d = d(), $(), d), J = {
|
|
6
|
+
key: 0,
|
|
7
|
+
class: "property-description"
|
|
8
|
+
}, K = {
|
|
9
|
+
key: 1,
|
|
10
|
+
class: "property-description"
|
|
11
|
+
}, Q = {
|
|
12
|
+
key: 2,
|
|
13
|
+
class: "property-example custom-scroll"
|
|
14
|
+
}, W = /* @__PURE__ */ G(() => /* @__PURE__ */ p("span", { class: "property-example-label" }, "Example", -1)), X = { class: "property-example-value" }, Y = {
|
|
15
|
+
key: 3,
|
|
16
|
+
class: "property-enum"
|
|
17
|
+
}, _ = {
|
|
18
|
+
key: 0,
|
|
19
|
+
class: "property-list"
|
|
20
|
+
}, x = { class: "property-heading" }, ee = { class: "property-name" }, te = { class: "property-description" }, le = {
|
|
21
|
+
key: 1,
|
|
22
|
+
class: "property-enum-values"
|
|
23
|
+
}, oe = {
|
|
24
|
+
key: 4,
|
|
25
|
+
class: "children"
|
|
26
|
+
}, re = {
|
|
27
|
+
key: 0,
|
|
28
|
+
class: "children"
|
|
29
|
+
}, ae = {
|
|
30
|
+
key: 0,
|
|
31
|
+
class: "property-rule"
|
|
32
|
+
}, ne = {
|
|
33
|
+
key: 1,
|
|
34
|
+
class: "property-rule"
|
|
35
|
+
}, ue = /* @__PURE__ */ V({
|
|
36
|
+
__name: "SchemaProperty",
|
|
37
|
+
props: {
|
|
38
|
+
value: {},
|
|
39
|
+
level: { default: 0 },
|
|
40
|
+
name: {},
|
|
41
|
+
required: { type: Boolean, default: !1 },
|
|
42
|
+
compact: { type: Boolean, default: !1 },
|
|
43
|
+
description: {},
|
|
44
|
+
additional: { type: Boolean }
|
|
45
|
+
},
|
|
46
|
+
setup(d) {
|
|
47
|
+
const k = {
|
|
48
|
+
integer: {
|
|
49
|
+
_default: "Integer numbers.",
|
|
50
|
+
int32: "Signed 32-bit integers (commonly used integer type).",
|
|
51
|
+
int64: "Signed 64-bit integers (long type)."
|
|
52
|
+
},
|
|
53
|
+
string: {
|
|
54
|
+
date: "full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21",
|
|
55
|
+
"date-time": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
|
|
56
|
+
password: "a hint to UIs to mask the input",
|
|
57
|
+
byte: "base64-encoded characters, for example, U3dhZ2dlciByb2Nrcw==",
|
|
58
|
+
binary: "binary data, used to describe files"
|
|
59
|
+
}
|
|
60
|
+
}, g = function(e, o) {
|
|
61
|
+
return o != null && o.properties || o != null && o.additionalProperties ? null : e || (o == null ? void 0 : o.description) || null;
|
|
62
|
+
}, b = function(e) {
|
|
63
|
+
return !e || !k[e.type] ? null : k[e.type][e.format || "_default"];
|
|
64
|
+
}, u = function(e) {
|
|
65
|
+
var o;
|
|
66
|
+
return (e == null ? void 0 : e.enum) || ((o = e == null ? void 0 : e.items) == null ? void 0 : o.enum) || [];
|
|
67
|
+
}, U = ["oneOf", "anyOf", "allOf", "not"];
|
|
68
|
+
return (e, o) => {
|
|
69
|
+
var S, B, C, w, D, I, N, P, q, E, F;
|
|
70
|
+
return t(), l("div", {
|
|
71
|
+
class: Z(["property", [
|
|
72
|
+
`property--level-${e.level}`,
|
|
73
|
+
{
|
|
74
|
+
"property--compact": e.compact,
|
|
75
|
+
"property--deprecated": (S = e.value) == null ? void 0 : S.deprecated
|
|
76
|
+
}
|
|
77
|
+
]])
|
|
78
|
+
}, [
|
|
79
|
+
s(A, {
|
|
80
|
+
additional: e.additional,
|
|
81
|
+
enum: u(e.value).length > 1,
|
|
82
|
+
required: e.required,
|
|
83
|
+
value: e.value
|
|
84
|
+
}, z({ _: 2 }, [
|
|
85
|
+
e.name ? {
|
|
86
|
+
name: "name",
|
|
87
|
+
fn: H(() => [
|
|
88
|
+
L(c(e.name), 1)
|
|
89
|
+
]),
|
|
90
|
+
key: "0"
|
|
91
|
+
} : void 0
|
|
92
|
+
]), 1032, ["additional", "enum", "required", "value"]),
|
|
93
|
+
g(e.description, e.value) ? (t(), l("div", J, [
|
|
94
|
+
s(f(h), {
|
|
95
|
+
value: g(e.description, e.value)
|
|
96
|
+
}, null, 8, ["value"])
|
|
97
|
+
])) : b(e.value) ? (t(), l("div", K, [
|
|
98
|
+
s(f(h), {
|
|
99
|
+
value: b(e.value) || ""
|
|
100
|
+
}, null, 8, ["value"])
|
|
101
|
+
])) : a("", !0),
|
|
102
|
+
(B = e.value) != null && B.example || (w = (C = e.value) == null ? void 0 : C.items) != null && w.example ? (t(), l("div", Q, [
|
|
103
|
+
W,
|
|
104
|
+
p("code", X, c(e.value.example || ((D = e.value) == null ? void 0 : D.items.example)), 1)
|
|
105
|
+
])) : a("", !0),
|
|
106
|
+
((I = u(e.value)) == null ? void 0 : I.length) > 1 ? (t(), l("div", Y, [
|
|
107
|
+
(N = e.value) != null && N["x-enumDescriptions"] ? (t(), l("div", _, [
|
|
108
|
+
(t(!0), l(n, null, i(u(e.value), (r) => (t(), l("div", {
|
|
109
|
+
key: r,
|
|
110
|
+
class: "property"
|
|
111
|
+
}, [
|
|
112
|
+
p("div", x, [
|
|
113
|
+
p("div", ee, c(r), 1)
|
|
114
|
+
]),
|
|
115
|
+
p("div", te, [
|
|
116
|
+
s(f(h), {
|
|
117
|
+
value: e.value["x-enumDescriptions"][r]
|
|
118
|
+
}, null, 8, ["value"])
|
|
119
|
+
])
|
|
120
|
+
]))), 128))
|
|
121
|
+
])) : (t(), l("ul", le, [
|
|
122
|
+
(t(!0), l(n, null, i(u(e.value), (r) => (t(), l("li", {
|
|
123
|
+
key: r,
|
|
124
|
+
class: "property-enum-value"
|
|
125
|
+
}, c(r), 1))), 128))
|
|
126
|
+
]))
|
|
127
|
+
])) : a("", !0),
|
|
128
|
+
((P = e.value) == null ? void 0 : P.type) === "object" && ((q = e.value) != null && q.properties || (E = e.value) != null && E.additionalProperties) ? (t(), l("div", oe, [
|
|
129
|
+
s(m, {
|
|
130
|
+
compact: e.compact,
|
|
131
|
+
level: e.level + 1,
|
|
132
|
+
value: e.value
|
|
133
|
+
}, null, 8, ["compact", "level", "value"])
|
|
134
|
+
])) : a("", !0),
|
|
135
|
+
(F = e.value) != null && F.items ? (t(), l(n, { key: 5 }, [
|
|
136
|
+
["object"].includes(e.value.items.type) ? (t(), l("div", re, [
|
|
137
|
+
s(m, {
|
|
138
|
+
compact: e.compact,
|
|
139
|
+
level: e.level + 1,
|
|
140
|
+
value: e.value.items
|
|
141
|
+
}, null, 8, ["compact", "level", "value"])
|
|
142
|
+
])) : a("", !0)
|
|
143
|
+
], 64)) : a("", !0),
|
|
144
|
+
(t(), l(n, null, i(U, (r) => {
|
|
145
|
+
var O, j, R;
|
|
146
|
+
return t(), l(n, { key: r }, [
|
|
147
|
+
(O = e.value) != null && O[r] ? (t(), l("div", ae, [
|
|
148
|
+
(t(!0), l(n, null, i(e.value[r], (v, y) => (t(), T(m, {
|
|
149
|
+
key: y,
|
|
150
|
+
compact: e.compact,
|
|
151
|
+
level: e.level + 1,
|
|
152
|
+
value: v
|
|
153
|
+
}, null, 8, ["compact", "level", "value"]))), 128))
|
|
154
|
+
])) : a("", !0),
|
|
155
|
+
(R = (j = e.value) == null ? void 0 : j.items) != null && R[r] && e.level < 3 ? (t(), l("div", ne, [
|
|
156
|
+
(t(!0), l(n, null, i(e.value.items[r], (v, y) => (t(), T(m, {
|
|
157
|
+
key: y,
|
|
158
|
+
compact: e.compact,
|
|
159
|
+
level: e.level + 1,
|
|
160
|
+
value: v
|
|
161
|
+
}, null, 8, ["compact", "level", "value"]))), 128))
|
|
162
|
+
])) : a("", !0)
|
|
163
|
+
], 64);
|
|
164
|
+
}), 64))
|
|
165
|
+
], 2);
|
|
166
|
+
};
|
|
167
|
+
}
|
|
168
|
+
});
|
|
169
|
+
export {
|
|
170
|
+
ue as default
|
|
171
|
+
};
|