adata-ui 3.1.42 → 3.1.44

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.
@@ -1,29 +1,29 @@
1
- <script setup lang="ts"></script>
2
-
3
- <template>
4
- <svg
5
- width="1em"
6
- height="1em"
7
- viewBox="0 0 21 18"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
10
- <path
11
- fill-rule="evenodd"
12
- clip-rule="evenodd"
13
- d="M20.8346 15.9914L12.328 0.753631C12.1982 0.526725 12.001 0.336301 11.7581 0.20333C11.5153 0.0703596 11.2361 0 10.9515 0C10.6668 0 10.3877 0.0703596 10.1448 0.20333C9.90195 0.336301 9.70476 0.526725 9.57497 0.753631L1.06841 15.9914C0.949762 16.2023 0.893275 16.4368 0.904309 16.6727C0.915344 16.9087 0.993533 17.1381 1.13145 17.3394C1.26937 17.5406 1.46244 17.707 1.69232 17.8226C1.92221 17.9382 2.18127 17.9993 2.44492 18H19.458C19.7217 17.9993 19.9808 17.9382 20.2106 17.8226C20.4405 17.707 20.6336 17.5406 20.7715 17.3394C20.9094 17.1381 20.9876 16.9087 20.9987 16.6727C21.0097 16.4368 20.9532 16.2023 20.8346 15.9914ZM19.4006 16.5L11.0372 1.51872C11.0214 1.51021 10.9912 1.5 10.9515 1.5C10.9118 1.5 10.8816 1.51021 10.8658 1.51872L2.50238 16.5H19.4006Z"
14
- fill="currentColor"
15
- />
16
- <path
17
- fill-rule="evenodd"
18
- clip-rule="evenodd"
19
- d="M11 5.5C11.4142 5.5 11.75 5.83579 11.75 6.25V10.748C11.75 11.1623 11.4142 11.498 11 11.498C10.5858 11.498 10.25 11.1623 10.25 10.748V6.25C10.25 5.83579 10.5858 5.5 11 5.5Z"
20
- fill="currentColor"
21
- />
22
- <path
23
- d="M11.75 13.75C11.75 14.1642 11.4142 14.5 11 14.5C10.5858 14.5 10.25 14.1642 10.25 13.75C10.25 13.3358 10.5858 13 11 13C11.4142 13 11.75 13.3358 11.75 13.75Z"
24
- fill="currentColor"
25
- />
26
- </svg>
27
- </template>
28
-
29
- <style scoped></style>
1
+ <script setup lang="ts"></script>
2
+
3
+ <template>
4
+ <svg
5
+ width="1em"
6
+ height="1em"
7
+ viewBox="0 0 21 18"
8
+ xmlns="http://www.w3.org/2000/svg"
9
+ >
10
+ <path
11
+ fill-rule="evenodd"
12
+ clip-rule="evenodd"
13
+ d="M20.8346 15.9914L12.328 0.753631C12.1982 0.526725 12.001 0.336301 11.7581 0.20333C11.5153 0.0703596 11.2361 0 10.9515 0C10.6668 0 10.3877 0.0703596 10.1448 0.20333C9.90195 0.336301 9.70476 0.526725 9.57497 0.753631L1.06841 15.9914C0.949762 16.2023 0.893275 16.4368 0.904309 16.6727C0.915344 16.9087 0.993533 17.1381 1.13145 17.3394C1.26937 17.5406 1.46244 17.707 1.69232 17.8226C1.92221 17.9382 2.18127 17.9993 2.44492 18H19.458C19.7217 17.9993 19.9808 17.9382 20.2106 17.8226C20.4405 17.707 20.6336 17.5406 20.7715 17.3394C20.9094 17.1381 20.9876 16.9087 20.9987 16.6727C21.0097 16.4368 20.9532 16.2023 20.8346 15.9914ZM19.4006 16.5L11.0372 1.51872C11.0214 1.51021 10.9912 1.5 10.9515 1.5C10.9118 1.5 10.8816 1.51021 10.8658 1.51872L2.50238 16.5H19.4006Z"
14
+ fill="currentColor"
15
+ />
16
+ <path
17
+ fill-rule="evenodd"
18
+ clip-rule="evenodd"
19
+ d="M11 5.5C11.4142 5.5 11.75 5.83579 11.75 6.25V10.748C11.75 11.1623 11.4142 11.498 11 11.498C10.5858 11.498 10.25 11.1623 10.25 10.748V6.25C10.25 5.83579 10.5858 5.5 11 5.5Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ d="M11.75 13.75C11.75 14.1642 11.4142 14.5 11 14.5C10.5858 14.5 10.25 14.1642 10.25 13.75C10.25 13.3358 10.5858 13 11 13C11.4142 13 11.75 13.3358 11.75 13.75Z"
24
+ fill="currentColor"
25
+ />
26
+ </svg>
27
+ </template>
28
+
29
+ <style scoped></style>
@@ -1,3 +1,505 @@
1
1
  import 'vue3-toastify/dist/index.css';
2
- declare const _default: any;
2
+ declare const _default: import("#app").Plugin<{
3
+ toast: {
4
+ success: (message: string, options?: any) => void;
5
+ error: (message: string, options?: any) => void;
6
+ info(content: import("vue3-toastify").Content, options?: {
7
+ toastId?: import("vue3-toastify").Id | undefined;
8
+ updateId?: import("vue3-toastify").Id | undefined;
9
+ content?: import("vue3-toastify").Content;
10
+ data?: {} | undefined;
11
+ delay?: number | undefined;
12
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
13
+ onClose?: (<T = {}>(props: T) => void) | undefined;
14
+ onClick?: ((event: MouseEvent) => void) | undefined;
15
+ toastStyle?: Record<string, any> | undefined;
16
+ progress?: number | undefined;
17
+ isLoading?: boolean | undefined;
18
+ dangerouslyHTMLString?: boolean | undefined;
19
+ rtl?: boolean | undefined;
20
+ containerId?: import("vue3-toastify").Id | undefined;
21
+ position?: import("vue3-toastify").ToastPosition | undefined;
22
+ autoClose?: number | boolean | undefined;
23
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
24
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
25
+ hideProgressBar?: boolean | undefined;
26
+ pauseOnHover?: boolean | undefined;
27
+ pauseOnFocusLoss?: boolean | undefined;
28
+ closeOnClick?: boolean | undefined;
29
+ toastClassName?: string | undefined;
30
+ bodyClassName?: string | undefined;
31
+ style?: Record<string, any> | undefined;
32
+ progressClassName?: string | undefined;
33
+ progressStyle?: Record<string, any> | undefined;
34
+ role?: string | undefined;
35
+ theme?: import("vue3-toastify").ToastTheme | undefined;
36
+ icon?: import("vue3-toastify").IconType | undefined;
37
+ contentProps?: Record<string, any> | undefined;
38
+ expandCustomProps?: boolean | undefined;
39
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
40
+ }): import("vue3-toastify").Id;
41
+ warning(content: import("vue3-toastify").Content, options?: {
42
+ toastId?: import("vue3-toastify").Id | undefined;
43
+ updateId?: import("vue3-toastify").Id | undefined;
44
+ content?: import("vue3-toastify").Content;
45
+ data?: {} | undefined;
46
+ delay?: number | undefined;
47
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
48
+ onClose?: (<T = {}>(props: T) => void) | undefined;
49
+ onClick?: ((event: MouseEvent) => void) | undefined;
50
+ toastStyle?: Record<string, any> | undefined;
51
+ progress?: number | undefined;
52
+ isLoading?: boolean | undefined;
53
+ dangerouslyHTMLString?: boolean | undefined;
54
+ rtl?: boolean | undefined;
55
+ containerId?: import("vue3-toastify").Id | undefined;
56
+ position?: import("vue3-toastify").ToastPosition | undefined;
57
+ autoClose?: number | boolean | undefined;
58
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
59
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
60
+ hideProgressBar?: boolean | undefined;
61
+ pauseOnHover?: boolean | undefined;
62
+ pauseOnFocusLoss?: boolean | undefined;
63
+ closeOnClick?: boolean | undefined;
64
+ toastClassName?: string | undefined;
65
+ bodyClassName?: string | undefined;
66
+ style?: Record<string, any> | undefined;
67
+ progressClassName?: string | undefined;
68
+ progressStyle?: Record<string, any> | undefined;
69
+ role?: string | undefined;
70
+ theme?: import("vue3-toastify").ToastTheme | undefined;
71
+ icon?: import("vue3-toastify").IconType | undefined;
72
+ contentProps?: Record<string, any> | undefined;
73
+ expandCustomProps?: boolean | undefined;
74
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
75
+ }): import("vue3-toastify").Id;
76
+ warn: (content: import("vue3-toastify").Content, options?: {
77
+ toastId?: import("vue3-toastify").Id | undefined;
78
+ updateId?: import("vue3-toastify").Id | undefined;
79
+ content?: import("vue3-toastify").Content;
80
+ data?: {} | undefined;
81
+ delay?: number | undefined;
82
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
83
+ onClose?: (<T = {}>(props: T) => void) | undefined;
84
+ onClick?: ((event: MouseEvent) => void) | undefined;
85
+ toastStyle?: Record<string, any> | undefined;
86
+ progress?: number | undefined;
87
+ isLoading?: boolean | undefined;
88
+ dangerouslyHTMLString?: boolean | undefined;
89
+ rtl?: boolean | undefined;
90
+ containerId?: import("vue3-toastify").Id | undefined;
91
+ position?: import("vue3-toastify").ToastPosition | undefined;
92
+ autoClose?: number | boolean | undefined;
93
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
94
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
95
+ hideProgressBar?: boolean | undefined;
96
+ pauseOnHover?: boolean | undefined;
97
+ pauseOnFocusLoss?: boolean | undefined;
98
+ closeOnClick?: boolean | undefined;
99
+ toastClassName?: string | undefined;
100
+ bodyClassName?: string | undefined;
101
+ style?: Record<string, any> | undefined;
102
+ progressClassName?: string | undefined;
103
+ progressStyle?: Record<string, any> | undefined;
104
+ role?: string | undefined;
105
+ theme?: import("vue3-toastify").ToastTheme | undefined;
106
+ icon?: import("vue3-toastify").IconType | undefined;
107
+ contentProps?: Record<string, any> | undefined;
108
+ expandCustomProps?: boolean | undefined;
109
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
110
+ }) => import("vue3-toastify").Id;
111
+ loading(content: import("vue3-toastify").Content, options?: {
112
+ type?: import("vue3-toastify").ToastType | undefined;
113
+ disabledEnterTransition?: boolean | undefined;
114
+ toastId?: import("vue3-toastify").Id | undefined;
115
+ updateId?: import("vue3-toastify").Id | undefined;
116
+ content?: import("vue3-toastify").Content;
117
+ data?: {} | undefined;
118
+ delay?: number | undefined;
119
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
120
+ onClose?: (<T = {}>(props: T) => void) | undefined;
121
+ onClick?: ((event: MouseEvent) => void) | undefined;
122
+ toastStyle?: Record<string, any> | undefined;
123
+ progress?: number | undefined;
124
+ dangerouslyHTMLString?: boolean | undefined;
125
+ rtl?: boolean | undefined;
126
+ containerId?: import("vue3-toastify").Id | undefined;
127
+ position?: import("vue3-toastify").ToastPosition | undefined;
128
+ autoClose?: number | boolean | undefined;
129
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
130
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
131
+ hideProgressBar?: boolean | undefined;
132
+ pauseOnHover?: boolean | undefined;
133
+ pauseOnFocusLoss?: boolean | undefined;
134
+ closeOnClick?: boolean | undefined;
135
+ toastClassName?: string | undefined;
136
+ bodyClassName?: string | undefined;
137
+ style?: Record<string, any> | undefined;
138
+ progressClassName?: string | undefined;
139
+ progressStyle?: Record<string, any> | undefined;
140
+ role?: string | undefined;
141
+ theme?: import("vue3-toastify").ToastTheme | undefined;
142
+ icon?: import("vue3-toastify").IconType | undefined;
143
+ contentProps?: Record<string, any> | undefined;
144
+ expandCustomProps?: boolean | undefined;
145
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
146
+ }): import("vue3-toastify").Id;
147
+ dark(content: import("vue3-toastify").Content, options?: {
148
+ type?: import("vue3-toastify").ToastType | undefined;
149
+ disabledEnterTransition?: boolean | undefined;
150
+ toastId?: import("vue3-toastify").Id | undefined;
151
+ updateId?: import("vue3-toastify").Id | undefined;
152
+ content?: import("vue3-toastify").Content;
153
+ data?: {} | undefined;
154
+ delay?: number | undefined;
155
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
156
+ onClose?: (<T = {}>(props: T) => void) | undefined;
157
+ onClick?: ((event: MouseEvent) => void) | undefined;
158
+ toastStyle?: Record<string, any> | undefined;
159
+ progress?: number | undefined;
160
+ isLoading?: boolean | undefined;
161
+ dangerouslyHTMLString?: boolean | undefined;
162
+ rtl?: boolean | undefined;
163
+ containerId?: import("vue3-toastify").Id | undefined;
164
+ position?: import("vue3-toastify").ToastPosition | undefined;
165
+ autoClose?: number | boolean | undefined;
166
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
167
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
168
+ hideProgressBar?: boolean | undefined;
169
+ pauseOnHover?: boolean | undefined;
170
+ pauseOnFocusLoss?: boolean | undefined;
171
+ closeOnClick?: boolean | undefined;
172
+ toastClassName?: string | undefined;
173
+ bodyClassName?: string | undefined;
174
+ style?: Record<string, any> | undefined;
175
+ progressClassName?: string | undefined;
176
+ progressStyle?: Record<string, any> | undefined;
177
+ role?: string | undefined;
178
+ icon?: import("vue3-toastify").IconType | undefined;
179
+ contentProps?: Record<string, any> | undefined;
180
+ expandCustomProps?: boolean | undefined;
181
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
182
+ }): import("vue3-toastify").Id;
183
+ remove(toastId?: import("vue3-toastify").Id): void;
184
+ clearAll(containerId?: import("vue3-toastify").Id, withExitAnimation?: boolean): void;
185
+ isActive(toastId: import("vue3-toastify").Id): boolean;
186
+ update(toastId: import("vue3-toastify").Id, options?: import("vue3-toastify").UpdateOptions): void;
187
+ done(id: import("vue3-toastify").Id): void;
188
+ promise: <T = unknown>(promise: Promise<T> | (() => Promise<T>), { pending, error, success }: import("vue3-toastify").ToastPromiseParams<T>, options?: {
189
+ type?: import("vue3-toastify").ToastType | undefined;
190
+ disabledEnterTransition?: boolean | undefined;
191
+ toastId?: import("vue3-toastify").Id | undefined;
192
+ updateId?: import("vue3-toastify").Id | undefined;
193
+ content?: import("vue3-toastify").Content;
194
+ data?: {} | undefined;
195
+ delay?: number | undefined;
196
+ onOpen?: (<T_1 = {}>(props: T_1) => void) | undefined;
197
+ onClose?: (<T_1 = {}>(props: T_1) => void) | undefined;
198
+ onClick?: ((event: MouseEvent) => void) | undefined;
199
+ toastStyle?: Record<string, any> | undefined;
200
+ progress?: number | undefined;
201
+ dangerouslyHTMLString?: boolean | undefined;
202
+ rtl?: boolean | undefined;
203
+ containerId?: import("vue3-toastify").Id | undefined;
204
+ position?: import("vue3-toastify").ToastPosition | undefined;
205
+ autoClose?: number | boolean | undefined;
206
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
207
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
208
+ hideProgressBar?: boolean | undefined;
209
+ pauseOnHover?: boolean | undefined;
210
+ pauseOnFocusLoss?: boolean | undefined;
211
+ closeOnClick?: boolean | undefined;
212
+ toastClassName?: string | undefined;
213
+ bodyClassName?: string | undefined;
214
+ style?: Record<string, any> | undefined;
215
+ progressClassName?: string | undefined;
216
+ progressStyle?: Record<string, any> | undefined;
217
+ role?: string | undefined;
218
+ theme?: import("vue3-toastify").ToastTheme | undefined;
219
+ icon?: import("vue3-toastify").IconType | undefined;
220
+ contentProps?: Record<string, any> | undefined;
221
+ expandCustomProps?: boolean | undefined;
222
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
223
+ }) => Promise<T>;
224
+ POSITION: {
225
+ TOP_LEFT: import("vue3-toastify").ToastPosition;
226
+ TOP_RIGHT: import("vue3-toastify").ToastPosition;
227
+ TOP_CENTER: import("vue3-toastify").ToastPosition;
228
+ BOTTOM_LEFT: import("vue3-toastify").ToastPosition;
229
+ BOTTOM_RIGHT: import("vue3-toastify").ToastPosition;
230
+ BOTTOM_CENTER: import("vue3-toastify").ToastPosition;
231
+ };
232
+ THEME: {
233
+ AUTO: import("vue3-toastify").ToastTheme;
234
+ LIGHT: import("vue3-toastify").ToastTheme;
235
+ DARK: import("vue3-toastify").ToastTheme;
236
+ COLORED: import("vue3-toastify").ToastTheme;
237
+ };
238
+ TYPE: {
239
+ INFO: import("vue3-toastify").ToastType;
240
+ SUCCESS: import("vue3-toastify").ToastType;
241
+ WARNING: import("vue3-toastify").ToastType;
242
+ ERROR: import("vue3-toastify").ToastType;
243
+ DEFAULT: import("vue3-toastify").ToastType;
244
+ };
245
+ TRANSITIONS: {
246
+ FLIP: import("vue3-toastify").ToastTransition;
247
+ SLIDE: import("vue3-toastify").ToastTransition;
248
+ ZOOM: import("vue3-toastify").ToastTransition;
249
+ BOUNCE: import("vue3-toastify").ToastTransition;
250
+ NONE: import("vue3-toastify").ToastTransition;
251
+ };
252
+ };
253
+ }> & import("#app").ObjectPlugin<{
254
+ toast: {
255
+ success: (message: string, options?: any) => void;
256
+ error: (message: string, options?: any) => void;
257
+ info(content: import("vue3-toastify").Content, options?: {
258
+ toastId?: import("vue3-toastify").Id | undefined;
259
+ updateId?: import("vue3-toastify").Id | undefined;
260
+ content?: import("vue3-toastify").Content;
261
+ data?: {} | undefined;
262
+ delay?: number | undefined;
263
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
264
+ onClose?: (<T = {}>(props: T) => void) | undefined;
265
+ onClick?: ((event: MouseEvent) => void) | undefined;
266
+ toastStyle?: Record<string, any> | undefined;
267
+ progress?: number | undefined;
268
+ isLoading?: boolean | undefined;
269
+ dangerouslyHTMLString?: boolean | undefined;
270
+ rtl?: boolean | undefined;
271
+ containerId?: import("vue3-toastify").Id | undefined;
272
+ position?: import("vue3-toastify").ToastPosition | undefined;
273
+ autoClose?: number | boolean | undefined;
274
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
275
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
276
+ hideProgressBar?: boolean | undefined;
277
+ pauseOnHover?: boolean | undefined;
278
+ pauseOnFocusLoss?: boolean | undefined;
279
+ closeOnClick?: boolean | undefined;
280
+ toastClassName?: string | undefined;
281
+ bodyClassName?: string | undefined;
282
+ style?: Record<string, any> | undefined;
283
+ progressClassName?: string | undefined;
284
+ progressStyle?: Record<string, any> | undefined;
285
+ role?: string | undefined;
286
+ theme?: import("vue3-toastify").ToastTheme | undefined;
287
+ icon?: import("vue3-toastify").IconType | undefined;
288
+ contentProps?: Record<string, any> | undefined;
289
+ expandCustomProps?: boolean | undefined;
290
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
291
+ }): import("vue3-toastify").Id;
292
+ warning(content: import("vue3-toastify").Content, options?: {
293
+ toastId?: import("vue3-toastify").Id | undefined;
294
+ updateId?: import("vue3-toastify").Id | undefined;
295
+ content?: import("vue3-toastify").Content;
296
+ data?: {} | undefined;
297
+ delay?: number | undefined;
298
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
299
+ onClose?: (<T = {}>(props: T) => void) | undefined;
300
+ onClick?: ((event: MouseEvent) => void) | undefined;
301
+ toastStyle?: Record<string, any> | undefined;
302
+ progress?: number | undefined;
303
+ isLoading?: boolean | undefined;
304
+ dangerouslyHTMLString?: boolean | undefined;
305
+ rtl?: boolean | undefined;
306
+ containerId?: import("vue3-toastify").Id | undefined;
307
+ position?: import("vue3-toastify").ToastPosition | undefined;
308
+ autoClose?: number | boolean | undefined;
309
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
310
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
311
+ hideProgressBar?: boolean | undefined;
312
+ pauseOnHover?: boolean | undefined;
313
+ pauseOnFocusLoss?: boolean | undefined;
314
+ closeOnClick?: boolean | undefined;
315
+ toastClassName?: string | undefined;
316
+ bodyClassName?: string | undefined;
317
+ style?: Record<string, any> | undefined;
318
+ progressClassName?: string | undefined;
319
+ progressStyle?: Record<string, any> | undefined;
320
+ role?: string | undefined;
321
+ theme?: import("vue3-toastify").ToastTheme | undefined;
322
+ icon?: import("vue3-toastify").IconType | undefined;
323
+ contentProps?: Record<string, any> | undefined;
324
+ expandCustomProps?: boolean | undefined;
325
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
326
+ }): import("vue3-toastify").Id;
327
+ warn: (content: import("vue3-toastify").Content, options?: {
328
+ toastId?: import("vue3-toastify").Id | undefined;
329
+ updateId?: import("vue3-toastify").Id | undefined;
330
+ content?: import("vue3-toastify").Content;
331
+ data?: {} | undefined;
332
+ delay?: number | undefined;
333
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
334
+ onClose?: (<T = {}>(props: T) => void) | undefined;
335
+ onClick?: ((event: MouseEvent) => void) | undefined;
336
+ toastStyle?: Record<string, any> | undefined;
337
+ progress?: number | undefined;
338
+ isLoading?: boolean | undefined;
339
+ dangerouslyHTMLString?: boolean | undefined;
340
+ rtl?: boolean | undefined;
341
+ containerId?: import("vue3-toastify").Id | undefined;
342
+ position?: import("vue3-toastify").ToastPosition | undefined;
343
+ autoClose?: number | boolean | undefined;
344
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
345
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
346
+ hideProgressBar?: boolean | undefined;
347
+ pauseOnHover?: boolean | undefined;
348
+ pauseOnFocusLoss?: boolean | undefined;
349
+ closeOnClick?: boolean | undefined;
350
+ toastClassName?: string | undefined;
351
+ bodyClassName?: string | undefined;
352
+ style?: Record<string, any> | undefined;
353
+ progressClassName?: string | undefined;
354
+ progressStyle?: Record<string, any> | undefined;
355
+ role?: string | undefined;
356
+ theme?: import("vue3-toastify").ToastTheme | undefined;
357
+ icon?: import("vue3-toastify").IconType | undefined;
358
+ contentProps?: Record<string, any> | undefined;
359
+ expandCustomProps?: boolean | undefined;
360
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
361
+ }) => import("vue3-toastify").Id;
362
+ loading(content: import("vue3-toastify").Content, options?: {
363
+ type?: import("vue3-toastify").ToastType | undefined;
364
+ disabledEnterTransition?: boolean | undefined;
365
+ toastId?: import("vue3-toastify").Id | undefined;
366
+ updateId?: import("vue3-toastify").Id | undefined;
367
+ content?: import("vue3-toastify").Content;
368
+ data?: {} | undefined;
369
+ delay?: number | undefined;
370
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
371
+ onClose?: (<T = {}>(props: T) => void) | undefined;
372
+ onClick?: ((event: MouseEvent) => void) | undefined;
373
+ toastStyle?: Record<string, any> | undefined;
374
+ progress?: number | undefined;
375
+ dangerouslyHTMLString?: boolean | undefined;
376
+ rtl?: boolean | undefined;
377
+ containerId?: import("vue3-toastify").Id | undefined;
378
+ position?: import("vue3-toastify").ToastPosition | undefined;
379
+ autoClose?: number | boolean | undefined;
380
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
381
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
382
+ hideProgressBar?: boolean | undefined;
383
+ pauseOnHover?: boolean | undefined;
384
+ pauseOnFocusLoss?: boolean | undefined;
385
+ closeOnClick?: boolean | undefined;
386
+ toastClassName?: string | undefined;
387
+ bodyClassName?: string | undefined;
388
+ style?: Record<string, any> | undefined;
389
+ progressClassName?: string | undefined;
390
+ progressStyle?: Record<string, any> | undefined;
391
+ role?: string | undefined;
392
+ theme?: import("vue3-toastify").ToastTheme | undefined;
393
+ icon?: import("vue3-toastify").IconType | undefined;
394
+ contentProps?: Record<string, any> | undefined;
395
+ expandCustomProps?: boolean | undefined;
396
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
397
+ }): import("vue3-toastify").Id;
398
+ dark(content: import("vue3-toastify").Content, options?: {
399
+ type?: import("vue3-toastify").ToastType | undefined;
400
+ disabledEnterTransition?: boolean | undefined;
401
+ toastId?: import("vue3-toastify").Id | undefined;
402
+ updateId?: import("vue3-toastify").Id | undefined;
403
+ content?: import("vue3-toastify").Content;
404
+ data?: {} | undefined;
405
+ delay?: number | undefined;
406
+ onOpen?: (<T = {}>(props: T) => void) | undefined;
407
+ onClose?: (<T = {}>(props: T) => void) | undefined;
408
+ onClick?: ((event: MouseEvent) => void) | undefined;
409
+ toastStyle?: Record<string, any> | undefined;
410
+ progress?: number | undefined;
411
+ isLoading?: boolean | undefined;
412
+ dangerouslyHTMLString?: boolean | undefined;
413
+ rtl?: boolean | undefined;
414
+ containerId?: import("vue3-toastify").Id | undefined;
415
+ position?: import("vue3-toastify").ToastPosition | undefined;
416
+ autoClose?: number | boolean | undefined;
417
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
418
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
419
+ hideProgressBar?: boolean | undefined;
420
+ pauseOnHover?: boolean | undefined;
421
+ pauseOnFocusLoss?: boolean | undefined;
422
+ closeOnClick?: boolean | undefined;
423
+ toastClassName?: string | undefined;
424
+ bodyClassName?: string | undefined;
425
+ style?: Record<string, any> | undefined;
426
+ progressClassName?: string | undefined;
427
+ progressStyle?: Record<string, any> | undefined;
428
+ role?: string | undefined;
429
+ icon?: import("vue3-toastify").IconType | undefined;
430
+ contentProps?: Record<string, any> | undefined;
431
+ expandCustomProps?: boolean | undefined;
432
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
433
+ }): import("vue3-toastify").Id;
434
+ remove(toastId?: import("vue3-toastify").Id): void;
435
+ clearAll(containerId?: import("vue3-toastify").Id, withExitAnimation?: boolean): void;
436
+ isActive(toastId: import("vue3-toastify").Id): boolean;
437
+ update(toastId: import("vue3-toastify").Id, options?: import("vue3-toastify").UpdateOptions): void;
438
+ done(id: import("vue3-toastify").Id): void;
439
+ promise: <T = unknown>(promise: Promise<T> | (() => Promise<T>), { pending, error, success }: import("vue3-toastify").ToastPromiseParams<T>, options?: {
440
+ type?: import("vue3-toastify").ToastType | undefined;
441
+ disabledEnterTransition?: boolean | undefined;
442
+ toastId?: import("vue3-toastify").Id | undefined;
443
+ updateId?: import("vue3-toastify").Id | undefined;
444
+ content?: import("vue3-toastify").Content;
445
+ data?: {} | undefined;
446
+ delay?: number | undefined;
447
+ onOpen?: (<T_1 = {}>(props: T_1) => void) | undefined;
448
+ onClose?: (<T_1 = {}>(props: T_1) => void) | undefined;
449
+ onClick?: ((event: MouseEvent) => void) | undefined;
450
+ toastStyle?: Record<string, any> | undefined;
451
+ progress?: number | undefined;
452
+ dangerouslyHTMLString?: boolean | undefined;
453
+ rtl?: boolean | undefined;
454
+ containerId?: import("vue3-toastify").Id | undefined;
455
+ position?: import("vue3-toastify").ToastPosition | undefined;
456
+ autoClose?: number | boolean | undefined;
457
+ closeButton?: import("vue3-toastify").CloseBtnType | undefined;
458
+ transition?: (import("vue3-toastify").ToastTransition | import("vue3-toastify").CSSTransitionProps) | undefined;
459
+ hideProgressBar?: boolean | undefined;
460
+ pauseOnHover?: boolean | undefined;
461
+ pauseOnFocusLoss?: boolean | undefined;
462
+ closeOnClick?: boolean | undefined;
463
+ toastClassName?: string | undefined;
464
+ bodyClassName?: string | undefined;
465
+ style?: Record<string, any> | undefined;
466
+ progressClassName?: string | undefined;
467
+ progressStyle?: Record<string, any> | undefined;
468
+ role?: string | undefined;
469
+ theme?: import("vue3-toastify").ToastTheme | undefined;
470
+ icon?: import("vue3-toastify").IconType | undefined;
471
+ contentProps?: Record<string, any> | undefined;
472
+ expandCustomProps?: boolean | undefined;
473
+ useHandler?: ((app: import("vue").App<Element>) => void) | undefined;
474
+ }) => Promise<T>;
475
+ POSITION: {
476
+ TOP_LEFT: import("vue3-toastify").ToastPosition;
477
+ TOP_RIGHT: import("vue3-toastify").ToastPosition;
478
+ TOP_CENTER: import("vue3-toastify").ToastPosition;
479
+ BOTTOM_LEFT: import("vue3-toastify").ToastPosition;
480
+ BOTTOM_RIGHT: import("vue3-toastify").ToastPosition;
481
+ BOTTOM_CENTER: import("vue3-toastify").ToastPosition;
482
+ };
483
+ THEME: {
484
+ AUTO: import("vue3-toastify").ToastTheme;
485
+ LIGHT: import("vue3-toastify").ToastTheme;
486
+ DARK: import("vue3-toastify").ToastTheme;
487
+ COLORED: import("vue3-toastify").ToastTheme;
488
+ };
489
+ TYPE: {
490
+ INFO: import("vue3-toastify").ToastType;
491
+ SUCCESS: import("vue3-toastify").ToastType;
492
+ WARNING: import("vue3-toastify").ToastType;
493
+ ERROR: import("vue3-toastify").ToastType;
494
+ DEFAULT: import("vue3-toastify").ToastType;
495
+ };
496
+ TRANSITIONS: {
497
+ FLIP: import("vue3-toastify").ToastTransition;
498
+ SLIDE: import("vue3-toastify").ToastTransition;
499
+ ZOOM: import("vue3-toastify").ToastTransition;
500
+ BOUNCE: import("vue3-toastify").ToastTransition;
501
+ NONE: import("vue3-toastify").ToastTransition;
502
+ };
503
+ };
504
+ }>;
3
505
  export default _default;
@@ -1,3 +1,3 @@
1
- {
2
- "extends": "../../../.nuxt/tsconfig.server.json",
3
- }
1
+ {
2
+ "extends": "../../../.nuxt/tsconfig.server.json",
3
+ }
@@ -6,7 +6,7 @@ export interface LocalizedNavigationParams {
6
6
  path?: string;
7
7
  target?: '_blank' | '_self';
8
8
  }
9
- export declare function navigateToLocalizedPage({ locale, projectUrl, path, target, }: LocalizedNavigationParams): any;
9
+ export declare function navigateToLocalizedPage({ locale, projectUrl, path, target, }: LocalizedNavigationParams): string | false | void | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | Promise<false | void | import("vue-router").NavigationFailure>;
10
10
  export declare function buildLocalizedUrl(locale: Locale, projectUrl: string, path?: string): string;
11
11
  export declare function getLocalizedPath(locale: Locale): string;
12
12
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.42",
3
+ "version": "3.1.44",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",