vuetify-nuxt-module 0.18.0 → 0.18.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.d.mts +1 -31
- package/dist/module.d.ts +1 -31
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +2 -2
package/dist/module.d.mts
CHANGED
|
@@ -422,8 +422,6 @@ interface SSRClientHintsConfiguration {
|
|
|
422
422
|
};
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
declare const _default: _nuxt_schema.NuxtModule<VuetifyModuleOptions>;
|
|
426
|
-
|
|
427
425
|
interface ModuleOptions extends VuetifyModuleOptions {
|
|
428
426
|
}
|
|
429
427
|
interface ModuleHooks {
|
|
@@ -445,34 +443,6 @@ interface ModuleRuntimeHooks {
|
|
|
445
443
|
ssrClientHintsConfiguration: SSRClientHintsConfiguration;
|
|
446
444
|
}) => HookResult;
|
|
447
445
|
}
|
|
448
|
-
declare
|
|
449
|
-
interface ModuleRuntimeHooks {
|
|
450
|
-
'vuetify:configuration': (options: {
|
|
451
|
-
isDev: boolean;
|
|
452
|
-
vuetifyOptions: VuetifyOptions;
|
|
453
|
-
}) => HookResult;
|
|
454
|
-
'vuetify:before-create': (options: {
|
|
455
|
-
isDev: boolean;
|
|
456
|
-
vuetifyOptions: VuetifyOptions;
|
|
457
|
-
}) => HookResult;
|
|
458
|
-
'vuetify:ready': (vuetify: ReturnType<typeof createVuetify>) => HookResult;
|
|
459
|
-
'vuetify:ssr-client-hints': (options: {
|
|
460
|
-
vuetifyOptions: VuetifyOptions;
|
|
461
|
-
ssrClientHints: SSRClientHints;
|
|
462
|
-
ssrClientHintsConfiguration: SSRClientHintsConfiguration;
|
|
463
|
-
}) => HookResult;
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
declare module '@nuxt/schema' {
|
|
467
|
-
interface NuxtConfig {
|
|
468
|
-
['vuetify']?: Partial<ModuleOptions>;
|
|
469
|
-
}
|
|
470
|
-
interface NuxtOptions {
|
|
471
|
-
['vuetify']?: ModuleOptions;
|
|
472
|
-
}
|
|
473
|
-
interface NuxtHooks {
|
|
474
|
-
'vuetify:registerModule': (registerModule: (config: InlineModuleOptions) => void) => HookResult;
|
|
475
|
-
}
|
|
476
|
-
}
|
|
446
|
+
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
|
|
477
447
|
|
|
478
448
|
export { type ComponentName, type Components, type DateAdapter, type DateOptions, type DirectiveName, type Directives, type ExternalVuetifyOptions, type FontAwesomeSvgIconSet, type FontIconSet, type IconFontName, type IconSetName, type IconsOptions, type InlineModuleOptions, type JSSVGIconSet, type LabComponentName, type LabComponents, type MOptions, type ModuleHooks, type ModuleOptions, type ModuleRuntimeHooks, type SSRClientHints, type SSRClientHintsConfiguration, type UnoCCSMdiIconSet, type VOptions, type VuetifyLocale, type VuetifyModuleOptions, _default as default };
|
package/dist/module.d.ts
CHANGED
|
@@ -422,8 +422,6 @@ interface SSRClientHintsConfiguration {
|
|
|
422
422
|
};
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
declare const _default: _nuxt_schema.NuxtModule<VuetifyModuleOptions>;
|
|
426
|
-
|
|
427
425
|
interface ModuleOptions extends VuetifyModuleOptions {
|
|
428
426
|
}
|
|
429
427
|
interface ModuleHooks {
|
|
@@ -445,34 +443,6 @@ interface ModuleRuntimeHooks {
|
|
|
445
443
|
ssrClientHintsConfiguration: SSRClientHintsConfiguration;
|
|
446
444
|
}) => HookResult;
|
|
447
445
|
}
|
|
448
|
-
declare
|
|
449
|
-
interface ModuleRuntimeHooks {
|
|
450
|
-
'vuetify:configuration': (options: {
|
|
451
|
-
isDev: boolean;
|
|
452
|
-
vuetifyOptions: VuetifyOptions;
|
|
453
|
-
}) => HookResult;
|
|
454
|
-
'vuetify:before-create': (options: {
|
|
455
|
-
isDev: boolean;
|
|
456
|
-
vuetifyOptions: VuetifyOptions;
|
|
457
|
-
}) => HookResult;
|
|
458
|
-
'vuetify:ready': (vuetify: ReturnType<typeof createVuetify>) => HookResult;
|
|
459
|
-
'vuetify:ssr-client-hints': (options: {
|
|
460
|
-
vuetifyOptions: VuetifyOptions;
|
|
461
|
-
ssrClientHints: SSRClientHints;
|
|
462
|
-
ssrClientHintsConfiguration: SSRClientHintsConfiguration;
|
|
463
|
-
}) => HookResult;
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
declare module '@nuxt/schema' {
|
|
467
|
-
interface NuxtConfig {
|
|
468
|
-
['vuetify']?: Partial<ModuleOptions>;
|
|
469
|
-
}
|
|
470
|
-
interface NuxtOptions {
|
|
471
|
-
['vuetify']?: ModuleOptions;
|
|
472
|
-
}
|
|
473
|
-
interface NuxtHooks {
|
|
474
|
-
'vuetify:registerModule': (registerModule: (config: InlineModuleOptions) => void) => HookResult;
|
|
475
|
-
}
|
|
476
|
-
}
|
|
446
|
+
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
|
|
477
447
|
|
|
478
448
|
export { type ComponentName, type Components, type DateAdapter, type DateOptions, type DirectiveName, type Directives, type ExternalVuetifyOptions, type FontAwesomeSvgIconSet, type FontIconSet, type IconFontName, type IconSetName, type IconsOptions, type InlineModuleOptions, type JSSVGIconSet, type LabComponentName, type LabComponents, type MOptions, type ModuleHooks, type ModuleOptions, type ModuleRuntimeHooks, type SSRClientHints, type SSRClientHintsConfiguration, type UnoCCSMdiIconSet, type VOptions, type VuetifyLocale, type VuetifyModuleOptions, _default as default };
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import { transformAssetUrls } from 'vite-plugin-vuetify';
|
|
|
16
16
|
import { parseQuery, parseURL } from 'ufo';
|
|
17
17
|
import destr from 'destr';
|
|
18
18
|
|
|
19
|
-
const version = "0.18.
|
|
19
|
+
const version = "0.18.2";
|
|
20
20
|
|
|
21
21
|
const VIRTUAL_VUETIFY_CONFIGURATION = "virtual:vuetify-configuration";
|
|
22
22
|
const RESOLVED_VIRTUAL_VUETIFY_CONFIGURATION = `\0${VIRTUAL_VUETIFY_CONFIGURATION}`;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetify-nuxt-module",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.18.
|
|
4
|
+
"version": "0.18.2",
|
|
5
5
|
"packageManager": "pnpm@9.9.0",
|
|
6
6
|
"description": "Zero-Config Nuxt Module for Vuetify",
|
|
7
7
|
"author": "userquin <userquin@gmail.com>",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"homepage": "https://github.com/vuetifyjs/nuxt-module#readme",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/vuetifyjs/nuxt-module.git"
|
|
12
|
+
"url": "git+https://github.com/vuetifyjs/nuxt-module.git"
|
|
13
13
|
},
|
|
14
14
|
"bugs": "https://github.com/vuetifyjs/nuxt-module/issues",
|
|
15
15
|
"keywords": [
|