@upsoftware_tech/svarium 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +651 -284
- package/dist/src/pages/Auth/Method.vue +7 -1
- package/dist/src/pages/Auth/Register.vue +76 -0
- package/dist/src/pages/Svarium.vue +231 -19
- package/dist/svarium.css +1 -1
- package/dist/svarium.es.js +47659 -15907
- package/dist/svarium.umd.js +14 -5
- package/package.json +4 -2
- package/src/lib/appearance.ts +798 -0
- package/src/lib/block.ts +51 -0
- package/src/lib/utils.ts +7 -0
- package/src/pages/Auth/Method.vue +7 -1
- package/src/pages/Auth/Register.vue +76 -0
- package/src/pages/Svarium.vue +231 -19
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { ClassProp } from 'class-variance-authority/dist/types';
|
|
|
2
2
|
import { ComponentOptionsMixin } from 'vue';
|
|
3
3
|
import { ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { ComputedRef } from 'vue';
|
|
5
|
+
import { CSSProperties } from 'vue';
|
|
5
6
|
import { DefineComponent } from 'vue';
|
|
6
7
|
import { DialogContentProps } from 'reka-ui';
|
|
7
8
|
import { DialogOverlayProps } from 'reka-ui';
|
|
@@ -22,18 +23,48 @@ import { Ref } from 'vue';
|
|
|
22
23
|
import { StyleValue } from 'vue';
|
|
23
24
|
import { VariantProps } from 'class-variance-authority';
|
|
24
25
|
|
|
25
|
-
declare const __VLS_component: DefineComponent<
|
|
26
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
26
27
|
|
|
27
|
-
declare const __VLS_component_10: DefineComponent<
|
|
28
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
28
29
|
|
|
29
|
-
declare const __VLS_component_11: DefineComponent<
|
|
30
|
+
declare const __VLS_component_11: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {
|
|
31
|
+
visible: boolean;
|
|
32
|
+
sortable: boolean;
|
|
33
|
+
searchable: boolean;
|
|
34
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
35
|
+
|
|
36
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
37
|
+
|
|
38
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
|
|
40
|
+
declare const __VLS_component_14: DefineComponent<DrawerRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
41
|
+
close: () => any;
|
|
42
|
+
drag: (percentageDragged: number) => any;
|
|
43
|
+
"update:open": (open: boolean) => any;
|
|
44
|
+
animationEnd: (open: boolean) => any;
|
|
45
|
+
release: (open: boolean) => any;
|
|
46
|
+
"update:activeSnapPoint": (val: string | number) => any;
|
|
47
|
+
}, string, PublicProps, Readonly<DrawerRootProps> & Readonly<{
|
|
48
|
+
onClose?: (() => any) | undefined;
|
|
49
|
+
onDrag?: ((percentageDragged: number) => any) | undefined;
|
|
50
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
51
|
+
onAnimationEnd?: ((open: boolean) => any) | undefined;
|
|
52
|
+
onRelease?: ((open: boolean) => any) | undefined;
|
|
53
|
+
"onUpdate:activeSnapPoint"?: ((val: string | number) => any) | undefined;
|
|
54
|
+
}>, {
|
|
55
|
+
shouldScaleBackground: boolean;
|
|
56
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
57
|
+
|
|
58
|
+
declare const __VLS_component_15: DefineComponent<DrawerCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DrawerCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
59
|
+
|
|
60
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
30
61
|
openAutoFocus: (event: Event) => any;
|
|
31
62
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
32
63
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
33
64
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
34
65
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
35
66
|
closeAutoFocus: (event: Event) => any;
|
|
36
|
-
}, string, PublicProps, Readonly<
|
|
67
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
37
68
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
38
69
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
39
70
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
@@ -42,61 +73,67 @@ onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any
|
|
|
42
73
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
43
74
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
44
75
|
|
|
45
|
-
declare const
|
|
76
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
77
|
+
|
|
78
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
46
79
|
|
|
47
|
-
declare const
|
|
80
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
48
81
|
|
|
49
|
-
declare const
|
|
82
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
83
|
+
"update:modelValue": (value: unknown) => any;
|
|
84
|
+
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
85
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
86
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
50
87
|
|
|
51
|
-
declare const
|
|
88
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
52
89
|
|
|
53
|
-
declare const
|
|
90
|
+
declare const __VLS_component_21: DefineComponent<DrawerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DrawerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
54
91
|
|
|
55
|
-
declare const
|
|
92
|
+
declare const __VLS_component_22: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
56
93
|
|
|
57
|
-
declare const
|
|
94
|
+
declare const __VLS_component_23: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
58
95
|
|
|
59
|
-
declare const
|
|
96
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
60
97
|
|
|
61
|
-
declare const
|
|
98
|
+
declare const __VLS_component_25: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
62
99
|
|
|
63
|
-
declare const
|
|
100
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
64
101
|
|
|
65
|
-
declare const
|
|
102
|
+
declare const __VLS_component_27: DefineComponent<Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
66
103
|
|
|
67
|
-
declare const
|
|
104
|
+
declare const __VLS_component_28: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
68
105
|
|
|
69
|
-
declare const
|
|
106
|
+
declare const __VLS_component_29: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_17> & Readonly<{}>, {
|
|
70
107
|
show: boolean;
|
|
71
108
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
72
109
|
|
|
73
|
-
declare const
|
|
110
|
+
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
111
|
+
|
|
112
|
+
declare const __VLS_component_30: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_18> & Readonly<{}>, {
|
|
74
113
|
maxWidth: number;
|
|
75
114
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
76
115
|
|
|
77
|
-
declare const
|
|
116
|
+
declare const __VLS_component_31: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
78
117
|
"update:modelValue": (value: unknown) => any;
|
|
79
|
-
}, string, PublicProps, Readonly<
|
|
118
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
80
119
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
81
120
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
82
121
|
|
|
83
|
-
declare const
|
|
122
|
+
declare const __VLS_component_32: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
84
123
|
|
|
85
|
-
declare const
|
|
124
|
+
declare const __VLS_component_33: DefineComponent<Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_22> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
86
125
|
|
|
87
|
-
declare const
|
|
126
|
+
declare const __VLS_component_34: DefineComponent<Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_24> & Readonly<{}>, {
|
|
88
127
|
action: string;
|
|
89
128
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
90
129
|
|
|
91
|
-
declare const
|
|
130
|
+
declare const __VLS_component_35: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_25> & Readonly<{}>, {
|
|
92
131
|
label: string;
|
|
93
132
|
name: string;
|
|
94
133
|
hint: string;
|
|
95
134
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
96
135
|
|
|
97
|
-
declare const
|
|
98
|
-
|
|
99
|
-
declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
136
|
+
declare const __VLS_component_36: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
100
137
|
"update:modelValue": (value: string | number) => any;
|
|
101
138
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
102
139
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
@@ -108,18 +145,33 @@ placeholder: string;
|
|
|
108
145
|
clear: boolean;
|
|
109
146
|
name: string;
|
|
110
147
|
stringGeneratorLength: number;
|
|
111
|
-
hint: string;
|
|
112
148
|
password: boolean;
|
|
149
|
+
hint: string;
|
|
113
150
|
addon: string;
|
|
114
151
|
passwordGenerator: boolean;
|
|
115
152
|
showPasswordRequired: boolean;
|
|
116
153
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
117
154
|
|
|
118
|
-
declare const
|
|
155
|
+
declare const __VLS_component_37: DefineComponent<Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_27> & Readonly<{}>, {
|
|
156
|
+
route: string;
|
|
157
|
+
style: string | false | CSSProperties | StyleValue[] | null;
|
|
158
|
+
class: HTMLAttributes["class"];
|
|
159
|
+
href: string;
|
|
160
|
+
appearance: Appearance_8;
|
|
161
|
+
tag: "a" | "Link" | string;
|
|
162
|
+
params: Record<string, any> | any[];
|
|
163
|
+
newWindow: boolean;
|
|
164
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
119
165
|
|
|
120
|
-
declare const
|
|
166
|
+
declare const __VLS_component_38: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
167
|
+
"update:modelValue": (value: unknown) => any;
|
|
168
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
169
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
170
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
171
|
+
|
|
172
|
+
declare const __VLS_component_39: DefineComponent<Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
121
173
|
"update:modelValue": (value: string | number | boolean | undefined) => any;
|
|
122
|
-
}, string, PublicProps, Readonly<
|
|
174
|
+
}, string, PublicProps, Readonly<Props_38> & Readonly<{
|
|
123
175
|
"onUpdate:modelValue"?: ((value: string | number | boolean | undefined) => any) | undefined;
|
|
124
176
|
}>, {
|
|
125
177
|
label: string;
|
|
@@ -130,7 +182,13 @@ hint: string;
|
|
|
130
182
|
checked: boolean;
|
|
131
183
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
132
184
|
|
|
133
|
-
declare const
|
|
185
|
+
declare const __VLS_component_4: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
186
|
+
"update:modelValue": (value: string) => any;
|
|
187
|
+
}, string, PublicProps, Readonly<Props> & Readonly<{
|
|
188
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
189
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
190
|
+
|
|
191
|
+
declare const __VLS_component_40: DefineComponent<ExtractPropTypes< {
|
|
134
192
|
columns: {
|
|
135
193
|
type: ArrayConstructor;
|
|
136
194
|
required: true;
|
|
@@ -249,12 +307,12 @@ columnSelection: string | boolean;
|
|
|
249
307
|
tableContainer: HTMLDivElement;
|
|
250
308
|
}, HTMLDivElement>;
|
|
251
309
|
|
|
252
|
-
declare const
|
|
310
|
+
declare const __VLS_component_41: DefineComponent<Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_41> & Readonly<{}>, {
|
|
253
311
|
side: "top" | "right" | "bottom" | "left";
|
|
254
312
|
maxWidth: number;
|
|
255
313
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
256
314
|
|
|
257
|
-
declare const
|
|
315
|
+
declare const __VLS_component_42: DefineComponent<Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_42> & Readonly<{}>, {
|
|
258
316
|
width: number;
|
|
259
317
|
offset: number;
|
|
260
318
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -266,136 +324,141 @@ sidebar_bottom: HTMLDivElement;
|
|
|
266
324
|
sidebar_footer: HTMLDivElement;
|
|
267
325
|
}, HTMLDivElement>;
|
|
268
326
|
|
|
269
|
-
declare const
|
|
327
|
+
declare const __VLS_component_43: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
270
328
|
|
|
271
|
-
declare const
|
|
329
|
+
declare const __VLS_component_44: DefineComponent<Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_45> & Readonly<{}>, {
|
|
272
330
|
right: boolean;
|
|
273
331
|
left: boolean;
|
|
274
332
|
orientation: "horizontal" | "vertical";
|
|
275
333
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
276
334
|
|
|
277
|
-
declare const
|
|
335
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
278
336
|
|
|
279
|
-
declare const
|
|
337
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
280
338
|
|
|
281
|
-
declare const
|
|
282
|
-
|
|
283
|
-
declare const __VLS_component_7: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
|
|
284
|
-
visible: boolean;
|
|
285
|
-
sortable: boolean;
|
|
286
|
-
searchable: boolean;
|
|
287
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
339
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
288
340
|
|
|
289
|
-
declare const __VLS_component_8: DefineComponent<
|
|
341
|
+
declare const __VLS_component_8: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
290
342
|
|
|
291
|
-
declare const __VLS_component_9: DefineComponent<
|
|
292
|
-
close: () => any;
|
|
293
|
-
drag: (percentageDragged: number) => any;
|
|
294
|
-
"update:open": (open: boolean) => any;
|
|
295
|
-
animationEnd: (open: boolean) => any;
|
|
296
|
-
release: (open: boolean) => any;
|
|
297
|
-
"update:activeSnapPoint": (val: string | number) => any;
|
|
298
|
-
}, string, PublicProps, Readonly<DrawerRootProps> & Readonly<{
|
|
299
|
-
onClose?: (() => any) | undefined;
|
|
300
|
-
onDrag?: ((percentageDragged: number) => any) | undefined;
|
|
301
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
302
|
-
onAnimationEnd?: ((open: boolean) => any) | undefined;
|
|
303
|
-
onRelease?: ((open: boolean) => any) | undefined;
|
|
304
|
-
"onUpdate:activeSnapPoint"?: ((val: string | number) => any) | undefined;
|
|
305
|
-
}>, {
|
|
306
|
-
shouldScaleBackground: boolean;
|
|
307
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
343
|
+
declare const __VLS_component_9: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
308
344
|
|
|
309
345
|
declare type __VLS_Props = {
|
|
310
|
-
|
|
346
|
+
text?: string | number | null;
|
|
347
|
+
as?: string;
|
|
348
|
+
tag?: string;
|
|
349
|
+
html?: boolean;
|
|
350
|
+
variant?: string;
|
|
351
|
+
class?: HTMLAttributes['class'];
|
|
311
352
|
style?: StyleValue;
|
|
312
353
|
appearance?: Appearance;
|
|
313
354
|
};
|
|
314
355
|
|
|
315
|
-
declare type __VLS_Props_10 =
|
|
356
|
+
declare type __VLS_Props_10 = DrawerDescriptionProps & {
|
|
316
357
|
class?: HTMLAttributes["class"];
|
|
317
358
|
};
|
|
318
359
|
|
|
319
|
-
declare type __VLS_Props_11 =
|
|
360
|
+
declare type __VLS_Props_11 = {
|
|
320
361
|
class?: HTMLAttributes["class"];
|
|
321
362
|
};
|
|
322
363
|
|
|
323
364
|
declare type __VLS_Props_12 = {
|
|
365
|
+
class?: HTMLAttributes["class"];
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
declare type __VLS_Props_13 = DialogOverlayProps & {
|
|
369
|
+
class?: HTMLAttributes["class"];
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
declare type __VLS_Props_14 = DrawerTitleProps & {
|
|
373
|
+
class?: HTMLAttributes["class"];
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
declare type __VLS_Props_15 = {
|
|
324
377
|
class?: HTMLAttributes['class'];
|
|
325
378
|
style?: StyleValue;
|
|
326
|
-
appearance?:
|
|
379
|
+
appearance?: Appearance_6;
|
|
327
380
|
};
|
|
328
381
|
|
|
329
|
-
declare type
|
|
382
|
+
declare type __VLS_Props_16 = {
|
|
330
383
|
class?: HTMLAttributes['class'];
|
|
331
384
|
style?: StyleValue;
|
|
332
|
-
appearance?:
|
|
385
|
+
appearance?: Appearance_7;
|
|
333
386
|
};
|
|
334
387
|
|
|
335
|
-
declare type
|
|
388
|
+
declare type __VLS_Props_17 = Props_19;
|
|
336
389
|
|
|
337
|
-
declare type
|
|
390
|
+
declare type __VLS_Props_18 = {
|
|
391
|
+
layout?: string;
|
|
392
|
+
modelValue?: unknown;
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
declare type __VLS_Props_19 = Props_26;
|
|
396
|
+
|
|
397
|
+
declare type __VLS_Props_2 = {
|
|
338
398
|
layout?: string;
|
|
339
399
|
modelValue?: unknown;
|
|
340
400
|
};
|
|
341
401
|
|
|
342
|
-
declare type
|
|
402
|
+
declare type __VLS_Props_20 = {
|
|
403
|
+
layout?: string;
|
|
404
|
+
modelValue?: unknown;
|
|
405
|
+
};
|
|
343
406
|
|
|
344
|
-
declare type
|
|
407
|
+
declare type __VLS_Props_21 = {
|
|
345
408
|
icon?: string;
|
|
346
409
|
name?: string;
|
|
347
410
|
class?: HTMLAttributes['class'];
|
|
348
411
|
style?: StyleValue;
|
|
349
|
-
appearance?:
|
|
412
|
+
appearance?: Appearance_9;
|
|
350
413
|
};
|
|
351
414
|
|
|
352
|
-
declare type
|
|
415
|
+
declare type __VLS_Props_3 = {
|
|
353
416
|
class?: HTMLAttributes["class"];
|
|
354
417
|
style?: StyleValue;
|
|
355
418
|
appearance?: Appearance_2;
|
|
356
419
|
};
|
|
357
420
|
|
|
358
|
-
declare type
|
|
421
|
+
declare type __VLS_Props_4 = {
|
|
359
422
|
class?: HTMLAttributes["class"];
|
|
360
423
|
style?: StyleValue;
|
|
361
424
|
appearance?: Appearance_3;
|
|
362
425
|
};
|
|
363
426
|
|
|
364
|
-
declare type
|
|
427
|
+
declare type __VLS_Props_5 = {
|
|
365
428
|
class?: HTMLAttributes["class"];
|
|
366
429
|
style?: StyleValue;
|
|
367
430
|
appearance?: Appearance_4;
|
|
368
431
|
};
|
|
369
432
|
|
|
370
|
-
declare type
|
|
371
|
-
align?: "start" | "center" | "end";
|
|
372
|
-
trigger?: any;
|
|
373
|
-
children?: any;
|
|
374
|
-
};
|
|
375
|
-
|
|
376
|
-
declare type __VLS_Props_6 = DialogContentProps & {
|
|
433
|
+
declare type __VLS_Props_6 = {
|
|
377
434
|
class?: HTMLAttributes["class"];
|
|
435
|
+
style?: StyleValue;
|
|
436
|
+
appearance?: Appearance_5;
|
|
378
437
|
};
|
|
379
438
|
|
|
380
|
-
declare type __VLS_Props_7 =
|
|
381
|
-
|
|
439
|
+
declare type __VLS_Props_7 = {
|
|
440
|
+
if?: unknown;
|
|
441
|
+
elseIf?: unknown[];
|
|
442
|
+
modelValue?: unknown;
|
|
382
443
|
};
|
|
383
444
|
|
|
384
445
|
declare type __VLS_Props_8 = {
|
|
385
|
-
|
|
446
|
+
align?: "start" | "center" | "end";
|
|
447
|
+
trigger?: any;
|
|
448
|
+
children?: any;
|
|
386
449
|
};
|
|
387
450
|
|
|
388
|
-
declare type __VLS_Props_9 = {
|
|
451
|
+
declare type __VLS_Props_9 = DialogContentProps & {
|
|
389
452
|
class?: HTMLAttributes["class"];
|
|
390
453
|
};
|
|
391
454
|
|
|
392
455
|
declare type __VLS_PublicProps = {
|
|
393
456
|
modelValue?: boolean;
|
|
394
|
-
} &
|
|
457
|
+
} & __VLS_Props_17;
|
|
395
458
|
|
|
396
459
|
declare type __VLS_PublicProps_2 = {
|
|
397
460
|
modelValue?: string | number;
|
|
398
|
-
} &
|
|
461
|
+
} & __VLS_Props_19;
|
|
399
462
|
|
|
400
463
|
declare function __VLS_template(): {
|
|
401
464
|
attrs: Partial<{}>;
|
|
@@ -412,7 +475,7 @@ declare function __VLS_template_10(): {
|
|
|
412
475
|
default?(_: {}): any;
|
|
413
476
|
};
|
|
414
477
|
refs: {};
|
|
415
|
-
rootEl:
|
|
478
|
+
rootEl: HTMLTableSectionElement;
|
|
416
479
|
};
|
|
417
480
|
|
|
418
481
|
declare function __VLS_template_11(): {
|
|
@@ -421,14 +484,12 @@ declare function __VLS_template_11(): {
|
|
|
421
484
|
default?(_: {}): any;
|
|
422
485
|
};
|
|
423
486
|
refs: {};
|
|
424
|
-
rootEl:
|
|
487
|
+
rootEl: HTMLTableCellElement;
|
|
425
488
|
};
|
|
426
489
|
|
|
427
490
|
declare function __VLS_template_12(): {
|
|
428
491
|
attrs: Partial<{}>;
|
|
429
|
-
slots: {
|
|
430
|
-
default?(_: {}): any;
|
|
431
|
-
};
|
|
492
|
+
slots: Partial<Record<string, (_: {}) => any>>;
|
|
432
493
|
refs: {};
|
|
433
494
|
rootEl: any;
|
|
434
495
|
};
|
|
@@ -439,16 +500,18 @@ declare function __VLS_template_13(): {
|
|
|
439
500
|
default?(_: {}): any;
|
|
440
501
|
};
|
|
441
502
|
refs: {};
|
|
442
|
-
rootEl:
|
|
503
|
+
rootEl: any;
|
|
443
504
|
};
|
|
444
505
|
|
|
445
506
|
declare function __VLS_template_14(): {
|
|
446
507
|
attrs: Partial<{}>;
|
|
447
508
|
slots: {
|
|
448
|
-
default?(_: {
|
|
509
|
+
default?(_: {
|
|
510
|
+
open: boolean;
|
|
511
|
+
}): any;
|
|
449
512
|
};
|
|
450
513
|
refs: {};
|
|
451
|
-
rootEl:
|
|
514
|
+
rootEl: any;
|
|
452
515
|
};
|
|
453
516
|
|
|
454
517
|
declare function __VLS_template_15(): {
|
|
@@ -475,7 +538,7 @@ declare function __VLS_template_17(): {
|
|
|
475
538
|
default?(_: {}): any;
|
|
476
539
|
};
|
|
477
540
|
refs: {};
|
|
478
|
-
rootEl:
|
|
541
|
+
rootEl: any;
|
|
479
542
|
};
|
|
480
543
|
|
|
481
544
|
declare function __VLS_template_18(): {
|
|
@@ -499,10 +562,18 @@ declare function __VLS_template_19(): {
|
|
|
499
562
|
declare function __VLS_template_2(): {
|
|
500
563
|
attrs: Partial<{}>;
|
|
501
564
|
slots: {
|
|
565
|
+
header?(_: {}): any;
|
|
566
|
+
sidebar?(_: {}): any;
|
|
567
|
+
contentHeader?(_: {}): any;
|
|
568
|
+
body?(_: {}): any;
|
|
569
|
+
content?(_: {}): any;
|
|
502
570
|
default?(_: {}): any;
|
|
571
|
+
contentFooter?(_: {}): any;
|
|
572
|
+
aside?(_: {}): any;
|
|
573
|
+
footer?(_: {}): any;
|
|
503
574
|
};
|
|
504
575
|
refs: {};
|
|
505
|
-
rootEl:
|
|
576
|
+
rootEl: any;
|
|
506
577
|
};
|
|
507
578
|
|
|
508
579
|
declare function __VLS_template_20(): {
|
|
@@ -511,7 +582,7 @@ declare function __VLS_template_20(): {
|
|
|
511
582
|
default?(_: {}): any;
|
|
512
583
|
};
|
|
513
584
|
refs: {};
|
|
514
|
-
rootEl:
|
|
585
|
+
rootEl: any;
|
|
515
586
|
};
|
|
516
587
|
|
|
517
588
|
declare function __VLS_template_21(): {
|
|
@@ -520,10 +591,70 @@ declare function __VLS_template_21(): {
|
|
|
520
591
|
default?(_: {}): any;
|
|
521
592
|
};
|
|
522
593
|
refs: {};
|
|
523
|
-
rootEl:
|
|
594
|
+
rootEl: any;
|
|
524
595
|
};
|
|
525
596
|
|
|
526
597
|
declare function __VLS_template_22(): {
|
|
598
|
+
attrs: Partial<{}>;
|
|
599
|
+
slots: {
|
|
600
|
+
default?(_: {}): any;
|
|
601
|
+
};
|
|
602
|
+
refs: {};
|
|
603
|
+
rootEl: HTMLDivElement;
|
|
604
|
+
};
|
|
605
|
+
|
|
606
|
+
declare function __VLS_template_23(): {
|
|
607
|
+
attrs: Partial<{}>;
|
|
608
|
+
slots: {
|
|
609
|
+
default?(_: {}): any;
|
|
610
|
+
};
|
|
611
|
+
refs: {};
|
|
612
|
+
rootEl: HTMLDivElement;
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
declare function __VLS_template_24(): {
|
|
616
|
+
attrs: Partial<{}>;
|
|
617
|
+
slots: {
|
|
618
|
+
header?(_: {}): any;
|
|
619
|
+
body?(_: {}): any;
|
|
620
|
+
default?(_: {}): any;
|
|
621
|
+
footer?(_: {}): any;
|
|
622
|
+
};
|
|
623
|
+
refs: {};
|
|
624
|
+
rootEl: HTMLDivElement;
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
declare function __VLS_template_25(): {
|
|
628
|
+
attrs: Partial<{}>;
|
|
629
|
+
slots: {
|
|
630
|
+
default?(_: {}): any;
|
|
631
|
+
};
|
|
632
|
+
refs: {};
|
|
633
|
+
rootEl: any;
|
|
634
|
+
};
|
|
635
|
+
|
|
636
|
+
declare function __VLS_template_26(): {
|
|
637
|
+
attrs: Partial<{}>;
|
|
638
|
+
slots: {
|
|
639
|
+
header?(_: {}): any;
|
|
640
|
+
body?(_: {}): any;
|
|
641
|
+
default?(_: {}): any;
|
|
642
|
+
footer?(_: {}): any;
|
|
643
|
+
};
|
|
644
|
+
refs: {};
|
|
645
|
+
rootEl: HTMLDivElement;
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
declare function __VLS_template_27(): {
|
|
649
|
+
attrs: Partial<{}>;
|
|
650
|
+
slots: {
|
|
651
|
+
default?(_: {}): any;
|
|
652
|
+
};
|
|
653
|
+
refs: {};
|
|
654
|
+
rootEl: HTMLDivElement;
|
|
655
|
+
};
|
|
656
|
+
|
|
657
|
+
declare function __VLS_template_28(): {
|
|
527
658
|
attrs: Partial<{}>;
|
|
528
659
|
slots: {
|
|
529
660
|
headerComponents?(_: {}): any;
|
|
@@ -533,7 +664,7 @@ declare function __VLS_template_22(): {
|
|
|
533
664
|
rootEl: any;
|
|
534
665
|
};
|
|
535
666
|
|
|
536
|
-
declare function
|
|
667
|
+
declare function __VLS_template_29(): {
|
|
537
668
|
attrs: Partial<{}>;
|
|
538
669
|
slots: {
|
|
539
670
|
default?(_: {}): any;
|
|
@@ -542,7 +673,16 @@ declare function __VLS_template_23(): {
|
|
|
542
673
|
rootEl: any;
|
|
543
674
|
};
|
|
544
675
|
|
|
545
|
-
declare function
|
|
676
|
+
declare function __VLS_template_3(): {
|
|
677
|
+
attrs: Partial<{}>;
|
|
678
|
+
slots: {
|
|
679
|
+
default?(_: {}): any;
|
|
680
|
+
};
|
|
681
|
+
refs: {};
|
|
682
|
+
rootEl: HTMLDivElement;
|
|
683
|
+
};
|
|
684
|
+
|
|
685
|
+
declare function __VLS_template_30(): {
|
|
546
686
|
attrs: Partial<{}>;
|
|
547
687
|
slots: {
|
|
548
688
|
trigger?(_: {}): any;
|
|
@@ -552,7 +692,7 @@ declare function __VLS_template_24(): {
|
|
|
552
692
|
rootEl: any;
|
|
553
693
|
};
|
|
554
694
|
|
|
555
|
-
declare function
|
|
695
|
+
declare function __VLS_template_31(): {
|
|
556
696
|
attrs: Partial<{}>;
|
|
557
697
|
slots: {
|
|
558
698
|
sidebar?(_: {}): any;
|
|
@@ -565,7 +705,7 @@ declare function __VLS_template_25(): {
|
|
|
565
705
|
rootEl: any;
|
|
566
706
|
};
|
|
567
707
|
|
|
568
|
-
declare function
|
|
708
|
+
declare function __VLS_template_32(): {
|
|
569
709
|
attrs: Partial<{}>;
|
|
570
710
|
slots: {
|
|
571
711
|
default?(_: {}): any;
|
|
@@ -575,7 +715,7 @@ declare function __VLS_template_26(): {
|
|
|
575
715
|
rootEl: any;
|
|
576
716
|
};
|
|
577
717
|
|
|
578
|
-
declare function
|
|
718
|
+
declare function __VLS_template_33(): {
|
|
579
719
|
attrs: Partial<{}>;
|
|
580
720
|
slots: {
|
|
581
721
|
default?(_: {}): any;
|
|
@@ -584,7 +724,7 @@ declare function __VLS_template_27(): {
|
|
|
584
724
|
rootEl: any;
|
|
585
725
|
};
|
|
586
726
|
|
|
587
|
-
declare function
|
|
727
|
+
declare function __VLS_template_34(): {
|
|
588
728
|
attrs: Partial<{}>;
|
|
589
729
|
slots: {
|
|
590
730
|
default?(_: {}): any;
|
|
@@ -593,7 +733,7 @@ declare function __VLS_template_28(): {
|
|
|
593
733
|
rootEl: any;
|
|
594
734
|
};
|
|
595
735
|
|
|
596
|
-
declare function
|
|
736
|
+
declare function __VLS_template_35(): {
|
|
597
737
|
attrs: Partial<{}>;
|
|
598
738
|
slots: {
|
|
599
739
|
default?(_: {
|
|
@@ -605,35 +745,40 @@ declare function __VLS_template_29(): {
|
|
|
605
745
|
rootEl: HTMLDivElement;
|
|
606
746
|
};
|
|
607
747
|
|
|
608
|
-
declare function
|
|
748
|
+
declare function __VLS_template_36(): {
|
|
609
749
|
attrs: Partial<{}>;
|
|
610
750
|
slots: {
|
|
611
|
-
|
|
751
|
+
addon?(_: {}): any;
|
|
752
|
+
footer?(_: {}): any;
|
|
612
753
|
};
|
|
613
754
|
refs: {};
|
|
614
|
-
rootEl:
|
|
755
|
+
rootEl: any;
|
|
615
756
|
};
|
|
616
757
|
|
|
617
|
-
declare function
|
|
758
|
+
declare function __VLS_template_37(): {
|
|
618
759
|
attrs: Partial<{}>;
|
|
619
760
|
slots: {
|
|
620
|
-
|
|
621
|
-
footer?(_: {}): any;
|
|
761
|
+
default?(_: {}): any;
|
|
622
762
|
};
|
|
623
763
|
refs: {};
|
|
624
764
|
rootEl: any;
|
|
625
765
|
};
|
|
626
766
|
|
|
627
|
-
declare function
|
|
767
|
+
declare function __VLS_template_38(): {
|
|
628
768
|
attrs: Partial<{}>;
|
|
629
769
|
slots: {
|
|
770
|
+
header?(_: {}): any;
|
|
771
|
+
contentHeader?(_: {}): any;
|
|
772
|
+
body?(_: {}): any;
|
|
630
773
|
default?(_: {}): any;
|
|
774
|
+
contentFooter?(_: {}): any;
|
|
775
|
+
footer?(_: {}): any;
|
|
631
776
|
};
|
|
632
777
|
refs: {};
|
|
633
778
|
rootEl: HTMLDivElement;
|
|
634
779
|
};
|
|
635
780
|
|
|
636
|
-
declare function
|
|
781
|
+
declare function __VLS_template_39(): {
|
|
637
782
|
attrs: Partial<{}>;
|
|
638
783
|
slots: {
|
|
639
784
|
default?(_: {}): any;
|
|
@@ -642,7 +787,17 @@ declare function __VLS_template_32(): {
|
|
|
642
787
|
rootEl: any;
|
|
643
788
|
};
|
|
644
789
|
|
|
645
|
-
declare function
|
|
790
|
+
declare function __VLS_template_4(): {
|
|
791
|
+
attrs: Partial<{}>;
|
|
792
|
+
slots: {
|
|
793
|
+
default?(_: {}): any;
|
|
794
|
+
default?(_: {}): any;
|
|
795
|
+
};
|
|
796
|
+
refs: {};
|
|
797
|
+
rootEl: any;
|
|
798
|
+
};
|
|
799
|
+
|
|
800
|
+
declare function __VLS_template_40(): {
|
|
646
801
|
attrs: Partial<{}>;
|
|
647
802
|
slots: {
|
|
648
803
|
tabs?(_: {
|
|
@@ -661,7 +816,7 @@ declare function __VLS_template_33(): {
|
|
|
661
816
|
rootEl: HTMLDivElement;
|
|
662
817
|
};
|
|
663
818
|
|
|
664
|
-
declare function
|
|
819
|
+
declare function __VLS_template_41(): {
|
|
665
820
|
attrs: Partial<{}>;
|
|
666
821
|
slots: {
|
|
667
822
|
trigger?(_: {}): any;
|
|
@@ -671,7 +826,7 @@ declare function __VLS_template_34(): {
|
|
|
671
826
|
rootEl: any;
|
|
672
827
|
};
|
|
673
828
|
|
|
674
|
-
declare function
|
|
829
|
+
declare function __VLS_template_42(): {
|
|
675
830
|
attrs: Partial<{}>;
|
|
676
831
|
slots: {
|
|
677
832
|
header?(_: {}): any;
|
|
@@ -691,7 +846,7 @@ declare function __VLS_template_35(): {
|
|
|
691
846
|
rootEl: HTMLDivElement;
|
|
692
847
|
};
|
|
693
848
|
|
|
694
|
-
declare function
|
|
849
|
+
declare function __VLS_template_43(): {
|
|
695
850
|
attrs: Partial<{}>;
|
|
696
851
|
slots: {
|
|
697
852
|
default?(_: {}): any;
|
|
@@ -700,7 +855,7 @@ declare function __VLS_template_36(): {
|
|
|
700
855
|
rootEl: any;
|
|
701
856
|
};
|
|
702
857
|
|
|
703
|
-
declare function
|
|
858
|
+
declare function __VLS_template_44(): {
|
|
704
859
|
attrs: Partial<{}>;
|
|
705
860
|
slots: {
|
|
706
861
|
default?(_: {}): any;
|
|
@@ -709,22 +864,13 @@ declare function __VLS_template_37(): {
|
|
|
709
864
|
rootEl: HTMLDivElement;
|
|
710
865
|
};
|
|
711
866
|
|
|
712
|
-
declare function __VLS_template_4(): {
|
|
713
|
-
attrs: Partial<{}>;
|
|
714
|
-
slots: {
|
|
715
|
-
default?(_: {}): any;
|
|
716
|
-
};
|
|
717
|
-
refs: {};
|
|
718
|
-
rootEl: HTMLTableSectionElement;
|
|
719
|
-
};
|
|
720
|
-
|
|
721
867
|
declare function __VLS_template_5(): {
|
|
722
868
|
attrs: Partial<{}>;
|
|
723
869
|
slots: {
|
|
724
870
|
default?(_: {}): any;
|
|
725
871
|
};
|
|
726
872
|
refs: {};
|
|
727
|
-
rootEl:
|
|
873
|
+
rootEl: HTMLTableSectionElement;
|
|
728
874
|
};
|
|
729
875
|
|
|
730
876
|
declare function __VLS_template_6(): {
|
|
@@ -733,7 +879,7 @@ declare function __VLS_template_6(): {
|
|
|
733
879
|
default?(_: {}): any;
|
|
734
880
|
};
|
|
735
881
|
refs: {};
|
|
736
|
-
rootEl:
|
|
882
|
+
rootEl: HTMLTableCellElement;
|
|
737
883
|
};
|
|
738
884
|
|
|
739
885
|
declare function __VLS_template_7(): {
|
|
@@ -742,7 +888,7 @@ declare function __VLS_template_7(): {
|
|
|
742
888
|
default?(_: {}): any;
|
|
743
889
|
};
|
|
744
890
|
refs: {};
|
|
745
|
-
rootEl:
|
|
891
|
+
rootEl: HTMLTableSectionElement;
|
|
746
892
|
};
|
|
747
893
|
|
|
748
894
|
declare function __VLS_template_8(): {
|
|
@@ -757,9 +903,7 @@ declare function __VLS_template_8(): {
|
|
|
757
903
|
declare function __VLS_template_9(): {
|
|
758
904
|
attrs: Partial<{}>;
|
|
759
905
|
slots: {
|
|
760
|
-
default?(_: {
|
|
761
|
-
open: boolean;
|
|
762
|
-
}): any;
|
|
906
|
+
default?(_: {}): any;
|
|
763
907
|
};
|
|
764
908
|
refs: {};
|
|
765
909
|
rootEl: any;
|
|
@@ -827,8 +971,22 @@ declare type __VLS_TemplateResult_36 = ReturnType<typeof __VLS_template_36>;
|
|
|
827
971
|
|
|
828
972
|
declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
|
|
829
973
|
|
|
974
|
+
declare type __VLS_TemplateResult_38 = ReturnType<typeof __VLS_template_38>;
|
|
975
|
+
|
|
976
|
+
declare type __VLS_TemplateResult_39 = ReturnType<typeof __VLS_template_39>;
|
|
977
|
+
|
|
830
978
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
831
979
|
|
|
980
|
+
declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
|
|
981
|
+
|
|
982
|
+
declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
|
|
983
|
+
|
|
984
|
+
declare type __VLS_TemplateResult_42 = ReturnType<typeof __VLS_template_42>;
|
|
985
|
+
|
|
986
|
+
declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
|
|
987
|
+
|
|
988
|
+
declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
|
|
989
|
+
|
|
832
990
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
833
991
|
|
|
834
992
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1025,12 +1183,54 @@ declare type __VLS_WithTemplateSlots_37<T, S> = T & {
|
|
|
1025
1183
|
};
|
|
1026
1184
|
};
|
|
1027
1185
|
|
|
1186
|
+
declare type __VLS_WithTemplateSlots_38<T, S> = T & {
|
|
1187
|
+
new (): {
|
|
1188
|
+
$slots: S;
|
|
1189
|
+
};
|
|
1190
|
+
};
|
|
1191
|
+
|
|
1192
|
+
declare type __VLS_WithTemplateSlots_39<T, S> = T & {
|
|
1193
|
+
new (): {
|
|
1194
|
+
$slots: S;
|
|
1195
|
+
};
|
|
1196
|
+
};
|
|
1197
|
+
|
|
1028
1198
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
1029
1199
|
new (): {
|
|
1030
1200
|
$slots: S;
|
|
1031
1201
|
};
|
|
1032
1202
|
};
|
|
1033
1203
|
|
|
1204
|
+
declare type __VLS_WithTemplateSlots_40<T, S> = T & {
|
|
1205
|
+
new (): {
|
|
1206
|
+
$slots: S;
|
|
1207
|
+
};
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
declare type __VLS_WithTemplateSlots_41<T, S> = T & {
|
|
1211
|
+
new (): {
|
|
1212
|
+
$slots: S;
|
|
1213
|
+
};
|
|
1214
|
+
};
|
|
1215
|
+
|
|
1216
|
+
declare type __VLS_WithTemplateSlots_42<T, S> = T & {
|
|
1217
|
+
new (): {
|
|
1218
|
+
$slots: S;
|
|
1219
|
+
};
|
|
1220
|
+
};
|
|
1221
|
+
|
|
1222
|
+
declare type __VLS_WithTemplateSlots_43<T, S> = T & {
|
|
1223
|
+
new (): {
|
|
1224
|
+
$slots: S;
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
|
|
1228
|
+
declare type __VLS_WithTemplateSlots_44<T, S> = T & {
|
|
1229
|
+
new (): {
|
|
1230
|
+
$slots: S;
|
|
1231
|
+
};
|
|
1232
|
+
};
|
|
1233
|
+
|
|
1034
1234
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1035
1235
|
new (): {
|
|
1036
1236
|
$slots: S;
|
|
@@ -1063,7 +1263,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1063
1263
|
|
|
1064
1264
|
export declare const Alert: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1065
1265
|
|
|
1066
|
-
export declare const AlertItem:
|
|
1266
|
+
export declare const AlertItem: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1067
1267
|
|
|
1068
1268
|
declare type AlertVariants = VariantProps<typeof alertVariants>;
|
|
1069
1269
|
|
|
@@ -1073,7 +1273,7 @@ declare const alertVariants: (props?: ({
|
|
|
1073
1273
|
} & ClassProp) | undefined) => string;
|
|
1074
1274
|
|
|
1075
1275
|
declare type Appearance = {
|
|
1076
|
-
class?: HTMLAttributes[
|
|
1276
|
+
class?: HTMLAttributes['class'];
|
|
1077
1277
|
style?: StyleValue;
|
|
1078
1278
|
[key: string]: unknown;
|
|
1079
1279
|
};
|
|
@@ -1097,7 +1297,7 @@ declare type Appearance_4 = {
|
|
|
1097
1297
|
};
|
|
1098
1298
|
|
|
1099
1299
|
declare type Appearance_5 = {
|
|
1100
|
-
class?: HTMLAttributes[
|
|
1300
|
+
class?: HTMLAttributes["class"];
|
|
1101
1301
|
style?: StyleValue;
|
|
1102
1302
|
[key: string]: unknown;
|
|
1103
1303
|
};
|
|
@@ -1114,7 +1314,19 @@ declare type Appearance_7 = {
|
|
|
1114
1314
|
[key: string]: unknown;
|
|
1115
1315
|
};
|
|
1116
1316
|
|
|
1117
|
-
|
|
1317
|
+
declare type Appearance_8 = {
|
|
1318
|
+
class?: HTMLAttributes['class'];
|
|
1319
|
+
style?: StyleValue;
|
|
1320
|
+
[key: string]: unknown;
|
|
1321
|
+
};
|
|
1322
|
+
|
|
1323
|
+
declare type Appearance_9 = {
|
|
1324
|
+
class?: HTMLAttributes['class'];
|
|
1325
|
+
style?: StyleValue;
|
|
1326
|
+
[key: string]: unknown;
|
|
1327
|
+
};
|
|
1328
|
+
|
|
1329
|
+
export declare const AppLayout: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1118
1330
|
|
|
1119
1331
|
export declare const Aside: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1120
1332
|
|
|
@@ -1123,11 +1335,11 @@ declare interface AsideConfig {
|
|
|
1123
1335
|
width?: number;
|
|
1124
1336
|
}
|
|
1125
1337
|
|
|
1126
|
-
export declare const AuthLayout:
|
|
1338
|
+
export declare const AuthLayout: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1127
1339
|
|
|
1128
|
-
export declare const Block:
|
|
1340
|
+
export declare const Block: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1129
1341
|
|
|
1130
|
-
export declare const BlockFormLogin: DefineComponent<
|
|
1342
|
+
export declare const BlockFormLogin: DefineComponent<Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_29> & Readonly<{}>, {
|
|
1131
1343
|
action: string;
|
|
1132
1344
|
showResetLink: boolean;
|
|
1133
1345
|
resetLabel: string;
|
|
@@ -1135,48 +1347,69 @@ resetLink: string;
|
|
|
1135
1347
|
submitLabel: string;
|
|
1136
1348
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1137
1349
|
|
|
1138
|
-
export declare const BlockFormLoginMethodVerification: DefineComponent<
|
|
1350
|
+
export declare const BlockFormLoginMethodVerification: DefineComponent<Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_36> & Readonly<{}>, {
|
|
1351
|
+
type: string;
|
|
1139
1352
|
verificationMethods: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
1140
1353
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1141
1354
|
|
|
1142
|
-
export declare const
|
|
1355
|
+
export declare const BlockFormRegister: DefineComponent<Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_30> & Readonly<{}>, {
|
|
1356
|
+
action: string;
|
|
1357
|
+
submitLabel: string;
|
|
1358
|
+
fields: RegisterField[];
|
|
1359
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1360
|
+
|
|
1361
|
+
export declare const BlockFormReset: DefineComponent<Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_31> & Readonly<{}>, {
|
|
1143
1362
|
action: string;
|
|
1144
1363
|
submitLabel: string;
|
|
1145
1364
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1146
1365
|
|
|
1147
|
-
export declare const BlockFormResetPassword: DefineComponent<
|
|
1366
|
+
export declare const BlockFormResetPassword: DefineComponent<Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_32> & Readonly<{}>, {
|
|
1148
1367
|
action: string;
|
|
1149
1368
|
submitLabel: string;
|
|
1150
1369
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1151
1370
|
|
|
1152
|
-
export declare const BlockFormVerification: DefineComponent<
|
|
1371
|
+
export declare const BlockFormVerification: DefineComponent<Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_37> & Readonly<{}>, {
|
|
1153
1372
|
remember: boolean;
|
|
1154
1373
|
session: string;
|
|
1155
1374
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1156
1375
|
|
|
1157
|
-
export declare const BlockPageLogin: DefineComponent<
|
|
1376
|
+
export declare const BlockPageLogin: DefineComponent<Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_33> & Readonly<{}>, {
|
|
1158
1377
|
title: string;
|
|
1159
1378
|
showResetLink: boolean;
|
|
1160
1379
|
resetLabel: string;
|
|
1161
1380
|
resetLink: string;
|
|
1162
1381
|
submitLabel: string;
|
|
1163
|
-
socials:
|
|
1382
|
+
socials: SocialLink_2[];
|
|
1383
|
+
minimal: boolean;
|
|
1384
|
+
cols: number;
|
|
1385
|
+
onlySocialName: boolean;
|
|
1164
1386
|
showRegisterLink: boolean;
|
|
1165
1387
|
registerLabel: string;
|
|
1166
1388
|
registerLinkLabel: string;
|
|
1167
1389
|
registerLink: string;
|
|
1168
1390
|
subtitle: string;
|
|
1169
|
-
minimal: boolean;
|
|
1170
|
-
cols: number;
|
|
1171
1391
|
orLabel: string;
|
|
1172
|
-
onlySocialName: boolean;
|
|
1173
1392
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1174
1393
|
|
|
1175
|
-
export declare const
|
|
1394
|
+
export declare const BlockPageRegister: DefineComponent<Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_34> & Readonly<{}>, {
|
|
1395
|
+
title: string;
|
|
1396
|
+
action: string;
|
|
1397
|
+
submitLabel: string;
|
|
1398
|
+
fields: RegisterField_2[];
|
|
1399
|
+
subtitle: string;
|
|
1400
|
+
loginLabel: string;
|
|
1401
|
+
loginLinkLabel: string;
|
|
1402
|
+
loginLink: string;
|
|
1403
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1404
|
+
|
|
1405
|
+
export declare const BlockPageReset: DefineComponent<Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_35> & Readonly<{}>, {
|
|
1176
1406
|
title: string;
|
|
1177
1407
|
subtitle: string;
|
|
1178
1408
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1179
1409
|
|
|
1410
|
+
declare const Body_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1411
|
+
export { Body_2 as Body }
|
|
1412
|
+
|
|
1180
1413
|
declare type BreakpointValues = {
|
|
1181
1414
|
default?: number;
|
|
1182
1415
|
sm?: number;
|
|
@@ -1201,23 +1434,33 @@ declare interface BulkActionDefinition {
|
|
|
1201
1434
|
confirm?: BulkActionConfirm | null;
|
|
1202
1435
|
}
|
|
1203
1436
|
|
|
1204
|
-
export declare const Button:
|
|
1437
|
+
export declare const Button: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1205
1438
|
|
|
1206
1439
|
export declare const ButtonClear: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
1207
1440
|
|
|
1208
|
-
export declare const
|
|
1441
|
+
export declare const ButtonGroupSocials: DefineComponent<Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_12> & Readonly<{}>, {
|
|
1442
|
+
socials: SocialLink[];
|
|
1443
|
+
minimal: boolean;
|
|
1444
|
+
cols: number;
|
|
1445
|
+
onlySocialName: boolean;
|
|
1446
|
+
redirectRoute: string;
|
|
1447
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1448
|
+
|
|
1449
|
+
export declare const ButtonIcon: DefineComponent<Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1209
1450
|
|
|
1210
|
-
export declare const ButtonLink: DefineComponent<
|
|
1451
|
+
export declare const ButtonLink: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1211
1452
|
|
|
1212
|
-
export declare const ButtonSubmit:
|
|
1453
|
+
export declare const ButtonSubmit: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1213
1454
|
|
|
1214
1455
|
declare type ButtonVariant = 'default' | 'secondary' | 'outline' | 'destructive' | 'ghost' | 'link' | null | undefined;
|
|
1215
1456
|
|
|
1216
|
-
export declare const Card:
|
|
1457
|
+
export declare const Card: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1217
1458
|
|
|
1218
1459
|
export declare const Checkbox: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1219
1460
|
|
|
1220
|
-
export declare const
|
|
1461
|
+
export declare const CleanLayout: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1462
|
+
|
|
1463
|
+
export declare const ColorMode: DefineComponent<Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1221
1464
|
|
|
1222
1465
|
declare type ColorModeVariants = VariantProps<typeof colorModeVariants>;
|
|
1223
1466
|
|
|
@@ -1231,7 +1474,7 @@ declare interface Column {
|
|
|
1231
1474
|
visible?: boolean;
|
|
1232
1475
|
}
|
|
1233
1476
|
|
|
1234
|
-
export declare const ColumnVisibility: DefineComponent<
|
|
1477
|
+
export declare const ColumnVisibility: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1235
1478
|
|
|
1236
1479
|
declare interface ComponentProps {
|
|
1237
1480
|
name?: string;
|
|
@@ -1240,15 +1483,17 @@ declare interface ComponentProps {
|
|
|
1240
1483
|
};
|
|
1241
1484
|
}
|
|
1242
1485
|
|
|
1243
|
-
export declare const ComponentRender: DefineComponent<
|
|
1486
|
+
export declare const ComponentRender: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1244
1487
|
|
|
1245
1488
|
export declare const components: Record<string, any>;
|
|
1246
1489
|
|
|
1490
|
+
export declare const Condition: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1491
|
+
|
|
1247
1492
|
export declare const DataTableCategory: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1248
1493
|
|
|
1249
|
-
declare const Date_2: DefineComponent<
|
|
1494
|
+
declare const Date_2: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1250
1495
|
"update:modelValue": (value: string) => any;
|
|
1251
|
-
}, string, PublicProps, Readonly<
|
|
1496
|
+
}, string, PublicProps, Readonly<Props_4> & Readonly<{
|
|
1252
1497
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1253
1498
|
}>, {
|
|
1254
1499
|
placeholder: string;
|
|
@@ -1257,41 +1502,41 @@ size: "xs" | "sm" | "default" | "base";
|
|
|
1257
1502
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1258
1503
|
export { Date_2 as Date }
|
|
1259
1504
|
|
|
1260
|
-
export declare const Dialog:
|
|
1505
|
+
export declare const Dialog: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1261
1506
|
|
|
1262
|
-
export declare const Div:
|
|
1507
|
+
export declare const Div: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1263
1508
|
|
|
1264
|
-
export declare const Drawer:
|
|
1509
|
+
export declare const Drawer: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1265
1510
|
|
|
1266
|
-
export declare const DrawerClose:
|
|
1511
|
+
export declare const DrawerClose: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1267
1512
|
|
|
1268
|
-
export declare const DrawerContent:
|
|
1513
|
+
export declare const DrawerContent: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1269
1514
|
|
|
1270
|
-
export declare const DrawerDescription:
|
|
1515
|
+
export declare const DrawerDescription: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1271
1516
|
|
|
1272
|
-
export declare const DrawerFooter:
|
|
1517
|
+
export declare const DrawerFooter: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1273
1518
|
|
|
1274
|
-
export declare const DrawerHeader:
|
|
1519
|
+
export declare const DrawerHeader: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1275
1520
|
|
|
1276
|
-
export declare const DrawerOverlay: DefineComponent<
|
|
1521
|
+
export declare const DrawerOverlay: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1277
1522
|
|
|
1278
|
-
export declare const DrawerTitle:
|
|
1523
|
+
export declare const DrawerTitle: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1279
1524
|
|
|
1280
|
-
export declare const DrawerTrigger:
|
|
1525
|
+
export declare const DrawerTrigger: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1281
1526
|
|
|
1282
|
-
export declare const Dropdown:
|
|
1527
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1283
1528
|
|
|
1284
|
-
export declare const DropdownItem: DefineComponent<
|
|
1529
|
+
export declare const DropdownItem: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1285
1530
|
|
|
1286
|
-
export declare const DropdownSearch: DefineComponent<
|
|
1531
|
+
export declare const DropdownSearch: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1287
1532
|
|
|
1288
1533
|
export declare const FlashMessage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1289
1534
|
|
|
1290
|
-
export declare const Flex:
|
|
1535
|
+
export declare const Flex: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1291
1536
|
|
|
1292
|
-
export declare const Form:
|
|
1537
|
+
export declare const Form: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1293
1538
|
|
|
1294
|
-
export declare const FormControl:
|
|
1539
|
+
export declare const FormControl: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1295
1540
|
|
|
1296
1541
|
export declare const FormError: DefineComponent<ExtractPropTypes< {
|
|
1297
1542
|
errors: {
|
|
@@ -1303,13 +1548,13 @@ type: (ObjectConstructor | StringConstructor)[];
|
|
|
1303
1548
|
};
|
|
1304
1549
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLUListElement>;
|
|
1305
1550
|
|
|
1306
|
-
export declare const Grid:
|
|
1551
|
+
export declare const Grid: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1307
1552
|
|
|
1308
|
-
export declare const Icon: DefineComponent<
|
|
1553
|
+
export declare const Icon: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1309
1554
|
|
|
1310
|
-
export declare const Input:
|
|
1555
|
+
export declare const Input: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1311
1556
|
|
|
1312
|
-
export declare const InputSearch: DefineComponent<
|
|
1557
|
+
export declare const InputSearch: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {
|
|
1313
1558
|
type: string;
|
|
1314
1559
|
size: "xs" | "sm" | "default" | "base";
|
|
1315
1560
|
mode: "single" | "multiple";
|
|
@@ -1327,14 +1572,27 @@ declare interface Item {
|
|
|
1327
1572
|
count: number;
|
|
1328
1573
|
}
|
|
1329
1574
|
|
|
1575
|
+
export declare const Link: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1576
|
+
|
|
1577
|
+
export declare const LocaleDropdown: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1578
|
+
|
|
1330
1579
|
export declare const LocaleSelect: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1331
1580
|
|
|
1581
|
+
export declare const Logo: DefineComponent<Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_28> & Readonly<{}>, {
|
|
1582
|
+
title: string;
|
|
1583
|
+
mode: "auto" | "light" | "dark";
|
|
1584
|
+
variant: "default" | "small";
|
|
1585
|
+
alt: string;
|
|
1586
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1587
|
+
|
|
1332
1588
|
export declare type LogoConfig = string | {
|
|
1333
1589
|
default: ThemeableSrc;
|
|
1334
1590
|
small?: ThemeableSrc;
|
|
1335
1591
|
};
|
|
1336
1592
|
|
|
1337
|
-
export declare const
|
|
1593
|
+
export declare const NavigationHorizontal: DefineComponent<Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_47> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1594
|
+
|
|
1595
|
+
export declare const NavigationVertical: DefineComponent<Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_46> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1338
1596
|
|
|
1339
1597
|
declare interface OptionGroup {
|
|
1340
1598
|
label: string;
|
|
@@ -1356,9 +1614,9 @@ declare interface OptionItem {
|
|
|
1356
1614
|
|
|
1357
1615
|
export declare const Pagination: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1358
1616
|
|
|
1359
|
-
export declare const PanelLayout:
|
|
1617
|
+
export declare const PanelLayout: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1360
1618
|
|
|
1361
|
-
export declare const Pin: DefineComponent<
|
|
1619
|
+
export declare const Pin: DefineComponent<Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_39> & Readonly<{}>, {
|
|
1362
1620
|
label: string;
|
|
1363
1621
|
name: string;
|
|
1364
1622
|
hint: string;
|
|
@@ -1369,17 +1627,33 @@ declare const plugin: Plugin_2<[SvariumOptions]>;
|
|
|
1369
1627
|
export default plugin;
|
|
1370
1628
|
|
|
1371
1629
|
declare interface Props {
|
|
1372
|
-
|
|
1373
|
-
|
|
1630
|
+
class?: string;
|
|
1631
|
+
defaultValue?: string;
|
|
1632
|
+
defaultOpen?: string;
|
|
1633
|
+
modelValue?: string;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
declare interface Props_10 extends PrimitiveProps {
|
|
1637
|
+
variant?: AlertVariants["variant"];
|
|
1638
|
+
size?: AlertVariants["size"];
|
|
1639
|
+
class?: HTMLAttributes["class"];
|
|
1374
1640
|
}
|
|
1375
1641
|
|
|
1376
|
-
declare interface
|
|
1642
|
+
declare interface Props_11 {
|
|
1377
1643
|
href: string;
|
|
1378
1644
|
icon: string;
|
|
1379
1645
|
label: string;
|
|
1380
1646
|
}
|
|
1381
1647
|
|
|
1382
|
-
declare interface
|
|
1648
|
+
declare interface Props_12 {
|
|
1649
|
+
socials?: SocialLink[];
|
|
1650
|
+
minimal?: boolean;
|
|
1651
|
+
cols?: number;
|
|
1652
|
+
onlySocialName?: boolean;
|
|
1653
|
+
redirectRoute?: string;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
declare interface Props_13 {
|
|
1383
1657
|
content: {
|
|
1384
1658
|
[key: string]: any;
|
|
1385
1659
|
};
|
|
@@ -1387,7 +1661,7 @@ declare interface Props_11 {
|
|
|
1387
1661
|
height?: number;
|
|
1388
1662
|
}
|
|
1389
1663
|
|
|
1390
|
-
declare interface
|
|
1664
|
+
declare interface Props_14 {
|
|
1391
1665
|
cols?: BreakpointValues;
|
|
1392
1666
|
gap?: BreakpointValues;
|
|
1393
1667
|
gapX?: BreakpointValues;
|
|
@@ -1397,23 +1671,23 @@ declare interface Props_12 {
|
|
|
1397
1671
|
};
|
|
1398
1672
|
}
|
|
1399
1673
|
|
|
1400
|
-
declare interface
|
|
1674
|
+
declare interface Props_15 {
|
|
1401
1675
|
schema: {
|
|
1402
1676
|
[key: string]: any;
|
|
1403
1677
|
};
|
|
1404
1678
|
}
|
|
1405
1679
|
|
|
1406
|
-
declare interface
|
|
1680
|
+
declare interface Props_16 {
|
|
1407
1681
|
description?: string;
|
|
1408
1682
|
title?: string;
|
|
1409
1683
|
}
|
|
1410
1684
|
|
|
1411
|
-
declare interface
|
|
1685
|
+
declare interface Props_17 {
|
|
1412
1686
|
show: boolean;
|
|
1413
1687
|
duration?: string;
|
|
1414
1688
|
}
|
|
1415
1689
|
|
|
1416
|
-
declare interface
|
|
1690
|
+
declare interface Props_18 {
|
|
1417
1691
|
title: string;
|
|
1418
1692
|
description?: string;
|
|
1419
1693
|
cancel: string;
|
|
@@ -1421,13 +1695,18 @@ declare interface Props_16 {
|
|
|
1421
1695
|
maxWidth: number;
|
|
1422
1696
|
}
|
|
1423
1697
|
|
|
1424
|
-
declare interface
|
|
1698
|
+
declare interface Props_19 {
|
|
1425
1699
|
label?: string;
|
|
1426
1700
|
hint?: string;
|
|
1427
1701
|
name?: string;
|
|
1428
1702
|
}
|
|
1429
1703
|
|
|
1430
|
-
declare interface
|
|
1704
|
+
declare interface Props_2 {
|
|
1705
|
+
name: string;
|
|
1706
|
+
value?: string;
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
declare interface Props_20 {
|
|
1431
1710
|
label?: string;
|
|
1432
1711
|
href?: string;
|
|
1433
1712
|
method?: string;
|
|
@@ -1437,39 +1716,29 @@ declare interface Props_18 {
|
|
|
1437
1716
|
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
1438
1717
|
}
|
|
1439
1718
|
|
|
1440
|
-
declare interface
|
|
1719
|
+
declare interface Props_21 {
|
|
1441
1720
|
name: string;
|
|
1442
1721
|
}
|
|
1443
1722
|
|
|
1444
|
-
declare interface
|
|
1445
|
-
label?: string;
|
|
1446
|
-
sortable?: boolean;
|
|
1447
|
-
searchable?: boolean;
|
|
1448
|
-
visible?: boolean;
|
|
1449
|
-
class?: unknown;
|
|
1450
|
-
style?: unknown;
|
|
1451
|
-
appearance?: Record<string, unknown>;
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
declare interface Props_20 {
|
|
1723
|
+
declare interface Props_22 {
|
|
1455
1724
|
label?: string;
|
|
1456
1725
|
}
|
|
1457
1726
|
|
|
1458
|
-
declare interface
|
|
1727
|
+
declare interface Props_23 extends PrimitiveProps {
|
|
1459
1728
|
variant?: ColorModeVariants["variant"];
|
|
1460
1729
|
}
|
|
1461
1730
|
|
|
1462
|
-
declare interface
|
|
1731
|
+
declare interface Props_24 {
|
|
1463
1732
|
action: string;
|
|
1464
1733
|
}
|
|
1465
1734
|
|
|
1466
|
-
declare interface
|
|
1735
|
+
declare interface Props_25 {
|
|
1467
1736
|
name?: string;
|
|
1468
1737
|
label?: string;
|
|
1469
1738
|
hint?: string;
|
|
1470
1739
|
}
|
|
1471
1740
|
|
|
1472
|
-
declare interface
|
|
1741
|
+
declare interface Props_26 {
|
|
1473
1742
|
name?: string;
|
|
1474
1743
|
type?: string;
|
|
1475
1744
|
password?: boolean;
|
|
@@ -1486,7 +1755,27 @@ declare interface Props_24 {
|
|
|
1486
1755
|
showPasswordRequired?: boolean;
|
|
1487
1756
|
}
|
|
1488
1757
|
|
|
1489
|
-
declare interface
|
|
1758
|
+
declare interface Props_27 {
|
|
1759
|
+
href?: string;
|
|
1760
|
+
route?: string;
|
|
1761
|
+
params?: Record<string, any> | any[];
|
|
1762
|
+
tag?: 'a' | 'Link' | string;
|
|
1763
|
+
newWindow?: boolean;
|
|
1764
|
+
text?: string;
|
|
1765
|
+
label?: string;
|
|
1766
|
+
class?: HTMLAttributes['class'];
|
|
1767
|
+
style?: StyleValue;
|
|
1768
|
+
appearance?: Appearance_8;
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
declare interface Props_28 {
|
|
1772
|
+
variant?: 'default' | 'small';
|
|
1773
|
+
mode?: 'auto' | 'light' | 'dark';
|
|
1774
|
+
alt?: string;
|
|
1775
|
+
title?: string;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
declare interface Props_29 {
|
|
1490
1779
|
action?: string;
|
|
1491
1780
|
showResetLink?: boolean;
|
|
1492
1781
|
resetLabel?: string;
|
|
@@ -1494,41 +1783,36 @@ declare interface Props_25 {
|
|
|
1494
1783
|
submitLabel?: string;
|
|
1495
1784
|
}
|
|
1496
1785
|
|
|
1497
|
-
declare interface
|
|
1498
|
-
|
|
1499
|
-
|
|
1786
|
+
declare interface Props_3 {
|
|
1787
|
+
label?: string;
|
|
1788
|
+
sortable?: boolean;
|
|
1789
|
+
searchable?: boolean;
|
|
1790
|
+
visible?: boolean;
|
|
1791
|
+
class?: unknown;
|
|
1792
|
+
style?: unknown;
|
|
1793
|
+
appearance?: Record<string, unknown>;
|
|
1500
1794
|
}
|
|
1501
1795
|
|
|
1502
|
-
declare interface
|
|
1796
|
+
declare interface Props_30 {
|
|
1503
1797
|
action?: string;
|
|
1504
1798
|
submitLabel?: string;
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
declare interface Props_28 {
|
|
1509
|
-
title?: string;
|
|
1510
|
-
subtitle?: string;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
declare interface Props_29 {
|
|
1514
|
-
verificationMethods?: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
1515
|
-
session: string;
|
|
1799
|
+
schema?: Record<string, any>[];
|
|
1800
|
+
fields?: RegisterField[];
|
|
1516
1801
|
}
|
|
1517
1802
|
|
|
1518
|
-
declare interface
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
size?: 'xs' | 'sm' | 'default' | 'base';
|
|
1803
|
+
declare interface Props_31 {
|
|
1804
|
+
action?: string;
|
|
1805
|
+
submitLabel?: string;
|
|
1522
1806
|
}
|
|
1523
1807
|
|
|
1524
|
-
declare interface
|
|
1525
|
-
|
|
1808
|
+
declare interface Props_32 {
|
|
1809
|
+
action?: string;
|
|
1810
|
+
submitLabel?: string;
|
|
1526
1811
|
session: string;
|
|
1527
|
-
remember: boolean;
|
|
1528
1812
|
}
|
|
1529
1813
|
|
|
1530
|
-
declare interface
|
|
1531
|
-
socials?:
|
|
1814
|
+
declare interface Props_33 {
|
|
1815
|
+
socials?: SocialLink_2[];
|
|
1532
1816
|
showRegisterLink?: boolean;
|
|
1533
1817
|
registerLabel?: string;
|
|
1534
1818
|
registerLinkLabel?: string;
|
|
@@ -1545,7 +1829,36 @@ declare interface Props_31 {
|
|
|
1545
1829
|
onlySocialName?: boolean;
|
|
1546
1830
|
}
|
|
1547
1831
|
|
|
1548
|
-
declare interface
|
|
1832
|
+
declare interface Props_34 {
|
|
1833
|
+
title?: string;
|
|
1834
|
+
subtitle?: string;
|
|
1835
|
+
loginLabel?: string;
|
|
1836
|
+
loginLinkLabel?: string;
|
|
1837
|
+
loginLink?: string;
|
|
1838
|
+
submitLabel?: string;
|
|
1839
|
+
action?: string;
|
|
1840
|
+
schema?: Record<string, any>[];
|
|
1841
|
+
fields?: RegisterField_2[];
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
declare interface Props_35 {
|
|
1845
|
+
title?: string;
|
|
1846
|
+
subtitle?: string;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
declare interface Props_36 {
|
|
1850
|
+
verificationMethods?: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
1851
|
+
session: string;
|
|
1852
|
+
type?: string;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
declare interface Props_37 {
|
|
1856
|
+
type: 'login' | 'register' | 'reset';
|
|
1857
|
+
session: string;
|
|
1858
|
+
remember: boolean;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
declare interface Props_38 {
|
|
1549
1862
|
value?: string | number | boolean;
|
|
1550
1863
|
modelValue?: string | number | boolean;
|
|
1551
1864
|
checked?: boolean;
|
|
@@ -1554,14 +1867,20 @@ declare interface Props_32 {
|
|
|
1554
1867
|
hint?: string;
|
|
1555
1868
|
}
|
|
1556
1869
|
|
|
1557
|
-
declare interface
|
|
1870
|
+
declare interface Props_39 {
|
|
1558
1871
|
name?: string;
|
|
1559
1872
|
maxlength?: number;
|
|
1560
1873
|
hint?: string;
|
|
1561
1874
|
label?: string;
|
|
1562
1875
|
}
|
|
1563
1876
|
|
|
1564
|
-
declare interface
|
|
1877
|
+
declare interface Props_4 {
|
|
1878
|
+
modelValue?: string;
|
|
1879
|
+
placeholder?: string;
|
|
1880
|
+
size?: 'xs' | 'sm' | 'default' | 'base';
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
declare interface Props_40 {
|
|
1565
1884
|
placeholder?: string;
|
|
1566
1885
|
options?: OptionItem[] | OptionGroup[];
|
|
1567
1886
|
name?: string;
|
|
@@ -1571,7 +1890,7 @@ declare interface Props_34 {
|
|
|
1571
1890
|
modelValue?: any;
|
|
1572
1891
|
}
|
|
1573
1892
|
|
|
1574
|
-
declare interface
|
|
1893
|
+
declare interface Props_41 {
|
|
1575
1894
|
title: string;
|
|
1576
1895
|
description?: string;
|
|
1577
1896
|
cancel: string;
|
|
@@ -1580,13 +1899,13 @@ declare interface Props_35 {
|
|
|
1580
1899
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
1581
1900
|
}
|
|
1582
1901
|
|
|
1583
|
-
declare interface
|
|
1902
|
+
declare interface Props_42 {
|
|
1584
1903
|
offset?: number;
|
|
1585
1904
|
width?: number;
|
|
1586
1905
|
position?: 'left' | 'right' | 'top';
|
|
1587
1906
|
}
|
|
1588
1907
|
|
|
1589
|
-
declare interface
|
|
1908
|
+
declare interface Props_43 {
|
|
1590
1909
|
themeToggle?: boolean;
|
|
1591
1910
|
locale?: boolean;
|
|
1592
1911
|
twoFactor?: boolean;
|
|
@@ -1594,18 +1913,32 @@ declare interface Props_37 {
|
|
|
1594
1913
|
logout?: boolean;
|
|
1595
1914
|
}
|
|
1596
1915
|
|
|
1597
|
-
declare interface
|
|
1916
|
+
declare interface Props_44 {
|
|
1598
1917
|
title?: string;
|
|
1599
1918
|
showBorder?: boolean;
|
|
1600
1919
|
}
|
|
1601
1920
|
|
|
1602
|
-
declare interface
|
|
1921
|
+
declare interface Props_45 {
|
|
1603
1922
|
orientation?: 'horizontal' | 'vertical';
|
|
1604
1923
|
left?: boolean;
|
|
1605
1924
|
right?: boolean;
|
|
1606
1925
|
}
|
|
1607
1926
|
|
|
1608
|
-
declare interface
|
|
1927
|
+
declare interface Props_46 {
|
|
1928
|
+
navigation_id?: string | number;
|
|
1929
|
+
navigation?: Record<string, any> | null;
|
|
1930
|
+
items?: any[];
|
|
1931
|
+
navigations?: any[];
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
declare interface Props_47 {
|
|
1935
|
+
navigation_id?: string | number;
|
|
1936
|
+
navigation?: Record<string, any> | null;
|
|
1937
|
+
items?: any[];
|
|
1938
|
+
navigations?: any[];
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
declare interface Props_5 {
|
|
1609
1942
|
placeholder?: string;
|
|
1610
1943
|
field?: string;
|
|
1611
1944
|
operators?: Array<string | {
|
|
@@ -1617,33 +1950,26 @@ declare interface Props_4 {
|
|
|
1617
1950
|
size?: "xs" | "sm" | "default" | "base";
|
|
1618
1951
|
}
|
|
1619
1952
|
|
|
1620
|
-
declare interface
|
|
1621
|
-
navigation_id?: string | number;
|
|
1622
|
-
navigation?: Record<string, any> | null;
|
|
1623
|
-
items?: any[];
|
|
1624
|
-
navigations?: any[];
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
declare interface Props_5 {
|
|
1953
|
+
declare interface Props_6 {
|
|
1628
1954
|
label: string;
|
|
1629
1955
|
items: Array<Item>;
|
|
1630
1956
|
}
|
|
1631
1957
|
|
|
1632
|
-
declare interface
|
|
1958
|
+
declare interface Props_7 {
|
|
1633
1959
|
label?: string;
|
|
1634
1960
|
columns?: Column[];
|
|
1635
1961
|
variant?: 'default' | 'secondary' | 'outline' | 'destructive' | 'ghost' | 'link' | null | undefined;
|
|
1636
1962
|
size?: 'default' | 'sm' | 'lg' | 'icon' | 'icon-sm' | 'icon-lg' | null | undefined;
|
|
1637
1963
|
}
|
|
1638
1964
|
|
|
1639
|
-
declare interface
|
|
1965
|
+
declare interface Props_8 {
|
|
1640
1966
|
label: string;
|
|
1641
1967
|
icon?: string;
|
|
1642
1968
|
value?: string;
|
|
1643
1969
|
href?: string;
|
|
1644
1970
|
}
|
|
1645
1971
|
|
|
1646
|
-
declare interface
|
|
1972
|
+
declare interface Props_9 {
|
|
1647
1973
|
name?: string;
|
|
1648
1974
|
label?: string;
|
|
1649
1975
|
hint?: string;
|
|
@@ -1651,19 +1977,47 @@ declare interface Props_8 {
|
|
|
1651
1977
|
value: string;
|
|
1652
1978
|
}
|
|
1653
1979
|
|
|
1654
|
-
declare
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1980
|
+
export declare const Radio: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1981
|
+
|
|
1982
|
+
declare interface RegisterField {
|
|
1983
|
+
name: string;
|
|
1984
|
+
type?: string;
|
|
1985
|
+
label?: string;
|
|
1986
|
+
placeholder?: string;
|
|
1987
|
+
hint?: string;
|
|
1988
|
+
required?: boolean;
|
|
1989
|
+
autocomplete?: string;
|
|
1990
|
+
value?: string | number | boolean;
|
|
1991
|
+
options?: RegisterFieldOption[];
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
declare interface RegisterField_2 {
|
|
1995
|
+
name: string;
|
|
1996
|
+
type?: string;
|
|
1997
|
+
label?: string;
|
|
1998
|
+
placeholder?: string;
|
|
1999
|
+
hint?: string;
|
|
2000
|
+
required?: boolean;
|
|
2001
|
+
autocomplete?: string;
|
|
2002
|
+
value?: string | number | boolean;
|
|
2003
|
+
options?: RegisterFieldOption_2[];
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
declare interface RegisterFieldOption {
|
|
2007
|
+
value: string | number | boolean;
|
|
2008
|
+
label: string;
|
|
1658
2009
|
}
|
|
1659
2010
|
|
|
1660
|
-
|
|
2011
|
+
declare interface RegisterFieldOption_2 {
|
|
2012
|
+
value: string | number | boolean;
|
|
2013
|
+
label: string;
|
|
2014
|
+
}
|
|
1661
2015
|
|
|
1662
|
-
export declare const ScrollArea:
|
|
2016
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1663
2017
|
|
|
1664
|
-
export declare const Select: DefineComponent<
|
|
2018
|
+
export declare const Select: DefineComponent<Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1665
2019
|
"update:modelValue": (...args: any[]) => void;
|
|
1666
|
-
}, string, PublicProps, Readonly<
|
|
2020
|
+
}, string, PublicProps, Readonly<Props_40> & Readonly<{
|
|
1667
2021
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1668
2022
|
}>, {
|
|
1669
2023
|
placeholder: string;
|
|
@@ -1672,11 +2026,13 @@ clear: boolean;
|
|
|
1672
2026
|
options: OptionItem[] | OptionGroup[];
|
|
1673
2027
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1674
2028
|
|
|
1675
|
-
export declare const
|
|
2029
|
+
export declare const SelectColor: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2030
|
+
|
|
2031
|
+
export declare const Separator: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1676
2032
|
|
|
1677
|
-
export declare const Sheet:
|
|
2033
|
+
export declare const Sheet: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1678
2034
|
|
|
1679
|
-
export declare const Sidebar:
|
|
2035
|
+
export declare const Sidebar: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1680
2036
|
|
|
1681
2037
|
declare interface SidebarBottomConfig {
|
|
1682
2038
|
enabled: boolean;
|
|
@@ -1701,7 +2057,7 @@ declare interface SidebarFooterConfig {
|
|
|
1701
2057
|
component?: ComponentProps;
|
|
1702
2058
|
}
|
|
1703
2059
|
|
|
1704
|
-
export declare const SidebarHeader: DefineComponent<
|
|
2060
|
+
export declare const SidebarHeader: DefineComponent<Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_44> & Readonly<{}>, {
|
|
1705
2061
|
showBorder: boolean;
|
|
1706
2062
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1707
2063
|
|
|
@@ -1715,7 +2071,7 @@ declare interface SidebarTopConfig {
|
|
|
1715
2071
|
enabled: boolean;
|
|
1716
2072
|
}
|
|
1717
2073
|
|
|
1718
|
-
export declare const SidebarUser: DefineComponent<
|
|
2074
|
+
export declare const SidebarUser: DefineComponent<Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_43> & Readonly<{}>, {
|
|
1719
2075
|
locale: boolean;
|
|
1720
2076
|
themeToggle: boolean;
|
|
1721
2077
|
twoFactor: boolean;
|
|
@@ -1723,9 +2079,17 @@ activityLog: boolean;
|
|
|
1723
2079
|
logout: boolean;
|
|
1724
2080
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1725
2081
|
|
|
1726
|
-
export declare const SlideTransition:
|
|
2082
|
+
export declare const SlideTransition: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1727
2083
|
|
|
1728
2084
|
declare interface SocialLink {
|
|
2085
|
+
id: string;
|
|
2086
|
+
url?: string;
|
|
2087
|
+
label: string;
|
|
2088
|
+
icon?: string;
|
|
2089
|
+
provider: string;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
declare interface SocialLink_2 {
|
|
1729
2093
|
id: string;
|
|
1730
2094
|
url?: string;
|
|
1731
2095
|
label: string;
|
|
@@ -1752,15 +2116,15 @@ export declare const Switch: DefineComponent<__VLS_PublicProps, {}, {}, {}, {},
|
|
|
1752
2116
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1753
2117
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1754
2118
|
|
|
1755
|
-
export declare const Tab:
|
|
2119
|
+
export declare const Tab: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1756
2120
|
|
|
1757
|
-
export declare const TabItem:
|
|
2121
|
+
export declare const TabItem: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1758
2122
|
|
|
1759
|
-
export declare const Table:
|
|
2123
|
+
export declare const Table: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1760
2124
|
|
|
1761
|
-
export declare const TableBody:
|
|
2125
|
+
export declare const TableBody: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1762
2126
|
|
|
1763
|
-
export declare const TableCell:
|
|
2127
|
+
export declare const TableCell: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1764
2128
|
|
|
1765
2129
|
export declare const TableFilters: DefineComponent<ExtractPropTypes< {
|
|
1766
2130
|
filters: {
|
|
@@ -1776,15 +2140,18 @@ default: () => never[];
|
|
|
1776
2140
|
filters: unknown[];
|
|
1777
2141
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1778
2142
|
|
|
1779
|
-
export declare const TableFooter:
|
|
2143
|
+
export declare const TableFooter: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2144
|
+
|
|
2145
|
+
export declare const TableHead: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1780
2146
|
|
|
1781
|
-
export declare const
|
|
2147
|
+
export declare const TableHeader: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1782
2148
|
|
|
1783
|
-
export declare const
|
|
2149
|
+
export declare const TableRow: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1784
2150
|
|
|
1785
|
-
|
|
2151
|
+
declare const Text_2: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2152
|
+
export { Text_2 as Text }
|
|
1786
2153
|
|
|
1787
|
-
export declare const Textarea: DefineComponent<
|
|
2154
|
+
export declare const Textarea: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_9> & Readonly<{}>, {
|
|
1788
2155
|
label: string;
|
|
1789
2156
|
placeholder: string;
|
|
1790
2157
|
name: string;
|