prlg-ui 1.8.325 → 1.8.327
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/Image-DxBnhta_.js +195 -0
- package/dist/Image-DyYO6Izz.cjs +1 -0
- package/dist/blocks/index.cjs.js +1 -1
- package/dist/blocks/index.es.js +74 -74
- package/dist/{dayjs.util-w9plG3H0.cjs → dayjs.util-B2JdCXIm.cjs} +1 -1
- package/dist/{dayjs.util-BZJcKPbc.js → dayjs.util-CgY84kVQ.js} +1 -1
- package/dist/eventBus.util-DHkO4j-V.cjs +1 -0
- package/dist/{eventBus.util-msbJpg6N.js → eventBus.util-DjOylFpN.js} +24 -24
- package/dist/{index-DpwRE3qr.js → index-DwbPNNPc.js} +6 -26
- package/dist/{index-Dp7bcaNg.cjs → index-qggSVcEG.cjs} +2 -20
- package/dist/parseFileSize.util-0SyKuE4n.cjs +1 -0
- package/dist/parseFileSize.util-DTzvlV7u.js +641 -0
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +2765 -2765
- package/dist/reka-ui/index.cjs.js +5 -5
- package/dist/reka-ui/index.es.js +3117 -3114
- package/dist/rekaUI.d.ts +113 -92
- package/dist/{uploadFile.util-CCrV2jIp.cjs → uploadFile.util-CbQSY2xi.cjs} +1 -1
- package/dist/{uploadFile.util-c_UlO-OQ.js → uploadFile.util-vM81SK0i.js} +1 -1
- package/dist/utils/index.cjs.js +1 -1
- package/dist/utils/index.es.js +4 -4
- package/package.json +1 -1
- package/dist/Image-Ctgju863.js +0 -195
- package/dist/Image-DLJh4B68.cjs +0 -1
- package/dist/eventBus.util-K9Yq6hZm.cjs +0 -1
- package/dist/fonts/Inter/.DS_Store +0 -0
- package/dist/parseFileSize.util-CaHpLGi2.js +0 -758
- package/dist/parseFileSize.util-D9hMoJaT.cjs +0 -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>;
|
|
478
|
+
|
|
479
|
+
declare const __VLS_component_61: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
463
480
|
|
|
464
|
-
declare const
|
|
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;
|
|
@@ -1116,6 +1133,8 @@ declare type __VLS_Props_7 = {
|
|
|
1116
1133
|
outlined?: boolean;
|
|
1117
1134
|
removable?: boolean;
|
|
1118
1135
|
size?: 'small' | 'default';
|
|
1136
|
+
viewInfo?: boolean;
|
|
1137
|
+
viewSize?: boolean;
|
|
1119
1138
|
};
|
|
1120
1139
|
|
|
1121
1140
|
declare type __VLS_Props_8 = {
|
|
@@ -1654,10 +1673,10 @@ declare function __VLS_template_58(): {
|
|
|
1654
1673
|
declare function __VLS_template_59(): {
|
|
1655
1674
|
attrs: Partial<{}>;
|
|
1656
1675
|
slots: {
|
|
1657
|
-
|
|
1676
|
+
suffix?(_: {}): any;
|
|
1658
1677
|
};
|
|
1659
1678
|
refs: {};
|
|
1660
|
-
rootEl:
|
|
1679
|
+
rootEl: HTMLDivElement;
|
|
1661
1680
|
};
|
|
1662
1681
|
|
|
1663
1682
|
declare function __VLS_template_6(): {
|
|
@@ -1672,7 +1691,7 @@ declare function __VLS_template_6(): {
|
|
|
1672
1691
|
declare function __VLS_template_60(): {
|
|
1673
1692
|
attrs: Partial<{}>;
|
|
1674
1693
|
slots: {
|
|
1675
|
-
default?(_:
|
|
1694
|
+
default?(_: any): any;
|
|
1676
1695
|
};
|
|
1677
1696
|
refs: {};
|
|
1678
1697
|
rootEl: any;
|
|
@@ -1720,7 +1739,7 @@ declare function __VLS_template_65(): {
|
|
|
1720
1739
|
default?(_: {}): any;
|
|
1721
1740
|
};
|
|
1722
1741
|
refs: {};
|
|
1723
|
-
rootEl:
|
|
1742
|
+
rootEl: any;
|
|
1724
1743
|
};
|
|
1725
1744
|
|
|
1726
1745
|
declare function __VLS_template_66(): {
|
|
@@ -1729,7 +1748,7 @@ declare function __VLS_template_66(): {
|
|
|
1729
1748
|
default?(_: {}): any;
|
|
1730
1749
|
};
|
|
1731
1750
|
refs: {};
|
|
1732
|
-
rootEl:
|
|
1751
|
+
rootEl: HTMLDivElement;
|
|
1733
1752
|
};
|
|
1734
1753
|
|
|
1735
1754
|
declare function __VLS_template_67(): {
|
|
@@ -1778,6 +1797,15 @@ declare function __VLS_template_70(): {
|
|
|
1778
1797
|
};
|
|
1779
1798
|
|
|
1780
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(): {
|
|
1781
1809
|
attrs: Partial<{}>;
|
|
1782
1810
|
slots: {
|
|
1783
1811
|
default?(_: {}): any;
|
|
@@ -1907,7 +1935,7 @@ declare function __VLS_template_71(): {
|
|
|
1907
1935
|
rootEl: any;
|
|
1908
1936
|
};
|
|
1909
1937
|
|
|
1910
|
-
declare function
|
|
1938
|
+
declare function __VLS_template_73(): {
|
|
1911
1939
|
attrs: Partial<{}>;
|
|
1912
1940
|
slots: {
|
|
1913
1941
|
default?(_: {}): any;
|
|
@@ -1916,7 +1944,7 @@ declare function __VLS_template_72(): {
|
|
|
1916
1944
|
rootEl: any;
|
|
1917
1945
|
};
|
|
1918
1946
|
|
|
1919
|
-
declare function
|
|
1947
|
+
declare function __VLS_template_74(): {
|
|
1920
1948
|
attrs: Partial<{}>;
|
|
1921
1949
|
slots: {
|
|
1922
1950
|
default?(_: {}): any;
|
|
@@ -1925,7 +1953,7 @@ declare function __VLS_template_73(): {
|
|
|
1925
1953
|
rootEl: any;
|
|
1926
1954
|
};
|
|
1927
1955
|
|
|
1928
|
-
declare function
|
|
1956
|
+
declare function __VLS_template_75(): {
|
|
1929
1957
|
attrs: Partial<{}>;
|
|
1930
1958
|
slots: {
|
|
1931
1959
|
default?(_: {}): any;
|
|
@@ -1934,7 +1962,7 @@ declare function __VLS_template_74(): {
|
|
|
1934
1962
|
rootEl: any;
|
|
1935
1963
|
};
|
|
1936
1964
|
|
|
1937
|
-
declare function
|
|
1965
|
+
declare function __VLS_template_76(): {
|
|
1938
1966
|
attrs: Partial<{}>;
|
|
1939
1967
|
slots: {
|
|
1940
1968
|
default?(_: {}): any;
|
|
@@ -1943,7 +1971,7 @@ declare function __VLS_template_75(): {
|
|
|
1943
1971
|
rootEl: any;
|
|
1944
1972
|
};
|
|
1945
1973
|
|
|
1946
|
-
declare function
|
|
1974
|
+
declare function __VLS_template_77(): {
|
|
1947
1975
|
attrs: Partial<{}>;
|
|
1948
1976
|
slots: {
|
|
1949
1977
|
default?(_: any): any;
|
|
@@ -1952,7 +1980,7 @@ declare function __VLS_template_76(): {
|
|
|
1952
1980
|
rootEl: any;
|
|
1953
1981
|
};
|
|
1954
1982
|
|
|
1955
|
-
declare function
|
|
1983
|
+
declare function __VLS_template_78(): {
|
|
1956
1984
|
attrs: Partial<{}>;
|
|
1957
1985
|
slots: {
|
|
1958
1986
|
default?(_: {}): any;
|
|
@@ -1961,7 +1989,7 @@ declare function __VLS_template_77(): {
|
|
|
1961
1989
|
rootEl: any;
|
|
1962
1990
|
};
|
|
1963
1991
|
|
|
1964
|
-
declare function
|
|
1992
|
+
declare function __VLS_template_79(): {
|
|
1965
1993
|
attrs: Partial<{}>;
|
|
1966
1994
|
slots: {
|
|
1967
1995
|
default?(_: {}): any;
|
|
@@ -1970,7 +1998,16 @@ declare function __VLS_template_78(): {
|
|
|
1970
1998
|
rootEl: any;
|
|
1971
1999
|
};
|
|
1972
2000
|
|
|
1973
|
-
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(): {
|
|
1974
2011
|
attrs: Partial<{}>;
|
|
1975
2012
|
slots: {
|
|
1976
2013
|
default?(_: {}): any;
|
|
@@ -2145,16 +2182,7 @@ declare function __VLS_template_79(): {
|
|
|
2145
2182
|
rootEl: any;
|
|
2146
2183
|
};
|
|
2147
2184
|
|
|
2148
|
-
declare function
|
|
2149
|
-
attrs: Partial<{}>;
|
|
2150
|
-
slots: {
|
|
2151
|
-
default?(_: {}): any;
|
|
2152
|
-
};
|
|
2153
|
-
refs: {};
|
|
2154
|
-
rootEl: any;
|
|
2155
|
-
};
|
|
2156
|
-
|
|
2157
|
-
declare function __VLS_template_80(): {
|
|
2185
|
+
declare function __VLS_template_81(): {
|
|
2158
2186
|
attrs: Partial<{}>;
|
|
2159
2187
|
slots: {
|
|
2160
2188
|
default?(_: {}): any;
|
|
@@ -2330,6 +2358,8 @@ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
|
2330
2358
|
|
|
2331
2359
|
declare type __VLS_TemplateResult_80 = ReturnType<typeof __VLS_template_80>;
|
|
2332
2360
|
|
|
2361
|
+
declare type __VLS_TemplateResult_81 = ReturnType<typeof __VLS_template_81>;
|
|
2362
|
+
|
|
2333
2363
|
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
2334
2364
|
|
|
2335
2365
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -2806,6 +2836,12 @@ declare type __VLS_WithTemplateSlots_80<T, S> = T & {
|
|
|
2806
2836
|
};
|
|
2807
2837
|
};
|
|
2808
2838
|
|
|
2839
|
+
declare type __VLS_WithTemplateSlots_81<T, S> = T & {
|
|
2840
|
+
new (): {
|
|
2841
|
+
$slots: S;
|
|
2842
|
+
};
|
|
2843
|
+
};
|
|
2844
|
+
|
|
2809
2845
|
declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
2810
2846
|
new (): {
|
|
2811
2847
|
$slots: S;
|
|
@@ -3480,22 +3516,7 @@ declare type InputPhoneProps = {
|
|
|
3480
3516
|
showMaxLength?: boolean;
|
|
3481
3517
|
};
|
|
3482
3518
|
|
|
3483
|
-
export declare const InputText:
|
|
3484
|
-
"update:modelValue": (value: string) => any;
|
|
3485
|
-
} & {
|
|
3486
|
-
clear: () => any;
|
|
3487
|
-
input: (value: Event) => any;
|
|
3488
|
-
blur: (value: FocusEvent) => any;
|
|
3489
|
-
focus: (value: FocusEvent) => any;
|
|
3490
|
-
paste: (value: ClipboardEvent) => any;
|
|
3491
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
3492
|
-
onClear?: (() => any) | undefined;
|
|
3493
|
-
onInput?: ((value: Event) => any) | undefined;
|
|
3494
|
-
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
3495
|
-
onFocus?: ((value: FocusEvent) => any) | undefined;
|
|
3496
|
-
onPaste?: ((value: ClipboardEvent) => any) | undefined;
|
|
3497
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3498
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3519
|
+
export declare const InputText: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
3499
3520
|
|
|
3500
3521
|
declare type InputTextProps = {
|
|
3501
3522
|
label?: string;
|
|
@@ -3598,9 +3619,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
3598
3619
|
|
|
3599
3620
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3600
3621
|
|
|
3601
|
-
export declare const PaginationList:
|
|
3622
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
3602
3623
|
|
|
3603
|
-
export declare const PaginationListItem:
|
|
3624
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
3604
3625
|
|
|
3605
3626
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3606
3627
|
|
|
@@ -3618,7 +3639,7 @@ height: number;
|
|
|
3618
3639
|
|
|
3619
3640
|
export { PopoverClose }
|
|
3620
3641
|
|
|
3621
|
-
export declare const PopoverContent:
|
|
3642
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
3622
3643
|
|
|
3623
3644
|
export { PopoverPortal }
|
|
3624
3645
|
|
|
@@ -3683,23 +3704,23 @@ export declare const Schedule: DefineComponent<__VLS_PublicProps_7, {}, {}, {},
|
|
|
3683
3704
|
"onUpdate:modelValue"?: ((value: TShedule | null) => any) | undefined;
|
|
3684
3705
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3685
3706
|
|
|
3686
|
-
export declare const ScrollAreaRoot:
|
|
3707
|
+
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
|
|
3687
3708
|
|
|
3688
3709
|
export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3689
3710
|
|
|
3690
|
-
export declare const ScrollAreaViewport:
|
|
3711
|
+
export declare const ScrollAreaViewport: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
|
|
3691
3712
|
|
|
3692
3713
|
declare function scrollToBottom(): void;
|
|
3693
3714
|
|
|
3694
3715
|
declare function scrollToTop(): void;
|
|
3695
3716
|
|
|
3696
|
-
export declare const SelectContent:
|
|
3717
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
|
|
3697
3718
|
|
|
3698
3719
|
export { SelectGroup }
|
|
3699
3720
|
|
|
3700
3721
|
export { SelectIcon }
|
|
3701
3722
|
|
|
3702
|
-
export declare const SelectItem:
|
|
3723
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
|
|
3703
3724
|
|
|
3704
3725
|
export { SelectItemIndicator }
|
|
3705
3726
|
|
|
@@ -3717,21 +3738,21 @@ export { SelectScrollUpButton }
|
|
|
3717
3738
|
|
|
3718
3739
|
export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3719
3740
|
|
|
3720
|
-
export declare const SelectTrigger:
|
|
3741
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
|
|
3721
3742
|
|
|
3722
|
-
export declare const SelectValue:
|
|
3743
|
+
export declare const SelectValue: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, __VLS_TemplateResult_77["slots"]>;
|
|
3723
3744
|
|
|
3724
|
-
export declare const SelectViewport:
|
|
3745
|
+
export declare const SelectViewport: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, __VLS_TemplateResult_78["slots"]>;
|
|
3725
3746
|
|
|
3726
3747
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3727
3748
|
|
|
3728
|
-
export declare const StepperItem:
|
|
3749
|
+
export declare const StepperItem: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, __VLS_TemplateResult_79["slots"]>;
|
|
3729
3750
|
|
|
3730
|
-
export declare const StepperRoot:
|
|
3751
|
+
export declare const StepperRoot: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, __VLS_TemplateResult_80["slots"]>;
|
|
3731
3752
|
|
|
3732
3753
|
declare type StringOrVNode = string | VNode | (() => VNode);
|
|
3733
3754
|
|
|
3734
|
-
export declare const SwitchRoot:
|
|
3755
|
+
export declare const SwitchRoot: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, __VLS_TemplateResult_81["slots"]>;
|
|
3735
3756
|
|
|
3736
3757
|
export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3737
3758
|
|
|
@@ -3739,13 +3760,13 @@ export { TabsContent }
|
|
|
3739
3760
|
|
|
3740
3761
|
export { TabsIndicator }
|
|
3741
3762
|
|
|
3742
|
-
export declare const TabsList:
|
|
3763
|
+
export declare const TabsList: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
3743
3764
|
|
|
3744
|
-
export declare const TabsRoot:
|
|
3765
|
+
export declare const TabsRoot: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
3745
3766
|
|
|
3746
|
-
export declare const TabsTrigger:
|
|
3767
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
3747
3768
|
|
|
3748
|
-
export declare const Tag:
|
|
3769
|
+
export declare const Tag: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
3749
3770
|
|
|
3750
3771
|
export declare interface TagColors {
|
|
3751
3772
|
background?: string;
|
|
@@ -3798,7 +3819,7 @@ export { ToastAction }
|
|
|
3798
3819
|
|
|
3799
3820
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3800
3821
|
|
|
3801
|
-
export declare const ToastDescription:
|
|
3822
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
3802
3823
|
|
|
3803
3824
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3804
3825
|
|
|
@@ -3811,17 +3832,17 @@ declare type ToasterToast = IToastRootProps & {
|
|
|
3811
3832
|
|
|
3812
3833
|
export { ToastPortal }
|
|
3813
3834
|
|
|
3814
|
-
export declare const ToastProvider:
|
|
3835
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
3815
3836
|
|
|
3816
|
-
export declare const ToastRoot:
|
|
3837
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
|
|
3817
3838
|
|
|
3818
|
-
export declare const ToastTitle:
|
|
3839
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
|
|
3819
3840
|
|
|
3820
3841
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
3821
3842
|
|
|
3822
3843
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3823
3844
|
|
|
3824
|
-
export declare const TooltipContent:
|
|
3845
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
|
|
3825
3846
|
|
|
3826
3847
|
export { TooltipPortal }
|
|
3827
3848
|
|
|
@@ -3869,7 +3890,7 @@ export declare function useToast(): {
|
|
|
3869
3890
|
template?: string | object | undefined;
|
|
3870
3891
|
render?: Function | undefined;
|
|
3871
3892
|
components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
|
|
3872
|
-
directives?: Record<string, Directive<any, any, string,
|
|
3893
|
+
directives?: Record<string, Directive<any, any, string, any>> | undefined;
|
|
3873
3894
|
inheritAttrs?: boolean | undefined;
|
|
3874
3895
|
emits?: any;
|
|
3875
3896
|
slots?: {} | undefined;
|
|
@@ -3994,7 +4015,7 @@ export declare function useToast(): {
|
|
|
3994
4015
|
template?: string | object | undefined;
|
|
3995
4016
|
render?: Function | undefined;
|
|
3996
4017
|
components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
|
|
3997
|
-
directives?: Record<string, Directive<any, any, string,
|
|
4018
|
+
directives?: Record<string, Directive<any, any, string, any>> | undefined;
|
|
3998
4019
|
inheritAttrs?: boolean | undefined;
|
|
3999
4020
|
emits?: any;
|
|
4000
4021
|
slots?: {} | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const p=require("./parseFileSize.util-
|
|
1
|
+
"use strict";const p=require("./parseFileSize.util-0SyKuE4n.cjs");function d(e){if(!e)return;const l=Array.isArray(e)?e:[e],i={image:["image/*"],pdf:["application/pdf"],excel:["application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],word:["application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],all:["*/*"]};return l.flatMap(n=>i[n]||[]).join(",")}function o(e={}){return new Promise(l=>{const i=document.createElement("input");i.type="file",i.style.display="none",e.multiple&&e.maxFiles&&e.maxFiles>1&&(i.multiple=!0);const n=d(e.accept);n&&(i.accept=n),i.addEventListener("change",c=>{const r=c.target;let t=[];if(r.files&&r.files.length>0&&(t=Array.from(r.files),e.maxFiles&&t.length>e.maxFiles&&(t=t.slice(0,e.maxFiles)),e.maxFileSize)){const a=p.parseFileSize(e.maxFileSize);t=t.filter(s=>s.size<=a)}if(document.body.removeChild(i),e.returnType==="raw"){l(t);return}const m=t.map(a=>({id:crypto.randomUUID(),url:URL.createObjectURL(a),name:a.name,mime:a.type,size:a.size}));l(m)}),document.body.appendChild(i),i.click()})}exports.openFileDialog=o;
|