@strivacity/sdk-nuxt 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nuxt/app-component.mjs +1 -0
- package/.nuxt/component-names.mjs +1 -0
- package/.nuxt/components.d.ts +104 -0
- package/.nuxt/components.islands.mjs +4 -0
- package/.nuxt/components.plugin.mjs +5 -0
- package/.nuxt/css.mjs +0 -0
- package/.nuxt/error-component.mjs +1 -0
- package/.nuxt/fetch.mjs +7 -0
- package/.nuxt/imports.d.ts +29 -0
- package/.nuxt/imports.mjs +30 -0
- package/.nuxt/layouts.mjs +1 -0
- package/.nuxt/middleware.mjs +5 -0
- package/.nuxt/nitro.client.mjs +2 -0
- package/.nuxt/nuxt.d.ts +21 -0
- package/.nuxt/pages.mjs +2 -0
- package/.nuxt/paths.mjs +14 -0
- package/.nuxt/plugins/client.mjs +18 -0
- package/.nuxt/plugins/server.mjs +10 -0
- package/.nuxt/root-component.mjs +1 -0
- package/.nuxt/schema/nuxt.schema.d.ts +17 -0
- package/.nuxt/schema/nuxt.schema.json +3 -0
- package/.nuxt/strivacity-sdk-storage.d.ts +10 -0
- package/.nuxt/strivacity-sdk-storage.mjs +1 -0
- package/.nuxt/test-component-wrapper.mjs +1 -0
- package/.nuxt/types/app-defaults.d.ts +7 -0
- package/.nuxt/types/build.d.ts +0 -0
- package/.nuxt/types/imports.d.ts +2 -0
- package/.nuxt/types/middleware.d.ts +6 -0
- package/.nuxt/types/nitro-config.d.ts +14 -0
- package/.nuxt/types/nitro-imports.d.ts +5 -0
- package/.nuxt/types/nitro-nuxt.d.ts +29 -0
- package/.nuxt/types/nitro-routes.d.ts +11 -0
- package/.nuxt/types/nitro.d.ts +3 -0
- package/.nuxt/types/plugins.d.ts +32 -0
- package/.nuxt/types/schema.d.ts +104 -0
- package/.nuxt/types/vue-shim.d.ts +0 -0
- package/.nuxt/unhead-plugins.mjs +2 -0
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +106 -0
- package/dist/module.cjs +5 -0
- package/dist/module.d.mts +128 -0
- package/dist/module.d.ts +128 -0
- package/dist/module.json +9 -0
- package/dist/module.mjs +37 -0
- package/dist/module.mjs.map +1 -0
- package/dist/runtime/composables.d.ts +11 -0
- package/dist/runtime/composables.js +68 -0
- package/dist/types.d.mts +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +21 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/welcome.vue";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const componentNames = ["NuxtWelcome","NuxtLayout","NuxtErrorBoundary","ClientOnly","DevOnly","ServerPlaceholder","NuxtLink","NuxtLoadingIndicator","NuxtRouteAnnouncer","NuxtImg","NuxtPicture","NuxtPage","NoScript","Link","Base","Title","Meta","Style","Head","Html","Body","NuxtIsland","NuxtRouteAnnouncer"]
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
|
|
2
|
+
import type { DefineComponent, SlotsType } from 'vue'
|
|
3
|
+
type IslandComponent<T extends DefineComponent> = T & DefineComponent<{}, {refresh: () => Promise<void>}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, SlotsType<{ fallback: { error: unknown } }>>
|
|
4
|
+
interface _GlobalComponents {
|
|
5
|
+
'NuxtWelcome': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
6
|
+
'NuxtLayout': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
7
|
+
'NuxtErrorBoundary': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
|
|
8
|
+
'ClientOnly': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
9
|
+
'DevOnly': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
10
|
+
'ServerPlaceholder': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
11
|
+
'NuxtLink': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
12
|
+
'NuxtLoadingIndicator': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
13
|
+
'NuxtRouteAnnouncer': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
14
|
+
'NuxtImg': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
15
|
+
'NuxtPicture': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
16
|
+
'NuxtPage': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
|
17
|
+
'NoScript': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
18
|
+
'Link': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
19
|
+
'Base': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
20
|
+
'Title': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
21
|
+
'Meta': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
22
|
+
'Style': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
23
|
+
'Head': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
24
|
+
'Html': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
25
|
+
'Body': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
26
|
+
'NuxtIsland': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
27
|
+
'NuxtRouteAnnouncer': IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
28
|
+
'LazyNuxtWelcome': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
29
|
+
'LazyNuxtLayout': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
30
|
+
'LazyNuxtErrorBoundary': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
|
|
31
|
+
'LazyClientOnly': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
32
|
+
'LazyDevOnly': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
33
|
+
'LazyServerPlaceholder': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
34
|
+
'LazyNuxtLink': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
35
|
+
'LazyNuxtLoadingIndicator': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
36
|
+
'LazyNuxtRouteAnnouncer': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
37
|
+
'LazyNuxtImg': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
38
|
+
'LazyNuxtPicture': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
39
|
+
'LazyNuxtPage': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
|
40
|
+
'LazyNoScript': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
41
|
+
'LazyLink': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
42
|
+
'LazyBase': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
43
|
+
'LazyTitle': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
44
|
+
'LazyMeta': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
45
|
+
'LazyStyle': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
46
|
+
'LazyHead': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
47
|
+
'LazyHtml': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
48
|
+
'LazyBody': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
49
|
+
'LazyNuxtIsland': typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
50
|
+
'LazyNuxtRouteAnnouncer': IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
declare module 'vue' {
|
|
54
|
+
export interface GlobalComponents extends _GlobalComponents { }
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export const NuxtWelcome: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
58
|
+
export const NuxtLayout: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
59
|
+
export const NuxtErrorBoundary: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
|
|
60
|
+
export const ClientOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
61
|
+
export const DevOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
62
|
+
export const ServerPlaceholder: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
63
|
+
export const NuxtLink: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
64
|
+
export const NuxtLoadingIndicator: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
65
|
+
export const NuxtRouteAnnouncer: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
66
|
+
export const NuxtImg: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
67
|
+
export const NuxtPicture: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
68
|
+
export const NuxtPage: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
|
69
|
+
export const NoScript: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
70
|
+
export const Link: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
71
|
+
export const Base: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
72
|
+
export const Title: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
73
|
+
export const Meta: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
74
|
+
export const Style: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
75
|
+
export const Head: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
76
|
+
export const Html: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
77
|
+
export const Body: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
78
|
+
export const NuxtIsland: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
79
|
+
export const NuxtRouteAnnouncer: IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
80
|
+
export const LazyNuxtWelcome: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
81
|
+
export const LazyNuxtLayout: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
82
|
+
export const LazyNuxtErrorBoundary: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
|
|
83
|
+
export const LazyClientOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
84
|
+
export const LazyDevOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
85
|
+
export const LazyServerPlaceholder: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
86
|
+
export const LazyNuxtLink: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
87
|
+
export const LazyNuxtLoadingIndicator: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
88
|
+
export const LazyNuxtRouteAnnouncer: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
89
|
+
export const LazyNuxtImg: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
90
|
+
export const LazyNuxtPicture: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
91
|
+
export const LazyNuxtPage: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
|
92
|
+
export const LazyNoScript: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
93
|
+
export const LazyLink: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
94
|
+
export const LazyBase: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
95
|
+
export const LazyTitle: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
96
|
+
export const LazyMeta: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
97
|
+
export const LazyStyle: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
98
|
+
export const LazyHead: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
99
|
+
export const LazyHtml: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
100
|
+
export const LazyBody: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
101
|
+
export const LazyNuxtIsland: typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
102
|
+
export const LazyNuxtRouteAnnouncer: IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
103
|
+
|
|
104
|
+
export const componentNames: string[]
|
package/.nuxt/css.mjs
ADDED
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-error-page.vue";
|
package/.nuxt/fetch.mjs
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export { useScriptTriggerConsent, useScriptEventPage, useScriptTriggerElement, useScript, useScriptGoogleAnalytics, useScriptPlausibleAnalytics, useScriptClarity, useScriptCloudflareWebAnalytics, useScriptFathomAnalytics, useScriptMatomoAnalytics, useScriptGoogleTagManager, useScriptGoogleAdsense, useScriptSegment, useScriptMetaPixel, useScriptXPixel, useScriptIntercom, useScriptHotjar, useScriptStripe, useScriptLemonSqueezy, useScriptVimeoPlayer, useScriptYouTubePlayer, useScriptGoogleMaps, useScriptNpm, useScriptCrisp } from '#app/composables/script-stubs';
|
|
2
|
+
export { isVue2, isVue3 } from 'vue-demi';
|
|
3
|
+
export { defineNuxtLink } from '#app/components/nuxt-link';
|
|
4
|
+
export { useNuxtApp, tryUseNuxtApp, defineNuxtPlugin, definePayloadPlugin, useRuntimeConfig, defineAppConfig } from '#app/nuxt';
|
|
5
|
+
export { requestIdleCallback, cancelIdleCallback } from '#app/compat/idle-callback';
|
|
6
|
+
export { setInterval } from '#app/compat/interval';
|
|
7
|
+
export { useAppConfig, updateAppConfig } from '#app/config';
|
|
8
|
+
export { defineNuxtComponent } from '#app/composables/component';
|
|
9
|
+
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData } from '#app/composables/asyncData';
|
|
10
|
+
export { useHydration } from '#app/composables/hydrate';
|
|
11
|
+
export { callOnce } from '#app/composables/once';
|
|
12
|
+
export { useState, clearNuxtState } from '#app/composables/state';
|
|
13
|
+
export { clearError, createError, isNuxtError, showError, useError } from '#app/composables/error';
|
|
14
|
+
export { useFetch, useLazyFetch } from '#app/composables/fetch';
|
|
15
|
+
export { useCookie, refreshCookie } from '#app/composables/cookie';
|
|
16
|
+
export { onPrehydrate, prerenderRoutes, useRequestHeader, useRequestHeaders, useRequestEvent, useRequestFetch, setResponseStatus } from '#app/composables/ssr';
|
|
17
|
+
export { onNuxtReady } from '#app/composables/ready';
|
|
18
|
+
export { preloadComponents, prefetchComponents, preloadRouteComponents } from '#app/composables/preload';
|
|
19
|
+
export { abortNavigation, addRouteMiddleware, defineNuxtRouteMiddleware, setPageLayout, navigateTo, useRoute, useRouter, onBeforeRouteLeave, onBeforeRouteUpdate } from '#app/composables/router';
|
|
20
|
+
export { isPrerendered, loadPayload, preloadPayload, definePayloadReducer, definePayloadReviver } from '#app/composables/payload';
|
|
21
|
+
export { useLoadingIndicator } from '#app/composables/loading-indicator';
|
|
22
|
+
export { getAppManifest, getRouteRules } from '#app/composables/manifest';
|
|
23
|
+
export { reloadNuxtApp } from '#app/composables/chunk';
|
|
24
|
+
export { useRequestURL } from '#app/composables/url';
|
|
25
|
+
export { usePreviewMode } from '#app/composables/preview';
|
|
26
|
+
export { useRouteAnnouncer } from '#app/composables/route-announcer';
|
|
27
|
+
export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, defineModel, defineOptions, defineSlots, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, useId, useTemplateRef, useShadowRoot, Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue';
|
|
28
|
+
export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue';
|
|
29
|
+
export { useStrivacity } from '../src/runtime/composables';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export { useScriptTriggerConsent, useScriptEventPage, useScriptTriggerElement, useScript, useScriptGoogleAnalytics, useScriptPlausibleAnalytics, useScriptClarity, useScriptCloudflareWebAnalytics, useScriptFathomAnalytics, useScriptMatomoAnalytics, useScriptGoogleTagManager, useScriptGoogleAdsense, useScriptSegment, useScriptMetaPixel, useScriptXPixel, useScriptIntercom, useScriptHotjar, useScriptStripe, useScriptLemonSqueezy, useScriptVimeoPlayer, useScriptYouTubePlayer, useScriptGoogleMaps, useScriptNpm, useScriptCrisp } from '#app/composables/script-stubs';
|
|
2
|
+
export { isVue2, isVue3 } from 'vue-demi';
|
|
3
|
+
export { defineNuxtLink } from '#app/components/nuxt-link';
|
|
4
|
+
export { useNuxtApp, tryUseNuxtApp, defineNuxtPlugin, definePayloadPlugin, useRuntimeConfig, defineAppConfig } from '#app/nuxt';
|
|
5
|
+
export { requestIdleCallback, cancelIdleCallback } from '#app/compat/idle-callback';
|
|
6
|
+
export { setInterval } from '#app/compat/interval';
|
|
7
|
+
export { useAppConfig, updateAppConfig } from '#app/config';
|
|
8
|
+
export { defineNuxtComponent } from '#app/composables/component';
|
|
9
|
+
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData } from '#app/composables/asyncData';
|
|
10
|
+
export { useHydration } from '#app/composables/hydrate';
|
|
11
|
+
export { callOnce } from '#app/composables/once';
|
|
12
|
+
export { useState, clearNuxtState } from '#app/composables/state';
|
|
13
|
+
export { clearError, createError, isNuxtError, showError, useError } from '#app/composables/error';
|
|
14
|
+
export { useFetch, useLazyFetch } from '#app/composables/fetch';
|
|
15
|
+
export { useCookie, refreshCookie } from '#app/composables/cookie';
|
|
16
|
+
export { onPrehydrate, prerenderRoutes, useRequestHeader, useRequestHeaders, useRequestEvent, useRequestFetch, setResponseStatus } from '#app/composables/ssr';
|
|
17
|
+
export { onNuxtReady } from '#app/composables/ready';
|
|
18
|
+
export { preloadComponents, prefetchComponents, preloadRouteComponents } from '#app/composables/preload';
|
|
19
|
+
export { abortNavigation, addRouteMiddleware, defineNuxtRouteMiddleware, setPageLayout, navigateTo, useRoute, useRouter, onBeforeRouteLeave, onBeforeRouteUpdate } from '#app/composables/router';
|
|
20
|
+
export { isPrerendered, loadPayload, preloadPayload, definePayloadReducer, definePayloadReviver } from '#app/composables/payload';
|
|
21
|
+
export { useLoadingIndicator } from '#app/composables/loading-indicator';
|
|
22
|
+
export { getAppManifest, getRouteRules } from '#app/composables/manifest';
|
|
23
|
+
export { reloadNuxtApp } from '#app/composables/chunk';
|
|
24
|
+
export { useRequestURL } from '#app/composables/url';
|
|
25
|
+
export { usePreviewMode } from '#app/composables/preview';
|
|
26
|
+
export { useRouteAnnouncer } from '#app/composables/route-announcer';
|
|
27
|
+
export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, defineModel, defineOptions, defineSlots, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, useId, useTemplateRef, useShadowRoot } from 'vue';
|
|
28
|
+
export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue';
|
|
29
|
+
export { useStrivacity } from '/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/runtime/composables';
|
|
30
|
+
if (import.meta.dev) { console.warn("[nuxt] `#imports` should be transformed with real imports. There seems to be something wrong with the imports plugin.") }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default {}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import manifest_45route_45rule from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/middleware/manifest-route-rule.js";
|
|
2
|
+
export const globalMiddleware = [
|
|
3
|
+
manifest_45route_45rule
|
|
4
|
+
]
|
|
5
|
+
export const namedMiddleware = {}
|
package/.nuxt/nuxt.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Generated by nuxi
|
|
2
|
+
/// <reference types="./src" />
|
|
3
|
+
/// <reference types="@strivacity/sdk-nuxt" />
|
|
4
|
+
/// <reference types="@nuxt/devtools" />
|
|
5
|
+
/// <reference types="@nuxt/telemetry" />
|
|
6
|
+
/// <reference types="nuxt" />
|
|
7
|
+
/// <reference path="types/app-defaults.d.ts" />
|
|
8
|
+
/// <reference path="types/plugins.d.ts" />
|
|
9
|
+
/// <reference path="types/build.d.ts" />
|
|
10
|
+
/// <reference path="types/schema.d.ts" />
|
|
11
|
+
/// <reference path="types/app.config.d.ts" />
|
|
12
|
+
/// <reference types="@nuxt/schema/builder-env" />
|
|
13
|
+
/// <reference path="strivacity-sdk-storage.d.ts" />
|
|
14
|
+
/// <reference path="types/middleware.d.ts" />
|
|
15
|
+
/// <reference path="components.d.ts" />
|
|
16
|
+
/// <reference path="imports.d.ts" />
|
|
17
|
+
/// <reference path="types/imports.d.ts" />
|
|
18
|
+
/// <reference path="schema/nuxt.schema.d.ts" />
|
|
19
|
+
/// <reference path="types/nitro.d.ts" />
|
|
20
|
+
|
|
21
|
+
export {}
|
package/.nuxt/pages.mjs
ADDED
package/.nuxt/paths.mjs
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { joinRelativeURL } from 'ufo'
|
|
2
|
+
import { useRuntimeConfig } from '#internal/nitro'
|
|
3
|
+
const appConfig = useRuntimeConfig().app
|
|
4
|
+
export const baseURL = () => appConfig.baseURL
|
|
5
|
+
export const buildAssetsDir = () => appConfig.buildAssetsDir
|
|
6
|
+
export const buildAssetsURL = (...path) => joinRelativeURL(publicAssetsURL(), buildAssetsDir(), ...path)
|
|
7
|
+
export const publicAssetsURL = (...path) => {
|
|
8
|
+
const publicBase = appConfig.cdnURL || appConfig.baseURL
|
|
9
|
+
return path.length ? joinRelativeURL(publicBase, ...path) : publicBase
|
|
10
|
+
}
|
|
11
|
+
if (import.meta.client) {
|
|
12
|
+
globalThis.__buildAssetsURL = buildAssetsURL
|
|
13
|
+
globalThis.__publicAssetsURL = publicAssetsURL
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import revive_payload_client_MPcvDN94d2 from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/revive-payload.client.js";
|
|
2
|
+
import unhead_Rj8e3arFst from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/plugins/unhead.js";
|
|
3
|
+
import router_dciEroc59B from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/router.js";
|
|
4
|
+
import payload_client_pyZDIqthKi from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/payload.client.js";
|
|
5
|
+
import navigation_repaint_client_4DKTXvjm9h from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/navigation-repaint.client.js";
|
|
6
|
+
import check_outdated_build_client_Tuhud57UuP from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/check-outdated-build.client.js";
|
|
7
|
+
import chunk_reload_client_TU0ySojJkd from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/chunk-reload.client.js";
|
|
8
|
+
import components_plugin_KR1HBZs4kY from "/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/.nuxt/components.plugin.mjs";
|
|
9
|
+
export default [
|
|
10
|
+
revive_payload_client_MPcvDN94d2,
|
|
11
|
+
unhead_Rj8e3arFst,
|
|
12
|
+
router_dciEroc59B,
|
|
13
|
+
payload_client_pyZDIqthKi,
|
|
14
|
+
navigation_repaint_client_4DKTXvjm9h,
|
|
15
|
+
check_outdated_build_client_Tuhud57UuP,
|
|
16
|
+
chunk_reload_client_TU0ySojJkd,
|
|
17
|
+
components_plugin_KR1HBZs4kY
|
|
18
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import unhead_Rj8e3arFst from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/plugins/unhead.js";
|
|
2
|
+
import router_dciEroc59B from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/router.js";
|
|
3
|
+
import revive_payload_server_EduDJw0JCy from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/revive-payload.server.js";
|
|
4
|
+
import components_plugin_KR1HBZs4kY from "/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/.nuxt/components.plugin.mjs";
|
|
5
|
+
export default [
|
|
6
|
+
unhead_Rj8e3arFst,
|
|
7
|
+
router_dciEroc59B,
|
|
8
|
+
revive_payload_server_EduDJw0JCy,
|
|
9
|
+
components_plugin_KR1HBZs4kY
|
|
10
|
+
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/nuxt-root.vue";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface NuxtCustomSchema {
|
|
2
|
+
|
|
3
|
+
}
|
|
4
|
+
export type CustomAppConfig = Exclude<NuxtCustomSchema['appConfig'], undefined>
|
|
5
|
+
type _CustomAppConfig = CustomAppConfig
|
|
6
|
+
|
|
7
|
+
declare module '@nuxt/schema' {
|
|
8
|
+
interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
|
|
9
|
+
interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
|
|
10
|
+
interface CustomAppConfig extends _CustomAppConfig {}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare module 'nuxt/schema' {
|
|
14
|
+
interface NuxtConfig extends Omit<NuxtCustomSchema, 'appConfig'> {}
|
|
15
|
+
interface NuxtOptions extends Omit<NuxtCustomSchema, 'appConfig'> {}
|
|
16
|
+
interface CustomAppConfig extends _CustomAppConfig {}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default class l{get(o){var e,t;return(t=(e=globalThis==null?void 0:globalThis.window)==null?void 0:e.localStorage)==null?void 0:t.getItem(o)}delete(o){var e;(e=globalThis==null?void 0:globalThis.window)==null||e.localStorage.removeItem(o)}set(o,e){var t;(t=globalThis==null?void 0:globalThis.window)==null||t.localStorage.setItem(o,e)}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/components/test-component-wrapper";
|
|
File without changes
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
|
|
2
|
+
export { defineCachedFunction, defineCachedEventHandler, cachedFunction, cachedEventHandler, useRuntimeConfig, useStorage, useNitroApp, defineNitroPlugin, nitroPlugin, defineRenderHandler, getRouteRules, useAppConfig, useEvent, defineTask, runTask, defineNitroErrorHandler } from '../../../../node_modules/.pnpm/nitropack@2.9.7_encoding@0.1.13_magicast@0.3.5_webpack-sources@3.2.3/node_modules/nitropack/dist/runtime';
|
|
3
|
+
export { appendCorsHeaders, appendCorsPreflightHeaders, appendHeader, appendHeaders, appendResponseHeader, appendResponseHeaders, assertMethod, callNodeListener, clearResponseHeaders, clearSession, createApp, createAppEventHandler, createError, createEvent, createEventStream, createRouter, defaultContentType, defineEventHandler, defineLazyEventHandler, defineNodeListener, defineNodeMiddleware, defineRequestMiddleware, defineResponseMiddleware, defineWebSocket, defineWebSocketHandler, deleteCookie, dynamicEventHandler, eventHandler, fetchWithEvent, fromNodeMiddleware, fromPlainHandler, fromWebHandler, getCookie, getHeader, getHeaders, getMethod, getProxyRequestHeaders, getQuery, getRequestFingerprint, getRequestHeader, getRequestHeaders, getRequestHost, getRequestIP, getRequestPath, getRequestProtocol, getRequestURL, getRequestWebStream, getResponseHeader, getResponseHeaders, getResponseStatus, getResponseStatusText, getRouterParam, getRouterParams, getSession, getValidatedQuery, getValidatedRouterParams, handleCacheHeaders, handleCors, isCorsOriginAllowed, isError, isEvent, isEventHandler, isMethod, isPreflightRequest, isStream, isWebResponse, lazyEventHandler, parseCookies, promisifyNodeListener, proxyRequest, readBody, readFormData, readMultipartFormData, readRawBody, readValidatedBody, removeResponseHeader, sanitizeStatusCode, sanitizeStatusMessage, sealSession, send, sendError, sendIterable, sendNoContent, sendProxy, sendRedirect, sendStream, sendWebResponse, serveStatic, setCookie, setHeader, setHeaders, setResponseHeader, setResponseHeaders, setResponseStatus, splitCookiesString, toEventHandler, toNodeListener, toPlainHandler, toWebHandler, toWebRequest, unsealSession, updateSession, useBase, useSession, writeEarlyHints } from 'h3';
|
|
4
|
+
export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/core/runtime/nitro/paths';
|
|
5
|
+
export { defineAppConfig } from '../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/core/runtime/nitro/config';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
/// <reference path="./schema.d.ts" />
|
|
3
|
+
|
|
4
|
+
import type { RuntimeConfig } from 'nuxt/schema'
|
|
5
|
+
import type { H3Event } from 'h3'
|
|
6
|
+
import type { LogObject } from 'consola'
|
|
7
|
+
import type { NuxtIslandContext, NuxtIslandResponse, NuxtRenderHTMLContext } from 'nuxt/app'
|
|
8
|
+
|
|
9
|
+
declare module 'nitropack' {
|
|
10
|
+
interface NitroRuntimeConfigApp {
|
|
11
|
+
buildAssetsDir: string
|
|
12
|
+
cdnURL: string
|
|
13
|
+
}
|
|
14
|
+
interface NitroRuntimeConfig extends RuntimeConfig {}
|
|
15
|
+
interface NitroRouteConfig {
|
|
16
|
+
ssr?: boolean
|
|
17
|
+
experimentalNoScripts?: boolean
|
|
18
|
+
}
|
|
19
|
+
interface NitroRouteRules {
|
|
20
|
+
ssr?: boolean
|
|
21
|
+
experimentalNoScripts?: boolean
|
|
22
|
+
appMiddleware?: Record<string, boolean>
|
|
23
|
+
}
|
|
24
|
+
interface NitroRuntimeHooks {
|
|
25
|
+
'dev:ssr-logs': (ctx: { logs: LogObject[], path: string }) => void | Promise<void>
|
|
26
|
+
'render:html': (htmlContext: NuxtRenderHTMLContext, context: { event: H3Event }) => void | Promise<void>
|
|
27
|
+
'render:island': (islandResponse: NuxtIslandResponse, context: { event: H3Event, islandContext: NuxtIslandContext }) => void | Promise<void>
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Generated by nitro
|
|
2
|
+
import type { Serialize, Simplify } from 'nitropack'
|
|
3
|
+
declare module 'nitropack' {
|
|
4
|
+
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
|
|
5
|
+
interface InternalApi {
|
|
6
|
+
'/__nuxt_error': {
|
|
7
|
+
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/core/runtime/nitro/renderer').default>>>>
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export {}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// Generated by Nuxt'
|
|
2
|
+
import type { Plugin } from '#app'
|
|
3
|
+
|
|
4
|
+
type Decorate<T extends Record<string, any>> = { [K in keyof T as K extends string ? `$${K}` : never]: T[K] }
|
|
5
|
+
|
|
6
|
+
type IsAny<T> = 0 extends 1 & T ? true : false
|
|
7
|
+
type InjectionType<A extends Plugin> = IsAny<A> extends true ? unknown : A extends Plugin<infer T> ? Decorate<T> : unknown
|
|
8
|
+
|
|
9
|
+
type NuxtAppInjections =
|
|
10
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/revive-payload.client.js").default> &
|
|
11
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/head/runtime/plugins/unhead.js").default> &
|
|
12
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/router.js").default> &
|
|
13
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/payload.client.js").default> &
|
|
14
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/navigation-repaint.client.js").default> &
|
|
15
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/check-outdated-build.client.js").default> &
|
|
16
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/revive-payload.server.js").default> &
|
|
17
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.13.2_@parcel+watcher@2.4.1_@types+node@20.14.14_encoding@0.1.13_eslint@8.57.0_ioredis@_75nr233rh375h7xk6r7jtwnphe/node_modules/nuxt/dist/app/plugins/chunk-reload.client.js").default> &
|
|
18
|
+
InjectionType<typeof import("../components.plugin.mjs").default>
|
|
19
|
+
|
|
20
|
+
declare module '#app' {
|
|
21
|
+
interface NuxtApp extends NuxtAppInjections { }
|
|
22
|
+
|
|
23
|
+
interface NuxtAppLiterals {
|
|
24
|
+
pluginName: 'nuxt:revive-payload:client' | 'nuxt:head' | 'nuxt:router' | 'nuxt:payload' | 'nuxt:revive-payload:server' | 'nuxt:chunk-reload' | 'nuxt:global-components'
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
declare module 'vue' {
|
|
29
|
+
interface ComponentCustomProperties extends NuxtAppInjections { }
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { }
|