@dargmuesli/nuxt-cookie-control 9.1.3 → 9.1.4
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
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare var __VLS_1: {}, __VLS_9: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
default?: (props: typeof __VLS_9) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Locale } from '#cookie-control/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
locale?: Locale;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_11: {}, __VLS_13: {}, __VLS_20: {}, __VLS_22: {
|
|
6
|
+
cookie: any;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
bar?: (props: typeof __VLS_11) => any;
|
|
10
|
+
} & {
|
|
11
|
+
controlButton?: (props: typeof __VLS_13) => any;
|
|
12
|
+
} & {
|
|
13
|
+
modal?: (props: typeof __VLS_20) => any;
|
|
14
|
+
} & {
|
|
15
|
+
cookie?: (props: typeof __VLS_22) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
18
|
+
accept: () => void;
|
|
19
|
+
acceptPartial: () => void;
|
|
20
|
+
decline: () => void;
|
|
21
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
iframe?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
package/package.json
CHANGED
|
@@ -16,24 +16,24 @@
|
|
|
16
16
|
"@dargmuesli/nuxt-cookie-control": "link:",
|
|
17
17
|
"@nuxt/eslint-config": "1.9.0",
|
|
18
18
|
"@nuxt/module-builder": "1.0.2",
|
|
19
|
-
"@nuxt/schema": "4.1.
|
|
19
|
+
"@nuxt/schema": "4.1.2",
|
|
20
20
|
"@semantic-release/changelog": "6.0.3",
|
|
21
21
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
22
22
|
"@semantic-release/git": "10.0.1",
|
|
23
|
-
"@semantic-release/github": "11.0.
|
|
23
|
+
"@semantic-release/github": "11.0.6",
|
|
24
24
|
"@semantic-release/npm": "12.0.2",
|
|
25
|
-
"@semantic-release/release-notes-generator": "14.0
|
|
26
|
-
"eslint": "9.
|
|
25
|
+
"@semantic-release/release-notes-generator": "14.1.0",
|
|
26
|
+
"eslint": "9.35.0",
|
|
27
27
|
"eslint-config-prettier": "10.1.8",
|
|
28
28
|
"eslint-plugin-prettier": "5.5.4",
|
|
29
29
|
"husky": "9.1.7",
|
|
30
30
|
"lint-staged": "16.1.6",
|
|
31
|
-
"nuxt": "4.1.
|
|
31
|
+
"nuxt": "4.1.2",
|
|
32
32
|
"prettier": "3.6.2",
|
|
33
|
-
"semantic-release": "24.2.
|
|
34
|
-
"vite": "7.1.
|
|
33
|
+
"semantic-release": "24.2.8",
|
|
34
|
+
"vite": "7.1.5",
|
|
35
35
|
"vue": "3.5.21",
|
|
36
|
-
"vue-tsc": "3.0.
|
|
36
|
+
"vue-tsc": "3.0.7",
|
|
37
37
|
"webpack": "5.101.3"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
@@ -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.16.1",
|
|
67
67
|
"pnpm": {
|
|
68
68
|
"ignoredBuiltDependencies": [
|
|
69
69
|
"@parcel/watcher",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"unrs-resolver"
|
|
72
72
|
],
|
|
73
73
|
"overrides": {
|
|
74
|
-
"@types/eslint": "npm:eslint@9.
|
|
74
|
+
"@types/eslint": "npm:eslint@9.35.0"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"publishConfig": {
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
]
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"version": "9.1.
|
|
102
|
+
"version": "9.1.4"
|
|
103
103
|
}
|