@strivacity/sdk-nuxt 2.0.1 → 2.1.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/.nuxt/app-component.mjs +1 -1
- package/.nuxt/component-chunk.mjs +1 -0
- package/.nuxt/component-names.mjs +1 -1
- package/.nuxt/components.d.ts +49 -105
- package/.nuxt/error-component.mjs +1 -1
- package/.nuxt/imports.d.ts +4 -3
- package/.nuxt/imports.mjs +4 -3
- package/.nuxt/middleware.mjs +1 -1
- package/.nuxt/nuxt.d.ts +2 -1
- package/.nuxt/paths.mjs +4 -3
- package/.nuxt/plugins.client.mjs +14 -14
- package/.nuxt/plugins.server.mjs +6 -6
- package/.nuxt/root-component.mjs +1 -1
- package/.nuxt/test-component-wrapper.mjs +1 -1
- package/.nuxt/types/components.d.ts +71 -0
- package/.nuxt/types/nitro-imports.d.ts +2 -2
- package/.nuxt/types/nitro-nuxt.d.ts +3 -0
- package/.nuxt/types/nitro-routes.d.ts +1 -1
- package/.nuxt/types/plugins.d.ts +8 -8
- package/.nuxt/types/schema.d.ts +23 -13
- package/.nuxt/unhead-options.mjs +1 -1
- package/CHANGELOG.md +24 -0
- package/LICENSE +1 -1
- package/dist/module.d.mts +14 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +3 -0
- package/dist/module.mjs.map +1 -1
- package/dist/runtime/composables.d.ts +1 -0
- package/dist/runtime/composables.js +4 -0
- package/dist/runtime/login-renderer.vue +5 -1
- package/dist/runtime/login-renderer.vue.d.ts +4 -2
- package/dist/types.d.mts +2 -0
- package/package.json +3 -3
- /package/.nuxt/manifest/meta/{6a99d3aa-73b1-4b8f-9355-131ee5340312.json → ed58a8ed-593a-49bb-8bea-4ce793c57443.json} +0 -0
package/.nuxt/app-component.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.
|
|
1
|
+
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default {}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const componentNames = ["NuxtWelcome","NuxtLayout","NuxtErrorBoundary","ClientOnly","DevOnly","ServerPlaceholder","NuxtLink","NuxtLoadingIndicator","NuxtTime","NuxtRouteAnnouncer","NuxtImg","NuxtPicture","StyLoginRenderer","NuxtPage","NoScript","Link","Base","Title","Meta","Style","Head","Html","Body","NuxtIsland"
|
|
1
|
+
export const componentNames = ["NuxtWelcome","NuxtLayout","NuxtErrorBoundary","ClientOnly","DevOnly","ServerPlaceholder","NuxtLink","NuxtLoadingIndicator","NuxtTime","NuxtRouteAnnouncer","NuxtImg","NuxtPicture","StyLoginRenderer","NuxtPage","NoScript","Link","Base","Title","Meta","Style","Head","Html","Body","NuxtIsland"]
|
package/.nuxt/components.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import type { DefineComponent, SlotsType } from 'vue'
|
|
3
|
-
type IslandComponent<T
|
|
3
|
+
type IslandComponent<T> = DefineComponent<{}, {refresh: () => Promise<void>}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, SlotsType<{ fallback: { error: unknown } }>> & T
|
|
4
|
+
|
|
4
5
|
type HydrationStrategies = {
|
|
5
6
|
hydrateOnVisible?: IntersectionObserverInit | true
|
|
6
7
|
hydrateOnIdle?: number | true
|
|
@@ -10,113 +11,56 @@ type HydrationStrategies = {
|
|
|
10
11
|
hydrateWhen?: boolean
|
|
11
12
|
hydrateNever?: true
|
|
12
13
|
}
|
|
13
|
-
type LazyComponent<T> =
|
|
14
|
-
interface _GlobalComponents {
|
|
15
|
-
'NuxtWelcome': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
16
|
-
'NuxtLayout': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
17
|
-
'NuxtErrorBoundary': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
|
|
18
|
-
'ClientOnly': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
19
|
-
'DevOnly': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
20
|
-
'ServerPlaceholder': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
21
|
-
'NuxtLink': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
22
|
-
'NuxtLoadingIndicator': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
23
|
-
'NuxtTime': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
|
|
24
|
-
'NuxtRouteAnnouncer': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
25
|
-
'NuxtImg': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
26
|
-
'NuxtPicture': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
27
|
-
'StyLoginRenderer': typeof import("../src/runtime/login-renderer.vue")['default']
|
|
28
|
-
'NuxtPage': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
|
29
|
-
'NoScript': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
30
|
-
'Link': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
31
|
-
'Base': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
32
|
-
'Title': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
33
|
-
'Meta': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
34
|
-
'Style': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
35
|
-
'Head': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
36
|
-
'Html': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
37
|
-
'Body': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
38
|
-
'NuxtIsland': typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
39
|
-
'NuxtRouteAnnouncer': IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
40
|
-
'LazyNuxtWelcome': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
|
|
41
|
-
'LazyNuxtLayout': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
|
|
42
|
-
'LazyNuxtErrorBoundary': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
|
|
43
|
-
'LazyClientOnly': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/client-only")['default']>
|
|
44
|
-
'LazyDevOnly': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/dev-only")['default']>
|
|
45
|
-
'LazyServerPlaceholder': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
46
|
-
'LazyNuxtLink': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
|
|
47
|
-
'LazyNuxtLoadingIndicator': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
|
|
48
|
-
'LazyNuxtTime': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
|
|
49
|
-
'LazyNuxtRouteAnnouncer': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
|
|
50
|
-
'LazyNuxtImg': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
|
|
51
|
-
'LazyNuxtPicture': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
|
|
52
|
-
'LazyStyLoginRenderer': LazyComponent<typeof import("../src/runtime/login-renderer.vue")['default']>
|
|
53
|
-
'LazyNuxtPage': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']>
|
|
54
|
-
'LazyNoScript': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
|
|
55
|
-
'LazyLink': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Link']>
|
|
56
|
-
'LazyBase': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Base']>
|
|
57
|
-
'LazyTitle': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Title']>
|
|
58
|
-
'LazyMeta': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Meta']>
|
|
59
|
-
'LazyStyle': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Style']>
|
|
60
|
-
'LazyHead': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Head']>
|
|
61
|
-
'LazyHtml': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Html']>
|
|
62
|
-
'LazyBody': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/head/runtime/components")['Body']>
|
|
63
|
-
'LazyNuxtIsland': LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
|
|
64
|
-
'LazyNuxtRouteAnnouncer': LazyComponent<IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/server-placeholder")['default']>>
|
|
65
|
-
}
|
|
14
|
+
type LazyComponent<T> = DefineComponent<HydrationStrategies, {}, {}, {}, {}, {}, {}, { hydrated: () => void }> & T
|
|
66
15
|
|
|
67
|
-
declare module 'vue' {
|
|
68
|
-
export interface GlobalComponents extends _GlobalComponents { }
|
|
69
|
-
}
|
|
70
16
|
|
|
71
|
-
export const NuxtWelcome: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
72
|
-
export const NuxtLayout: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
73
|
-
export const NuxtErrorBoundary: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
74
|
-
export const ClientOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
75
|
-
export const DevOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
76
|
-
export const ServerPlaceholder: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
77
|
-
export const NuxtLink: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
78
|
-
export const NuxtLoadingIndicator: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
79
|
-
export const NuxtTime: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
80
|
-
export const NuxtRouteAnnouncer: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
81
|
-
export const NuxtImg: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
82
|
-
export const NuxtPicture: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
17
|
+
export const NuxtWelcome: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
18
|
+
export const NuxtLayout: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
19
|
+
export const NuxtErrorBoundary: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
|
|
20
|
+
export const ClientOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
21
|
+
export const DevOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
22
|
+
export const ServerPlaceholder: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
23
|
+
export const NuxtLink: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
24
|
+
export const NuxtLoadingIndicator: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
25
|
+
export const NuxtTime: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
|
|
26
|
+
export const NuxtRouteAnnouncer: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
27
|
+
export const NuxtImg: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
28
|
+
export const NuxtPicture: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
83
29
|
export const StyLoginRenderer: typeof import("../src/runtime/login-renderer.vue")['default']
|
|
84
|
-
export const NuxtPage: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
85
|
-
export const NoScript: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
86
|
-
export const Link: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
87
|
-
export const Base: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
88
|
-
export const Title: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
89
|
-
export const Meta: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
90
|
-
export const Style: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
91
|
-
export const Head: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
92
|
-
export const Html: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
93
|
-
export const Body: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
94
|
-
export const NuxtIsland: typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
95
|
-
export const
|
|
96
|
-
export const
|
|
97
|
-
export const
|
|
98
|
-
export const
|
|
99
|
-
export const
|
|
100
|
-
export const
|
|
101
|
-
export const
|
|
102
|
-
export const
|
|
103
|
-
export const
|
|
104
|
-
export const
|
|
105
|
-
export const
|
|
106
|
-
export const
|
|
107
|
-
export const LazyNuxtPicture: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
|
|
30
|
+
export const NuxtPage: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
|
31
|
+
export const NoScript: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
32
|
+
export const Link: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
33
|
+
export const Base: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
34
|
+
export const Title: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
35
|
+
export const Meta: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
36
|
+
export const Style: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
37
|
+
export const Head: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
38
|
+
export const Html: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
39
|
+
export const Body: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
40
|
+
export const NuxtIsland: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
41
|
+
export const LazyNuxtWelcome: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
|
|
42
|
+
export const LazyNuxtLayout: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
|
|
43
|
+
export const LazyNuxtErrorBoundary: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
|
|
44
|
+
export const LazyClientOnly: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/client-only")['default']>
|
|
45
|
+
export const LazyDevOnly: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/dev-only")['default']>
|
|
46
|
+
export const LazyServerPlaceholder: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
47
|
+
export const LazyNuxtLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
|
|
48
|
+
export const LazyNuxtLoadingIndicator: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
|
|
49
|
+
export const LazyNuxtTime: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
|
|
50
|
+
export const LazyNuxtRouteAnnouncer: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
|
|
51
|
+
export const LazyNuxtImg: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
|
|
52
|
+
export const LazyNuxtPicture: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
|
|
108
53
|
export const LazyStyLoginRenderer: LazyComponent<typeof import("../src/runtime/login-renderer.vue")['default']>
|
|
109
|
-
export const LazyNuxtPage: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
110
|
-
export const LazyNoScript: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
111
|
-
export const LazyLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
112
|
-
export const LazyBase: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
113
|
-
export const LazyTitle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
114
|
-
export const LazyMeta: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
115
|
-
export const LazyStyle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
116
|
-
export const LazyHead: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
117
|
-
export const LazyHtml: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
118
|
-
export const LazyBody: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
119
|
-
export const LazyNuxtIsland: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.
|
|
120
|
-
export const LazyNuxtRouteAnnouncer: LazyComponent<IslandComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.17.5_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_xnsjdrbl5oy7hr3kak5ugxarny/node_modules/nuxt/dist/app/components/server-placeholder")['default']>>
|
|
54
|
+
export const LazyNuxtPage: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']>
|
|
55
|
+
export const LazyNoScript: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
|
|
56
|
+
export const LazyLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Link']>
|
|
57
|
+
export const LazyBase: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Base']>
|
|
58
|
+
export const LazyTitle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Title']>
|
|
59
|
+
export const LazyMeta: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Meta']>
|
|
60
|
+
export const LazyStyle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Style']>
|
|
61
|
+
export const LazyHead: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Head']>
|
|
62
|
+
export const LazyHtml: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Html']>
|
|
63
|
+
export const LazyBody: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Body']>
|
|
64
|
+
export const LazyNuxtIsland: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
|
|
121
65
|
|
|
122
66
|
export const componentNames: string[]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.
|
|
1
|
+
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-page.vue";
|
package/.nuxt/imports.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useScriptTriggerConsent, useScriptEventPage, useScriptTriggerElement, useScript, useScriptGoogleAnalytics, useScriptPlausibleAnalytics, useScriptCrisp, useScriptClarity, useScriptCloudflareWebAnalytics, useScriptFathomAnalytics, useScriptMatomoAnalytics, useScriptGoogleTagManager, useScriptGoogleAdsense, useScriptSegment, useScriptMetaPixel, useScriptXPixel, useScriptIntercom, useScriptHotjar, useScriptStripe, useScriptLemonSqueezy, useScriptVimeoPlayer, useScriptYouTubePlayer, useScriptGoogleMaps, useScriptNpm, useScriptUmamiAnalytics, useScriptSnapchatPixel, useScriptRybbitAnalytics } from '#app/composables/script-stubs';
|
|
1
|
+
export { useScriptTriggerConsent, useScriptEventPage, useScriptTriggerElement, useScript, useScriptGoogleAnalytics, useScriptPlausibleAnalytics, useScriptCrisp, useScriptClarity, useScriptCloudflareWebAnalytics, useScriptFathomAnalytics, useScriptMatomoAnalytics, useScriptGoogleTagManager, useScriptGoogleAdsense, useScriptSegment, useScriptMetaPixel, useScriptXPixel, useScriptIntercom, useScriptHotjar, useScriptStripe, useScriptLemonSqueezy, useScriptVimeoPlayer, useScriptYouTubePlayer, useScriptGoogleMaps, useScriptNpm, useScriptUmamiAnalytics, useScriptSnapchatPixel, useScriptRybbitAnalytics, useScriptDatabuddyAnalytics, useScriptRedditPixel, useScriptPayPal } from '#app/composables/script-stubs';
|
|
2
2
|
export { isVue2, isVue3 } from 'vue-demi';
|
|
3
3
|
export { defineNuxtLink } from '#app/components/nuxt-link';
|
|
4
4
|
export { useNuxtApp, tryUseNuxtApp, defineNuxtPlugin, definePayloadPlugin, useRuntimeConfig, defineAppConfig } from '#app/nuxt';
|
|
@@ -24,7 +24,8 @@ export { usePreviewMode } from '#app/composables/preview';
|
|
|
24
24
|
export { useRouteAnnouncer } from '#app/composables/route-announcer';
|
|
25
25
|
export { useRuntimeHook } from '#app/composables/runtime-hook';
|
|
26
26
|
export { useHead, useHeadSafe, useServerHeadSafe, useServerHead, useSeoMeta, useServerSeoMeta, injectHead } from '#app/composables/head';
|
|
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,
|
|
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, onWatcherCleanup, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, useId, useTemplateRef, useShadowRoot, Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue';
|
|
28
28
|
export { requestIdleCallback, cancelIdleCallback } from '#app/compat/idle-callback';
|
|
29
29
|
export { setInterval } from '#app/compat/interval';
|
|
30
|
-
export {
|
|
30
|
+
export { defineLazyHydrationComponent } from '#app/composables/lazy-hydration';
|
|
31
|
+
export { useStrivacity, getCredential, createCredential } from '../src/runtime/composables';
|
package/.nuxt/imports.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useScriptTriggerConsent, useScriptEventPage, useScriptTriggerElement, useScript, useScriptGoogleAnalytics, useScriptPlausibleAnalytics, useScriptCrisp, useScriptClarity, useScriptCloudflareWebAnalytics, useScriptFathomAnalytics, useScriptMatomoAnalytics, useScriptGoogleTagManager, useScriptGoogleAdsense, useScriptSegment, useScriptMetaPixel, useScriptXPixel, useScriptIntercom, useScriptHotjar, useScriptStripe, useScriptLemonSqueezy, useScriptVimeoPlayer, useScriptYouTubePlayer, useScriptGoogleMaps, useScriptNpm, useScriptUmamiAnalytics, useScriptSnapchatPixel, useScriptRybbitAnalytics } from '#app/composables/script-stubs';
|
|
1
|
+
export { useScriptTriggerConsent, useScriptEventPage, useScriptTriggerElement, useScript, useScriptGoogleAnalytics, useScriptPlausibleAnalytics, useScriptCrisp, useScriptClarity, useScriptCloudflareWebAnalytics, useScriptFathomAnalytics, useScriptMatomoAnalytics, useScriptGoogleTagManager, useScriptGoogleAdsense, useScriptSegment, useScriptMetaPixel, useScriptXPixel, useScriptIntercom, useScriptHotjar, useScriptStripe, useScriptLemonSqueezy, useScriptVimeoPlayer, useScriptYouTubePlayer, useScriptGoogleMaps, useScriptNpm, useScriptUmamiAnalytics, useScriptSnapchatPixel, useScriptRybbitAnalytics, useScriptDatabuddyAnalytics, useScriptRedditPixel, useScriptPayPal } from '#app/composables/script-stubs';
|
|
2
2
|
export { isVue2, isVue3 } from 'vue-demi';
|
|
3
3
|
export { defineNuxtLink } from '#app/components/nuxt-link';
|
|
4
4
|
export { useNuxtApp, tryUseNuxtApp, defineNuxtPlugin, definePayloadPlugin, useRuntimeConfig, defineAppConfig } from '#app/nuxt';
|
|
@@ -24,8 +24,9 @@ export { usePreviewMode } from '#app/composables/preview';
|
|
|
24
24
|
export { useRouteAnnouncer } from '#app/composables/route-announcer';
|
|
25
25
|
export { useRuntimeHook } from '#app/composables/runtime-hook';
|
|
26
26
|
export { useHead, useHeadSafe, useServerHeadSafe, useServerHead, useSeoMeta, useServerSeoMeta, injectHead } from '#app/composables/head';
|
|
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,
|
|
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, onWatcherCleanup, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, useId, useTemplateRef, useShadowRoot } from 'vue';
|
|
28
28
|
export { requestIdleCallback, cancelIdleCallback } from '#app/compat/idle-callback';
|
|
29
29
|
export { setInterval } from '#app/compat/interval';
|
|
30
|
-
export {
|
|
30
|
+
export { defineLazyHydrationComponent } from '#app/composables/lazy-hydration';
|
|
31
|
+
export { useStrivacity, getCredential, createCredential } from '/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/runtime/composables';
|
|
31
32
|
if (import.meta.dev) { console.warn("[nuxt] `#imports` should be transformed with real imports. There seems to be something wrong with the imports plugin.") }
|
package/.nuxt/middleware.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import manifest_45route_45rule from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.
|
|
1
|
+
import manifest_45route_45rule from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/middleware/manifest-route-rule.js";
|
|
2
2
|
export const globalMiddleware = [
|
|
3
3
|
manifest_45route_45rule
|
|
4
4
|
]
|
package/.nuxt/nuxt.d.ts
CHANGED
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
/// <reference path="types/build.d.ts" />
|
|
10
10
|
/// <reference path="types/schema.d.ts" />
|
|
11
11
|
/// <reference path="types/app.config.d.ts" />
|
|
12
|
+
/// <reference types="/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@nuxt+nitro-server@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__db0@0.3.4_encod_bpndteslon4yrpx5pxl77ycjva/node_modules/@nuxt/nitro-server/dist/index.mjs" />
|
|
12
13
|
/// <reference path="strivacity-sdk-storage.d.ts" />
|
|
13
14
|
/// <reference path="types/middleware.d.ts" />
|
|
14
|
-
/// <reference path="components.d.ts" />
|
|
15
|
+
/// <reference path="types/components.d.ts" />
|
|
15
16
|
/// <reference path="imports.d.ts" />
|
|
16
17
|
/// <reference path="types/imports.d.ts" />
|
|
17
18
|
/// <reference path="schema/nuxt.schema.d.ts" />
|
package/.nuxt/paths.mjs
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { joinRelativeURL } from 'ufo'
|
|
2
2
|
import { useRuntimeConfig } from '#internal/nitro'
|
|
3
|
-
const
|
|
4
|
-
export const baseURL = () =>
|
|
5
|
-
export const buildAssetsDir = () =>
|
|
3
|
+
const getAppConfig = () => useRuntimeConfig().app
|
|
4
|
+
export const baseURL = () => getAppConfig().baseURL
|
|
5
|
+
export const buildAssetsDir = () => getAppConfig().buildAssetsDir
|
|
6
6
|
export const buildAssetsURL = (...path) => joinRelativeURL(publicAssetsURL(), buildAssetsDir(), ...path)
|
|
7
7
|
export const publicAssetsURL = (...path) => {
|
|
8
|
+
const appConfig = getAppConfig()
|
|
8
9
|
const publicBase = appConfig.cdnURL || appConfig.baseURL
|
|
9
10
|
return path.length ? joinRelativeURL(publicBase, ...path) : publicBase
|
|
10
11
|
}
|
package/.nuxt/plugins.client.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
1
|
+
import revive_payload_client_xBgCbod5Zqgu2Ck6LJBHFVkj3nEAMCMKlg9IUByL3dw from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/revive-payload.client.js";
|
|
2
|
+
import unhead_RYY1OoEPkdkmqtJjqj0_Bx2TVZY7MmY801siWWT1K_E from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/plugins/unhead.js";
|
|
3
|
+
import router_v3ky9_ZxfpfFLFbUFj7b8p30TuZldNfnOPxOQ98X2Cc from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/router.js";
|
|
4
|
+
import payload_client_9TWn23zI_XRkVU1PG_bGx6Xh2RgRxmaueHevqacp8io from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/payload.client.js";
|
|
5
|
+
import navigation_repaint_client_PWSJP9SCACUVYqMdOhWzZoVInzkypH9guMJa5f_tQRU from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/navigation-repaint.client.js";
|
|
6
|
+
import check_outdated_build_client_TyWwNFjl2b9oM7nofxB8CIDLaDfcevsFf9aNkdcZzfM from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/check-outdated-build.client.js";
|
|
7
|
+
import chunk_reload_client_KQpvRQotSXG5lMt30Q7ZSnXrMFM9GwIJY8g0xVfMnhc from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/chunk-reload.client.js";
|
|
8
8
|
import components_plugin_z4hgvsiddfKkfXTP6M8M4zG5Cb7sGnDhcryKVM45Di4 from "/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/.nuxt/components.plugin.mjs";
|
|
9
9
|
export default [
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
revive_payload_client_xBgCbod5Zqgu2Ck6LJBHFVkj3nEAMCMKlg9IUByL3dw,
|
|
11
|
+
unhead_RYY1OoEPkdkmqtJjqj0_Bx2TVZY7MmY801siWWT1K_E,
|
|
12
|
+
router_v3ky9_ZxfpfFLFbUFj7b8p30TuZldNfnOPxOQ98X2Cc,
|
|
13
|
+
payload_client_9TWn23zI_XRkVU1PG_bGx6Xh2RgRxmaueHevqacp8io,
|
|
14
|
+
navigation_repaint_client_PWSJP9SCACUVYqMdOhWzZoVInzkypH9guMJa5f_tQRU,
|
|
15
|
+
check_outdated_build_client_TyWwNFjl2b9oM7nofxB8CIDLaDfcevsFf9aNkdcZzfM,
|
|
16
|
+
chunk_reload_client_KQpvRQotSXG5lMt30Q7ZSnXrMFM9GwIJY8g0xVfMnhc,
|
|
17
17
|
components_plugin_z4hgvsiddfKkfXTP6M8M4zG5Cb7sGnDhcryKVM45Di4
|
|
18
18
|
]
|
package/.nuxt/plugins.server.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import unhead_RYY1OoEPkdkmqtJjqj0_Bx2TVZY7MmY801siWWT1K_E from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/plugins/unhead.js";
|
|
2
|
+
import router_v3ky9_ZxfpfFLFbUFj7b8p30TuZldNfnOPxOQ98X2Cc from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/router.js";
|
|
3
|
+
import revive_payload_server_7sqUm4VBE9Ry2Hm169XHUtgAqBGJj3V8zQ5DBYZhMZQ from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/revive-payload.server.js";
|
|
4
4
|
import components_plugin_z4hgvsiddfKkfXTP6M8M4zG5Cb7sGnDhcryKVM45Di4 from "/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/.nuxt/components.plugin.mjs";
|
|
5
5
|
export default [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
unhead_RYY1OoEPkdkmqtJjqj0_Bx2TVZY7MmY801siWWT1K_E,
|
|
7
|
+
router_v3ky9_ZxfpfFLFbUFj7b8p30TuZldNfnOPxOQ98X2Cc,
|
|
8
|
+
revive_payload_server_7sqUm4VBE9Ry2Hm169XHUtgAqBGJj3V8zQ5DBYZhMZQ,
|
|
9
9
|
components_plugin_z4hgvsiddfKkfXTP6M8M4zG5Cb7sGnDhcryKVM45Di4
|
|
10
10
|
]
|
package/.nuxt/root-component.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.
|
|
1
|
+
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-root.vue";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.
|
|
1
|
+
export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/test-component-wrapper";
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
|
|
2
|
+
import type { DefineComponent, SlotsType } from 'vue'
|
|
3
|
+
type IslandComponent<T> = DefineComponent<{}, {refresh: () => Promise<void>}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, SlotsType<{ fallback: { error: unknown } }>> & T
|
|
4
|
+
|
|
5
|
+
type HydrationStrategies = {
|
|
6
|
+
hydrateOnVisible?: IntersectionObserverInit | true
|
|
7
|
+
hydrateOnIdle?: number | true
|
|
8
|
+
hydrateOnInteraction?: keyof HTMLElementEventMap | Array<keyof HTMLElementEventMap> | true
|
|
9
|
+
hydrateOnMediaQuery?: string
|
|
10
|
+
hydrateAfter?: number
|
|
11
|
+
hydrateWhen?: boolean
|
|
12
|
+
hydrateNever?: true
|
|
13
|
+
}
|
|
14
|
+
type LazyComponent<T> = DefineComponent<HydrationStrategies, {}, {}, {}, {}, {}, {}, { hydrated: () => void }> & T
|
|
15
|
+
|
|
16
|
+
interface _GlobalComponents {
|
|
17
|
+
'NuxtWelcome': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue")['default']
|
|
18
|
+
'NuxtLayout': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
|
|
19
|
+
'NuxtErrorBoundary': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
|
|
20
|
+
'ClientOnly': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/client-only")['default']
|
|
21
|
+
'DevOnly': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/dev-only")['default']
|
|
22
|
+
'ServerPlaceholder': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/server-placeholder")['default']
|
|
23
|
+
'NuxtLink': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-link")['default']
|
|
24
|
+
'NuxtLoadingIndicator': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
|
|
25
|
+
'NuxtTime': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
|
|
26
|
+
'NuxtRouteAnnouncer': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
|
|
27
|
+
'NuxtImg': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
|
|
28
|
+
'NuxtPicture': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
|
|
29
|
+
'StyLoginRenderer': typeof import("../../src/runtime/login-renderer.vue")['default']
|
|
30
|
+
'NuxtPage': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
|
|
31
|
+
'NoScript': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['NoScript']
|
|
32
|
+
'Link': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Link']
|
|
33
|
+
'Base': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Base']
|
|
34
|
+
'Title': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Title']
|
|
35
|
+
'Meta': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Meta']
|
|
36
|
+
'Style': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Style']
|
|
37
|
+
'Head': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Head']
|
|
38
|
+
'Html': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Html']
|
|
39
|
+
'Body': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
40
|
+
'NuxtIsland': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
41
|
+
'LazyNuxtWelcome': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
|
|
42
|
+
'LazyNuxtLayout': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
|
|
43
|
+
'LazyNuxtErrorBoundary': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
|
|
44
|
+
'LazyClientOnly': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/client-only")['default']>
|
|
45
|
+
'LazyDevOnly': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/dev-only")['default']>
|
|
46
|
+
'LazyServerPlaceholder': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
47
|
+
'LazyNuxtLink': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
|
|
48
|
+
'LazyNuxtLoadingIndicator': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
|
|
49
|
+
'LazyNuxtTime': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
|
|
50
|
+
'LazyNuxtRouteAnnouncer': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
|
|
51
|
+
'LazyNuxtImg': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
|
|
52
|
+
'LazyNuxtPicture': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
|
|
53
|
+
'LazyStyLoginRenderer': LazyComponent<typeof import("../../src/runtime/login-renderer.vue")['default']>
|
|
54
|
+
'LazyNuxtPage': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']>
|
|
55
|
+
'LazyNoScript': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
|
|
56
|
+
'LazyLink': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Link']>
|
|
57
|
+
'LazyBase': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Base']>
|
|
58
|
+
'LazyTitle': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Title']>
|
|
59
|
+
'LazyMeta': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Meta']>
|
|
60
|
+
'LazyStyle': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Style']>
|
|
61
|
+
'LazyHead': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Head']>
|
|
62
|
+
'LazyHtml': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Html']>
|
|
63
|
+
'LazyBody': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Body']>
|
|
64
|
+
'LazyNuxtIsland': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
declare module 'vue' {
|
|
68
|
+
export interface GlobalComponents extends _GlobalComponents { }
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export {}
|
|
@@ -11,5 +11,5 @@ export { useEvent } from 'nitropack/runtime/internal/context';
|
|
|
11
11
|
export { defineTask, runTask } from 'nitropack/runtime/internal/task';
|
|
12
12
|
export { defineNitroErrorHandler } from 'nitropack/runtime/internal/error/utils';
|
|
13
13
|
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';
|
|
14
|
-
export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm
|
|
15
|
-
export { defineAppConfig } from '/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm
|
|
14
|
+
export { buildAssetsURL as __buildAssetsURL, publicAssetsURL as __publicAssetsURL } from '/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@nuxt+nitro-server@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__db0@0.3.4_encod_bpndteslon4yrpx5pxl77ycjva/node_modules/@nuxt/nitro-server/dist/runtime/utils/paths';
|
|
15
|
+
export { defineAppConfig } from '/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@nuxt+nitro-server@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__db0@0.3.4_encod_bpndteslon4yrpx5pxl77ycjva/node_modules/@nuxt/nitro-server/dist/runtime/utils/config';
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
|
|
2
|
+
/// <reference path="app.config.d.ts" />
|
|
3
|
+
/// <reference path="runtime-config.d.ts" />
|
|
4
|
+
/// <reference types="/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@nuxt+nitro-server@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__db0@0.3.4_encod_bpndteslon4yrpx5pxl77ycjva/node_modules/@nuxt/nitro-server/dist/index.mjs" />
|
|
2
5
|
/// <reference path="middleware.d.ts" />
|
|
3
6
|
/// <reference path="./schema.d.ts" />
|
|
4
7
|
|
|
@@ -4,7 +4,7 @@ declare module "nitropack/types" {
|
|
|
4
4
|
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
|
|
5
5
|
interface InternalApi {
|
|
6
6
|
'/__nuxt_error': {
|
|
7
|
-
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../../../node_modules/.pnpm
|
|
7
|
+
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../../../node_modules/.pnpm/@nuxt+nitro-server@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__db0@0.3.4_encod_bpndteslon4yrpx5pxl77ycjva/node_modules/@nuxt/nitro-server/dist/runtime/handlers/renderer').default>>>>
|
|
8
8
|
}
|
|
9
9
|
'/__nuxt_island/**': {
|
|
10
10
|
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../server/#internal/nuxt/island-renderer').default>>>>
|
package/.nuxt/types/plugins.d.ts
CHANGED
|
@@ -6,14 +6,14 @@ type Decorate<T extends Record<string, any>> = { [K in keyof T as K extends stri
|
|
|
6
6
|
type InjectionType<A extends Plugin> = A extends {default: Plugin<infer T>} ? Decorate<T> : unknown
|
|
7
7
|
|
|
8
8
|
type NuxtAppInjections =
|
|
9
|
-
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.
|
|
10
|
-
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.
|
|
11
|
-
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.
|
|
12
|
-
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.
|
|
13
|
-
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.
|
|
14
|
-
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.
|
|
15
|
-
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.
|
|
16
|
-
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.
|
|
9
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/revive-payload.client.js")> &
|
|
10
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/plugins/unhead.js")> &
|
|
11
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/router.js")> &
|
|
12
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/payload.client.js")> &
|
|
13
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/navigation-repaint.client.js")> &
|
|
14
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/check-outdated-build.client.js")> &
|
|
15
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/revive-payload.server.js")> &
|
|
16
|
+
InjectionType<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/chunk-reload.client.js")> &
|
|
17
17
|
InjectionType<typeof import("../components.plugin.mjs")>
|
|
18
18
|
|
|
19
19
|
declare module '#app' {
|
package/.nuxt/types/schema.d.ts
CHANGED
|
@@ -1,69 +1,79 @@
|
|
|
1
|
-
import { NuxtModule, RuntimeConfig } from '@nuxt/schema'
|
|
1
|
+
import { NuxtModule, ModuleDependencyMeta, RuntimeConfig } from '@nuxt/schema'
|
|
2
2
|
declare module '@nuxt/schema' {
|
|
3
|
+
interface ModuleDependencies {
|
|
4
|
+
["/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module"]?: ModuleDependencyMeta<typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
|
|
5
|
+
["@nuxt/devtools"]?: ModuleDependencyMeta<typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
|
|
6
|
+
["@nuxt/telemetry"]?: ModuleDependencyMeta<typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
|
|
7
|
+
}
|
|
3
8
|
interface NuxtOptions {
|
|
4
9
|
/**
|
|
5
10
|
* Configuration for `/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module`
|
|
6
11
|
*/
|
|
7
|
-
["strivacity"]: typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O> ? O : Record<string, any>
|
|
12
|
+
["strivacity"]: typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
|
|
8
13
|
/**
|
|
9
14
|
* Configuration for `@nuxt/devtools`
|
|
10
15
|
*/
|
|
11
|
-
["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O : Record<string, any>
|
|
16
|
+
["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
|
|
12
17
|
/**
|
|
13
18
|
* Configuration for `@nuxt/telemetry`
|
|
14
19
|
*/
|
|
15
|
-
["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? O : Record<string, any>
|
|
20
|
+
["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
|
|
16
21
|
}
|
|
17
22
|
interface NuxtConfig {
|
|
18
23
|
/**
|
|
19
24
|
* Configuration for `/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module`
|
|
20
25
|
*/
|
|
21
|
-
["strivacity"]?: typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
|
26
|
+
["strivacity"]?: typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
|
|
22
27
|
/**
|
|
23
28
|
* Configuration for `@nuxt/devtools`
|
|
24
29
|
*/
|
|
25
|
-
["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
|
30
|
+
["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
|
|
26
31
|
/**
|
|
27
32
|
* Configuration for `@nuxt/telemetry`
|
|
28
33
|
*/
|
|
29
|
-
["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
|
34
|
+
["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
|
|
30
35
|
modules?: (undefined | null | false | NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | ["/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module", Exclude<NuxtConfig["strivacity"], boolean>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>] | ["@nuxt/telemetry", Exclude<NuxtConfig["telemetry"], boolean>])[],
|
|
31
36
|
}
|
|
32
37
|
}
|
|
33
38
|
declare module 'nuxt/schema' {
|
|
39
|
+
interface ModuleDependencies {
|
|
40
|
+
["/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module"]?: ModuleDependencyMeta<typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
|
|
41
|
+
["@nuxt/devtools"]?: ModuleDependencyMeta<typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
|
|
42
|
+
["@nuxt/telemetry"]?: ModuleDependencyMeta<typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
|
|
43
|
+
}
|
|
34
44
|
interface NuxtOptions {
|
|
35
45
|
/**
|
|
36
46
|
* Configuration for `/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module`
|
|
37
47
|
* @see https://www.npmjs.com/package//home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module
|
|
38
48
|
*/
|
|
39
|
-
["strivacity"]: typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O> ? O : Record<string, any>
|
|
49
|
+
["strivacity"]: typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
|
|
40
50
|
/**
|
|
41
51
|
* Configuration for `@nuxt/devtools`
|
|
42
52
|
* @see https://www.npmjs.com/package/@nuxt/devtools
|
|
43
53
|
*/
|
|
44
|
-
["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O : Record<string, any>
|
|
54
|
+
["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
|
|
45
55
|
/**
|
|
46
56
|
* Configuration for `@nuxt/telemetry`
|
|
47
57
|
* @see https://www.npmjs.com/package/@nuxt/telemetry
|
|
48
58
|
*/
|
|
49
|
-
["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? O : Record<string, any>
|
|
59
|
+
["telemetry"]: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
|
|
50
60
|
}
|
|
51
61
|
interface NuxtConfig {
|
|
52
62
|
/**
|
|
53
63
|
* Configuration for `/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module`
|
|
54
64
|
* @see https://www.npmjs.com/package//home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module
|
|
55
65
|
*/
|
|
56
|
-
["strivacity"]?: typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
|
66
|
+
["strivacity"]?: typeof import("/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
|
|
57
67
|
/**
|
|
58
68
|
* Configuration for `@nuxt/devtools`
|
|
59
69
|
* @see https://www.npmjs.com/package/@nuxt/devtools
|
|
60
70
|
*/
|
|
61
|
-
["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
|
71
|
+
["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
|
|
62
72
|
/**
|
|
63
73
|
* Configuration for `@nuxt/telemetry`
|
|
64
74
|
* @see https://www.npmjs.com/package/@nuxt/telemetry
|
|
65
75
|
*/
|
|
66
|
-
["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O> ? Partial<O> : Record<string, any>
|
|
76
|
+
["telemetry"]?: typeof import("@nuxt/telemetry").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
|
|
67
77
|
modules?: (undefined | null | false | NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | ["/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/src/module", Exclude<NuxtConfig["strivacity"], boolean>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>] | ["@nuxt/telemetry", Exclude<NuxtConfig["telemetry"], boolean>])[],
|
|
68
78
|
}
|
|
69
79
|
interface RuntimeConfig {
|
package/.nuxt/unhead-options.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DeprecationsPlugin, PromisesPlugin, TemplateParamsPlugin, AliasSortingPlugin } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@unhead+vue@2.0.
|
|
1
|
+
import { DeprecationsPlugin, PromisesPlugin, TemplateParamsPlugin, AliasSortingPlugin } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@unhead+vue@2.0.19_vue@3.5.22_typescript@5.8.3_/node_modules/@unhead/vue/dist/plugins.mjs";
|
|
2
2
|
export default {
|
|
3
3
|
disableDefaults: true,
|
|
4
4
|
disableCapoSorting: false,
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 2.1.1 (2025-11-19)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated sdk-core to 2.1.1
|
|
6
|
+
- Updated sdk-core to 2.1.1
|
|
7
|
+
|
|
8
|
+
## 2.1.0 (2025-11-10)
|
|
9
|
+
|
|
10
|
+
### 🚀 Features
|
|
11
|
+
|
|
12
|
+
- webauthn support added ([f1b0fc4](https://github.com/Strivacity/sdk-js/commit/f1b0fc4))
|
|
13
|
+
- entry url added ([808bf81](https://github.com/Strivacity/sdk-js/commit/808bf81))
|
|
14
|
+
- nextjs headless example app added ([0c1dafa](https://github.com/Strivacity/sdk-js/commit/0c1dafa))
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- nuxt credential related exports updated ([8a629be](https://github.com/Strivacity/sdk-js/commit/8a629be))
|
|
19
|
+
|
|
20
|
+
### 🧱 Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated sdk-core to 2.1.0
|
|
23
|
+
- Updated sdk-core to 2.1.0
|
|
24
|
+
|
|
1
25
|
## 2.0.1 (2025-10-07)
|
|
2
26
|
|
|
3
27
|
### 🧱 Updated Dependencies
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2023 Strivacity Inc. <
|
|
3
|
+
Copyright (c) 2023 Strivacity Inc. <opensource@strivacity.com>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/dist/module.d.mts
CHANGED
|
@@ -10,6 +10,7 @@ export { NativeFlow } from '@strivacity/sdk-core/flows/NativeFlow';
|
|
|
10
10
|
export { HttpClient } from '@strivacity/sdk-core/utils/HttpClient';
|
|
11
11
|
export { LocalStorage } from '@strivacity/sdk-core/storages/LocalStorage';
|
|
12
12
|
export { SessionStorage } from '@strivacity/sdk-core/storages/SessionStorage';
|
|
13
|
+
export { createCredential, getCredential } from '@strivacity/sdk-core/utils/credentials';
|
|
13
14
|
import { Ref } from 'vue';
|
|
14
15
|
|
|
15
16
|
/**
|
|
@@ -69,6 +70,10 @@ type PopupSDK = {
|
|
|
69
70
|
* Registers a new user.
|
|
70
71
|
*/
|
|
71
72
|
register: InstanceType<typeof PopupFlow>['register'];
|
|
73
|
+
/**
|
|
74
|
+
* Initiates the entry process.
|
|
75
|
+
*/
|
|
76
|
+
entry: InstanceType<typeof PopupFlow>['entry'];
|
|
72
77
|
/**
|
|
73
78
|
* Refreshes the user's session.
|
|
74
79
|
*/
|
|
@@ -99,6 +104,10 @@ type RedirectSDK = {
|
|
|
99
104
|
* Registers a new user.
|
|
100
105
|
*/
|
|
101
106
|
register: InstanceType<typeof RedirectFlow>['register'];
|
|
107
|
+
/**
|
|
108
|
+
* Initiates the entry process.
|
|
109
|
+
*/
|
|
110
|
+
entry: InstanceType<typeof RedirectFlow>['entry'];
|
|
102
111
|
/**
|
|
103
112
|
* Refreshes the user's session.
|
|
104
113
|
*/
|
|
@@ -129,6 +138,10 @@ type NativeSDK = {
|
|
|
129
138
|
* Registers a new user.
|
|
130
139
|
*/
|
|
131
140
|
register: InstanceType<typeof NativeFlow>['register'];
|
|
141
|
+
/**
|
|
142
|
+
* Initiates the entry process.
|
|
143
|
+
*/
|
|
144
|
+
entry: InstanceType<typeof NativeFlow>['entry'];
|
|
132
145
|
/**
|
|
133
146
|
* Refreshes the user's session.
|
|
134
147
|
*/
|
|
@@ -165,6 +178,7 @@ type NativeFlowContextValue = {
|
|
|
165
178
|
state: Ref<Partial<LoginFlowState>>;
|
|
166
179
|
submitForm: (formId: string) => Promise<void>;
|
|
167
180
|
triggerFallback: (hostedUrl?: string) => void;
|
|
181
|
+
triggerClose: () => void;
|
|
168
182
|
setFormValue: (formId: string, widgetId: string, value: unknown) => void;
|
|
169
183
|
setMessage: (formId: string, widgetId: string, value: LoginFlowMessage) => void;
|
|
170
184
|
};
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -4,6 +4,7 @@ import { LocalStorage } from '@strivacity/sdk-core/storages/LocalStorage';
|
|
|
4
4
|
export { LocalStorage } from '@strivacity/sdk-core/storages/LocalStorage';
|
|
5
5
|
export { SessionStorage } from '@strivacity/sdk-core/storages/SessionStorage';
|
|
6
6
|
export * from '@strivacity/sdk-core';
|
|
7
|
+
export { createCredential, getCredential } from '@strivacity/sdk-core/utils/credentials';
|
|
7
8
|
|
|
8
9
|
const module = defineNuxtModule({
|
|
9
10
|
meta: {
|
|
@@ -36,6 +37,8 @@ export default CustomStorage`
|
|
|
36
37
|
filePath: resolver.resolve("./runtime/login-renderer.vue")
|
|
37
38
|
});
|
|
38
39
|
addImports({ name: "useStrivacity", as: "useStrivacity", from: resolver.resolve("./runtime/composables") });
|
|
40
|
+
addImports({ name: "getCredential", as: "getCredential", from: resolver.resolve("./runtime/composables") });
|
|
41
|
+
addImports({ name: "createCredential", as: "createCredential", from: resolver.resolve("./runtime/composables") });
|
|
39
42
|
}
|
|
40
43
|
});
|
|
41
44
|
|
package/dist/module.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.mjs","sources":["../src/module.ts"],"sourcesContent":["import type { SDKOptions } from '@strivacity/sdk-core';\nimport { defineNuxtModule, createResolver, addTemplate, addTypeTemplate, addImports, addComponent } from '@nuxt/kit';\nimport type { PopupFlow } from '@strivacity/sdk-core/flows/PopupFlow';\nimport type { RedirectFlow } from '@strivacity/sdk-core/flows/RedirectFlow';\nimport type { NativeFlow } from '@strivacity/sdk-core/flows/NativeFlow';\nimport { HttpClient } from '@strivacity/sdk-core/utils/HttpClient';\nimport { LocalStorage } from '@strivacity/sdk-core/storages/LocalStorage';\nimport { SessionStorage } from '@strivacity/sdk-core/storages/SessionStorage';\n\ndeclare module '@nuxt/schema' {\n\tinterface PublicRuntimeConfig {\n\t\tstrivacity: SDKOptions;\n\t}\n}\n\nexport type ModuleOptions = SDKOptions;\n\nexport * from '@strivacity/sdk-core';\nexport type * from './types';\nexport type { PopupFlow, RedirectFlow, NativeFlow };\nexport { HttpClient, LocalStorage, SessionStorage };\n\nexport default defineNuxtModule<ModuleOptions>({\n\tmeta: {\n\t\tname: '@strivacity/sdk-nuxt',\n\t\tconfigKey: 'strivacity',\n\t},\n\tdefaults: {} as SDKOptions,\n\tsetup(options, nuxt) {\n\t\tconst resolver = createResolver(import.meta.url);\n\n\t\tnuxt.options.runtimeConfig.public.strivacity = options;\n\n\t\taddTemplate({\n\t\t\tfilename: 'strivacity-sdk-storage.mjs',\n\t\t\tgetContents: () => `export default ${options.storage ? options.storage.toString() : LocalStorage.toString()}`,\n\t\t});\n\t\taddTypeTemplate({\n\t\t\tfilename: 'strivacity-sdk-storage.d.ts',\n\t\t\tgetContents: () => `\nimport type { SDKStorage } from '@strivacity/sdk-core';\n\ndeclare class CustomStorage implements SDKStorage {\n\tget(key: string): Promise<string | null>;\n\tdelete(key: string): Promise<void>;\n\tset(key: string, value: string): Promise<void>;\n}\n\nexport default CustomStorage`,\n\t\t});\n\t\taddComponent({\n\t\t\tname: 'StyLoginRenderer',\n\t\t\tfilePath: resolver.resolve('./runtime/login-renderer.vue'),\n\t\t});\n\t\taddImports({ name: 'useStrivacity', as: 'useStrivacity', from: resolver.resolve('./runtime/composables') });\n\t},\n});\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"module.mjs","sources":["../src/module.ts"],"sourcesContent":["import type { SDKOptions } from '@strivacity/sdk-core';\nimport { defineNuxtModule, createResolver, addTemplate, addTypeTemplate, addImports, addComponent } from '@nuxt/kit';\nimport type { PopupFlow } from '@strivacity/sdk-core/flows/PopupFlow';\nimport type { RedirectFlow } from '@strivacity/sdk-core/flows/RedirectFlow';\nimport type { NativeFlow } from '@strivacity/sdk-core/flows/NativeFlow';\nimport { HttpClient } from '@strivacity/sdk-core/utils/HttpClient';\nimport { LocalStorage } from '@strivacity/sdk-core/storages/LocalStorage';\nimport { SessionStorage } from '@strivacity/sdk-core/storages/SessionStorage';\n\ndeclare module '@nuxt/schema' {\n\tinterface PublicRuntimeConfig {\n\t\tstrivacity: SDKOptions;\n\t}\n}\n\nexport type ModuleOptions = SDKOptions;\n\nexport * from '@strivacity/sdk-core';\nexport { createCredential, getCredential } from '@strivacity/sdk-core/utils/credentials';\nexport type * from './types';\nexport type { PopupFlow, RedirectFlow, NativeFlow };\nexport { HttpClient, LocalStorage, SessionStorage };\n\nexport default defineNuxtModule<ModuleOptions>({\n\tmeta: {\n\t\tname: '@strivacity/sdk-nuxt',\n\t\tconfigKey: 'strivacity',\n\t},\n\tdefaults: {} as SDKOptions,\n\tsetup(options, nuxt) {\n\t\tconst resolver = createResolver(import.meta.url);\n\n\t\tnuxt.options.runtimeConfig.public.strivacity = options;\n\n\t\taddTemplate({\n\t\t\tfilename: 'strivacity-sdk-storage.mjs',\n\t\t\tgetContents: () => `export default ${options.storage ? options.storage.toString() : LocalStorage.toString()}`,\n\t\t});\n\t\taddTypeTemplate({\n\t\t\tfilename: 'strivacity-sdk-storage.d.ts',\n\t\t\tgetContents: () => `\nimport type { SDKStorage } from '@strivacity/sdk-core';\n\ndeclare class CustomStorage implements SDKStorage {\n\tget(key: string): Promise<string | null>;\n\tdelete(key: string): Promise<void>;\n\tset(key: string, value: string): Promise<void>;\n}\n\nexport default CustomStorage`,\n\t\t});\n\t\taddComponent({\n\t\t\tname: 'StyLoginRenderer',\n\t\t\tfilePath: resolver.resolve('./runtime/login-renderer.vue'),\n\t\t});\n\t\taddImports({ name: 'useStrivacity', as: 'useStrivacity', from: resolver.resolve('./runtime/composables') });\n\t\taddImports({ name: 'getCredential', as: 'getCredential', from: resolver.resolve('./runtime/composables') });\n\t\taddImports({ name: 'createCredential', as: 'createCredential', from: resolver.resolve('./runtime/composables') });\n\t},\n});\n"],"names":[],"mappings":";;;;;;;;AAuBA,eAAe,gBAAA,CAAgC;AAAA,EAC9C,IAAA,EAAM;AAAA,IACL,IAAA,EAAM,sBAAA;AAAA,IACN,SAAA,EAAW;AAAA,GACZ;AAAA,EACA,UAAU,EAAC;AAAA,EACX,KAAA,CAAM,SAAS,IAAA,EAAM;AACpB,IAAA,MAAM,QAAA,GAAW,cAAA,CAAe,MAAA,CAAA,IAAA,CAAY,GAAG,CAAA;AAE/C,IAAA,IAAA,CAAK,OAAA,CAAQ,aAAA,CAAc,MAAA,CAAO,UAAA,GAAa,OAAA;AAE/C,IAAA,WAAA,CAAY;AAAA,MACX,QAAA,EAAU,4BAAA;AAAA,MACV,WAAA,EAAa,MAAM,CAAA,eAAA,EAAkB,OAAA,CAAQ,OAAA,GAAU,OAAA,CAAQ,OAAA,CAAQ,QAAA,EAAS,GAAI,YAAA,CAAa,QAAA,EAAU,CAAA;AAAA,KAC3G,CAAA;AACD,IAAA,eAAA,CAAgB;AAAA,MACf,QAAA,EAAU,6BAAA;AAAA,MACV,aAAa,MAAM;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA,4BAAA;AAAA,KAUnB,CAAA;AACD,IAAA,YAAA,CAAa;AAAA,MACZ,IAAA,EAAM,kBAAA;AAAA,MACN,QAAA,EAAU,QAAA,CAAS,OAAA,CAAQ,8BAA8B;AAAA,KACzD,CAAA;AACD,IAAA,UAAA,CAAW,EAAE,IAAA,EAAM,eAAA,EAAiB,EAAA,EAAI,eAAA,EAAiB,MAAM,QAAA,CAAS,OAAA,CAAQ,uBAAuB,CAAA,EAAG,CAAA;AAC1G,IAAA,UAAA,CAAW,EAAE,IAAA,EAAM,eAAA,EAAiB,EAAA,EAAI,eAAA,EAAiB,MAAM,QAAA,CAAS,OAAA,CAAQ,uBAAuB,CAAA,EAAG,CAAA;AAC1G,IAAA,UAAA,CAAW,EAAE,IAAA,EAAM,kBAAA,EAAoB,EAAA,EAAI,kBAAA,EAAoB,MAAM,QAAA,CAAS,OAAA,CAAQ,uBAAuB,CAAA,EAAG,CAAA;AAAA;AAElH,CAAC,CAAA;;;;"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import StorageClass from "#build/strivacity-sdk-storage";
|
|
2
2
|
import { ref, useRuntimeConfig } from "#imports";
|
|
3
3
|
import { initFlow } from "@strivacity/sdk-core";
|
|
4
|
+
export { createCredential, getCredential } from "@strivacity/sdk-core/utils/credentials";
|
|
4
5
|
const loadingRef = ref(true);
|
|
5
6
|
const optionsRef = ref({});
|
|
6
7
|
const isAuthenticatedRef = ref(false);
|
|
@@ -62,6 +63,9 @@ export const useStrivacity = () => {
|
|
|
62
63
|
await sdk.refresh();
|
|
63
64
|
await updateSession();
|
|
64
65
|
},
|
|
66
|
+
entry: async (url) => {
|
|
67
|
+
return await sdk.entry(url);
|
|
68
|
+
},
|
|
65
69
|
revoke: async () => {
|
|
66
70
|
await sdk.revoke();
|
|
67
71
|
await updateSession();
|
|
@@ -9,7 +9,7 @@ const props = defineProps({
|
|
|
9
9
|
widgets: { type: null, required: false, default: () => ({}) },
|
|
10
10
|
sessionId: { type: [String, null], required: false, default: null }
|
|
11
11
|
});
|
|
12
|
-
const emit = defineEmits(["login", "fallback", "error", "globalMessage", "blockReady"]);
|
|
12
|
+
const emit = defineEmits(["login", "fallback", "close", "error", "globalMessage", "blockReady"]);
|
|
13
13
|
const WidgetRenderer = defineComponent({
|
|
14
14
|
props: {
|
|
15
15
|
items: {
|
|
@@ -63,6 +63,7 @@ provide("nativeFlowContext", {
|
|
|
63
63
|
state,
|
|
64
64
|
submitForm,
|
|
65
65
|
triggerFallback,
|
|
66
|
+
triggerClose,
|
|
66
67
|
setFormValue,
|
|
67
68
|
setMessage
|
|
68
69
|
});
|
|
@@ -87,6 +88,9 @@ function triggerFallback(hostedUrl) {
|
|
|
87
88
|
}
|
|
88
89
|
emit("fallback", new FallbackError(new URL(url)));
|
|
89
90
|
}
|
|
91
|
+
function triggerClose() {
|
|
92
|
+
emit("close");
|
|
93
|
+
}
|
|
90
94
|
function setFormValue(formId, widgetId, value) {
|
|
91
95
|
if (value === "") {
|
|
92
96
|
value = null;
|
|
@@ -8,8 +8,9 @@ type __VLS_Props = {
|
|
|
8
8
|
};
|
|
9
9
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
login: (args_0: IdTokenClaims | null | undefined) => any;
|
|
11
|
-
fallback: (args_0: FallbackError) => any;
|
|
12
11
|
error: (args_0: any) => any;
|
|
12
|
+
close: () => any;
|
|
13
|
+
fallback: (args_0: FallbackError) => any;
|
|
13
14
|
globalMessage: (args_0: string) => any;
|
|
14
15
|
blockReady: (args_0: {
|
|
15
16
|
previousState: LoginFlowState;
|
|
@@ -17,8 +18,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
17
18
|
}) => any;
|
|
18
19
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
20
|
onLogin?: ((args_0: IdTokenClaims | null | undefined) => any) | undefined;
|
|
20
|
-
onFallback?: ((args_0: FallbackError) => any) | undefined;
|
|
21
21
|
onError?: ((args_0: any) => any) | undefined;
|
|
22
|
+
onClose?: (() => any) | undefined;
|
|
23
|
+
onFallback?: ((args_0: FallbackError) => any) | undefined;
|
|
22
24
|
onGlobalMessage?: ((args_0: string) => any) | undefined;
|
|
23
25
|
onBlockReady?: ((args_0: {
|
|
24
26
|
previousState: LoginFlowState;
|
package/dist/types.d.mts
CHANGED
|
@@ -10,6 +10,8 @@ export { type LocalStorage } from '@strivacity/sdk-core/storages/LocalStorage'
|
|
|
10
10
|
|
|
11
11
|
export { type SessionStorage } from '@strivacity/sdk-core/storages/SessionStorage'
|
|
12
12
|
|
|
13
|
+
export { type createCredential, type getCredential } from '@strivacity/sdk-core/utils/credentials'
|
|
14
|
+
|
|
13
15
|
export { type ModuleOptions, type NativeContext, type NativeFlowContextValue, type NativeSDK, type PopupContext, type PopupSDK, type RedirectContext, type RedirectSDK, type Session, default } from './module.mjs'
|
|
14
16
|
|
|
15
17
|
export * from '@strivacity/sdk-core'
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strivacity/sdk-nuxt",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Strivacity Nuxt SDK client",
|
|
7
|
-
"author": "strivacity <
|
|
7
|
+
"author": "strivacity <opensource@strivacity.com>",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@strivacity/sdk-core": "2.
|
|
9
|
+
"@strivacity/sdk-core": "2.1.1"
|
|
10
10
|
},
|
|
11
11
|
"main": "./dist/module.mjs",
|
|
12
12
|
"types": "./dist/types.d.mts",
|
|
File without changes
|