@dargmuesli/nuxt-cookie-control 9.1.8 → 9.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/ClientOnlyPrerender.d.vue.ts +2 -2
- package/dist/runtime/components/ClientOnlyPrerender.vue.d.ts +2 -2
- package/dist/runtime/components/CookieControl.d.vue.ts +5 -5
- package/dist/runtime/components/CookieControl.vue.d.ts +5 -5
- package/dist/runtime/components/CookieIframe.d.vue.ts +2 -2
- package/dist/runtime/components/CookieIframe.vue.d.ts +2 -2
- package/package.json +8 -8
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare var __VLS_1: {},
|
|
1
|
+
declare var __VLS_1: {}, __VLS_10: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_1) => any;
|
|
4
4
|
} & {
|
|
5
|
-
default?: (props: typeof
|
|
5
|
+
default?: (props: typeof __VLS_10) => any;
|
|
6
6
|
};
|
|
7
7
|
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare var __VLS_1: {},
|
|
1
|
+
declare var __VLS_1: {}, __VLS_10: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_1) => any;
|
|
4
4
|
} & {
|
|
5
|
-
default?: (props: typeof
|
|
5
|
+
default?: (props: typeof __VLS_10) => any;
|
|
6
6
|
};
|
|
7
7
|
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -2,17 +2,17 @@ import type { Locale } from '#cookie-control/types';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
locale?: Locale;
|
|
4
4
|
};
|
|
5
|
-
declare var
|
|
5
|
+
declare var __VLS_13: {}, __VLS_15: {}, __VLS_23: {}, __VLS_25: {
|
|
6
6
|
cookie: any;
|
|
7
7
|
};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
|
-
bar?: (props: typeof
|
|
9
|
+
bar?: (props: typeof __VLS_13) => any;
|
|
10
10
|
} & {
|
|
11
|
-
controlButton?: (props: typeof
|
|
11
|
+
controlButton?: (props: typeof __VLS_15) => any;
|
|
12
12
|
} & {
|
|
13
|
-
modal?: (props: typeof
|
|
13
|
+
modal?: (props: typeof __VLS_23) => any;
|
|
14
14
|
} & {
|
|
15
|
-
cookie?: (props: typeof
|
|
15
|
+
cookie?: (props: typeof __VLS_25) => any;
|
|
16
16
|
};
|
|
17
17
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
18
18
|
accept: () => void;
|
|
@@ -2,17 +2,17 @@ import type { Locale } from '#cookie-control/types';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
locale?: Locale;
|
|
4
4
|
};
|
|
5
|
-
declare var
|
|
5
|
+
declare var __VLS_13: {}, __VLS_15: {}, __VLS_23: {}, __VLS_25: {
|
|
6
6
|
cookie: any;
|
|
7
7
|
};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
|
-
bar?: (props: typeof
|
|
9
|
+
bar?: (props: typeof __VLS_13) => any;
|
|
10
10
|
} & {
|
|
11
|
-
controlButton?: (props: typeof
|
|
11
|
+
controlButton?: (props: typeof __VLS_15) => any;
|
|
12
12
|
} & {
|
|
13
|
-
modal?: (props: typeof
|
|
13
|
+
modal?: (props: typeof __VLS_23) => any;
|
|
14
14
|
} & {
|
|
15
|
-
cookie?: (props: typeof
|
|
15
|
+
cookie?: (props: typeof __VLS_25) => any;
|
|
16
16
|
};
|
|
17
17
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
18
18
|
accept: () => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
iframe?: (props: typeof
|
|
3
|
+
iframe?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
iframe?: (props: typeof
|
|
3
|
+
iframe?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
package/package.json
CHANGED
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
22
22
|
"@semantic-release/git": "10.0.1",
|
|
23
23
|
"@semantic-release/github": "12.0.2",
|
|
24
|
-
"@semantic-release/npm": "13.1.
|
|
24
|
+
"@semantic-release/npm": "13.1.2",
|
|
25
25
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
26
26
|
"eslint": "9.39.1",
|
|
27
27
|
"eslint-config-prettier": "10.1.8",
|
|
28
28
|
"eslint-plugin-prettier": "5.5.4",
|
|
29
29
|
"husky": "9.1.7",
|
|
30
|
-
"lint-staged": "16.2.
|
|
30
|
+
"lint-staged": "16.2.7",
|
|
31
31
|
"nuxt": "4.2.1",
|
|
32
32
|
"prettier": "3.6.2",
|
|
33
33
|
"semantic-release": "25.0.2",
|
|
34
|
-
"vite": "7.2.
|
|
35
|
-
"vue": "3.5.
|
|
36
|
-
"vue-tsc": "3.1.
|
|
37
|
-
"webpack": "5.
|
|
34
|
+
"vite": "7.2.4",
|
|
35
|
+
"vue": "3.5.25",
|
|
36
|
+
"vue-tsc": "3.1.5",
|
|
37
|
+
"webpack": "5.103.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=16"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"Jonas Thelemann"
|
|
64
64
|
],
|
|
65
65
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
66
|
-
"packageManager": "pnpm@10.
|
|
66
|
+
"packageManager": "pnpm@10.23.0",
|
|
67
67
|
"pnpm": {
|
|
68
68
|
"ignoredBuiltDependencies": [
|
|
69
69
|
"@parcel/watcher",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
]
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"version": "9.1.
|
|
102
|
+
"version": "9.1.9"
|
|
103
103
|
}
|