prlg-ui 1.8.275 → 1.8.276
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/{WarningIcon-CvlZXMh8.cjs → QuestionIcon-CKglrrYv.cjs} +1 -1
- package/dist/{WarningIcon-BaF2grFN.js → QuestionIcon-Cfk_7q7o.js} +57 -30
- package/dist/{QuestionIcon-jgykxOw5.cjs → StarIcon-BEGT5r_H.cjs} +1 -1
- package/dist/{QuestionIcon-DKqLypNT.js → StarIcon-CgvwLiHi.js} +25 -52
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +12 -12
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +10 -10
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +2435 -2401
- package/dist/rekaUI.d.ts +100 -60
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ import { DropdownMenuSub } from 'reka-ui';
|
|
|
101
101
|
import { DropdownMenuSubContentProps } from 'reka-ui';
|
|
102
102
|
import { DropdownMenuSubTriggerProps } from 'reka-ui';
|
|
103
103
|
import { DropdownMenuTrigger } from 'reka-ui';
|
|
104
|
+
import { ExtractPropTypes } from 'vue';
|
|
104
105
|
import { FocusOutsideEvent } from 'reka-ui';
|
|
105
106
|
import { FunctionalComponent } from 'vue';
|
|
106
107
|
import { GlobalComponents } from 'vue';
|
|
@@ -130,6 +131,7 @@ import { PopoverContentProps } from 'reka-ui';
|
|
|
130
131
|
import { PopoverPortal } from 'reka-ui';
|
|
131
132
|
import { PopoverRoot } from 'reka-ui';
|
|
132
133
|
import { PopoverTrigger } from 'reka-ui';
|
|
134
|
+
import { PropType } from 'vue';
|
|
133
135
|
import { PublicProps } from 'vue';
|
|
134
136
|
import { RadioGroupItemProps } from 'reka-ui';
|
|
135
137
|
import { RadioGroupRoot } from 'reka-ui';
|
|
@@ -366,15 +368,34 @@ declare const __VLS_component_46: DefineComponent<DialogTriggerProps, {}, {}, {}
|
|
|
366
368
|
|
|
367
369
|
declare const __VLS_component_47: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
368
370
|
|
|
369
|
-
declare const __VLS_component_48: DefineComponent<
|
|
371
|
+
declare const __VLS_component_48: DefineComponent<ExtractPropTypes< {
|
|
372
|
+
type: {
|
|
373
|
+
type: PropType<"error" | "warning" | "info">;
|
|
374
|
+
default: string;
|
|
375
|
+
};
|
|
376
|
+
message: StringConstructor;
|
|
377
|
+
outlined: BooleanConstructor;
|
|
378
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
379
|
+
type: {
|
|
380
|
+
type: PropType<"error" | "warning" | "info">;
|
|
381
|
+
default: string;
|
|
382
|
+
};
|
|
383
|
+
message: StringConstructor;
|
|
384
|
+
outlined: BooleanConstructor;
|
|
385
|
+
}>> & Readonly<{}>, {
|
|
386
|
+
outlined: boolean;
|
|
387
|
+
type: "error" | "info" | "warning";
|
|
388
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
370
389
|
|
|
371
|
-
declare const __VLS_component_49: DefineComponent<
|
|
390
|
+
declare const __VLS_component_49: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
372
391
|
|
|
373
392
|
declare const __VLS_component_5: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
|
|
374
393
|
visibleArrow: boolean;
|
|
375
394
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
376
395
|
|
|
377
|
-
declare const __VLS_component_50: DefineComponent<
|
|
396
|
+
declare const __VLS_component_50: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
397
|
+
|
|
398
|
+
declare const __VLS_component_51: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
378
399
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
379
400
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
380
401
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -393,25 +414,25 @@ width: number;
|
|
|
393
414
|
alignOffset: number;
|
|
394
415
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
395
416
|
|
|
396
|
-
declare const
|
|
417
|
+
declare const __VLS_component_52: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
397
418
|
|
|
398
|
-
declare const
|
|
419
|
+
declare const __VLS_component_53: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
399
420
|
|
|
400
|
-
declare const
|
|
421
|
+
declare const __VLS_component_54: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
401
422
|
|
|
402
|
-
declare const
|
|
423
|
+
declare const __VLS_component_55: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
403
424
|
colors: TagColors;
|
|
404
425
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
405
426
|
|
|
406
|
-
declare const
|
|
427
|
+
declare const __VLS_component_56: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
407
428
|
as: AsTag | Component;
|
|
408
429
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
409
430
|
|
|
410
|
-
declare const
|
|
431
|
+
declare const __VLS_component_57: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
411
432
|
swipeDirection: "left" | "right" | "up" | "down";
|
|
412
433
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
413
434
|
|
|
414
|
-
declare const
|
|
435
|
+
declare const __VLS_component_58: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
415
436
|
pause: () => any;
|
|
416
437
|
"update:open": (value: boolean) => any;
|
|
417
438
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -497,11 +518,19 @@ y: number;
|
|
|
497
518
|
variant: ToastVariant;
|
|
498
519
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
499
520
|
|
|
500
|
-
declare const
|
|
521
|
+
declare const __VLS_component_59: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
501
522
|
as: AsTag | Component;
|
|
502
523
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
503
524
|
|
|
504
|
-
declare const
|
|
525
|
+
declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
526
|
+
size: ButtonSize;
|
|
527
|
+
variant: ButtonVariant;
|
|
528
|
+
buttonStyle: ButtonStyle;
|
|
529
|
+
strong: boolean;
|
|
530
|
+
as: AsTag | Component;
|
|
531
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
532
|
+
|
|
533
|
+
declare const __VLS_component_60: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
505
534
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
506
535
|
pointerDownOutside: (event: Event) => any;
|
|
507
536
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -511,15 +540,7 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
|
511
540
|
viewArrow: boolean;
|
|
512
541
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
513
542
|
|
|
514
|
-
declare const
|
|
515
|
-
size: ButtonSize;
|
|
516
|
-
variant: ButtonVariant;
|
|
517
|
-
buttonStyle: ButtonStyle;
|
|
518
|
-
strong: boolean;
|
|
519
|
-
as: AsTag | Component;
|
|
520
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
521
|
-
|
|
522
|
-
declare const __VLS_component_60: DefineComponent<IScrollAreaRootProps, {
|
|
543
|
+
declare const __VLS_component_61: DefineComponent<IScrollAreaRootProps, {
|
|
523
544
|
scrollToBottom: typeof scrollToBottom;
|
|
524
545
|
scrollToTop: typeof scrollToTop;
|
|
525
546
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IScrollAreaRootProps> & Readonly<{}>, {
|
|
@@ -647,9 +668,9 @@ scrollTopLeft: () => void;
|
|
|
647
668
|
}>) | null;
|
|
648
669
|
}, any>;
|
|
649
670
|
|
|
650
|
-
declare const
|
|
671
|
+
declare const __VLS_component_62: DefineComponent<ScrollAreaViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
651
672
|
|
|
652
|
-
declare const
|
|
673
|
+
declare const __VLS_component_63: DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
653
674
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
654
675
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
655
676
|
closeAutoFocus: (event: Event) => any;
|
|
@@ -659,17 +680,17 @@ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
|
659
680
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
660
681
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
661
682
|
|
|
662
|
-
declare const
|
|
683
|
+
declare const __VLS_component_64: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
663
684
|
|
|
664
|
-
declare const
|
|
685
|
+
declare const __VLS_component_65: DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
665
686
|
|
|
666
|
-
declare const
|
|
687
|
+
declare const __VLS_component_66: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
|
|
667
688
|
maxSelectedLabels: number;
|
|
668
689
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
669
690
|
|
|
670
|
-
declare const
|
|
691
|
+
declare const __VLS_component_67: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
671
692
|
|
|
672
|
-
declare const
|
|
693
|
+
declare const __VLS_component_68: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
673
694
|
"update:modelValue": (payload: boolean) => any;
|
|
674
695
|
}, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
|
|
675
696
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
@@ -1148,16 +1169,16 @@ declare function __VLS_template_47(): {
|
|
|
1148
1169
|
declare function __VLS_template_48(): {
|
|
1149
1170
|
attrs: Partial<{}>;
|
|
1150
1171
|
slots: {
|
|
1151
|
-
default?(_:
|
|
1172
|
+
default?(_: {}): any;
|
|
1152
1173
|
};
|
|
1153
1174
|
refs: {};
|
|
1154
|
-
rootEl:
|
|
1175
|
+
rootEl: HTMLDivElement;
|
|
1155
1176
|
};
|
|
1156
1177
|
|
|
1157
1178
|
declare function __VLS_template_49(): {
|
|
1158
1179
|
attrs: Partial<{}>;
|
|
1159
1180
|
slots: {
|
|
1160
|
-
default?(_:
|
|
1181
|
+
default?(_: any): any;
|
|
1161
1182
|
};
|
|
1162
1183
|
refs: {};
|
|
1163
1184
|
rootEl: any;
|
|
@@ -1214,7 +1235,7 @@ declare function __VLS_template_54(): {
|
|
|
1214
1235
|
default?(_: {}): any;
|
|
1215
1236
|
};
|
|
1216
1237
|
refs: {};
|
|
1217
|
-
rootEl:
|
|
1238
|
+
rootEl: any;
|
|
1218
1239
|
};
|
|
1219
1240
|
|
|
1220
1241
|
declare function __VLS_template_55(): {
|
|
@@ -1223,7 +1244,7 @@ declare function __VLS_template_55(): {
|
|
|
1223
1244
|
default?(_: {}): any;
|
|
1224
1245
|
};
|
|
1225
1246
|
refs: {};
|
|
1226
|
-
rootEl:
|
|
1247
|
+
rootEl: HTMLDivElement;
|
|
1227
1248
|
};
|
|
1228
1249
|
|
|
1229
1250
|
declare function __VLS_template_56(): {
|
|
@@ -1272,6 +1293,15 @@ declare function __VLS_template_6(): {
|
|
|
1272
1293
|
};
|
|
1273
1294
|
|
|
1274
1295
|
declare function __VLS_template_60(): {
|
|
1296
|
+
attrs: Partial<{}>;
|
|
1297
|
+
slots: {
|
|
1298
|
+
default?(_: {}): any;
|
|
1299
|
+
};
|
|
1300
|
+
refs: {};
|
|
1301
|
+
rootEl: any;
|
|
1302
|
+
};
|
|
1303
|
+
|
|
1304
|
+
declare function __VLS_template_61(): {
|
|
1275
1305
|
attrs: Partial<{}>;
|
|
1276
1306
|
slots: {
|
|
1277
1307
|
default?(_: {}): any;
|
|
@@ -1401,7 +1431,7 @@ declare function __VLS_template_60(): {
|
|
|
1401
1431
|
rootEl: any;
|
|
1402
1432
|
};
|
|
1403
1433
|
|
|
1404
|
-
declare function
|
|
1434
|
+
declare function __VLS_template_62(): {
|
|
1405
1435
|
attrs: Partial<{}>;
|
|
1406
1436
|
slots: {
|
|
1407
1437
|
default?(_: {}): any;
|
|
@@ -1410,7 +1440,7 @@ declare function __VLS_template_61(): {
|
|
|
1410
1440
|
rootEl: any;
|
|
1411
1441
|
};
|
|
1412
1442
|
|
|
1413
|
-
declare function
|
|
1443
|
+
declare function __VLS_template_63(): {
|
|
1414
1444
|
attrs: Partial<{}>;
|
|
1415
1445
|
slots: {
|
|
1416
1446
|
default?(_: {}): any;
|
|
@@ -1419,7 +1449,7 @@ declare function __VLS_template_62(): {
|
|
|
1419
1449
|
rootEl: any;
|
|
1420
1450
|
};
|
|
1421
1451
|
|
|
1422
|
-
declare function
|
|
1452
|
+
declare function __VLS_template_64(): {
|
|
1423
1453
|
attrs: Partial<{}>;
|
|
1424
1454
|
slots: {
|
|
1425
1455
|
default?(_: {}): any;
|
|
@@ -1428,7 +1458,7 @@ declare function __VLS_template_63(): {
|
|
|
1428
1458
|
rootEl: any;
|
|
1429
1459
|
};
|
|
1430
1460
|
|
|
1431
|
-
declare function
|
|
1461
|
+
declare function __VLS_template_65(): {
|
|
1432
1462
|
attrs: Partial<{}>;
|
|
1433
1463
|
slots: {
|
|
1434
1464
|
default?(_: {}): any;
|
|
@@ -1437,7 +1467,7 @@ declare function __VLS_template_64(): {
|
|
|
1437
1467
|
rootEl: any;
|
|
1438
1468
|
};
|
|
1439
1469
|
|
|
1440
|
-
declare function
|
|
1470
|
+
declare function __VLS_template_66(): {
|
|
1441
1471
|
attrs: Partial<{}>;
|
|
1442
1472
|
slots: {
|
|
1443
1473
|
default?(_: any): any;
|
|
@@ -1446,7 +1476,7 @@ declare function __VLS_template_65(): {
|
|
|
1446
1476
|
rootEl: any;
|
|
1447
1477
|
};
|
|
1448
1478
|
|
|
1449
|
-
declare function
|
|
1479
|
+
declare function __VLS_template_67(): {
|
|
1450
1480
|
attrs: Partial<{}>;
|
|
1451
1481
|
slots: {
|
|
1452
1482
|
default?(_: {}): any;
|
|
@@ -1455,7 +1485,7 @@ declare function __VLS_template_66(): {
|
|
|
1455
1485
|
rootEl: any;
|
|
1456
1486
|
};
|
|
1457
1487
|
|
|
1458
|
-
declare function
|
|
1488
|
+
declare function __VLS_template_68(): {
|
|
1459
1489
|
attrs: Partial<{}>;
|
|
1460
1490
|
slots: {
|
|
1461
1491
|
default?(_: {}): any;
|
|
@@ -1619,6 +1649,8 @@ declare type __VLS_TemplateResult_66 = ReturnType<typeof __VLS_template_66>;
|
|
|
1619
1649
|
|
|
1620
1650
|
declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
|
|
1621
1651
|
|
|
1652
|
+
declare type __VLS_TemplateResult_68 = ReturnType<typeof __VLS_template_68>;
|
|
1653
|
+
|
|
1622
1654
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1623
1655
|
|
|
1624
1656
|
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
@@ -2009,6 +2041,12 @@ declare type __VLS_WithTemplateSlots_67<T, S> = T & {
|
|
|
2009
2041
|
};
|
|
2010
2042
|
};
|
|
2011
2043
|
|
|
2044
|
+
declare type __VLS_WithTemplateSlots_68<T, S> = T & {
|
|
2045
|
+
new (): {
|
|
2046
|
+
$slots: S;
|
|
2047
|
+
};
|
|
2048
|
+
};
|
|
2049
|
+
|
|
2012
2050
|
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
2013
2051
|
new (): {
|
|
2014
2052
|
$slots: S;
|
|
@@ -2675,15 +2713,17 @@ declare interface LoadingElement extends HTMLElement {
|
|
|
2675
2713
|
_spinnerContainer?: HTMLElement;
|
|
2676
2714
|
}
|
|
2677
2715
|
|
|
2716
|
+
export declare const Message: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
2717
|
+
|
|
2678
2718
|
export declare const PaginationEllipsis: DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2679
2719
|
|
|
2680
2720
|
export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2681
2721
|
|
|
2682
2722
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2683
2723
|
|
|
2684
|
-
export declare const PaginationList:
|
|
2724
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
2685
2725
|
|
|
2686
|
-
export declare const PaginationListItem:
|
|
2726
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
2687
2727
|
|
|
2688
2728
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2689
2729
|
|
|
@@ -2701,7 +2741,7 @@ height: number;
|
|
|
2701
2741
|
|
|
2702
2742
|
export { PopoverClose }
|
|
2703
2743
|
|
|
2704
|
-
export declare const PopoverContent:
|
|
2744
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
2705
2745
|
|
|
2706
2746
|
export { PopoverPortal }
|
|
2707
2747
|
|
|
@@ -2722,23 +2762,23 @@ export declare const RadioGroupItem: DefineComponent<RadioGroupItemProps, {}, {}
|
|
|
2722
2762
|
|
|
2723
2763
|
export { RadioGroupRoot }
|
|
2724
2764
|
|
|
2725
|
-
export declare const ScrollAreaRoot:
|
|
2765
|
+
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
2726
2766
|
|
|
2727
2767
|
export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2728
2768
|
|
|
2729
|
-
export declare const ScrollAreaViewport:
|
|
2769
|
+
export declare const ScrollAreaViewport: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
2730
2770
|
|
|
2731
2771
|
declare function scrollToBottom(): void;
|
|
2732
2772
|
|
|
2733
2773
|
declare function scrollToTop(): void;
|
|
2734
2774
|
|
|
2735
|
-
export declare const SelectContent:
|
|
2775
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
2736
2776
|
|
|
2737
2777
|
export { SelectGroup }
|
|
2738
2778
|
|
|
2739
2779
|
export { SelectIcon }
|
|
2740
2780
|
|
|
2741
|
-
export declare const SelectItem:
|
|
2781
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
2742
2782
|
|
|
2743
2783
|
export { SelectItemIndicator }
|
|
2744
2784
|
|
|
@@ -2756,17 +2796,17 @@ export { SelectScrollUpButton }
|
|
|
2756
2796
|
|
|
2757
2797
|
export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2758
2798
|
|
|
2759
|
-
export declare const SelectTrigger:
|
|
2799
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
2760
2800
|
|
|
2761
|
-
export declare const SelectValue:
|
|
2801
|
+
export declare const SelectValue: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
2762
2802
|
|
|
2763
|
-
export declare const SelectViewport:
|
|
2803
|
+
export declare const SelectViewport: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
2764
2804
|
|
|
2765
2805
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2766
2806
|
|
|
2767
2807
|
declare type StringOrVNode = string | VNode | (() => VNode);
|
|
2768
2808
|
|
|
2769
|
-
export declare const SwitchRoot:
|
|
2809
|
+
export declare const SwitchRoot: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
2770
2810
|
|
|
2771
2811
|
export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2772
2812
|
|
|
@@ -2774,13 +2814,13 @@ export { TabsContent }
|
|
|
2774
2814
|
|
|
2775
2815
|
export { TabsIndicator }
|
|
2776
2816
|
|
|
2777
|
-
export declare const TabsList:
|
|
2817
|
+
export declare const TabsList: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
2778
2818
|
|
|
2779
|
-
export declare const TabsRoot:
|
|
2819
|
+
export declare const TabsRoot: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
2780
2820
|
|
|
2781
|
-
export declare const TabsTrigger:
|
|
2821
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
2782
2822
|
|
|
2783
|
-
export declare const Tag:
|
|
2823
|
+
export declare const Tag: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
2784
2824
|
|
|
2785
2825
|
export declare interface TagColors {
|
|
2786
2826
|
background?: string;
|
|
@@ -2820,7 +2860,7 @@ export { ToastAction }
|
|
|
2820
2860
|
|
|
2821
2861
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2822
2862
|
|
|
2823
|
-
export declare const ToastDescription:
|
|
2863
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
2824
2864
|
|
|
2825
2865
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2826
2866
|
|
|
@@ -2833,17 +2873,17 @@ declare type ToasterToast = IToastRootProps & {
|
|
|
2833
2873
|
|
|
2834
2874
|
export { ToastPortal }
|
|
2835
2875
|
|
|
2836
|
-
export declare const ToastProvider:
|
|
2876
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
2837
2877
|
|
|
2838
|
-
export declare const ToastRoot:
|
|
2878
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
2839
2879
|
|
|
2840
|
-
export declare const ToastTitle:
|
|
2880
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
2841
2881
|
|
|
2842
2882
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
2843
2883
|
|
|
2844
2884
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2845
2885
|
|
|
2846
|
-
export declare const TooltipContent:
|
|
2886
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
2847
2887
|
|
|
2848
2888
|
export { TooltipPortal }
|
|
2849
2889
|
|