@nuxtify/pages 0.4.6 → 0.5.1
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/dist/module.json +2 -3
- package/dist/module.mjs +2 -3
- package/dist/runtime/components/EmailSubscribeForm.vue.d.ts +2 -1
- package/dist/runtime/components/FooterCallToAction.vue.d.ts +2 -1
- package/dist/runtime/components/app/AppBar.vue.d.ts +2 -1
- package/dist/runtime/components/app/AppFooter.vue +3 -3
- package/dist/runtime/components/app/AppFooter.vue.d.ts +2 -1
- package/dist/runtime/components/app/AppNavigationDrawer.vue.d.ts +2 -1
- package/dist/runtime/layouts/DefaultLayout.vue +1 -1
- package/dist/runtime/layouts/DefaultLayout.vue.d.ts +5 -4
- package/dist/runtime/pages/DynamicSlug.vue.d.ts +2 -1
- package/dist/runtime/pages/IndexPage.vue +2 -2
- package/dist/runtime/pages/IndexPage.vue.d.ts +2 -1
- package/package.json +7 -7
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineNuxtModule, createResolver, useLogger, addLayout, addComponentsDi
|
|
|
2
2
|
import { defu } from 'defu';
|
|
3
3
|
|
|
4
4
|
const name = "@nuxtify/pages";
|
|
5
|
-
const version = "0.
|
|
5
|
+
const version = "0.5.1";
|
|
6
6
|
|
|
7
7
|
const module$1 = defineNuxtModule().with({
|
|
8
8
|
meta: {
|
|
@@ -10,8 +10,7 @@ const module$1 = defineNuxtModule().with({
|
|
|
10
10
|
version,
|
|
11
11
|
configKey: "nuxtifyPages",
|
|
12
12
|
compatibility: {
|
|
13
|
-
nuxt: ">=
|
|
14
|
-
bridge: false
|
|
13
|
+
nuxt: ">=4.0.0"
|
|
15
14
|
}
|
|
16
15
|
},
|
|
17
16
|
moduleDependencies: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
submitUrl: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -91,4 +91,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
91
|
appendButtonIcon: string;
|
|
92
92
|
prependButtonIcon: string;
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
94
|
+
declare const _default: typeof __VLS_export;
|
|
94
95
|
export default _default;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -60,7 +60,7 @@ const brandColWidth = computed(() => {
|
|
|
60
60
|
<v-btn
|
|
61
61
|
:to="link.to"
|
|
62
62
|
:href="link.href"
|
|
63
|
-
variant="
|
|
63
|
+
variant="plain"
|
|
64
64
|
:active="false"
|
|
65
65
|
:ripple="false"
|
|
66
66
|
:target="link.openInNew ? '_blank' : void 0"
|
|
@@ -87,7 +87,7 @@ const brandColWidth = computed(() => {
|
|
|
87
87
|
cols="12"
|
|
88
88
|
sm="9"
|
|
89
89
|
>
|
|
90
|
-
<AppCredits />
|
|
90
|
+
<AppCredits class="opacity-60" />
|
|
91
91
|
|
|
92
92
|
<v-divider
|
|
93
93
|
v-if="footerSecondaryLinks?.length"
|
|
@@ -124,5 +124,5 @@ const brandColWidth = computed(() => {
|
|
|
124
124
|
</template>
|
|
125
125
|
|
|
126
126
|
<style scoped>
|
|
127
|
-
a{color:inherit;justify-content:start;text-decoration:none}.v-btn:hover,a:hover{text-decoration:underline;text-underline-offset:4px}:deep(.v-btn:hover>.v-btn__overlay){opacity:0}.clip-text{max-width:600px}
|
|
127
|
+
a{color:inherit;justify-content:start;text-decoration:none}.v-btn:hover,a:hover{text-decoration:underline;text-underline-offset:4px}:deep(.v-btn:hover>.v-btn__overlay){opacity:0}.clip-text{max-width:600px}.opacity-60{opacity:.6}
|
|
128
128
|
</style>
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_34: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_34) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
declare const
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
7
8
|
export default _default;
|
|
8
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
9
10
|
new (): {
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
-
import { useNuxtifyConfig,
|
|
2
|
+
import { useNuxtifyConfig, useSeoMeta } from "#imports";
|
|
3
3
|
const nuxtifyConfig = useNuxtifyConfig();
|
|
4
|
-
|
|
4
|
+
useSeoMeta({
|
|
5
5
|
title: `${nuxtifyConfig.brand?.name}`,
|
|
6
6
|
description: `This is the ${nuxtifyConfig.brand?.name} home page.`
|
|
7
7
|
});
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtify/pages",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Nuxtify pages module powered by Nuxt and Vuetify.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://nuxtify.dev",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@nuxtify/core": "^0.
|
|
47
|
+
"@nuxtify/core": "^0.3.0",
|
|
48
48
|
"defu": "^6.1.4"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@nuxt/devtools": "^
|
|
51
|
+
"@nuxt/devtools": "^3.1.1",
|
|
52
52
|
"@nuxt/eslint": "^1.12.1",
|
|
53
53
|
"@nuxt/eslint-config": "^1.4.1",
|
|
54
|
-
"@nuxt/kit": "^
|
|
54
|
+
"@nuxt/kit": "^4.2.2",
|
|
55
55
|
"@nuxt/module-builder": "^1.0.2",
|
|
56
|
-
"@nuxt/schema": "^
|
|
56
|
+
"@nuxt/schema": "^4.2.2",
|
|
57
57
|
"@nuxt/test-utils": "^3.23.0",
|
|
58
58
|
"@types/node": "^22.19.7",
|
|
59
59
|
"changelogen": "^0.6.2",
|
|
60
60
|
"eslint": "^9.39.2",
|
|
61
|
-
"nuxt": "^
|
|
61
|
+
"nuxt": "^4.2.2",
|
|
62
62
|
"typescript": "^5.9.3",
|
|
63
63
|
"vitest": "^3.2.4",
|
|
64
|
-
"vue-tsc": "^2.2
|
|
64
|
+
"vue-tsc": "^3.2.2"
|
|
65
65
|
}
|
|
66
66
|
}
|