@nuxt/scripts 1.0.0-beta.27 → 1.0.0-beta.29
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/200.html +1 -1
- package/dist/client/404.html +1 -1
- package/dist/client/_nuxt/{KCxg59bo.js → AwAKM0sG.js} +1 -1
- package/dist/client/_nuxt/{CwXQ1Eqw.js → Bl23o3st.js} +18 -18
- package/dist/client/_nuxt/{JXDRhrZp.js → CYlYSSNW.js} +1 -1
- package/dist/client/_nuxt/{viP3Pc9X.js → D5FIkDae.js} +1 -1
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/05eb1abd-7d1c-43e9-b78e-dc8ec287cc6f.json +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.json +1 -1
- package/dist/module.mjs +28 -16
- package/dist/registry.mjs +4 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.d.vue.ts +13 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue +23 -8
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue.d.ts +13 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.d.vue.ts +5 -35
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue +44 -42
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue.d.ts +5 -35
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.d.vue.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.vue +6 -10
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.vue.d.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.d.vue.ts +35 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.vue +61 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.vue.d.ts +35 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.d.vue.ts +5 -5
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue +34 -18
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue.d.ts +5 -5
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.d.vue.ts +7 -5
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue +19 -11
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue.d.ts +7 -5
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.d.vue.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue +3 -7
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue.d.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.d.vue.ts +40 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue +160 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue.d.ts +40 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.d.vue.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.vue +5 -10
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.vue.d.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.d.vue.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.vue +5 -10
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.vue.d.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.d.vue.ts +1 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.vue +6 -10
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.vue.d.ts +1 -1
- 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 +2 -0
- package/dist/runtime/composables/useScript.js +3 -1
- package/dist/runtime/registry/gravatar.d.ts +1 -0
- package/dist/runtime/registry/gravatar.js +1 -0
- package/dist/runtime/registry/rybbit-analytics.js +3 -1
- package/dist/stats.mjs +283 -227
- package/dist/types-source.mjs +1420 -50
- package/package.json +7 -7
- package/dist/client/_nuxt/builds/meta/d0d06e27-af53-4f1a-b7ae-18727423b3ed.json +0 -1
- package/dist/client/_nuxt/error-404.C_3_IG5y.css +0 -1
- package/dist/client/_nuxt/error-500.DSv6YikH.css +0 -1
package/dist/types-source.mjs
CHANGED
|
@@ -26,11 +26,6 @@ const types = {
|
|
|
26
26
|
name: "ScriptBlueskyEmbedProps",
|
|
27
27
|
kind: "interface",
|
|
28
28
|
code: "interface ScriptBlueskyEmbedProps {\n /**\n * The Bluesky post URL to embed\n * @example 'https://bsky.app/profile/bsky.app/post/3mgnwwvj3u22a'\n */\n postUrl: string\n /**\n * Custom API endpoint for fetching post data\n * @default '/_scripts/embed/bluesky'\n */\n apiEndpoint?: string\n /**\n * Custom image proxy endpoint\n * @default '/_scripts/embed/bluesky-image'\n */\n imageProxyEndpoint?: string\n /**\n * Root element attributes\n */\n rootAttrs?: HTMLAttributes\n}"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
name: "ScriptBlueskyEmbedDefaults",
|
|
32
|
-
kind: "const",
|
|
33
|
-
code: "const ScriptBlueskyEmbedDefaults = {\n \"apiEndpoint\": \"'/_scripts/embed/bluesky'\",\n \"imageProxyEndpoint\": \"'/_scripts/embed/bluesky-image'\"\n}"
|
|
34
29
|
}
|
|
35
30
|
],
|
|
36
31
|
clarity: [
|
|
@@ -79,9 +74,9 @@ const types = {
|
|
|
79
74
|
code: "interface ScriptCrispProps {\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n id: string\n runtimeConfig?: {\n locale: string\n }\n tokenId?: string\n cookieDomain?: string\n cookieExpiry?: number\n}"
|
|
80
75
|
},
|
|
81
76
|
{
|
|
82
|
-
name: "
|
|
83
|
-
kind: "
|
|
84
|
-
code: "
|
|
77
|
+
name: "ScriptCrispEvents",
|
|
78
|
+
kind: "interface",
|
|
79
|
+
code: "interface ScriptCrispEvents {\n ready: ReturnType<typeof useScriptCrisp>\n error: -\n}"
|
|
85
80
|
}
|
|
86
81
|
],
|
|
87
82
|
"databuddy-analytics": [
|
|
@@ -125,9 +120,9 @@ const types = {
|
|
|
125
120
|
code: "interface ScriptGoogleAdsenseProps {\n dataAdClient: string\n dataAdSlot: string\n dataAdFormat?: 'auto' | 'rectangle' | 'vertical' | 'horizontal' | 'fluid' | 'autorelaxed'\n dataAdLayout?: 'in-article' | 'in-feed' | 'fixed'\n dataFullWidthResponsive?: boolean\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n}"
|
|
126
121
|
},
|
|
127
122
|
{
|
|
128
|
-
name: "
|
|
129
|
-
kind: "
|
|
130
|
-
code: "
|
|
123
|
+
name: "ScriptGoogleAdsenseEvents",
|
|
124
|
+
kind: "interface",
|
|
125
|
+
code: "interface ScriptGoogleAdsenseEvents {\n ready: ReturnType<typeof useScriptGoogleAdsense>\n error: -\n}"
|
|
131
126
|
}
|
|
132
127
|
],
|
|
133
128
|
"google-analytics": [
|
|
@@ -206,23 +201,43 @@ const types = {
|
|
|
206
201
|
{
|
|
207
202
|
name: "ScriptGoogleMapsProps",
|
|
208
203
|
kind: "interface",
|
|
209
|
-
code: "interface ScriptGoogleMapsProps {\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n /**\n * Is Google Maps being rendered above the fold?\n * This will load the placeholder image with higher priority.\n */\n aboveTheFold?: boolean\n /**\n * Defines the Google Maps API key. Must have access to the Static Maps API as well.\n */\n apiKey?: string\n /**\n * A latitude / longitude of where to focus the map.\n */\n center?: google.maps.LatLng | google.maps.LatLngLiteral | `${string},${string}`\n /**\n * Should a marker be displayed on the map where the centre is.\n */\n centerMarker?: boolean\n /**\n * Options for the map.\n */\n mapOptions?: google.maps.MapOptions\n /**\n * Defines the region of the map.\n */\n region?: string\n /**\n * Defines the language of the map\n */\n language?: string\n /**\n * Defines the version of google maps js API\n */\n version?: string\n /**\n * Defines the width of the map.\n */\n width?: number | string\n /**\n * Defines the height of the map\n */\n height?: number | string\n /**\n * Customize the placeholder image attributes.\n *\n * @see https://developers.google.com/maps/documentation/maps-static/start.\n */\n placeholderOptions?: PlaceholderOptions\n /**\n * Customize the placeholder image attributes.\n */\n placeholderAttrs?: ImgHTMLAttributes & ReservedProps & Record<string, unknown>\n /**\n * Customize the root element attributes.\n */\n rootAttrs?: HTMLAttributes & ReservedProps & Record<string, unknown>\n /**\n * Extra Markers to add to the map.\n */\n markers?: (`${string},${string}` | google.maps.marker.AdvancedMarkerElementOptions)[]\n /**\n * Map IDs for light and dark color modes.\n * When provided, the map will automatically switch styles based on color mode.\n * Requires @nuxtjs/color-mode or manual colorMode prop.\n */\n mapIds?: { light?: string, dark?: string }\n /**\n * Manual color mode control. When provided, overrides auto-detection from @nuxtjs/color-mode.\n * Accepts 'light', 'dark', or a reactive ref.\n */\n colorMode?: 'light' | 'dark'\n}"
|
|
204
|
+
code: "interface ScriptGoogleMapsProps {\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n /**\n * Is Google Maps being rendered above the fold?\n * This will load the placeholder image with higher priority.\n */\n aboveTheFold?: boolean\n /**\n * Defines the Google Maps API key. Must have access to the Static Maps API as well.\n */\n apiKey?: string\n /**\n * A latitude / longitude of where to focus the map.\n */\n center?: google.maps.LatLng | google.maps.LatLngLiteral | `${string},${string}`\n /**\n * Zoom level for the map (0-21). Reactive: changing this will update the map.\n * Takes precedence over mapOptions.zoom when provided.\n */\n zoom?: number\n /**\n * Should a marker be displayed on the map where the centre is.\n */\n centerMarker?: boolean\n /**\n * Options for the map.\n */\n mapOptions?: google.maps.MapOptions\n /**\n * Defines the region of the map.\n */\n region?: string\n /**\n * Defines the language of the map\n */\n language?: string\n /**\n * Defines the version of google maps js API\n */\n version?: string\n /**\n * Defines the width of the map.\n */\n width?: number | string\n /**\n * Defines the height of the map\n */\n height?: number | string\n /**\n * Customize the placeholder image attributes.\n *\n * @see https://developers.google.com/maps/documentation/maps-static/start.\n */\n placeholderOptions?: PlaceholderOptions\n /**\n * Customize the placeholder image attributes.\n */\n placeholderAttrs?: ImgHTMLAttributes & ReservedProps & Record<string, unknown>\n /**\n * Customize the root element attributes.\n */\n rootAttrs?: HTMLAttributes & ReservedProps & Record<string, unknown>\n /**\n * Extra Markers to add to the map.\n */\n markers?: (`${string},${string}` | google.maps.marker.AdvancedMarkerElementOptions)[]\n /**\n * Map IDs for light and dark color modes.\n * When provided, the map will automatically switch styles based on color mode.\n * Requires @nuxtjs/color-mode or manual colorMode prop.\n */\n mapIds?: { light?: string, dark?: string }\n /**\n * Manual color mode control. When provided, overrides auto-detection from @nuxtjs/color-mode.\n * Accepts 'light', 'dark', or a reactive ref.\n */\n colorMode?: 'light' | 'dark'\n}"
|
|
210
205
|
},
|
|
211
206
|
{
|
|
212
|
-
name: "
|
|
213
|
-
kind: "
|
|
214
|
-
code: "
|
|
207
|
+
name: "ScriptGoogleMapsEvents",
|
|
208
|
+
kind: "interface",
|
|
209
|
+
code: "interface ScriptGoogleMapsEvents {\n ready: typeof googleMaps\n error: -\n}"
|
|
215
210
|
},
|
|
216
211
|
{
|
|
217
212
|
name: "ScriptGoogleMapsAdvancedMarkerElementProps",
|
|
218
213
|
kind: "interface",
|
|
219
|
-
code: "interface ScriptGoogleMapsAdvancedMarkerElementProps {\n options?: Omit<google.maps.marker.AdvancedMarkerElementOptions, 'map'>\n}"
|
|
214
|
+
code: "interface ScriptGoogleMapsAdvancedMarkerElementProps {\n position?: google.maps.LatLngLiteral | google.maps.LatLng\n options?: Omit<google.maps.marker.AdvancedMarkerElementOptions, 'map'>\n}"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
name: "ScriptGoogleMapsAdvancedMarkerElementEvents",
|
|
218
|
+
kind: "interface",
|
|
219
|
+
code: "interface ScriptGoogleMapsAdvancedMarkerElementEvents {\n click: google.maps.MapMouseEvent\n drag: google.maps.MapMouseEvent\n dragend: google.maps.MapMouseEvent\n dragstart: google.maps.MapMouseEvent\n}"
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
222
|
name: "ScriptGoogleMapsCircleProps",
|
|
223
223
|
kind: "interface",
|
|
224
224
|
code: "interface ScriptGoogleMapsCircleProps {\n options?: Omit<google.maps.CircleOptions, 'map'>\n}"
|
|
225
225
|
},
|
|
226
|
+
{
|
|
227
|
+
name: "ScriptGoogleMapsCircleEvents",
|
|
228
|
+
kind: "interface",
|
|
229
|
+
code: "interface ScriptGoogleMapsCircleEvents {\n center_changed: -\n radius_changed: -\n click: google.maps.MapMouseEvent\n dblclick: google.maps.MapMouseEvent\n drag: google.maps.MapMouseEvent\n dragend: google.maps.MapMouseEvent\n dragstart: google.maps.MapMouseEvent\n mousedown: google.maps.MapMouseEvent\n mousemove: google.maps.MapMouseEvent\n mouseout: google.maps.MapMouseEvent\n mouseover: google.maps.MapMouseEvent\n mouseup: google.maps.MapMouseEvent\n rightclick: google.maps.MapMouseEvent\n}"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
name: "ScriptGoogleMapsGeoJsonProps",
|
|
233
|
+
kind: "interface",
|
|
234
|
+
code: "interface ScriptGoogleMapsGeoJsonProps {\n src: string | object\n style?: google.maps.Data.StylingFunction | google.maps.Data.StyleOptions\n}"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
name: "ScriptGoogleMapsGeoJsonEvents",
|
|
238
|
+
kind: "interface",
|
|
239
|
+
code: "interface ScriptGoogleMapsGeoJsonEvents {\n click: google.maps.Data.MouseEvent\n contextmenu: google.maps.Data.MouseEvent\n dblclick: google.maps.Data.MouseEvent\n mousedown: google.maps.Data.MouseEvent\n mousemove: google.maps.Data.MouseEvent\n mouseout: google.maps.Data.MouseEvent\n mouseover: google.maps.Data.MouseEvent\n mouseup: google.maps.Data.MouseEvent\n addfeature: google.maps.Data.AddFeatureEvent\n removefeature: google.maps.Data.RemoveFeatureEvent\n setgeometry: google.maps.Data.SetGeometryEvent\n setproperty: google.maps.Data.SetPropertyEvent\n removeproperty: google.maps.Data.RemovePropertyEvent\n}"
|
|
240
|
+
},
|
|
226
241
|
{
|
|
227
242
|
name: "ScriptGoogleMapsHeatmapLayerProps",
|
|
228
243
|
kind: "interface",
|
|
@@ -233,16 +248,36 @@ const types = {
|
|
|
233
248
|
kind: "interface",
|
|
234
249
|
code: "interface ScriptGoogleMapsInfoWindowProps {\n options?: google.maps.InfoWindowOptions\n}"
|
|
235
250
|
},
|
|
251
|
+
{
|
|
252
|
+
name: "ScriptGoogleMapsInfoWindowEvents",
|
|
253
|
+
kind: "interface",
|
|
254
|
+
code: "interface ScriptGoogleMapsInfoWindowEvents {\n close: -\n closeclick: -\n content_changed: -\n domready: -\n headercontent_changed: -\n headerdisabled_changed: -\n position_changed: -\n visible: -\n zindex_changed: -\n}"
|
|
255
|
+
},
|
|
236
256
|
{
|
|
237
257
|
name: "ScriptGoogleMapsMarkerProps",
|
|
238
258
|
kind: "interface",
|
|
239
|
-
code: "interface ScriptGoogleMapsMarkerProps {\n options?: Omit<google.maps.MarkerOptions, 'map'>\n}"
|
|
259
|
+
code: "interface ScriptGoogleMapsMarkerProps {\n position?: google.maps.LatLngLiteral | google.maps.LatLng\n options?: Omit<google.maps.MarkerOptions, 'map'>\n}"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
name: "ScriptGoogleMapsMarkerEvents",
|
|
263
|
+
kind: "interface",
|
|
264
|
+
code: "interface ScriptGoogleMapsMarkerEvents {\n animation_changed: -\n clickable_changed: -\n cursor_changed: -\n draggable_changed: -\n flat_changed: -\n icon_changed: -\n position_changed: -\n shape_changed: -\n title_changed: -\n visible_changed: -\n zindex_changed: -\n click: google.maps.MapMouseEvent\n contextmenu: google.maps.MapMouseEvent\n dblclick: google.maps.MapMouseEvent\n drag: google.maps.MapMouseEvent\n dragend: google.maps.MapMouseEvent\n dragstart: google.maps.MapMouseEvent\n mousedown: google.maps.MapMouseEvent\n mouseout: google.maps.MapMouseEvent\n mouseover: google.maps.MapMouseEvent\n mouseup: google.maps.MapMouseEvent\n}"
|
|
240
265
|
},
|
|
241
266
|
{
|
|
242
267
|
name: "ScriptGoogleMapsMarkerClustererProps",
|
|
243
268
|
kind: "interface",
|
|
244
269
|
code: "interface ScriptGoogleMapsMarkerClustererProps {\n options?: Omit<MarkerClustererOptions, 'map'>\n}"
|
|
245
270
|
},
|
|
271
|
+
{
|
|
272
|
+
name: "ScriptGoogleMapsMarkerClustererEvents",
|
|
273
|
+
kind: "interface",
|
|
274
|
+
code: "interface ScriptGoogleMapsMarkerClustererEvents {\n click: MarkerClustererInstance\n clusteringbegin: MarkerClustererInstance\n clusteringend: MarkerClustererInstance\n}"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
name: "ScriptGoogleMapsOverlayViewProps",
|
|
278
|
+
kind: "interface",
|
|
279
|
+
code: "interface ScriptGoogleMapsOverlayViewProps {\n position?: google.maps.LatLngLiteral\n anchor?: OverlayAnchor\n offset?: { x: number, y: number }\n pane?: OverlayPane\n zIndex?: number\n blockMapInteraction?: boolean\n}"
|
|
280
|
+
},
|
|
246
281
|
{
|
|
247
282
|
name: "ScriptGoogleMapsPinElementProps",
|
|
248
283
|
kind: "interface",
|
|
@@ -253,15 +288,30 @@ const types = {
|
|
|
253
288
|
kind: "interface",
|
|
254
289
|
code: "interface ScriptGoogleMapsPolygonProps {\n options?: Omit<google.maps.PolygonOptions, 'map'>\n}"
|
|
255
290
|
},
|
|
291
|
+
{
|
|
292
|
+
name: "ScriptGoogleMapsPolygonEvents",
|
|
293
|
+
kind: "interface",
|
|
294
|
+
code: "interface ScriptGoogleMapsPolygonEvents {\n click: google.maps.PolyMouseEvent\n contextmenu: google.maps.PolyMouseEvent\n dblclick: google.maps.PolyMouseEvent\n mousedown: google.maps.PolyMouseEvent\n mousemove: google.maps.PolyMouseEvent\n mouseout: google.maps.PolyMouseEvent\n mouseover: google.maps.PolyMouseEvent\n mouseup: google.maps.PolyMouseEvent\n drag: google.maps.MapMouseEvent\n dragend: google.maps.MapMouseEvent\n dragstart: google.maps.MapMouseEvent\n}"
|
|
295
|
+
},
|
|
256
296
|
{
|
|
257
297
|
name: "ScriptGoogleMapsPolylineProps",
|
|
258
298
|
kind: "interface",
|
|
259
299
|
code: "interface ScriptGoogleMapsPolylineProps {\n options?: Omit<google.maps.PolylineOptions, 'map'>\n}"
|
|
260
300
|
},
|
|
301
|
+
{
|
|
302
|
+
name: "ScriptGoogleMapsPolylineEvents",
|
|
303
|
+
kind: "interface",
|
|
304
|
+
code: "interface ScriptGoogleMapsPolylineEvents {\n click: google.maps.PolyMouseEvent\n contextmenu: google.maps.PolyMouseEvent\n dblclick: google.maps.PolyMouseEvent\n mousedown: google.maps.PolyMouseEvent\n mousemove: google.maps.PolyMouseEvent\n mouseout: google.maps.PolyMouseEvent\n mouseover: google.maps.PolyMouseEvent\n mouseup: google.maps.PolyMouseEvent\n drag: google.maps.MapMouseEvent\n dragend: google.maps.MapMouseEvent\n dragstart: google.maps.MapMouseEvent\n}"
|
|
305
|
+
},
|
|
261
306
|
{
|
|
262
307
|
name: "ScriptGoogleMapsRectangleProps",
|
|
263
308
|
kind: "interface",
|
|
264
309
|
code: "interface ScriptGoogleMapsRectangleProps {\n options?: Omit<google.maps.RectangleOptions, 'map'>\n}"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
name: "ScriptGoogleMapsRectangleEvents",
|
|
313
|
+
kind: "interface",
|
|
314
|
+
code: "interface ScriptGoogleMapsRectangleEvents {\n bounds_changed: -\n click: google.maps.MapMouseEvent\n contextmenu: google.maps.MapMouseEvent\n dblclick: google.maps.MapMouseEvent\n drag: google.maps.MapMouseEvent\n dragend: google.maps.MapMouseEvent\n dragstart: google.maps.MapMouseEvent\n mousedown: google.maps.MapMouseEvent\n mousemove: google.maps.MapMouseEvent\n mouseout: google.maps.MapMouseEvent\n mouseover: google.maps.MapMouseEvent\n mouseup: google.maps.MapMouseEvent\n}"
|
|
265
315
|
}
|
|
266
316
|
],
|
|
267
317
|
"google-recaptcha": [
|
|
@@ -371,6 +421,11 @@ const types = {
|
|
|
371
421
|
}
|
|
372
422
|
],
|
|
373
423
|
gravatar: [
|
|
424
|
+
{
|
|
425
|
+
name: "GravatarOptions",
|
|
426
|
+
kind: "const",
|
|
427
|
+
code: "export const GravatarOptions = object({\n /**\n * Cache duration for proxied avatar images in seconds.\n * @default 3600\n */\n cacheMaxAge: optional(number()),\n /**\n * Default image to show when no Gravatar exists.\n * @see https://docs.gravatar.com/general/images/#default-image\n * @default 'mp'\n */\n default: optional(string()),\n /**\n * Avatar size in pixels (1-2048).\n * @default 80\n */\n size: optional(number()),\n /**\n * Content rating filter.\n * @default 'g'\n */\n rating: optional(string()),\n})"
|
|
428
|
+
},
|
|
374
429
|
{
|
|
375
430
|
name: "GravatarApi",
|
|
376
431
|
kind: "interface",
|
|
@@ -399,11 +454,6 @@ const types = {
|
|
|
399
454
|
name: "ScriptInstagramEmbedProps",
|
|
400
455
|
kind: "interface",
|
|
401
456
|
code: "interface ScriptInstagramEmbedProps {\n /**\n * The Instagram post URL to embed\n * e.g., https://www.instagram.com/p/ABC123/\n */\n postUrl: string\n /**\n * Whether to include captions in the embed\n * @default true\n */\n captions?: boolean\n /**\n * Custom API endpoint for fetching embed HTML\n * @default '/_scripts/embed/instagram'\n */\n apiEndpoint?: string\n /**\n * Root element attributes\n */\n rootAttrs?: HTMLAttributes\n}"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
name: "ScriptInstagramEmbedDefaults",
|
|
405
|
-
kind: "const",
|
|
406
|
-
code: "const ScriptInstagramEmbedDefaults = {\n \"captions\": \"true\",\n \"apiEndpoint\": \"'/_scripts/embed/instagram'\"\n}"
|
|
407
457
|
}
|
|
408
458
|
],
|
|
409
459
|
intercom: [
|
|
@@ -423,9 +473,9 @@ const types = {
|
|
|
423
473
|
code: "interface ScriptIntercomProps {\n appId: string\n apiBase?: string\n name?: string\n email?: string\n userId?: string\n // customizing the messenger\n alignment?: 'left' | 'right'\n horizontalPadding?: number\n verticalPadding?: number\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n}"
|
|
424
474
|
},
|
|
425
475
|
{
|
|
426
|
-
name: "
|
|
427
|
-
kind: "
|
|
428
|
-
code: "
|
|
476
|
+
name: "ScriptIntercomEvents",
|
|
477
|
+
kind: "interface",
|
|
478
|
+
code: "interface ScriptIntercomEvents {\n ready: ReturnType<typeof useScriptIntercom>\n error: -\n}"
|
|
429
479
|
}
|
|
430
480
|
],
|
|
431
481
|
"lemon-squeezy": [
|
|
@@ -445,9 +495,9 @@ const types = {
|
|
|
445
495
|
code: "interface ScriptLemonSqueezyProps {\n trigger?: ElementScriptTrigger\n}"
|
|
446
496
|
},
|
|
447
497
|
{
|
|
448
|
-
name: "
|
|
449
|
-
kind: "
|
|
450
|
-
code: "
|
|
498
|
+
name: "ScriptLemonSqueezyEvents",
|
|
499
|
+
kind: "interface",
|
|
500
|
+
code: "interface ScriptLemonSqueezyEvents {\n ready: ReturnType<typeof useScriptLemonSqueezy>\n lemonSqueezyEvent: LemonSqueezyEventPayload\n}"
|
|
451
501
|
}
|
|
452
502
|
],
|
|
453
503
|
"matomo-analytics": [
|
|
@@ -540,9 +590,9 @@ const types = {
|
|
|
540
590
|
code: "interface ScriptPayPalButtonsProps {\n /**\n * Customize the root element attributes.\n */\n rootAttrs?: HTMLAttributes & ReservedProps & Record<string, unknown>\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n /**\n * Client ID or client token for PayPal SDK v6 authentication.\n */\n clientId?: string\n /**\n * Server-generated client token for SDK v6.\n */\n clientToken?: string\n /**\n * The v6 SDK components to load.\n * @default ['paypal-payments']\n */\n components?: Components[]\n /**\n * The page type context hint.\n */\n pageType?: PageTypes\n /**\n * The locale for the SDK (BCP-47 code).\n */\n locale?: string\n /**\n * The merchant ID(s).\n */\n merchantId?: string | string[]\n /**\n * Partner attribution ID for revenue sharing.\n */\n partnerAttributionId?: string\n /**\n * The paypal script options.\n */\n paypalScriptOptions?: Partial<PayPalInput>\n}"
|
|
541
591
|
},
|
|
542
592
|
{
|
|
543
|
-
name: "
|
|
544
|
-
kind: "
|
|
545
|
-
code: "
|
|
593
|
+
name: "ScriptPayPalButtonsEvents",
|
|
594
|
+
kind: "interface",
|
|
595
|
+
code: "interface ScriptPayPalButtonsEvents {\n ready: SdkInstance<Components[]>\n error: unknown\n}"
|
|
546
596
|
},
|
|
547
597
|
{
|
|
548
598
|
name: "ScriptPayPalMessagesProps",
|
|
@@ -550,9 +600,9 @@ const types = {
|
|
|
550
600
|
code: "interface ScriptPayPalMessagesProps {\n /**\n * Customize the root element attributes.\n */\n rootAttrs?: HTMLAttributes & ReservedProps & Record<string, unknown>\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n /**\n * Client ID or client token for PayPal SDK v6 authentication.\n */\n clientId?: string\n /**\n * Server-generated client token for SDK v6.\n */\n clientToken?: string\n /**\n * The merchant ID for the paypal script.\n */\n merchantId?: string | string[]\n /**\n * The partner attribution ID.\n */\n partnerAttributionId?: string\n /**\n * The page type context hint.\n */\n pageType?: PageTypes\n /**\n * The locale for the SDK (BCP-47 code).\n */\n locale?: string\n /**\n * Options for the PayPal Messages session.\n */\n messagesOptions?: PayPalMessagesOptions\n /**\n * The paypal script options.\n */\n paypalScriptOptions?: Partial<PayPalInput>\n}"
|
|
551
601
|
},
|
|
552
602
|
{
|
|
553
|
-
name: "
|
|
554
|
-
kind: "
|
|
555
|
-
code: "
|
|
603
|
+
name: "ScriptPayPalMessagesEvents",
|
|
604
|
+
kind: "interface",
|
|
605
|
+
code: "interface ScriptPayPalMessagesEvents {\n ready: PayPalMessagesSession\n error: unknown\n}"
|
|
556
606
|
}
|
|
557
607
|
],
|
|
558
608
|
"plausible-analytics": [
|
|
@@ -699,9 +749,9 @@ const types = {
|
|
|
699
749
|
code: "interface ScriptStripePricingTableProps {\n trigger?: ElementScriptTrigger\n publishableKey: string\n pricingTableId: string\n clientReferenceId?: string\n customerEmail?: string\n customerSessionClientSecret?: string\n}"
|
|
700
750
|
},
|
|
701
751
|
{
|
|
702
|
-
name: "
|
|
703
|
-
kind: "
|
|
704
|
-
code: "
|
|
752
|
+
name: "ScriptStripePricingTableEvents",
|
|
753
|
+
kind: "interface",
|
|
754
|
+
code: "interface ScriptStripePricingTableEvents {\n ready: ReturnType<typeof useScript>\n error: -\n}"
|
|
705
755
|
}
|
|
706
756
|
],
|
|
707
757
|
"tiktok-pixel": [
|
|
@@ -795,11 +845,6 @@ const types = {
|
|
|
795
845
|
name: "ScriptVimeoPlayerProps",
|
|
796
846
|
kind: "interface",
|
|
797
847
|
code: "interface ScriptVimeoPlayerProps {\n // custom\n trigger?: ElementScriptTrigger\n placeholderAttrs?: ImgHTMLAttributes\n rootAttrs?: HTMLAttributes\n aboveTheFold?: boolean\n vimeoOptions?: VimeoOptions\n id?: number | undefined\n url?: string | undefined\n ratio?: string\n /**\n * Object-fit for the placeholder image.\n *\n * @default 'contain'\n */\n placeholderObjectFit?: 'cover' | 'contain' | 'fill' | 'none' | 'scale-down'\n}"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
name: "ScriptVimeoPlayerDefaults",
|
|
801
|
-
kind: "const",
|
|
802
|
-
code: "const ScriptVimeoPlayerDefaults = {\n \"trigger\": \"'mousedown'\",\n \"ratio\": \"'16/9'\",\n \"placeholderObjectFit\": \"'contain'\"\n}"
|
|
803
848
|
}
|
|
804
849
|
],
|
|
805
850
|
"x-embed": [
|
|
@@ -817,11 +862,6 @@ const types = {
|
|
|
817
862
|
name: "ScriptXEmbedProps",
|
|
818
863
|
kind: "interface",
|
|
819
864
|
code: "interface ScriptXEmbedProps {\n /**\n * The tweet ID to embed\n */\n tweetId: string\n /**\n * Custom API endpoint for fetching tweet data\n * @default '/_scripts/embed/x'\n */\n apiEndpoint?: string\n /**\n * Custom image proxy endpoint\n * @default '/_scripts/embed/x-image'\n */\n imageProxyEndpoint?: string\n /**\n * Root element attributes\n */\n rootAttrs?: HTMLAttributes\n}"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
name: "ScriptXEmbedDefaults",
|
|
823
|
-
kind: "const",
|
|
824
|
-
code: "const ScriptXEmbedDefaults = {\n \"apiEndpoint\": \"'/_scripts/embed/x'\",\n \"imageProxyEndpoint\": \"'/_scripts/embed/x-image'\"\n}"
|
|
825
865
|
}
|
|
826
866
|
],
|
|
827
867
|
"x-pixel": [
|
|
@@ -863,9 +903,9 @@ const types = {
|
|
|
863
903
|
code: "interface ScriptYouTubePlayerProps {\n placeholderAttrs?: ImgHTMLAttributes\n rootAttrs?: HTMLAttributes\n aboveTheFold?: boolean\n trigger?: ElementScriptTrigger\n videoId: string\n playerVars?: YT.PlayerVars\n width?: number\n height?: number\n ratio?: string\n /**\n * Whether to use youtube-nocookie.com for embedding.\n *\n * @default false\n */\n cookies?: boolean\n playerOptions?: YT.PlayerOptions\n thumbnailSize?: YoutubeThumbnailSize\n webp?: boolean\n /**\n * Object-fit for the placeholder image.\n *\n * @default 'cover'\n */\n placeholderObjectFit?: 'cover' | 'contain' | 'fill' | 'none' | 'scale-down'\n}"
|
|
864
904
|
},
|
|
865
905
|
{
|
|
866
|
-
name: "
|
|
867
|
-
kind: "
|
|
868
|
-
code: "
|
|
906
|
+
name: "ScriptYouTubePlayerEvents",
|
|
907
|
+
kind: "interface",
|
|
908
|
+
code: "interface ScriptYouTubePlayerEvents {\n ready: YT.PlayerEvent\n state-change: YT.OnStateChangeEvent\n playback-quality-change: YT.OnPlaybackQualityChangeEvent\n playback-rate-change: YT.OnPlaybackRateChangeEvent\n error: YT.OnErrorEvent\n api-change: YT.PlayerEvent\n}"
|
|
869
909
|
}
|
|
870
910
|
],
|
|
871
911
|
"carbon-ads": [
|
|
@@ -873,6 +913,11 @@ const types = {
|
|
|
873
913
|
name: "ScriptCarbonAdsProps",
|
|
874
914
|
kind: "interface",
|
|
875
915
|
code: "interface ScriptCarbonAdsProps {\n serve: string\n placement: string\n format: string\n /**\n * Defines the trigger event to load the script.\n */\n trigger?: ElementScriptTrigger\n}"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
name: "ScriptCarbonAdsEvents",
|
|
919
|
+
kind: "interface",
|
|
920
|
+
code: "interface ScriptCarbonAdsEvents {\n error: string | Event\n ready: HTMLScriptElement\n}"
|
|
876
921
|
}
|
|
877
922
|
]
|
|
878
923
|
};
|
|
@@ -2023,6 +2068,1331 @@ const schemaFields = {
|
|
|
2023
2068
|
description: "Content rating filter.",
|
|
2024
2069
|
defaultValue: "'g'"
|
|
2025
2070
|
}
|
|
2071
|
+
],
|
|
2072
|
+
ScriptGoogleMapsProps: [
|
|
2073
|
+
{
|
|
2074
|
+
name: "trigger",
|
|
2075
|
+
type: "ElementScriptTrigger",
|
|
2076
|
+
required: false
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
name: "aboveTheFold",
|
|
2080
|
+
type: "boolean",
|
|
2081
|
+
required: false
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
name: "apiKey",
|
|
2085
|
+
type: "string",
|
|
2086
|
+
required: false
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
name: "center",
|
|
2090
|
+
type: "google.maps.LatLng | google.maps.LatLngLiteral | `${string},${string}`",
|
|
2091
|
+
required: false
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
name: "zoom",
|
|
2095
|
+
type: "number",
|
|
2096
|
+
required: false
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
name: "centerMarker",
|
|
2100
|
+
type: "boolean",
|
|
2101
|
+
required: false
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
name: "mapOptions",
|
|
2105
|
+
type: "google.maps.MapOptions",
|
|
2106
|
+
required: false
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
name: "region",
|
|
2110
|
+
type: "string",
|
|
2111
|
+
required: false
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
name: "language",
|
|
2115
|
+
type: "string",
|
|
2116
|
+
required: false
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
name: "version",
|
|
2120
|
+
type: "string",
|
|
2121
|
+
required: false
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
name: "width",
|
|
2125
|
+
type: "number | string",
|
|
2126
|
+
required: false
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
name: "height",
|
|
2130
|
+
type: "number | string",
|
|
2131
|
+
required: false
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
name: "placeholderOptions",
|
|
2135
|
+
type: "PlaceholderOptions",
|
|
2136
|
+
required: false
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
name: "placeholderAttrs",
|
|
2140
|
+
type: "ImgHTMLAttributes & ReservedProps & Record<string, unknown>",
|
|
2141
|
+
required: false
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
name: "rootAttrs",
|
|
2145
|
+
type: "HTMLAttributes & ReservedProps & Record<string, unknown>",
|
|
2146
|
+
required: false
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
name: "markers",
|
|
2150
|
+
type: "(`${string},${string}` | google.maps.marker.AdvancedMarkerElementOptions)[]",
|
|
2151
|
+
required: false
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
name: "mapIds",
|
|
2155
|
+
type: "{ light?: string, dark?: string }",
|
|
2156
|
+
required: false
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
name: "colorMode",
|
|
2160
|
+
type: "'light' | 'dark'",
|
|
2161
|
+
required: false
|
|
2162
|
+
}
|
|
2163
|
+
],
|
|
2164
|
+
ScriptGoogleMapsEvents: [
|
|
2165
|
+
{
|
|
2166
|
+
name: "ready",
|
|
2167
|
+
type: "typeof googleMaps",
|
|
2168
|
+
required: false
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
name: "error",
|
|
2172
|
+
type: "-",
|
|
2173
|
+
required: false
|
|
2174
|
+
}
|
|
2175
|
+
],
|
|
2176
|
+
ScriptGoogleMapsAdvancedMarkerElementProps: [
|
|
2177
|
+
{
|
|
2178
|
+
name: "position",
|
|
2179
|
+
type: "google.maps.LatLngLiteral | google.maps.LatLng",
|
|
2180
|
+
required: false
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
name: "options",
|
|
2184
|
+
type: "Omit<google.maps.marker.AdvancedMarkerElementOptions, 'map'>",
|
|
2185
|
+
required: false
|
|
2186
|
+
}
|
|
2187
|
+
],
|
|
2188
|
+
ScriptGoogleMapsAdvancedMarkerElementEvents: [
|
|
2189
|
+
{
|
|
2190
|
+
name: "click",
|
|
2191
|
+
type: "google.maps.MapMouseEvent",
|
|
2192
|
+
required: false
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
name: "drag",
|
|
2196
|
+
type: "google.maps.MapMouseEvent",
|
|
2197
|
+
required: false
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
name: "dragend",
|
|
2201
|
+
type: "google.maps.MapMouseEvent",
|
|
2202
|
+
required: false
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
name: "dragstart",
|
|
2206
|
+
type: "google.maps.MapMouseEvent",
|
|
2207
|
+
required: false
|
|
2208
|
+
}
|
|
2209
|
+
],
|
|
2210
|
+
ScriptGoogleMapsCircleProps: [
|
|
2211
|
+
{
|
|
2212
|
+
name: "options",
|
|
2213
|
+
type: "Omit<google.maps.CircleOptions, 'map'>",
|
|
2214
|
+
required: false
|
|
2215
|
+
}
|
|
2216
|
+
],
|
|
2217
|
+
ScriptGoogleMapsCircleEvents: [
|
|
2218
|
+
{
|
|
2219
|
+
name: "center_changed",
|
|
2220
|
+
type: "-",
|
|
2221
|
+
required: false
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
name: "radius_changed",
|
|
2225
|
+
type: "-",
|
|
2226
|
+
required: false
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
name: "click",
|
|
2230
|
+
type: "google.maps.MapMouseEvent",
|
|
2231
|
+
required: false
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
name: "dblclick",
|
|
2235
|
+
type: "google.maps.MapMouseEvent",
|
|
2236
|
+
required: false
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
name: "drag",
|
|
2240
|
+
type: "google.maps.MapMouseEvent",
|
|
2241
|
+
required: false
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
name: "dragend",
|
|
2245
|
+
type: "google.maps.MapMouseEvent",
|
|
2246
|
+
required: false
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
name: "dragstart",
|
|
2250
|
+
type: "google.maps.MapMouseEvent",
|
|
2251
|
+
required: false
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
name: "mousedown",
|
|
2255
|
+
type: "google.maps.MapMouseEvent",
|
|
2256
|
+
required: false
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
name: "mousemove",
|
|
2260
|
+
type: "google.maps.MapMouseEvent",
|
|
2261
|
+
required: false
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
name: "mouseout",
|
|
2265
|
+
type: "google.maps.MapMouseEvent",
|
|
2266
|
+
required: false
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
name: "mouseover",
|
|
2270
|
+
type: "google.maps.MapMouseEvent",
|
|
2271
|
+
required: false
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
name: "mouseup",
|
|
2275
|
+
type: "google.maps.MapMouseEvent",
|
|
2276
|
+
required: false
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
name: "rightclick",
|
|
2280
|
+
type: "google.maps.MapMouseEvent",
|
|
2281
|
+
required: false
|
|
2282
|
+
}
|
|
2283
|
+
],
|
|
2284
|
+
ScriptGoogleMapsGeoJsonProps: [
|
|
2285
|
+
{
|
|
2286
|
+
name: "src",
|
|
2287
|
+
type: "string | object",
|
|
2288
|
+
required: true
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
name: "style",
|
|
2292
|
+
type: "google.maps.Data.StylingFunction | google.maps.Data.StyleOptions",
|
|
2293
|
+
required: false
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
ScriptGoogleMapsGeoJsonEvents: [
|
|
2297
|
+
{
|
|
2298
|
+
name: "click",
|
|
2299
|
+
type: "google.maps.Data.MouseEvent",
|
|
2300
|
+
required: false
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
name: "contextmenu",
|
|
2304
|
+
type: "google.maps.Data.MouseEvent",
|
|
2305
|
+
required: false
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
name: "dblclick",
|
|
2309
|
+
type: "google.maps.Data.MouseEvent",
|
|
2310
|
+
required: false
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
name: "mousedown",
|
|
2314
|
+
type: "google.maps.Data.MouseEvent",
|
|
2315
|
+
required: false
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
name: "mousemove",
|
|
2319
|
+
type: "google.maps.Data.MouseEvent",
|
|
2320
|
+
required: false
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
name: "mouseout",
|
|
2324
|
+
type: "google.maps.Data.MouseEvent",
|
|
2325
|
+
required: false
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
name: "mouseover",
|
|
2329
|
+
type: "google.maps.Data.MouseEvent",
|
|
2330
|
+
required: false
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
name: "mouseup",
|
|
2334
|
+
type: "google.maps.Data.MouseEvent",
|
|
2335
|
+
required: false
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
name: "addfeature",
|
|
2339
|
+
type: "google.maps.Data.AddFeatureEvent",
|
|
2340
|
+
required: false
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
name: "removefeature",
|
|
2344
|
+
type: "google.maps.Data.RemoveFeatureEvent",
|
|
2345
|
+
required: false
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
name: "setgeometry",
|
|
2349
|
+
type: "google.maps.Data.SetGeometryEvent",
|
|
2350
|
+
required: false
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
name: "setproperty",
|
|
2354
|
+
type: "google.maps.Data.SetPropertyEvent",
|
|
2355
|
+
required: false
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
name: "removeproperty",
|
|
2359
|
+
type: "google.maps.Data.RemovePropertyEvent",
|
|
2360
|
+
required: false
|
|
2361
|
+
}
|
|
2362
|
+
],
|
|
2363
|
+
ScriptGoogleMapsHeatmapLayerProps: [
|
|
2364
|
+
{
|
|
2365
|
+
name: "options",
|
|
2366
|
+
type: "Omit<google.maps.visualization.HeatmapLayerOptions, 'map'>",
|
|
2367
|
+
required: false
|
|
2368
|
+
}
|
|
2369
|
+
],
|
|
2370
|
+
ScriptGoogleMapsInfoWindowProps: [
|
|
2371
|
+
{
|
|
2372
|
+
name: "options",
|
|
2373
|
+
type: "google.maps.InfoWindowOptions",
|
|
2374
|
+
required: false
|
|
2375
|
+
}
|
|
2376
|
+
],
|
|
2377
|
+
ScriptGoogleMapsInfoWindowEvents: [
|
|
2378
|
+
{
|
|
2379
|
+
name: "close",
|
|
2380
|
+
type: "-",
|
|
2381
|
+
required: false
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
name: "closeclick",
|
|
2385
|
+
type: "-",
|
|
2386
|
+
required: false
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
name: "content_changed",
|
|
2390
|
+
type: "-",
|
|
2391
|
+
required: false
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
name: "domready",
|
|
2395
|
+
type: "-",
|
|
2396
|
+
required: false
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
name: "headercontent_changed",
|
|
2400
|
+
type: "-",
|
|
2401
|
+
required: false
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
name: "headerdisabled_changed",
|
|
2405
|
+
type: "-",
|
|
2406
|
+
required: false
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
name: "position_changed",
|
|
2410
|
+
type: "-",
|
|
2411
|
+
required: false
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
name: "visible",
|
|
2415
|
+
type: "-",
|
|
2416
|
+
required: false
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
name: "zindex_changed",
|
|
2420
|
+
type: "-",
|
|
2421
|
+
required: false
|
|
2422
|
+
}
|
|
2423
|
+
],
|
|
2424
|
+
ScriptGoogleMapsMarkerProps: [
|
|
2425
|
+
{
|
|
2426
|
+
name: "position",
|
|
2427
|
+
type: "google.maps.LatLngLiteral | google.maps.LatLng",
|
|
2428
|
+
required: false
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
name: "options",
|
|
2432
|
+
type: "Omit<google.maps.MarkerOptions, 'map'>",
|
|
2433
|
+
required: false
|
|
2434
|
+
}
|
|
2435
|
+
],
|
|
2436
|
+
ScriptGoogleMapsMarkerEvents: [
|
|
2437
|
+
{
|
|
2438
|
+
name: "animation_changed",
|
|
2439
|
+
type: "-",
|
|
2440
|
+
required: false
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
name: "clickable_changed",
|
|
2444
|
+
type: "-",
|
|
2445
|
+
required: false
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
name: "cursor_changed",
|
|
2449
|
+
type: "-",
|
|
2450
|
+
required: false
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
name: "draggable_changed",
|
|
2454
|
+
type: "-",
|
|
2455
|
+
required: false
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
name: "flat_changed",
|
|
2459
|
+
type: "-",
|
|
2460
|
+
required: false
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
name: "icon_changed",
|
|
2464
|
+
type: "-",
|
|
2465
|
+
required: false
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
name: "position_changed",
|
|
2469
|
+
type: "-",
|
|
2470
|
+
required: false
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
name: "shape_changed",
|
|
2474
|
+
type: "-",
|
|
2475
|
+
required: false
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
name: "title_changed",
|
|
2479
|
+
type: "-",
|
|
2480
|
+
required: false
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
name: "visible_changed",
|
|
2484
|
+
type: "-",
|
|
2485
|
+
required: false
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
name: "zindex_changed",
|
|
2489
|
+
type: "-",
|
|
2490
|
+
required: false
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
name: "click",
|
|
2494
|
+
type: "google.maps.MapMouseEvent",
|
|
2495
|
+
required: false
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
name: "contextmenu",
|
|
2499
|
+
type: "google.maps.MapMouseEvent",
|
|
2500
|
+
required: false
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
name: "dblclick",
|
|
2504
|
+
type: "google.maps.MapMouseEvent",
|
|
2505
|
+
required: false
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
name: "drag",
|
|
2509
|
+
type: "google.maps.MapMouseEvent",
|
|
2510
|
+
required: false
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
name: "dragend",
|
|
2514
|
+
type: "google.maps.MapMouseEvent",
|
|
2515
|
+
required: false
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
name: "dragstart",
|
|
2519
|
+
type: "google.maps.MapMouseEvent",
|
|
2520
|
+
required: false
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
name: "mousedown",
|
|
2524
|
+
type: "google.maps.MapMouseEvent",
|
|
2525
|
+
required: false
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
name: "mouseout",
|
|
2529
|
+
type: "google.maps.MapMouseEvent",
|
|
2530
|
+
required: false
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
name: "mouseover",
|
|
2534
|
+
type: "google.maps.MapMouseEvent",
|
|
2535
|
+
required: false
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
name: "mouseup",
|
|
2539
|
+
type: "google.maps.MapMouseEvent",
|
|
2540
|
+
required: false
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
ScriptGoogleMapsMarkerClustererProps: [
|
|
2544
|
+
{
|
|
2545
|
+
name: "options",
|
|
2546
|
+
type: "Omit<MarkerClustererOptions, 'map'>",
|
|
2547
|
+
required: false
|
|
2548
|
+
}
|
|
2549
|
+
],
|
|
2550
|
+
ScriptGoogleMapsMarkerClustererEvents: [
|
|
2551
|
+
{
|
|
2552
|
+
name: "click",
|
|
2553
|
+
type: "MarkerClustererInstance",
|
|
2554
|
+
required: false
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
name: "clusteringbegin",
|
|
2558
|
+
type: "MarkerClustererInstance",
|
|
2559
|
+
required: false
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
name: "clusteringend",
|
|
2563
|
+
type: "MarkerClustererInstance",
|
|
2564
|
+
required: false
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
ScriptGoogleMapsOverlayViewProps: [
|
|
2568
|
+
{
|
|
2569
|
+
name: "position",
|
|
2570
|
+
type: "google.maps.LatLngLiteral",
|
|
2571
|
+
required: false
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
name: "anchor",
|
|
2575
|
+
type: "OverlayAnchor",
|
|
2576
|
+
required: false
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
name: "offset",
|
|
2580
|
+
type: "{ x: number, y: number }",
|
|
2581
|
+
required: false
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
name: "pane",
|
|
2585
|
+
type: "OverlayPane",
|
|
2586
|
+
required: false
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
name: "zIndex",
|
|
2590
|
+
type: "number",
|
|
2591
|
+
required: false
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
name: "blockMapInteraction",
|
|
2595
|
+
type: "boolean",
|
|
2596
|
+
required: false
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
name: "v-model:open",
|
|
2600
|
+
type: "boolean",
|
|
2601
|
+
required: false
|
|
2602
|
+
}
|
|
2603
|
+
],
|
|
2604
|
+
ScriptGoogleMapsPinElementProps: [
|
|
2605
|
+
{
|
|
2606
|
+
name: "options",
|
|
2607
|
+
type: "Omit<google.maps.marker.PinElementOptions, 'map'>",
|
|
2608
|
+
required: false
|
|
2609
|
+
}
|
|
2610
|
+
],
|
|
2611
|
+
ScriptGoogleMapsPolygonProps: [
|
|
2612
|
+
{
|
|
2613
|
+
name: "options",
|
|
2614
|
+
type: "Omit<google.maps.PolygonOptions, 'map'>",
|
|
2615
|
+
required: false
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2618
|
+
ScriptGoogleMapsPolygonEvents: [
|
|
2619
|
+
{
|
|
2620
|
+
name: "click",
|
|
2621
|
+
type: "google.maps.PolyMouseEvent",
|
|
2622
|
+
required: false
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
name: "contextmenu",
|
|
2626
|
+
type: "google.maps.PolyMouseEvent",
|
|
2627
|
+
required: false
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
name: "dblclick",
|
|
2631
|
+
type: "google.maps.PolyMouseEvent",
|
|
2632
|
+
required: false
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
name: "mousedown",
|
|
2636
|
+
type: "google.maps.PolyMouseEvent",
|
|
2637
|
+
required: false
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
name: "mousemove",
|
|
2641
|
+
type: "google.maps.PolyMouseEvent",
|
|
2642
|
+
required: false
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
name: "mouseout",
|
|
2646
|
+
type: "google.maps.PolyMouseEvent",
|
|
2647
|
+
required: false
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
name: "mouseover",
|
|
2651
|
+
type: "google.maps.PolyMouseEvent",
|
|
2652
|
+
required: false
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
name: "mouseup",
|
|
2656
|
+
type: "google.maps.PolyMouseEvent",
|
|
2657
|
+
required: false
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
name: "drag",
|
|
2661
|
+
type: "google.maps.MapMouseEvent",
|
|
2662
|
+
required: false
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
name: "dragend",
|
|
2666
|
+
type: "google.maps.MapMouseEvent",
|
|
2667
|
+
required: false
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
name: "dragstart",
|
|
2671
|
+
type: "google.maps.MapMouseEvent",
|
|
2672
|
+
required: false
|
|
2673
|
+
}
|
|
2674
|
+
],
|
|
2675
|
+
ScriptGoogleMapsPolylineProps: [
|
|
2676
|
+
{
|
|
2677
|
+
name: "options",
|
|
2678
|
+
type: "Omit<google.maps.PolylineOptions, 'map'>",
|
|
2679
|
+
required: false
|
|
2680
|
+
}
|
|
2681
|
+
],
|
|
2682
|
+
ScriptGoogleMapsPolylineEvents: [
|
|
2683
|
+
{
|
|
2684
|
+
name: "click",
|
|
2685
|
+
type: "google.maps.PolyMouseEvent",
|
|
2686
|
+
required: false
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
name: "contextmenu",
|
|
2690
|
+
type: "google.maps.PolyMouseEvent",
|
|
2691
|
+
required: false
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
name: "dblclick",
|
|
2695
|
+
type: "google.maps.PolyMouseEvent",
|
|
2696
|
+
required: false
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
name: "mousedown",
|
|
2700
|
+
type: "google.maps.PolyMouseEvent",
|
|
2701
|
+
required: false
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
name: "mousemove",
|
|
2705
|
+
type: "google.maps.PolyMouseEvent",
|
|
2706
|
+
required: false
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
name: "mouseout",
|
|
2710
|
+
type: "google.maps.PolyMouseEvent",
|
|
2711
|
+
required: false
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
name: "mouseover",
|
|
2715
|
+
type: "google.maps.PolyMouseEvent",
|
|
2716
|
+
required: false
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
name: "mouseup",
|
|
2720
|
+
type: "google.maps.PolyMouseEvent",
|
|
2721
|
+
required: false
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
name: "drag",
|
|
2725
|
+
type: "google.maps.MapMouseEvent",
|
|
2726
|
+
required: false
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
name: "dragend",
|
|
2730
|
+
type: "google.maps.MapMouseEvent",
|
|
2731
|
+
required: false
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
name: "dragstart",
|
|
2735
|
+
type: "google.maps.MapMouseEvent",
|
|
2736
|
+
required: false
|
|
2737
|
+
}
|
|
2738
|
+
],
|
|
2739
|
+
ScriptGoogleMapsRectangleProps: [
|
|
2740
|
+
{
|
|
2741
|
+
name: "options",
|
|
2742
|
+
type: "Omit<google.maps.RectangleOptions, 'map'>",
|
|
2743
|
+
required: false
|
|
2744
|
+
}
|
|
2745
|
+
],
|
|
2746
|
+
ScriptGoogleMapsRectangleEvents: [
|
|
2747
|
+
{
|
|
2748
|
+
name: "bounds_changed",
|
|
2749
|
+
type: "-",
|
|
2750
|
+
required: false
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
name: "click",
|
|
2754
|
+
type: "google.maps.MapMouseEvent",
|
|
2755
|
+
required: false
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
name: "contextmenu",
|
|
2759
|
+
type: "google.maps.MapMouseEvent",
|
|
2760
|
+
required: false
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
name: "dblclick",
|
|
2764
|
+
type: "google.maps.MapMouseEvent",
|
|
2765
|
+
required: false
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
name: "drag",
|
|
2769
|
+
type: "google.maps.MapMouseEvent",
|
|
2770
|
+
required: false
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
name: "dragend",
|
|
2774
|
+
type: "google.maps.MapMouseEvent",
|
|
2775
|
+
required: false
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
name: "dragstart",
|
|
2779
|
+
type: "google.maps.MapMouseEvent",
|
|
2780
|
+
required: false
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
name: "mousedown",
|
|
2784
|
+
type: "google.maps.MapMouseEvent",
|
|
2785
|
+
required: false
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
name: "mousemove",
|
|
2789
|
+
type: "google.maps.MapMouseEvent",
|
|
2790
|
+
required: false
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
name: "mouseout",
|
|
2794
|
+
type: "google.maps.MapMouseEvent",
|
|
2795
|
+
required: false
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
name: "mouseover",
|
|
2799
|
+
type: "google.maps.MapMouseEvent",
|
|
2800
|
+
required: false
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
name: "mouseup",
|
|
2804
|
+
type: "google.maps.MapMouseEvent",
|
|
2805
|
+
required: false
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2808
|
+
ScriptBlueskyEmbedProps: [
|
|
2809
|
+
{
|
|
2810
|
+
name: "postUrl",
|
|
2811
|
+
type: "string",
|
|
2812
|
+
required: true
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
name: "apiEndpoint",
|
|
2816
|
+
type: "string",
|
|
2817
|
+
required: false
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
name: "imageProxyEndpoint",
|
|
2821
|
+
type: "string",
|
|
2822
|
+
required: false
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
name: "rootAttrs",
|
|
2826
|
+
type: "HTMLAttributes",
|
|
2827
|
+
required: false
|
|
2828
|
+
}
|
|
2829
|
+
],
|
|
2830
|
+
ScriptCarbonAdsProps: [
|
|
2831
|
+
{
|
|
2832
|
+
name: "serve",
|
|
2833
|
+
type: "string",
|
|
2834
|
+
required: true
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
name: "placement",
|
|
2838
|
+
type: "string",
|
|
2839
|
+
required: true
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
name: "format",
|
|
2843
|
+
type: "string",
|
|
2844
|
+
required: true
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
name: "trigger",
|
|
2848
|
+
type: "ElementScriptTrigger",
|
|
2849
|
+
required: false
|
|
2850
|
+
}
|
|
2851
|
+
],
|
|
2852
|
+
ScriptCarbonAdsEvents: [
|
|
2853
|
+
{
|
|
2854
|
+
name: "error",
|
|
2855
|
+
type: "string | Event",
|
|
2856
|
+
required: false
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
name: "ready",
|
|
2860
|
+
type: "HTMLScriptElement",
|
|
2861
|
+
required: false
|
|
2862
|
+
}
|
|
2863
|
+
],
|
|
2864
|
+
ScriptCrispProps: [
|
|
2865
|
+
{
|
|
2866
|
+
name: "trigger",
|
|
2867
|
+
type: "ElementScriptTrigger",
|
|
2868
|
+
required: false
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
name: "id",
|
|
2872
|
+
type: "string",
|
|
2873
|
+
required: true
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
name: "runtimeConfig",
|
|
2877
|
+
type: "{\n locale: string\n }",
|
|
2878
|
+
required: false
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
name: "tokenId",
|
|
2882
|
+
type: "string",
|
|
2883
|
+
required: false
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
name: "cookieDomain",
|
|
2887
|
+
type: "string",
|
|
2888
|
+
required: false
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
name: "cookieExpiry",
|
|
2892
|
+
type: "number",
|
|
2893
|
+
required: false
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
ScriptCrispEvents: [
|
|
2897
|
+
{
|
|
2898
|
+
name: "ready",
|
|
2899
|
+
type: "ReturnType<typeof useScriptCrisp>",
|
|
2900
|
+
required: false
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
name: "error",
|
|
2904
|
+
type: "-",
|
|
2905
|
+
required: false
|
|
2906
|
+
}
|
|
2907
|
+
],
|
|
2908
|
+
ScriptGoogleAdsenseProps: [
|
|
2909
|
+
{
|
|
2910
|
+
name: "dataAdClient",
|
|
2911
|
+
type: "string",
|
|
2912
|
+
required: true
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
name: "dataAdSlot",
|
|
2916
|
+
type: "string",
|
|
2917
|
+
required: true
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
name: "dataAdFormat",
|
|
2921
|
+
type: "'auto' | 'rectangle' | 'vertical' | 'horizontal' | 'fluid' | 'autorelaxed'",
|
|
2922
|
+
required: false
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
name: "dataAdLayout",
|
|
2926
|
+
type: "'in-article' | 'in-feed' | 'fixed'",
|
|
2927
|
+
required: false
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
name: "dataFullWidthResponsive",
|
|
2931
|
+
type: "boolean",
|
|
2932
|
+
required: false
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
name: "trigger",
|
|
2936
|
+
type: "ElementScriptTrigger",
|
|
2937
|
+
required: false
|
|
2938
|
+
}
|
|
2939
|
+
],
|
|
2940
|
+
ScriptGoogleAdsenseEvents: [
|
|
2941
|
+
{
|
|
2942
|
+
name: "ready",
|
|
2943
|
+
type: "ReturnType<typeof useScriptGoogleAdsense>",
|
|
2944
|
+
required: false
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
name: "error",
|
|
2948
|
+
type: "-",
|
|
2949
|
+
required: false
|
|
2950
|
+
}
|
|
2951
|
+
],
|
|
2952
|
+
ScriptInstagramEmbedProps: [
|
|
2953
|
+
{
|
|
2954
|
+
name: "postUrl",
|
|
2955
|
+
type: "string",
|
|
2956
|
+
required: true
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
name: "captions",
|
|
2960
|
+
type: "boolean",
|
|
2961
|
+
required: false
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
name: "apiEndpoint",
|
|
2965
|
+
type: "string",
|
|
2966
|
+
required: false
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
name: "rootAttrs",
|
|
2970
|
+
type: "HTMLAttributes",
|
|
2971
|
+
required: false
|
|
2972
|
+
}
|
|
2973
|
+
],
|
|
2974
|
+
ScriptIntercomProps: [
|
|
2975
|
+
{
|
|
2976
|
+
name: "appId",
|
|
2977
|
+
type: "string",
|
|
2978
|
+
required: true
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
name: "apiBase",
|
|
2982
|
+
type: "string",
|
|
2983
|
+
required: false
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
name: "name",
|
|
2987
|
+
type: "string",
|
|
2988
|
+
required: false
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
name: "email",
|
|
2992
|
+
type: "string",
|
|
2993
|
+
required: false
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
name: "userId",
|
|
2997
|
+
type: "string",
|
|
2998
|
+
required: false
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
name: "alignment",
|
|
3002
|
+
type: "'left' | 'right'",
|
|
3003
|
+
required: false
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
name: "horizontalPadding",
|
|
3007
|
+
type: "number",
|
|
3008
|
+
required: false
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
name: "verticalPadding",
|
|
3012
|
+
type: "number",
|
|
3013
|
+
required: false
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
name: "trigger",
|
|
3017
|
+
type: "ElementScriptTrigger",
|
|
3018
|
+
required: false
|
|
3019
|
+
}
|
|
3020
|
+
],
|
|
3021
|
+
ScriptIntercomEvents: [
|
|
3022
|
+
{
|
|
3023
|
+
name: "ready",
|
|
3024
|
+
type: "ReturnType<typeof useScriptIntercom>",
|
|
3025
|
+
required: false
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
name: "error",
|
|
3029
|
+
type: "-",
|
|
3030
|
+
required: false
|
|
3031
|
+
}
|
|
3032
|
+
],
|
|
3033
|
+
ScriptLemonSqueezyProps: [
|
|
3034
|
+
{
|
|
3035
|
+
name: "trigger",
|
|
3036
|
+
type: "ElementScriptTrigger",
|
|
3037
|
+
required: false
|
|
3038
|
+
}
|
|
3039
|
+
],
|
|
3040
|
+
ScriptLemonSqueezyEvents: [
|
|
3041
|
+
{
|
|
3042
|
+
name: "ready",
|
|
3043
|
+
type: "ReturnType<typeof useScriptLemonSqueezy>",
|
|
3044
|
+
required: false
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
name: "lemonSqueezyEvent",
|
|
3048
|
+
type: "LemonSqueezyEventPayload",
|
|
3049
|
+
required: false
|
|
3050
|
+
}
|
|
3051
|
+
],
|
|
3052
|
+
ScriptPayPalButtonsProps: [
|
|
3053
|
+
{
|
|
3054
|
+
name: "rootAttrs",
|
|
3055
|
+
type: "HTMLAttributes & ReservedProps & Record<string, unknown>",
|
|
3056
|
+
required: false
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
name: "trigger",
|
|
3060
|
+
type: "ElementScriptTrigger",
|
|
3061
|
+
required: false
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
name: "clientId",
|
|
3065
|
+
type: "string",
|
|
3066
|
+
required: false
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
name: "clientToken",
|
|
3070
|
+
type: "string",
|
|
3071
|
+
required: false
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
name: "components",
|
|
3075
|
+
type: "Components[]",
|
|
3076
|
+
required: false
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
name: "pageType",
|
|
3080
|
+
type: "PageTypes",
|
|
3081
|
+
required: false
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
name: "locale",
|
|
3085
|
+
type: "string",
|
|
3086
|
+
required: false
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
name: "merchantId",
|
|
3090
|
+
type: "string | string[]",
|
|
3091
|
+
required: false
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
name: "partnerAttributionId",
|
|
3095
|
+
type: "string",
|
|
3096
|
+
required: false
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
name: "paypalScriptOptions",
|
|
3100
|
+
type: "Partial<PayPalInput>",
|
|
3101
|
+
required: false
|
|
3102
|
+
}
|
|
3103
|
+
],
|
|
3104
|
+
ScriptPayPalButtonsEvents: [
|
|
3105
|
+
{
|
|
3106
|
+
name: "ready",
|
|
3107
|
+
type: "SdkInstance<Components[]>",
|
|
3108
|
+
required: false
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
name: "error",
|
|
3112
|
+
type: "unknown",
|
|
3113
|
+
required: false
|
|
3114
|
+
}
|
|
3115
|
+
],
|
|
3116
|
+
ScriptPayPalMessagesProps: [
|
|
3117
|
+
{
|
|
3118
|
+
name: "rootAttrs",
|
|
3119
|
+
type: "HTMLAttributes & ReservedProps & Record<string, unknown>",
|
|
3120
|
+
required: false
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
name: "trigger",
|
|
3124
|
+
type: "ElementScriptTrigger",
|
|
3125
|
+
required: false
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
name: "clientId",
|
|
3129
|
+
type: "string",
|
|
3130
|
+
required: false
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
name: "clientToken",
|
|
3134
|
+
type: "string",
|
|
3135
|
+
required: false
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
name: "merchantId",
|
|
3139
|
+
type: "string | string[]",
|
|
3140
|
+
required: false
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
name: "partnerAttributionId",
|
|
3144
|
+
type: "string",
|
|
3145
|
+
required: false
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
name: "pageType",
|
|
3149
|
+
type: "PageTypes",
|
|
3150
|
+
required: false
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
name: "locale",
|
|
3154
|
+
type: "string",
|
|
3155
|
+
required: false
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
name: "messagesOptions",
|
|
3159
|
+
type: "PayPalMessagesOptions",
|
|
3160
|
+
required: false
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
name: "paypalScriptOptions",
|
|
3164
|
+
type: "Partial<PayPalInput>",
|
|
3165
|
+
required: false
|
|
3166
|
+
}
|
|
3167
|
+
],
|
|
3168
|
+
ScriptPayPalMessagesEvents: [
|
|
3169
|
+
{
|
|
3170
|
+
name: "ready",
|
|
3171
|
+
type: "PayPalMessagesSession",
|
|
3172
|
+
required: false
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
name: "error",
|
|
3176
|
+
type: "unknown",
|
|
3177
|
+
required: false
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
ScriptStripePricingTableProps: [
|
|
3181
|
+
{
|
|
3182
|
+
name: "trigger",
|
|
3183
|
+
type: "ElementScriptTrigger",
|
|
3184
|
+
required: false
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
name: "publishableKey",
|
|
3188
|
+
type: "string",
|
|
3189
|
+
required: true
|
|
3190
|
+
},
|
|
3191
|
+
{
|
|
3192
|
+
name: "pricingTableId",
|
|
3193
|
+
type: "string",
|
|
3194
|
+
required: true
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
name: "clientReferenceId",
|
|
3198
|
+
type: "string",
|
|
3199
|
+
required: false
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
name: "customerEmail",
|
|
3203
|
+
type: "string",
|
|
3204
|
+
required: false
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
name: "customerSessionClientSecret",
|
|
3208
|
+
type: "string",
|
|
3209
|
+
required: false
|
|
3210
|
+
}
|
|
3211
|
+
],
|
|
3212
|
+
ScriptStripePricingTableEvents: [
|
|
3213
|
+
{
|
|
3214
|
+
name: "ready",
|
|
3215
|
+
type: "ReturnType<typeof useScript>",
|
|
3216
|
+
required: false
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
name: "error",
|
|
3220
|
+
type: "-",
|
|
3221
|
+
required: false
|
|
3222
|
+
}
|
|
3223
|
+
],
|
|
3224
|
+
ScriptVimeoPlayerProps: [
|
|
3225
|
+
{
|
|
3226
|
+
name: "trigger",
|
|
3227
|
+
type: "ElementScriptTrigger",
|
|
3228
|
+
required: false
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
name: "placeholderAttrs",
|
|
3232
|
+
type: "ImgHTMLAttributes",
|
|
3233
|
+
required: false
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
name: "rootAttrs",
|
|
3237
|
+
type: "HTMLAttributes",
|
|
3238
|
+
required: false
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
name: "aboveTheFold",
|
|
3242
|
+
type: "boolean",
|
|
3243
|
+
required: false
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
name: "vimeoOptions",
|
|
3247
|
+
type: "VimeoOptions",
|
|
3248
|
+
required: false
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
name: "id",
|
|
3252
|
+
type: "number | undefined",
|
|
3253
|
+
required: false
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
name: "url",
|
|
3257
|
+
type: "string | undefined",
|
|
3258
|
+
required: false
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
name: "ratio",
|
|
3262
|
+
type: "string",
|
|
3263
|
+
required: false
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
name: "placeholderObjectFit",
|
|
3267
|
+
type: "'cover' | 'contain' | 'fill' | 'none' | 'scale-down'",
|
|
3268
|
+
required: false
|
|
3269
|
+
}
|
|
3270
|
+
],
|
|
3271
|
+
ScriptXEmbedProps: [
|
|
3272
|
+
{
|
|
3273
|
+
name: "tweetId",
|
|
3274
|
+
type: "string",
|
|
3275
|
+
required: true
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
name: "apiEndpoint",
|
|
3279
|
+
type: "string",
|
|
3280
|
+
required: false
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
name: "imageProxyEndpoint",
|
|
3284
|
+
type: "string",
|
|
3285
|
+
required: false
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
name: "rootAttrs",
|
|
3289
|
+
type: "HTMLAttributes",
|
|
3290
|
+
required: false
|
|
3291
|
+
}
|
|
3292
|
+
],
|
|
3293
|
+
ScriptYouTubePlayerProps: [
|
|
3294
|
+
{
|
|
3295
|
+
name: "placeholderAttrs",
|
|
3296
|
+
type: "ImgHTMLAttributes",
|
|
3297
|
+
required: false
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
name: "rootAttrs",
|
|
3301
|
+
type: "HTMLAttributes",
|
|
3302
|
+
required: false
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
name: "aboveTheFold",
|
|
3306
|
+
type: "boolean",
|
|
3307
|
+
required: false
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
name: "trigger",
|
|
3311
|
+
type: "ElementScriptTrigger",
|
|
3312
|
+
required: false
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
name: "videoId",
|
|
3316
|
+
type: "string",
|
|
3317
|
+
required: true
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
name: "playerVars",
|
|
3321
|
+
type: "YT.PlayerVars",
|
|
3322
|
+
required: false
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
name: "width",
|
|
3326
|
+
type: "number",
|
|
3327
|
+
required: false
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
name: "height",
|
|
3331
|
+
type: "number",
|
|
3332
|
+
required: false
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
name: "ratio",
|
|
3336
|
+
type: "string",
|
|
3337
|
+
required: false
|
|
3338
|
+
},
|
|
3339
|
+
{
|
|
3340
|
+
name: "cookies",
|
|
3341
|
+
type: "boolean",
|
|
3342
|
+
required: false
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
name: "playerOptions",
|
|
3346
|
+
type: "YT.PlayerOptions",
|
|
3347
|
+
required: false
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
name: "thumbnailSize",
|
|
3351
|
+
type: "YoutubeThumbnailSize",
|
|
3352
|
+
required: false
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
name: "webp",
|
|
3356
|
+
type: "boolean",
|
|
3357
|
+
required: false
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
name: "placeholderObjectFit",
|
|
3361
|
+
type: "'cover' | 'contain' | 'fill' | 'none' | 'scale-down'",
|
|
3362
|
+
required: false
|
|
3363
|
+
}
|
|
3364
|
+
],
|
|
3365
|
+
ScriptYouTubePlayerEvents: [
|
|
3366
|
+
{
|
|
3367
|
+
name: "ready",
|
|
3368
|
+
type: "YT.PlayerEvent",
|
|
3369
|
+
required: false
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
name: "state-change",
|
|
3373
|
+
type: "YT.OnStateChangeEvent",
|
|
3374
|
+
required: false
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
name: "playback-quality-change",
|
|
3378
|
+
type: "YT.OnPlaybackQualityChangeEvent",
|
|
3379
|
+
required: false
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
name: "playback-rate-change",
|
|
3383
|
+
type: "YT.OnPlaybackRateChangeEvent",
|
|
3384
|
+
required: false
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
name: "error",
|
|
3388
|
+
type: "YT.OnErrorEvent",
|
|
3389
|
+
required: false
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
name: "api-change",
|
|
3393
|
+
type: "YT.PlayerEvent",
|
|
3394
|
+
required: false
|
|
3395
|
+
}
|
|
2026
3396
|
]
|
|
2027
3397
|
};
|
|
2028
3398
|
const registryTypesJson = {
|