prlg-ui 1.8.326 → 1.8.328
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 +2057 -2144
- package/dist/rekaUI.d.ts +109 -90
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -449,7 +449,22 @@ outlined: boolean;
|
|
|
449
449
|
type: "error" | "info" | "warning";
|
|
450
450
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
451
451
|
|
|
452
|
-
declare const __VLS_component_59: DefineComponent<
|
|
452
|
+
declare const __VLS_component_59: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
453
|
+
"update:modelValue": (value: string) => any;
|
|
454
|
+
} & {
|
|
455
|
+
clear: () => any;
|
|
456
|
+
input: (value: Event) => any;
|
|
457
|
+
blur: (value: FocusEvent) => any;
|
|
458
|
+
focus: (value: FocusEvent) => any;
|
|
459
|
+
paste: (value: ClipboardEvent) => any;
|
|
460
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
461
|
+
onClear?: (() => any) | undefined;
|
|
462
|
+
onInput?: ((value: Event) => any) | undefined;
|
|
463
|
+
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
464
|
+
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
465
|
+
onPaste?: ((value: ClipboardEvent) => any) | undefined;
|
|
466
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
467
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
453
468
|
|
|
454
469
|
declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
455
470
|
size: ButtonSize;
|
|
@@ -459,9 +474,11 @@ strong: boolean;
|
|
|
459
474
|
as: AsTag | Component;
|
|
460
475
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
461
476
|
|
|
462
|
-
declare const __VLS_component_60: DefineComponent<
|
|
477
|
+
declare const __VLS_component_60: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
463
478
|
|
|
464
|
-
declare const __VLS_component_61: DefineComponent<
|
|
479
|
+
declare const __VLS_component_61: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
480
|
+
|
|
481
|
+
declare const __VLS_component_62: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
465
482
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
466
483
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
467
484
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -480,25 +497,25 @@ width: number;
|
|
|
480
497
|
alignOffset: number;
|
|
481
498
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
482
499
|
|
|
483
|
-
declare const
|
|
500
|
+
declare const __VLS_component_63: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
484
501
|
|
|
485
|
-
declare const
|
|
502
|
+
declare const __VLS_component_64: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
486
503
|
|
|
487
|
-
declare const
|
|
504
|
+
declare const __VLS_component_65: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
488
505
|
|
|
489
|
-
declare const
|
|
506
|
+
declare const __VLS_component_66: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
490
507
|
colors: TagColors;
|
|
491
508
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
492
509
|
|
|
493
|
-
declare const
|
|
510
|
+
declare const __VLS_component_67: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
494
511
|
as: AsTag | Component;
|
|
495
512
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
496
513
|
|
|
497
|
-
declare const
|
|
514
|
+
declare const __VLS_component_68: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
498
515
|
swipeDirection: "left" | "right" | "up" | "down";
|
|
499
516
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
500
517
|
|
|
501
|
-
declare const
|
|
518
|
+
declare const __VLS_component_69: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
502
519
|
pause: () => any;
|
|
503
520
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
504
521
|
"update:open": (value: boolean) => any;
|
|
@@ -584,10 +601,6 @@ y: number;
|
|
|
584
601
|
variant: ToastVariant;
|
|
585
602
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
586
603
|
|
|
587
|
-
declare const __VLS_component_69: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
588
|
-
as: AsTag | Component;
|
|
589
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
590
|
-
|
|
591
604
|
declare const __VLS_component_7: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
|
|
592
605
|
size: ButtonSize;
|
|
593
606
|
variant: ButtonVariant;
|
|
@@ -596,7 +609,11 @@ strong: boolean;
|
|
|
596
609
|
as: AsTag | Component;
|
|
597
610
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
598
611
|
|
|
599
|
-
declare const __VLS_component_70: DefineComponent<
|
|
612
|
+
declare const __VLS_component_70: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
613
|
+
as: AsTag | Component;
|
|
614
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
615
|
+
|
|
616
|
+
declare const __VLS_component_71: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
600
617
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
601
618
|
pointerDownOutside: (event: Event) => any;
|
|
602
619
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -606,7 +623,7 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
|
606
623
|
viewArrow: boolean;
|
|
607
624
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
608
625
|
|
|
609
|
-
declare const
|
|
626
|
+
declare const __VLS_component_72: DefineComponent<IScrollAreaRootProps, {
|
|
610
627
|
scrollToBottom: typeof scrollToBottom;
|
|
611
628
|
scrollToTop: typeof scrollToTop;
|
|
612
629
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IScrollAreaRootProps> & Readonly<{}>, {
|
|
@@ -734,9 +751,9 @@ scrollTopLeft: () => void;
|
|
|
734
751
|
}>) | null;
|
|
735
752
|
}, any>;
|
|
736
753
|
|
|
737
|
-
declare const
|
|
754
|
+
declare const __VLS_component_73: DefineComponent<ScrollAreaViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
738
755
|
|
|
739
|
-
declare const
|
|
756
|
+
declare const __VLS_component_74: DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
740
757
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
741
758
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
742
759
|
closeAutoFocus: (event: Event) => any;
|
|
@@ -746,19 +763,23 @@ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
|
746
763
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
747
764
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
748
765
|
|
|
749
|
-
declare const
|
|
766
|
+
declare const __VLS_component_75: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
750
767
|
|
|
751
|
-
declare const
|
|
768
|
+
declare const __VLS_component_76: DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
752
769
|
|
|
753
|
-
declare const
|
|
770
|
+
declare const __VLS_component_77: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
|
|
754
771
|
maxSelectedLabels: number;
|
|
755
772
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
756
773
|
|
|
757
|
-
declare const
|
|
774
|
+
declare const __VLS_component_78: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
775
|
+
|
|
776
|
+
declare const __VLS_component_79: DefineComponent<StepperItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepperItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
758
777
|
|
|
759
|
-
declare const
|
|
778
|
+
declare const __VLS_component_8: DefineComponent<IAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogContentProps> & Readonly<{}>, {
|
|
779
|
+
width: number;
|
|
780
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
760
781
|
|
|
761
|
-
declare const
|
|
782
|
+
declare const __VLS_component_80: DefineComponent<StepperRootProps, {
|
|
762
783
|
$el: Readonly<ShallowRef<({
|
|
763
784
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<StepperRootProps> & Readonly<{
|
|
764
785
|
"onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
|
|
@@ -1018,11 +1039,7 @@ hasPrev: () => boolean;
|
|
|
1018
1039
|
}) | null;
|
|
1019
1040
|
}, any>;
|
|
1020
1041
|
|
|
1021
|
-
declare const
|
|
1022
|
-
width: number;
|
|
1023
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1024
|
-
|
|
1025
|
-
declare const __VLS_component_80: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1042
|
+
declare const __VLS_component_81: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1026
1043
|
"update:modelValue": (payload: boolean) => any;
|
|
1027
1044
|
}, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
|
|
1028
1045
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
@@ -1656,10 +1673,10 @@ declare function __VLS_template_58(): {
|
|
|
1656
1673
|
declare function __VLS_template_59(): {
|
|
1657
1674
|
attrs: Partial<{}>;
|
|
1658
1675
|
slots: {
|
|
1659
|
-
|
|
1676
|
+
suffix?(_: {}): any;
|
|
1660
1677
|
};
|
|
1661
1678
|
refs: {};
|
|
1662
|
-
rootEl:
|
|
1679
|
+
rootEl: HTMLDivElement;
|
|
1663
1680
|
};
|
|
1664
1681
|
|
|
1665
1682
|
declare function __VLS_template_6(): {
|
|
@@ -1674,7 +1691,7 @@ declare function __VLS_template_6(): {
|
|
|
1674
1691
|
declare function __VLS_template_60(): {
|
|
1675
1692
|
attrs: Partial<{}>;
|
|
1676
1693
|
slots: {
|
|
1677
|
-
default?(_:
|
|
1694
|
+
default?(_: any): any;
|
|
1678
1695
|
};
|
|
1679
1696
|
refs: {};
|
|
1680
1697
|
rootEl: any;
|
|
@@ -1722,7 +1739,7 @@ declare function __VLS_template_65(): {
|
|
|
1722
1739
|
default?(_: {}): any;
|
|
1723
1740
|
};
|
|
1724
1741
|
refs: {};
|
|
1725
|
-
rootEl:
|
|
1742
|
+
rootEl: any;
|
|
1726
1743
|
};
|
|
1727
1744
|
|
|
1728
1745
|
declare function __VLS_template_66(): {
|
|
@@ -1731,7 +1748,7 @@ declare function __VLS_template_66(): {
|
|
|
1731
1748
|
default?(_: {}): any;
|
|
1732
1749
|
};
|
|
1733
1750
|
refs: {};
|
|
1734
|
-
rootEl:
|
|
1751
|
+
rootEl: HTMLDivElement;
|
|
1735
1752
|
};
|
|
1736
1753
|
|
|
1737
1754
|
declare function __VLS_template_67(): {
|
|
@@ -1780,6 +1797,15 @@ declare function __VLS_template_70(): {
|
|
|
1780
1797
|
};
|
|
1781
1798
|
|
|
1782
1799
|
declare function __VLS_template_71(): {
|
|
1800
|
+
attrs: Partial<{}>;
|
|
1801
|
+
slots: {
|
|
1802
|
+
default?(_: {}): any;
|
|
1803
|
+
};
|
|
1804
|
+
refs: {};
|
|
1805
|
+
rootEl: any;
|
|
1806
|
+
};
|
|
1807
|
+
|
|
1808
|
+
declare function __VLS_template_72(): {
|
|
1783
1809
|
attrs: Partial<{}>;
|
|
1784
1810
|
slots: {
|
|
1785
1811
|
default?(_: {}): any;
|
|
@@ -1909,7 +1935,7 @@ declare function __VLS_template_71(): {
|
|
|
1909
1935
|
rootEl: any;
|
|
1910
1936
|
};
|
|
1911
1937
|
|
|
1912
|
-
declare function
|
|
1938
|
+
declare function __VLS_template_73(): {
|
|
1913
1939
|
attrs: Partial<{}>;
|
|
1914
1940
|
slots: {
|
|
1915
1941
|
default?(_: {}): any;
|
|
@@ -1918,7 +1944,7 @@ declare function __VLS_template_72(): {
|
|
|
1918
1944
|
rootEl: any;
|
|
1919
1945
|
};
|
|
1920
1946
|
|
|
1921
|
-
declare function
|
|
1947
|
+
declare function __VLS_template_74(): {
|
|
1922
1948
|
attrs: Partial<{}>;
|
|
1923
1949
|
slots: {
|
|
1924
1950
|
default?(_: {}): any;
|
|
@@ -1927,7 +1953,7 @@ declare function __VLS_template_73(): {
|
|
|
1927
1953
|
rootEl: any;
|
|
1928
1954
|
};
|
|
1929
1955
|
|
|
1930
|
-
declare function
|
|
1956
|
+
declare function __VLS_template_75(): {
|
|
1931
1957
|
attrs: Partial<{}>;
|
|
1932
1958
|
slots: {
|
|
1933
1959
|
default?(_: {}): any;
|
|
@@ -1936,7 +1962,7 @@ declare function __VLS_template_74(): {
|
|
|
1936
1962
|
rootEl: any;
|
|
1937
1963
|
};
|
|
1938
1964
|
|
|
1939
|
-
declare function
|
|
1965
|
+
declare function __VLS_template_76(): {
|
|
1940
1966
|
attrs: Partial<{}>;
|
|
1941
1967
|
slots: {
|
|
1942
1968
|
default?(_: {}): any;
|
|
@@ -1945,7 +1971,7 @@ declare function __VLS_template_75(): {
|
|
|
1945
1971
|
rootEl: any;
|
|
1946
1972
|
};
|
|
1947
1973
|
|
|
1948
|
-
declare function
|
|
1974
|
+
declare function __VLS_template_77(): {
|
|
1949
1975
|
attrs: Partial<{}>;
|
|
1950
1976
|
slots: {
|
|
1951
1977
|
default?(_: any): any;
|
|
@@ -1954,7 +1980,7 @@ declare function __VLS_template_76(): {
|
|
|
1954
1980
|
rootEl: any;
|
|
1955
1981
|
};
|
|
1956
1982
|
|
|
1957
|
-
declare function
|
|
1983
|
+
declare function __VLS_template_78(): {
|
|
1958
1984
|
attrs: Partial<{}>;
|
|
1959
1985
|
slots: {
|
|
1960
1986
|
default?(_: {}): any;
|
|
@@ -1963,7 +1989,7 @@ declare function __VLS_template_77(): {
|
|
|
1963
1989
|
rootEl: any;
|
|
1964
1990
|
};
|
|
1965
1991
|
|
|
1966
|
-
declare function
|
|
1992
|
+
declare function __VLS_template_79(): {
|
|
1967
1993
|
attrs: Partial<{}>;
|
|
1968
1994
|
slots: {
|
|
1969
1995
|
default?(_: {}): any;
|
|
@@ -1972,7 +1998,16 @@ declare function __VLS_template_78(): {
|
|
|
1972
1998
|
rootEl: any;
|
|
1973
1999
|
};
|
|
1974
2000
|
|
|
1975
|
-
declare function
|
|
2001
|
+
declare function __VLS_template_8(): {
|
|
2002
|
+
attrs: Partial<{}>;
|
|
2003
|
+
slots: {
|
|
2004
|
+
default?(_: {}): any;
|
|
2005
|
+
};
|
|
2006
|
+
refs: {};
|
|
2007
|
+
rootEl: any;
|
|
2008
|
+
};
|
|
2009
|
+
|
|
2010
|
+
declare function __VLS_template_80(): {
|
|
1976
2011
|
attrs: Partial<{}>;
|
|
1977
2012
|
slots: {
|
|
1978
2013
|
default?(_: {}): any;
|
|
@@ -2147,16 +2182,7 @@ declare function __VLS_template_79(): {
|
|
|
2147
2182
|
rootEl: any;
|
|
2148
2183
|
};
|
|
2149
2184
|
|
|
2150
|
-
declare function
|
|
2151
|
-
attrs: Partial<{}>;
|
|
2152
|
-
slots: {
|
|
2153
|
-
default?(_: {}): any;
|
|
2154
|
-
};
|
|
2155
|
-
refs: {};
|
|
2156
|
-
rootEl: any;
|
|
2157
|
-
};
|
|
2158
|
-
|
|
2159
|
-
declare function __VLS_template_80(): {
|
|
2185
|
+
declare function __VLS_template_81(): {
|
|
2160
2186
|
attrs: Partial<{}>;
|
|
2161
2187
|
slots: {
|
|
2162
2188
|
default?(_: {}): any;
|
|
@@ -2332,6 +2358,8 @@ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
|
2332
2358
|
|
|
2333
2359
|
declare type __VLS_TemplateResult_80 = ReturnType<typeof __VLS_template_80>;
|
|
2334
2360
|
|
|
2361
|
+
declare type __VLS_TemplateResult_81 = ReturnType<typeof __VLS_template_81>;
|
|
2362
|
+
|
|
2335
2363
|
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
2336
2364
|
|
|
2337
2365
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -2808,6 +2836,12 @@ declare type __VLS_WithTemplateSlots_80<T, S> = T & {
|
|
|
2808
2836
|
};
|
|
2809
2837
|
};
|
|
2810
2838
|
|
|
2839
|
+
declare type __VLS_WithTemplateSlots_81<T, S> = T & {
|
|
2840
|
+
new (): {
|
|
2841
|
+
$slots: S;
|
|
2842
|
+
};
|
|
2843
|
+
};
|
|
2844
|
+
|
|
2811
2845
|
declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
2812
2846
|
new (): {
|
|
2813
2847
|
$slots: S;
|
|
@@ -3482,22 +3516,7 @@ declare type InputPhoneProps = {
|
|
|
3482
3516
|
showMaxLength?: boolean;
|
|
3483
3517
|
};
|
|
3484
3518
|
|
|
3485
|
-
export declare const InputText:
|
|
3486
|
-
"update:modelValue": (value: string) => any;
|
|
3487
|
-
} & {
|
|
3488
|
-
clear: () => any;
|
|
3489
|
-
input: (value: Event) => any;
|
|
3490
|
-
blur: (value: FocusEvent) => any;
|
|
3491
|
-
focus: (value: FocusEvent) => any;
|
|
3492
|
-
paste: (value: ClipboardEvent) => any;
|
|
3493
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
3494
|
-
onClear?: (() => any) | undefined;
|
|
3495
|
-
onInput?: ((value: Event) => any) | undefined;
|
|
3496
|
-
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
3497
|
-
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
3498
|
-
onPaste?: ((value: ClipboardEvent) => any) | undefined;
|
|
3499
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3500
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3519
|
+
export declare const InputText: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
3501
3520
|
|
|
3502
3521
|
declare type InputTextProps = {
|
|
3503
3522
|
label?: string;
|
|
@@ -3600,9 +3619,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
3600
3619
|
|
|
3601
3620
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3602
3621
|
|
|
3603
|
-
export declare const PaginationList:
|
|
3622
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
3604
3623
|
|
|
3605
|
-
export declare const PaginationListItem:
|
|
3624
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
3606
3625
|
|
|
3607
3626
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3608
3627
|
|
|
@@ -3620,7 +3639,7 @@ height: number;
|
|
|
3620
3639
|
|
|
3621
3640
|
export { PopoverClose }
|
|
3622
3641
|
|
|
3623
|
-
export declare const PopoverContent:
|
|
3642
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
3624
3643
|
|
|
3625
3644
|
export { PopoverPortal }
|
|
3626
3645
|
|
|
@@ -3685,23 +3704,23 @@ export declare const Schedule: DefineComponent<__VLS_PublicProps_7, {}, {}, {},
|
|
|
3685
3704
|
"onUpdate:modelValue"?: ((value: TShedule | null) => any) | undefined;
|
|
3686
3705
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3687
3706
|
|
|
3688
|
-
export declare const ScrollAreaRoot:
|
|
3707
|
+
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
|
|
3689
3708
|
|
|
3690
3709
|
export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3691
3710
|
|
|
3692
|
-
export declare const ScrollAreaViewport:
|
|
3711
|
+
export declare const ScrollAreaViewport: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
|
|
3693
3712
|
|
|
3694
3713
|
declare function scrollToBottom(): void;
|
|
3695
3714
|
|
|
3696
3715
|
declare function scrollToTop(): void;
|
|
3697
3716
|
|
|
3698
|
-
export declare const SelectContent:
|
|
3717
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
|
|
3699
3718
|
|
|
3700
3719
|
export { SelectGroup }
|
|
3701
3720
|
|
|
3702
3721
|
export { SelectIcon }
|
|
3703
3722
|
|
|
3704
|
-
export declare const SelectItem:
|
|
3723
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
|
|
3705
3724
|
|
|
3706
3725
|
export { SelectItemIndicator }
|
|
3707
3726
|
|
|
@@ -3719,21 +3738,21 @@ export { SelectScrollUpButton }
|
|
|
3719
3738
|
|
|
3720
3739
|
export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3721
3740
|
|
|
3722
|
-
export declare const SelectTrigger:
|
|
3741
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
|
|
3723
3742
|
|
|
3724
|
-
export declare const SelectValue:
|
|
3743
|
+
export declare const SelectValue: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, __VLS_TemplateResult_77["slots"]>;
|
|
3725
3744
|
|
|
3726
|
-
export declare const SelectViewport:
|
|
3745
|
+
export declare const SelectViewport: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, __VLS_TemplateResult_78["slots"]>;
|
|
3727
3746
|
|
|
3728
3747
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3729
3748
|
|
|
3730
|
-
export declare const StepperItem:
|
|
3749
|
+
export declare const StepperItem: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, __VLS_TemplateResult_79["slots"]>;
|
|
3731
3750
|
|
|
3732
|
-
export declare const StepperRoot:
|
|
3751
|
+
export declare const StepperRoot: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, __VLS_TemplateResult_80["slots"]>;
|
|
3733
3752
|
|
|
3734
3753
|
declare type StringOrVNode = string | VNode | (() => VNode);
|
|
3735
3754
|
|
|
3736
|
-
export declare const SwitchRoot:
|
|
3755
|
+
export declare const SwitchRoot: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, __VLS_TemplateResult_81["slots"]>;
|
|
3737
3756
|
|
|
3738
3757
|
export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3739
3758
|
|
|
@@ -3741,13 +3760,13 @@ export { TabsContent }
|
|
|
3741
3760
|
|
|
3742
3761
|
export { TabsIndicator }
|
|
3743
3762
|
|
|
3744
|
-
export declare const TabsList:
|
|
3763
|
+
export declare const TabsList: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
3745
3764
|
|
|
3746
|
-
export declare const TabsRoot:
|
|
3765
|
+
export declare const TabsRoot: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
3747
3766
|
|
|
3748
|
-
export declare const TabsTrigger:
|
|
3767
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
3749
3768
|
|
|
3750
|
-
export declare const Tag:
|
|
3769
|
+
export declare const Tag: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
3751
3770
|
|
|
3752
3771
|
export declare interface TagColors {
|
|
3753
3772
|
background?: string;
|
|
@@ -3800,7 +3819,7 @@ export { ToastAction }
|
|
|
3800
3819
|
|
|
3801
3820
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3802
3821
|
|
|
3803
|
-
export declare const ToastDescription:
|
|
3822
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
3804
3823
|
|
|
3805
3824
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3806
3825
|
|
|
@@ -3813,17 +3832,17 @@ declare type ToasterToast = IToastRootProps & {
|
|
|
3813
3832
|
|
|
3814
3833
|
export { ToastPortal }
|
|
3815
3834
|
|
|
3816
|
-
export declare const ToastProvider:
|
|
3835
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
3817
3836
|
|
|
3818
|
-
export declare const ToastRoot:
|
|
3837
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
|
|
3819
3838
|
|
|
3820
|
-
export declare const ToastTitle:
|
|
3839
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
|
|
3821
3840
|
|
|
3822
3841
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
3823
3842
|
|
|
3824
3843
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3825
3844
|
|
|
3826
|
-
export declare const TooltipContent:
|
|
3845
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
|
|
3827
3846
|
|
|
3828
3847
|
export { TooltipPortal }
|
|
3829
3848
|
|