@upsoftware_tech/svarium 1.0.5 → 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 +270 -126
- package/dist/src/pages/Auth/Verification.vue +2 -1
- package/dist/src/pages/Resources/Form.vue +15 -0
- package/dist/svarium.css +1 -1
- package/dist/svarium.es.js +8227 -6196
- package/dist/svarium.umd.js +8 -4
- package/package.json +2 -1
- package/src/pages/Auth/Verification.vue +2 -1
- 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,31 +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
|
-
right: boolean;
|
|
21
|
-
left: boolean;
|
|
22
|
-
orientation: "horizontal" | "vertical";
|
|
23
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
-
|
|
25
|
-
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
|
|
26
|
-
as: AsTag | Component;
|
|
27
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
|
|
29
|
-
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
30
|
-
|
|
31
|
-
declare const __VLS_component_4: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {
|
|
32
|
-
action: string;
|
|
33
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
34
|
-
|
|
35
|
-
declare const __VLS_component_5: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {
|
|
36
|
-
label: string;
|
|
37
|
-
name: string;
|
|
38
|
-
hint: string;
|
|
39
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
|
-
|
|
41
|
-
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17
|
+
declare const __VLS_component_10: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
42
18
|
"update:modelValue": (value: string | number) => any;
|
|
43
19
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
44
20
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
@@ -57,20 +33,50 @@ passwordGenerator: boolean;
|
|
|
57
33
|
showPasswordRequired: boolean;
|
|
58
34
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
59
35
|
|
|
60
|
-
declare const
|
|
36
|
+
declare const __VLS_component_11: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
61
37
|
|
|
62
|
-
declare const
|
|
38
|
+
declare const __VLS_component_12: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_20> & Readonly<{}>, {
|
|
63
39
|
label: string;
|
|
64
40
|
name: string;
|
|
65
41
|
value: string | number | boolean;
|
|
66
42
|
hint: string;
|
|
67
43
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
68
44
|
|
|
69
|
-
declare const
|
|
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>;
|
|
62
|
+
|
|
63
|
+
declare const __VLS_component_6: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
64
|
+
|
|
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>;
|
|
70
76
|
|
|
71
|
-
declare type __VLS_Props =
|
|
77
|
+
declare type __VLS_Props = Props_7;
|
|
72
78
|
|
|
73
|
-
declare type __VLS_Props_2 =
|
|
79
|
+
declare type __VLS_Props_2 = Props_12;
|
|
74
80
|
|
|
75
81
|
declare type __VLS_PublicProps = {
|
|
76
82
|
modelValue?: boolean;
|
|
@@ -86,10 +92,20 @@ declare function __VLS_template(): {
|
|
|
86
92
|
default?(_: {}): any;
|
|
87
93
|
};
|
|
88
94
|
refs: {};
|
|
89
|
-
rootEl:
|
|
95
|
+
rootEl: HTMLDivElement;
|
|
90
96
|
};
|
|
91
97
|
|
|
92
98
|
declare function __VLS_template_10(): {
|
|
99
|
+
attrs: Partial<{}>;
|
|
100
|
+
slots: {
|
|
101
|
+
addon?(_: {}): any;
|
|
102
|
+
footer?(_: {}): any;
|
|
103
|
+
};
|
|
104
|
+
refs: {};
|
|
105
|
+
rootEl: any;
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
declare function __VLS_template_11(): {
|
|
93
109
|
attrs: Partial<{}>;
|
|
94
110
|
slots: {
|
|
95
111
|
default?(_: {}): any;
|
|
@@ -98,7 +114,16 @@ declare function __VLS_template_10(): {
|
|
|
98
114
|
rootEl: HTMLDivElement;
|
|
99
115
|
};
|
|
100
116
|
|
|
101
|
-
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(): {
|
|
102
127
|
attrs: Partial<{}>;
|
|
103
128
|
slots: {
|
|
104
129
|
default?(_: {}): any;
|
|
@@ -107,13 +132,31 @@ declare function __VLS_template_2(): {
|
|
|
107
132
|
rootEl: any;
|
|
108
133
|
};
|
|
109
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
|
+
|
|
110
153
|
declare function __VLS_template_3(): {
|
|
111
154
|
attrs: Partial<{}>;
|
|
112
155
|
slots: {
|
|
113
156
|
default?(_: {}): any;
|
|
114
157
|
};
|
|
115
158
|
refs: {};
|
|
116
|
-
rootEl:
|
|
159
|
+
rootEl: HTMLDivElement;
|
|
117
160
|
};
|
|
118
161
|
|
|
119
162
|
declare function __VLS_template_4(): {
|
|
@@ -128,20 +171,16 @@ declare function __VLS_template_4(): {
|
|
|
128
171
|
declare function __VLS_template_5(): {
|
|
129
172
|
attrs: Partial<{}>;
|
|
130
173
|
slots: {
|
|
131
|
-
default?(_: {
|
|
132
|
-
hasError: boolean;
|
|
133
|
-
}): any;
|
|
134
|
-
footer?(_: {}): any;
|
|
174
|
+
default?(_: {}): any;
|
|
135
175
|
};
|
|
136
176
|
refs: {};
|
|
137
|
-
rootEl:
|
|
177
|
+
rootEl: any;
|
|
138
178
|
};
|
|
139
179
|
|
|
140
180
|
declare function __VLS_template_6(): {
|
|
141
181
|
attrs: Partial<{}>;
|
|
142
182
|
slots: {
|
|
143
|
-
|
|
144
|
-
footer?(_: {}): any;
|
|
183
|
+
default?(_: {}): any;
|
|
145
184
|
};
|
|
146
185
|
refs: {};
|
|
147
186
|
rootEl: any;
|
|
@@ -153,7 +192,7 @@ declare function __VLS_template_7(): {
|
|
|
153
192
|
default?(_: {}): any;
|
|
154
193
|
};
|
|
155
194
|
refs: {};
|
|
156
|
-
rootEl:
|
|
195
|
+
rootEl: any;
|
|
157
196
|
};
|
|
158
197
|
|
|
159
198
|
declare function __VLS_template_8(): {
|
|
@@ -162,22 +201,33 @@ declare function __VLS_template_8(): {
|
|
|
162
201
|
default?(_: {}): any;
|
|
163
202
|
};
|
|
164
203
|
refs: {};
|
|
165
|
-
rootEl:
|
|
204
|
+
rootEl: any;
|
|
166
205
|
};
|
|
167
206
|
|
|
168
207
|
declare function __VLS_template_9(): {
|
|
169
208
|
attrs: Partial<{}>;
|
|
170
209
|
slots: {
|
|
171
|
-
default?(_: {
|
|
210
|
+
default?(_: {
|
|
211
|
+
hasError: boolean;
|
|
212
|
+
}): any;
|
|
213
|
+
footer?(_: {}): any;
|
|
172
214
|
};
|
|
173
215
|
refs: {};
|
|
174
|
-
rootEl:
|
|
216
|
+
rootEl: HTMLDivElement;
|
|
175
217
|
};
|
|
176
218
|
|
|
177
219
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
178
220
|
|
|
179
221
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
180
222
|
|
|
223
|
+
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
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
|
+
|
|
181
231
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
182
232
|
|
|
183
233
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -206,6 +256,30 @@ declare type __VLS_WithTemplateSlots_10<T, S> = T & {
|
|
|
206
256
|
};
|
|
207
257
|
};
|
|
208
258
|
|
|
259
|
+
declare type __VLS_WithTemplateSlots_11<T, S> = T & {
|
|
260
|
+
new (): {
|
|
261
|
+
$slots: S;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
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
|
+
|
|
209
283
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
210
284
|
new (): {
|
|
211
285
|
$slots: S;
|
|
@@ -254,7 +328,18 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
254
328
|
};
|
|
255
329
|
};
|
|
256
330
|
|
|
257
|
-
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"]>;
|
|
334
|
+
|
|
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;
|
|
341
|
+
|
|
342
|
+
export declare const AppLayout: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
258
343
|
|
|
259
344
|
export declare const Aside: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
260
345
|
|
|
@@ -263,9 +348,9 @@ declare interface AsideConfig {
|
|
|
263
348
|
width?: number;
|
|
264
349
|
}
|
|
265
350
|
|
|
266
|
-
export declare const AuthLayout:
|
|
351
|
+
export declare const AuthLayout: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
267
352
|
|
|
268
|
-
export declare const BlockFormLogin: DefineComponent<
|
|
353
|
+
export declare const BlockFormLogin: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_13> & Readonly<{}>, {
|
|
269
354
|
action: string;
|
|
270
355
|
showResetLink: boolean;
|
|
271
356
|
resetLabel: string;
|
|
@@ -273,26 +358,26 @@ resetLink: string;
|
|
|
273
358
|
submitLabel: string;
|
|
274
359
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
275
360
|
|
|
276
|
-
export declare const BlockFormLoginMethodVerification: DefineComponent<
|
|
361
|
+
export declare const BlockFormLoginMethodVerification: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_17> & Readonly<{}>, {
|
|
277
362
|
verificationMethods: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
278
363
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
279
364
|
|
|
280
|
-
export declare const BlockFormReset: DefineComponent<
|
|
365
|
+
export declare const BlockFormReset: DefineComponent<Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_14> & Readonly<{}>, {
|
|
281
366
|
action: string;
|
|
282
367
|
submitLabel: string;
|
|
283
368
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
284
369
|
|
|
285
|
-
export declare const BlockFormResetPassword: DefineComponent<
|
|
370
|
+
export declare const BlockFormResetPassword: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
286
371
|
action: string;
|
|
287
372
|
submitLabel: string;
|
|
288
373
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
289
374
|
|
|
290
|
-
export declare const BlockFormVerification: DefineComponent<
|
|
375
|
+
export declare const BlockFormVerification: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_18> & Readonly<{}>, {
|
|
291
376
|
session: string;
|
|
292
377
|
remember: boolean;
|
|
293
378
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
294
379
|
|
|
295
|
-
export declare const BlockPageLogin: DefineComponent<
|
|
380
|
+
export declare const BlockPageLogin: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_19> & Readonly<{}>, {
|
|
296
381
|
title: string;
|
|
297
382
|
minimal: boolean;
|
|
298
383
|
showResetLink: boolean;
|
|
@@ -310,27 +395,31 @@ orLabel: string;
|
|
|
310
395
|
onlySocialName: boolean;
|
|
311
396
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
312
397
|
|
|
313
|
-
export declare const BlockPageReset: DefineComponent<
|
|
398
|
+
export declare const BlockPageReset: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_16> & Readonly<{}>, {
|
|
314
399
|
title: string;
|
|
315
400
|
subtitle: string;
|
|
316
401
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
317
402
|
|
|
318
|
-
|
|
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"]>;
|
|
319
413
|
|
|
320
414
|
export declare const ButtonClear: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
321
415
|
|
|
322
416
|
export declare const ButtonIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
323
417
|
|
|
324
|
-
export declare const ButtonSubmit:
|
|
418
|
+
export declare const ButtonSubmit: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
325
419
|
|
|
326
|
-
declare
|
|
420
|
+
export declare const Card: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
327
421
|
|
|
328
|
-
declare const
|
|
329
|
-
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
330
|
-
size?: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null | undefined;
|
|
331
|
-
} & ClassProp) | undefined) => string;
|
|
332
|
-
|
|
333
|
-
export declare const ColorMode: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
422
|
+
export declare const ColorMode: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
334
423
|
|
|
335
424
|
declare type ColorModeVariants = VariantProps<typeof colorModeVariants>;
|
|
336
425
|
|
|
@@ -345,11 +434,17 @@ declare interface ComponentProps {
|
|
|
345
434
|
};
|
|
346
435
|
}
|
|
347
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
|
+
|
|
348
443
|
export declare const FlashMessage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
349
444
|
|
|
350
|
-
export declare const Form:
|
|
445
|
+
export declare const Form: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
351
446
|
|
|
352
|
-
export declare const FormControl:
|
|
447
|
+
export declare const FormControl: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
353
448
|
|
|
354
449
|
export declare const FormError: DefineComponent<ExtractPropTypes< {
|
|
355
450
|
errors: {
|
|
@@ -361,9 +456,11 @@ type: (ObjectConstructor | StringConstructor)[];
|
|
|
361
456
|
};
|
|
362
457
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLUListElement>;
|
|
363
458
|
|
|
459
|
+
export declare const Grid: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
460
|
+
|
|
364
461
|
export { Icon }
|
|
365
462
|
|
|
366
|
-
export declare const Input:
|
|
463
|
+
export declare const Input: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
367
464
|
|
|
368
465
|
export declare const LocaleSelect: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
369
466
|
|
|
@@ -372,7 +469,7 @@ export declare type LogoConfig = string | {
|
|
|
372
469
|
small?: ThemeableSrc;
|
|
373
470
|
};
|
|
374
471
|
|
|
375
|
-
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>;
|
|
376
473
|
|
|
377
474
|
declare interface OptionGroup {
|
|
378
475
|
label: string;
|
|
@@ -392,7 +489,7 @@ declare interface OptionItem {
|
|
|
392
489
|
value?: string | number;
|
|
393
490
|
}
|
|
394
491
|
|
|
395
|
-
export declare const Pin: DefineComponent<
|
|
492
|
+
export declare const Pin: DefineComponent<Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_21> & Readonly<{}>, {
|
|
396
493
|
label: string;
|
|
397
494
|
name: string;
|
|
398
495
|
hint: string;
|
|
@@ -402,29 +499,73 @@ maxlength: number;
|
|
|
402
499
|
declare const plugin: Plugin_2<[SvariumOptions]>;
|
|
403
500
|
export default plugin;
|
|
404
501
|
|
|
405
|
-
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;
|
|
406
514
|
label?: string;
|
|
407
515
|
hint?: string;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
declare interface Props_12 {
|
|
408
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;
|
|
409
531
|
}
|
|
410
532
|
|
|
411
|
-
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 {
|
|
412
553
|
title?: string;
|
|
413
554
|
subtitle?: string;
|
|
414
555
|
}
|
|
415
556
|
|
|
416
|
-
declare interface
|
|
557
|
+
declare interface Props_17 {
|
|
417
558
|
verificationMethods?: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
418
559
|
session: string;
|
|
419
560
|
}
|
|
420
561
|
|
|
421
|
-
declare interface
|
|
562
|
+
declare interface Props_18 {
|
|
422
563
|
type: 'login' | 'register' | 'reset';
|
|
423
564
|
session: string;
|
|
424
565
|
remember: boolean;
|
|
425
566
|
}
|
|
426
567
|
|
|
427
|
-
declare interface
|
|
568
|
+
declare interface Props_19 {
|
|
428
569
|
socials?: SocialLink[];
|
|
429
570
|
showRegisterLink?: boolean;
|
|
430
571
|
registerLabel?: string;
|
|
@@ -442,28 +583,36 @@ declare interface Props_13 {
|
|
|
442
583
|
onlySocialName?: boolean;
|
|
443
584
|
}
|
|
444
585
|
|
|
445
|
-
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 {
|
|
446
595
|
value?: string | number | boolean;
|
|
447
596
|
name: string;
|
|
448
597
|
label?: string;
|
|
449
598
|
hint?: string;
|
|
450
599
|
}
|
|
451
600
|
|
|
452
|
-
declare interface
|
|
601
|
+
declare interface Props_21 {
|
|
453
602
|
name?: string;
|
|
454
603
|
maxlength?: number;
|
|
455
604
|
hint?: string;
|
|
456
605
|
label?: string;
|
|
457
606
|
}
|
|
458
607
|
|
|
459
|
-
declare interface
|
|
608
|
+
declare interface Props_22 {
|
|
460
609
|
uri?: string;
|
|
461
610
|
data?: any;
|
|
462
611
|
columns?: any;
|
|
463
612
|
rows?: any;
|
|
464
613
|
}
|
|
465
614
|
|
|
466
|
-
declare interface
|
|
615
|
+
declare interface Props_23 {
|
|
467
616
|
placeholder?: string;
|
|
468
617
|
options?: OptionItem[] | OptionGroup[];
|
|
469
618
|
name?: string;
|
|
@@ -473,11 +622,11 @@ declare interface Props_17 {
|
|
|
473
622
|
modelValue?: any;
|
|
474
623
|
}
|
|
475
624
|
|
|
476
|
-
declare interface
|
|
625
|
+
declare interface Props_24 {
|
|
477
626
|
offset?: number;
|
|
478
627
|
}
|
|
479
628
|
|
|
480
|
-
declare interface
|
|
629
|
+
declare interface Props_25 {
|
|
481
630
|
themeToggle?: boolean;
|
|
482
631
|
locale?: boolean;
|
|
483
632
|
twoFactor?: boolean;
|
|
@@ -485,82 +634,75 @@ declare interface Props_19 {
|
|
|
485
634
|
logout?: boolean;
|
|
486
635
|
}
|
|
487
636
|
|
|
488
|
-
declare interface
|
|
489
|
-
variant?: ButtonVariants["variant"];
|
|
490
|
-
size?: ButtonVariants["size"];
|
|
491
|
-
class?: HTMLAttributes["class"];
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
declare interface Props_20 {
|
|
637
|
+
declare interface Props_26 {
|
|
495
638
|
title?: string;
|
|
496
639
|
showBorder?: boolean;
|
|
497
640
|
}
|
|
498
641
|
|
|
499
|
-
declare interface
|
|
642
|
+
declare interface Props_27 {
|
|
500
643
|
orientation?: 'horizontal' | 'vertical';
|
|
501
644
|
left?: boolean;
|
|
502
645
|
right?: boolean;
|
|
503
646
|
}
|
|
504
647
|
|
|
505
|
-
declare interface
|
|
648
|
+
declare interface Props_28 {
|
|
506
649
|
navigation_id: string | number;
|
|
507
650
|
}
|
|
508
651
|
|
|
509
|
-
declare interface Props_3
|
|
510
|
-
|
|
652
|
+
declare interface Props_3 {
|
|
653
|
+
cols?: BreakpointValues;
|
|
654
|
+
gap?: BreakpointValues;
|
|
655
|
+
gapX?: BreakpointValues;
|
|
656
|
+
gapY?: BreakpointValues;
|
|
657
|
+
rows?: {
|
|
658
|
+
[key: string]: any;
|
|
659
|
+
};
|
|
511
660
|
}
|
|
512
661
|
|
|
513
662
|
declare interface Props_4 {
|
|
514
|
-
|
|
663
|
+
schema: {
|
|
664
|
+
[key: string]: any;
|
|
665
|
+
};
|
|
515
666
|
}
|
|
516
667
|
|
|
517
668
|
declare interface Props_5 {
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
669
|
+
header?: string | {
|
|
670
|
+
[key: string]: any;
|
|
671
|
+
};
|
|
672
|
+
content?: string | {
|
|
673
|
+
[key: string]: any;
|
|
674
|
+
};
|
|
675
|
+
footer?: string | {
|
|
676
|
+
[key: string]: any;
|
|
677
|
+
};
|
|
521
678
|
}
|
|
522
679
|
|
|
523
680
|
declare interface Props_6 {
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
password?: boolean;
|
|
527
|
-
label?: string;
|
|
528
|
-
hint?: string;
|
|
529
|
-
placeholder?: string;
|
|
530
|
-
addon?: string;
|
|
531
|
-
clear?: boolean;
|
|
532
|
-
passwordGenerator?: boolean;
|
|
533
|
-
stringGeneratorLength?: number;
|
|
534
|
-
copy?: boolean;
|
|
535
|
-
showPasswordRequired?: boolean;
|
|
681
|
+
show: boolean;
|
|
682
|
+
duration?: string;
|
|
536
683
|
}
|
|
537
684
|
|
|
538
685
|
declare interface Props_7 {
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
resetLink?: string;
|
|
543
|
-
submitLabel?: string;
|
|
686
|
+
label?: string;
|
|
687
|
+
hint?: string;
|
|
688
|
+
name?: string;
|
|
544
689
|
}
|
|
545
690
|
|
|
546
691
|
declare interface Props_8 {
|
|
547
|
-
|
|
548
|
-
submitLabel?: string;
|
|
692
|
+
label?: string;
|
|
549
693
|
}
|
|
550
694
|
|
|
551
|
-
declare interface Props_9 {
|
|
552
|
-
|
|
553
|
-
submitLabel?: string;
|
|
554
|
-
session: string;
|
|
695
|
+
declare interface Props_9 extends PrimitiveProps {
|
|
696
|
+
variant?: ColorModeVariants["variant"];
|
|
555
697
|
}
|
|
556
698
|
|
|
557
|
-
export declare const Radio:
|
|
699
|
+
export declare const Radio: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
558
700
|
|
|
559
|
-
export declare const ScrollArea:
|
|
701
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
560
702
|
|
|
561
|
-
export declare const Select: DefineComponent<
|
|
703
|
+
export declare const Select: DefineComponent<Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
562
704
|
"update:modelValue": (...args: any[]) => void;
|
|
563
|
-
}, string, PublicProps, Readonly<
|
|
705
|
+
}, string, PublicProps, Readonly<Props_23> & Readonly<{
|
|
564
706
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
565
707
|
}>, {
|
|
566
708
|
placeholder: string;
|
|
@@ -569,9 +711,9 @@ modelValue: any;
|
|
|
569
711
|
options: OptionItem[] | OptionGroup[];
|
|
570
712
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
571
713
|
|
|
572
|
-
export declare const Separator:
|
|
714
|
+
export declare const Separator: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
573
715
|
|
|
574
|
-
export declare const Sidebar: DefineComponent<
|
|
716
|
+
export declare const Sidebar: DefineComponent<Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_24> & Readonly<{}>, {
|
|
575
717
|
offset: number;
|
|
576
718
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
577
719
|
sidebar_root: HTMLDivElement;
|
|
@@ -605,7 +747,7 @@ declare interface SidebarFooterConfig {
|
|
|
605
747
|
component?: ComponentProps;
|
|
606
748
|
}
|
|
607
749
|
|
|
608
|
-
export declare const SidebarHeader: DefineComponent<
|
|
750
|
+
export declare const SidebarHeader: DefineComponent<Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_26> & Readonly<{}>, {
|
|
609
751
|
showBorder: boolean;
|
|
610
752
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
611
753
|
|
|
@@ -619,7 +761,7 @@ declare interface SidebarTopConfig {
|
|
|
619
761
|
enabled: boolean;
|
|
620
762
|
}
|
|
621
763
|
|
|
622
|
-
export declare const SidebarUser: DefineComponent<
|
|
764
|
+
export declare const SidebarUser: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_25> & Readonly<{}>, {
|
|
623
765
|
locale: boolean;
|
|
624
766
|
themeToggle: boolean;
|
|
625
767
|
twoFactor: boolean;
|
|
@@ -627,6 +769,8 @@ activityLog: boolean;
|
|
|
627
769
|
logout: boolean;
|
|
628
770
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
629
771
|
|
|
772
|
+
export declare const SlideTransition: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
773
|
+
|
|
630
774
|
declare interface SocialLink {
|
|
631
775
|
id: string;
|
|
632
776
|
url?: string;
|
|
@@ -654,7 +798,7 @@ export declare const Switch: DefineComponent<__VLS_PublicProps, {}, {}, {}, {},
|
|
|
654
798
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
655
799
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
656
800
|
|
|
657
|
-
export declare const Table: DefineComponent<
|
|
801
|
+
export declare const Table: DefineComponent<Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_22> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
658
802
|
tableRef: HTMLDivElement;
|
|
659
803
|
}, HTMLDivElement>;
|
|
660
804
|
|