@unhead/vue 2.0.0-rc.8 → 2.0.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/dist/client.d.mts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/legacy.d.mts +2 -2
- package/dist/legacy.d.ts +2 -2
- package/dist/scripts.d.mts +1 -1
- package/dist/scripts.d.ts +1 -1
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/shared/{vue.A6QPXQyg.d.ts → vue.CzjZUNjB.d.ts} +1 -1
- package/dist/shared/{vue.Ds_C3mXu.d.mts → vue.DMlT7xkj.d.mts} +1 -1
- package/dist/shared/{vue.C1egIkvG.d.mts → vue.DoxLTFJk.d.mts} +5 -1
- package/dist/shared/{vue.C1egIkvG.d.ts → vue.DoxLTFJk.d.ts} +5 -1
- package/dist/types.d.mts +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +2 -2
package/dist/client.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateClientHeadOptions } from 'unhead/types';
|
|
2
2
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
|
3
3
|
export { renderDOMHead } from 'unhead/client';
|
|
4
|
-
import { V as VueHeadClient } from './shared/vue.
|
|
4
|
+
import { V as VueHeadClient } from './shared/vue.DoxLTFJk.mjs';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
declare function createHead(options?: CreateClientHeadOptions): VueHeadClient;
|
package/dist/client.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateClientHeadOptions } from 'unhead/types';
|
|
2
2
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
|
3
3
|
export { renderDOMHead } from 'unhead/client';
|
|
4
|
-
import { V as VueHeadClient } from './shared/vue.
|
|
4
|
+
import { V as VueHeadClient } from './shared/vue.DoxLTFJk.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
declare function createHead(options?: CreateClientHeadOptions): VueHeadClient;
|
package/dist/index.d.mts
CHANGED
|
@@ -2,10 +2,10 @@ import { createUnhead } from 'unhead';
|
|
|
2
2
|
export { createUnhead } from 'unhead';
|
|
3
3
|
import { ActiveHeadEntry } from 'unhead/types';
|
|
4
4
|
export { ActiveHeadEntry, AriaAttributes, BodyAttributesWithoutEvents, BodyEvents, DataKeys, GlobalAttributes, Head, HeadEntryOptions, HeadTag, HttpEventAttributes, LinkWithoutEvents, MergeHead, MetaFlat, MetaFlatInput, RawInput, RenderSSRHeadOptions, ResolvableHead, ScriptWithoutEvents, SerializableHead, SpeculationRules, Unhead } from 'unhead/types';
|
|
5
|
-
import { V as VueHeadClient, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput } from './shared/vue.
|
|
6
|
-
export { B as BodyAttr, H as HtmlAttr, M as MaybeFalsy, l as ReactiveHead, n as ResolvableArray, d as ResolvableBase, k as ResolvableBodyAttributes, j as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, i as ResolvableNoscript, o as ResolvableProperties, h as ResolvableScript, g as ResolvableStyle, R as ResolvableTitle, c as ResolvableTitleTemplate, m as ResolvableValue } from './shared/vue.
|
|
7
|
-
import { U as UseHeadSafeInput } from './shared/vue.
|
|
8
|
-
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle } from './shared/vue.
|
|
5
|
+
import { V as VueHeadClient, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput } from './shared/vue.DoxLTFJk.mjs';
|
|
6
|
+
export { B as BodyAttr, D as DeepResolvableProperties, H as HtmlAttr, M as MaybeFalsy, l as ReactiveHead, n as ResolvableArray, d as ResolvableBase, k as ResolvableBodyAttributes, j as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, i as ResolvableNoscript, o as ResolvableProperties, h as ResolvableScript, g as ResolvableStyle, R as ResolvableTitle, c as ResolvableTitleTemplate, p as ResolvableUnion, m as ResolvableValue } from './shared/vue.DoxLTFJk.mjs';
|
|
7
|
+
import { U as UseHeadSafeInput } from './shared/vue.DMlT7xkj.mjs';
|
|
8
|
+
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle } from './shared/vue.DMlT7xkj.mjs';
|
|
9
9
|
export { Base, BodyAttributes, HtmlAttributes, Link, Meta, Noscript, Script, Style } from './types.mjs';
|
|
10
10
|
export { resolveUnrefHeadInput } from './utils.mjs';
|
|
11
11
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ import { createUnhead } from 'unhead';
|
|
|
2
2
|
export { createUnhead } from 'unhead';
|
|
3
3
|
import { ActiveHeadEntry } from 'unhead/types';
|
|
4
4
|
export { ActiveHeadEntry, AriaAttributes, BodyAttributesWithoutEvents, BodyEvents, DataKeys, GlobalAttributes, Head, HeadEntryOptions, HeadTag, HttpEventAttributes, LinkWithoutEvents, MergeHead, MetaFlat, MetaFlatInput, RawInput, RenderSSRHeadOptions, ResolvableHead, ScriptWithoutEvents, SerializableHead, SpeculationRules, Unhead } from 'unhead/types';
|
|
5
|
-
import { V as VueHeadClient, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput } from './shared/vue.
|
|
6
|
-
export { B as BodyAttr, H as HtmlAttr, M as MaybeFalsy, l as ReactiveHead, n as ResolvableArray, d as ResolvableBase, k as ResolvableBodyAttributes, j as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, i as ResolvableNoscript, o as ResolvableProperties, h as ResolvableScript, g as ResolvableStyle, R as ResolvableTitle, c as ResolvableTitleTemplate, m as ResolvableValue } from './shared/vue.
|
|
7
|
-
import { U as UseHeadSafeInput } from './shared/vue.
|
|
8
|
-
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle } from './shared/vue.
|
|
5
|
+
import { V as VueHeadClient, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput } from './shared/vue.DoxLTFJk.js';
|
|
6
|
+
export { B as BodyAttr, D as DeepResolvableProperties, H as HtmlAttr, M as MaybeFalsy, l as ReactiveHead, n as ResolvableArray, d as ResolvableBase, k as ResolvableBodyAttributes, j as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, i as ResolvableNoscript, o as ResolvableProperties, h as ResolvableScript, g as ResolvableStyle, R as ResolvableTitle, c as ResolvableTitleTemplate, p as ResolvableUnion, m as ResolvableValue } from './shared/vue.DoxLTFJk.js';
|
|
7
|
+
import { U as UseHeadSafeInput } from './shared/vue.CzjZUNjB.js';
|
|
8
|
+
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle } from './shared/vue.CzjZUNjB.js';
|
|
9
9
|
export { Base, BodyAttributes, HtmlAttributes, Link, Meta, Noscript, Script, Style } from './types.js';
|
|
10
10
|
export { resolveUnrefHeadInput } from './utils.js';
|
|
11
11
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
package/dist/legacy.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as unhead_types from 'unhead/types';
|
|
2
2
|
import { CreateClientHeadOptions, ActiveHeadEntry } from 'unhead/types';
|
|
3
3
|
import { createUnhead } from 'unhead';
|
|
4
|
-
import { V as VueHeadClient, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput } from './shared/vue.
|
|
5
|
-
import { U as UseHeadSafeInput } from './shared/vue.
|
|
4
|
+
import { V as VueHeadClient, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput } from './shared/vue.DoxLTFJk.mjs';
|
|
5
|
+
import { U as UseHeadSafeInput } from './shared/vue.DMlT7xkj.mjs';
|
|
6
6
|
import 'vue';
|
|
7
7
|
|
|
8
8
|
declare const createHeadCore: typeof createUnhead;
|
package/dist/legacy.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as unhead_types from 'unhead/types';
|
|
2
2
|
import { CreateClientHeadOptions, ActiveHeadEntry } from 'unhead/types';
|
|
3
3
|
import { createUnhead } from 'unhead';
|
|
4
|
-
import { V as VueHeadClient, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput } from './shared/vue.
|
|
5
|
-
import { U as UseHeadSafeInput } from './shared/vue.
|
|
4
|
+
import { V as VueHeadClient, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput } from './shared/vue.DoxLTFJk.js';
|
|
5
|
+
import { U as UseHeadSafeInput } from './shared/vue.CzjZUNjB.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
|
|
8
8
|
declare const createHeadCore: typeof createUnhead;
|
package/dist/scripts.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import { UseScriptOptions as UseScriptOptions$1, ScriptInstance, UseScriptStatus
|
|
|
2
2
|
export { AsVoidFunctions, EventHandlerOptions, RecordingEntry, ScriptInstance, UseFunctionType, UseScriptResolvedInput, UseScriptStatus, WarmupStrategy, createSpyProxy, resolveScriptKey } from 'unhead/scripts';
|
|
3
3
|
import { ScriptWithoutEvents, DataKeys, SchemaAugmentations, HeadEntryOptions } from 'unhead/types';
|
|
4
4
|
import { Ref } from 'vue';
|
|
5
|
-
import { o as ResolvableProperties, V as VueHeadClient } from './shared/vue.
|
|
5
|
+
import { o as ResolvableProperties, V as VueHeadClient } from './shared/vue.DoxLTFJk.mjs';
|
|
6
6
|
|
|
7
7
|
interface VueScriptInstance<T extends Record<symbol | string, any>> extends Omit<ScriptInstance<T>, 'status'> {
|
|
8
8
|
status: Ref<UseScriptStatus>;
|
package/dist/scripts.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { UseScriptOptions as UseScriptOptions$1, ScriptInstance, UseScriptStatus
|
|
|
2
2
|
export { AsVoidFunctions, EventHandlerOptions, RecordingEntry, ScriptInstance, UseFunctionType, UseScriptResolvedInput, UseScriptStatus, WarmupStrategy, createSpyProxy, resolveScriptKey } from 'unhead/scripts';
|
|
3
3
|
import { ScriptWithoutEvents, DataKeys, SchemaAugmentations, HeadEntryOptions } from 'unhead/types';
|
|
4
4
|
import { Ref } from 'vue';
|
|
5
|
-
import { o as ResolvableProperties, V as VueHeadClient } from './shared/vue.
|
|
5
|
+
import { o as ResolvableProperties, V as VueHeadClient } from './shared/vue.DoxLTFJk.js';
|
|
6
6
|
|
|
7
7
|
interface VueScriptInstance<T extends Record<symbol | string, any>> extends Omit<ScriptInstance<T>, 'status'> {
|
|
8
8
|
status: Ref<UseScriptStatus>;
|
package/dist/server.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateServerHeadOptions } from 'unhead/types';
|
|
2
2
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
|
3
3
|
export { SSRHeadPayload, extractUnheadInputFromHtml, propsToString, renderSSRHead, transformHtmlTemplate } from 'unhead/server';
|
|
4
|
-
import { V as VueHeadClient } from './shared/vue.
|
|
4
|
+
import { V as VueHeadClient } from './shared/vue.DoxLTFJk.mjs';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
declare function createHead(options?: Omit<CreateServerHeadOptions, 'propsResolver'>): VueHeadClient;
|
package/dist/server.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateServerHeadOptions } from 'unhead/types';
|
|
2
2
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
|
3
3
|
export { SSRHeadPayload, extractUnheadInputFromHtml, propsToString, renderSSRHead, transformHtmlTemplate } from 'unhead/server';
|
|
4
|
-
import { V as VueHeadClient } from './shared/vue.
|
|
4
|
+
import { V as VueHeadClient } from './shared/vue.DoxLTFJk.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
declare function createHead(options?: Omit<CreateServerHeadOptions, 'propsResolver'>): VueHeadClient;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ResolvableHead, LinkWithoutEvents, DataKeys, SchemaAugmentations, UnheadMeta, Style, ScriptWithoutEvents, TagPriority, TagPosition, ResolvesDuplicates, ProcessesTemplateParams, Noscript, HtmlAttributes, BodyAttributesWithoutEvents } from 'unhead/types';
|
|
2
|
-
import { m as ResolvableValue, o as ResolvableProperties } from './vue.
|
|
2
|
+
import { m as ResolvableValue, o as ResolvableProperties } from './vue.DoxLTFJk.js';
|
|
3
3
|
|
|
4
4
|
type SafeBodyAttr = ResolvableProperties<Pick<BodyAttributesWithoutEvents, 'id' | 'class' | 'style'> & DataKeys & SchemaAugmentations['bodyAttrs']>;
|
|
5
5
|
type SafeHtmlAttr = ResolvableProperties<Pick<HtmlAttributes, 'id' | 'class' | 'style' | 'lang' | 'dir'> & DataKeys & SchemaAugmentations['htmlAttrs']>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ResolvableHead, LinkWithoutEvents, DataKeys, SchemaAugmentations, UnheadMeta, Style, ScriptWithoutEvents, TagPriority, TagPosition, ResolvesDuplicates, ProcessesTemplateParams, Noscript, HtmlAttributes, BodyAttributesWithoutEvents } from 'unhead/types';
|
|
2
|
-
import { m as ResolvableValue, o as ResolvableProperties } from './vue.
|
|
2
|
+
import { m as ResolvableValue, o as ResolvableProperties } from './vue.DoxLTFJk.mjs';
|
|
3
3
|
|
|
4
4
|
type SafeBodyAttr = ResolvableProperties<Pick<BodyAttributesWithoutEvents, 'id' | 'class' | 'style'> & DataKeys & SchemaAugmentations['bodyAttrs']>;
|
|
5
5
|
type SafeHtmlAttr = ResolvableProperties<Pick<HtmlAttributes, 'id' | 'class' | 'style' | 'lang' | 'dir'> & DataKeys & SchemaAugmentations['htmlAttrs']>;
|
|
@@ -8,6 +8,10 @@ type ResolvableArray<T> = ResolvableValue<ResolvableValue<T>[]>;
|
|
|
8
8
|
type ResolvableProperties<T> = {
|
|
9
9
|
[key in keyof T]?: ResolvableValue<T[key]>;
|
|
10
10
|
};
|
|
11
|
+
type ResolvableUnion<T> = T extends string | number | boolean ? ResolvableValue<T> : T extends object ? DeepResolvableProperties<T> : ResolvableValue<T>;
|
|
12
|
+
type DeepResolvableProperties<T> = {
|
|
13
|
+
[K in keyof T]?: T[K] extends string | object ? T[K] extends string ? ResolvableUnion<T[K]> : T[K] extends object ? DeepResolvableProperties<T[K]> : ResolvableUnion<T[K]> : ResolvableUnion<T[K]>;
|
|
14
|
+
};
|
|
11
15
|
|
|
12
16
|
interface HtmlAttr extends Omit<HtmlAttributes, 'class' | 'style'> {
|
|
13
17
|
/**
|
|
@@ -131,4 +135,4 @@ type UseSeoMetaInput = ResolvableProperties<MetaFlatInput> & {
|
|
|
131
135
|
};
|
|
132
136
|
type VueHeadClient<I = UseHeadInput> = Unhead<I> & Plugin;
|
|
133
137
|
|
|
134
|
-
export type { BodyAttr as B, HtmlAttr as H, MaybeFalsy as M, ResolvableTitle as R, UseHeadInput as U, VueHeadClient as V, UseHeadOptions as a, UseSeoMetaInput as b, ResolvableTitleTemplate as c, ResolvableBase as d, ResolvableLink as e, ResolvableMeta as f, ResolvableStyle as g, ResolvableScript as h, ResolvableNoscript as i, ResolvableHtmlAttributes as j, ResolvableBodyAttributes as k, ReactiveHead as l, ResolvableValue as m, ResolvableArray as n, ResolvableProperties as o };
|
|
138
|
+
export type { BodyAttr as B, DeepResolvableProperties as D, HtmlAttr as H, MaybeFalsy as M, ResolvableTitle as R, UseHeadInput as U, VueHeadClient as V, UseHeadOptions as a, UseSeoMetaInput as b, ResolvableTitleTemplate as c, ResolvableBase as d, ResolvableLink as e, ResolvableMeta as f, ResolvableStyle as g, ResolvableScript as h, ResolvableNoscript as i, ResolvableHtmlAttributes as j, ResolvableBodyAttributes as k, ReactiveHead as l, ResolvableValue as m, ResolvableArray as n, ResolvableProperties as o, ResolvableUnion as p };
|
|
@@ -8,6 +8,10 @@ type ResolvableArray<T> = ResolvableValue<ResolvableValue<T>[]>;
|
|
|
8
8
|
type ResolvableProperties<T> = {
|
|
9
9
|
[key in keyof T]?: ResolvableValue<T[key]>;
|
|
10
10
|
};
|
|
11
|
+
type ResolvableUnion<T> = T extends string | number | boolean ? ResolvableValue<T> : T extends object ? DeepResolvableProperties<T> : ResolvableValue<T>;
|
|
12
|
+
type DeepResolvableProperties<T> = {
|
|
13
|
+
[K in keyof T]?: T[K] extends string | object ? T[K] extends string ? ResolvableUnion<T[K]> : T[K] extends object ? DeepResolvableProperties<T[K]> : ResolvableUnion<T[K]> : ResolvableUnion<T[K]>;
|
|
14
|
+
};
|
|
11
15
|
|
|
12
16
|
interface HtmlAttr extends Omit<HtmlAttributes, 'class' | 'style'> {
|
|
13
17
|
/**
|
|
@@ -131,4 +135,4 @@ type UseSeoMetaInput = ResolvableProperties<MetaFlatInput> & {
|
|
|
131
135
|
};
|
|
132
136
|
type VueHeadClient<I = UseHeadInput> = Unhead<I> & Plugin;
|
|
133
137
|
|
|
134
|
-
export type { BodyAttr as B, HtmlAttr as H, MaybeFalsy as M, ResolvableTitle as R, UseHeadInput as U, VueHeadClient as V, UseHeadOptions as a, UseSeoMetaInput as b, ResolvableTitleTemplate as c, ResolvableBase as d, ResolvableLink as e, ResolvableMeta as f, ResolvableStyle as g, ResolvableScript as h, ResolvableNoscript as i, ResolvableHtmlAttributes as j, ResolvableBodyAttributes as k, ReactiveHead as l, ResolvableValue as m, ResolvableArray as n, ResolvableProperties as o };
|
|
138
|
+
export type { BodyAttr as B, DeepResolvableProperties as D, HtmlAttr as H, MaybeFalsy as M, ResolvableTitle as R, UseHeadInput as U, VueHeadClient as V, UseHeadOptions as a, UseSeoMetaInput as b, ResolvableTitleTemplate as c, ResolvableBase as d, ResolvableLink as e, ResolvableMeta as f, ResolvableStyle as g, ResolvableScript as h, ResolvableNoscript as i, ResolvableHtmlAttributes as j, ResolvableBodyAttributes as k, ReactiveHead as l, ResolvableValue as m, ResolvableArray as n, ResolvableProperties as o, ResolvableUnion as p };
|
package/dist/types.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RawInput } from 'unhead/types';
|
|
2
2
|
export { ActiveHeadEntry, AriaAttributes, BodyAttributesWithoutEvents, BodyEvents, DataKeys, GlobalAttributes, Head, HeadEntryOptions, HeadTag, HttpEventAttributes, LinkWithoutEvents, MergeHead, MetaFlat, MetaFlatInput, RawInput, RenderSSRHeadOptions, ResolvableHead, ScriptWithoutEvents, SerializableHead, SpeculationRules, Unhead } from 'unhead/types';
|
|
3
|
-
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle, U as UseHeadSafeInput } from './shared/vue.
|
|
4
|
-
export { B as BodyAttr, H as HtmlAttr, M as MaybeFalsy, l as ReactiveHead, n as ResolvableArray, d as ResolvableBase, k as ResolvableBodyAttributes, j as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, i as ResolvableNoscript, o as ResolvableProperties, h as ResolvableScript, g as ResolvableStyle, R as ResolvableTitle, c as ResolvableTitleTemplate, m as ResolvableValue, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput, V as VueHeadClient } from './shared/vue.
|
|
3
|
+
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle, U as UseHeadSafeInput } from './shared/vue.DMlT7xkj.mjs';
|
|
4
|
+
export { B as BodyAttr, D as DeepResolvableProperties, H as HtmlAttr, M as MaybeFalsy, l as ReactiveHead, n as ResolvableArray, d as ResolvableBase, k as ResolvableBodyAttributes, j as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, i as ResolvableNoscript, o as ResolvableProperties, h as ResolvableScript, g as ResolvableStyle, R as ResolvableTitle, c as ResolvableTitleTemplate, p as ResolvableUnion, m as ResolvableValue, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput, V as VueHeadClient } from './shared/vue.DoxLTFJk.mjs';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
type Base = RawInput<'base'>;
|
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RawInput } from 'unhead/types';
|
|
2
2
|
export { ActiveHeadEntry, AriaAttributes, BodyAttributesWithoutEvents, BodyEvents, DataKeys, GlobalAttributes, Head, HeadEntryOptions, HeadTag, HttpEventAttributes, LinkWithoutEvents, MergeHead, MetaFlat, MetaFlatInput, RawInput, RenderSSRHeadOptions, ResolvableHead, ScriptWithoutEvents, SerializableHead, SpeculationRules, Unhead } from 'unhead/types';
|
|
3
|
-
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle, U as UseHeadSafeInput } from './shared/vue.
|
|
4
|
-
export { B as BodyAttr, H as HtmlAttr, M as MaybeFalsy, l as ReactiveHead, n as ResolvableArray, d as ResolvableBase, k as ResolvableBodyAttributes, j as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, i as ResolvableNoscript, o as ResolvableProperties, h as ResolvableScript, g as ResolvableStyle, R as ResolvableTitle, c as ResolvableTitleTemplate, m as ResolvableValue, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput, V as VueHeadClient } from './shared/vue.
|
|
3
|
+
export { H as HeadSafe, S as SafeBodyAttr, a as SafeHtmlAttr, c as SafeLink, b as SafeMeta, e as SafeNoscript, d as SafeScript, f as SafeStyle, U as UseHeadSafeInput } from './shared/vue.CzjZUNjB.js';
|
|
4
|
+
export { B as BodyAttr, D as DeepResolvableProperties, H as HtmlAttr, M as MaybeFalsy, l as ReactiveHead, n as ResolvableArray, d as ResolvableBase, k as ResolvableBodyAttributes, j as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, i as ResolvableNoscript, o as ResolvableProperties, h as ResolvableScript, g as ResolvableStyle, R as ResolvableTitle, c as ResolvableTitleTemplate, p as ResolvableUnion, m as ResolvableValue, U as UseHeadInput, a as UseHeadOptions, b as UseSeoMetaInput, V as VueHeadClient } from './shared/vue.DoxLTFJk.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
type Base = RawInput<'base'>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"description": "Full-stack <head> manager built for Vue.",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"hookable": "^5.5.3",
|
|
106
|
-
"unhead": "2.0.0
|
|
106
|
+
"unhead": "2.0.0"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"vue": "^3.5.13"
|