@mevbg/nuxt-kit 0.5.0 → 0.5.2
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
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import { floatingVueDefaultConfig, toastifyDefaultConfig } from '../dist/runtime
|
|
|
4
4
|
import { DEFAULT_PRIMARY_COLOR_SCHEME } from '../dist/runtime/defaults.js';
|
|
5
5
|
export * from '@mevbg/nuxt-color-scheme';
|
|
6
6
|
|
|
7
|
-
const module = defineNuxtModule({
|
|
7
|
+
const module$1 = defineNuxtModule({
|
|
8
8
|
meta: {
|
|
9
9
|
name: "@mevbg/nuxt-kit",
|
|
10
10
|
configKey: "mevKit"
|
|
@@ -84,4 +84,4 @@ const module = defineNuxtModule({
|
|
|
84
84
|
}
|
|
85
85
|
});
|
|
86
86
|
|
|
87
|
-
export { module as default };
|
|
87
|
+
export { module$1 as default };
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
condition?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare var
|
|
4
|
+
declare var __VLS_8: {}, __VLS_10: {};
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
7
7
|
} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_10) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
11
|
condition: boolean;
|
|
12
12
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
14
15
|
export default _default;
|
|
15
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
16
17
|
new (): {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type AppMeta = {
|
|
2
|
-
|
|
2
|
+
assetsPath?: string;
|
|
3
3
|
locale: string;
|
|
4
4
|
themeColor: string;
|
|
5
5
|
robots: boolean;
|
|
@@ -7,7 +7,7 @@ type AppMeta = {
|
|
|
7
7
|
siteOwner: string;
|
|
8
8
|
googleSiteVerification?: string;
|
|
9
9
|
};
|
|
10
|
-
export declare function useAppMeta({
|
|
10
|
+
export declare function useAppMeta({ assetsPath, locale, themeColor, robots, siteTitle, siteOwner, googleSiteVerification }: AppMeta): ({
|
|
11
11
|
charset: string;
|
|
12
12
|
'http-equiv'?: undefined;
|
|
13
13
|
content?: undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export function useAppMeta({
|
|
2
|
-
|
|
2
|
+
assetsPath = "/assets",
|
|
3
3
|
locale,
|
|
4
4
|
themeColor,
|
|
5
5
|
robots,
|
|
@@ -24,8 +24,8 @@ export function useAppMeta({
|
|
|
24
24
|
{ name: "apple-mobile-web-app-status-bar-style", content: "default" },
|
|
25
25
|
{ name: "apple-mobile-web-app-title", content: siteTitle },
|
|
26
26
|
{ name: "msapplication-TileColor", content: themeColor },
|
|
27
|
-
{ name: "msapplication-TileImage", content: `${
|
|
28
|
-
{ name: "msapplication-config", content: `${
|
|
27
|
+
{ name: "msapplication-TileImage", content: `${assetsPath}/mstile-144x144.png` },
|
|
28
|
+
{ name: "msapplication-config", content: `${assetsPath}/browserconfig.xml` },
|
|
29
29
|
{ property: "og:site_name", content: siteTitle },
|
|
30
30
|
{ property: "og:locale", content: locale },
|
|
31
31
|
{ name: "twitter:card", content: "summary_large_image" }
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mevbg/nuxt-kit",
|
|
3
3
|
"title": "Mev’s Nuxt Kit",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.2",
|
|
5
5
|
"description": "Mev’s personal Nuxt kit module.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"nuxt kit",
|
|
@@ -73,27 +73,27 @@
|
|
|
73
73
|
"npm": ">=10.x"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@mevbg/design-essentials-vendor": "^2.0.
|
|
76
|
+
"@mevbg/design-essentials-vendor": "^2.0.5",
|
|
77
77
|
"@mevbg/nuxt-color-scheme": "^2.0.3",
|
|
78
|
-
"@nuxt/kit": "^4.
|
|
79
|
-
"@vueuse/nuxt": "^
|
|
78
|
+
"@nuxt/kit": "^4.2.2",
|
|
79
|
+
"@vueuse/nuxt": "^14.1.0",
|
|
80
80
|
"floating-vue": "^5.2.2",
|
|
81
81
|
"mobile-device-detect": "^0.4.3",
|
|
82
82
|
"vue3-toastify": "^0.2.8"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@nuxt/devtools": "^
|
|
86
|
-
"@nuxt/eslint-config": "^1.
|
|
85
|
+
"@nuxt/devtools": "^3.1.1",
|
|
86
|
+
"@nuxt/eslint-config": "^1.12.1",
|
|
87
87
|
"@nuxt/module-builder": "^1.0.2",
|
|
88
|
-
"@nuxt/schema": "^4.
|
|
88
|
+
"@nuxt/schema": "^4.2.2",
|
|
89
89
|
"@types/node": "latest",
|
|
90
90
|
"changelogen": "^0.6.2",
|
|
91
|
-
"eslint": "^9.
|
|
91
|
+
"eslint": "^9.39.2",
|
|
92
92
|
"eslint-config-prettier": "^10.1.8",
|
|
93
93
|
"eslint-plugin-prettier": "^5.5.4",
|
|
94
|
-
"nuxt": "^4.
|
|
94
|
+
"nuxt": "^4.2.2",
|
|
95
95
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
96
|
-
"typescript": "~5.9.
|
|
97
|
-
"vue-tsc": "^3.
|
|
96
|
+
"typescript": "~5.9.3",
|
|
97
|
+
"vue-tsc": "^3.2.1"
|
|
98
98
|
}
|
|
99
99
|
}
|