@nuxt/scripts 1.0.0-beta.3 → 1.0.0-beta.31
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/README.md +3 -3
- package/dist/client/200.html +1 -1
- package/dist/client/404.html +1 -1
- package/dist/client/_nuxt/{DdVDSbUA.js → 6CwTUC2b.js} +1 -1
- package/dist/client/_nuxt/{CD5B-xvT.js → B71AlSZ1.js} +1 -1
- package/dist/client/_nuxt/{Ds2G8aQM.js → BYGJV5dd.js} +1 -1
- package/dist/client/_nuxt/V4W-T8W6.js +162 -0
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/70b59a3e-a025-4a77-a25a-dfadf5b1749d.json +1 -0
- package/dist/client/_nuxt/entry.C5SUNdim.css +1 -0
- package/dist/client/_nuxt/error-404.1K8v8Su2.css +1 -0
- package/dist/client/_nuxt/error-500.B9qvKpQm.css +1 -0
- package/dist/client/index.html +1 -1
- package/dist/module.d.mts +6 -18
- package/dist/module.d.ts +164 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +908 -645
- package/dist/registry.d.ts +6 -0
- package/dist/registry.mjs +244 -78
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.d.vue.ts +16 -9
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue +57 -30
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue.d.ts +16 -9
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.d.vue.ts +22 -39
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue +69 -72
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue.d.ts +22 -39
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.d.vue.ts +5 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.vue +25 -38
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.vue.d.ts +5 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.d.vue.ts +43 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.vue +61 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.vue.d.ts +43 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.d.vue.ts +4 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.vue +22 -26
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.vue.d.ts +4 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.d.vue.ts +9 -5
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue +62 -53
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue.d.ts +9 -5
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.d.vue.ts +26 -11
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue +48 -45
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue.d.ts +26 -11
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.d.vue.ts +15 -4
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue +47 -37
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue.d.ts +15 -4
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.d.vue.ts +77 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue +209 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue.d.ts +77 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.d.vue.ts +4 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.vue +23 -32
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.vue.d.ts +4 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.d.vue.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.vue +24 -38
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.vue.d.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.d.vue.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.vue +24 -38
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.vue.d.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.d.vue.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.vue +25 -38
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.vue.d.ts +7 -3
- package/dist/runtime/components/GoogleMaps/bindGoogleMapsEvents.d.ts +13 -0
- package/dist/runtime/components/GoogleMaps/bindGoogleMapsEvents.js +8 -0
- package/dist/runtime/components/GoogleMaps/injectionKeys.d.ts +13 -0
- package/dist/runtime/components/GoogleMaps/injectionKeys.js +3 -0
- package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.d.ts +26 -0
- package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.js +42 -0
- package/dist/runtime/components/ScriptBlueskyEmbed.d.vue.ts +87 -0
- package/dist/runtime/components/ScriptBlueskyEmbed.vue +85 -0
- package/dist/runtime/components/ScriptBlueskyEmbed.vue.d.ts +87 -0
- package/dist/runtime/components/ScriptCrisp.vue +1 -1
- package/dist/runtime/components/ScriptGoogleAdsense.vue +1 -1
- package/dist/runtime/components/ScriptGravatar.d.vue.ts +22 -0
- package/dist/runtime/components/ScriptGravatar.vue +46 -0
- package/dist/runtime/components/ScriptGravatar.vue.d.ts +22 -0
- package/dist/runtime/components/ScriptInstagramEmbed.d.vue.ts +2 -2
- package/dist/runtime/components/ScriptInstagramEmbed.vue +5 -2
- package/dist/runtime/components/ScriptInstagramEmbed.vue.d.ts +2 -2
- package/dist/runtime/components/ScriptIntercom.vue +4 -3
- package/dist/runtime/components/ScriptPayPalButtons.d.vue.ts +43 -32
- package/dist/runtime/components/ScriptPayPalButtons.vue +48 -79
- package/dist/runtime/components/ScriptPayPalButtons.vue.d.ts +43 -32
- package/dist/runtime/components/ScriptPayPalMessages.d.vue.ts +37 -23
- package/dist/runtime/components/ScriptPayPalMessages.vue +46 -50
- package/dist/runtime/components/ScriptPayPalMessages.vue.d.ts +37 -23
- package/dist/runtime/components/ScriptStripePricingTable.vue +2 -2
- package/dist/runtime/components/ScriptVimeoPlayer.d.vue.ts +9 -0
- package/dist/runtime/components/ScriptVimeoPlayer.vue +13 -10
- package/dist/runtime/components/ScriptVimeoPlayer.vue.d.ts +9 -0
- package/dist/runtime/components/ScriptXEmbed.d.vue.ts +2 -2
- package/dist/runtime/components/ScriptXEmbed.vue +6 -3
- package/dist/runtime/components/ScriptXEmbed.vue.d.ts +2 -2
- package/dist/runtime/components/ScriptYouTubePlayer.d.vue.ts +2 -2
- package/dist/runtime/components/ScriptYouTubePlayer.vue +11 -5
- package/dist/runtime/components/ScriptYouTubePlayer.vue.d.ts +2 -2
- package/dist/runtime/composables/useScript.js +13 -6
- package/dist/runtime/composables/useScriptEventPage.js +2 -2
- package/dist/runtime/composables/useScriptTriggerConsent.d.ts +10 -0
- package/dist/runtime/composables/useScriptTriggerConsent.js +33 -20
- package/dist/runtime/composables/useScriptTriggerElement.js +1 -1
- package/dist/runtime/composables/useScriptTriggerIdleTimeout.js +1 -1
- package/dist/runtime/registry/bing-uet.d.ts +20 -0
- package/dist/runtime/registry/bing-uet.js +29 -0
- package/dist/runtime/registry/bluesky-embed.d.ts +116 -0
- package/dist/runtime/registry/bluesky-embed.js +72 -0
- package/dist/runtime/registry/clarity.d.ts +10 -15
- package/dist/runtime/registry/clarity.js +22 -31
- package/dist/runtime/registry/cloudflare-web-analytics.d.ts +2 -13
- package/dist/runtime/registry/cloudflare-web-analytics.js +2 -14
- package/dist/runtime/registry/crisp.d.ts +10 -40
- package/dist/runtime/registry/crisp.js +2 -33
- package/dist/runtime/registry/databuddy-analytics.d.ts +2 -35
- package/dist/runtime/registry/databuddy-analytics.js +20 -45
- package/dist/runtime/registry/fathom-analytics.d.ts +7 -26
- package/dist/runtime/registry/fathom-analytics.js +2 -24
- package/dist/runtime/registry/google-adsense.d.ts +3 -11
- package/dist/runtime/registry/google-adsense.js +2 -11
- package/dist/runtime/registry/google-analytics.d.ts +3 -5
- package/dist/runtime/registry/google-analytics.js +3 -8
- package/dist/runtime/registry/google-maps.d.ts +3 -9
- package/dist/runtime/registry/google-maps.js +2 -8
- package/dist/runtime/registry/google-recaptcha.d.ts +2 -6
- package/dist/runtime/registry/google-recaptcha.js +4 -12
- package/dist/runtime/registry/google-sign-in.d.ts +2 -13
- package/dist/runtime/registry/google-sign-in.js +2 -22
- package/dist/runtime/registry/google-tag-manager.d.ts +3 -28
- package/dist/runtime/registry/google-tag-manager.js +4 -27
- package/dist/runtime/registry/gravatar.d.ts +26 -0
- package/dist/runtime/registry/gravatar.js +33 -0
- package/dist/runtime/registry/hotjar.d.ts +4 -6
- package/dist/runtime/registry/hotjar.js +2 -5
- package/dist/runtime/registry/instagram-embed.d.ts +3 -18
- package/dist/runtime/registry/instagram-embed.js +4 -19
- package/dist/runtime/registry/intercom.d.ts +4 -12
- package/dist/runtime/registry/intercom.js +2 -12
- package/dist/runtime/registry/matomo-analytics.d.ts +3 -12
- package/dist/runtime/registry/matomo-analytics.js +3 -12
- package/dist/runtime/registry/meta-pixel.d.ts +4 -6
- package/dist/runtime/registry/meta-pixel.js +2 -4
- package/dist/runtime/registry/mixpanel-analytics.d.ts +22 -0
- package/dist/runtime/registry/mixpanel-analytics.js +46 -0
- package/dist/runtime/registry/npm.d.ts +3 -7
- package/dist/runtime/registry/npm.js +2 -9
- package/dist/runtime/registry/paypal.d.ts +4 -25
- package/dist/runtime/registry/paypal.js +3 -66
- package/dist/runtime/registry/plausible-analytics.js +18 -13
- package/dist/runtime/registry/posthog.d.ts +10 -12
- package/dist/runtime/registry/posthog.js +7 -14
- package/dist/runtime/registry/reddit-pixel.d.ts +5 -6
- package/dist/runtime/registry/reddit-pixel.js +2 -4
- package/dist/runtime/registry/rybbit-analytics.d.ts +2 -14
- package/dist/runtime/registry/rybbit-analytics.js +10 -20
- package/dist/runtime/registry/schemas.d.ts +982 -0
- package/dist/runtime/registry/schemas.js +937 -0
- package/dist/runtime/registry/segment.d.ts +2 -5
- package/dist/runtime/registry/segment.js +2 -5
- package/dist/runtime/registry/snapchat-pixel.d.ts +4 -33
- package/dist/runtime/registry/snapchat-pixel.js +2 -20
- package/dist/runtime/registry/stripe.d.ts +3 -4
- package/dist/runtime/registry/stripe.js +2 -4
- package/dist/runtime/registry/tiktok-pixel.d.ts +4 -7
- package/dist/runtime/registry/tiktok-pixel.js +2 -6
- package/dist/runtime/registry/umami-analytics.d.ts +2 -31
- package/dist/runtime/registry/umami-analytics.js +2 -36
- package/dist/runtime/registry/vercel-analytics.d.ts +29 -0
- package/dist/runtime/registry/vercel-analytics.js +84 -0
- package/dist/runtime/registry/vimeo-player.d.ts +2 -2
- package/dist/runtime/registry/vimeo-player.js +1 -1
- package/dist/runtime/registry/x-embed.d.ts +3 -17
- package/dist/runtime/registry/x-embed.js +3 -18
- package/dist/runtime/registry/x-pixel.d.ts +4 -7
- package/dist/runtime/registry/x-pixel.js +2 -5
- package/dist/runtime/registry/youtube-player.d.ts +7 -7
- package/dist/runtime/registry/youtube-player.js +1 -1
- package/dist/runtime/server/{sw-handler.d.ts → bluesky-embed-image.d.ts} +1 -1
- package/dist/runtime/server/bluesky-embed-image.js +7 -0
- package/dist/runtime/server/bluesky-embed.d.ts +16 -0
- package/dist/runtime/server/bluesky-embed.js +59 -0
- package/dist/runtime/server/google-maps-geocode-proxy.d.ts +2 -0
- package/dist/runtime/server/google-maps-geocode-proxy.js +34 -0
- package/dist/runtime/server/google-static-maps-proxy.js +2 -13
- package/dist/runtime/server/gravatar-proxy.d.ts +2 -0
- package/dist/runtime/server/gravatar-proxy.js +46 -0
- package/dist/runtime/server/instagram-embed-asset.js +8 -41
- package/dist/runtime/server/instagram-embed-image.js +6 -53
- package/dist/runtime/server/instagram-embed.d.ts +16 -0
- package/dist/runtime/server/instagram-embed.js +173 -35
- package/dist/runtime/server/proxy-handler.js +144 -113
- package/dist/runtime/server/utils/image-proxy.d.ts +12 -0
- package/dist/runtime/server/utils/image-proxy.js +70 -0
- package/dist/runtime/server/utils/privacy.d.ts +1 -2
- package/dist/runtime/server/utils/privacy.js +54 -34
- package/dist/runtime/server/x-embed-image.js +5 -49
- package/dist/runtime/server/x-embed.js +3 -2
- package/dist/runtime/types.d.ts +74 -40
- package/dist/runtime/utils/pure.d.ts +1 -5
- package/dist/runtime/utils/pure.js +0 -67
- package/dist/runtime/utils.d.ts +4 -3
- package/dist/runtime/utils.js +24 -10
- package/dist/shared/scripts.D7e2ENu6.mjs +211 -0
- package/dist/stats.d.mts +202 -0
- package/dist/stats.d.ts +202 -0
- package/dist/stats.mjs +3860 -0
- package/dist/types-source.d.mts +17 -0
- package/dist/types-source.d.ts +17 -0
- package/dist/types-source.mjs +3614 -0
- package/package.json +52 -38
- package/dist/client/_nuxt/D-kOnTuH.js +0 -162
- package/dist/client/_nuxt/builds/meta/f1474569-6922-450d-bc3f-4fd5f3e1391a.json +0 -1
- package/dist/client/_nuxt/entry.D45OuV0w.css +0 -1
- package/dist/client/_nuxt/error-404.B57D-jUQ.css +0 -1
- package/dist/client/_nuxt/error-500.DTHUW7BI.css +0 -1
- package/dist/runtime/components/ScriptPayPalMarks.d.vue.ts +0 -52
- package/dist/runtime/components/ScriptPayPalMarks.vue +0 -69
- package/dist/runtime/components/ScriptPayPalMarks.vue.d.ts +0 -52
- package/dist/runtime/plugins/sw-register.client.d.ts +0 -2
- package/dist/runtime/plugins/sw-register.client.js +0 -12
- package/dist/runtime/server/sw-handler.js +0 -25
- package/dist/runtime/sw/proxy-sw.template.d.ts +0 -1
- package/dist/runtime/sw/proxy-sw.template.js +0 -54
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
+
import { GoogleSignInOptions } from './schemas.js';
|
|
2
3
|
export interface CredentialResponse {
|
|
3
4
|
credential: string;
|
|
4
5
|
select_by: 'auto' | 'user' | 'user_1tap' | 'user_2tap' | 'btn' | 'btn_confirm' | 'btn_add_session' | 'btn_confirm_add_session';
|
|
@@ -67,18 +68,6 @@ type AccountsNamespace = typeof google.accounts;
|
|
|
67
68
|
export interface GoogleSignInApi {
|
|
68
69
|
accounts: AccountsNamespace;
|
|
69
70
|
}
|
|
70
|
-
export
|
|
71
|
-
readonly clientId: import("valibot").StringSchema<undefined>;
|
|
72
|
-
readonly autoSelect: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
73
|
-
readonly context: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"signin", undefined>, import("valibot").LiteralSchema<"signup", undefined>, import("valibot").LiteralSchema<"use", undefined>], undefined>, undefined>;
|
|
74
|
-
readonly useFedcmForPrompt: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
75
|
-
readonly cancelOnTapOutside: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
76
|
-
readonly uxMode: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"popup", undefined>, import("valibot").LiteralSchema<"redirect", undefined>], undefined>, undefined>;
|
|
77
|
-
readonly loginUri: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
78
|
-
readonly itpSupport: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
79
|
-
readonly allowedParentOrigin: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
|
|
80
|
-
readonly hd: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
81
|
-
}, undefined>;
|
|
71
|
+
export { GoogleSignInOptions };
|
|
82
72
|
export type GoogleSignInInput = RegistryScriptInput<typeof GoogleSignInOptions>;
|
|
83
73
|
export declare function useScriptGoogleSignIn<T extends GoogleSignInApi>(_options?: GoogleSignInInput): import("#nuxt-scripts/types").UseScriptContext<T>;
|
|
84
|
-
export {};
|
|
@@ -1,26 +1,6 @@
|
|
|
1
1
|
import { useRegistryScript } from "#nuxt-scripts/utils";
|
|
2
|
-
import {
|
|
3
|
-
export
|
|
4
|
-
clientId: string(),
|
|
5
|
-
// Auto-select credentials if only one is available
|
|
6
|
-
autoSelect: optional(boolean()),
|
|
7
|
-
// Context for One Tap (signin, signup, or use)
|
|
8
|
-
context: optional(union([literal("signin"), literal("signup"), literal("use")])),
|
|
9
|
-
// FedCM API support (Privacy Sandbox) - mandatory from August 2025
|
|
10
|
-
useFedcmForPrompt: optional(boolean()),
|
|
11
|
-
// Cancel One Tap if user clicks outside
|
|
12
|
-
cancelOnTapOutside: optional(boolean()),
|
|
13
|
-
// UX mode: popup or redirect
|
|
14
|
-
uxMode: optional(union([literal("popup"), literal("redirect")])),
|
|
15
|
-
// Login URI for redirect flow
|
|
16
|
-
loginUri: optional(string()),
|
|
17
|
-
// ITP (Intelligent Tracking Prevention) support
|
|
18
|
-
itpSupport: optional(boolean()),
|
|
19
|
-
// Allowed parent origins for iframe embedding
|
|
20
|
-
allowedParentOrigin: optional(union([string(), array(string())])),
|
|
21
|
-
// Hosted domain - restrict to specific Google Workspace domain
|
|
22
|
-
hd: optional(string())
|
|
23
|
-
});
|
|
2
|
+
import { GoogleSignInOptions } from "./schemas.js";
|
|
3
|
+
export { GoogleSignInOptions };
|
|
24
4
|
export function useScriptGoogleSignIn(_options) {
|
|
25
5
|
return useRegistryScript(_options?.key || "googleSignIn", () => {
|
|
26
6
|
return {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import type { GTag } from './google-analytics.js';
|
|
2
1
|
import type { NuxtUseScriptOptions, RegistryScriptInput, UseFunctionType, UseScriptContext } from '#nuxt-scripts/types';
|
|
2
|
+
import type { GTag } from './google-analytics.js';
|
|
3
|
+
import { GoogleTagManagerOptions } from './schemas.js';
|
|
3
4
|
/**
|
|
4
5
|
* Improved DataLayer type that better reflects GTM's capabilities
|
|
5
6
|
* Can contain either gtag event parameters or custom data objects
|
|
@@ -65,33 +66,7 @@ declare global {
|
|
|
65
66
|
interface Window extends GoogleTagManagerApi {
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
|
-
|
|
69
|
-
* GTM configuration options with improved documentation
|
|
70
|
-
*/
|
|
71
|
-
export declare const GoogleTagManagerOptions: import("valibot").ObjectSchema<{
|
|
72
|
-
/** GTM container ID (format: GTM-XXXXXX) */
|
|
73
|
-
readonly id: import("valibot").StringSchema<undefined>;
|
|
74
|
-
/** Optional dataLayer variable name */
|
|
75
|
-
readonly l: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
76
|
-
/** Authentication token for environment-specific container versions */
|
|
77
|
-
readonly auth: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
78
|
-
/** Preview environment name */
|
|
79
|
-
readonly preview: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
80
|
-
/** Forces GTM cookies to take precedence when true */
|
|
81
|
-
readonly cookiesWin: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"x", undefined>], undefined>, undefined>;
|
|
82
|
-
/** Enables debug mode when true */
|
|
83
|
-
readonly debug: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"x", undefined>], undefined>, undefined>;
|
|
84
|
-
/** No Personal Advertising - disables advertising features when true */
|
|
85
|
-
readonly npa: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").BooleanSchema<undefined>, import("valibot").LiteralSchema<"1", undefined>], undefined>, undefined>;
|
|
86
|
-
/** Custom dataLayer name (alternative to "l" property) */
|
|
87
|
-
readonly dataLayer: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
88
|
-
/** Environment name for environment-specific container */
|
|
89
|
-
readonly envName: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
90
|
-
/** Referrer policy for analytics requests */
|
|
91
|
-
readonly authReferrerPolicy: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
92
|
-
/** Default consent settings for GTM */
|
|
93
|
-
readonly defaultConsent: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, undefined>;
|
|
94
|
-
}, undefined>;
|
|
69
|
+
export { GoogleTagManagerOptions };
|
|
95
70
|
export type GoogleTagManagerInput = RegistryScriptInput<typeof GoogleTagManagerOptions>;
|
|
96
71
|
/**
|
|
97
72
|
* Hook to use Google Tag Manager in Nuxt applications
|
|
@@ -1,30 +1,7 @@
|
|
|
1
|
-
import { withQuery } from "ufo";
|
|
2
1
|
import { useRegistryScript } from "#nuxt-scripts/utils";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
id: string(),
|
|
7
|
-
/** Optional dataLayer variable name */
|
|
8
|
-
l: optional(string()),
|
|
9
|
-
/** Authentication token for environment-specific container versions */
|
|
10
|
-
auth: optional(string()),
|
|
11
|
-
/** Preview environment name */
|
|
12
|
-
preview: optional(string()),
|
|
13
|
-
/** Forces GTM cookies to take precedence when true */
|
|
14
|
-
cookiesWin: optional(union([boolean(), literal("x")])),
|
|
15
|
-
/** Enables debug mode when true */
|
|
16
|
-
debug: optional(union([boolean(), literal("x")])),
|
|
17
|
-
/** No Personal Advertising - disables advertising features when true */
|
|
18
|
-
npa: optional(union([boolean(), literal("1")])),
|
|
19
|
-
/** Custom dataLayer name (alternative to "l" property) */
|
|
20
|
-
dataLayer: optional(string()),
|
|
21
|
-
/** Environment name for environment-specific container */
|
|
22
|
-
envName: optional(string()),
|
|
23
|
-
/** Referrer policy for analytics requests */
|
|
24
|
-
authReferrerPolicy: optional(string()),
|
|
25
|
-
/** Default consent settings for GTM */
|
|
26
|
-
defaultConsent: optional(record(string(), union([string(), number()])))
|
|
27
|
-
});
|
|
2
|
+
import { withQuery } from "ufo";
|
|
3
|
+
import { GoogleTagManagerOptions } from "./schemas.js";
|
|
4
|
+
export { GoogleTagManagerOptions };
|
|
28
5
|
export function useScriptGoogleTagManager(options) {
|
|
29
6
|
const instance = useRegistryScript(
|
|
30
7
|
options?.key || "googleTagManager",
|
|
@@ -64,7 +41,7 @@ export function useScriptGoogleTagManager(options) {
|
|
|
64
41
|
if (opts.defaultConsent)
|
|
65
42
|
gtag("consent", "default", opts.defaultConsent);
|
|
66
43
|
window[dataLayerName].push({
|
|
67
|
-
"gtm.start":
|
|
44
|
+
"gtm.start": Date.now(),
|
|
68
45
|
"event": "gtm.js"
|
|
69
46
|
});
|
|
70
47
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
+
import { GravatarOptions } from './schemas.js';
|
|
3
|
+
export { GravatarOptions } from './schemas.js';
|
|
4
|
+
export type GravatarInput = RegistryScriptInput<typeof GravatarOptions>;
|
|
5
|
+
export interface GravatarApi {
|
|
6
|
+
/**
|
|
7
|
+
* Get a proxied avatar URL for a given SHA256 email hash.
|
|
8
|
+
* When firstParty mode is enabled, this routes through your server.
|
|
9
|
+
*/
|
|
10
|
+
getAvatarUrl: (hash: string, options?: {
|
|
11
|
+
size?: number;
|
|
12
|
+
default?: string;
|
|
13
|
+
rating?: string;
|
|
14
|
+
}) => string;
|
|
15
|
+
/**
|
|
16
|
+
* Get a proxied avatar URL using the server-side hashing endpoint.
|
|
17
|
+
* The email is sent to YOUR server (not Gravatar) for hashing.
|
|
18
|
+
* Only available when the gravatar proxy is enabled.
|
|
19
|
+
*/
|
|
20
|
+
getAvatarUrlFromEmail: (email: string, options?: {
|
|
21
|
+
size?: number;
|
|
22
|
+
default?: string;
|
|
23
|
+
rating?: string;
|
|
24
|
+
}) => string;
|
|
25
|
+
}
|
|
26
|
+
export declare function useScriptGravatar<T extends GravatarApi>(_options?: GravatarInput): import("#nuxt-scripts/types").UseScriptContext<T>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { useRegistryScript } from "#nuxt-scripts/utils";
|
|
2
|
+
import { GravatarOptions } from "./schemas.js";
|
|
3
|
+
export { GravatarOptions } from "./schemas.js";
|
|
4
|
+
export function useScriptGravatar(_options) {
|
|
5
|
+
return useRegistryScript(_options?.key || "gravatar", (options) => {
|
|
6
|
+
const size = options?.size ?? 80;
|
|
7
|
+
const defaultImg = options?.default ?? "mp";
|
|
8
|
+
const rating = options?.rating ?? "g";
|
|
9
|
+
const buildQuery = (overrides) => {
|
|
10
|
+
const params = new URLSearchParams();
|
|
11
|
+
params.set("s", String(overrides?.size ?? size));
|
|
12
|
+
params.set("d", overrides?.default ?? defaultImg);
|
|
13
|
+
params.set("r", overrides?.rating ?? rating);
|
|
14
|
+
return params.toString();
|
|
15
|
+
};
|
|
16
|
+
return {
|
|
17
|
+
scriptInput: {
|
|
18
|
+
src: "https://secure.gravatar.com/js/gprofiles.js"
|
|
19
|
+
},
|
|
20
|
+
schema: import.meta.dev ? GravatarOptions : void 0,
|
|
21
|
+
scriptOptions: {
|
|
22
|
+
use: () => ({
|
|
23
|
+
getAvatarUrl: (hash, overrides) => {
|
|
24
|
+
return `/_scripts/proxy/gravatar?hash=${encodeURIComponent(hash)}&${buildQuery(overrides)}`;
|
|
25
|
+
},
|
|
26
|
+
getAvatarUrlFromEmail: (email, overrides) => {
|
|
27
|
+
return `/_scripts/proxy/gravatar?email=${encodeURIComponent(email)}&${buildQuery(overrides)}`;
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}, _options);
|
|
33
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
+
import { HotjarOptions } from './schemas.js';
|
|
3
|
+
export { HotjarOptions };
|
|
2
4
|
export interface HotjarApi {
|
|
3
|
-
hj: ((event: 'identify', userId: string, attributes?: Record<string, any>) => void) & ((event: 'stateChange', path: string) => void) & ((event: '
|
|
5
|
+
hj: ((event: 'identify', userId: string, attributes?: Record<string, any>) => void) & ((event: 'stateChange', path: string) => void) & ((event: 'vPageView', path: string) => void) & ((event: 'event', eventName: string) => void) & ((event: (string & {}), ...args: any[]) => void) & {
|
|
4
6
|
q: any[];
|
|
5
7
|
};
|
|
6
8
|
}
|
|
@@ -12,9 +14,5 @@ declare global {
|
|
|
12
14
|
};
|
|
13
15
|
}
|
|
14
16
|
}
|
|
15
|
-
export
|
|
16
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
17
|
-
readonly sv: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
18
|
-
}, undefined>;
|
|
19
|
-
export type HotjarInput = RegistryScriptInput<typeof HotjarOptions, true, false, false>;
|
|
17
|
+
export type HotjarInput = RegistryScriptInput<typeof HotjarOptions, true, false>;
|
|
20
18
|
export declare function useScriptHotjar<T extends HotjarApi>(_options?: HotjarInput): import("#nuxt-scripts/types").UseScriptContext<T>;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { useRegistryScript } from "../utils.js";
|
|
2
|
-
import {
|
|
3
|
-
export
|
|
4
|
-
id: number(),
|
|
5
|
-
sv: optional(number())
|
|
6
|
-
});
|
|
2
|
+
import { HotjarOptions } from "./schemas.js";
|
|
3
|
+
export { HotjarOptions };
|
|
7
4
|
export function useScriptHotjar(_options) {
|
|
8
5
|
return useRegistryScript("hotjar", (options) => ({
|
|
9
6
|
scriptInput: {
|
|
@@ -1,22 +1,7 @@
|
|
|
1
1
|
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* e.g., https://www.instagram.com/p/ABC123/
|
|
6
|
-
*/
|
|
7
|
-
readonly postUrl: import("valibot").StringSchema<undefined>;
|
|
8
|
-
/**
|
|
9
|
-
* Whether to include captions in the embed
|
|
10
|
-
* @default true
|
|
11
|
-
*/
|
|
12
|
-
readonly captions: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
13
|
-
/**
|
|
14
|
-
* Custom API endpoint for fetching embed HTML
|
|
15
|
-
* @default '/api/_scripts/instagram-embed'
|
|
16
|
-
*/
|
|
17
|
-
readonly apiEndpoint: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
18
|
-
}, undefined>;
|
|
19
|
-
export type InstagramEmbedInput = RegistryScriptInput<typeof InstagramEmbedOptions, false, false, false>;
|
|
2
|
+
import { InstagramEmbedOptions } from './schemas.js';
|
|
3
|
+
export { InstagramEmbedOptions };
|
|
4
|
+
export type InstagramEmbedInput = RegistryScriptInput<typeof InstagramEmbedOptions, false, false>;
|
|
20
5
|
/**
|
|
21
6
|
* Extract the post shortcode from an Instagram URL
|
|
22
7
|
*/
|
|
@@ -1,22 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
* The Instagram post URL to embed
|
|
5
|
-
* e.g., https://www.instagram.com/p/ABC123/
|
|
6
|
-
*/
|
|
7
|
-
postUrl: string(),
|
|
8
|
-
/**
|
|
9
|
-
* Whether to include captions in the embed
|
|
10
|
-
* @default true
|
|
11
|
-
*/
|
|
12
|
-
captions: optional(boolean()),
|
|
13
|
-
/**
|
|
14
|
-
* Custom API endpoint for fetching embed HTML
|
|
15
|
-
* @default '/api/_scripts/instagram-embed'
|
|
16
|
-
*/
|
|
17
|
-
apiEndpoint: optional(string())
|
|
18
|
-
});
|
|
1
|
+
import { InstagramEmbedOptions } from "./schemas.js";
|
|
2
|
+
export { InstagramEmbedOptions };
|
|
3
|
+
const INSTAGRAM_SHORTCODE_RE = /instagram\.com\/(?:p|reel|tv)\/([^/?]+)/;
|
|
19
4
|
export function extractInstagramShortcode(url) {
|
|
20
|
-
const match = url.match(
|
|
5
|
+
const match = url.match(INSTAGRAM_SHORTCODE_RE);
|
|
21
6
|
return match?.[1];
|
|
22
7
|
}
|
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
import type { InferInput } from '#nuxt-scripts-validator';
|
|
2
2
|
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
readonly name: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
7
|
-
readonly email: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
8
|
-
readonly user_id: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
9
|
-
readonly alignment: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"left", undefined>, import("valibot").LiteralSchema<"right", undefined>], undefined>, undefined>;
|
|
10
|
-
readonly horizontal_padding: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
11
|
-
readonly vertical_padding: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
12
|
-
}, undefined>;
|
|
13
|
-
export type IntercomInput = RegistryScriptInput<typeof IntercomOptions, true, false, false>;
|
|
3
|
+
import { IntercomOptions } from './schemas.js';
|
|
4
|
+
export { IntercomOptions };
|
|
5
|
+
export type IntercomInput = RegistryScriptInput<typeof IntercomOptions, true, false>;
|
|
14
6
|
export interface IntercomApi {
|
|
15
|
-
Intercom: ((event: 'boot', data?: InferInput<typeof IntercomOptions>) => void) & ((event: 'shutdown') => void) & ((event: 'update', options?: InferInput<typeof IntercomOptions>) => void) & ((event: 'hide') => void) & ((event: 'show') => void) & ((event: 'showSpace', spaceName: 'home' | 'messages' | 'help' | 'news' | 'tasks' | 'tickets' | string) => void) & ((event: 'showMessages') => void) & ((event: 'showNewMessage', content?: string) => void) & ((event: 'onHide', fn: () => void) => void) & ((event: 'onShow', fn: () => void) => void) & ((event: 'onUnreadCountChange', fn: () => void) => void) & ((event: 'trackEvent', eventName: string, metadata?: Record<string, any>) => void) & ((event: 'getVisitorId') => Promise<string>) & ((event: 'startTour', tourId: string | number) => void) & ((event: 'showArticle', articleId: string | number) => void) & ((event: 'showNews', newsItemId: string | number) => void) & ((event: 'startSurvey', surveyId: string | number) => void) & ((event: 'startChecklist', checklistId: string | number) => void) & ((event: 'showTicket', ticketId: string | number) => void) & ((event: 'showConversation', conversationId: string | number) => void) & ((event: 'onUserEmailSupplied', fn: () => void) => void) & ((event: string, ...params: any[]) => void);
|
|
7
|
+
Intercom: ((event: 'boot', data?: InferInput<typeof IntercomOptions>) => void) & ((event: 'shutdown') => void) & ((event: 'update', options?: InferInput<typeof IntercomOptions>) => void) & ((event: 'hide') => void) & ((event: 'show') => void) & ((event: 'showSpace', spaceName: 'home' | 'messages' | 'help' | 'news' | 'tasks' | 'tickets' | (string & {})) => void) & ((event: 'showMessages') => void) & ((event: 'showNewMessage', content?: string) => void) & ((event: 'onHide', fn: () => void) => void) & ((event: 'onShow', fn: () => void) => void) & ((event: 'onUnreadCountChange', fn: () => void) => void) & ((event: 'trackEvent', eventName: string, metadata?: Record<string, any>) => void) & ((event: 'getVisitorId') => Promise<string>) & ((event: 'startTour', tourId: string | number) => void) & ((event: 'showArticle', articleId: string | number) => void) & ((event: 'showNews', newsItemId: string | number) => void) & ((event: 'startSurvey', surveyId: string | number) => void) & ((event: 'startChecklist', checklistId: string | number) => void) & ((event: 'showTicket', ticketId: string | number) => void) & ((event: 'showConversation', conversationId: string | number) => void) & ((event: 'onUserEmailSupplied', fn: () => void) => void) & ((event: (string & {}), ...params: any[]) => void);
|
|
16
8
|
}
|
|
17
9
|
declare global {
|
|
18
10
|
interface Window extends IntercomApi {
|
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
import { joinURL } from "ufo";
|
|
2
2
|
import { useRegistryScript } from "../utils.js";
|
|
3
|
-
import {
|
|
4
|
-
export
|
|
5
|
-
app_id: string(),
|
|
6
|
-
api_base: optional(union([literal("https://api-iam.intercom.io"), literal("https://api-iam.eu.intercom.io"), literal("https://api-iam.au.intercom.io")])),
|
|
7
|
-
name: optional(string()),
|
|
8
|
-
email: optional(string()),
|
|
9
|
-
user_id: optional(string()),
|
|
10
|
-
// customizing the messenger
|
|
11
|
-
alignment: optional(union([literal("left"), literal("right")])),
|
|
12
|
-
horizontal_padding: optional(number()),
|
|
13
|
-
vertical_padding: optional(number())
|
|
14
|
-
});
|
|
3
|
+
import { IntercomOptions } from "./schemas.js";
|
|
4
|
+
export { IntercomOptions };
|
|
15
5
|
export function useScriptIntercom(_options) {
|
|
16
6
|
return useRegistryScript("intercom", (options) => ({
|
|
17
7
|
scriptInput: {
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
readonly cloudId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
6
|
-
readonly trackerUrl: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
7
|
-
readonly trackPageView: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
8
|
-
readonly enableLinkTracking: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
9
|
-
readonly disableCookies: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
10
|
-
readonly watch: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
11
|
-
}, undefined>;
|
|
12
|
-
export type MatomoAnalyticsInput = RegistryScriptInput<typeof MatomoAnalyticsOptions, false, false, false>;
|
|
2
|
+
import { MatomoAnalyticsOptions } from './schemas.js';
|
|
3
|
+
export { MatomoAnalyticsOptions };
|
|
4
|
+
export type MatomoAnalyticsInput = RegistryScriptInput<typeof MatomoAnalyticsOptions, false, false>;
|
|
13
5
|
interface MatomoAnalyticsApi {
|
|
14
6
|
_paq: unknown[];
|
|
15
7
|
}
|
|
@@ -18,4 +10,3 @@ declare global {
|
|
|
18
10
|
}
|
|
19
11
|
}
|
|
20
12
|
export declare function useScriptMatomoAnalytics<T extends MatomoAnalyticsApi>(_options?: MatomoAnalyticsInput): import("#nuxt-scripts/types").UseScriptContext<T>;
|
|
21
|
-
export {};
|
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
import { withBase, withHttps, withoutProtocol, withoutTrailingSlash } from "ufo";
|
|
2
|
-
import { useRegistryScript } from "../utils.js";
|
|
3
2
|
import { useScriptEventPage } from "../composables/useScriptEventPage.js";
|
|
4
|
-
import { boolean, object, optional, string, number, union } from "#nuxt-scripts-validator";
|
|
5
3
|
import { logger } from "../logger.js";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
cloudId: optional(string()),
|
|
10
|
-
trackerUrl: optional(string()),
|
|
11
|
-
trackPageView: optional(boolean()),
|
|
12
|
-
enableLinkTracking: optional(boolean()),
|
|
13
|
-
disableCookies: optional(boolean()),
|
|
14
|
-
watch: optional(boolean())
|
|
15
|
-
});
|
|
4
|
+
import { useRegistryScript } from "../utils.js";
|
|
5
|
+
import { MatomoAnalyticsOptions } from "./schemas.js";
|
|
6
|
+
export { MatomoAnalyticsOptions };
|
|
16
7
|
export function useScriptMatomoAnalytics(_options) {
|
|
17
8
|
return useRegistryScript("matomoAnalytics", (options) => {
|
|
18
9
|
const normalizedCloudId = options?.cloudId ? withoutTrailingSlash(withoutProtocol(options.cloudId)) : void 0;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
+
import { MetaPixelOptions } from './schemas.js';
|
|
2
3
|
type StandardEvents = 'AddPaymentInfo' | 'AddToCart' | 'AddToWishlist' | 'CompleteRegistration' | 'Contact' | 'CustomizeProduct' | 'Donate' | 'FindLocation' | 'InitiateCheckout' | 'Lead' | 'Purchase' | 'Schedule' | 'Search' | 'StartTrial' | 'SubmitApplication' | 'Subscribe' | 'ViewContent';
|
|
3
4
|
interface EventObjectProperties {
|
|
4
5
|
content_category?: string;
|
|
@@ -14,7 +15,7 @@ interface EventObjectProperties {
|
|
|
14
15
|
num_items?: number;
|
|
15
16
|
predicted_ltv?: number;
|
|
16
17
|
search_string?: string;
|
|
17
|
-
status?: 'completed' | 'updated' | 'viewed' | 'added_to_cart' | 'removed_from_cart' | string;
|
|
18
|
+
status?: 'completed' | 'updated' | 'viewed' | 'added_to_cart' | 'removed_from_cart' | (string & {});
|
|
18
19
|
value?: number;
|
|
19
20
|
[key: string]: any;
|
|
20
21
|
}
|
|
@@ -35,9 +36,6 @@ declare global {
|
|
|
35
36
|
interface Window extends MetaPixelApi {
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
}, undefined>;
|
|
41
|
-
export type MetaPixelInput = RegistryScriptInput<typeof MetaPixelOptions, true, false, false>;
|
|
39
|
+
export { MetaPixelOptions };
|
|
40
|
+
export type MetaPixelInput = RegistryScriptInput<typeof MetaPixelOptions, true, false>;
|
|
42
41
|
export declare function useScriptMetaPixel<T extends MetaPixelApi>(_options?: MetaPixelInput): import("#nuxt-scripts/types").UseScriptContext<T>;
|
|
43
|
-
export {};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { useRegistryScript } from "../utils.js";
|
|
2
|
-
import {
|
|
3
|
-
export
|
|
4
|
-
id: union([string(), number()])
|
|
5
|
-
});
|
|
2
|
+
import { MetaPixelOptions } from "./schemas.js";
|
|
3
|
+
export { MetaPixelOptions };
|
|
6
4
|
export function useScriptMetaPixel(_options) {
|
|
7
5
|
return useRegistryScript("metaPixel", (options) => ({
|
|
8
6
|
scriptInput: {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
+
import { MixpanelAnalyticsOptions } from './schemas.js';
|
|
3
|
+
export { MixpanelAnalyticsOptions };
|
|
4
|
+
export type MixpanelAnalyticsInput = RegistryScriptInput<typeof MixpanelAnalyticsOptions>;
|
|
5
|
+
export interface MixpanelAnalyticsApi {
|
|
6
|
+
mixpanel: {
|
|
7
|
+
track: (event: string, properties?: Record<string, any>) => void;
|
|
8
|
+
identify: (distinctId: string) => void;
|
|
9
|
+
reset: () => void;
|
|
10
|
+
people: {
|
|
11
|
+
set: (properties: Record<string, any>) => void;
|
|
12
|
+
};
|
|
13
|
+
register: (properties: Record<string, any>) => void;
|
|
14
|
+
init: (token: string, config?: Record<string, any>) => void;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
declare global {
|
|
18
|
+
interface Window {
|
|
19
|
+
mixpanel: MixpanelAnalyticsApi['mixpanel'];
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export declare function useScriptMixpanelAnalytics<T extends MixpanelAnalyticsApi>(_options?: MixpanelAnalyticsInput): import("#nuxt-scripts/types").UseScriptContext<T>;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { useRegistryScript } from "../utils.js";
|
|
2
|
+
import { MixpanelAnalyticsOptions } from "./schemas.js";
|
|
3
|
+
export { MixpanelAnalyticsOptions };
|
|
4
|
+
const methods = ["track", "identify", "reset", "register"];
|
|
5
|
+
const peopleMethods = ["set"];
|
|
6
|
+
export function useScriptMixpanelAnalytics(_options) {
|
|
7
|
+
return useRegistryScript("mixpanelAnalytics", (options) => {
|
|
8
|
+
return {
|
|
9
|
+
scriptInput: {
|
|
10
|
+
src: "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js"
|
|
11
|
+
},
|
|
12
|
+
schema: import.meta.dev ? MixpanelAnalyticsOptions : void 0,
|
|
13
|
+
scriptOptions: {
|
|
14
|
+
use() {
|
|
15
|
+
return {
|
|
16
|
+
mixpanel: window.mixpanel
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
clientInit: import.meta.server ? void 0 : () => {
|
|
21
|
+
const mp = window.mixpanel = window.mixpanel || [];
|
|
22
|
+
if (!mp.__SV) {
|
|
23
|
+
mp.__SV = 1.2;
|
|
24
|
+
mp._i = mp._i || [];
|
|
25
|
+
mp.init = (token, config, name = "mixpanel") => {
|
|
26
|
+
const target = name === "mixpanel" ? mp : mp[name] = [];
|
|
27
|
+
target.people = target.people || [];
|
|
28
|
+
for (const method of methods) {
|
|
29
|
+
target[method] = (...args) => {
|
|
30
|
+
target.push([method, ...args]);
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
for (const method of peopleMethods) {
|
|
34
|
+
target.people[method] = (...args) => {
|
|
35
|
+
target.push([`people.${method}`, ...args]);
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
mp._i.push([token, config, name]);
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
if (options?.token)
|
|
42
|
+
mp.init(options.token);
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
}, _options);
|
|
46
|
+
}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
readonly version: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
6
|
-
readonly provider: import("valibot").OptionalSchema<import("valibot").UnionSchema<import("valibot").LiteralSchema<"jsdelivr" | "cdnjs" | "unpkg", undefined>[], undefined>, undefined>;
|
|
7
|
-
}, undefined>;
|
|
8
|
-
export type NpmInput = RegistryScriptInput<typeof NpmOptions, true, true, false>;
|
|
2
|
+
import { NpmOptions } from './schemas.js';
|
|
3
|
+
export { NpmOptions };
|
|
4
|
+
export type NpmInput = RegistryScriptInput<typeof NpmOptions, true, true>;
|
|
9
5
|
export declare function useScriptNpm<T extends Record<string | symbol, any>>(_options: NpmInput): import("#nuxt-scripts/types").UseScriptContext<T>;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { withBase } from "ufo";
|
|
2
2
|
import { useRegistryScript } from "../utils.js";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
const providerValidator = union(PROVIDERS.map((provider) => literal(provider)));
|
|
6
|
-
export const NpmOptions = object({
|
|
7
|
-
packageName: string(),
|
|
8
|
-
file: optional(string()),
|
|
9
|
-
version: optional(string()),
|
|
10
|
-
provider: optional(providerValidator)
|
|
11
|
-
});
|
|
3
|
+
import { NpmOptions } from "./schemas.js";
|
|
4
|
+
export { NpmOptions };
|
|
12
5
|
export function useScriptNpm(_options) {
|
|
13
6
|
return useRegistryScript(`${_options.packageName}-npm`, (options) => {
|
|
14
7
|
const baseUrl = getProviderBaseUrl(options.provider, options.packageName, options.version);
|
|
@@ -1,34 +1,13 @@
|
|
|
1
|
-
import type { PayPalNamespace } from '@paypal/paypal-js';
|
|
2
1
|
import type { RegistryScriptInput } from '#nuxt-scripts/types';
|
|
2
|
+
import type { PayPalV6Namespace } from '@paypal/paypal-js/sdk-v6';
|
|
3
|
+
import { PayPalOptions } from './schemas.js';
|
|
4
|
+
export { PayPalOptions };
|
|
3
5
|
export interface PayPalApi {
|
|
4
|
-
paypal:
|
|
6
|
+
paypal: PayPalV6Namespace;
|
|
5
7
|
}
|
|
6
8
|
declare global {
|
|
7
9
|
interface Window extends PayPalApi {
|
|
8
10
|
}
|
|
9
11
|
}
|
|
10
|
-
export declare const PayPalOptions: import("valibot").ObjectSchema<{
|
|
11
|
-
readonly clientId: import("valibot").StringSchema<undefined>;
|
|
12
|
-
readonly buyerCountry: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
13
|
-
readonly commit: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
14
|
-
readonly components: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
|
|
15
|
-
readonly currency: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
16
|
-
readonly debug: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").BooleanSchema<undefined>], undefined>, undefined>;
|
|
17
|
-
readonly disableFunding: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
|
|
18
|
-
readonly enableFunding: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
|
|
19
|
-
readonly integrationDate: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
20
|
-
readonly intent: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
21
|
-
readonly locale: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
22
|
-
/**
|
|
23
|
-
* loadScript() supports an array for merchantId, even though
|
|
24
|
-
* merchant-id technically may not contain multiple values.
|
|
25
|
-
* For an array with a length of > 1 it automatically sets
|
|
26
|
-
* merchantId to "*" and moves the actual values to dataMerchantId
|
|
27
|
-
*/
|
|
28
|
-
readonly merchantId: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>], undefined>, undefined>;
|
|
29
|
-
readonly partnerAttributionId: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
30
|
-
readonly vault: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").StringSchema<undefined>, import("valibot").BooleanSchema<undefined>], undefined>, undefined>;
|
|
31
|
-
readonly sandbox: import("valibot").OptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
32
|
-
}, undefined>;
|
|
33
12
|
export type PayPalInput = RegistryScriptInput<typeof PayPalOptions>;
|
|
34
13
|
export declare function useScriptPayPal<T extends PayPalApi>(_options?: PayPalInput): import("#nuxt-scripts/types").UseScriptContext<T>;
|