@mevbg/nuxt-kit 0.5.7 → 0.5.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
CHANGED
|
@@ -4,76 +4,134 @@ export function useHeadLinks(path = "/assets") {
|
|
|
4
4
|
{ rel: "yandex-tableau-widget", href: `${path}/yandex-browser-manifest.json` }
|
|
5
5
|
];
|
|
6
6
|
const favicons = [
|
|
7
|
-
{ rel: "icon", type: "image/x-icon", href: `${path}/favicon.ico` },
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
{ rel: "icon", type: "image/x-icon", href: `${path}/favicon.ico?v=${Date.now()}` },
|
|
8
|
+
...[
|
|
9
|
+
"16",
|
|
10
|
+
"32",
|
|
11
|
+
"48"
|
|
12
|
+
].map((size) => ({ rel: "icon", type: "image/png", sizes: `${size}x${size}`, href: `${path}/favicon-${size}x${size}.png?v=${Date.now()}` }))
|
|
11
13
|
];
|
|
12
14
|
const appleTouchIcons = [
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
15
|
+
...[
|
|
16
|
+
"57",
|
|
17
|
+
"60",
|
|
18
|
+
"72",
|
|
19
|
+
"76",
|
|
20
|
+
"114",
|
|
21
|
+
"120",
|
|
22
|
+
"144",
|
|
23
|
+
"152",
|
|
24
|
+
"167",
|
|
25
|
+
"180",
|
|
26
|
+
"1024"
|
|
27
|
+
].map((size) => ({ rel: "apple-touch-icon", sizes: `${size}x${size}`, href: `${path}/apple-touch-icon-${size}x${size}.png?v=${Date.now()}` }))
|
|
24
28
|
];
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)", href: `${path}/apple-touch-startup-image-640x1136.png` },
|
|
28
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)", href: `${path}/apple-touch-startup-image-1136x640.png` },
|
|
29
|
-
// iPhone SE • iPhone 6 • iPhone 6s • iPhone 7 • iPhone 8
|
|
30
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)", href: `${path}/apple-touch-startup-image-750x1334.png` },
|
|
31
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)", href: `${path}/apple-touch-startup-image-1334x750.png` },
|
|
32
|
-
// iPhone 6 Plus • iPhone 6s Plus • iPhone 7 Plus • iPhone 8 Plus
|
|
33
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)", href: `${path}/apple-touch-startup-image-1242x2208.png` },
|
|
34
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)", href: `${path}/apple-touch-startup-image-2208x1242.png` },
|
|
35
|
-
// iPhone XR • iPhone 11
|
|
36
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)", href: `${path}/apple-touch-startup-image-828x1792.png` },
|
|
37
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)", href: `${path}/apple-touch-startup-image-1792x828.png` },
|
|
38
|
-
// iPhone XS Max • iPhone 11 Pro Max
|
|
39
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)", href: `${path}/apple-touch-startup-image-1242x2688.png` },
|
|
40
|
-
{ rel: "apple-touch-startup-image", media: "(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)", href: `${path}/apple-touch-startup-image-2688x1242.png` },
|
|
29
|
+
const orientation = ["portrait", "landscape"];
|
|
30
|
+
const appleTouchStartupImagesData = [
|
|
41
31
|
// iPhone X • iPhone XS • iPhone 11 Pro • iPhone 12 mini • iPhone 13 mini
|
|
42
|
-
{
|
|
43
|
-
|
|
32
|
+
{
|
|
33
|
+
width: 375,
|
|
34
|
+
height: 812,
|
|
35
|
+
ratio: 3,
|
|
36
|
+
short: 1125,
|
|
37
|
+
long: 2436
|
|
38
|
+
},
|
|
44
39
|
// iPhone 12 • iPhone 12 Pro • iPhone 13 • iPhone 13 Pro • iPhone 14
|
|
45
|
-
{
|
|
46
|
-
|
|
40
|
+
{
|
|
41
|
+
width: 390,
|
|
42
|
+
height: 844,
|
|
43
|
+
ratio: 3,
|
|
44
|
+
short: 1170,
|
|
45
|
+
long: 2532
|
|
46
|
+
},
|
|
47
47
|
// iPhone 12 Pro Max • iPhone 13 Pro Max • iPhone 14 Plus
|
|
48
|
-
{
|
|
49
|
-
|
|
48
|
+
{
|
|
49
|
+
width: 428,
|
|
50
|
+
height: 926,
|
|
51
|
+
ratio: 3,
|
|
52
|
+
short: 1284,
|
|
53
|
+
long: 2778
|
|
54
|
+
},
|
|
50
55
|
// iPhone 14 Pro • iPhone 15 Pro • iPhone 15
|
|
51
|
-
{
|
|
52
|
-
|
|
56
|
+
{
|
|
57
|
+
width: 393,
|
|
58
|
+
height: 852,
|
|
59
|
+
ratio: 3,
|
|
60
|
+
short: 1179,
|
|
61
|
+
long: 2556
|
|
62
|
+
},
|
|
53
63
|
// iPhone 14 Pro Max • iPhone 15 Pro Max • iPhone 15 Plus
|
|
54
|
-
{
|
|
55
|
-
|
|
64
|
+
{
|
|
65
|
+
width: 430,
|
|
66
|
+
height: 932,
|
|
67
|
+
ratio: 3,
|
|
68
|
+
short: 1290,
|
|
69
|
+
long: 2796
|
|
70
|
+
},
|
|
56
71
|
// iPad 9.7 • iPad Air 9.7 • iPad Mini 7.9 • iPad Pro 9.7
|
|
57
|
-
{
|
|
58
|
-
|
|
72
|
+
{
|
|
73
|
+
width: 768,
|
|
74
|
+
height: 1024,
|
|
75
|
+
ratio: 2,
|
|
76
|
+
short: 1536,
|
|
77
|
+
long: 2048
|
|
78
|
+
},
|
|
59
79
|
// iPad 10.2
|
|
60
|
-
{
|
|
61
|
-
|
|
80
|
+
{
|
|
81
|
+
width: 810,
|
|
82
|
+
height: 1080,
|
|
83
|
+
ratio: 2,
|
|
84
|
+
short: 1620,
|
|
85
|
+
long: 2160
|
|
86
|
+
},
|
|
62
87
|
// iPad Air 10.5
|
|
63
|
-
{
|
|
64
|
-
|
|
88
|
+
{
|
|
89
|
+
width: 834,
|
|
90
|
+
height: 1112,
|
|
91
|
+
ratio: 2,
|
|
92
|
+
short: 1668,
|
|
93
|
+
long: 2224
|
|
94
|
+
},
|
|
65
95
|
// iPad 11 • iPad Pro 10.5
|
|
66
|
-
{
|
|
67
|
-
|
|
96
|
+
{
|
|
97
|
+
width: 834,
|
|
98
|
+
height: 1194,
|
|
99
|
+
ratio: 2,
|
|
100
|
+
short: 1668,
|
|
101
|
+
long: 2388
|
|
102
|
+
},
|
|
68
103
|
// iPad Pro 12.9
|
|
69
|
-
{
|
|
70
|
-
|
|
104
|
+
{
|
|
105
|
+
width: 1024,
|
|
106
|
+
height: 1366,
|
|
107
|
+
ratio: 2,
|
|
108
|
+
short: 2048,
|
|
109
|
+
long: 2732
|
|
110
|
+
},
|
|
71
111
|
// iPad Mini 8.3
|
|
72
|
-
{
|
|
73
|
-
|
|
112
|
+
{
|
|
113
|
+
width: 744,
|
|
114
|
+
height: 1133,
|
|
115
|
+
ratio: 2,
|
|
116
|
+
short: 1488,
|
|
117
|
+
long: 2266
|
|
118
|
+
},
|
|
74
119
|
// iPad Air 10.9
|
|
75
|
-
{
|
|
76
|
-
|
|
120
|
+
{
|
|
121
|
+
width: 820,
|
|
122
|
+
height: 1180,
|
|
123
|
+
ratio: 2,
|
|
124
|
+
short: 1640,
|
|
125
|
+
long: 2360
|
|
126
|
+
}
|
|
127
|
+
];
|
|
128
|
+
const appleTouchStartupImagesParser = ({ width, height, ratio, short, long }, o) => ({
|
|
129
|
+
rel: "apple-touch-startup-image",
|
|
130
|
+
media: `(device-width: ${width}px) and (device-height: ${height}px) and (-webkit-device-pixel-ratio: ${ratio}) and (orientation: ${o})`,
|
|
131
|
+
href: `${path}/apple-touch-startup-image-${o === "portrait" ? short : long}x${o === "portrait" ? long : short}.png?v=${Date.now()}`
|
|
132
|
+
});
|
|
133
|
+
const appleTouchStartupImages = [
|
|
134
|
+
...orientation.flatMap((o) => appleTouchStartupImagesData.map((data) => appleTouchStartupImagesParser(data, o)))
|
|
77
135
|
];
|
|
78
136
|
return [
|
|
79
137
|
...manifests,
|
|
@@ -3,12 +3,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
3
3
|
toast: {
|
|
4
4
|
(content: import("vue3-toastify").Content, options?: import("vue3-toastify").ToastOptions): import("vue3-toastify").Id;
|
|
5
5
|
info(content: import("vue3-toastify").Content, options?: {
|
|
6
|
-
data?: {} | undefined;
|
|
7
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
8
|
-
progress?: number | undefined;
|
|
9
6
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
10
7
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
11
8
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
9
|
+
data?: {} | undefined;
|
|
10
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
11
|
+
progress?: number | undefined;
|
|
12
12
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
13
13
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
14
14
|
content?: import("vue3-toastify").Content;
|
|
@@ -38,12 +38,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
38
38
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
39
39
|
}): import("vue3-toastify").Id;
|
|
40
40
|
error(content: import("vue3-toastify").Content, options?: {
|
|
41
|
-
data?: {} | undefined;
|
|
42
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
43
|
-
progress?: number | undefined;
|
|
44
41
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
45
42
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
46
43
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
44
|
+
data?: {} | undefined;
|
|
45
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
46
|
+
progress?: number | undefined;
|
|
47
47
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
48
48
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
49
49
|
content?: import("vue3-toastify").Content;
|
|
@@ -73,12 +73,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
73
73
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
74
74
|
}): import("vue3-toastify").Id;
|
|
75
75
|
warning(content: import("vue3-toastify").Content, options?: {
|
|
76
|
-
data?: {} | undefined;
|
|
77
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
78
|
-
progress?: number | undefined;
|
|
79
76
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
80
77
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
81
78
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
79
|
+
data?: {} | undefined;
|
|
80
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
81
|
+
progress?: number | undefined;
|
|
82
82
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
83
83
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
84
84
|
content?: import("vue3-toastify").Content;
|
|
@@ -108,12 +108,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
108
108
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
109
109
|
}): import("vue3-toastify").Id;
|
|
110
110
|
warn: (content: import("vue3-toastify").Content, options?: {
|
|
111
|
-
data?: {} | undefined;
|
|
112
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
113
|
-
progress?: number | undefined;
|
|
114
111
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
115
112
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
116
113
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
114
|
+
data?: {} | undefined;
|
|
115
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
116
|
+
progress?: number | undefined;
|
|
117
117
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
118
118
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
119
119
|
content?: import("vue3-toastify").Content;
|
|
@@ -143,12 +143,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
143
143
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
144
144
|
}) => import("vue3-toastify").Id;
|
|
145
145
|
success(content: import("vue3-toastify").Content, options?: {
|
|
146
|
-
data?: {} | undefined;
|
|
147
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
148
|
-
progress?: number | undefined;
|
|
149
146
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
150
147
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
151
148
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
149
|
+
data?: {} | undefined;
|
|
150
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
151
|
+
progress?: number | undefined;
|
|
152
152
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
153
153
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
154
154
|
content?: import("vue3-toastify").Content;
|
|
@@ -178,13 +178,13 @@ declare const _default: import("#app").Plugin<{
|
|
|
178
178
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
179
179
|
}): import("vue3-toastify").Id;
|
|
180
180
|
loading(content: import("vue3-toastify").Content, options?: {
|
|
181
|
+
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
182
|
+
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
183
|
+
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
181
184
|
type?: import("vue3-toastify").ToastType | undefined;
|
|
182
185
|
data?: {} | undefined;
|
|
183
186
|
icon?: import("vue3-toastify").IconType | undefined;
|
|
184
187
|
progress?: number | undefined;
|
|
185
|
-
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
186
|
-
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
187
|
-
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
188
188
|
disabledEnterTransition?: boolean | undefined;
|
|
189
189
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
190
190
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
@@ -214,12 +214,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
214
214
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
215
215
|
}): import("vue3-toastify").Id;
|
|
216
216
|
dark(content: import("vue3-toastify").Content, options?: {
|
|
217
|
+
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
218
|
+
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
217
219
|
type?: import("vue3-toastify").ToastType | undefined;
|
|
218
220
|
data?: {} | undefined;
|
|
219
221
|
icon?: import("vue3-toastify").IconType | undefined;
|
|
220
222
|
progress?: number | undefined;
|
|
221
|
-
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
222
|
-
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
223
223
|
disabledEnterTransition?: boolean | undefined;
|
|
224
224
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
225
225
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
@@ -255,13 +255,13 @@ declare const _default: import("#app").Plugin<{
|
|
|
255
255
|
update(toastId: import("vue3-toastify").Id, options?: import("vue3-toastify").UpdateOptions): void;
|
|
256
256
|
done(id: import("vue3-toastify").Id): void;
|
|
257
257
|
promise: <T = unknown>(promise: Promise<T> | (() => Promise<T>), { pending, error, success }: import("vue3-toastify").ToastPromiseParams<T>, options?: {
|
|
258
|
+
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
259
|
+
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
260
|
+
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
258
261
|
type?: import("vue3-toastify").ToastType | undefined;
|
|
259
262
|
data?: {} | undefined;
|
|
260
263
|
icon?: import("vue3-toastify").IconType | undefined;
|
|
261
264
|
progress?: number | undefined;
|
|
262
|
-
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
263
|
-
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
264
|
-
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
265
265
|
disabledEnterTransition?: boolean | undefined;
|
|
266
266
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
267
267
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
@@ -323,12 +323,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
323
323
|
toast: {
|
|
324
324
|
(content: import("vue3-toastify").Content, options?: import("vue3-toastify").ToastOptions): import("vue3-toastify").Id;
|
|
325
325
|
info(content: import("vue3-toastify").Content, options?: {
|
|
326
|
-
data?: {} | undefined;
|
|
327
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
328
|
-
progress?: number | undefined;
|
|
329
326
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
330
327
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
331
328
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
329
|
+
data?: {} | undefined;
|
|
330
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
331
|
+
progress?: number | undefined;
|
|
332
332
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
333
333
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
334
334
|
content?: import("vue3-toastify").Content;
|
|
@@ -358,12 +358,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
358
358
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
359
359
|
}): import("vue3-toastify").Id;
|
|
360
360
|
error(content: import("vue3-toastify").Content, options?: {
|
|
361
|
-
data?: {} | undefined;
|
|
362
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
363
|
-
progress?: number | undefined;
|
|
364
361
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
365
362
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
366
363
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
364
|
+
data?: {} | undefined;
|
|
365
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
366
|
+
progress?: number | undefined;
|
|
367
367
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
368
368
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
369
369
|
content?: import("vue3-toastify").Content;
|
|
@@ -393,12 +393,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
393
393
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
394
394
|
}): import("vue3-toastify").Id;
|
|
395
395
|
warning(content: import("vue3-toastify").Content, options?: {
|
|
396
|
-
data?: {} | undefined;
|
|
397
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
398
|
-
progress?: number | undefined;
|
|
399
396
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
400
397
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
401
398
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
399
|
+
data?: {} | undefined;
|
|
400
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
401
|
+
progress?: number | undefined;
|
|
402
402
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
403
403
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
404
404
|
content?: import("vue3-toastify").Content;
|
|
@@ -428,12 +428,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
428
428
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
429
429
|
}): import("vue3-toastify").Id;
|
|
430
430
|
warn: (content: import("vue3-toastify").Content, options?: {
|
|
431
|
-
data?: {} | undefined;
|
|
432
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
433
|
-
progress?: number | undefined;
|
|
434
431
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
435
432
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
436
433
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
434
|
+
data?: {} | undefined;
|
|
435
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
436
|
+
progress?: number | undefined;
|
|
437
437
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
438
438
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
439
439
|
content?: import("vue3-toastify").Content;
|
|
@@ -463,12 +463,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
463
463
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
464
464
|
}) => import("vue3-toastify").Id;
|
|
465
465
|
success(content: import("vue3-toastify").Content, options?: {
|
|
466
|
-
data?: {} | undefined;
|
|
467
|
-
icon?: import("vue3-toastify").IconType | undefined;
|
|
468
|
-
progress?: number | undefined;
|
|
469
466
|
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
470
467
|
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
471
468
|
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
469
|
+
data?: {} | undefined;
|
|
470
|
+
icon?: import("vue3-toastify").IconType | undefined;
|
|
471
|
+
progress?: number | undefined;
|
|
472
472
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
473
473
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
474
474
|
content?: import("vue3-toastify").Content;
|
|
@@ -498,13 +498,13 @@ declare const _default: import("#app").Plugin<{
|
|
|
498
498
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
499
499
|
}): import("vue3-toastify").Id;
|
|
500
500
|
loading(content: import("vue3-toastify").Content, options?: {
|
|
501
|
+
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
502
|
+
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
503
|
+
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
501
504
|
type?: import("vue3-toastify").ToastType | undefined;
|
|
502
505
|
data?: {} | undefined;
|
|
503
506
|
icon?: import("vue3-toastify").IconType | undefined;
|
|
504
507
|
progress?: number | undefined;
|
|
505
|
-
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
506
|
-
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
507
|
-
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
508
508
|
disabledEnterTransition?: boolean | undefined;
|
|
509
509
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
510
510
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
@@ -534,12 +534,12 @@ declare const _default: import("#app").Plugin<{
|
|
|
534
534
|
useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
|
|
535
535
|
}): import("vue3-toastify").Id;
|
|
536
536
|
dark(content: import("vue3-toastify").Content, options?: {
|
|
537
|
+
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
538
|
+
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
537
539
|
type?: import("vue3-toastify").ToastType | undefined;
|
|
538
540
|
data?: {} | undefined;
|
|
539
541
|
icon?: import("vue3-toastify").IconType | undefined;
|
|
540
542
|
progress?: number | undefined;
|
|
541
|
-
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
542
|
-
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
543
543
|
disabledEnterTransition?: boolean | undefined;
|
|
544
544
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
545
545
|
updateId?: import("vue3-toastify").Id | undefined;
|
|
@@ -575,13 +575,13 @@ declare const _default: import("#app").Plugin<{
|
|
|
575
575
|
update(toastId: import("vue3-toastify").Id, options?: import("vue3-toastify").UpdateOptions): void;
|
|
576
576
|
done(id: import("vue3-toastify").Id): void;
|
|
577
577
|
promise: <T = unknown>(promise: Promise<T> | (() => Promise<T>), { pending, error, success }: import("vue3-toastify").ToastPromiseParams<T>, options?: {
|
|
578
|
+
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
579
|
+
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
580
|
+
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
578
581
|
type?: import("vue3-toastify").ToastType | undefined;
|
|
579
582
|
data?: {} | undefined;
|
|
580
583
|
icon?: import("vue3-toastify").IconType | undefined;
|
|
581
584
|
progress?: number | undefined;
|
|
582
|
-
transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
|
|
583
|
-
position?: import("vue3-toastify").ToastPosition | undefined;
|
|
584
|
-
theme?: import("vue3-toastify").ToastTheme | undefined;
|
|
585
585
|
disabledEnterTransition?: boolean | undefined;
|
|
586
586
|
toastId?: import("vue3-toastify").Id | undefined;
|
|
587
587
|
updateId?: import("vue3-toastify").Id | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mevbg/nuxt-kit",
|
|
3
3
|
"title": "Mev’s Nuxt Kit",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.9",
|
|
5
5
|
"description": "Mev’s personal Nuxt kit module.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"nuxt kit",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@mevbg/design-essentials-vendor": "^2.0.8",
|
|
77
|
-
"@mevbg/nuxt-color-scheme": "^2.0.
|
|
77
|
+
"@mevbg/nuxt-color-scheme": "^2.0.5",
|
|
78
78
|
"@nuxt/kit": "^4.3.0",
|
|
79
79
|
"@vueuse/nuxt": "^14.2.0",
|
|
80
80
|
"floating-vue": "^5.2.2",
|