Skip to content

Commit 4ece857

Browse files
committed
update
1 parent fa684fc commit 4ece857

File tree

320 files changed

+712
-792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

320 files changed

+712
-792
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.2] - 2023-04-12
9+
10+
### Fixed
11+
12+
- change tabs logic
13+
- update deps
14+
815
## [3.3.1] - 2023-04-12
916

1017
### Added

dist/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "nuxt-open-api-docs",
33
"configKey": "openApiDocs",
4-
"version": "3.3.1"
4+
"version": "3.3.2"
55
}

dist/runtime/components/lib/OpenApiTabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="border-b border-gray-200 p-2 border rounded border-gray-300">
3-
<div class="container mx-auto text-sm font-medium text-center border-b">
3+
<div class="container mx-auto text-sm font-medium text-center border-b" v-if="tabNames.length > 1">
44
<div class="flex">
55
<div v-for="(tab, index) in tabNames" :key="index"
66
class="inline-block p-4 border-b-2 rounded-t-lg hover:text-gray-600 hover:border-blue-300 dark:hover:text-gray-300 font-bold"

docs/200.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!doctype html>
22
<html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D">
33
<head>
4-
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content=""><meta data-n-head="1" name="format-detection" content="telephone=no"><title>nuxt-text-docs</title><link data-n-head="1" rel="icon" type="image/x-icon" href="/favicon.ico"><base href="/nuxt-openapi-docs-module/"><link rel="preload" href="/nuxt-openapi-docs-module/_nuxt/c2dd07f.js" as="script"><link rel="preload" href="/nuxt-openapi-docs-module/_nuxt/927fb26.js" as="script"><link rel="preload" href="/nuxt-openapi-docs-module/_nuxt/edef05a.js" as="script">
4+
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content=""><meta data-n-head="1" name="format-detection" content="telephone=no"><title>nuxt-text-docs</title><link data-n-head="1" rel="icon" type="image/x-icon" href="/favicon.ico"><base href="/nuxt-openapi-docs-module/"><link rel="preload" href="/nuxt-openapi-docs-module/_nuxt/e56a93b.js" as="script"><link rel="preload" href="/nuxt-openapi-docs-module/_nuxt/927fb26.js" as="script"><link rel="preload" href="/nuxt-openapi-docs-module/_nuxt/60a7dd7.js" as="script">
55
</head>
66
<body>
77
<div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style> <script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script> <div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div> </div><script>window.__NUXT__={config:{_app:{basePath:"/nuxt-openapi-docs-module/",assetsPath:"/nuxt-openapi-docs-module/_nuxt/",cdnURL:null}}}</script>
8-
<script src="/nuxt-openapi-docs-module/_nuxt/c2dd07f.js"></script><script src="/nuxt-openapi-docs-module/_nuxt/927fb26.js"></script><script src="/nuxt-openapi-docs-module/_nuxt/edef05a.js"></script></body>
8+
<script src="/nuxt-openapi-docs-module/_nuxt/e56a93b.js"></script><script src="/nuxt-openapi-docs-module/_nuxt/927fb26.js"></script><script src="/nuxt-openapi-docs-module/_nuxt/60a7dd7.js"></script></body>
99
</html>

docs/_nuxt/0ba4249.js renamed to docs/_nuxt/097ecda.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_nuxt/e76c996.js renamed to docs/_nuxt/1e7a2eb.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_nuxt/5e6b855.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_nuxt/edef05a.js renamed to docs/_nuxt/60a7dd7.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_nuxt/82ac57b.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_nuxt/LICENSES

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
/*!
2-
* Vue.js v2.7.14
3-
* (c) 2014-2022 Evan You
2+
* vue-client-only v0.0.0-semantic-release
3+
* (c) 2021-present egoist <0x142857@gmail.com>
44
* Released under the MIT License.
55
*/
66

7-
87
/*!
9-
* Request Templater v1.1.2
10-
*
11-
* Copyright (C) 2012-2023 Pavel Kuz`min (@s00d).
12-
*
13-
* Date: Sun, 02 Apr 2023 16:47:59 GMT
8+
* vue-no-ssr v1.1.1
9+
* (c) 2018-present egoist <0x142857@gmail.com>
10+
* Released under the MIT License.
1411
*/
1512

1613

1714
/*!
18-
* vue-client-only v0.0.0-semantic-release
19-
* (c) 2021-present egoist <0x142857@gmail.com>
15+
* Vue.js v2.7.14
16+
* (c) 2014-2022 Evan You
2017
* Released under the MIT License.
2118
*/
2219

20+
2321
/*!
24-
* vue-no-ssr v1.1.1
25-
* (c) 2018-present egoist <0x142857@gmail.com>
26-
* Released under the MIT License.
22+
* Request Templater v1.1.2
23+
*
24+
* Copyright (C) 2012-2023 Pavel Kuz`min (@s00d).
25+
*
26+
* Date: Sun, 02 Apr 2023 16:47:59 GMT
2727
*/

docs/_nuxt/c2dd07f.js renamed to docs/_nuxt/e56a93b.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)