@upsoftware_tech/svarium 1.0.4 → 1.0.6
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/index.d.ts +339 -145
- package/dist/src/pages/Auth/Login.vue +2 -2
- package/dist/src/pages/Auth/ResetPassword.vue +1 -1
- package/dist/src/pages/Auth/Verification.vue +13 -2
- package/dist/src/pages/Resources/Form.vue +15 -0
- package/dist/svarium.css +1 -1
- package/dist/svarium.es.js +8492 -5777
- package/dist/svarium.umd.js +8 -4
- package/package.json +5 -3
- package/src/pages/Auth/Login.vue +2 -2
- package/src/pages/Auth/ResetPassword.vue +1 -1
- package/src/pages/Auth/Verification.vue +13 -2
- package/src/pages/Resources/Form.vue +15 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { AsTag } from 'reka-ui';
|
|
2
1
|
import { ClassProp } from 'class-variance-authority/dist/types';
|
|
3
|
-
import { Component } from 'vue';
|
|
4
2
|
import { ComponentOptionsMixin } from 'vue';
|
|
5
3
|
import { ComponentProvideOptions } from 'vue';
|
|
6
4
|
import { ComputedRef } from 'vue';
|
|
@@ -14,33 +12,9 @@ import { PublicProps } from 'vue';
|
|
|
14
12
|
import { Ref } from 'vue';
|
|
15
13
|
import { VariantProps } from 'class-variance-authority';
|
|
16
14
|
|
|
17
|
-
declare const __VLS_component: DefineComponent<
|
|
15
|
+
declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
16
|
|
|
19
|
-
declare const __VLS_component_10: DefineComponent<
|
|
20
|
-
|
|
21
|
-
declare const __VLS_component_11: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_19> & Readonly<{}>, {
|
|
22
|
-
right: boolean;
|
|
23
|
-
left: boolean;
|
|
24
|
-
orientation: "horizontal" | "vertical";
|
|
25
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
|
-
|
|
27
|
-
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
|
|
28
|
-
as: AsTag | Component;
|
|
29
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
30
|
-
|
|
31
|
-
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
32
|
-
|
|
33
|
-
declare const __VLS_component_4: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {
|
|
34
|
-
action: string;
|
|
35
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
36
|
-
|
|
37
|
-
declare const __VLS_component_5: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {
|
|
38
|
-
label: string;
|
|
39
|
-
name: string;
|
|
40
|
-
hint: string;
|
|
41
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
42
|
-
|
|
43
|
-
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17
|
+
declare const __VLS_component_10: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
44
18
|
"update:modelValue": (value: string | number) => any;
|
|
45
19
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
46
20
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
@@ -59,28 +33,50 @@ passwordGenerator: boolean;
|
|
|
59
33
|
showPasswordRequired: boolean;
|
|
60
34
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
61
35
|
|
|
62
|
-
declare const
|
|
36
|
+
declare const __VLS_component_11: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
63
37
|
|
|
64
|
-
declare const
|
|
38
|
+
declare const __VLS_component_12: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_20> & Readonly<{}>, {
|
|
65
39
|
label: string;
|
|
66
40
|
name: string;
|
|
67
41
|
value: string | number | boolean;
|
|
68
42
|
hint: string;
|
|
69
43
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
70
44
|
|
|
71
|
-
declare const
|
|
72
|
-
|
|
73
|
-
}, {}, {}, {},
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
},
|
|
45
|
+
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
|
|
47
|
+
declare const __VLS_component_14: DefineComponent<Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_27> & Readonly<{}>, {
|
|
48
|
+
right: boolean;
|
|
49
|
+
left: boolean;
|
|
50
|
+
orientation: "horizontal" | "vertical";
|
|
51
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
52
|
+
|
|
53
|
+
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
54
|
+
|
|
55
|
+
declare const __VLS_component_3: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
56
|
+
|
|
57
|
+
declare const __VLS_component_4: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {
|
|
58
|
+
show: boolean;
|
|
59
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
60
|
+
|
|
61
|
+
declare const __VLS_component_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
80
62
|
|
|
81
|
-
declare
|
|
63
|
+
declare const __VLS_component_6: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
82
64
|
|
|
83
|
-
declare
|
|
65
|
+
declare const __VLS_component_7: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
66
|
+
|
|
67
|
+
declare const __VLS_component_8: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_10> & Readonly<{}>, {
|
|
68
|
+
action: string;
|
|
69
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
70
|
+
|
|
71
|
+
declare const __VLS_component_9: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {
|
|
72
|
+
label: string;
|
|
73
|
+
name: string;
|
|
74
|
+
hint: string;
|
|
75
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
76
|
+
|
|
77
|
+
declare type __VLS_Props = Props_7;
|
|
78
|
+
|
|
79
|
+
declare type __VLS_Props_2 = Props_12;
|
|
84
80
|
|
|
85
81
|
declare type __VLS_PublicProps = {
|
|
86
82
|
modelValue?: boolean;
|
|
@@ -96,13 +92,14 @@ declare function __VLS_template(): {
|
|
|
96
92
|
default?(_: {}): any;
|
|
97
93
|
};
|
|
98
94
|
refs: {};
|
|
99
|
-
rootEl:
|
|
95
|
+
rootEl: HTMLDivElement;
|
|
100
96
|
};
|
|
101
97
|
|
|
102
98
|
declare function __VLS_template_10(): {
|
|
103
99
|
attrs: Partial<{}>;
|
|
104
100
|
slots: {
|
|
105
|
-
|
|
101
|
+
addon?(_: {}): any;
|
|
102
|
+
footer?(_: {}): any;
|
|
106
103
|
};
|
|
107
104
|
refs: {};
|
|
108
105
|
rootEl: any;
|
|
@@ -117,7 +114,16 @@ declare function __VLS_template_11(): {
|
|
|
117
114
|
rootEl: HTMLDivElement;
|
|
118
115
|
};
|
|
119
116
|
|
|
120
|
-
declare function
|
|
117
|
+
declare function __VLS_template_12(): {
|
|
118
|
+
attrs: Partial<{}>;
|
|
119
|
+
slots: {
|
|
120
|
+
default?(_: {}): any;
|
|
121
|
+
};
|
|
122
|
+
refs: {};
|
|
123
|
+
rootEl: HTMLDivElement;
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
declare function __VLS_template_13(): {
|
|
121
127
|
attrs: Partial<{}>;
|
|
122
128
|
slots: {
|
|
123
129
|
default?(_: {}): any;
|
|
@@ -126,13 +132,31 @@ declare function __VLS_template_2(): {
|
|
|
126
132
|
rootEl: any;
|
|
127
133
|
};
|
|
128
134
|
|
|
135
|
+
declare function __VLS_template_14(): {
|
|
136
|
+
attrs: Partial<{}>;
|
|
137
|
+
slots: {
|
|
138
|
+
default?(_: {}): any;
|
|
139
|
+
};
|
|
140
|
+
refs: {};
|
|
141
|
+
rootEl: HTMLDivElement;
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
declare function __VLS_template_2(): {
|
|
145
|
+
attrs: Partial<{}>;
|
|
146
|
+
slots: {
|
|
147
|
+
default?(_: {}): any;
|
|
148
|
+
};
|
|
149
|
+
refs: {};
|
|
150
|
+
rootEl: HTMLDivElement;
|
|
151
|
+
};
|
|
152
|
+
|
|
129
153
|
declare function __VLS_template_3(): {
|
|
130
154
|
attrs: Partial<{}>;
|
|
131
155
|
slots: {
|
|
132
156
|
default?(_: {}): any;
|
|
133
157
|
};
|
|
134
158
|
refs: {};
|
|
135
|
-
rootEl:
|
|
159
|
+
rootEl: HTMLDivElement;
|
|
136
160
|
};
|
|
137
161
|
|
|
138
162
|
declare function __VLS_template_4(): {
|
|
@@ -147,20 +171,16 @@ declare function __VLS_template_4(): {
|
|
|
147
171
|
declare function __VLS_template_5(): {
|
|
148
172
|
attrs: Partial<{}>;
|
|
149
173
|
slots: {
|
|
150
|
-
default?(_: {
|
|
151
|
-
hasError: boolean;
|
|
152
|
-
}): any;
|
|
153
|
-
footer?(_: {}): any;
|
|
174
|
+
default?(_: {}): any;
|
|
154
175
|
};
|
|
155
176
|
refs: {};
|
|
156
|
-
rootEl:
|
|
177
|
+
rootEl: any;
|
|
157
178
|
};
|
|
158
179
|
|
|
159
180
|
declare function __VLS_template_6(): {
|
|
160
181
|
attrs: Partial<{}>;
|
|
161
182
|
slots: {
|
|
162
|
-
|
|
163
|
-
footer?(_: {}): any;
|
|
183
|
+
default?(_: {}): any;
|
|
164
184
|
};
|
|
165
185
|
refs: {};
|
|
166
186
|
rootEl: any;
|
|
@@ -172,7 +192,7 @@ declare function __VLS_template_7(): {
|
|
|
172
192
|
default?(_: {}): any;
|
|
173
193
|
};
|
|
174
194
|
refs: {};
|
|
175
|
-
rootEl:
|
|
195
|
+
rootEl: any;
|
|
176
196
|
};
|
|
177
197
|
|
|
178
198
|
declare function __VLS_template_8(): {
|
|
@@ -181,24 +201,19 @@ declare function __VLS_template_8(): {
|
|
|
181
201
|
default?(_: {}): any;
|
|
182
202
|
};
|
|
183
203
|
refs: {};
|
|
184
|
-
rootEl:
|
|
204
|
+
rootEl: any;
|
|
185
205
|
};
|
|
186
206
|
|
|
187
207
|
declare function __VLS_template_9(): {
|
|
188
208
|
attrs: Partial<{}>;
|
|
189
209
|
slots: {
|
|
190
|
-
|
|
191
|
-
|
|
210
|
+
default?(_: {
|
|
211
|
+
hasError: boolean;
|
|
212
|
+
}): any;
|
|
192
213
|
footer?(_: {}): any;
|
|
193
214
|
};
|
|
194
|
-
refs: {
|
|
195
|
-
|
|
196
|
-
sidebar_header: HTMLDivElement;
|
|
197
|
-
sidebar_content: HTMLDivElement;
|
|
198
|
-
sidebar_bottom: HTMLDivElement;
|
|
199
|
-
sidebar_footer: HTMLDivElement;
|
|
200
|
-
};
|
|
201
|
-
rootEl: any;
|
|
215
|
+
refs: {};
|
|
216
|
+
rootEl: HTMLDivElement;
|
|
202
217
|
};
|
|
203
218
|
|
|
204
219
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -207,6 +222,12 @@ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
|
207
222
|
|
|
208
223
|
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
209
224
|
|
|
225
|
+
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
226
|
+
|
|
227
|
+
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
228
|
+
|
|
229
|
+
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
230
|
+
|
|
210
231
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
211
232
|
|
|
212
233
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -241,6 +262,24 @@ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
|
|
|
241
262
|
};
|
|
242
263
|
};
|
|
243
264
|
|
|
265
|
+
declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
266
|
+
new (): {
|
|
267
|
+
$slots: S;
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
|
|
271
|
+
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
272
|
+
new (): {
|
|
273
|
+
$slots: S;
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
278
|
+
new (): {
|
|
279
|
+
$slots: S;
|
|
280
|
+
};
|
|
281
|
+
};
|
|
282
|
+
|
|
244
283
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
245
284
|
new (): {
|
|
246
285
|
$slots: S;
|
|
@@ -289,11 +328,29 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
289
328
|
};
|
|
290
329
|
};
|
|
291
330
|
|
|
292
|
-
export declare const
|
|
331
|
+
export declare const Alert: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
332
|
+
|
|
333
|
+
export declare const AlertItem: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
293
334
|
|
|
294
|
-
|
|
335
|
+
declare type AlertVariants = VariantProps<typeof alertVariants>;
|
|
336
|
+
|
|
337
|
+
declare const alertVariants: (props?: ({
|
|
338
|
+
variant?: "error" | "info" | "success" | "warning" | null | undefined;
|
|
339
|
+
size?: "base" | null | undefined;
|
|
340
|
+
} & ClassProp) | undefined) => string;
|
|
295
341
|
|
|
296
|
-
export declare const
|
|
342
|
+
export declare const AppLayout: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
343
|
+
|
|
344
|
+
export declare const Aside: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
345
|
+
|
|
346
|
+
declare interface AsideConfig {
|
|
347
|
+
enabled: boolean;
|
|
348
|
+
width?: number;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export declare const AuthLayout: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
352
|
+
|
|
353
|
+
export declare const BlockFormLogin: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_13> & Readonly<{}>, {
|
|
297
354
|
action: string;
|
|
298
355
|
showResetLink: boolean;
|
|
299
356
|
resetLabel: string;
|
|
@@ -301,26 +358,26 @@ resetLink: string;
|
|
|
301
358
|
submitLabel: string;
|
|
302
359
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
303
360
|
|
|
304
|
-
export declare const BlockFormLoginMethodVerification: DefineComponent<
|
|
361
|
+
export declare const BlockFormLoginMethodVerification: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_17> & Readonly<{}>, {
|
|
305
362
|
verificationMethods: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
306
363
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
307
364
|
|
|
308
|
-
export declare const BlockFormReset: DefineComponent<
|
|
365
|
+
export declare const BlockFormReset: DefineComponent<Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_14> & Readonly<{}>, {
|
|
309
366
|
action: string;
|
|
310
367
|
submitLabel: string;
|
|
311
368
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
312
369
|
|
|
313
|
-
export declare const BlockFormResetPassword: DefineComponent<
|
|
370
|
+
export declare const BlockFormResetPassword: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
314
371
|
action: string;
|
|
315
372
|
submitLabel: string;
|
|
316
373
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
317
374
|
|
|
318
|
-
export declare const BlockFormVerification: DefineComponent<
|
|
375
|
+
export declare const BlockFormVerification: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_18> & Readonly<{}>, {
|
|
319
376
|
session: string;
|
|
320
377
|
remember: boolean;
|
|
321
378
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
322
379
|
|
|
323
|
-
export declare const BlockPageLogin: DefineComponent<
|
|
380
|
+
export declare const BlockPageLogin: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_19> & Readonly<{}>, {
|
|
324
381
|
title: string;
|
|
325
382
|
minimal: boolean;
|
|
326
383
|
showResetLink: boolean;
|
|
@@ -338,39 +395,56 @@ orLabel: string;
|
|
|
338
395
|
onlySocialName: boolean;
|
|
339
396
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
340
397
|
|
|
341
|
-
export declare const BlockPageReset: DefineComponent<
|
|
398
|
+
export declare const BlockPageReset: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_16> & Readonly<{}>, {
|
|
342
399
|
title: string;
|
|
343
400
|
subtitle: string;
|
|
344
401
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
345
402
|
|
|
346
|
-
|
|
403
|
+
declare type BreakpointValues = {
|
|
404
|
+
default?: number;
|
|
405
|
+
sm?: number;
|
|
406
|
+
md?: number;
|
|
407
|
+
lg?: number;
|
|
408
|
+
xl?: number;
|
|
409
|
+
xxl?: number;
|
|
410
|
+
};
|
|
411
|
+
|
|
412
|
+
export declare const Button: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
347
413
|
|
|
348
414
|
export declare const ButtonClear: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
349
415
|
|
|
350
416
|
export declare const ButtonIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
351
417
|
|
|
352
|
-
export declare const ButtonSubmit:
|
|
353
|
-
|
|
354
|
-
declare type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
418
|
+
export declare const ButtonSubmit: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
355
419
|
|
|
356
|
-
declare const
|
|
357
|
-
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
358
|
-
size?: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null | undefined;
|
|
359
|
-
} & ClassProp) | undefined) => string;
|
|
420
|
+
export declare const Card: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
360
421
|
|
|
361
|
-
export declare const ColorMode: DefineComponent<
|
|
422
|
+
export declare const ColorMode: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
362
423
|
|
|
363
424
|
declare type ColorModeVariants = VariantProps<typeof colorModeVariants>;
|
|
364
425
|
|
|
365
426
|
declare const colorModeVariants: (props?: ({
|
|
366
|
-
variant?: "default" | "switch" | "
|
|
427
|
+
variant?: "default" | "switch" | "dropdown" | "group" | null | undefined;
|
|
367
428
|
} & ClassProp) | undefined) => string;
|
|
368
429
|
|
|
430
|
+
declare interface ComponentProps {
|
|
431
|
+
name?: string;
|
|
432
|
+
props?: {
|
|
433
|
+
[key: string]: any;
|
|
434
|
+
};
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
export declare const ComponentRender: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
438
|
+
|
|
439
|
+
export declare const DataTableCategory: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
440
|
+
|
|
441
|
+
export declare const Div: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
442
|
+
|
|
369
443
|
export declare const FlashMessage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
370
444
|
|
|
371
|
-
export declare const Form:
|
|
445
|
+
export declare const Form: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
372
446
|
|
|
373
|
-
export declare const FormControl:
|
|
447
|
+
export declare const FormControl: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
374
448
|
|
|
375
449
|
export declare const FormError: DefineComponent<ExtractPropTypes< {
|
|
376
450
|
errors: {
|
|
@@ -382,9 +456,11 @@ type: (ObjectConstructor | StringConstructor)[];
|
|
|
382
456
|
};
|
|
383
457
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLUListElement>;
|
|
384
458
|
|
|
459
|
+
export declare const Grid: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
460
|
+
|
|
385
461
|
export { Icon }
|
|
386
462
|
|
|
387
|
-
export declare const Input:
|
|
463
|
+
export declare const Input: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
388
464
|
|
|
389
465
|
export declare const LocaleSelect: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
390
466
|
|
|
@@ -393,7 +469,7 @@ export declare type LogoConfig = string | {
|
|
|
393
469
|
small?: ThemeableSrc;
|
|
394
470
|
};
|
|
395
471
|
|
|
396
|
-
export declare const NavigationVertical: DefineComponent<
|
|
472
|
+
export declare const NavigationVertical: DefineComponent<Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_28> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
397
473
|
|
|
398
474
|
declare interface OptionGroup {
|
|
399
475
|
label: string;
|
|
@@ -413,7 +489,7 @@ declare interface OptionItem {
|
|
|
413
489
|
value?: string | number;
|
|
414
490
|
}
|
|
415
491
|
|
|
416
|
-
export declare const Pin: DefineComponent<
|
|
492
|
+
export declare const Pin: DefineComponent<Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_21> & Readonly<{}>, {
|
|
417
493
|
label: string;
|
|
418
494
|
name: string;
|
|
419
495
|
hint: string;
|
|
@@ -423,29 +499,73 @@ maxlength: number;
|
|
|
423
499
|
declare const plugin: Plugin_2<[SvariumOptions]>;
|
|
424
500
|
export default plugin;
|
|
425
501
|
|
|
426
|
-
declare interface Props {
|
|
502
|
+
declare interface Props extends PrimitiveProps {
|
|
503
|
+
variant?: AlertVariants["variant"];
|
|
504
|
+
size?: AlertVariants["size"];
|
|
505
|
+
class?: HTMLAttributes["class"];
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
declare interface Props_10 {
|
|
509
|
+
action: string;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
declare interface Props_11 {
|
|
513
|
+
name?: string;
|
|
427
514
|
label?: string;
|
|
428
515
|
hint?: string;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
declare interface Props_12 {
|
|
429
519
|
name?: string;
|
|
520
|
+
type?: string;
|
|
521
|
+
password?: boolean;
|
|
522
|
+
label?: string;
|
|
523
|
+
hint?: string;
|
|
524
|
+
placeholder?: string;
|
|
525
|
+
addon?: string;
|
|
526
|
+
clear?: boolean;
|
|
527
|
+
passwordGenerator?: boolean;
|
|
528
|
+
stringGeneratorLength?: number;
|
|
529
|
+
copy?: boolean;
|
|
530
|
+
showPasswordRequired?: boolean;
|
|
430
531
|
}
|
|
431
532
|
|
|
432
|
-
declare interface
|
|
533
|
+
declare interface Props_13 {
|
|
534
|
+
action?: string;
|
|
535
|
+
showResetLink?: boolean;
|
|
536
|
+
resetLabel?: string;
|
|
537
|
+
resetLink?: string;
|
|
538
|
+
submitLabel?: string;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
declare interface Props_14 {
|
|
542
|
+
action?: string;
|
|
543
|
+
submitLabel?: string;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
declare interface Props_15 {
|
|
547
|
+
action?: string;
|
|
548
|
+
submitLabel?: string;
|
|
549
|
+
session: string;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
declare interface Props_16 {
|
|
433
553
|
title?: string;
|
|
434
554
|
subtitle?: string;
|
|
435
555
|
}
|
|
436
556
|
|
|
437
|
-
declare interface
|
|
557
|
+
declare interface Props_17 {
|
|
438
558
|
verificationMethods?: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
439
559
|
session: string;
|
|
440
560
|
}
|
|
441
561
|
|
|
442
|
-
declare interface
|
|
562
|
+
declare interface Props_18 {
|
|
443
563
|
type: 'login' | 'register' | 'reset';
|
|
444
564
|
session: string;
|
|
445
565
|
remember: boolean;
|
|
446
566
|
}
|
|
447
567
|
|
|
448
|
-
declare interface
|
|
568
|
+
declare interface Props_19 {
|
|
449
569
|
socials?: SocialLink[];
|
|
450
570
|
showRegisterLink?: boolean;
|
|
451
571
|
registerLabel?: string;
|
|
@@ -463,28 +583,36 @@ declare interface Props_13 {
|
|
|
463
583
|
onlySocialName?: boolean;
|
|
464
584
|
}
|
|
465
585
|
|
|
466
|
-
declare interface
|
|
586
|
+
declare interface Props_2 {
|
|
587
|
+
content: {
|
|
588
|
+
[key: string]: any;
|
|
589
|
+
};
|
|
590
|
+
width?: number;
|
|
591
|
+
height?: number;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
declare interface Props_20 {
|
|
467
595
|
value?: string | number | boolean;
|
|
468
596
|
name: string;
|
|
469
597
|
label?: string;
|
|
470
598
|
hint?: string;
|
|
471
599
|
}
|
|
472
600
|
|
|
473
|
-
declare interface
|
|
601
|
+
declare interface Props_21 {
|
|
474
602
|
name?: string;
|
|
475
603
|
maxlength?: number;
|
|
476
604
|
hint?: string;
|
|
477
605
|
label?: string;
|
|
478
606
|
}
|
|
479
607
|
|
|
480
|
-
declare interface
|
|
608
|
+
declare interface Props_22 {
|
|
481
609
|
uri?: string;
|
|
482
610
|
data?: any;
|
|
483
611
|
columns?: any;
|
|
484
612
|
rows?: any;
|
|
485
613
|
}
|
|
486
614
|
|
|
487
|
-
declare interface
|
|
615
|
+
declare interface Props_23 {
|
|
488
616
|
placeholder?: string;
|
|
489
617
|
options?: OptionItem[] | OptionGroup[];
|
|
490
618
|
name?: string;
|
|
@@ -494,82 +622,87 @@ declare interface Props_17 {
|
|
|
494
622
|
modelValue?: any;
|
|
495
623
|
}
|
|
496
624
|
|
|
497
|
-
declare interface
|
|
498
|
-
navigation_id: string | number;
|
|
625
|
+
declare interface Props_24 {
|
|
499
626
|
offset?: number;
|
|
500
627
|
}
|
|
501
628
|
|
|
502
|
-
declare interface
|
|
629
|
+
declare interface Props_25 {
|
|
630
|
+
themeToggle?: boolean;
|
|
631
|
+
locale?: boolean;
|
|
632
|
+
twoFactor?: boolean;
|
|
633
|
+
activityLog?: boolean;
|
|
634
|
+
logout?: boolean;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
declare interface Props_26 {
|
|
638
|
+
title?: string;
|
|
639
|
+
showBorder?: boolean;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
declare interface Props_27 {
|
|
503
643
|
orientation?: 'horizontal' | 'vertical';
|
|
504
644
|
left?: boolean;
|
|
505
645
|
right?: boolean;
|
|
506
646
|
}
|
|
507
647
|
|
|
508
|
-
declare interface
|
|
509
|
-
variant?: ButtonVariants["variant"];
|
|
510
|
-
size?: ButtonVariants["size"];
|
|
511
|
-
class?: HTMLAttributes["class"];
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
declare interface Props_20 {
|
|
648
|
+
declare interface Props_28 {
|
|
515
649
|
navigation_id: string | number;
|
|
516
650
|
}
|
|
517
651
|
|
|
518
|
-
declare interface Props_3
|
|
519
|
-
|
|
652
|
+
declare interface Props_3 {
|
|
653
|
+
cols?: BreakpointValues;
|
|
654
|
+
gap?: BreakpointValues;
|
|
655
|
+
gapX?: BreakpointValues;
|
|
656
|
+
gapY?: BreakpointValues;
|
|
657
|
+
rows?: {
|
|
658
|
+
[key: string]: any;
|
|
659
|
+
};
|
|
520
660
|
}
|
|
521
661
|
|
|
522
662
|
declare interface Props_4 {
|
|
523
|
-
|
|
663
|
+
schema: {
|
|
664
|
+
[key: string]: any;
|
|
665
|
+
};
|
|
524
666
|
}
|
|
525
667
|
|
|
526
668
|
declare interface Props_5 {
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
669
|
+
header?: string | {
|
|
670
|
+
[key: string]: any;
|
|
671
|
+
};
|
|
672
|
+
content?: string | {
|
|
673
|
+
[key: string]: any;
|
|
674
|
+
};
|
|
675
|
+
footer?: string | {
|
|
676
|
+
[key: string]: any;
|
|
677
|
+
};
|
|
530
678
|
}
|
|
531
679
|
|
|
532
680
|
declare interface Props_6 {
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
password?: boolean;
|
|
536
|
-
label?: string;
|
|
537
|
-
hint?: string;
|
|
538
|
-
placeholder?: string;
|
|
539
|
-
addon?: string;
|
|
540
|
-
clear?: boolean;
|
|
541
|
-
passwordGenerator?: boolean;
|
|
542
|
-
stringGeneratorLength?: number;
|
|
543
|
-
copy?: boolean;
|
|
544
|
-
showPasswordRequired?: boolean;
|
|
681
|
+
show: boolean;
|
|
682
|
+
duration?: string;
|
|
545
683
|
}
|
|
546
684
|
|
|
547
685
|
declare interface Props_7 {
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
resetLink?: string;
|
|
552
|
-
submitLabel?: string;
|
|
686
|
+
label?: string;
|
|
687
|
+
hint?: string;
|
|
688
|
+
name?: string;
|
|
553
689
|
}
|
|
554
690
|
|
|
555
691
|
declare interface Props_8 {
|
|
556
|
-
|
|
557
|
-
submitLabel?: string;
|
|
692
|
+
label?: string;
|
|
558
693
|
}
|
|
559
694
|
|
|
560
|
-
declare interface Props_9 {
|
|
561
|
-
|
|
562
|
-
submitLabel?: string;
|
|
563
|
-
session: string;
|
|
695
|
+
declare interface Props_9 extends PrimitiveProps {
|
|
696
|
+
variant?: ColorModeVariants["variant"];
|
|
564
697
|
}
|
|
565
698
|
|
|
566
|
-
export declare const Radio:
|
|
699
|
+
export declare const Radio: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
567
700
|
|
|
568
|
-
export declare const ScrollArea:
|
|
701
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
569
702
|
|
|
570
|
-
export declare const Select: DefineComponent<
|
|
703
|
+
export declare const Select: DefineComponent<Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
571
704
|
"update:modelValue": (...args: any[]) => void;
|
|
572
|
-
}, string, PublicProps, Readonly<
|
|
705
|
+
}, string, PublicProps, Readonly<Props_23> & Readonly<{
|
|
573
706
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
574
707
|
}>, {
|
|
575
708
|
placeholder: string;
|
|
@@ -578,13 +711,65 @@ modelValue: any;
|
|
|
578
711
|
options: OptionItem[] | OptionGroup[];
|
|
579
712
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
580
713
|
|
|
581
|
-
export declare const Separator:
|
|
714
|
+
export declare const Separator: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
582
715
|
|
|
583
|
-
export declare const Sidebar:
|
|
716
|
+
export declare const Sidebar: DefineComponent<Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_24> & Readonly<{}>, {
|
|
717
|
+
offset: number;
|
|
718
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
719
|
+
sidebar_root: HTMLDivElement;
|
|
720
|
+
sidebar_header: HTMLDivElement;
|
|
721
|
+
sidebar_top: HTMLDivElement;
|
|
722
|
+
sidebar_content: HTMLDivElement;
|
|
723
|
+
sidebar_bottom: HTMLDivElement;
|
|
724
|
+
sidebar_footer: HTMLDivElement;
|
|
725
|
+
}, any>;
|
|
584
726
|
|
|
585
|
-
|
|
727
|
+
declare interface SidebarBottomConfig {
|
|
728
|
+
enabled: boolean;
|
|
729
|
+
component?: ComponentProps;
|
|
730
|
+
}
|
|
586
731
|
|
|
587
|
-
|
|
732
|
+
declare interface SidebarConfig {
|
|
733
|
+
enabled: boolean;
|
|
734
|
+
width?: number;
|
|
735
|
+
position?: 'right' | 'left';
|
|
736
|
+
component?: ComponentProps;
|
|
737
|
+
themeToggle?: boolean;
|
|
738
|
+
minimal?: boolean;
|
|
739
|
+
header?: SidebarHeaderConfig;
|
|
740
|
+
footer?: SidebarFooterConfig;
|
|
741
|
+
top?: SidebarTopConfig;
|
|
742
|
+
bottom?: SidebarBottomConfig;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
declare interface SidebarFooterConfig {
|
|
746
|
+
enabled: boolean;
|
|
747
|
+
component?: ComponentProps;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
export declare const SidebarHeader: DefineComponent<Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_26> & Readonly<{}>, {
|
|
751
|
+
showBorder: boolean;
|
|
752
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
753
|
+
|
|
754
|
+
declare interface SidebarHeaderConfig {
|
|
755
|
+
enabled: boolean;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
export declare const SidebarToggle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
759
|
+
|
|
760
|
+
declare interface SidebarTopConfig {
|
|
761
|
+
enabled: boolean;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export declare const SidebarUser: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_25> & Readonly<{}>, {
|
|
765
|
+
locale: boolean;
|
|
766
|
+
themeToggle: boolean;
|
|
767
|
+
twoFactor: boolean;
|
|
768
|
+
activityLog: boolean;
|
|
769
|
+
logout: boolean;
|
|
770
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
771
|
+
|
|
772
|
+
export declare const SlideTransition: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
588
773
|
|
|
589
774
|
declare interface SocialLink {
|
|
590
775
|
id: string;
|
|
@@ -613,7 +798,7 @@ export declare const Switch: DefineComponent<__VLS_PublicProps, {}, {}, {}, {},
|
|
|
613
798
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
614
799
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
615
800
|
|
|
616
|
-
export declare const Table: DefineComponent<
|
|
801
|
+
export declare const Table: DefineComponent<Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_22> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
617
802
|
tableRef: HTMLDivElement;
|
|
618
803
|
}, HTMLDivElement>;
|
|
619
804
|
|
|
@@ -629,6 +814,7 @@ export declare function (): {
|
|
|
629
814
|
};
|
|
630
815
|
|
|
631
816
|
export declare function (): {
|
|
817
|
+
aside: ComputedRef<AsideConfig>;
|
|
632
818
|
state: SvariumState;
|
|
633
819
|
logo: ComputedRef< {
|
|
634
820
|
default: {
|
|
@@ -640,6 +826,7 @@ export declare function (): {
|
|
|
640
826
|
dark: string;
|
|
641
827
|
};
|
|
642
828
|
}>;
|
|
829
|
+
sidebar: ComputedRef<SidebarConfig>;
|
|
643
830
|
getLogo: (variant: "default" | "small", mode: "light" | "dark") => string;
|
|
644
831
|
};
|
|
645
832
|
|
|
@@ -665,6 +852,13 @@ export declare interface VerificationMethod {
|
|
|
665
852
|
export { }
|
|
666
853
|
|
|
667
854
|
|
|
855
|
+
declare module 'vue' {
|
|
856
|
+
interface ComponentCustomProperties {
|
|
857
|
+
route: typeof import('ziggy-js').route;
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
|
|
668
862
|
declare module '@tanstack/vue-table' {
|
|
669
863
|
interface ColumnMeta<TData extends RowData, TValue> {
|
|
670
864
|
type?: 'string' | 'int' | 'bool' | 'select';
|