prlg-ui 1.8.330 → 1.8.331
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/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +5 -5
- package/dist/reka-ui/index.es.js +1047 -1012
- package/dist/rekaUI.d.ts +229 -188
- package/dist/scss/vars.scss +1 -0
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import { ComboboxEmpty } from 'reka-ui';
|
|
|
31
31
|
import { ComboboxInputProps } from 'reka-ui';
|
|
32
32
|
import { ComboboxItemProps } from 'reka-ui';
|
|
33
33
|
import { ComboboxPortal } from 'reka-ui';
|
|
34
|
-
import {
|
|
34
|
+
import { ComboboxRootProps } from 'reka-ui';
|
|
35
35
|
import { ComboboxViewportProps } from 'reka-ui';
|
|
36
36
|
import { Component } from 'vue';
|
|
37
37
|
import { ComponentCustomProperties } from 'vue';
|
|
@@ -273,42 +273,58 @@ onChange?: ((value: string | number | boolean | any[] | null, event: Event) => a
|
|
|
273
273
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
274
274
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
275
275
|
|
|
276
|
-
declare const __VLS_component_25: DefineComponent<
|
|
276
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
277
|
+
"update:modelValue": (value: AcceptableValue) => any;
|
|
278
|
+
highlight: (payload: {
|
|
279
|
+
ref: HTMLElement;
|
|
280
|
+
value: AcceptableValue;
|
|
281
|
+
} | undefined) => any;
|
|
282
|
+
"update:open": (value: boolean) => any;
|
|
283
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
284
|
+
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
285
|
+
onHighlight?: ((payload: {
|
|
286
|
+
ref: HTMLElement;
|
|
287
|
+
value: AcceptableValue;
|
|
288
|
+
} | undefined) => any) | undefined;
|
|
289
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
290
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
277
291
|
|
|
278
|
-
declare const __VLS_component_26: DefineComponent<
|
|
292
|
+
declare const __VLS_component_26: DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
279
293
|
|
|
280
|
-
declare const __VLS_component_27: DefineComponent<
|
|
294
|
+
declare const __VLS_component_27: DefineComponent<IComboboxAnchorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IComboboxAnchorProps> & Readonly<{}>, {
|
|
295
|
+
size: "small" | "default" | "large";
|
|
296
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
281
297
|
|
|
282
|
-
declare const __VLS_component_28: DefineComponent<
|
|
298
|
+
declare const __VLS_component_28: DefineComponent<IComboboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IComboboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
283
299
|
|
|
284
|
-
declare const __VLS_component_29: DefineComponent<
|
|
300
|
+
declare const __VLS_component_29: DefineComponent<ComboboxViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
285
301
|
|
|
286
302
|
declare const __VLS_component_3: DefineComponent<IAccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionItemProps> & Readonly<{}>, {
|
|
287
303
|
styleVariant: "inline" | "filled" | "outlined";
|
|
288
304
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
289
305
|
|
|
290
|
-
declare const __VLS_component_30: DefineComponent<
|
|
306
|
+
declare const __VLS_component_30: DefineComponent<DatePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
291
307
|
|
|
292
|
-
declare const __VLS_component_31: DefineComponent<
|
|
308
|
+
declare const __VLS_component_31: DefineComponent<DatePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
309
|
+
|
|
310
|
+
declare const __VLS_component_32: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {
|
|
293
311
|
size: "small" | "default" | "large";
|
|
294
312
|
width: number;
|
|
295
313
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
296
314
|
|
|
297
|
-
declare const
|
|
298
|
-
|
|
299
|
-
declare const __VLS_component_33: DefineComponent<DatePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
315
|
+
declare const __VLS_component_33: DefineComponent<DatePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
300
316
|
|
|
301
|
-
declare const __VLS_component_34: DefineComponent<
|
|
317
|
+
declare const __VLS_component_34: DefineComponent<DatePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
302
318
|
|
|
303
|
-
declare const __VLS_component_35: DefineComponent<
|
|
319
|
+
declare const __VLS_component_35: DefineComponent<DatePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
304
320
|
|
|
305
|
-
declare const __VLS_component_36: DefineComponent<
|
|
321
|
+
declare const __VLS_component_36: DefineComponent<DatePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
306
322
|
|
|
307
|
-
declare const __VLS_component_37: DefineComponent<
|
|
323
|
+
declare const __VLS_component_37: DefineComponent<DatePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
308
324
|
|
|
309
|
-
declare const __VLS_component_38: DefineComponent<
|
|
325
|
+
declare const __VLS_component_38: DefineComponent<DatePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
310
326
|
|
|
311
|
-
declare const __VLS_component_39: DefineComponent<
|
|
327
|
+
declare const __VLS_component_39: DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
312
328
|
|
|
313
329
|
declare const __VLS_component_4: DefineComponent<IAccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
314
330
|
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
@@ -316,17 +332,19 @@ declare const __VLS_component_4: DefineComponent<IAccordionRootProps, {}, {}, {}
|
|
|
316
332
|
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
317
333
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
318
334
|
|
|
319
|
-
declare const __VLS_component_40: DefineComponent<
|
|
335
|
+
declare const __VLS_component_40: DefineComponent<DateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
320
336
|
|
|
321
|
-
declare const __VLS_component_41: DefineComponent<
|
|
337
|
+
declare const __VLS_component_41: DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
322
338
|
|
|
323
|
-
declare const __VLS_component_42: DefineComponent<
|
|
339
|
+
declare const __VLS_component_42: DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
324
340
|
|
|
325
|
-
declare const __VLS_component_43: DefineComponent<
|
|
341
|
+
declare const __VLS_component_43: DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
326
342
|
|
|
327
|
-
declare const __VLS_component_44: DefineComponent<
|
|
343
|
+
declare const __VLS_component_44: DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
328
344
|
|
|
329
|
-
declare const __VLS_component_45: DefineComponent<
|
|
345
|
+
declare const __VLS_component_45: DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
346
|
+
|
|
347
|
+
declare const __VLS_component_46: DefineComponent<IDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
330
348
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
331
349
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
332
350
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -346,11 +364,11 @@ disableOutsidePointerEvents: boolean;
|
|
|
346
364
|
closeButton: IDialogCloseProps;
|
|
347
365
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
348
366
|
|
|
349
|
-
declare const
|
|
367
|
+
declare const __VLS_component_47: DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
350
368
|
|
|
351
|
-
declare const
|
|
369
|
+
declare const __VLS_component_48: DefineComponent<IDialogActionsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDialogActionsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
352
370
|
|
|
353
|
-
declare const
|
|
371
|
+
declare const __VLS_component_49: DefineComponent<IDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
354
372
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
355
373
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
356
374
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -366,17 +384,17 @@ onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
|
366
384
|
width: number;
|
|
367
385
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
368
386
|
|
|
369
|
-
declare const
|
|
387
|
+
declare const __VLS_component_5: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
|
|
388
|
+
visibleArrow: boolean;
|
|
389
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
390
|
+
|
|
391
|
+
declare const __VLS_component_50: DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
370
392
|
select: (event: Event) => any;
|
|
371
393
|
}, string, PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{
|
|
372
394
|
onSelect?: ((event: Event) => any) | undefined;
|
|
373
395
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
374
396
|
|
|
375
|
-
declare const
|
|
376
|
-
visibleArrow: boolean;
|
|
377
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
378
|
-
|
|
379
|
-
declare const __VLS_component_50: DefineComponent<IDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
397
|
+
declare const __VLS_component_51: DefineComponent<IDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
380
398
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
381
399
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
382
400
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -396,15 +414,15 @@ onEntryFocus?: ((event: Event) => any) | undefined;
|
|
|
396
414
|
width: number;
|
|
397
415
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
398
416
|
|
|
399
|
-
declare const
|
|
417
|
+
declare const __VLS_component_52: DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
400
418
|
|
|
401
|
-
declare const
|
|
419
|
+
declare const __VLS_component_53: DefineComponent<DialogRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
402
420
|
"update:open": (value: boolean) => any;
|
|
403
421
|
}, string, PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
404
422
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
405
423
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
406
424
|
|
|
407
|
-
declare const
|
|
425
|
+
declare const __VLS_component_54: DefineComponent<IDialogContentProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
408
426
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
409
427
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
410
428
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -424,17 +442,25 @@ position: "right" | "top" | "left" | "bottom";
|
|
|
424
442
|
closeButton: IDrawerCloseProps;
|
|
425
443
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
426
444
|
|
|
427
|
-
declare const __VLS_component_54: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
428
|
-
|
|
429
445
|
declare const __VLS_component_55: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
430
446
|
|
|
431
|
-
declare const __VLS_component_56: DefineComponent<
|
|
447
|
+
declare const __VLS_component_56: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
448
|
+
|
|
449
|
+
declare const __VLS_component_57: DefineComponent<DialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
432
450
|
|
|
433
|
-
declare const
|
|
451
|
+
declare const __VLS_component_58: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
434
452
|
|
|
435
|
-
declare const
|
|
453
|
+
declare const __VLS_component_59: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
436
454
|
|
|
437
|
-
declare const
|
|
455
|
+
declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
456
|
+
size: ButtonSize;
|
|
457
|
+
variant: ButtonVariant;
|
|
458
|
+
buttonStyle: ButtonStyle;
|
|
459
|
+
strong: boolean;
|
|
460
|
+
as: AsTag | Component;
|
|
461
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
462
|
+
|
|
463
|
+
declare const __VLS_component_60: DefineComponent<ExtractPropTypes< {
|
|
438
464
|
type: {
|
|
439
465
|
type: PropType<"error" | "warning" | "info">;
|
|
440
466
|
default: string;
|
|
@@ -453,15 +479,7 @@ outlined: boolean;
|
|
|
453
479
|
type: "error" | "info" | "warning";
|
|
454
480
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
455
481
|
|
|
456
|
-
declare const
|
|
457
|
-
size: ButtonSize;
|
|
458
|
-
variant: ButtonVariant;
|
|
459
|
-
buttonStyle: ButtonStyle;
|
|
460
|
-
strong: boolean;
|
|
461
|
-
as: AsTag | Component;
|
|
462
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
463
|
-
|
|
464
|
-
declare const __VLS_component_60: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
482
|
+
declare const __VLS_component_61: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
465
483
|
"update:modelValue": (value: string) => any;
|
|
466
484
|
} & {
|
|
467
485
|
clear: () => any;
|
|
@@ -478,11 +496,11 @@ onPaste?: ((value: ClipboardEvent) => any) | undefined;
|
|
|
478
496
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
479
497
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
480
498
|
|
|
481
|
-
declare const
|
|
499
|
+
declare const __VLS_component_62: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
482
500
|
|
|
483
|
-
declare const
|
|
501
|
+
declare const __VLS_component_63: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
484
502
|
|
|
485
|
-
declare const
|
|
503
|
+
declare const __VLS_component_64: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
486
504
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
487
505
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
488
506
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -501,24 +519,20 @@ width: number;
|
|
|
501
519
|
alignOffset: number;
|
|
502
520
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
503
521
|
|
|
504
|
-
declare const
|
|
522
|
+
declare const __VLS_component_65: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
505
523
|
|
|
506
|
-
declare const
|
|
524
|
+
declare const __VLS_component_66: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
507
525
|
|
|
508
|
-
declare const
|
|
526
|
+
declare const __VLS_component_67: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
509
527
|
|
|
510
|
-
declare const
|
|
528
|
+
declare const __VLS_component_68: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
511
529
|
colors: TagColors;
|
|
512
530
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
513
531
|
|
|
514
|
-
declare const
|
|
532
|
+
declare const __VLS_component_69: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
515
533
|
as: AsTag | Component;
|
|
516
534
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
517
535
|
|
|
518
|
-
declare const __VLS_component_69: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
519
|
-
swipeDirection: "left" | "right" | "up" | "down";
|
|
520
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
521
|
-
|
|
522
536
|
declare const __VLS_component_7: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
|
|
523
537
|
size: ButtonSize;
|
|
524
538
|
variant: ButtonVariant;
|
|
@@ -527,7 +541,11 @@ strong: boolean;
|
|
|
527
541
|
as: AsTag | Component;
|
|
528
542
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
529
543
|
|
|
530
|
-
declare const __VLS_component_70: DefineComponent<
|
|
544
|
+
declare const __VLS_component_70: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
545
|
+
swipeDirection: "left" | "right" | "up" | "down";
|
|
546
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
547
|
+
|
|
548
|
+
declare const __VLS_component_71: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
531
549
|
pause: () => any;
|
|
532
550
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
533
551
|
"update:open": (value: boolean) => any;
|
|
@@ -613,11 +631,11 @@ y: number;
|
|
|
613
631
|
variant: ToastVariant;
|
|
614
632
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
615
633
|
|
|
616
|
-
declare const
|
|
634
|
+
declare const __VLS_component_72: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
617
635
|
as: AsTag | Component;
|
|
618
636
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
619
637
|
|
|
620
|
-
declare const
|
|
638
|
+
declare const __VLS_component_73: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
621
639
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
622
640
|
pointerDownOutside: (event: Event) => any;
|
|
623
641
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -627,7 +645,7 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
|
627
645
|
viewArrow: boolean;
|
|
628
646
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
629
647
|
|
|
630
|
-
declare const
|
|
648
|
+
declare const __VLS_component_74: DefineComponent<IScrollAreaRootProps, {
|
|
631
649
|
scrollToBottom: typeof scrollToBottom;
|
|
632
650
|
scrollToTop: typeof scrollToTop;
|
|
633
651
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IScrollAreaRootProps> & Readonly<{}>, {
|
|
@@ -755,9 +773,9 @@ scrollTopLeft: () => void;
|
|
|
755
773
|
}>) | null;
|
|
756
774
|
}, any>;
|
|
757
775
|
|
|
758
|
-
declare const
|
|
776
|
+
declare const __VLS_component_75: DefineComponent<ScrollAreaViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
759
777
|
|
|
760
|
-
declare const
|
|
778
|
+
declare const __VLS_component_76: DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
761
779
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
762
780
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
763
781
|
closeAutoFocus: (event: Event) => any;
|
|
@@ -767,33 +785,33 @@ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
|
767
785
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
768
786
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
769
787
|
|
|
770
|
-
declare const
|
|
788
|
+
declare const __VLS_component_77: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
771
789
|
|
|
772
|
-
declare const
|
|
790
|
+
declare const __VLS_component_78: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
773
791
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
774
792
|
"update:open": (value: boolean) => any;
|
|
775
|
-
}, string, PublicProps, Readonly<
|
|
793
|
+
}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
|
|
776
794
|
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
777
795
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
778
796
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
779
797
|
|
|
780
|
-
declare const
|
|
798
|
+
declare const __VLS_component_79: DefineComponent<ISelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectTriggerProps> & Readonly<{}>, {
|
|
781
799
|
size: "small" | "default" | "large";
|
|
782
800
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
783
801
|
|
|
784
|
-
declare const __VLS_component_79: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
|
|
785
|
-
maxSelectedLabels: number;
|
|
786
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
787
|
-
|
|
788
802
|
declare const __VLS_component_8: DefineComponent<IAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogContentProps> & Readonly<{}>, {
|
|
789
803
|
width: number;
|
|
790
804
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
791
805
|
|
|
792
|
-
declare const __VLS_component_80: DefineComponent<
|
|
806
|
+
declare const __VLS_component_80: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
|
|
807
|
+
maxSelectedLabels: number;
|
|
808
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
809
|
+
|
|
810
|
+
declare const __VLS_component_81: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
793
811
|
|
|
794
|
-
declare const
|
|
812
|
+
declare const __VLS_component_82: DefineComponent<StepperItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepperItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
795
813
|
|
|
796
|
-
declare const
|
|
814
|
+
declare const __VLS_component_83: DefineComponent<StepperRootProps, {
|
|
797
815
|
$el: Readonly<ShallowRef<({
|
|
798
816
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<StepperRootProps> & Readonly<{
|
|
799
817
|
"onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
|
|
@@ -1053,7 +1071,7 @@ hasPrev: () => boolean;
|
|
|
1053
1071
|
}) | null;
|
|
1054
1072
|
}, any>;
|
|
1055
1073
|
|
|
1056
|
-
declare const
|
|
1074
|
+
declare const __VLS_component_84: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1057
1075
|
"update:modelValue": (payload: boolean) => any;
|
|
1058
1076
|
}, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
|
|
1059
1077
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
@@ -1072,7 +1090,9 @@ declare type __VLS_Props = {
|
|
|
1072
1090
|
variant?: 'info' | 'success' | 'warning' | 'error';
|
|
1073
1091
|
};
|
|
1074
1092
|
|
|
1075
|
-
declare type __VLS_Props_10 =
|
|
1093
|
+
declare type __VLS_Props_10 = InputTextProps;
|
|
1094
|
+
|
|
1095
|
+
declare type __VLS_Props_11 = {
|
|
1076
1096
|
file: string | IFile;
|
|
1077
1097
|
alt?: string;
|
|
1078
1098
|
size?: "small" | "medium" | "large" | "full";
|
|
@@ -1080,7 +1100,7 @@ declare type __VLS_Props_10 = {
|
|
|
1080
1100
|
viewInfo?: boolean;
|
|
1081
1101
|
};
|
|
1082
1102
|
|
|
1083
|
-
declare type
|
|
1103
|
+
declare type __VLS_Props_12 = {
|
|
1084
1104
|
label?: string;
|
|
1085
1105
|
placeholder?: string;
|
|
1086
1106
|
name?: string;
|
|
@@ -1100,12 +1120,12 @@ declare type __VLS_Props_11 = {
|
|
|
1100
1120
|
minHeight?: string;
|
|
1101
1121
|
};
|
|
1102
1122
|
|
|
1103
|
-
declare type
|
|
1123
|
+
declare type __VLS_Props_13 = {
|
|
1104
1124
|
placeholder?: string;
|
|
1105
1125
|
size?: 'small' | 'default' | 'large';
|
|
1106
1126
|
};
|
|
1107
1127
|
|
|
1108
|
-
declare type
|
|
1128
|
+
declare type __VLS_Props_14 = SelectRootProps;
|
|
1109
1129
|
|
|
1110
1130
|
declare type __VLS_Props_2 = {
|
|
1111
1131
|
value?: string | number;
|
|
@@ -1132,9 +1152,11 @@ declare type __VLS_Props_4 = {
|
|
|
1132
1152
|
customId?: string;
|
|
1133
1153
|
};
|
|
1134
1154
|
|
|
1135
|
-
declare type __VLS_Props_5 =
|
|
1155
|
+
declare type __VLS_Props_5 = ComboboxRootProps;
|
|
1156
|
+
|
|
1157
|
+
declare type __VLS_Props_6 = IDataTableProps;
|
|
1136
1158
|
|
|
1137
|
-
declare type
|
|
1159
|
+
declare type __VLS_Props_7 = {
|
|
1138
1160
|
label?: string;
|
|
1139
1161
|
id?: string;
|
|
1140
1162
|
errorMessage?: string;
|
|
@@ -1142,7 +1164,7 @@ declare type __VLS_Props_6 = {
|
|
|
1142
1164
|
required?: boolean;
|
|
1143
1165
|
};
|
|
1144
1166
|
|
|
1145
|
-
declare type
|
|
1167
|
+
declare type __VLS_Props_8 = {
|
|
1146
1168
|
file: string | IFile_2;
|
|
1147
1169
|
viewName?: boolean;
|
|
1148
1170
|
outlined?: boolean;
|
|
@@ -1152,7 +1174,7 @@ declare type __VLS_Props_7 = {
|
|
|
1152
1174
|
viewSize?: boolean;
|
|
1153
1175
|
};
|
|
1154
1176
|
|
|
1155
|
-
declare type
|
|
1177
|
+
declare type __VLS_Props_9 = {
|
|
1156
1178
|
viewButtons?: boolean;
|
|
1157
1179
|
max?: number;
|
|
1158
1180
|
min?: number;
|
|
@@ -1163,8 +1185,6 @@ declare type __VLS_Props_8 = {
|
|
|
1163
1185
|
selectOnFocus?: boolean;
|
|
1164
1186
|
};
|
|
1165
1187
|
|
|
1166
|
-
declare type __VLS_Props_9 = InputTextProps;
|
|
1167
|
-
|
|
1168
1188
|
declare type __VLS_PublicProps = {
|
|
1169
1189
|
modelValue?: string | boolean | any | null | any[];
|
|
1170
1190
|
} & __VLS_Props_4;
|
|
@@ -1173,23 +1193,23 @@ declare type __VLS_PublicProps_2 = {
|
|
|
1173
1193
|
'page'?: typeof __VLS_defaults['page'];
|
|
1174
1194
|
'rows'?: typeof __VLS_defaults['rows'];
|
|
1175
1195
|
'rowSelection'?: RowSelectionState;
|
|
1176
|
-
} &
|
|
1196
|
+
} & __VLS_Props_6;
|
|
1177
1197
|
|
|
1178
1198
|
declare type __VLS_PublicProps_3 = {
|
|
1179
1199
|
modelValue: number;
|
|
1180
|
-
} &
|
|
1200
|
+
} & __VLS_Props_9;
|
|
1181
1201
|
|
|
1182
1202
|
declare type __VLS_PublicProps_4 = {
|
|
1183
1203
|
modelValue?: string;
|
|
1184
|
-
} &
|
|
1204
|
+
} & __VLS_Props_10;
|
|
1185
1205
|
|
|
1186
1206
|
declare type __VLS_PublicProps_5 = {
|
|
1187
1207
|
modelValue?: string;
|
|
1188
|
-
} &
|
|
1208
|
+
} & __VLS_Props_12;
|
|
1189
1209
|
|
|
1190
1210
|
declare type __VLS_PublicProps_6 = {
|
|
1191
1211
|
modelValue: TShedule | null;
|
|
1192
|
-
} &
|
|
1212
|
+
} & __VLS_Props_13;
|
|
1193
1213
|
|
|
1194
1214
|
declare function __VLS_template(): {
|
|
1195
1215
|
attrs: Partial<{}>;
|
|
@@ -1410,7 +1430,7 @@ declare function __VLS_template_30(): {
|
|
|
1410
1430
|
declare function __VLS_template_31(): {
|
|
1411
1431
|
attrs: Partial<{}>;
|
|
1412
1432
|
slots: {
|
|
1413
|
-
default?(_:
|
|
1433
|
+
default?(_: {}): any;
|
|
1414
1434
|
};
|
|
1415
1435
|
refs: {};
|
|
1416
1436
|
rootEl: any;
|
|
@@ -1419,7 +1439,7 @@ declare function __VLS_template_31(): {
|
|
|
1419
1439
|
declare function __VLS_template_32(): {
|
|
1420
1440
|
attrs: Partial<{}>;
|
|
1421
1441
|
slots: {
|
|
1422
|
-
default?(_:
|
|
1442
|
+
default?(_: any): any;
|
|
1423
1443
|
};
|
|
1424
1444
|
refs: {};
|
|
1425
1445
|
rootEl: any;
|
|
@@ -1545,9 +1565,7 @@ declare function __VLS_template_44(): {
|
|
|
1545
1565
|
declare function __VLS_template_45(): {
|
|
1546
1566
|
attrs: Partial<{}>;
|
|
1547
1567
|
slots: {
|
|
1548
|
-
title?(_: {}): any;
|
|
1549
1568
|
default?(_: {}): any;
|
|
1550
|
-
actions?(_: {}): any;
|
|
1551
1569
|
};
|
|
1552
1570
|
refs: {};
|
|
1553
1571
|
rootEl: any;
|
|
@@ -1556,7 +1574,9 @@ declare function __VLS_template_45(): {
|
|
|
1556
1574
|
declare function __VLS_template_46(): {
|
|
1557
1575
|
attrs: Partial<{}>;
|
|
1558
1576
|
slots: {
|
|
1577
|
+
title?(_: {}): any;
|
|
1559
1578
|
default?(_: {}): any;
|
|
1579
|
+
actions?(_: {}): any;
|
|
1560
1580
|
};
|
|
1561
1581
|
refs: {};
|
|
1562
1582
|
rootEl: any;
|
|
@@ -1568,7 +1588,7 @@ declare function __VLS_template_47(): {
|
|
|
1568
1588
|
default?(_: {}): any;
|
|
1569
1589
|
};
|
|
1570
1590
|
refs: {};
|
|
1571
|
-
rootEl:
|
|
1591
|
+
rootEl: any;
|
|
1572
1592
|
};
|
|
1573
1593
|
|
|
1574
1594
|
declare function __VLS_template_48(): {
|
|
@@ -1577,7 +1597,7 @@ declare function __VLS_template_48(): {
|
|
|
1577
1597
|
default?(_: {}): any;
|
|
1578
1598
|
};
|
|
1579
1599
|
refs: {};
|
|
1580
|
-
rootEl:
|
|
1600
|
+
rootEl: HTMLDivElement;
|
|
1581
1601
|
};
|
|
1582
1602
|
|
|
1583
1603
|
declare function __VLS_template_49(): {
|
|
@@ -1628,9 +1648,7 @@ declare function __VLS_template_52(): {
|
|
|
1628
1648
|
declare function __VLS_template_53(): {
|
|
1629
1649
|
attrs: Partial<{}>;
|
|
1630
1650
|
slots: {
|
|
1631
|
-
header?(_: {}): any;
|
|
1632
1651
|
default?(_: {}): any;
|
|
1633
|
-
actions?(_: {}): any;
|
|
1634
1652
|
};
|
|
1635
1653
|
refs: {};
|
|
1636
1654
|
rootEl: any;
|
|
@@ -1639,7 +1657,9 @@ declare function __VLS_template_53(): {
|
|
|
1639
1657
|
declare function __VLS_template_54(): {
|
|
1640
1658
|
attrs: Partial<{}>;
|
|
1641
1659
|
slots: {
|
|
1660
|
+
header?(_: {}): any;
|
|
1642
1661
|
default?(_: {}): any;
|
|
1662
|
+
actions?(_: {}): any;
|
|
1643
1663
|
};
|
|
1644
1664
|
refs: {};
|
|
1645
1665
|
rootEl: any;
|
|
@@ -1669,7 +1689,7 @@ declare function __VLS_template_57(): {
|
|
|
1669
1689
|
default?(_: {}): any;
|
|
1670
1690
|
};
|
|
1671
1691
|
refs: {};
|
|
1672
|
-
rootEl:
|
|
1692
|
+
rootEl: any;
|
|
1673
1693
|
};
|
|
1674
1694
|
|
|
1675
1695
|
declare function __VLS_template_58(): {
|
|
@@ -1678,7 +1698,7 @@ declare function __VLS_template_58(): {
|
|
|
1678
1698
|
default?(_: {}): any;
|
|
1679
1699
|
};
|
|
1680
1700
|
refs: {};
|
|
1681
|
-
rootEl:
|
|
1701
|
+
rootEl: HTMLDivElement;
|
|
1682
1702
|
};
|
|
1683
1703
|
|
|
1684
1704
|
declare function __VLS_template_59(): {
|
|
@@ -1687,7 +1707,7 @@ declare function __VLS_template_59(): {
|
|
|
1687
1707
|
default?(_: {}): any;
|
|
1688
1708
|
};
|
|
1689
1709
|
refs: {};
|
|
1690
|
-
rootEl:
|
|
1710
|
+
rootEl: any;
|
|
1691
1711
|
};
|
|
1692
1712
|
|
|
1693
1713
|
declare function __VLS_template_6(): {
|
|
@@ -1702,7 +1722,7 @@ declare function __VLS_template_6(): {
|
|
|
1702
1722
|
declare function __VLS_template_60(): {
|
|
1703
1723
|
attrs: Partial<{}>;
|
|
1704
1724
|
slots: {
|
|
1705
|
-
|
|
1725
|
+
default?(_: {}): any;
|
|
1706
1726
|
};
|
|
1707
1727
|
refs: {};
|
|
1708
1728
|
rootEl: HTMLDivElement;
|
|
@@ -1711,16 +1731,16 @@ declare function __VLS_template_60(): {
|
|
|
1711
1731
|
declare function __VLS_template_61(): {
|
|
1712
1732
|
attrs: Partial<{}>;
|
|
1713
1733
|
slots: {
|
|
1714
|
-
|
|
1734
|
+
suffix?(_: {}): any;
|
|
1715
1735
|
};
|
|
1716
1736
|
refs: {};
|
|
1717
|
-
rootEl:
|
|
1737
|
+
rootEl: HTMLDivElement;
|
|
1718
1738
|
};
|
|
1719
1739
|
|
|
1720
1740
|
declare function __VLS_template_62(): {
|
|
1721
1741
|
attrs: Partial<{}>;
|
|
1722
1742
|
slots: {
|
|
1723
|
-
default?(_:
|
|
1743
|
+
default?(_: any): any;
|
|
1724
1744
|
};
|
|
1725
1745
|
refs: {};
|
|
1726
1746
|
rootEl: any;
|
|
@@ -1768,7 +1788,7 @@ declare function __VLS_template_67(): {
|
|
|
1768
1788
|
default?(_: {}): any;
|
|
1769
1789
|
};
|
|
1770
1790
|
refs: {};
|
|
1771
|
-
rootEl:
|
|
1791
|
+
rootEl: any;
|
|
1772
1792
|
};
|
|
1773
1793
|
|
|
1774
1794
|
declare function __VLS_template_68(): {
|
|
@@ -1777,7 +1797,7 @@ declare function __VLS_template_68(): {
|
|
|
1777
1797
|
default?(_: {}): any;
|
|
1778
1798
|
};
|
|
1779
1799
|
refs: {};
|
|
1780
|
-
rootEl:
|
|
1800
|
+
rootEl: HTMLDivElement;
|
|
1781
1801
|
};
|
|
1782
1802
|
|
|
1783
1803
|
declare function __VLS_template_69(): {
|
|
@@ -1826,6 +1846,15 @@ declare function __VLS_template_72(): {
|
|
|
1826
1846
|
};
|
|
1827
1847
|
|
|
1828
1848
|
declare function __VLS_template_73(): {
|
|
1849
|
+
attrs: Partial<{}>;
|
|
1850
|
+
slots: {
|
|
1851
|
+
default?(_: {}): any;
|
|
1852
|
+
};
|
|
1853
|
+
refs: {};
|
|
1854
|
+
rootEl: any;
|
|
1855
|
+
};
|
|
1856
|
+
|
|
1857
|
+
declare function __VLS_template_74(): {
|
|
1829
1858
|
attrs: Partial<{}>;
|
|
1830
1859
|
slots: {
|
|
1831
1860
|
default?(_: {}): any;
|
|
@@ -1955,15 +1984,6 @@ declare function __VLS_template_73(): {
|
|
|
1955
1984
|
rootEl: any;
|
|
1956
1985
|
};
|
|
1957
1986
|
|
|
1958
|
-
declare function __VLS_template_74(): {
|
|
1959
|
-
attrs: Partial<{}>;
|
|
1960
|
-
slots: {
|
|
1961
|
-
default?(_: {}): any;
|
|
1962
|
-
};
|
|
1963
|
-
refs: {};
|
|
1964
|
-
rootEl: any;
|
|
1965
|
-
};
|
|
1966
|
-
|
|
1967
1987
|
declare function __VLS_template_75(): {
|
|
1968
1988
|
attrs: Partial<{}>;
|
|
1969
1989
|
slots: {
|
|
@@ -2003,7 +2023,7 @@ declare function __VLS_template_78(): {
|
|
|
2003
2023
|
declare function __VLS_template_79(): {
|
|
2004
2024
|
attrs: Partial<{}>;
|
|
2005
2025
|
slots: {
|
|
2006
|
-
default?(_:
|
|
2026
|
+
default?(_: {}): any;
|
|
2007
2027
|
};
|
|
2008
2028
|
refs: {};
|
|
2009
2029
|
rootEl: any;
|
|
@@ -2021,7 +2041,7 @@ declare function __VLS_template_8(): {
|
|
|
2021
2041
|
declare function __VLS_template_80(): {
|
|
2022
2042
|
attrs: Partial<{}>;
|
|
2023
2043
|
slots: {
|
|
2024
|
-
default?(_:
|
|
2044
|
+
default?(_: any): any;
|
|
2025
2045
|
};
|
|
2026
2046
|
refs: {};
|
|
2027
2047
|
rootEl: any;
|
|
@@ -2037,6 +2057,15 @@ declare function __VLS_template_81(): {
|
|
|
2037
2057
|
};
|
|
2038
2058
|
|
|
2039
2059
|
declare function __VLS_template_82(): {
|
|
2060
|
+
attrs: Partial<{}>;
|
|
2061
|
+
slots: {
|
|
2062
|
+
default?(_: {}): any;
|
|
2063
|
+
};
|
|
2064
|
+
refs: {};
|
|
2065
|
+
rootEl: any;
|
|
2066
|
+
};
|
|
2067
|
+
|
|
2068
|
+
declare function __VLS_template_83(): {
|
|
2040
2069
|
attrs: Partial<{}>;
|
|
2041
2070
|
slots: {
|
|
2042
2071
|
default?(_: {}): any;
|
|
@@ -2211,7 +2240,7 @@ declare function __VLS_template_82(): {
|
|
|
2211
2240
|
rootEl: any;
|
|
2212
2241
|
};
|
|
2213
2242
|
|
|
2214
|
-
declare function
|
|
2243
|
+
declare function __VLS_template_84(): {
|
|
2215
2244
|
attrs: Partial<{}>;
|
|
2216
2245
|
slots: {
|
|
2217
2246
|
default?(_: {}): any;
|
|
@@ -2393,6 +2422,8 @@ declare type __VLS_TemplateResult_82 = ReturnType<typeof __VLS_template_82>;
|
|
|
2393
2422
|
|
|
2394
2423
|
declare type __VLS_TemplateResult_83 = ReturnType<typeof __VLS_template_83>;
|
|
2395
2424
|
|
|
2425
|
+
declare type __VLS_TemplateResult_84 = ReturnType<typeof __VLS_template_84>;
|
|
2426
|
+
|
|
2396
2427
|
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
2397
2428
|
|
|
2398
2429
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -2887,6 +2918,12 @@ declare type __VLS_WithTemplateSlots_83<T, S> = T & {
|
|
|
2887
2918
|
};
|
|
2888
2919
|
};
|
|
2889
2920
|
|
|
2921
|
+
declare type __VLS_WithTemplateSlots_84<T, S> = T & {
|
|
2922
|
+
new (): {
|
|
2923
|
+
$slots: S;
|
|
2924
|
+
};
|
|
2925
|
+
};
|
|
2926
|
+
|
|
2890
2927
|
declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
2891
2928
|
new (): {
|
|
2892
2929
|
$slots: S;
|
|
@@ -2997,7 +3034,7 @@ export declare const Checkbox: __VLS_WithTemplateSlots_24<typeof __VLS_component
|
|
|
2997
3034
|
|
|
2998
3035
|
export { ColumnDef }
|
|
2999
3036
|
|
|
3000
|
-
export declare const ComboboxAnchor:
|
|
3037
|
+
export declare const ComboboxAnchor: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
3001
3038
|
|
|
3002
3039
|
export declare const ComboboxClear: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3003
3040
|
clear: () => any;
|
|
@@ -3005,7 +3042,7 @@ clear: () => any;
|
|
|
3005
3042
|
onClear?: (() => any) | undefined;
|
|
3006
3043
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
3007
3044
|
|
|
3008
|
-
export declare const ComboboxContent:
|
|
3045
|
+
export declare const ComboboxContent: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
3009
3046
|
|
|
3010
3047
|
export { ComboboxEmpty }
|
|
3011
3048
|
|
|
@@ -3015,15 +3052,15 @@ export declare const ComboboxInput: DefineComponent<ComboboxInputProps, {}, {},
|
|
|
3015
3052
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3016
3053
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3017
3054
|
|
|
3018
|
-
export declare const ComboboxItem:
|
|
3055
|
+
export declare const ComboboxItem: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
3019
3056
|
|
|
3020
3057
|
export { ComboboxPortal }
|
|
3021
3058
|
|
|
3022
|
-
export
|
|
3059
|
+
export declare const ComboboxRoot: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
3023
3060
|
|
|
3024
3061
|
export declare const ComboboxTrigger: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3025
3062
|
|
|
3026
|
-
export declare const ComboboxViewport:
|
|
3063
|
+
export declare const ComboboxViewport: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
3027
3064
|
|
|
3028
3065
|
export { ConfigType }
|
|
3029
3066
|
|
|
@@ -3060,29 +3097,29 @@ export { DatePickerCalendar }
|
|
|
3060
3097
|
|
|
3061
3098
|
export { DatePickerCell }
|
|
3062
3099
|
|
|
3063
|
-
export declare const DatePickerCellTrigger:
|
|
3100
|
+
export declare const DatePickerCellTrigger: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
3064
3101
|
|
|
3065
3102
|
export { DatePickerClose }
|
|
3066
3103
|
|
|
3067
|
-
export declare const DatePickerContent:
|
|
3104
|
+
export declare const DatePickerContent: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
3068
3105
|
|
|
3069
|
-
export declare const DatePickerField:
|
|
3106
|
+
export declare const DatePickerField: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
3070
3107
|
|
|
3071
3108
|
export { DatePickerGrid }
|
|
3072
3109
|
|
|
3073
|
-
export declare const DatePickerGridBody:
|
|
3110
|
+
export declare const DatePickerGridBody: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
3074
3111
|
|
|
3075
3112
|
export { DatePickerGridHead }
|
|
3076
3113
|
|
|
3077
|
-
export declare const DatePickerGridRow:
|
|
3114
|
+
export declare const DatePickerGridRow: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
3078
3115
|
|
|
3079
|
-
export declare const DatePickerHeadCell:
|
|
3116
|
+
export declare const DatePickerHeadCell: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
3080
3117
|
|
|
3081
|
-
export declare const DatePickerHeader:
|
|
3118
|
+
export declare const DatePickerHeader: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
3082
3119
|
|
|
3083
3120
|
export declare const DatePickerHeading: DefineComponent<DatePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3084
3121
|
|
|
3085
|
-
export declare const DatePickerInput:
|
|
3122
|
+
export declare const DatePickerInput: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
3086
3123
|
|
|
3087
3124
|
export declare const DatePickerNext: DefineComponent<IDatePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerNextProps> & Readonly<{}>, {
|
|
3088
3125
|
size: ButtonSize;
|
|
@@ -3102,7 +3139,7 @@ iconOnly: boolean;
|
|
|
3102
3139
|
|
|
3103
3140
|
export { DatePickerRoot }
|
|
3104
3141
|
|
|
3105
|
-
export declare const DatePickerTrigger:
|
|
3142
|
+
export declare const DatePickerTrigger: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
3106
3143
|
|
|
3107
3144
|
export { DateRangePickerAnchor }
|
|
3108
3145
|
|
|
@@ -3116,11 +3153,11 @@ export { DateRangePickerCalendar }
|
|
|
3116
3153
|
|
|
3117
3154
|
export { DateRangePickerCell }
|
|
3118
3155
|
|
|
3119
|
-
export declare const DateRangePickerCellTrigger:
|
|
3156
|
+
export declare const DateRangePickerCellTrigger: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
3120
3157
|
|
|
3121
3158
|
export { DateRangePickerClose }
|
|
3122
3159
|
|
|
3123
|
-
export declare const DateRangePickerContent:
|
|
3160
|
+
export declare const DateRangePickerContent: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
3124
3161
|
|
|
3125
3162
|
export declare const DateRangePickerField: DefineComponent<IDatePickerFieldProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps_2> & Readonly<{}>, {
|
|
3126
3163
|
size: "small" | "default" | "large";
|
|
@@ -3129,15 +3166,15 @@ width: number;
|
|
|
3129
3166
|
|
|
3130
3167
|
export { DateRangePickerGrid }
|
|
3131
3168
|
|
|
3132
|
-
export declare const DateRangePickerGridBody:
|
|
3169
|
+
export declare const DateRangePickerGridBody: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
3133
3170
|
|
|
3134
3171
|
export { DateRangePickerGridHead }
|
|
3135
3172
|
|
|
3136
|
-
export declare const DateRangePickerGridRow:
|
|
3173
|
+
export declare const DateRangePickerGridRow: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
3137
3174
|
|
|
3138
|
-
export declare const DateRangePickerHeadCell:
|
|
3175
|
+
export declare const DateRangePickerHeadCell: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
3139
3176
|
|
|
3140
|
-
export declare const DateRangePickerHeader:
|
|
3177
|
+
export declare const DateRangePickerHeader: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
3141
3178
|
|
|
3142
3179
|
export declare const DateRangePickerHeading: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3143
3180
|
|
|
@@ -3159,17 +3196,17 @@ iconOnly: boolean;
|
|
|
3159
3196
|
|
|
3160
3197
|
export { DateRangePickerRoot }
|
|
3161
3198
|
|
|
3162
|
-
export declare const DateRangePickerTrigger:
|
|
3199
|
+
export declare const DateRangePickerTrigger: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
3163
3200
|
|
|
3164
3201
|
export { Dayjs }
|
|
3165
3202
|
|
|
3166
3203
|
export { dayjs }
|
|
3167
3204
|
|
|
3168
|
-
export declare const DialogActions:
|
|
3205
|
+
export declare const DialogActions: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
3169
3206
|
|
|
3170
|
-
export declare const DialogContent:
|
|
3207
|
+
export declare const DialogContent: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
3171
3208
|
|
|
3172
|
-
export declare const DialogDescription:
|
|
3209
|
+
export declare const DialogDescription: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
3173
3210
|
|
|
3174
3211
|
export declare const DialogOverlay: DefineComponent<DialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3175
3212
|
|
|
@@ -3179,15 +3216,15 @@ export { DialogRoot }
|
|
|
3179
3216
|
|
|
3180
3217
|
export { DialogTrigger }
|
|
3181
3218
|
|
|
3182
|
-
export declare const DrawerContent:
|
|
3219
|
+
export declare const DrawerContent: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
3183
3220
|
|
|
3184
|
-
export declare const DrawerOverlay:
|
|
3221
|
+
export declare const DrawerOverlay: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
3185
3222
|
|
|
3186
|
-
export declare const DrawerPortal:
|
|
3223
|
+
export declare const DrawerPortal: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
3187
3224
|
|
|
3188
|
-
export declare const DrawerRoot:
|
|
3225
|
+
export declare const DrawerRoot: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
3189
3226
|
|
|
3190
|
-
export declare const DrawerTrigger:
|
|
3227
|
+
export declare const DrawerTrigger: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
3191
3228
|
|
|
3192
3229
|
export declare const DropdownMenuArrow: DefineComponent<DropdownMenuArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuArrowProps> & Readonly<{}>, {
|
|
3193
3230
|
rounded: boolean;
|
|
@@ -3197,11 +3234,11 @@ height: number;
|
|
|
3197
3234
|
|
|
3198
3235
|
export { DropdownMenuCheckboxItem }
|
|
3199
3236
|
|
|
3200
|
-
export declare const DropdownMenuContent:
|
|
3237
|
+
export declare const DropdownMenuContent: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
3201
3238
|
|
|
3202
3239
|
export { DropdownMenuGroup }
|
|
3203
3240
|
|
|
3204
|
-
export declare const DropdownMenuItem:
|
|
3241
|
+
export declare const DropdownMenuItem: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
3205
3242
|
|
|
3206
3243
|
export { DropdownMenuItemIndicator }
|
|
3207
3244
|
|
|
@@ -3219,20 +3256,20 @@ export declare const DropdownMenuSeparator: DefineComponent<DropdownMenuSeparato
|
|
|
3219
3256
|
|
|
3220
3257
|
export { DropdownMenuSub }
|
|
3221
3258
|
|
|
3222
|
-
export declare const DropdownMenuSubContent:
|
|
3259
|
+
export declare const DropdownMenuSubContent: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
3223
3260
|
|
|
3224
|
-
export declare const DropdownMenuSubTrigger:
|
|
3261
|
+
export declare const DropdownMenuSubTrigger: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
3225
3262
|
|
|
3226
3263
|
export { DropdownMenuTrigger }
|
|
3227
3264
|
|
|
3228
|
-
declare const File_2: DefineComponent<
|
|
3265
|
+
declare const File_2: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3229
3266
|
remove: (file: IFile_2) => any;
|
|
3230
|
-
}, string, PublicProps, Readonly<
|
|
3267
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
3231
3268
|
onRemove?: ((file: IFile_2) => any) | undefined;
|
|
3232
3269
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3233
3270
|
export { File_2 as File }
|
|
3234
3271
|
|
|
3235
|
-
export declare const FormField:
|
|
3272
|
+
export declare const FormField: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
3236
3273
|
|
|
3237
3274
|
declare const forwared: ComputedRef<Readonly<{
|
|
3238
3275
|
type: "scroll" | "auto" | "hover" | "always";
|
|
@@ -3361,6 +3398,10 @@ declare interface ICalendarPrevProps_3 extends Omit<RangeCalendarNextProps, 'as'
|
|
|
3361
3398
|
declare interface ICalendarPrevProps_4 extends Omit<RangeCalendarPrevProps, 'as' | 'asChild'>, IButtonProps {
|
|
3362
3399
|
}
|
|
3363
3400
|
|
|
3401
|
+
declare interface IComboboxAnchorProps extends ComboboxAnchorProps {
|
|
3402
|
+
size?: 'small' | 'default' | 'large';
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3364
3405
|
declare interface IComboboxItemProps extends ComboboxItemProps {
|
|
3365
3406
|
label?: string;
|
|
3366
3407
|
}
|
|
@@ -3471,9 +3512,9 @@ declare interface IFile_2 {
|
|
|
3471
3512
|
size: number | null;
|
|
3472
3513
|
}
|
|
3473
3514
|
|
|
3474
|
-
declare const Image_2: DefineComponent<
|
|
3515
|
+
declare const Image_2: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3475
3516
|
delete: () => any;
|
|
3476
|
-
}, string, PublicProps, Readonly<
|
|
3517
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
3477
3518
|
onDelete?: (() => any) | undefined;
|
|
3478
3519
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3479
3520
|
imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
@@ -3507,7 +3548,7 @@ onChange?: ((value: number) => any) | undefined;
|
|
|
3507
3548
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
3508
3549
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3509
3550
|
|
|
3510
|
-
export declare const InputText:
|
|
3551
|
+
export declare const InputText: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
3511
3552
|
|
|
3512
3553
|
declare type InputTextProps = {
|
|
3513
3554
|
placeholder?: string;
|
|
@@ -3563,7 +3604,7 @@ declare interface ITooltipContentProps extends TooltipContentProps {
|
|
|
3563
3604
|
viewArrow?: boolean;
|
|
3564
3605
|
}
|
|
3565
3606
|
|
|
3566
|
-
export declare const Label:
|
|
3607
|
+
export declare const Label: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
3567
3608
|
|
|
3568
3609
|
export { ListboxContent }
|
|
3569
3610
|
|
|
@@ -3600,7 +3641,7 @@ declare type MenuItem = {
|
|
|
3600
3641
|
disabled?: boolean;
|
|
3601
3642
|
};
|
|
3602
3643
|
|
|
3603
|
-
export declare const Message:
|
|
3644
|
+
export declare const Message: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
3604
3645
|
|
|
3605
3646
|
export declare const PaginationEllipsis: DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3606
3647
|
|
|
@@ -3608,9 +3649,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
3608
3649
|
|
|
3609
3650
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3610
3651
|
|
|
3611
|
-
export declare const PaginationList:
|
|
3652
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
3612
3653
|
|
|
3613
|
-
export declare const PaginationListItem:
|
|
3654
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
3614
3655
|
|
|
3615
3656
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3616
3657
|
|
|
@@ -3628,7 +3669,7 @@ height: number;
|
|
|
3628
3669
|
|
|
3629
3670
|
export { PopoverClose }
|
|
3630
3671
|
|
|
3631
|
-
export declare const PopoverContent:
|
|
3672
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
3632
3673
|
|
|
3633
3674
|
export { PopoverPortal }
|
|
3634
3675
|
|
|
@@ -3693,23 +3734,23 @@ export declare const Schedule: DefineComponent<__VLS_PublicProps_6, {}, {}, {},
|
|
|
3693
3734
|
"onUpdate:modelValue"?: ((value: TShedule | null) => any) | undefined;
|
|
3694
3735
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3695
3736
|
|
|
3696
|
-
export declare const ScrollAreaRoot:
|
|
3737
|
+
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
|
|
3697
3738
|
|
|
3698
3739
|
export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3699
3740
|
|
|
3700
|
-
export declare const ScrollAreaViewport:
|
|
3741
|
+
export declare const ScrollAreaViewport: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
|
|
3701
3742
|
|
|
3702
3743
|
declare function scrollToBottom(): void;
|
|
3703
3744
|
|
|
3704
3745
|
declare function scrollToTop(): void;
|
|
3705
3746
|
|
|
3706
|
-
export declare const SelectContent:
|
|
3747
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
|
|
3707
3748
|
|
|
3708
3749
|
export { SelectGroup }
|
|
3709
3750
|
|
|
3710
3751
|
export { SelectIcon }
|
|
3711
3752
|
|
|
3712
|
-
export declare const SelectItem:
|
|
3753
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, __VLS_TemplateResult_77["slots"]>;
|
|
3713
3754
|
|
|
3714
3755
|
export { SelectItemIndicator }
|
|
3715
3756
|
|
|
@@ -3719,7 +3760,7 @@ export { SelectLabel }
|
|
|
3719
3760
|
|
|
3720
3761
|
export { SelectPortal }
|
|
3721
3762
|
|
|
3722
|
-
export declare const SelectRoot:
|
|
3763
|
+
export declare const SelectRoot: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, __VLS_TemplateResult_78["slots"]>;
|
|
3723
3764
|
|
|
3724
3765
|
export { SelectScrollDownButton }
|
|
3725
3766
|
|
|
@@ -3727,21 +3768,21 @@ export { SelectScrollUpButton }
|
|
|
3727
3768
|
|
|
3728
3769
|
export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3729
3770
|
|
|
3730
|
-
export declare const SelectTrigger:
|
|
3771
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, __VLS_TemplateResult_79["slots"]>;
|
|
3731
3772
|
|
|
3732
|
-
export declare const SelectValue:
|
|
3773
|
+
export declare const SelectValue: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, __VLS_TemplateResult_80["slots"]>;
|
|
3733
3774
|
|
|
3734
|
-
export declare const SelectViewport:
|
|
3775
|
+
export declare const SelectViewport: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, __VLS_TemplateResult_81["slots"]>;
|
|
3735
3776
|
|
|
3736
3777
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3737
3778
|
|
|
3738
|
-
export declare const StepperItem:
|
|
3779
|
+
export declare const StepperItem: __VLS_WithTemplateSlots_82<typeof __VLS_component_82, __VLS_TemplateResult_82["slots"]>;
|
|
3739
3780
|
|
|
3740
|
-
export declare const StepperRoot:
|
|
3781
|
+
export declare const StepperRoot: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, __VLS_TemplateResult_83["slots"]>;
|
|
3741
3782
|
|
|
3742
3783
|
declare type StringOrVNode = string | VNode | (() => VNode);
|
|
3743
3784
|
|
|
3744
|
-
export declare const SwitchRoot:
|
|
3785
|
+
export declare const SwitchRoot: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, __VLS_TemplateResult_84["slots"]>;
|
|
3745
3786
|
|
|
3746
3787
|
export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3747
3788
|
|
|
@@ -3749,13 +3790,13 @@ export { TabsContent }
|
|
|
3749
3790
|
|
|
3750
3791
|
export { TabsIndicator }
|
|
3751
3792
|
|
|
3752
|
-
export declare const TabsList:
|
|
3793
|
+
export declare const TabsList: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
3753
3794
|
|
|
3754
|
-
export declare const TabsRoot:
|
|
3795
|
+
export declare const TabsRoot: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
3755
3796
|
|
|
3756
|
-
export declare const TabsTrigger:
|
|
3797
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
3757
3798
|
|
|
3758
|
-
export declare const Tag:
|
|
3799
|
+
export declare const Tag: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
3759
3800
|
|
|
3760
3801
|
export declare interface TagColors {
|
|
3761
3802
|
background?: string;
|
|
@@ -3808,7 +3849,7 @@ export { ToastAction }
|
|
|
3808
3849
|
|
|
3809
3850
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3810
3851
|
|
|
3811
|
-
export declare const ToastDescription:
|
|
3852
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
|
|
3812
3853
|
|
|
3813
3854
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3814
3855
|
|
|
@@ -3821,17 +3862,17 @@ declare type ToasterToast = IToastRootProps & {
|
|
|
3821
3862
|
|
|
3822
3863
|
export { ToastPortal }
|
|
3823
3864
|
|
|
3824
|
-
export declare const ToastProvider:
|
|
3865
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
|
|
3825
3866
|
|
|
3826
|
-
export declare const ToastRoot:
|
|
3867
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
|
|
3827
3868
|
|
|
3828
|
-
export declare const ToastTitle:
|
|
3869
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
|
|
3829
3870
|
|
|
3830
3871
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
3831
3872
|
|
|
3832
3873
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3833
3874
|
|
|
3834
|
-
export declare const TooltipContent:
|
|
3875
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
|
|
3835
3876
|
|
|
3836
3877
|
export { TooltipPortal }
|
|
3837
3878
|
|