prlg-ui 1.8.217 → 1.8.218
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 +4 -4
- package/dist/reka-ui/index.es.js +4202 -3661
- package/dist/rekaUI.d.ts +62 -34
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -91,6 +91,7 @@ import { DropdownMenuSubContentProps } from 'reka-ui';
|
|
|
91
91
|
import { DropdownMenuSubTriggerProps } from 'reka-ui';
|
|
92
92
|
import { DropdownMenuTrigger } from 'reka-ui';
|
|
93
93
|
import { FocusOutsideEvent } from 'reka-ui';
|
|
94
|
+
import { LabelProps } from 'reka-ui';
|
|
94
95
|
import { MaybeRefOrGetter } from 'vue';
|
|
95
96
|
import { ObjectDirective } from 'vue';
|
|
96
97
|
import { PaginationEllipsisProps } from 'reka-ui';
|
|
@@ -110,6 +111,8 @@ import { PopoverPortal } from 'reka-ui';
|
|
|
110
111
|
import { PopoverRoot } from 'reka-ui';
|
|
111
112
|
import { PopoverTrigger } from 'reka-ui';
|
|
112
113
|
import { PublicProps } from 'vue';
|
|
114
|
+
import { RadioGroupItemProps } from 'reka-ui';
|
|
115
|
+
import { RadioGroupRoot } from 'reka-ui';
|
|
113
116
|
import { RouteLocationRaw } from 'vue-router';
|
|
114
117
|
import { RowSelectionState } from '@tanstack/vue-table';
|
|
115
118
|
import { SortingState } from '@tanstack/vue-table';
|
|
@@ -273,11 +276,13 @@ visibleArrow: boolean;
|
|
|
273
276
|
|
|
274
277
|
declare const __VLS_component_40: DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
275
278
|
|
|
276
|
-
declare const __VLS_component_41: DefineComponent<
|
|
279
|
+
declare const __VLS_component_41: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
277
280
|
|
|
278
|
-
declare const __VLS_component_42: DefineComponent<
|
|
281
|
+
declare const __VLS_component_42: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
279
282
|
|
|
280
|
-
declare const __VLS_component_43: DefineComponent<
|
|
283
|
+
declare const __VLS_component_43: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
284
|
+
|
|
285
|
+
declare const __VLS_component_44: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
281
286
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
282
287
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
283
288
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -296,23 +301,31 @@ width: number;
|
|
|
296
301
|
alignOffset: number;
|
|
297
302
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
298
303
|
|
|
299
|
-
declare const
|
|
304
|
+
declare const __VLS_component_45: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
300
305
|
|
|
301
|
-
declare const
|
|
306
|
+
declare const __VLS_component_46: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
302
307
|
|
|
303
|
-
declare const
|
|
308
|
+
declare const __VLS_component_47: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
304
309
|
colors: TagColors;
|
|
305
310
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
306
311
|
|
|
307
|
-
declare const
|
|
312
|
+
declare const __VLS_component_48: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
308
313
|
as: AsTag | Component;
|
|
309
314
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
310
315
|
|
|
311
|
-
declare const
|
|
316
|
+
declare const __VLS_component_49: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
312
317
|
swipeDirection: "left" | "right" | "up" | "down";
|
|
313
318
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
314
319
|
|
|
315
|
-
declare const
|
|
320
|
+
declare const __VLS_component_5: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
321
|
+
size: ButtonSize;
|
|
322
|
+
variant: ButtonVariant;
|
|
323
|
+
buttonStyle: ButtonStyle;
|
|
324
|
+
strong: boolean;
|
|
325
|
+
as: AsTag | Component;
|
|
326
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
327
|
+
|
|
328
|
+
declare const __VLS_component_50: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
316
329
|
pause: () => any;
|
|
317
330
|
"update:open": (value: boolean) => any;
|
|
318
331
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -398,19 +411,11 @@ y: number;
|
|
|
398
411
|
variant: ToastVariant;
|
|
399
412
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
400
413
|
|
|
401
|
-
declare const
|
|
402
|
-
size: ButtonSize;
|
|
403
|
-
variant: ButtonVariant;
|
|
404
|
-
buttonStyle: ButtonStyle;
|
|
405
|
-
strong: boolean;
|
|
406
|
-
as: AsTag | Component;
|
|
407
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
408
|
-
|
|
409
|
-
declare const __VLS_component_50: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
414
|
+
declare const __VLS_component_51: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
410
415
|
as: AsTag | Component;
|
|
411
416
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
412
417
|
|
|
413
|
-
declare const
|
|
418
|
+
declare const __VLS_component_52: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
414
419
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
415
420
|
pointerDownOutside: (event: Event) => any;
|
|
416
421
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -781,7 +786,7 @@ declare function __VLS_template_40(): {
|
|
|
781
786
|
declare function __VLS_template_41(): {
|
|
782
787
|
attrs: Partial<{}>;
|
|
783
788
|
slots: {
|
|
784
|
-
default?(_:
|
|
789
|
+
default?(_: {}): any;
|
|
785
790
|
};
|
|
786
791
|
refs: {};
|
|
787
792
|
rootEl: any;
|
|
@@ -790,7 +795,7 @@ declare function __VLS_template_41(): {
|
|
|
790
795
|
declare function __VLS_template_42(): {
|
|
791
796
|
attrs: Partial<{}>;
|
|
792
797
|
slots: {
|
|
793
|
-
default?(_:
|
|
798
|
+
default?(_: any): any;
|
|
794
799
|
};
|
|
795
800
|
refs: {};
|
|
796
801
|
rootEl: any;
|
|
@@ -829,7 +834,7 @@ declare function __VLS_template_46(): {
|
|
|
829
834
|
default?(_: {}): any;
|
|
830
835
|
};
|
|
831
836
|
refs: {};
|
|
832
|
-
rootEl:
|
|
837
|
+
rootEl: any;
|
|
833
838
|
};
|
|
834
839
|
|
|
835
840
|
declare function __VLS_template_47(): {
|
|
@@ -838,7 +843,7 @@ declare function __VLS_template_47(): {
|
|
|
838
843
|
default?(_: {}): any;
|
|
839
844
|
};
|
|
840
845
|
refs: {};
|
|
841
|
-
rootEl:
|
|
846
|
+
rootEl: HTMLDivElement;
|
|
842
847
|
};
|
|
843
848
|
|
|
844
849
|
declare function __VLS_template_48(): {
|
|
@@ -886,6 +891,15 @@ declare function __VLS_template_51(): {
|
|
|
886
891
|
rootEl: any;
|
|
887
892
|
};
|
|
888
893
|
|
|
894
|
+
declare function __VLS_template_52(): {
|
|
895
|
+
attrs: Partial<{}>;
|
|
896
|
+
slots: {
|
|
897
|
+
default?(_: {}): any;
|
|
898
|
+
};
|
|
899
|
+
refs: {};
|
|
900
|
+
rootEl: any;
|
|
901
|
+
};
|
|
902
|
+
|
|
889
903
|
declare function __VLS_template_6(): {
|
|
890
904
|
attrs: Partial<{}>;
|
|
891
905
|
slots: {
|
|
@@ -1016,6 +1030,8 @@ declare type __VLS_TemplateResult_50 = ReturnType<typeof __VLS_template_50>;
|
|
|
1016
1030
|
|
|
1017
1031
|
declare type __VLS_TemplateResult_51 = ReturnType<typeof __VLS_template_51>;
|
|
1018
1032
|
|
|
1033
|
+
declare type __VLS_TemplateResult_52 = ReturnType<typeof __VLS_template_52>;
|
|
1034
|
+
|
|
1019
1035
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
1020
1036
|
|
|
1021
1037
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
@@ -1306,6 +1322,12 @@ declare type __VLS_WithTemplateSlots_51<T, S> = T & {
|
|
|
1306
1322
|
};
|
|
1307
1323
|
};
|
|
1308
1324
|
|
|
1325
|
+
declare type __VLS_WithTemplateSlots_52<T, S> = T & {
|
|
1326
|
+
new (): {
|
|
1327
|
+
$slots: S;
|
|
1328
|
+
};
|
|
1329
|
+
};
|
|
1330
|
+
|
|
1309
1331
|
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
1310
1332
|
new (): {
|
|
1311
1333
|
$slots: S;
|
|
@@ -1745,6 +1767,8 @@ declare interface ITooltipContentProps extends TooltipContentProps {
|
|
|
1745
1767
|
viewArrow?: boolean;
|
|
1746
1768
|
}
|
|
1747
1769
|
|
|
1770
|
+
export declare const Label: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1771
|
+
|
|
1748
1772
|
declare interface LoadingElement extends HTMLElement {
|
|
1749
1773
|
dataset: DOMStringMap & {
|
|
1750
1774
|
loading?: string;
|
|
@@ -1760,9 +1784,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
1760
1784
|
|
|
1761
1785
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1762
1786
|
|
|
1763
|
-
export declare const PaginationList:
|
|
1787
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1764
1788
|
|
|
1765
|
-
export declare const PaginationListItem:
|
|
1789
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1766
1790
|
|
|
1767
1791
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1768
1792
|
|
|
@@ -1780,7 +1804,7 @@ height: number;
|
|
|
1780
1804
|
|
|
1781
1805
|
export { PopoverClose }
|
|
1782
1806
|
|
|
1783
|
-
export declare const PopoverContent:
|
|
1807
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1784
1808
|
|
|
1785
1809
|
export { PopoverPortal }
|
|
1786
1810
|
|
|
@@ -1795,19 +1819,23 @@ export { PopoverTrigger }
|
|
|
1795
1819
|
*/
|
|
1796
1820
|
export declare const priceFormat: (price: string | number) => string;
|
|
1797
1821
|
|
|
1822
|
+
export declare const RadioGroupItem: DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1823
|
+
|
|
1824
|
+
export { RadioGroupRoot }
|
|
1825
|
+
|
|
1798
1826
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1799
1827
|
|
|
1800
1828
|
export { TabsContent }
|
|
1801
1829
|
|
|
1802
1830
|
export { TabsIndicator }
|
|
1803
1831
|
|
|
1804
|
-
export declare const TabsList:
|
|
1832
|
+
export declare const TabsList: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1805
1833
|
|
|
1806
1834
|
export { TabsRoot }
|
|
1807
1835
|
|
|
1808
|
-
export declare const TabsTrigger:
|
|
1836
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1809
1837
|
|
|
1810
|
-
export declare const Tag:
|
|
1838
|
+
export declare const Tag: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1811
1839
|
|
|
1812
1840
|
export declare interface TagColors {
|
|
1813
1841
|
background?: string;
|
|
@@ -1824,21 +1852,21 @@ export { ToastAction }
|
|
|
1824
1852
|
|
|
1825
1853
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1826
1854
|
|
|
1827
|
-
export declare const ToastDescription:
|
|
1855
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
1828
1856
|
|
|
1829
1857
|
export { ToastPortal }
|
|
1830
1858
|
|
|
1831
|
-
export declare const ToastProvider:
|
|
1859
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
1832
1860
|
|
|
1833
|
-
export declare const ToastRoot:
|
|
1861
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
1834
1862
|
|
|
1835
|
-
export declare const ToastTitle:
|
|
1863
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
1836
1864
|
|
|
1837
1865
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
1838
1866
|
|
|
1839
1867
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1840
1868
|
|
|
1841
|
-
export declare const TooltipContent:
|
|
1869
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
1842
1870
|
|
|
1843
1871
|
export { TooltipPortal }
|
|
1844
1872
|
|