@upsoftware_tech/svarium 1.0.6 → 1.0.8
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 +1154 -171
- package/dist/src/pages/Init.vue +21 -0
- package/dist/src/pages/Svarium.vue +189 -0
- package/dist/svarium.css +1 -1
- package/dist/svarium.es.js +27860 -21927
- package/dist/svarium.umd.js +6 -7
- package/package.json +5 -4
- package/src/lib/appearance.ts +748 -0
- package/src/lib/block.ts +51 -0
- package/src/lib/utils.ts +7 -0
- package/src/pages/Init.vue +21 -0
- package/src/pages/Svarium.vue +189 -0
package/dist/index.d.ts
CHANGED
|
@@ -3,88 +3,399 @@ import { ComponentOptionsMixin } from 'vue';
|
|
|
3
3
|
import { ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { ComputedRef } from 'vue';
|
|
5
5
|
import { DefineComponent } from 'vue';
|
|
6
|
+
import { DialogContentProps } from 'reka-ui';
|
|
7
|
+
import { DialogOverlayProps } from 'reka-ui';
|
|
8
|
+
import { DrawerCloseProps } from 'vaul-vue';
|
|
9
|
+
import { DrawerDescriptionProps } from 'vaul-vue';
|
|
10
|
+
import { DrawerRootProps } from 'vaul-vue';
|
|
11
|
+
import { DrawerTitleProps } from 'vaul-vue';
|
|
12
|
+
import { DrawerTriggerProps } from 'vaul-vue';
|
|
6
13
|
import { ExtractPropTypes } from 'vue';
|
|
14
|
+
import { FocusOutsideEvent } from 'reka-ui';
|
|
7
15
|
import { HTMLAttributes } from 'vue';
|
|
8
|
-
import { Icon } from '@iconify/vue';
|
|
9
16
|
import { Plugin as Plugin_2 } from 'vue';
|
|
17
|
+
import { PointerDownOutsideEvent } from 'reka-ui';
|
|
10
18
|
import { PrimitiveProps } from 'reka-ui';
|
|
19
|
+
import { PropType } from 'vue';
|
|
11
20
|
import { PublicProps } from 'vue';
|
|
12
21
|
import { Ref } from 'vue';
|
|
22
|
+
import { StyleValue } from 'vue';
|
|
13
23
|
import { VariantProps } from 'class-variance-authority';
|
|
14
24
|
|
|
15
|
-
declare const __VLS_component: DefineComponent<
|
|
25
|
+
declare const __VLS_component: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
16
26
|
|
|
17
|
-
declare const __VLS_component_10: DefineComponent<
|
|
27
|
+
declare const __VLS_component_10: DefineComponent<DrawerCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DrawerCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
|
|
29
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
30
|
+
openAutoFocus: (event: Event) => any;
|
|
31
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
32
|
+
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
33
|
+
focusOutside: (event: FocusOutsideEvent) => any;
|
|
34
|
+
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
35
|
+
closeAutoFocus: (event: Event) => any;
|
|
36
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
37
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
38
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
39
|
+
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
40
|
+
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
41
|
+
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
42
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
43
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
44
|
+
|
|
45
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
46
|
+
|
|
47
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
48
|
+
|
|
49
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
50
|
+
|
|
51
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
52
|
+
|
|
53
|
+
declare const __VLS_component_16: DefineComponent<DrawerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DrawerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
54
|
+
|
|
55
|
+
declare const __VLS_component_17: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
56
|
+
|
|
57
|
+
declare const __VLS_component_18: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
58
|
+
|
|
59
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
60
|
+
|
|
61
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
62
|
+
|
|
63
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
64
|
+
|
|
65
|
+
declare const __VLS_component_21: DefineComponent<Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
66
|
+
|
|
67
|
+
declare const __VLS_component_22: DefineComponent<Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
68
|
+
|
|
69
|
+
declare const __VLS_component_23: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
70
|
+
show: boolean;
|
|
71
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
72
|
+
|
|
73
|
+
declare const __VLS_component_24: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_16> & Readonly<{}>, {
|
|
74
|
+
maxWidth: number;
|
|
75
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
76
|
+
|
|
77
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
78
|
+
"update:modelValue": (value: unknown) => any;
|
|
79
|
+
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
80
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
81
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
82
|
+
|
|
83
|
+
declare const __VLS_component_26: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_18> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
84
|
+
|
|
85
|
+
declare const __VLS_component_27: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
86
|
+
|
|
87
|
+
declare const __VLS_component_28: DefineComponent<Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_22> & Readonly<{}>, {
|
|
88
|
+
action: string;
|
|
89
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
90
|
+
|
|
91
|
+
declare const __VLS_component_29: DefineComponent<Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_23> & Readonly<{}>, {
|
|
92
|
+
label: string;
|
|
93
|
+
name: string;
|
|
94
|
+
hint: string;
|
|
95
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
96
|
+
|
|
97
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
98
|
+
|
|
99
|
+
declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
100
|
"update:modelValue": (value: string | number) => any;
|
|
19
101
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
20
102
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
21
103
|
}>, {
|
|
22
104
|
copy: boolean;
|
|
105
|
+
label: string;
|
|
23
106
|
type: string;
|
|
24
107
|
placeholder: string;
|
|
25
|
-
label: string;
|
|
26
|
-
name: string;
|
|
27
108
|
clear: boolean;
|
|
28
|
-
|
|
109
|
+
name: string;
|
|
29
110
|
stringGeneratorLength: number;
|
|
111
|
+
hint: string;
|
|
30
112
|
password: boolean;
|
|
31
113
|
addon: string;
|
|
32
114
|
passwordGenerator: boolean;
|
|
33
115
|
showPasswordRequired: boolean;
|
|
34
116
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
35
117
|
|
|
36
|
-
declare const
|
|
118
|
+
declare const __VLS_component_31: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
37
119
|
|
|
38
|
-
declare const
|
|
120
|
+
declare const __VLS_component_32: DefineComponent<Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
121
|
+
"update:modelValue": (value: string | number | boolean | undefined) => any;
|
|
122
|
+
}, string, PublicProps, Readonly<Props_32> & Readonly<{
|
|
123
|
+
"onUpdate:modelValue"?: ((value: string | number | boolean | undefined) => any) | undefined;
|
|
124
|
+
}>, {
|
|
39
125
|
label: string;
|
|
126
|
+
modelValue: string | number | boolean;
|
|
40
127
|
name: string;
|
|
41
128
|
value: string | number | boolean;
|
|
42
129
|
hint: string;
|
|
43
|
-
|
|
130
|
+
checked: boolean;
|
|
131
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
132
|
+
|
|
133
|
+
declare const __VLS_component_33: DefineComponent<ExtractPropTypes< {
|
|
134
|
+
columns: {
|
|
135
|
+
type: ArrayConstructor;
|
|
136
|
+
required: true;
|
|
137
|
+
};
|
|
138
|
+
rows: {
|
|
139
|
+
type: ArrayConstructor;
|
|
140
|
+
default: () => never[];
|
|
141
|
+
};
|
|
142
|
+
actionDisplay: {
|
|
143
|
+
type: StringConstructor;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
146
|
+
title: {
|
|
147
|
+
type: StringConstructor;
|
|
148
|
+
};
|
|
149
|
+
views: {
|
|
150
|
+
type: ArrayConstructor;
|
|
151
|
+
};
|
|
152
|
+
searchbar: {
|
|
153
|
+
type: ArrayConstructor;
|
|
154
|
+
};
|
|
155
|
+
searchAppearance: {
|
|
156
|
+
type: PropType<Record<string, any>>;
|
|
157
|
+
default: () => {};
|
|
158
|
+
};
|
|
159
|
+
children: ArrayConstructor;
|
|
160
|
+
pagination: ObjectConstructor;
|
|
161
|
+
appearance: StringConstructor;
|
|
162
|
+
filters: ArrayConstructor;
|
|
163
|
+
bulk: (BooleanConstructor | StringConstructor)[];
|
|
164
|
+
bulkMode: StringConstructor;
|
|
165
|
+
rowSelectionColumn: BooleanConstructor;
|
|
166
|
+
hasActions: BooleanConstructor;
|
|
167
|
+
footer: {
|
|
168
|
+
type: PropType<Record<string, string>>;
|
|
169
|
+
default: () => {};
|
|
170
|
+
};
|
|
171
|
+
bulkActions: {
|
|
172
|
+
type: PropType<BulkActionDefinition[]>;
|
|
173
|
+
default: () => never[];
|
|
174
|
+
};
|
|
175
|
+
numbering: BooleanConstructor;
|
|
176
|
+
numberingMode: StringConstructor;
|
|
177
|
+
sticky: {
|
|
178
|
+
type: PropType<string[] | string>;
|
|
179
|
+
default: () => never[];
|
|
180
|
+
};
|
|
181
|
+
columnSelection: {
|
|
182
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
183
|
+
default: boolean;
|
|
184
|
+
};
|
|
185
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
186
|
+
columns: {
|
|
187
|
+
type: ArrayConstructor;
|
|
188
|
+
required: true;
|
|
189
|
+
};
|
|
190
|
+
rows: {
|
|
191
|
+
type: ArrayConstructor;
|
|
192
|
+
default: () => never[];
|
|
193
|
+
};
|
|
194
|
+
actionDisplay: {
|
|
195
|
+
type: StringConstructor;
|
|
196
|
+
default: string;
|
|
197
|
+
};
|
|
198
|
+
title: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
};
|
|
201
|
+
views: {
|
|
202
|
+
type: ArrayConstructor;
|
|
203
|
+
};
|
|
204
|
+
searchbar: {
|
|
205
|
+
type: ArrayConstructor;
|
|
206
|
+
};
|
|
207
|
+
searchAppearance: {
|
|
208
|
+
type: PropType<Record<string, any>>;
|
|
209
|
+
default: () => {};
|
|
210
|
+
};
|
|
211
|
+
children: ArrayConstructor;
|
|
212
|
+
pagination: ObjectConstructor;
|
|
213
|
+
appearance: StringConstructor;
|
|
214
|
+
filters: ArrayConstructor;
|
|
215
|
+
bulk: (BooleanConstructor | StringConstructor)[];
|
|
216
|
+
bulkMode: StringConstructor;
|
|
217
|
+
rowSelectionColumn: BooleanConstructor;
|
|
218
|
+
hasActions: BooleanConstructor;
|
|
219
|
+
footer: {
|
|
220
|
+
type: PropType<Record<string, string>>;
|
|
221
|
+
default: () => {};
|
|
222
|
+
};
|
|
223
|
+
bulkActions: {
|
|
224
|
+
type: PropType<BulkActionDefinition[]>;
|
|
225
|
+
default: () => never[];
|
|
226
|
+
};
|
|
227
|
+
numbering: BooleanConstructor;
|
|
228
|
+
numberingMode: StringConstructor;
|
|
229
|
+
sticky: {
|
|
230
|
+
type: PropType<string[] | string>;
|
|
231
|
+
default: () => never[];
|
|
232
|
+
};
|
|
233
|
+
columnSelection: {
|
|
234
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
235
|
+
default: boolean;
|
|
236
|
+
};
|
|
237
|
+
}>> & Readonly<{}>, {
|
|
238
|
+
footer: Record<string, string>;
|
|
239
|
+
sticky: string | string[];
|
|
240
|
+
rows: unknown[];
|
|
241
|
+
actionDisplay: string;
|
|
242
|
+
searchAppearance: Record<string, any>;
|
|
243
|
+
rowSelectionColumn: boolean;
|
|
244
|
+
hasActions: boolean;
|
|
245
|
+
bulkActions: BulkActionDefinition[];
|
|
246
|
+
numbering: boolean;
|
|
247
|
+
columnSelection: string | boolean;
|
|
248
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
249
|
+
tableContainer: HTMLDivElement;
|
|
250
|
+
}, HTMLDivElement>;
|
|
251
|
+
|
|
252
|
+
declare const __VLS_component_34: DefineComponent<Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_35> & Readonly<{}>, {
|
|
253
|
+
side: "top" | "right" | "bottom" | "left";
|
|
254
|
+
maxWidth: number;
|
|
255
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
256
|
+
|
|
257
|
+
declare const __VLS_component_35: DefineComponent<Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_36> & Readonly<{}>, {
|
|
258
|
+
width: number;
|
|
259
|
+
offset: number;
|
|
260
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
261
|
+
sidebar_root: HTMLDivElement;
|
|
262
|
+
sidebar_header: HTMLDivElement;
|
|
263
|
+
sidebar_top: HTMLDivElement;
|
|
264
|
+
sidebar_content: HTMLDivElement;
|
|
265
|
+
sidebar_bottom: HTMLDivElement;
|
|
266
|
+
sidebar_footer: HTMLDivElement;
|
|
267
|
+
}, HTMLDivElement>;
|
|
44
268
|
|
|
45
|
-
declare const
|
|
269
|
+
declare const __VLS_component_36: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
46
270
|
|
|
47
|
-
declare const
|
|
271
|
+
declare const __VLS_component_37: DefineComponent<Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_39> & Readonly<{}>, {
|
|
48
272
|
right: boolean;
|
|
49
273
|
left: boolean;
|
|
50
274
|
orientation: "horizontal" | "vertical";
|
|
51
275
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
52
276
|
|
|
53
|
-
declare const
|
|
277
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
54
278
|
|
|
55
|
-
declare const
|
|
279
|
+
declare const __VLS_component_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
56
280
|
|
|
57
|
-
declare const
|
|
58
|
-
|
|
281
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
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>;
|
|
288
|
+
|
|
289
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
290
|
+
|
|
291
|
+
declare const __VLS_component_9: DefineComponent<DrawerRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
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;
|
|
59
307
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
60
308
|
|
|
61
|
-
declare
|
|
309
|
+
declare type __VLS_Props = {
|
|
310
|
+
class?: HTMLAttributes["class"];
|
|
311
|
+
style?: StyleValue;
|
|
312
|
+
appearance?: Appearance;
|
|
313
|
+
};
|
|
62
314
|
|
|
63
|
-
declare
|
|
315
|
+
declare type __VLS_Props_10 = DialogOverlayProps & {
|
|
316
|
+
class?: HTMLAttributes["class"];
|
|
317
|
+
};
|
|
64
318
|
|
|
65
|
-
declare
|
|
319
|
+
declare type __VLS_Props_11 = DrawerTitleProps & {
|
|
320
|
+
class?: HTMLAttributes["class"];
|
|
321
|
+
};
|
|
66
322
|
|
|
67
|
-
declare
|
|
68
|
-
|
|
69
|
-
|
|
323
|
+
declare type __VLS_Props_12 = {
|
|
324
|
+
class?: HTMLAttributes['class'];
|
|
325
|
+
style?: StyleValue;
|
|
326
|
+
appearance?: Appearance_5;
|
|
327
|
+
};
|
|
70
328
|
|
|
71
|
-
declare
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
329
|
+
declare type __VLS_Props_13 = {
|
|
330
|
+
class?: HTMLAttributes['class'];
|
|
331
|
+
style?: StyleValue;
|
|
332
|
+
appearance?: Appearance_6;
|
|
333
|
+
};
|
|
76
334
|
|
|
77
|
-
declare type
|
|
335
|
+
declare type __VLS_Props_14 = Props_17;
|
|
336
|
+
|
|
337
|
+
declare type __VLS_Props_15 = {
|
|
338
|
+
layout?: string;
|
|
339
|
+
modelValue?: unknown;
|
|
340
|
+
};
|
|
78
341
|
|
|
79
|
-
declare type
|
|
342
|
+
declare type __VLS_Props_16 = Props_24;
|
|
343
|
+
|
|
344
|
+
declare type __VLS_Props_17 = {
|
|
345
|
+
icon?: string;
|
|
346
|
+
name?: string;
|
|
347
|
+
class?: HTMLAttributes['class'];
|
|
348
|
+
style?: StyleValue;
|
|
349
|
+
appearance?: Appearance_7;
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
declare type __VLS_Props_2 = {
|
|
353
|
+
class?: HTMLAttributes["class"];
|
|
354
|
+
style?: StyleValue;
|
|
355
|
+
appearance?: Appearance_2;
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
declare type __VLS_Props_3 = {
|
|
359
|
+
class?: HTMLAttributes["class"];
|
|
360
|
+
style?: StyleValue;
|
|
361
|
+
appearance?: Appearance_3;
|
|
362
|
+
};
|
|
363
|
+
|
|
364
|
+
declare type __VLS_Props_4 = {
|
|
365
|
+
class?: HTMLAttributes["class"];
|
|
366
|
+
style?: StyleValue;
|
|
367
|
+
appearance?: Appearance_4;
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
declare type __VLS_Props_5 = {
|
|
371
|
+
align?: "start" | "center" | "end";
|
|
372
|
+
trigger?: any;
|
|
373
|
+
children?: any;
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
declare type __VLS_Props_6 = DialogContentProps & {
|
|
377
|
+
class?: HTMLAttributes["class"];
|
|
378
|
+
};
|
|
379
|
+
|
|
380
|
+
declare type __VLS_Props_7 = DrawerDescriptionProps & {
|
|
381
|
+
class?: HTMLAttributes["class"];
|
|
382
|
+
};
|
|
383
|
+
|
|
384
|
+
declare type __VLS_Props_8 = {
|
|
385
|
+
class?: HTMLAttributes["class"];
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
declare type __VLS_Props_9 = {
|
|
389
|
+
class?: HTMLAttributes["class"];
|
|
390
|
+
};
|
|
80
391
|
|
|
81
392
|
declare type __VLS_PublicProps = {
|
|
82
393
|
modelValue?: boolean;
|
|
83
|
-
} &
|
|
394
|
+
} & __VLS_Props_14;
|
|
84
395
|
|
|
85
396
|
declare type __VLS_PublicProps_2 = {
|
|
86
397
|
modelValue?: string | number;
|
|
87
|
-
} &
|
|
398
|
+
} & __VLS_Props_16;
|
|
88
399
|
|
|
89
400
|
declare function __VLS_template(): {
|
|
90
401
|
attrs: Partial<{}>;
|
|
@@ -92,14 +403,13 @@ declare function __VLS_template(): {
|
|
|
92
403
|
default?(_: {}): any;
|
|
93
404
|
};
|
|
94
405
|
refs: {};
|
|
95
|
-
rootEl:
|
|
406
|
+
rootEl: any;
|
|
96
407
|
};
|
|
97
408
|
|
|
98
409
|
declare function __VLS_template_10(): {
|
|
99
410
|
attrs: Partial<{}>;
|
|
100
411
|
slots: {
|
|
101
|
-
|
|
102
|
-
footer?(_: {}): any;
|
|
412
|
+
default?(_: {}): any;
|
|
103
413
|
};
|
|
104
414
|
refs: {};
|
|
105
415
|
rootEl: any;
|
|
@@ -111,7 +421,7 @@ declare function __VLS_template_11(): {
|
|
|
111
421
|
default?(_: {}): any;
|
|
112
422
|
};
|
|
113
423
|
refs: {};
|
|
114
|
-
rootEl:
|
|
424
|
+
rootEl: any;
|
|
115
425
|
};
|
|
116
426
|
|
|
117
427
|
declare function __VLS_template_12(): {
|
|
@@ -120,7 +430,7 @@ declare function __VLS_template_12(): {
|
|
|
120
430
|
default?(_: {}): any;
|
|
121
431
|
};
|
|
122
432
|
refs: {};
|
|
123
|
-
rootEl:
|
|
433
|
+
rootEl: any;
|
|
124
434
|
};
|
|
125
435
|
|
|
126
436
|
declare function __VLS_template_13(): {
|
|
@@ -129,7 +439,7 @@ declare function __VLS_template_13(): {
|
|
|
129
439
|
default?(_: {}): any;
|
|
130
440
|
};
|
|
131
441
|
refs: {};
|
|
132
|
-
rootEl:
|
|
442
|
+
rootEl: HTMLDivElement;
|
|
133
443
|
};
|
|
134
444
|
|
|
135
445
|
declare function __VLS_template_14(): {
|
|
@@ -141,16 +451,180 @@ declare function __VLS_template_14(): {
|
|
|
141
451
|
rootEl: HTMLDivElement;
|
|
142
452
|
};
|
|
143
453
|
|
|
454
|
+
declare function __VLS_template_15(): {
|
|
455
|
+
attrs: Partial<{}>;
|
|
456
|
+
slots: {
|
|
457
|
+
default?(_: {}): any;
|
|
458
|
+
};
|
|
459
|
+
refs: {};
|
|
460
|
+
rootEl: any;
|
|
461
|
+
};
|
|
462
|
+
|
|
463
|
+
declare function __VLS_template_16(): {
|
|
464
|
+
attrs: Partial<{}>;
|
|
465
|
+
slots: {
|
|
466
|
+
default?(_: {}): any;
|
|
467
|
+
};
|
|
468
|
+
refs: {};
|
|
469
|
+
rootEl: any;
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
declare function __VLS_template_17(): {
|
|
473
|
+
attrs: Partial<{}>;
|
|
474
|
+
slots: {
|
|
475
|
+
default?(_: {}): any;
|
|
476
|
+
};
|
|
477
|
+
refs: {};
|
|
478
|
+
rootEl: HTMLDivElement;
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
declare function __VLS_template_18(): {
|
|
482
|
+
attrs: Partial<{}>;
|
|
483
|
+
slots: {
|
|
484
|
+
default?(_: {}): any;
|
|
485
|
+
};
|
|
486
|
+
refs: {};
|
|
487
|
+
rootEl: HTMLDivElement;
|
|
488
|
+
};
|
|
489
|
+
|
|
490
|
+
declare function __VLS_template_19(): {
|
|
491
|
+
attrs: Partial<{}>;
|
|
492
|
+
slots: {
|
|
493
|
+
default?(_: {}): any;
|
|
494
|
+
};
|
|
495
|
+
refs: {};
|
|
496
|
+
rootEl: HTMLDivElement;
|
|
497
|
+
};
|
|
498
|
+
|
|
144
499
|
declare function __VLS_template_2(): {
|
|
145
500
|
attrs: Partial<{}>;
|
|
146
501
|
slots: {
|
|
147
502
|
default?(_: {}): any;
|
|
148
503
|
};
|
|
149
504
|
refs: {};
|
|
505
|
+
rootEl: HTMLTableSectionElement;
|
|
506
|
+
};
|
|
507
|
+
|
|
508
|
+
declare function __VLS_template_20(): {
|
|
509
|
+
attrs: Partial<{}>;
|
|
510
|
+
slots: {
|
|
511
|
+
default?(_: {}): any;
|
|
512
|
+
};
|
|
513
|
+
refs: {};
|
|
514
|
+
rootEl: HTMLDivElement;
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
declare function __VLS_template_21(): {
|
|
518
|
+
attrs: Partial<{}>;
|
|
519
|
+
slots: {
|
|
520
|
+
default?(_: {}): any;
|
|
521
|
+
};
|
|
522
|
+
refs: {};
|
|
523
|
+
rootEl: HTMLDivElement;
|
|
524
|
+
};
|
|
525
|
+
|
|
526
|
+
declare function __VLS_template_22(): {
|
|
527
|
+
attrs: Partial<{}>;
|
|
528
|
+
slots: {
|
|
529
|
+
headerComponents?(_: {}): any;
|
|
530
|
+
default?(_: {}): any;
|
|
531
|
+
};
|
|
532
|
+
refs: {};
|
|
533
|
+
rootEl: any;
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
declare function __VLS_template_23(): {
|
|
537
|
+
attrs: Partial<{}>;
|
|
538
|
+
slots: {
|
|
539
|
+
default?(_: {}): any;
|
|
540
|
+
};
|
|
541
|
+
refs: {};
|
|
542
|
+
rootEl: any;
|
|
543
|
+
};
|
|
544
|
+
|
|
545
|
+
declare function __VLS_template_24(): {
|
|
546
|
+
attrs: Partial<{}>;
|
|
547
|
+
slots: {
|
|
548
|
+
trigger?(_: {}): any;
|
|
549
|
+
default?(_: {}): any;
|
|
550
|
+
};
|
|
551
|
+
refs: {};
|
|
552
|
+
rootEl: any;
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
declare function __VLS_template_25(): {
|
|
556
|
+
attrs: Partial<{}>;
|
|
557
|
+
slots: {
|
|
558
|
+
sidebar?(_: {}): any;
|
|
559
|
+
contentHeader?(_: {}): any;
|
|
560
|
+
body?(_: {}): any;
|
|
561
|
+
default?(_: {}): any;
|
|
562
|
+
contentFooter?(_: {}): any;
|
|
563
|
+
};
|
|
564
|
+
refs: {};
|
|
565
|
+
rootEl: any;
|
|
566
|
+
};
|
|
567
|
+
|
|
568
|
+
declare function __VLS_template_26(): {
|
|
569
|
+
attrs: Partial<{}>;
|
|
570
|
+
slots: {
|
|
571
|
+
default?(_: {}): any;
|
|
572
|
+
default?(_: {}): any;
|
|
573
|
+
};
|
|
574
|
+
refs: {};
|
|
575
|
+
rootEl: any;
|
|
576
|
+
};
|
|
577
|
+
|
|
578
|
+
declare function __VLS_template_27(): {
|
|
579
|
+
attrs: Partial<{}>;
|
|
580
|
+
slots: {
|
|
581
|
+
default?(_: {}): any;
|
|
582
|
+
};
|
|
583
|
+
refs: {};
|
|
584
|
+
rootEl: any;
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
declare function __VLS_template_28(): {
|
|
588
|
+
attrs: Partial<{}>;
|
|
589
|
+
slots: {
|
|
590
|
+
default?(_: {}): any;
|
|
591
|
+
};
|
|
592
|
+
refs: {};
|
|
593
|
+
rootEl: any;
|
|
594
|
+
};
|
|
595
|
+
|
|
596
|
+
declare function __VLS_template_29(): {
|
|
597
|
+
attrs: Partial<{}>;
|
|
598
|
+
slots: {
|
|
599
|
+
default?(_: {
|
|
600
|
+
hasError: boolean;
|
|
601
|
+
}): any;
|
|
602
|
+
footer?(_: {}): any;
|
|
603
|
+
};
|
|
604
|
+
refs: {};
|
|
150
605
|
rootEl: HTMLDivElement;
|
|
151
606
|
};
|
|
152
607
|
|
|
153
608
|
declare function __VLS_template_3(): {
|
|
609
|
+
attrs: Partial<{}>;
|
|
610
|
+
slots: {
|
|
611
|
+
default?(_: {}): any;
|
|
612
|
+
};
|
|
613
|
+
refs: {};
|
|
614
|
+
rootEl: HTMLTableCellElement;
|
|
615
|
+
};
|
|
616
|
+
|
|
617
|
+
declare function __VLS_template_30(): {
|
|
618
|
+
attrs: Partial<{}>;
|
|
619
|
+
slots: {
|
|
620
|
+
addon?(_: {}): any;
|
|
621
|
+
footer?(_: {}): any;
|
|
622
|
+
};
|
|
623
|
+
refs: {};
|
|
624
|
+
rootEl: any;
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
declare function __VLS_template_31(): {
|
|
154
628
|
attrs: Partial<{}>;
|
|
155
629
|
slots: {
|
|
156
630
|
default?(_: {}): any;
|
|
@@ -159,7 +633,65 @@ declare function __VLS_template_3(): {
|
|
|
159
633
|
rootEl: HTMLDivElement;
|
|
160
634
|
};
|
|
161
635
|
|
|
162
|
-
declare function
|
|
636
|
+
declare function __VLS_template_32(): {
|
|
637
|
+
attrs: Partial<{}>;
|
|
638
|
+
slots: {
|
|
639
|
+
default?(_: {}): any;
|
|
640
|
+
};
|
|
641
|
+
refs: {};
|
|
642
|
+
rootEl: any;
|
|
643
|
+
};
|
|
644
|
+
|
|
645
|
+
declare function __VLS_template_33(): {
|
|
646
|
+
attrs: Partial<{}>;
|
|
647
|
+
slots: {
|
|
648
|
+
tabs?(_: {
|
|
649
|
+
tab: any;
|
|
650
|
+
modelValue: any;
|
|
651
|
+
updateModelValue: typeof updateTab;
|
|
652
|
+
}): any;
|
|
653
|
+
filters?(_: {}): any;
|
|
654
|
+
header?(_: {}): any;
|
|
655
|
+
searchbar?(_: {}): any;
|
|
656
|
+
default?(_: {}): any;
|
|
657
|
+
};
|
|
658
|
+
refs: {
|
|
659
|
+
tableContainer: HTMLDivElement;
|
|
660
|
+
};
|
|
661
|
+
rootEl: HTMLDivElement;
|
|
662
|
+
};
|
|
663
|
+
|
|
664
|
+
declare function __VLS_template_34(): {
|
|
665
|
+
attrs: Partial<{}>;
|
|
666
|
+
slots: {
|
|
667
|
+
trigger?(_: {}): any;
|
|
668
|
+
default?(_: {}): any;
|
|
669
|
+
};
|
|
670
|
+
refs: {};
|
|
671
|
+
rootEl: any;
|
|
672
|
+
};
|
|
673
|
+
|
|
674
|
+
declare function __VLS_template_35(): {
|
|
675
|
+
attrs: Partial<{}>;
|
|
676
|
+
slots: {
|
|
677
|
+
header?(_: {}): any;
|
|
678
|
+
top?(_: {}): any;
|
|
679
|
+
default?(_: {}): any;
|
|
680
|
+
bottom?(_: {}): any;
|
|
681
|
+
footer?(_: {}): any;
|
|
682
|
+
};
|
|
683
|
+
refs: {
|
|
684
|
+
sidebar_root: HTMLDivElement;
|
|
685
|
+
sidebar_header: HTMLDivElement;
|
|
686
|
+
sidebar_top: HTMLDivElement;
|
|
687
|
+
sidebar_content: HTMLDivElement;
|
|
688
|
+
sidebar_bottom: HTMLDivElement;
|
|
689
|
+
sidebar_footer: HTMLDivElement;
|
|
690
|
+
};
|
|
691
|
+
rootEl: HTMLDivElement;
|
|
692
|
+
};
|
|
693
|
+
|
|
694
|
+
declare function __VLS_template_36(): {
|
|
163
695
|
attrs: Partial<{}>;
|
|
164
696
|
slots: {
|
|
165
697
|
default?(_: {}): any;
|
|
@@ -168,6 +700,24 @@ declare function __VLS_template_4(): {
|
|
|
168
700
|
rootEl: any;
|
|
169
701
|
};
|
|
170
702
|
|
|
703
|
+
declare function __VLS_template_37(): {
|
|
704
|
+
attrs: Partial<{}>;
|
|
705
|
+
slots: {
|
|
706
|
+
default?(_: {}): any;
|
|
707
|
+
};
|
|
708
|
+
refs: {};
|
|
709
|
+
rootEl: HTMLDivElement;
|
|
710
|
+
};
|
|
711
|
+
|
|
712
|
+
declare function __VLS_template_4(): {
|
|
713
|
+
attrs: Partial<{}>;
|
|
714
|
+
slots: {
|
|
715
|
+
default?(_: {}): any;
|
|
716
|
+
};
|
|
717
|
+
refs: {};
|
|
718
|
+
rootEl: HTMLTableSectionElement;
|
|
719
|
+
};
|
|
720
|
+
|
|
171
721
|
declare function __VLS_template_5(): {
|
|
172
722
|
attrs: Partial<{}>;
|
|
173
723
|
slots: {
|
|
@@ -183,7 +733,7 @@ declare function __VLS_template_6(): {
|
|
|
183
733
|
default?(_: {}): any;
|
|
184
734
|
};
|
|
185
735
|
refs: {};
|
|
186
|
-
rootEl:
|
|
736
|
+
rootEl: HTMLTableSectionElement;
|
|
187
737
|
};
|
|
188
738
|
|
|
189
739
|
declare function __VLS_template_7(): {
|
|
@@ -192,7 +742,7 @@ declare function __VLS_template_7(): {
|
|
|
192
742
|
default?(_: {}): any;
|
|
193
743
|
};
|
|
194
744
|
refs: {};
|
|
195
|
-
rootEl:
|
|
745
|
+
rootEl: HTMLTableCellElement;
|
|
196
746
|
};
|
|
197
747
|
|
|
198
748
|
declare function __VLS_template_8(): {
|
|
@@ -208,12 +758,11 @@ declare function __VLS_template_9(): {
|
|
|
208
758
|
attrs: Partial<{}>;
|
|
209
759
|
slots: {
|
|
210
760
|
default?(_: {
|
|
211
|
-
|
|
761
|
+
open: boolean;
|
|
212
762
|
}): any;
|
|
213
|
-
footer?(_: {}): any;
|
|
214
763
|
};
|
|
215
764
|
refs: {};
|
|
216
|
-
rootEl:
|
|
765
|
+
rootEl: any;
|
|
217
766
|
};
|
|
218
767
|
|
|
219
768
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -228,10 +777,56 @@ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
|
228
777
|
|
|
229
778
|
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
230
779
|
|
|
780
|
+
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
781
|
+
|
|
782
|
+
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
783
|
+
|
|
784
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
785
|
+
|
|
786
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
787
|
+
|
|
788
|
+
declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
789
|
+
|
|
231
790
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
232
791
|
|
|
792
|
+
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
793
|
+
|
|
794
|
+
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
795
|
+
|
|
796
|
+
declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
797
|
+
|
|
798
|
+
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
799
|
+
|
|
800
|
+
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
801
|
+
|
|
802
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
803
|
+
|
|
804
|
+
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
805
|
+
|
|
806
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
807
|
+
|
|
808
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
809
|
+
|
|
810
|
+
declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
811
|
+
|
|
233
812
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
234
813
|
|
|
814
|
+
declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
815
|
+
|
|
816
|
+
declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
|
|
817
|
+
|
|
818
|
+
declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
|
|
819
|
+
|
|
820
|
+
declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
|
|
821
|
+
|
|
822
|
+
declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
|
|
823
|
+
|
|
824
|
+
declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
|
|
825
|
+
|
|
826
|
+
declare type __VLS_TemplateResult_36 = ReturnType<typeof __VLS_template_36>;
|
|
827
|
+
|
|
828
|
+
declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
|
|
829
|
+
|
|
235
830
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
236
831
|
|
|
237
832
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -280,13 +875,151 @@ declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
|
280
875
|
};
|
|
281
876
|
};
|
|
282
877
|
|
|
283
|
-
declare type
|
|
878
|
+
declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
879
|
+
new (): {
|
|
880
|
+
$slots: S;
|
|
881
|
+
};
|
|
882
|
+
};
|
|
883
|
+
|
|
884
|
+
declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
885
|
+
new (): {
|
|
886
|
+
$slots: S;
|
|
887
|
+
};
|
|
888
|
+
};
|
|
889
|
+
|
|
890
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
891
|
+
new (): {
|
|
892
|
+
$slots: S;
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
|
|
896
|
+
declare type __VLS_WithTemplateSlots_18<T, S> = T & {
|
|
897
|
+
new (): {
|
|
898
|
+
$slots: S;
|
|
899
|
+
};
|
|
900
|
+
};
|
|
901
|
+
|
|
902
|
+
declare type __VLS_WithTemplateSlots_19<T, S> = T & {
|
|
903
|
+
new (): {
|
|
904
|
+
$slots: S;
|
|
905
|
+
};
|
|
906
|
+
};
|
|
907
|
+
|
|
908
|
+
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
909
|
+
new (): {
|
|
910
|
+
$slots: S;
|
|
911
|
+
};
|
|
912
|
+
};
|
|
913
|
+
|
|
914
|
+
declare type __VLS_WithTemplateSlots_20<T, S> = T & {
|
|
915
|
+
new (): {
|
|
916
|
+
$slots: S;
|
|
917
|
+
};
|
|
918
|
+
};
|
|
919
|
+
|
|
920
|
+
declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
921
|
+
new (): {
|
|
922
|
+
$slots: S;
|
|
923
|
+
};
|
|
924
|
+
};
|
|
925
|
+
|
|
926
|
+
declare type __VLS_WithTemplateSlots_22<T, S> = T & {
|
|
927
|
+
new (): {
|
|
928
|
+
$slots: S;
|
|
929
|
+
};
|
|
930
|
+
};
|
|
931
|
+
|
|
932
|
+
declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
933
|
+
new (): {
|
|
934
|
+
$slots: S;
|
|
935
|
+
};
|
|
936
|
+
};
|
|
937
|
+
|
|
938
|
+
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
939
|
+
new (): {
|
|
940
|
+
$slots: S;
|
|
941
|
+
};
|
|
942
|
+
};
|
|
943
|
+
|
|
944
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
945
|
+
new (): {
|
|
946
|
+
$slots: S;
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
|
|
950
|
+
declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
951
|
+
new (): {
|
|
952
|
+
$slots: S;
|
|
953
|
+
};
|
|
954
|
+
};
|
|
955
|
+
|
|
956
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
957
|
+
new (): {
|
|
958
|
+
$slots: S;
|
|
959
|
+
};
|
|
960
|
+
};
|
|
961
|
+
|
|
962
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
963
|
+
new (): {
|
|
964
|
+
$slots: S;
|
|
965
|
+
};
|
|
966
|
+
};
|
|
967
|
+
|
|
968
|
+
declare type __VLS_WithTemplateSlots_29<T, S> = T & {
|
|
969
|
+
new (): {
|
|
970
|
+
$slots: S;
|
|
971
|
+
};
|
|
972
|
+
};
|
|
973
|
+
|
|
974
|
+
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
975
|
+
new (): {
|
|
976
|
+
$slots: S;
|
|
977
|
+
};
|
|
978
|
+
};
|
|
979
|
+
|
|
980
|
+
declare type __VLS_WithTemplateSlots_30<T, S> = T & {
|
|
981
|
+
new (): {
|
|
982
|
+
$slots: S;
|
|
983
|
+
};
|
|
984
|
+
};
|
|
985
|
+
|
|
986
|
+
declare type __VLS_WithTemplateSlots_31<T, S> = T & {
|
|
987
|
+
new (): {
|
|
988
|
+
$slots: S;
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
|
+
|
|
992
|
+
declare type __VLS_WithTemplateSlots_32<T, S> = T & {
|
|
993
|
+
new (): {
|
|
994
|
+
$slots: S;
|
|
995
|
+
};
|
|
996
|
+
};
|
|
997
|
+
|
|
998
|
+
declare type __VLS_WithTemplateSlots_33<T, S> = T & {
|
|
999
|
+
new (): {
|
|
1000
|
+
$slots: S;
|
|
1001
|
+
};
|
|
1002
|
+
};
|
|
1003
|
+
|
|
1004
|
+
declare type __VLS_WithTemplateSlots_34<T, S> = T & {
|
|
1005
|
+
new (): {
|
|
1006
|
+
$slots: S;
|
|
1007
|
+
};
|
|
1008
|
+
};
|
|
1009
|
+
|
|
1010
|
+
declare type __VLS_WithTemplateSlots_35<T, S> = T & {
|
|
1011
|
+
new (): {
|
|
1012
|
+
$slots: S;
|
|
1013
|
+
};
|
|
1014
|
+
};
|
|
1015
|
+
|
|
1016
|
+
declare type __VLS_WithTemplateSlots_36<T, S> = T & {
|
|
284
1017
|
new (): {
|
|
285
1018
|
$slots: S;
|
|
286
1019
|
};
|
|
287
1020
|
};
|
|
288
1021
|
|
|
289
|
-
declare type
|
|
1022
|
+
declare type __VLS_WithTemplateSlots_37<T, S> = T & {
|
|
290
1023
|
new (): {
|
|
291
1024
|
$slots: S;
|
|
292
1025
|
};
|
|
@@ -330,16 +1063,58 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
330
1063
|
|
|
331
1064
|
export declare const Alert: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
332
1065
|
|
|
333
|
-
export declare const AlertItem:
|
|
1066
|
+
export declare const AlertItem: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
334
1067
|
|
|
335
1068
|
declare type AlertVariants = VariantProps<typeof alertVariants>;
|
|
336
1069
|
|
|
337
1070
|
declare const alertVariants: (props?: ({
|
|
338
|
-
variant?: "
|
|
1071
|
+
variant?: "info" | "success" | "error" | "warning" | null | undefined;
|
|
339
1072
|
size?: "base" | null | undefined;
|
|
340
1073
|
} & ClassProp) | undefined) => string;
|
|
341
1074
|
|
|
342
|
-
|
|
1075
|
+
declare type Appearance = {
|
|
1076
|
+
class?: HTMLAttributes["class"];
|
|
1077
|
+
style?: StyleValue;
|
|
1078
|
+
[key: string]: unknown;
|
|
1079
|
+
};
|
|
1080
|
+
|
|
1081
|
+
declare type Appearance_2 = {
|
|
1082
|
+
class?: HTMLAttributes["class"];
|
|
1083
|
+
style?: StyleValue;
|
|
1084
|
+
[key: string]: unknown;
|
|
1085
|
+
};
|
|
1086
|
+
|
|
1087
|
+
declare type Appearance_3 = {
|
|
1088
|
+
class?: HTMLAttributes["class"];
|
|
1089
|
+
style?: StyleValue;
|
|
1090
|
+
[key: string]: unknown;
|
|
1091
|
+
};
|
|
1092
|
+
|
|
1093
|
+
declare type Appearance_4 = {
|
|
1094
|
+
class?: HTMLAttributes["class"];
|
|
1095
|
+
style?: StyleValue;
|
|
1096
|
+
[key: string]: unknown;
|
|
1097
|
+
};
|
|
1098
|
+
|
|
1099
|
+
declare type Appearance_5 = {
|
|
1100
|
+
class?: HTMLAttributes['class'];
|
|
1101
|
+
style?: StyleValue;
|
|
1102
|
+
[key: string]: unknown;
|
|
1103
|
+
};
|
|
1104
|
+
|
|
1105
|
+
declare type Appearance_6 = {
|
|
1106
|
+
class?: HTMLAttributes['class'];
|
|
1107
|
+
style?: StyleValue;
|
|
1108
|
+
[key: string]: unknown;
|
|
1109
|
+
};
|
|
1110
|
+
|
|
1111
|
+
declare type Appearance_7 = {
|
|
1112
|
+
class?: HTMLAttributes['class'];
|
|
1113
|
+
style?: StyleValue;
|
|
1114
|
+
[key: string]: unknown;
|
|
1115
|
+
};
|
|
1116
|
+
|
|
1117
|
+
export declare const AppLayout: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
343
1118
|
|
|
344
1119
|
export declare const Aside: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
345
1120
|
|
|
@@ -348,9 +1123,11 @@ declare interface AsideConfig {
|
|
|
348
1123
|
width?: number;
|
|
349
1124
|
}
|
|
350
1125
|
|
|
351
|
-
export declare const AuthLayout:
|
|
1126
|
+
export declare const AuthLayout: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
352
1127
|
|
|
353
|
-
export declare const
|
|
1128
|
+
export declare const Block: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1129
|
+
|
|
1130
|
+
export declare const BlockFormLogin: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_25> & Readonly<{}>, {
|
|
354
1131
|
action: string;
|
|
355
1132
|
showResetLink: boolean;
|
|
356
1133
|
resetLabel: string;
|
|
@@ -358,28 +1135,27 @@ resetLink: string;
|
|
|
358
1135
|
submitLabel: string;
|
|
359
1136
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
360
1137
|
|
|
361
|
-
export declare const BlockFormLoginMethodVerification: DefineComponent<
|
|
1138
|
+
export declare const BlockFormLoginMethodVerification: DefineComponent<Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_29> & Readonly<{}>, {
|
|
362
1139
|
verificationMethods: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
363
1140
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
364
1141
|
|
|
365
|
-
export declare const BlockFormReset: DefineComponent<
|
|
1142
|
+
export declare const BlockFormReset: DefineComponent<Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_26> & Readonly<{}>, {
|
|
366
1143
|
action: string;
|
|
367
1144
|
submitLabel: string;
|
|
368
1145
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
369
1146
|
|
|
370
|
-
export declare const BlockFormResetPassword: DefineComponent<
|
|
1147
|
+
export declare const BlockFormResetPassword: DefineComponent<Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_27> & Readonly<{}>, {
|
|
371
1148
|
action: string;
|
|
372
1149
|
submitLabel: string;
|
|
373
1150
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
374
1151
|
|
|
375
|
-
export declare const BlockFormVerification: DefineComponent<
|
|
376
|
-
session: string;
|
|
1152
|
+
export declare const BlockFormVerification: DefineComponent<Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_30> & Readonly<{}>, {
|
|
377
1153
|
remember: boolean;
|
|
1154
|
+
session: string;
|
|
378
1155
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
379
1156
|
|
|
380
|
-
export declare const BlockPageLogin: DefineComponent<
|
|
1157
|
+
export declare const BlockPageLogin: DefineComponent<Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_31> & Readonly<{}>, {
|
|
381
1158
|
title: string;
|
|
382
|
-
minimal: boolean;
|
|
383
1159
|
showResetLink: boolean;
|
|
384
1160
|
resetLabel: string;
|
|
385
1161
|
resetLink: string;
|
|
@@ -390,12 +1166,13 @@ registerLabel: string;
|
|
|
390
1166
|
registerLinkLabel: string;
|
|
391
1167
|
registerLink: string;
|
|
392
1168
|
subtitle: string;
|
|
1169
|
+
minimal: boolean;
|
|
393
1170
|
cols: number;
|
|
394
1171
|
orLabel: string;
|
|
395
1172
|
onlySocialName: boolean;
|
|
396
1173
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
397
1174
|
|
|
398
|
-
export declare const BlockPageReset: DefineComponent<
|
|
1175
|
+
export declare const BlockPageReset: DefineComponent<Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_28> & Readonly<{}>, {
|
|
399
1176
|
title: string;
|
|
400
1177
|
subtitle: string;
|
|
401
1178
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -409,24 +1186,53 @@ declare type BreakpointValues = {
|
|
|
409
1186
|
xxl?: number;
|
|
410
1187
|
};
|
|
411
1188
|
|
|
412
|
-
|
|
1189
|
+
declare type BulkActionConfirm = boolean | {
|
|
1190
|
+
title?: string;
|
|
1191
|
+
description?: string;
|
|
1192
|
+
cancel?: string;
|
|
1193
|
+
ok?: string;
|
|
1194
|
+
};
|
|
1195
|
+
|
|
1196
|
+
declare interface BulkActionDefinition {
|
|
1197
|
+
key: string;
|
|
1198
|
+
label: string;
|
|
1199
|
+
icon?: string | null;
|
|
1200
|
+
variant?: ButtonVariant;
|
|
1201
|
+
confirm?: BulkActionConfirm | null;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
export declare const Button: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
413
1205
|
|
|
414
1206
|
export declare const ButtonClear: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
415
1207
|
|
|
416
|
-
export declare const ButtonIcon: DefineComponent<
|
|
1208
|
+
export declare const ButtonIcon: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1209
|
+
|
|
1210
|
+
export declare const ButtonLink: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
417
1211
|
|
|
418
|
-
export declare const ButtonSubmit:
|
|
1212
|
+
export declare const ButtonSubmit: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
419
1213
|
|
|
420
|
-
|
|
1214
|
+
declare type ButtonVariant = 'default' | 'secondary' | 'outline' | 'destructive' | 'ghost' | 'link' | null | undefined;
|
|
421
1215
|
|
|
422
|
-
export declare const
|
|
1216
|
+
export declare const Card: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1217
|
+
|
|
1218
|
+
export declare const Checkbox: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1219
|
+
|
|
1220
|
+
export declare const ColorMode: DefineComponent<Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
423
1221
|
|
|
424
1222
|
declare type ColorModeVariants = VariantProps<typeof colorModeVariants>;
|
|
425
1223
|
|
|
426
1224
|
declare const colorModeVariants: (props?: ({
|
|
427
|
-
variant?: "default" | "switch" | "
|
|
1225
|
+
variant?: "default" | "switch" | "group" | "dropdown" | null | undefined;
|
|
428
1226
|
} & ClassProp) | undefined) => string;
|
|
429
1227
|
|
|
1228
|
+
declare interface Column {
|
|
1229
|
+
key: string;
|
|
1230
|
+
label: string;
|
|
1231
|
+
visible?: boolean;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
export declare const ColumnVisibility: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1235
|
+
|
|
430
1236
|
declare interface ComponentProps {
|
|
431
1237
|
name?: string;
|
|
432
1238
|
props?: {
|
|
@@ -434,17 +1240,58 @@ declare interface ComponentProps {
|
|
|
434
1240
|
};
|
|
435
1241
|
}
|
|
436
1242
|
|
|
437
|
-
export declare const ComponentRender: DefineComponent<
|
|
1243
|
+
export declare const ComponentRender: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1244
|
+
|
|
1245
|
+
export declare const components: Record<string, any>;
|
|
438
1246
|
|
|
439
1247
|
export declare const DataTableCategory: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
440
1248
|
|
|
441
|
-
|
|
1249
|
+
declare const Date_2: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1250
|
+
"update:modelValue": (value: string) => any;
|
|
1251
|
+
}, string, PublicProps, Readonly<Props_3> & Readonly<{
|
|
1252
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1253
|
+
}>, {
|
|
1254
|
+
placeholder: string;
|
|
1255
|
+
modelValue: string;
|
|
1256
|
+
size: "xs" | "sm" | "default" | "base";
|
|
1257
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1258
|
+
export { Date_2 as Date }
|
|
1259
|
+
|
|
1260
|
+
export declare const Dialog: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1261
|
+
|
|
1262
|
+
export declare const Div: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1263
|
+
|
|
1264
|
+
export declare const Drawer: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1265
|
+
|
|
1266
|
+
export declare const DrawerClose: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1267
|
+
|
|
1268
|
+
export declare const DrawerContent: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1269
|
+
|
|
1270
|
+
export declare const DrawerDescription: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1271
|
+
|
|
1272
|
+
export declare const DrawerFooter: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1273
|
+
|
|
1274
|
+
export declare const DrawerHeader: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1275
|
+
|
|
1276
|
+
export declare const DrawerOverlay: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1277
|
+
|
|
1278
|
+
export declare const DrawerTitle: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1279
|
+
|
|
1280
|
+
export declare const DrawerTrigger: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1281
|
+
|
|
1282
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1283
|
+
|
|
1284
|
+
export declare const DropdownItem: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1285
|
+
|
|
1286
|
+
export declare const DropdownSearch: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
442
1287
|
|
|
443
1288
|
export declare const FlashMessage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
444
1289
|
|
|
445
|
-
export declare const
|
|
1290
|
+
export declare const Flex: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
446
1291
|
|
|
447
|
-
export declare const
|
|
1292
|
+
export declare const Form: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1293
|
+
|
|
1294
|
+
export declare const FormControl: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
448
1295
|
|
|
449
1296
|
export declare const FormError: DefineComponent<ExtractPropTypes< {
|
|
450
1297
|
errors: {
|
|
@@ -456,11 +1303,29 @@ type: (ObjectConstructor | StringConstructor)[];
|
|
|
456
1303
|
};
|
|
457
1304
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLUListElement>;
|
|
458
1305
|
|
|
459
|
-
export declare const Grid:
|
|
1306
|
+
export declare const Grid: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1307
|
+
|
|
1308
|
+
export declare const Icon: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
460
1309
|
|
|
461
|
-
export
|
|
1310
|
+
export declare const Input: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1311
|
+
|
|
1312
|
+
export declare const InputSearch: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {
|
|
1313
|
+
type: string;
|
|
1314
|
+
size: "xs" | "sm" | "default" | "base";
|
|
1315
|
+
mode: "single" | "multiple";
|
|
1316
|
+
field: string;
|
|
1317
|
+
operators: Array<string | {
|
|
1318
|
+
value?: string;
|
|
1319
|
+
label?: string;
|
|
1320
|
+
}>;
|
|
1321
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
462
1322
|
|
|
463
|
-
|
|
1323
|
+
declare interface Item {
|
|
1324
|
+
label: string;
|
|
1325
|
+
icon: string;
|
|
1326
|
+
value: string;
|
|
1327
|
+
count: number;
|
|
1328
|
+
}
|
|
464
1329
|
|
|
465
1330
|
export declare const LocaleSelect: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
466
1331
|
|
|
@@ -469,7 +1334,7 @@ export declare type LogoConfig = string | {
|
|
|
469
1334
|
small?: ThemeableSrc;
|
|
470
1335
|
};
|
|
471
1336
|
|
|
472
|
-
export declare const NavigationVertical: DefineComponent<
|
|
1337
|
+
export declare const NavigationVertical: DefineComponent<Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_40> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
473
1338
|
|
|
474
1339
|
declare interface OptionGroup {
|
|
475
1340
|
label: string;
|
|
@@ -489,7 +1354,11 @@ declare interface OptionItem {
|
|
|
489
1354
|
value?: string | number;
|
|
490
1355
|
}
|
|
491
1356
|
|
|
492
|
-
export declare const
|
|
1357
|
+
export declare const Pagination: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1358
|
+
|
|
1359
|
+
export declare const PanelLayout: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1360
|
+
|
|
1361
|
+
export declare const Pin: DefineComponent<Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_33> & Readonly<{}>, {
|
|
493
1362
|
label: string;
|
|
494
1363
|
name: string;
|
|
495
1364
|
hint: string;
|
|
@@ -499,23 +1368,108 @@ maxlength: number;
|
|
|
499
1368
|
declare const plugin: Plugin_2<[SvariumOptions]>;
|
|
500
1369
|
export default plugin;
|
|
501
1370
|
|
|
502
|
-
declare interface Props
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
class?: HTMLAttributes["class"];
|
|
1371
|
+
declare interface Props {
|
|
1372
|
+
name: string;
|
|
1373
|
+
value: string;
|
|
506
1374
|
}
|
|
507
1375
|
|
|
508
1376
|
declare interface Props_10 {
|
|
509
|
-
|
|
1377
|
+
href: string;
|
|
1378
|
+
icon: string;
|
|
1379
|
+
label: string;
|
|
510
1380
|
}
|
|
511
1381
|
|
|
512
1382
|
declare interface Props_11 {
|
|
1383
|
+
content: {
|
|
1384
|
+
[key: string]: any;
|
|
1385
|
+
};
|
|
1386
|
+
width?: number;
|
|
1387
|
+
height?: number;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
declare interface Props_12 {
|
|
1391
|
+
cols?: BreakpointValues;
|
|
1392
|
+
gap?: BreakpointValues;
|
|
1393
|
+
gapX?: BreakpointValues;
|
|
1394
|
+
gapY?: BreakpointValues;
|
|
1395
|
+
rows?: {
|
|
1396
|
+
[key: string]: any;
|
|
1397
|
+
};
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
declare interface Props_13 {
|
|
1401
|
+
schema: {
|
|
1402
|
+
[key: string]: any;
|
|
1403
|
+
};
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
declare interface Props_14 {
|
|
1407
|
+
description?: string;
|
|
1408
|
+
title?: string;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
declare interface Props_15 {
|
|
1412
|
+
show: boolean;
|
|
1413
|
+
duration?: string;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
declare interface Props_16 {
|
|
1417
|
+
title: string;
|
|
1418
|
+
description?: string;
|
|
1419
|
+
cancel: string;
|
|
1420
|
+
ok: string;
|
|
1421
|
+
maxWidth: number;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
declare interface Props_17 {
|
|
1425
|
+
label?: string;
|
|
1426
|
+
hint?: string;
|
|
1427
|
+
name?: string;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
declare interface Props_18 {
|
|
1431
|
+
label?: string;
|
|
1432
|
+
href?: string;
|
|
1433
|
+
method?: string;
|
|
1434
|
+
type?: "button" | "submit";
|
|
1435
|
+
icon?: any;
|
|
1436
|
+
variant?: "default" | "secondary" | "outline" | "destructive" | "ghost" | "link" | null | undefined;
|
|
1437
|
+
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
declare interface Props_19 {
|
|
1441
|
+
name: string;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
declare interface Props_2 {
|
|
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 {
|
|
1455
|
+
label?: string;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
declare interface Props_21 extends PrimitiveProps {
|
|
1459
|
+
variant?: ColorModeVariants["variant"];
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
declare interface Props_22 {
|
|
1463
|
+
action: string;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
declare interface Props_23 {
|
|
513
1467
|
name?: string;
|
|
514
1468
|
label?: string;
|
|
515
1469
|
hint?: string;
|
|
516
1470
|
}
|
|
517
1471
|
|
|
518
|
-
declare interface
|
|
1472
|
+
declare interface Props_24 {
|
|
519
1473
|
name?: string;
|
|
520
1474
|
type?: string;
|
|
521
1475
|
password?: boolean;
|
|
@@ -527,10 +1481,12 @@ declare interface Props_12 {
|
|
|
527
1481
|
passwordGenerator?: boolean;
|
|
528
1482
|
stringGeneratorLength?: number;
|
|
529
1483
|
copy?: boolean;
|
|
1484
|
+
modelValue?: any;
|
|
1485
|
+
value?: string;
|
|
530
1486
|
showPasswordRequired?: boolean;
|
|
531
1487
|
}
|
|
532
1488
|
|
|
533
|
-
declare interface
|
|
1489
|
+
declare interface Props_25 {
|
|
534
1490
|
action?: string;
|
|
535
1491
|
showResetLink?: boolean;
|
|
536
1492
|
resetLabel?: string;
|
|
@@ -538,34 +1494,40 @@ declare interface Props_13 {
|
|
|
538
1494
|
submitLabel?: string;
|
|
539
1495
|
}
|
|
540
1496
|
|
|
541
|
-
declare interface
|
|
1497
|
+
declare interface Props_26 {
|
|
542
1498
|
action?: string;
|
|
543
1499
|
submitLabel?: string;
|
|
544
1500
|
}
|
|
545
1501
|
|
|
546
|
-
declare interface
|
|
1502
|
+
declare interface Props_27 {
|
|
547
1503
|
action?: string;
|
|
548
1504
|
submitLabel?: string;
|
|
549
1505
|
session: string;
|
|
550
1506
|
}
|
|
551
1507
|
|
|
552
|
-
declare interface
|
|
1508
|
+
declare interface Props_28 {
|
|
553
1509
|
title?: string;
|
|
554
1510
|
subtitle?: string;
|
|
555
1511
|
}
|
|
556
1512
|
|
|
557
|
-
declare interface
|
|
1513
|
+
declare interface Props_29 {
|
|
558
1514
|
verificationMethods?: VerificationMethod[] | Record<string, VerificationMethod>;
|
|
559
1515
|
session: string;
|
|
560
1516
|
}
|
|
561
1517
|
|
|
562
|
-
declare interface
|
|
1518
|
+
declare interface Props_3 {
|
|
1519
|
+
modelValue?: string;
|
|
1520
|
+
placeholder?: string;
|
|
1521
|
+
size?: 'xs' | 'sm' | 'default' | 'base';
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
declare interface Props_30 {
|
|
563
1525
|
type: 'login' | 'register' | 'reset';
|
|
564
1526
|
session: string;
|
|
565
1527
|
remember: boolean;
|
|
566
1528
|
}
|
|
567
1529
|
|
|
568
|
-
declare interface
|
|
1530
|
+
declare interface Props_31 {
|
|
569
1531
|
socials?: SocialLink[];
|
|
570
1532
|
showRegisterLink?: boolean;
|
|
571
1533
|
registerLabel?: string;
|
|
@@ -583,36 +1545,23 @@ declare interface Props_19 {
|
|
|
583
1545
|
onlySocialName?: boolean;
|
|
584
1546
|
}
|
|
585
1547
|
|
|
586
|
-
declare interface
|
|
587
|
-
content: {
|
|
588
|
-
[key: string]: any;
|
|
589
|
-
};
|
|
590
|
-
width?: number;
|
|
591
|
-
height?: number;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
declare interface Props_20 {
|
|
1548
|
+
declare interface Props_32 {
|
|
595
1549
|
value?: string | number | boolean;
|
|
596
|
-
|
|
1550
|
+
modelValue?: string | number | boolean;
|
|
1551
|
+
checked?: boolean;
|
|
1552
|
+
name?: string;
|
|
597
1553
|
label?: string;
|
|
598
1554
|
hint?: string;
|
|
599
1555
|
}
|
|
600
1556
|
|
|
601
|
-
declare interface
|
|
1557
|
+
declare interface Props_33 {
|
|
602
1558
|
name?: string;
|
|
603
1559
|
maxlength?: number;
|
|
604
1560
|
hint?: string;
|
|
605
1561
|
label?: string;
|
|
606
1562
|
}
|
|
607
1563
|
|
|
608
|
-
declare interface
|
|
609
|
-
uri?: string;
|
|
610
|
-
data?: any;
|
|
611
|
-
columns?: any;
|
|
612
|
-
rows?: any;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
declare interface Props_23 {
|
|
1564
|
+
declare interface Props_34 {
|
|
616
1565
|
placeholder?: string;
|
|
617
1566
|
options?: OptionItem[] | OptionGroup[];
|
|
618
1567
|
name?: string;
|
|
@@ -622,11 +1571,22 @@ declare interface Props_23 {
|
|
|
622
1571
|
modelValue?: any;
|
|
623
1572
|
}
|
|
624
1573
|
|
|
625
|
-
declare interface
|
|
1574
|
+
declare interface Props_35 {
|
|
1575
|
+
title: string;
|
|
1576
|
+
description?: string;
|
|
1577
|
+
cancel: string;
|
|
1578
|
+
ok: string;
|
|
1579
|
+
maxWidth?: number;
|
|
1580
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
declare interface Props_36 {
|
|
626
1584
|
offset?: number;
|
|
1585
|
+
width?: number;
|
|
1586
|
+
position?: 'left' | 'right' | 'top';
|
|
627
1587
|
}
|
|
628
1588
|
|
|
629
|
-
declare interface
|
|
1589
|
+
declare interface Props_37 {
|
|
630
1590
|
themeToggle?: boolean;
|
|
631
1591
|
locale?: boolean;
|
|
632
1592
|
twoFactor?: boolean;
|
|
@@ -634,95 +1594,89 @@ declare interface Props_25 {
|
|
|
634
1594
|
logout?: boolean;
|
|
635
1595
|
}
|
|
636
1596
|
|
|
637
|
-
declare interface
|
|
1597
|
+
declare interface Props_38 {
|
|
638
1598
|
title?: string;
|
|
639
1599
|
showBorder?: boolean;
|
|
640
1600
|
}
|
|
641
1601
|
|
|
642
|
-
declare interface
|
|
1602
|
+
declare interface Props_39 {
|
|
643
1603
|
orientation?: 'horizontal' | 'vertical';
|
|
644
1604
|
left?: boolean;
|
|
645
1605
|
right?: boolean;
|
|
646
1606
|
}
|
|
647
1607
|
|
|
648
|
-
declare interface
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
[key: string]: any;
|
|
659
|
-
};
|
|
1608
|
+
declare interface Props_4 {
|
|
1609
|
+
placeholder?: string;
|
|
1610
|
+
field?: string;
|
|
1611
|
+
operators?: Array<string | {
|
|
1612
|
+
value?: string;
|
|
1613
|
+
label?: string;
|
|
1614
|
+
}>;
|
|
1615
|
+
mode?: "single" | "multiple";
|
|
1616
|
+
type?: string;
|
|
1617
|
+
size?: "xs" | "sm" | "default" | "base";
|
|
660
1618
|
}
|
|
661
1619
|
|
|
662
|
-
declare interface
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
1620
|
+
declare interface Props_40 {
|
|
1621
|
+
navigation_id?: string | number;
|
|
1622
|
+
navigation?: Record<string, any> | null;
|
|
1623
|
+
items?: any[];
|
|
1624
|
+
navigations?: any[];
|
|
666
1625
|
}
|
|
667
1626
|
|
|
668
1627
|
declare interface Props_5 {
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
};
|
|
672
|
-
content?: string | {
|
|
673
|
-
[key: string]: any;
|
|
674
|
-
};
|
|
675
|
-
footer?: string | {
|
|
676
|
-
[key: string]: any;
|
|
677
|
-
};
|
|
1628
|
+
label: string;
|
|
1629
|
+
items: Array<Item>;
|
|
678
1630
|
}
|
|
679
1631
|
|
|
680
1632
|
declare interface Props_6 {
|
|
681
|
-
|
|
682
|
-
|
|
1633
|
+
label?: string;
|
|
1634
|
+
columns?: Column[];
|
|
1635
|
+
variant?: 'default' | 'secondary' | 'outline' | 'destructive' | 'ghost' | 'link' | null | undefined;
|
|
1636
|
+
size?: 'default' | 'sm' | 'lg' | 'icon' | 'icon-sm' | 'icon-lg' | null | undefined;
|
|
683
1637
|
}
|
|
684
1638
|
|
|
685
1639
|
declare interface Props_7 {
|
|
686
|
-
label
|
|
687
|
-
|
|
688
|
-
|
|
1640
|
+
label: string;
|
|
1641
|
+
icon?: string;
|
|
1642
|
+
value?: string;
|
|
1643
|
+
href?: string;
|
|
689
1644
|
}
|
|
690
1645
|
|
|
691
1646
|
declare interface Props_8 {
|
|
1647
|
+
name?: string;
|
|
692
1648
|
label?: string;
|
|
1649
|
+
hint?: string;
|
|
1650
|
+
placeholder?: string;
|
|
1651
|
+
value: string;
|
|
693
1652
|
}
|
|
694
1653
|
|
|
695
1654
|
declare interface Props_9 extends PrimitiveProps {
|
|
696
|
-
variant?:
|
|
1655
|
+
variant?: AlertVariants["variant"];
|
|
1656
|
+
size?: AlertVariants["size"];
|
|
1657
|
+
class?: HTMLAttributes["class"];
|
|
697
1658
|
}
|
|
698
1659
|
|
|
699
|
-
export declare const Radio:
|
|
1660
|
+
export declare const Radio: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
700
1661
|
|
|
701
|
-
export declare const ScrollArea:
|
|
1662
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
702
1663
|
|
|
703
|
-
export declare const Select: DefineComponent<
|
|
1664
|
+
export declare const Select: DefineComponent<Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
704
1665
|
"update:modelValue": (...args: any[]) => void;
|
|
705
|
-
}, string, PublicProps, Readonly<
|
|
1666
|
+
}, string, PublicProps, Readonly<Props_34> & Readonly<{
|
|
706
1667
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
707
1668
|
}>, {
|
|
708
1669
|
placeholder: string;
|
|
709
|
-
clear: boolean;
|
|
710
1670
|
modelValue: any;
|
|
1671
|
+
clear: boolean;
|
|
711
1672
|
options: OptionItem[] | OptionGroup[];
|
|
712
1673
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
713
1674
|
|
|
714
|
-
export declare const Separator:
|
|
1675
|
+
export declare const Separator: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
715
1676
|
|
|
716
|
-
export declare const
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
sidebar_root: HTMLDivElement;
|
|
720
|
-
sidebar_header: HTMLDivElement;
|
|
721
|
-
sidebar_top: HTMLDivElement;
|
|
722
|
-
sidebar_content: HTMLDivElement;
|
|
723
|
-
sidebar_bottom: HTMLDivElement;
|
|
724
|
-
sidebar_footer: HTMLDivElement;
|
|
725
|
-
}, any>;
|
|
1677
|
+
export declare const Sheet: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1678
|
+
|
|
1679
|
+
export declare const Sidebar: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
726
1680
|
|
|
727
1681
|
declare interface SidebarBottomConfig {
|
|
728
1682
|
enabled: boolean;
|
|
@@ -732,7 +1686,7 @@ declare interface SidebarBottomConfig {
|
|
|
732
1686
|
declare interface SidebarConfig {
|
|
733
1687
|
enabled: boolean;
|
|
734
1688
|
width?: number;
|
|
735
|
-
position?: 'right' | 'left';
|
|
1689
|
+
position?: 'right' | 'left' | 'top';
|
|
736
1690
|
component?: ComponentProps;
|
|
737
1691
|
themeToggle?: boolean;
|
|
738
1692
|
minimal?: boolean;
|
|
@@ -747,7 +1701,7 @@ declare interface SidebarFooterConfig {
|
|
|
747
1701
|
component?: ComponentProps;
|
|
748
1702
|
}
|
|
749
1703
|
|
|
750
|
-
export declare const SidebarHeader: DefineComponent<
|
|
1704
|
+
export declare const SidebarHeader: DefineComponent<Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_38> & Readonly<{}>, {
|
|
751
1705
|
showBorder: boolean;
|
|
752
1706
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
753
1707
|
|
|
@@ -755,13 +1709,13 @@ declare interface SidebarHeaderConfig {
|
|
|
755
1709
|
enabled: boolean;
|
|
756
1710
|
}
|
|
757
1711
|
|
|
758
|
-
export declare const SidebarToggle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
1712
|
+
export declare const SidebarToggle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
759
1713
|
|
|
760
1714
|
declare interface SidebarTopConfig {
|
|
761
1715
|
enabled: boolean;
|
|
762
1716
|
}
|
|
763
1717
|
|
|
764
|
-
export declare const SidebarUser: DefineComponent<
|
|
1718
|
+
export declare const SidebarUser: DefineComponent<Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_37> & Readonly<{}>, {
|
|
765
1719
|
locale: boolean;
|
|
766
1720
|
themeToggle: boolean;
|
|
767
1721
|
twoFactor: boolean;
|
|
@@ -769,7 +1723,7 @@ activityLog: boolean;
|
|
|
769
1723
|
logout: boolean;
|
|
770
1724
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
771
1725
|
|
|
772
|
-
export declare const SlideTransition:
|
|
1726
|
+
export declare const SlideTransition: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
773
1727
|
|
|
774
1728
|
declare interface SocialLink {
|
|
775
1729
|
id: string;
|
|
@@ -798,9 +1752,44 @@ export declare const Switch: DefineComponent<__VLS_PublicProps, {}, {}, {}, {},
|
|
|
798
1752
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
799
1753
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
800
1754
|
|
|
801
|
-
export declare const
|
|
802
|
-
|
|
803
|
-
},
|
|
1755
|
+
export declare const Tab: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1756
|
+
|
|
1757
|
+
export declare const TabItem: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1758
|
+
|
|
1759
|
+
export declare const Table: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1760
|
+
|
|
1761
|
+
export declare const TableBody: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1762
|
+
|
|
1763
|
+
export declare const TableCell: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1764
|
+
|
|
1765
|
+
export declare const TableFilters: DefineComponent<ExtractPropTypes< {
|
|
1766
|
+
filters: {
|
|
1767
|
+
type: ArrayConstructor;
|
|
1768
|
+
default: () => never[];
|
|
1769
|
+
};
|
|
1770
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1771
|
+
filters: {
|
|
1772
|
+
type: ArrayConstructor;
|
|
1773
|
+
default: () => never[];
|
|
1774
|
+
};
|
|
1775
|
+
}>> & Readonly<{}>, {
|
|
1776
|
+
filters: unknown[];
|
|
1777
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1778
|
+
|
|
1779
|
+
export declare const TableFooter: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1780
|
+
|
|
1781
|
+
export declare const TableHead: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1782
|
+
|
|
1783
|
+
export declare const TableHeader: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1784
|
+
|
|
1785
|
+
export declare const TableRow: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1786
|
+
|
|
1787
|
+
export declare const Textarea: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {
|
|
1788
|
+
label: string;
|
|
1789
|
+
placeholder: string;
|
|
1790
|
+
name: string;
|
|
1791
|
+
hint: string;
|
|
1792
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
804
1793
|
|
|
805
1794
|
export declare type ThemeableSrc = string | {
|
|
806
1795
|
light: string;
|
|
@@ -809,6 +1798,8 @@ export declare type ThemeableSrc = string | {
|
|
|
809
1798
|
|
|
810
1799
|
export declare const Title: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
811
1800
|
|
|
1801
|
+
declare function updateTab(value: any): void;
|
|
1802
|
+
|
|
812
1803
|
export declare function (): {
|
|
813
1804
|
minimal: Ref<boolean, boolean>;
|
|
814
1805
|
};
|
|
@@ -857,11 +1848,3 @@ declare module 'vue' {
|
|
|
857
1848
|
route: typeof import('ziggy-js').route;
|
|
858
1849
|
}
|
|
859
1850
|
}
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
declare module '@tanstack/vue-table' {
|
|
863
|
-
interface ColumnMeta<TData extends RowData, TValue> {
|
|
864
|
-
type?: 'string' | 'int' | 'bool' | 'select';
|
|
865
|
-
options?: OptionItem[];
|
|
866
|
-
}
|
|
867
|
-
}
|