@nuxt/scripts 0.3.9 → 0.4.1
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 +4 -8
- package/dist/client/200.html +57 -43
- package/dist/client/404.html +57 -43
- package/dist/client/_nuxt/{Dmsejhs1.js → BE5dUAj2.js} +1 -1
- package/dist/client/_nuxt/BEjL32p1.js +5754 -0
- package/dist/client/_nuxt/BwXNTs7T.js +1 -0
- package/dist/client/_nuxt/{Df--iwTR.js → C3OXR31I.js} +1 -1
- package/dist/client/_nuxt/CGmujMTu.js +1 -0
- package/dist/client/_nuxt/CO5hpdkB.js +1 -0
- package/dist/client/_nuxt/CiRxTSAc.js +1 -0
- package/dist/client/_nuxt/{BRKoJ6lw.js → CnGjBSoe.js} +1 -1
- package/dist/client/_nuxt/CpAANOdC.js +1 -0
- package/dist/client/_nuxt/DAfrLhwG.js +1 -0
- package/dist/client/_nuxt/DGMFlOLs.js +1 -0
- package/dist/client/_nuxt/DKb4lQY2.js +1 -0
- package/dist/client/_nuxt/Dit6kIrv.js +11 -0
- package/dist/client/_nuxt/FJDVp-XM.js +1 -0
- package/dist/client/_nuxt/KPqz0Sb3.js +1 -0
- package/dist/client/_nuxt/MS3qTAOR.js +1 -0
- package/dist/client/_nuxt/P5f3PASf.js +40 -0
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/d030288c-d564-4054-b340-ad07c9c6d534.json +1 -0
- package/dist/client/_nuxt/yPaGq8vJ.js +31 -0
- package/dist/client/_nuxt/zkPAHE4u.js +1 -0
- package/dist/client/index.html +57 -43
- package/dist/module.d.mts +1 -1
- package/dist/module.d.ts +1 -1
- package/dist/module.json +1 -1
- package/dist/registry.d.mts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.mjs +1 -1
- package/dist/runtime/composables/useAnalyticsPageEvent.d.ts +1 -4
- package/dist/runtime/registry/cloudflare-web-analytics.d.ts +2 -19
- package/dist/runtime/registry/fathom-analytics.d.ts +2 -31
- package/dist/runtime/registry/google-analytics.d.ts +2 -11
- package/dist/runtime/registry/google-analytics.mjs +1 -1
- package/dist/runtime/registry/google-maps.d.ts +2 -12
- package/dist/runtime/registry/google-tag-manager.d.ts +2 -8
- package/dist/runtime/registry/hotjar.d.ts +2 -10
- package/dist/runtime/registry/intercom.d.ts +2 -22
- package/dist/runtime/registry/lemon-squeezy.d.ts +1 -3
- package/dist/runtime/registry/matomo-analytics.d.ts +2 -14
- package/dist/runtime/registry/meta-pixel.d.ts +2 -8
- package/dist/runtime/registry/npm.d.ts +2 -14
- package/dist/runtime/registry/plausible-analytics.d.ts +2 -10
- package/dist/runtime/registry/segment.d.ts +2 -10
- package/dist/runtime/registry/stripe.d.ts +2 -8
- package/dist/runtime/registry/vimeo-player.d.ts +1 -3
- package/dist/runtime/registry/x-pixel.d.ts +2 -10
- package/dist/runtime/registry/x-pixel.mjs +1 -1
- package/dist/runtime/registry/youtube-player.d.ts +1 -3
- package/dist/runtime/types.d.ts +3 -2
- package/dist/runtime/utils.d.ts +2 -4
- package/package.json +9 -9
- package/dist/client/_nuxt/BwVNWVdS.js +0 -31
- package/dist/client/_nuxt/CudBhkk3.js +0 -1
- package/dist/client/_nuxt/builds/meta/42eedd27-01ea-43c5-acca-daf3456cac3d.json +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e=Object.freeze({displayName:"TypeSpec",fileTypes:["tsp"],name:"typespec",patterns:[{include:"#statement"}],repository:{"alias-statement":{begin:"\\b(alias)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.alias-statement.typespec",patterns:[{include:"#type-parameters"},{include:"#operator-assignment"},{include:"#expression"}]},"augment-decorator-statement":{begin:"((@@)\\b[_$[:alpha:]]([_$[:alnum:]]|\\.[_$[:alpha:]])*\\b)",beginCaptures:{1:{name:"entity.name.tag.tsp"},2:{name:"entity.name.tag.tsp"}},end:"(?=[_$[:alpha:]])|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.augment-decorator-statement.typespec",patterns:[{include:"#token"},{include:"#parenthesized-expression"}]},"block-comment":{begin:"/\\*",end:"\\*/",name:"comment.block.tsp"},"boolean-literal":{match:"\\b(true|false)\\b",name:"constant.language.tsp"},decorator:{begin:"((@)\\b[_$[:alpha:]]([_$[:alnum:]]|\\.[_$[:alpha:]])*\\b)",beginCaptures:{1:{name:"entity.name.tag.tsp"},2:{name:"entity.name.tag.tsp"}},end:"(?=[_$[:alpha:]])|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.decorator.typespec",patterns:[{include:"#token"},{include:"#parenthesized-expression"}]},"decorator-declaration-statement":{begin:"(?:(extern)\\s+)?\\b(dec)\\b\\s+(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"keyword.other.tsp"},2:{name:"keyword.other.tsp"},3:{name:"entity.name.function.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.decorator-declaration-statement.typespec",patterns:[{include:"#token"},{include:"#operation-parameters"}]},directive:{begin:"\\s*(#\\b[_$[:alpha:]][_$[:alnum:]]*\\b)",beginCaptures:{1:{name:"keyword.directive.name.tsp"}},end:"$|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.directive.typespec",patterns:[{include:"#string-literal"},{include:"#identifier-expression"}]},"doc-comment":{begin:"/\\*\\*",beginCaptures:{0:{name:"comment.block.tsp"}},end:"\\*/",endCaptures:{0:{name:"comment.block.tsp"}},name:"comment.block.tsp",patterns:[{include:"#doc-comment-block"}]},"doc-comment-block":{patterns:[{include:"#doc-comment-param"},{include:"#doc-comment-return-tag"},{include:"#doc-comment-unknown-tag"}]},"doc-comment-param":{captures:{1:{name:"keyword.tag.tspdoc"},2:{name:"keyword.tag.tspdoc"},3:{name:"variable.name.tsp"}},match:"(?x)((@)(?:param|template))\\s+(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)\\b",name:"comment.block.tsp"},"doc-comment-return-tag":{captures:{1:{name:"keyword.tag.tspdoc"},2:{name:"keyword.tag.tspdoc"}},match:"(?x)((@)(?:returns))\\b",name:"comment.block.tsp"},"doc-comment-unknown-tag":{captures:{1:{name:"entity.name.tag.tsp"},2:{name:"entity.name.tag.tsp"}},match:"(?x)((@)(?:\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`))\\b",name:"comment.block.tsp"},"else-expression":{begin:"\\b(else)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"((?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.else-expression.typespec",patterns:[{include:"#projection-expression"},{include:"#projection-body"}]},"else-if-expression":{begin:"\\b(else)\\s+(if)\\b",beginCaptures:{1:{name:"keyword.other.tsp"},2:{name:"keyword.other.tsp"}},end:"((?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.else-if-expression.typespec",patterns:[{include:"#projection-expression"},{include:"#projection-body"}]},"enum-body":{begin:"\\{",beginCaptures:{0:{name:"punctuation.curlybrace.open.tsp"}},end:"\\}",endCaptures:{0:{name:"punctuation.curlybrace.close.tsp"}},name:"meta.enum-body.typespec",patterns:[{include:"#enum-member"},{include:"#token"},{include:"#directive"},{include:"#decorator"},{include:"#punctuation-comma"}]},"enum-member":{begin:"(?:(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)\\s*(:?))",beginCaptures:{1:{name:"variable.name.tsp"},2:{name:"keyword.operator.type.annotation.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.enum-member.typespec",patterns:[{include:"#token"},{include:"#type-annotation"}]},"enum-statement":{begin:"\\b(enum)\\b\\s+(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"keyword.other.tsp"},2:{name:"entity.name.type.tsp"}},end:"(?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.enum-statement.typespec",patterns:[{include:"#token"},{include:"#enum-body"}]},"escape-character":{match:"\\\\.",name:"constant.character.escape.tsp"},expression:{patterns:[{include:"#token"},{include:"#directive"},{include:"#parenthesized-expression"},{include:"#valueof"},{include:"#type-arguments"},{include:"#tuple-expression"},{include:"#model-expression"},{include:"#identifier-expression"}]},"function-call":{begin:"(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)\\s*(\\()",beginCaptures:{1:{name:"entity.name.function.tsp"},2:{name:"punctuation.parenthesis.open.tsp"}},end:"\\)",endCaptures:{0:{name:"punctuation.parenthesis.close.tsp"}},name:"meta.function-call.typespec",patterns:[{include:"#expression"}]},"function-declaration-statement":{begin:"(?:(extern)\\s+)?\\b(fn)\\b\\s+(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"keyword.other.tsp"},2:{name:"keyword.other.tsp"},3:{name:"entity.name.function.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.function-declaration-statement.typespec",patterns:[{include:"#token"},{include:"#operation-parameters"},{include:"#type-annotation"}]},"identifier-expression":{match:"\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`",name:"entity.name.type.tsp"},"if-expression":{begin:"\\b(if)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"((?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.if-expression.typespec",patterns:[{include:"#projection-expression"},{include:"#projection-body"}]},"import-statement":{begin:"\\b(import)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.import-statement.typespec",patterns:[{include:"#token"}]},"interface-body":{begin:"\\{",beginCaptures:{0:{name:"punctuation.curlybrace.open.tsp"}},end:"\\}",endCaptures:{0:{name:"punctuation.curlybrace.close.tsp"}},name:"meta.interface-body.typespec",patterns:[{include:"#token"},{include:"#directive"},{include:"#decorator"},{include:"#interface-member"},{include:"#punctuation-semicolon"}]},"interface-heritage":{begin:"\\b(extends)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"((?=\\{)|(?=;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.interface-heritage.typespec",patterns:[{include:"#expression"},{include:"#punctuation-comma"}]},"interface-member":{begin:"(?:\\b(op)\\b\\s+)?(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"keyword.other.tsp"},2:{name:"entity.name.function.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.interface-member.typespec",patterns:[{include:"#token"},{include:"#operation-signature"}]},"interface-statement":{begin:"\\b(interface)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.interface-statement.typespec",patterns:[{include:"#token"},{include:"#type-parameters"},{include:"#interface-heritage"},{include:"#interface-body"},{include:"#expression"}]},"line-comment":{match:"//.*$",name:"comment.line.double-slash.tsp"},"model-expression":{begin:"\\{",beginCaptures:{0:{name:"punctuation.curlybrace.open.tsp"}},end:"\\}",endCaptures:{0:{name:"punctuation.curlybrace.close.tsp"}},name:"meta.model-expression.typespec",patterns:[{include:"#model-property"},{include:"#token"},{include:"#directive"},{include:"#decorator"},{include:"#spread-operator"},{include:"#punctuation-semicolon"}]},"model-heritage":{begin:"\\b(extends|is)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"((?=\\{)|(?=;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.model-heritage.typespec",patterns:[{include:"#expression"},{include:"#punctuation-comma"}]},"model-property":{begin:'(?:(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)|(\\"(?:[^\\"\\\\]|\\\\.)*\\"))',beginCaptures:{1:{name:"variable.name.tsp"},2:{name:"string.quoted.double.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.model-property.typespec",patterns:[{include:"#token"},{include:"#type-annotation"},{include:"#operator-assignment"},{include:"#expression"}]},"model-statement":{begin:"\\b(model)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.model-statement.typespec",patterns:[{include:"#token"},{include:"#type-parameters"},{include:"#model-heritage"},{include:"#expression"}]},"namespace-body":{begin:"\\{",beginCaptures:{0:{name:"punctuation.curlybrace.open.tsp"}},end:"\\}",endCaptures:{0:{name:"punctuation.curlybrace.close.tsp"}},name:"meta.namespace-body.typespec",patterns:[{include:"#statement"}]},"namespace-name":{begin:"(?=[_$[:alpha:]])",end:"((?=\\{)|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.namespace-name.typespec",patterns:[{include:"#identifier-expression"},{include:"#punctuation-accessor"}]},"namespace-statement":{begin:"\\b(namespace)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"((?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.namespace-statement.typespec",patterns:[{include:"#token"},{include:"#namespace-name"},{include:"#namespace-body"}]},"numeric-literal":{match:"(?:\\b(?<!\\$)0(?:x|X)[0-9a-fA-F][0-9a-fA-F_]*(n)?\\b(?!\\$)|\\b(?<!\\$)0(?:b|B)[01][01_]*(n)?\\b(?!\\$)|(?<!\\$)(?:(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[eE][+-]?[0-9][0-9_]*(n)?\\b)|(?:\\b[0-9][0-9_]*(\\.)[eE][+-]?[0-9][0-9_]*(n)?\\b)|(?:\\B(\\.)[0-9][0-9_]*[eE][+-]?[0-9][0-9_]*(n)?\\b)|(?:\\b[0-9][0-9_]*[eE][+-]?[0-9][0-9_]*(n)?\\b)|(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b)|(?:\\b[0-9][0-9_]*(\\.)(n)?\\B)|(?:\\B(\\.)[0-9][0-9_]*(n)?\\b)|(?:\\b[0-9][0-9_]*(n)?\\b(?!\\.)))(?!\\$))",name:"constant.numeric.tsp"},"operation-heritage":{begin:"\\b(is)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.operation-heritage.typespec",patterns:[{include:"#expression"}]},"operation-parameters":{begin:"\\(",beginCaptures:{0:{name:"punctuation.parenthesis.open.tsp"}},end:"\\)",endCaptures:{0:{name:"punctuation.parenthesis.close.tsp"}},name:"meta.operation-parameters.typespec",patterns:[{include:"#token"},{include:"#decorator"},{include:"#model-property"},{include:"#spread-operator"},{include:"#punctuation-comma"}]},"operation-signature":{patterns:[{include:"#type-parameters"},{include:"#operation-heritage"},{include:"#operation-parameters"},{include:"#type-annotation"}]},"operation-statement":{begin:"\\b(op)\\b\\s+(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"keyword.other.tsp"},2:{name:"entity.name.function.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.operation-statement.typespec",patterns:[{include:"#token"},{include:"#operation-signature"}]},"operator-assignment":{match:"=",name:"keyword.operator.assignment.tsp"},"parenthesized-expression":{begin:"\\(",beginCaptures:{0:{name:"punctuation.parenthesis.open.tsp"}},end:"\\)",endCaptures:{0:{name:"punctuation.parenthesis.close.tsp"}},name:"meta.parenthesized-expression.typespec",patterns:[{include:"#expression"},{include:"#punctuation-comma"}]},projection:{begin:"(from|to)",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"((?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.projection.typespec",patterns:[{include:"#projection-parameters"},{include:"#projection-body"}]},"projection-body":{begin:"\\{",beginCaptures:{0:{name:"punctuation.curlybrace.open.tsp"}},end:"\\}",endCaptures:{0:{name:"punctuation.curlybrace.close.tsp"}},name:"meta.projection-body.typespec",patterns:[{include:"#projection-expression"},{include:"#punctuation-semicolon"}]},"projection-expression":{patterns:[{include:"#else-if-expression"},{include:"#if-expression"},{include:"#else-expression"},{include:"#function-call"}]},"projection-parameter":{begin:"(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"variable.name.tsp"}},end:"(?=\\))|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.projection-parameter.typespec",patterns:[]},"projection-parameters":{begin:"\\(",beginCaptures:{0:{name:"punctuation.parenthesis.open.tsp"}},end:"\\)",endCaptures:{0:{name:"punctuation.parenthesis.close.tsp"}},name:"meta.projection-parameters.typespec",patterns:[{include:"#token"},{include:"#projection-parameter"}]},"projection-statement":{begin:"\\b(projection)\\b\\s+(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)(#)(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"keyword.other.tsp"},2:{name:"keyword.other.tsp"},3:{name:"keyword.operator.selector.tsp"},4:{name:"variable.name.tsp"}},end:"((?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b))",name:"meta.projection-statement.typespec",patterns:[{include:"#projection-statement-body"}]},"projection-statement-body":{begin:"\\{",beginCaptures:{0:{name:"punctuation.curlybrace.open.tsp"}},end:"\\}",endCaptures:{0:{name:"punctuation.curlybrace.close.tsp"}},name:"meta.projection-statement-body.typespec",patterns:[{include:"#projection"}]},"punctuation-accessor":{match:"\\.",name:"punctuation.accessor.tsp"},"punctuation-comma":{match:",",name:"punctuation.comma.tsp"},"punctuation-semicolon":{match:";",name:"punctuation.terminator.statement.tsp"},"scalar-extends":{begin:"\\b(extends)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?=;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.scalar-extends.typespec",patterns:[{include:"#expression"},{include:"#punctuation-comma"}]},"scalar-statement":{begin:"\\b(scalar)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.scalar-statement.typespec",patterns:[{include:"#token"},{include:"#type-parameters"},{include:"#scalar-extends"},{include:"#expression"}]},"spread-operator":{begin:"\\.\\.\\.",beginCaptures:{0:{name:"keyword.operator.spread.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.spread-operator.typespec",patterns:[{include:"#expression"}]},statement:{patterns:[{include:"#token"},{include:"#directive"},{include:"#augment-decorator-statement"},{include:"#decorator"},{include:"#model-statement"},{include:"#scalar-statement"},{include:"#union-statement"},{include:"#interface-statement"},{include:"#enum-statement"},{include:"#alias-statement"},{include:"#namespace-statement"},{include:"#operation-statement"},{include:"#import-statement"},{include:"#using-statement"},{include:"#decorator-declaration-statement"},{include:"#function-declaration-statement"},{include:"#projection-statement"},{include:"#punctuation-semicolon"}]},"string-literal":{begin:'"',end:'"|$',name:"string.quoted.double.tsp",patterns:[{include:"#template-expression"},{include:"#escape-character"}]},"template-expression":{begin:"\\$\\{",beginCaptures:{0:{name:"punctuation.definition.template-expression.begin.tsp"}},end:"\\}",endCaptures:{0:{name:"punctuation.definition.template-expression.end.tsp"}},name:"meta.template-expression.typespec",patterns:[{include:"#expression"}]},token:{patterns:[{include:"#doc-comment"},{include:"#line-comment"},{include:"#block-comment"},{include:"#triple-quoted-string-literal"},{include:"#string-literal"},{include:"#boolean-literal"},{include:"#numeric-literal"}]},"triple-quoted-string-literal":{begin:'"""',end:'"""',name:"string.quoted.triple.tsp",patterns:[{include:"#template-expression"},{include:"#escape-character"}]},"tuple-expression":{begin:"\\[",beginCaptures:{0:{name:"punctuation.squarebracket.open.tsp"}},end:"\\]",endCaptures:{0:{name:"punctuation.squarebracket.close.tsp"}},name:"meta.tuple-expression.typespec",patterns:[{include:"#expression"}]},"type-annotation":{begin:"\\s*(\\??)\\s*(:)",beginCaptures:{1:{name:"keyword.operator.optional.tsp"},2:{name:"keyword.operator.type.annotation.tsp"}},end:"(?=,|;|@|\\)|\\}|=|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.type-annotation.typespec",patterns:[{include:"#expression"}]},"type-arguments":{begin:"<",beginCaptures:{0:{name:"punctuation.definition.typeparameters.begin.tsp"}},end:">",endCaptures:{0:{name:"punctuation.definition.typeparameters.end.tsp"}},name:"meta.type-arguments.typespec",patterns:[{include:"#identifier-expression"},{include:"#operator-assignment"},{include:"#expression"},{include:"#punctuation-comma"}]},"type-parameter":{begin:"(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"entity.name.type.tsp"}},end:"(?=>)|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.type-parameter.typespec",patterns:[{include:"#token"},{include:"#type-parameter-constraint"},{include:"#type-parameter-default"}]},"type-parameter-constraint":{begin:"extends",beginCaptures:{0:{name:"keyword.other.tsp"}},end:"(?=>)|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.type-parameter-constraint.typespec",patterns:[{include:"#expression"}]},"type-parameter-default":{begin:"=",beginCaptures:{0:{name:"keyword.operator.assignment.tsp"}},end:"(?=>)|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.type-parameter-default.typespec",patterns:[{include:"#expression"}]},"type-parameters":{begin:"<",beginCaptures:{0:{name:"punctuation.definition.typeparameters.begin.tsp"}},end:">",endCaptures:{0:{name:"punctuation.definition.typeparameters.end.tsp"}},name:"meta.type-parameters.typespec",patterns:[{include:"#type-parameter"},{include:"#punctuation-comma"}]},"union-body":{begin:"\\{",beginCaptures:{0:{name:"punctuation.curlybrace.open.tsp"}},end:"\\}",endCaptures:{0:{name:"punctuation.curlybrace.close.tsp"}},name:"meta.union-body.typespec",patterns:[{include:"#union-variant"},{include:"#token"},{include:"#directive"},{include:"#decorator"},{include:"#expression"},{include:"#punctuation-comma"}]},"union-statement":{begin:"\\b(union)\\b\\s+(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)",beginCaptures:{1:{name:"keyword.other.tsp"},2:{name:"entity.name.type.tsp"}},end:"(?<=\\})|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.union-statement.typespec",patterns:[{include:"#token"},{include:"#union-body"}]},"union-variant":{begin:"(?:(\\b[_$[:alpha:]][_$[:alnum:]]*\\b|`(?:[^`\\\\]|\\\\.)*`)\\s*(:))",beginCaptures:{1:{name:"variable.name.tsp"},2:{name:"keyword.operator.type.annotation.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.union-variant.typespec",patterns:[{include:"#token"},{include:"#expression"}]},"using-statement":{begin:"\\b(using)\\b",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.using-statement.typespec",patterns:[{include:"#token"},{include:"#identifier-expression"}]},valueof:{begin:"\\b(valueof)",beginCaptures:{1:{name:"keyword.other.tsp"}},end:"(?=>)|(?=,|;|@|\\)|\\}|\\b(?:extern)\\b|\\b(?:namespace|model|op|using|import|enum|alias|union|interface|dec|fn)\\b)",name:"meta.valueof.typespec",patterns:[{include:"#expression"}]}},scopeName:"source.tsp",aliases:["tsp"]});var n=[e];export{n as default};
|
package/dist/client/index.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html><html><head><meta charset="utf-8">
|
|
2
2
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
3
3
|
<link rel="stylesheet" href="/__nuxt-scripts/_nuxt/entry.D91GVkD7.css">
|
|
4
|
-
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/
|
|
4
|
+
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/yPaGq8vJ.js">
|
|
5
5
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DXFkqnOI.js">
|
|
6
6
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/D6NljDpC.js">
|
|
7
7
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CowR2XfX.js">
|
|
@@ -19,12 +19,46 @@
|
|
|
19
19
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CupVZNk8.js">
|
|
20
20
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B4yE-MfL.js">
|
|
21
21
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CG4fK2Nq.js">
|
|
22
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DGMFlOLs.js">
|
|
23
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C5gCGmDW.js">
|
|
24
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B2DkETJQ.js">
|
|
25
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/RCJZWN-0.js">
|
|
26
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BF6G6X0H.js">
|
|
27
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Bg0wAK5a.js">
|
|
28
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BOnd8D4O.js">
|
|
29
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DouzTJIq.js">
|
|
30
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DbK06e1c.js">
|
|
31
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DISxKEhY.js">
|
|
32
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DvyTQcux.js">
|
|
33
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DNR26wTC.js">
|
|
34
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BaNxgKSR.js">
|
|
35
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/RE3ujT-k.js">
|
|
36
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DS9ZWoKD.js">
|
|
37
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BAMIS8DD.js">
|
|
38
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/wChcbJ1V.js">
|
|
39
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DAGYewaG.js">
|
|
40
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CsyrCbsw.js">
|
|
41
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/D_T9yQUo.js">
|
|
42
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DwuVtWc2.js">
|
|
43
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BXfENWL6.js">
|
|
44
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BIxS-Weu.js">
|
|
45
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Du6_OKDb.js">
|
|
46
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B9S9BZZh.js">
|
|
47
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DHmGyzbM.js">
|
|
48
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/RqY_Nz63.js">
|
|
49
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dwo2i-71.js">
|
|
50
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CarfVElc.js">
|
|
51
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BZfs-ost.js">
|
|
52
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BVGdgKAv.js">
|
|
53
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DGxQkqYo.js">
|
|
54
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CMDmr8et.js">
|
|
55
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/vMsNTMhM.js">
|
|
56
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dez-Qvcc.js">
|
|
57
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BT9ZzGyQ.js">
|
|
58
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DC8MraHL.js">
|
|
22
59
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/PWN5J14X.js">
|
|
23
60
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BXR915QZ.js">
|
|
24
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DC8MraHL.js">
|
|
25
61
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DSrLtGYv.js">
|
|
26
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CMDmr8et.js">
|
|
27
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Du6_OKDb.js">
|
|
28
62
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DXT9h7v2.js">
|
|
29
63
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BlxWTfDV.js">
|
|
30
64
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/i0IPvypD.js">
|
|
@@ -35,39 +69,26 @@
|
|
|
35
69
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BaedD2tq.js">
|
|
36
70
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/3ghuYFLd.js">
|
|
37
71
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C1DVX8_8.js">
|
|
38
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DbK06e1c.js">
|
|
39
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/RCJZWN-0.js">
|
|
40
72
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Bgpqy2XC.js">
|
|
41
73
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CIekO_uJ.js">
|
|
42
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BF6G6X0H.js">
|
|
43
74
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DXZpi2gR.js">
|
|
44
75
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Cgl53LJQ.js">
|
|
76
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CGmujMTu.js">
|
|
45
77
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BOpLLL-w.js">
|
|
46
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Bg0wAK5a.js">
|
|
47
78
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CX2EUjC8.js">
|
|
48
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BOnd8D4O.js">
|
|
49
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DouzTJIq.js">
|
|
50
79
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B6bHXiXE.js">
|
|
51
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BZfs-ost.js">
|
|
52
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DISxKEhY.js">
|
|
53
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B2DkETJQ.js">
|
|
54
80
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C6Aznpr-.js">
|
|
55
81
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/ByMv4Xf1.js">
|
|
56
82
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/PifQWv0n.js">
|
|
57
83
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DZLoTQm4.js">
|
|
58
84
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DsfXcHUZ.js">
|
|
59
85
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/D71BffLY.js">
|
|
60
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DvyTQcux.js">
|
|
61
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DNR26wTC.js">
|
|
62
86
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Eh5U-gDp.js">
|
|
63
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/
|
|
64
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/RE3ujT-k.js">
|
|
87
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BEjL32p1.js">
|
|
65
88
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/ChMCFiS0.js">
|
|
66
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CarfVElc.js">
|
|
67
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BVGdgKAv.js">
|
|
68
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DS9ZWoKD.js">
|
|
69
89
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C6XIsc4F.js">
|
|
70
90
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DfeQjIbs.js">
|
|
91
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/KPqz0Sb3.js">
|
|
71
92
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/sQpxpyUs.js">
|
|
72
93
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/D6pmzCqS.js">
|
|
73
94
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Djqq6n-7.js">
|
|
@@ -75,6 +96,7 @@
|
|
|
75
96
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/NL97_oaV.js">
|
|
76
97
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B_SUYfiV.js">
|
|
77
98
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CoEqzGFw.js">
|
|
99
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DAfrLhwG.js">
|
|
78
100
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DjTlIhuc.js">
|
|
79
101
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DAVo6uMX.js">
|
|
80
102
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/JgH_6NEN.js">
|
|
@@ -82,20 +104,17 @@
|
|
|
82
104
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Bbv8ARUV.js">
|
|
83
105
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CQUCfALx.js">
|
|
84
106
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/nclm9rTJ.js">
|
|
85
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BAMIS8DD.js">
|
|
86
107
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BN4LRXf6.js">
|
|
87
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CsyrCbsw.js">
|
|
88
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/wChcbJ1V.js">
|
|
89
108
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BmCW-tYz.js">
|
|
90
109
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/G-Jz5hiA.js">
|
|
91
110
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DUdlC5k_.js">
|
|
92
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/
|
|
93
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/
|
|
94
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CudBhkk3.js">
|
|
111
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dit6kIrv.js">
|
|
112
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CpAANOdC.js">
|
|
95
113
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DZqG9GXz.js">
|
|
96
114
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DmDrTTlz.js">
|
|
97
115
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BR6CMsBL.js">
|
|
98
116
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CqYeW6XZ.js">
|
|
117
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CiRxTSAc.js">
|
|
99
118
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C3qJFuQy.js">
|
|
100
119
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DzwdaLuO.js">
|
|
101
120
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DeVv6D4_.js">
|
|
@@ -106,19 +125,12 @@
|
|
|
106
125
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BUpeXbsf.js">
|
|
107
126
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C9d3aiqh.js">
|
|
108
127
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dble9ECP.js">
|
|
109
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/D_T9yQUo.js">
|
|
110
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DwuVtWc2.js">
|
|
111
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BXfENWL6.js">
|
|
112
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BIxS-Weu.js">
|
|
113
128
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DIr-ordK.js">
|
|
114
129
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/o5b8QYQO.js">
|
|
115
130
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Db2-y2xY.js">
|
|
116
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DGxQkqYo.js">
|
|
117
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/vMsNTMhM.js">
|
|
118
131
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dg0DGYq4.js">
|
|
119
132
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Ksn5IXup.js">
|
|
120
133
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DdacRhvC.js">
|
|
121
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B9S9BZZh.js">
|
|
122
134
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DGDuLtS6.js">
|
|
123
135
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Btshr8M_.js">
|
|
124
136
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CcYwH0AH.js">
|
|
@@ -132,11 +144,8 @@
|
|
|
132
144
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/YdT6Gj0u.js">
|
|
133
145
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dszwcx0o.js">
|
|
134
146
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CrgTADc5.js">
|
|
135
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DHmGyzbM.js">
|
|
136
147
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BWKJ1FCf.js">
|
|
137
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/RqY_Nz63.js">
|
|
138
148
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B6ZnTe72.js">
|
|
139
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dwo2i-71.js">
|
|
140
149
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Cthz8VOO.js">
|
|
141
150
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BbJj1K1w.js">
|
|
142
151
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/HrnDn_2Q.js">
|
|
@@ -148,6 +157,9 @@
|
|
|
148
157
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DhFF74a2.js">
|
|
149
158
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/37ic6j3l.js">
|
|
150
159
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CfPQhs6g.js">
|
|
160
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BwXNTs7T.js">
|
|
161
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/MS3qTAOR.js">
|
|
162
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/FJDVp-XM.js">
|
|
151
163
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B5NHDIr7.js">
|
|
152
164
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/D384ylkT.js">
|
|
153
165
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Lpdzc9s2.js">
|
|
@@ -161,23 +173,24 @@
|
|
|
161
173
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/dIHJ9UdL.js">
|
|
162
174
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DSsji4Hu.js">
|
|
163
175
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CThH5sBG.js">
|
|
176
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DKb4lQY2.js">
|
|
164
177
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DJZWsvj0.js">
|
|
165
178
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C15OxdQ5.js">
|
|
166
179
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/6XBPEST2.js">
|
|
167
180
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BH1M7C1g.js">
|
|
168
181
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DLP9ZvWb.js">
|
|
169
182
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/wKgfcFVx.js">
|
|
170
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dez-Qvcc.js">
|
|
171
183
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BscxmKrE.js">
|
|
172
184
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CuJfdYLG.js">
|
|
173
185
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BxwAa5i0.js">
|
|
174
186
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C_8Fx7bH.js">
|
|
175
187
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DBeuZS66.js">
|
|
176
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BT9ZzGyQ.js">
|
|
177
188
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DnLUQrgA.js">
|
|
178
189
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BacI6-DX.js">
|
|
190
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/zkPAHE4u.js">
|
|
179
191
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/I4qd5QHW.js">
|
|
180
192
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C2TBxDwV.js">
|
|
193
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CO5hpdkB.js">
|
|
181
194
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/beD-FUib.js">
|
|
182
195
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DVfdqzEq.js">
|
|
183
196
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/QZ3jNtnE.js">
|
|
@@ -188,8 +201,9 @@
|
|
|
188
201
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Cicx_DS6.js">
|
|
189
202
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/D3VXSfF0.js">
|
|
190
203
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BZz1Hhek.js">
|
|
191
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/
|
|
204
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/P5f3PASf.js">
|
|
192
205
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CJQrLysU.js">
|
|
206
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BICIrM8O.js">
|
|
193
207
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B1nm99XP.js">
|
|
194
208
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Bsp1M94H.js">
|
|
195
209
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CsTmP73Z.js">
|
|
@@ -239,10 +253,10 @@
|
|
|
239
253
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/V_y36BGi.js">
|
|
240
254
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BGq4KZyx.js">
|
|
241
255
|
<link rel="prefetch" as="style" href="/__nuxt-scripts/_nuxt/error-404.BRldFSII.css">
|
|
242
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/
|
|
243
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/
|
|
256
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BE5dUAj2.js">
|
|
257
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C3OXR31I.js">
|
|
244
258
|
<link rel="prefetch" as="style" href="/__nuxt-scripts/_nuxt/error-500.D8yw_IbC.css">
|
|
245
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/
|
|
246
|
-
<script type="module" src="/__nuxt-scripts/_nuxt/
|
|
259
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CnGjBSoe.js">
|
|
260
|
+
<script type="module" src="/__nuxt-scripts/_nuxt/yPaGq8vJ.js" crossorigin></script><script>"use strict";(()=>{const a=window,e=document.documentElement,c=window.localStorage,d=["dark","light"],n=c&&c.getItem&&c.getItem("nuxt-color-mode")||"system";let l=n==="system"?f():n;const i=e.getAttribute("data-color-mode-forced");i&&(l=i),r(l),a["__NUXT_COLOR_MODE__"]={preference:n,value:l,getColorScheme:f,addColorScheme:r,removeColorScheme:u};function r(o){const t=""+o+"",s="";e.classList?e.classList.add(t):e.className+=" "+t,s&&e.setAttribute("data-"+s,o)}function u(o){const t=""+o+"",s="";e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp(t,"g"),""),s&&e.removeAttribute("data-"+s)}function m(o){return a.matchMedia("(prefers-color-scheme"+o+")")}function f(){if(a.matchMedia&&m("").media!=="not all"){for(const o of d)if(m(":"+o).matches)return o}return"light"}})();
|
|
247
261
|
</script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4,"once":5},{},false,{},{},["Set"]]</script>
|
|
248
262
|
<script>window.__NUXT__={};window.__NUXT__.config={public:{"nuxt-scripts":{defaultScriptOptions:{trigger:"onNuxtReady"}}},app:{baseURL:"/__nuxt-scripts",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
|
package/dist/module.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as nuxt_schema from 'nuxt/schema';
|
|
2
|
-
import { NuxtConfigScriptRegistry, NuxtUseScriptOptions, NuxtUseScriptInput, RegistryScripts } from '
|
|
2
|
+
import { NuxtConfigScriptRegistry, NuxtUseScriptOptions, NuxtUseScriptInput, RegistryScripts } from './runtime/types.ts';
|
|
3
3
|
|
|
4
4
|
interface ModuleOptions {
|
|
5
5
|
/**
|
package/dist/module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as nuxt_schema from 'nuxt/schema';
|
|
2
|
-
import { NuxtConfigScriptRegistry, NuxtUseScriptOptions, NuxtUseScriptInput, RegistryScripts } from '
|
|
2
|
+
import { NuxtConfigScriptRegistry, NuxtUseScriptOptions, NuxtUseScriptInput, RegistryScripts } from './runtime/types.ts';
|
|
3
3
|
|
|
4
4
|
interface ModuleOptions {
|
|
5
5
|
/**
|
package/dist/module.json
CHANGED
package/dist/registry.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentInput } from './runtime/registry/segment.ts';
|
|
2
2
|
import { PlausibleAnalyticsInput } from './runtime/registry/plausible-analytics.ts';
|
|
3
3
|
import { GoogleAnalyticsInput } from './runtime/registry/google-analytics.ts';
|
|
4
|
-
import { RegistryScripts } from '
|
|
4
|
+
import { RegistryScripts } from './runtime/types.ts';
|
|
5
5
|
|
|
6
6
|
declare function GoogleAnalyticsScriptResolver(options?: GoogleAnalyticsInput): string;
|
|
7
7
|
declare function PlausibleAnalyticsScriptResolver(options: PlausibleAnalyticsInput): string;
|
package/dist/registry.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentInput } from './runtime/registry/segment.ts';
|
|
2
2
|
import { PlausibleAnalyticsInput } from './runtime/registry/plausible-analytics.ts';
|
|
3
3
|
import { GoogleAnalyticsInput } from './runtime/registry/google-analytics.ts';
|
|
4
|
-
import { RegistryScripts } from '
|
|
4
|
+
import { RegistryScripts } from './runtime/types.ts';
|
|
5
5
|
|
|
6
6
|
declare function GoogleAnalyticsScriptResolver(options?: GoogleAnalyticsInput): string;
|
|
7
7
|
declare function PlausibleAnalyticsScriptResolver(options: PlausibleAnalyticsInput): string;
|
package/dist/registry.mjs
CHANGED
|
@@ -177,7 +177,7 @@ const registry = (resolve) => {
|
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
|
-
label: "YouTube
|
|
180
|
+
label: "YouTube Player",
|
|
181
181
|
category: "content",
|
|
182
182
|
logo: `<svg xmlns="http://www.w3.org/2000/svg" width="45.52" height="32" viewBox="0 0 256 180"><path fill="red" d="M250.346 28.075A32.18 32.18 0 0 0 227.69 5.418C207.824 0 127.87 0 127.87 0S47.912.164 28.046 5.582A32.18 32.18 0 0 0 5.39 28.24c-6.009 35.298-8.34 89.084.165 122.97a32.18 32.18 0 0 0 22.656 22.657c19.866 5.418 99.822 5.418 99.822 5.418s79.955 0 99.82-5.418a32.18 32.18 0 0 0 22.657-22.657c6.338-35.348 8.291-89.1-.164-123.134"/><path fill="#FFF" d="m102.421 128.06l66.328-38.418l-66.328-38.418z"/></svg>`,
|
|
183
183
|
import: {
|
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
import type { TrackedPage } from '#nuxt-scripts';
|
|
2
|
-
export declare function useAnalyticsPageEvent(onChange?: (payload: TrackedPage) => void): import("#imports").Ref<
|
|
3
|
-
title?: string | undefined;
|
|
4
|
-
path: string;
|
|
5
|
-
}>;
|
|
2
|
+
export declare function useAnalyticsPageEvent(onChange?: (payload: TrackedPage) => void): import("#imports").Ref<any>;
|
|
@@ -16,23 +16,6 @@ declare global {
|
|
|
16
16
|
interface Window extends CloudflareWebAnalyticsApi {
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
export declare const CloudflareWebAnalyticsOptions:
|
|
20
|
-
/**
|
|
21
|
-
* The Cloudflare Web Analytics token.
|
|
22
|
-
*/
|
|
23
|
-
token: import("valibot").StringSchema<string>;
|
|
24
|
-
/**
|
|
25
|
-
* Cloudflare Web Analytics enables measuring SPAs automatically by overriding the History API’s pushState function
|
|
26
|
-
* and listening to the onpopstate. Hash-based router is not supported.
|
|
27
|
-
*
|
|
28
|
-
* @default true
|
|
29
|
-
*/
|
|
30
|
-
spa: import("valibot").OptionalSchema<import("valibot").BooleanSchema<boolean>, undefined, boolean | undefined>;
|
|
31
|
-
}, undefined, {
|
|
32
|
-
token: string;
|
|
33
|
-
spa?: boolean | undefined;
|
|
34
|
-
}>;
|
|
19
|
+
export declare const CloudflareWebAnalyticsOptions: any;
|
|
35
20
|
export type CloudflareWebAnalyticsInput = RegistryScriptInput<typeof CloudflareWebAnalyticsOptions>;
|
|
36
|
-
export declare function useScriptCloudflareWebAnalytics<T extends CloudflareWebAnalyticsApi>(_options?: CloudflareWebAnalyticsInput):
|
|
37
|
-
$script: Promise<T> & import("@unhead/vue").VueScriptInstance<T>;
|
|
38
|
-
};
|
|
21
|
+
export declare function useScriptCloudflareWebAnalytics<T extends CloudflareWebAnalyticsApi>(_options?: CloudflareWebAnalyticsInput): any;
|
|
@@ -1,32 +1,5 @@
|
|
|
1
1
|
import type { RegistryScriptInput } from '#nuxt-scripts';
|
|
2
|
-
export declare const FathomAnalyticsOptions:
|
|
3
|
-
/**
|
|
4
|
-
* The Fathom Analytics site ID.
|
|
5
|
-
*/
|
|
6
|
-
site: import("valibot").StringSchema<string>;
|
|
7
|
-
/**
|
|
8
|
-
* The Fathom Analytics tracking mode.
|
|
9
|
-
*/
|
|
10
|
-
spa: import("valibot").OptionalSchema<import("valibot").UnionSchema<(import("valibot").LiteralSchema<"auto", "auto"> | import("valibot").LiteralSchema<"history", "history"> | import("valibot").LiteralSchema<"hash", "hash">)[], "auto" | "history" | "hash">, undefined, "auto" | "history" | "hash" | undefined>;
|
|
11
|
-
/**
|
|
12
|
-
* Automatically track page views.
|
|
13
|
-
*/
|
|
14
|
-
auto: import("valibot").OptionalSchema<import("valibot").BooleanSchema<boolean>, undefined, boolean | undefined>;
|
|
15
|
-
/**
|
|
16
|
-
* Enable canonical URL tracking.
|
|
17
|
-
*/
|
|
18
|
-
canonical: import("valibot").OptionalSchema<import("valibot").BooleanSchema<boolean>, undefined, boolean | undefined>;
|
|
19
|
-
/**
|
|
20
|
-
* Honor Do Not Track requests.
|
|
21
|
-
*/
|
|
22
|
-
honorDnt: import("valibot").OptionalSchema<import("valibot").BooleanSchema<boolean>, undefined, boolean | undefined>;
|
|
23
|
-
}, undefined, {
|
|
24
|
-
site: string;
|
|
25
|
-
auto?: boolean | undefined;
|
|
26
|
-
spa?: "auto" | "history" | "hash" | undefined;
|
|
27
|
-
canonical?: boolean | undefined;
|
|
28
|
-
honorDnt?: boolean | undefined;
|
|
29
|
-
}>;
|
|
2
|
+
export declare const FathomAnalyticsOptions: any;
|
|
30
3
|
export type FathomAnalyticsInput = RegistryScriptInput<typeof FathomAnalyticsOptions, false>;
|
|
31
4
|
export interface FathomAnalyticsApi {
|
|
32
5
|
beacon: (ctx: {
|
|
@@ -53,6 +26,4 @@ declare global {
|
|
|
53
26
|
fathom: FathomAnalyticsApi;
|
|
54
27
|
}
|
|
55
28
|
}
|
|
56
|
-
export declare function useScriptFathomAnalytics<T extends FathomAnalyticsApi>(_options?: FathomAnalyticsInput):
|
|
57
|
-
$script: Promise<T> & import("@unhead/vue").VueScriptInstance<T>;
|
|
58
|
-
};
|
|
29
|
+
export declare function useScriptFathomAnalytics<T extends FathomAnalyticsApi>(_options?: FathomAnalyticsInput): any;
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
import type { GoogleAnalyticsApi } from 'third-party-capital';
|
|
2
2
|
import type { RegistryScriptInput } from '#nuxt-scripts';
|
|
3
|
-
export declare const GoogleAnalyticsOptions:
|
|
4
|
-
/**
|
|
5
|
-
* The Google Analytics ID.
|
|
6
|
-
*/
|
|
7
|
-
id: import("valibot").StringSchema<string>;
|
|
8
|
-
}, undefined, {
|
|
9
|
-
id: string;
|
|
10
|
-
}>;
|
|
3
|
+
export declare const GoogleAnalyticsOptions: any;
|
|
11
4
|
export type GoogleAnalyticsInput = RegistryScriptInput<typeof GoogleAnalyticsOptions>;
|
|
12
5
|
declare global {
|
|
13
6
|
interface Window extends GoogleAnalyticsApi {
|
|
@@ -18,6 +11,4 @@ declare global {
|
|
|
18
11
|
*
|
|
19
12
|
* A 3P wrapper for Google Analytics that takes an options input to feed into third-party-capital({@link https://github.com/GoogleChromeLabs/third-party-capital}), which returns instructions for nuxt-scripts.
|
|
20
13
|
*/
|
|
21
|
-
export declare function useScriptGoogleAnalytics<T extends GoogleAnalyticsApi>(_options?: GoogleAnalyticsInput):
|
|
22
|
-
$script: Promise<T> & import("@unhead/vue").VueScriptInstance<T>;
|
|
23
|
-
};
|
|
14
|
+
export declare function useScriptGoogleAnalytics<T extends GoogleAnalyticsApi>(_options?: GoogleAnalyticsInput): any;
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
import type { RegistryScriptInput } from '#nuxt-scripts';
|
|
2
|
-
export declare const GoogleMapsOptions:
|
|
3
|
-
apiKey: import("valibot").StringSchema<string>;
|
|
4
|
-
libraries: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<string>, string[]>, undefined, string[] | undefined>;
|
|
5
|
-
v: import("valibot").OptionalSchema<import("valibot").UnionSchema<(import("valibot").LiteralSchema<"weekly", "weekly"> | import("valibot").LiteralSchema<"beta", "beta"> | import("valibot").LiteralSchema<"alpha", "alpha">)[], "weekly" | "beta" | "alpha">, undefined, "weekly" | "beta" | "alpha" | undefined>;
|
|
6
|
-
}, undefined, {
|
|
7
|
-
apiKey: string;
|
|
8
|
-
libraries?: string[] | undefined;
|
|
9
|
-
v?: "weekly" | "beta" | "alpha" | undefined;
|
|
10
|
-
}>;
|
|
2
|
+
export declare const GoogleMapsOptions: any;
|
|
11
3
|
export type GoogleMapsInput = RegistryScriptInput<typeof GoogleMapsOptions>;
|
|
12
4
|
declare namespace google.maps {
|
|
13
5
|
/**
|
|
@@ -23,7 +15,5 @@ declare global {
|
|
|
23
15
|
google: typeof google;
|
|
24
16
|
}
|
|
25
17
|
}
|
|
26
|
-
export declare function useScriptGoogleMaps<T extends GoogleMapsApi>(_options?: GoogleMapsInput):
|
|
27
|
-
$script: Promise<T> & import("@unhead/vue").VueScriptInstance<T>;
|
|
28
|
-
};
|
|
18
|
+
export declare function useScriptGoogleMaps<T extends GoogleMapsApi>(_options?: GoogleMapsInput): any;
|
|
29
19
|
export {};
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import type { GoogleTagManagerApi } from 'third-party-capital';
|
|
2
2
|
import type { RegistryScriptInput } from '#nuxt-scripts';
|
|
3
|
-
declare const GoogleTagManagerOptions:
|
|
4
|
-
id: import("valibot").StringSchema<string>;
|
|
5
|
-
}, undefined, {
|
|
6
|
-
id: string;
|
|
7
|
-
}>;
|
|
3
|
+
declare const GoogleTagManagerOptions: any;
|
|
8
4
|
export type GoogleTagManagerInput = RegistryScriptInput<typeof GoogleTagManagerOptions>;
|
|
9
5
|
declare global {
|
|
10
6
|
interface Window extends GoogleTagManagerApi {
|
|
@@ -15,7 +11,5 @@ declare global {
|
|
|
15
11
|
*
|
|
16
12
|
* A 3P wrapper for Google Tag Manager that takes an options input to feed into third-party-capital({@link https://github.com/GoogleChromeLabs/third-party-capital}), which returns instructions for nuxt-scripts.
|
|
17
13
|
*/
|
|
18
|
-
export declare function useScriptGoogleTagManager<T extends GoogleTagManagerApi>(options?: GoogleTagManagerInput):
|
|
19
|
-
$script: Promise<T> & import("@unhead/vue").VueScriptInstance<T>;
|
|
20
|
-
};
|
|
14
|
+
export declare function useScriptGoogleTagManager<T extends GoogleTagManagerApi>(options?: GoogleTagManagerInput): any;
|
|
21
15
|
export {};
|
|
@@ -12,14 +12,6 @@ declare global {
|
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
export declare const HotjarOptions:
|
|
16
|
-
id: import("valibot").NumberSchema<number>;
|
|
17
|
-
sv: import("valibot").OptionalSchema<import("valibot").NumberSchema<number>, undefined, number | undefined>;
|
|
18
|
-
}, undefined, {
|
|
19
|
-
id: number;
|
|
20
|
-
sv?: number | undefined;
|
|
21
|
-
}>;
|
|
15
|
+
export declare const HotjarOptions: any;
|
|
22
16
|
export type HotjarInput = RegistryScriptInput<typeof HotjarOptions>;
|
|
23
|
-
export declare function useScriptHotjar<T extends HotjarApi>(_options?: HotjarInput):
|
|
24
|
-
$script: Promise<T> & import("@unhead/vue").VueScriptInstance<T>;
|
|
25
|
-
};
|
|
17
|
+
export declare function useScriptHotjar<T extends HotjarApi>(_options?: HotjarInput): any;
|
|
@@ -1,24 +1,6 @@
|
|
|
1
1
|
import { type Input } from '#nuxt-scripts-validator';
|
|
2
2
|
import type { RegistryScriptInput } from '#nuxt-scripts';
|
|
3
|
-
export declare const IntercomOptions:
|
|
4
|
-
app_id: import("valibot").StringSchema<string>;
|
|
5
|
-
api_base: import("valibot").OptionalSchema<import("valibot").UnionSchema<(import("valibot").LiteralSchema<"https://api-iam.intercom.io", "https://api-iam.intercom.io"> | import("valibot").LiteralSchema<"https://api-iam.eu.intercom.io", "https://api-iam.eu.intercom.io"> | import("valibot").LiteralSchema<"https://api-iam.au.intercom.io", "https://api-iam.au.intercom.io">)[], "https://api-iam.intercom.io" | "https://api-iam.eu.intercom.io" | "https://api-iam.au.intercom.io">, undefined, "https://api-iam.intercom.io" | "https://api-iam.eu.intercom.io" | "https://api-iam.au.intercom.io" | undefined>;
|
|
6
|
-
name: import("valibot").OptionalSchema<import("valibot").StringSchema<string>, undefined, string | undefined>;
|
|
7
|
-
email: import("valibot").OptionalSchema<import("valibot").StringSchema<string>, undefined, string | undefined>;
|
|
8
|
-
user_id: import("valibot").OptionalSchema<import("valibot").StringSchema<string>, undefined, string | undefined>;
|
|
9
|
-
alignment: import("valibot").OptionalSchema<import("valibot").UnionSchema<(import("valibot").LiteralSchema<"left", "left"> | import("valibot").LiteralSchema<"right", "right">)[], "left" | "right">, undefined, "left" | "right" | undefined>;
|
|
10
|
-
horizontal_padding: import("valibot").OptionalSchema<import("valibot").NumberSchema<number>, undefined, number | undefined>;
|
|
11
|
-
vertical_padding: import("valibot").OptionalSchema<import("valibot").NumberSchema<number>, undefined, number | undefined>;
|
|
12
|
-
}, undefined, {
|
|
13
|
-
app_id: string;
|
|
14
|
-
name?: string | undefined;
|
|
15
|
-
api_base?: "https://api-iam.intercom.io" | "https://api-iam.eu.intercom.io" | "https://api-iam.au.intercom.io" | undefined;
|
|
16
|
-
email?: string | undefined;
|
|
17
|
-
user_id?: string | undefined;
|
|
18
|
-
alignment?: "left" | "right" | undefined;
|
|
19
|
-
horizontal_padding?: number | undefined;
|
|
20
|
-
vertical_padding?: number | undefined;
|
|
21
|
-
}>;
|
|
3
|
+
export declare const IntercomOptions: any;
|
|
22
4
|
export type IntercomInput = RegistryScriptInput<typeof IntercomOptions>;
|
|
23
5
|
export interface IntercomApi {
|
|
24
6
|
Intercom: ((event: 'boot', data?: Input<typeof IntercomOptions>) => void) & ((event: 'shutdown') => void) & ((event: 'update', options?: Input<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);
|
|
@@ -28,6 +10,4 @@ declare global {
|
|
|
28
10
|
intercomSettings?: IntercomInput;
|
|
29
11
|
}
|
|
30
12
|
}
|
|
31
|
-
export declare function useScriptIntercom<T extends IntercomApi>(_options?: IntercomInput):
|
|
32
|
-
$script: Promise<T> & import("@unhead/vue").VueScriptInstance<T>;
|
|
33
|
-
};
|
|
13
|
+
export declare function useScriptIntercom<T extends IntercomApi>(_options?: IntercomInput): any;
|
|
@@ -62,6 +62,4 @@ declare global {
|
|
|
62
62
|
LemonSqueezy: LemonSqueezyApi;
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
export declare function useScriptLemonSqueezy<T extends LemonSqueezyApi>(_options?: LemonSqueezyInput):
|
|
66
|
-
$script: Promise<T> & import("@unhead/vue").VueScriptInstance<T>;
|
|
67
|
-
};
|
|
65
|
+
export declare function useScriptLemonSqueezy<T extends LemonSqueezyApi>(_options?: LemonSqueezyInput): any;
|