prlg-ui 1.8.281 → 1.8.283
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 +682 -654
- package/dist/rekaUI.d.ts +96 -68
- package/dist/scss/colors.scss +69 -67
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -366,9 +366,11 @@ declare const __VLS_component_45: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
366
366
|
|
|
367
367
|
declare const __VLS_component_46: DefineComponent<DialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
368
368
|
|
|
369
|
-
declare const __VLS_component_47: DefineComponent<
|
|
369
|
+
declare const __VLS_component_47: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
370
370
|
|
|
371
|
-
declare const __VLS_component_48: DefineComponent<
|
|
371
|
+
declare const __VLS_component_48: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
372
|
+
|
|
373
|
+
declare const __VLS_component_49: DefineComponent<ExtractPropTypes< {
|
|
372
374
|
type: {
|
|
373
375
|
type: PropType<"error" | "warning" | "info">;
|
|
374
376
|
default: string;
|
|
@@ -387,15 +389,15 @@ outlined: boolean;
|
|
|
387
389
|
type: "error" | "info" | "warning";
|
|
388
390
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
389
391
|
|
|
390
|
-
declare const __VLS_component_49: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
391
|
-
|
|
392
392
|
declare const __VLS_component_5: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
|
|
393
393
|
visibleArrow: boolean;
|
|
394
394
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
395
395
|
|
|
396
|
-
declare const __VLS_component_50: DefineComponent<
|
|
396
|
+
declare const __VLS_component_50: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
397
397
|
|
|
398
|
-
declare const __VLS_component_51: DefineComponent<
|
|
398
|
+
declare const __VLS_component_51: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
399
|
+
|
|
400
|
+
declare const __VLS_component_52: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
399
401
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
400
402
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
401
403
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -414,25 +416,25 @@ width: number;
|
|
|
414
416
|
alignOffset: number;
|
|
415
417
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
416
418
|
|
|
417
|
-
declare const
|
|
419
|
+
declare const __VLS_component_53: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
418
420
|
|
|
419
|
-
declare const
|
|
421
|
+
declare const __VLS_component_54: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
420
422
|
|
|
421
|
-
declare const
|
|
423
|
+
declare const __VLS_component_55: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
422
424
|
|
|
423
|
-
declare const
|
|
425
|
+
declare const __VLS_component_56: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
424
426
|
colors: TagColors;
|
|
425
427
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
426
428
|
|
|
427
|
-
declare const
|
|
429
|
+
declare const __VLS_component_57: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
428
430
|
as: AsTag | Component;
|
|
429
431
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
430
432
|
|
|
431
|
-
declare const
|
|
433
|
+
declare const __VLS_component_58: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
432
434
|
swipeDirection: "left" | "right" | "up" | "down";
|
|
433
435
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
434
436
|
|
|
435
|
-
declare const
|
|
437
|
+
declare const __VLS_component_59: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
436
438
|
pause: () => any;
|
|
437
439
|
"update:open": (value: boolean) => any;
|
|
438
440
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -518,10 +520,6 @@ y: number;
|
|
|
518
520
|
variant: ToastVariant;
|
|
519
521
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
520
522
|
|
|
521
|
-
declare const __VLS_component_59: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
522
|
-
as: AsTag | Component;
|
|
523
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
524
|
-
|
|
525
523
|
declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
526
524
|
size: ButtonSize;
|
|
527
525
|
variant: ButtonVariant;
|
|
@@ -530,7 +528,11 @@ strong: boolean;
|
|
|
530
528
|
as: AsTag | Component;
|
|
531
529
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
532
530
|
|
|
533
|
-
declare const __VLS_component_60: DefineComponent<
|
|
531
|
+
declare const __VLS_component_60: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
532
|
+
as: AsTag | Component;
|
|
533
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
534
|
+
|
|
535
|
+
declare const __VLS_component_61: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
534
536
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
535
537
|
pointerDownOutside: (event: Event) => any;
|
|
536
538
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -540,7 +542,7 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
|
540
542
|
viewArrow: boolean;
|
|
541
543
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
542
544
|
|
|
543
|
-
declare const
|
|
545
|
+
declare const __VLS_component_62: DefineComponent<IScrollAreaRootProps, {
|
|
544
546
|
scrollToBottom: typeof scrollToBottom;
|
|
545
547
|
scrollToTop: typeof scrollToTop;
|
|
546
548
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IScrollAreaRootProps> & Readonly<{}>, {
|
|
@@ -668,9 +670,9 @@ scrollTopLeft: () => void;
|
|
|
668
670
|
}>) | null;
|
|
669
671
|
}, any>;
|
|
670
672
|
|
|
671
|
-
declare const
|
|
673
|
+
declare const __VLS_component_63: DefineComponent<ScrollAreaViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
672
674
|
|
|
673
|
-
declare const
|
|
675
|
+
declare const __VLS_component_64: DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
674
676
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
675
677
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
676
678
|
closeAutoFocus: (event: Event) => any;
|
|
@@ -680,17 +682,17 @@ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
|
680
682
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
681
683
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
682
684
|
|
|
683
|
-
declare const
|
|
685
|
+
declare const __VLS_component_65: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
684
686
|
|
|
685
|
-
declare const
|
|
687
|
+
declare const __VLS_component_66: DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
686
688
|
|
|
687
|
-
declare const
|
|
689
|
+
declare const __VLS_component_67: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
|
|
688
690
|
maxSelectedLabels: number;
|
|
689
691
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
690
692
|
|
|
691
|
-
declare const
|
|
693
|
+
declare const __VLS_component_68: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
692
694
|
|
|
693
|
-
declare const
|
|
695
|
+
declare const __VLS_component_69: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
694
696
|
"update:modelValue": (payload: boolean) => any;
|
|
695
697
|
}, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
|
|
696
698
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
@@ -748,11 +750,18 @@ declare type __VLS_Props_4 = {
|
|
|
748
750
|
|
|
749
751
|
declare type __VLS_Props_5 = IDataTableProps;
|
|
750
752
|
|
|
751
|
-
declare type __VLS_Props_6 =
|
|
753
|
+
declare type __VLS_Props_6 = {
|
|
754
|
+
label?: string;
|
|
755
|
+
id?: string;
|
|
756
|
+
errorMessage?: string;
|
|
757
|
+
error?: boolean;
|
|
758
|
+
};
|
|
752
759
|
|
|
753
|
-
declare type __VLS_Props_7 =
|
|
760
|
+
declare type __VLS_Props_7 = InputTextProps;
|
|
754
761
|
|
|
755
|
-
declare type __VLS_Props_8 =
|
|
762
|
+
declare type __VLS_Props_8 = InputTextProps_2;
|
|
763
|
+
|
|
764
|
+
declare type __VLS_Props_9 = {
|
|
756
765
|
label?: string;
|
|
757
766
|
placeholder?: string;
|
|
758
767
|
name?: string;
|
|
@@ -784,15 +793,15 @@ declare type __VLS_PublicProps_2 = {
|
|
|
784
793
|
|
|
785
794
|
declare type __VLS_PublicProps_3 = {
|
|
786
795
|
modelValue?: string;
|
|
787
|
-
} &
|
|
796
|
+
} & __VLS_Props_7;
|
|
788
797
|
|
|
789
798
|
declare type __VLS_PublicProps_4 = {
|
|
790
799
|
modelValue?: string;
|
|
791
|
-
} &
|
|
800
|
+
} & __VLS_Props_8;
|
|
792
801
|
|
|
793
802
|
declare type __VLS_PublicProps_5 = {
|
|
794
803
|
modelValue?: string;
|
|
795
|
-
} &
|
|
804
|
+
} & __VLS_Props_9;
|
|
796
805
|
|
|
797
806
|
declare function __VLS_template(): {
|
|
798
807
|
attrs: Partial<{}>;
|
|
@@ -1173,7 +1182,7 @@ declare function __VLS_template_47(): {
|
|
|
1173
1182
|
default?(_: {}): any;
|
|
1174
1183
|
};
|
|
1175
1184
|
refs: {};
|
|
1176
|
-
rootEl:
|
|
1185
|
+
rootEl: HTMLDivElement;
|
|
1177
1186
|
};
|
|
1178
1187
|
|
|
1179
1188
|
declare function __VLS_template_48(): {
|
|
@@ -1182,16 +1191,16 @@ declare function __VLS_template_48(): {
|
|
|
1182
1191
|
default?(_: {}): any;
|
|
1183
1192
|
};
|
|
1184
1193
|
refs: {};
|
|
1185
|
-
rootEl:
|
|
1194
|
+
rootEl: any;
|
|
1186
1195
|
};
|
|
1187
1196
|
|
|
1188
1197
|
declare function __VLS_template_49(): {
|
|
1189
1198
|
attrs: Partial<{}>;
|
|
1190
1199
|
slots: {
|
|
1191
|
-
default?(_:
|
|
1200
|
+
default?(_: {}): any;
|
|
1192
1201
|
};
|
|
1193
1202
|
refs: {};
|
|
1194
|
-
rootEl:
|
|
1203
|
+
rootEl: HTMLDivElement;
|
|
1195
1204
|
};
|
|
1196
1205
|
|
|
1197
1206
|
declare function __VLS_template_5(): {
|
|
@@ -1206,7 +1215,7 @@ declare function __VLS_template_5(): {
|
|
|
1206
1215
|
declare function __VLS_template_50(): {
|
|
1207
1216
|
attrs: Partial<{}>;
|
|
1208
1217
|
slots: {
|
|
1209
|
-
default?(_:
|
|
1218
|
+
default?(_: any): any;
|
|
1210
1219
|
};
|
|
1211
1220
|
refs: {};
|
|
1212
1221
|
rootEl: any;
|
|
@@ -1254,7 +1263,7 @@ declare function __VLS_template_55(): {
|
|
|
1254
1263
|
default?(_: {}): any;
|
|
1255
1264
|
};
|
|
1256
1265
|
refs: {};
|
|
1257
|
-
rootEl:
|
|
1266
|
+
rootEl: any;
|
|
1258
1267
|
};
|
|
1259
1268
|
|
|
1260
1269
|
declare function __VLS_template_56(): {
|
|
@@ -1263,7 +1272,7 @@ declare function __VLS_template_56(): {
|
|
|
1263
1272
|
default?(_: {}): any;
|
|
1264
1273
|
};
|
|
1265
1274
|
refs: {};
|
|
1266
|
-
rootEl:
|
|
1275
|
+
rootEl: HTMLDivElement;
|
|
1267
1276
|
};
|
|
1268
1277
|
|
|
1269
1278
|
declare function __VLS_template_57(): {
|
|
@@ -1312,6 +1321,15 @@ declare function __VLS_template_60(): {
|
|
|
1312
1321
|
};
|
|
1313
1322
|
|
|
1314
1323
|
declare function __VLS_template_61(): {
|
|
1324
|
+
attrs: Partial<{}>;
|
|
1325
|
+
slots: {
|
|
1326
|
+
default?(_: {}): any;
|
|
1327
|
+
};
|
|
1328
|
+
refs: {};
|
|
1329
|
+
rootEl: any;
|
|
1330
|
+
};
|
|
1331
|
+
|
|
1332
|
+
declare function __VLS_template_62(): {
|
|
1315
1333
|
attrs: Partial<{}>;
|
|
1316
1334
|
slots: {
|
|
1317
1335
|
default?(_: {}): any;
|
|
@@ -1441,7 +1459,7 @@ declare function __VLS_template_61(): {
|
|
|
1441
1459
|
rootEl: any;
|
|
1442
1460
|
};
|
|
1443
1461
|
|
|
1444
|
-
declare function
|
|
1462
|
+
declare function __VLS_template_63(): {
|
|
1445
1463
|
attrs: Partial<{}>;
|
|
1446
1464
|
slots: {
|
|
1447
1465
|
default?(_: {}): any;
|
|
@@ -1450,7 +1468,7 @@ declare function __VLS_template_62(): {
|
|
|
1450
1468
|
rootEl: any;
|
|
1451
1469
|
};
|
|
1452
1470
|
|
|
1453
|
-
declare function
|
|
1471
|
+
declare function __VLS_template_64(): {
|
|
1454
1472
|
attrs: Partial<{}>;
|
|
1455
1473
|
slots: {
|
|
1456
1474
|
default?(_: {}): any;
|
|
@@ -1459,7 +1477,7 @@ declare function __VLS_template_63(): {
|
|
|
1459
1477
|
rootEl: any;
|
|
1460
1478
|
};
|
|
1461
1479
|
|
|
1462
|
-
declare function
|
|
1480
|
+
declare function __VLS_template_65(): {
|
|
1463
1481
|
attrs: Partial<{}>;
|
|
1464
1482
|
slots: {
|
|
1465
1483
|
default?(_: {}): any;
|
|
@@ -1468,7 +1486,7 @@ declare function __VLS_template_64(): {
|
|
|
1468
1486
|
rootEl: any;
|
|
1469
1487
|
};
|
|
1470
1488
|
|
|
1471
|
-
declare function
|
|
1489
|
+
declare function __VLS_template_66(): {
|
|
1472
1490
|
attrs: Partial<{}>;
|
|
1473
1491
|
slots: {
|
|
1474
1492
|
default?(_: {}): any;
|
|
@@ -1477,7 +1495,7 @@ declare function __VLS_template_65(): {
|
|
|
1477
1495
|
rootEl: any;
|
|
1478
1496
|
};
|
|
1479
1497
|
|
|
1480
|
-
declare function
|
|
1498
|
+
declare function __VLS_template_67(): {
|
|
1481
1499
|
attrs: Partial<{}>;
|
|
1482
1500
|
slots: {
|
|
1483
1501
|
default?(_: any): any;
|
|
@@ -1486,7 +1504,7 @@ declare function __VLS_template_66(): {
|
|
|
1486
1504
|
rootEl: any;
|
|
1487
1505
|
};
|
|
1488
1506
|
|
|
1489
|
-
declare function
|
|
1507
|
+
declare function __VLS_template_68(): {
|
|
1490
1508
|
attrs: Partial<{}>;
|
|
1491
1509
|
slots: {
|
|
1492
1510
|
default?(_: {}): any;
|
|
@@ -1495,7 +1513,7 @@ declare function __VLS_template_67(): {
|
|
|
1495
1513
|
rootEl: any;
|
|
1496
1514
|
};
|
|
1497
1515
|
|
|
1498
|
-
declare function
|
|
1516
|
+
declare function __VLS_template_69(): {
|
|
1499
1517
|
attrs: Partial<{}>;
|
|
1500
1518
|
slots: {
|
|
1501
1519
|
default?(_: {}): any;
|
|
@@ -1661,6 +1679,8 @@ declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
|
|
|
1661
1679
|
|
|
1662
1680
|
declare type __VLS_TemplateResult_68 = ReturnType<typeof __VLS_template_68>;
|
|
1663
1681
|
|
|
1682
|
+
declare type __VLS_TemplateResult_69 = ReturnType<typeof __VLS_template_69>;
|
|
1683
|
+
|
|
1664
1684
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1665
1685
|
|
|
1666
1686
|
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
@@ -2057,6 +2077,12 @@ declare type __VLS_WithTemplateSlots_68<T, S> = T & {
|
|
|
2057
2077
|
};
|
|
2058
2078
|
};
|
|
2059
2079
|
|
|
2080
|
+
declare type __VLS_WithTemplateSlots_69<T, S> = T & {
|
|
2081
|
+
new (): {
|
|
2082
|
+
$slots: S;
|
|
2083
|
+
};
|
|
2084
|
+
};
|
|
2085
|
+
|
|
2060
2086
|
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
2061
2087
|
new (): {
|
|
2062
2088
|
$slots: S;
|
|
@@ -2378,6 +2404,8 @@ export declare const DropdownMenuSubTrigger: __VLS_WithTemplateSlots_41<typeof _
|
|
|
2378
2404
|
|
|
2379
2405
|
export { DropdownMenuTrigger }
|
|
2380
2406
|
|
|
2407
|
+
export declare const FormField: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
2408
|
+
|
|
2381
2409
|
declare const forwared: ComputedRef<Readonly<{
|
|
2382
2410
|
type: "scroll" | "auto" | "hover" | "always";
|
|
2383
2411
|
dir: "ltr" | "rtl";
|
|
@@ -2712,7 +2740,7 @@ declare interface ITooltipContentProps extends TooltipContentProps {
|
|
|
2712
2740
|
viewArrow?: boolean;
|
|
2713
2741
|
}
|
|
2714
2742
|
|
|
2715
|
-
export declare const Label:
|
|
2743
|
+
export declare const Label: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
2716
2744
|
|
|
2717
2745
|
declare interface LoadingElement extends HTMLElement {
|
|
2718
2746
|
dataset: DOMStringMap & {
|
|
@@ -2733,7 +2761,7 @@ declare type MenuItem = {
|
|
|
2733
2761
|
disabled?: boolean;
|
|
2734
2762
|
};
|
|
2735
2763
|
|
|
2736
|
-
export declare const Message:
|
|
2764
|
+
export declare const Message: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
2737
2765
|
|
|
2738
2766
|
export declare const PaginationEllipsis: DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2739
2767
|
|
|
@@ -2741,9 +2769,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
2741
2769
|
|
|
2742
2770
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2743
2771
|
|
|
2744
|
-
export declare const PaginationList:
|
|
2772
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
2745
2773
|
|
|
2746
|
-
export declare const PaginationListItem:
|
|
2774
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
2747
2775
|
|
|
2748
2776
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2749
2777
|
|
|
@@ -2761,7 +2789,7 @@ height: number;
|
|
|
2761
2789
|
|
|
2762
2790
|
export { PopoverClose }
|
|
2763
2791
|
|
|
2764
|
-
export declare const PopoverContent:
|
|
2792
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
2765
2793
|
|
|
2766
2794
|
export { PopoverPortal }
|
|
2767
2795
|
|
|
@@ -2784,23 +2812,23 @@ size: "small" | "default" | "large";
|
|
|
2784
2812
|
|
|
2785
2813
|
export { RadioGroupRoot }
|
|
2786
2814
|
|
|
2787
|
-
export declare const ScrollAreaRoot:
|
|
2815
|
+
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
2788
2816
|
|
|
2789
2817
|
export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2790
2818
|
|
|
2791
|
-
export declare const ScrollAreaViewport:
|
|
2819
|
+
export declare const ScrollAreaViewport: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
2792
2820
|
|
|
2793
2821
|
declare function scrollToBottom(): void;
|
|
2794
2822
|
|
|
2795
2823
|
declare function scrollToTop(): void;
|
|
2796
2824
|
|
|
2797
|
-
export declare const SelectContent:
|
|
2825
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
2798
2826
|
|
|
2799
2827
|
export { SelectGroup }
|
|
2800
2828
|
|
|
2801
2829
|
export { SelectIcon }
|
|
2802
2830
|
|
|
2803
|
-
export declare const SelectItem:
|
|
2831
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
2804
2832
|
|
|
2805
2833
|
export { SelectItemIndicator }
|
|
2806
2834
|
|
|
@@ -2818,17 +2846,17 @@ export { SelectScrollUpButton }
|
|
|
2818
2846
|
|
|
2819
2847
|
export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2820
2848
|
|
|
2821
|
-
export declare const SelectTrigger:
|
|
2849
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
2822
2850
|
|
|
2823
|
-
export declare const SelectValue:
|
|
2851
|
+
export declare const SelectValue: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
2824
2852
|
|
|
2825
|
-
export declare const SelectViewport:
|
|
2853
|
+
export declare const SelectViewport: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
2826
2854
|
|
|
2827
2855
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2828
2856
|
|
|
2829
2857
|
declare type StringOrVNode = string | VNode | (() => VNode);
|
|
2830
2858
|
|
|
2831
|
-
export declare const SwitchRoot:
|
|
2859
|
+
export declare const SwitchRoot: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
|
|
2832
2860
|
|
|
2833
2861
|
export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2834
2862
|
|
|
@@ -2836,13 +2864,13 @@ export { TabsContent }
|
|
|
2836
2864
|
|
|
2837
2865
|
export { TabsIndicator }
|
|
2838
2866
|
|
|
2839
|
-
export declare const TabsList:
|
|
2867
|
+
export declare const TabsList: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
2840
2868
|
|
|
2841
|
-
export declare const TabsRoot:
|
|
2869
|
+
export declare const TabsRoot: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
2842
2870
|
|
|
2843
|
-
export declare const TabsTrigger:
|
|
2871
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
2844
2872
|
|
|
2845
|
-
export declare const Tag:
|
|
2873
|
+
export declare const Tag: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
2846
2874
|
|
|
2847
2875
|
export declare interface TagColors {
|
|
2848
2876
|
background?: string;
|
|
@@ -2882,7 +2910,7 @@ export { ToastAction }
|
|
|
2882
2910
|
|
|
2883
2911
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2884
2912
|
|
|
2885
|
-
export declare const ToastDescription:
|
|
2913
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
2886
2914
|
|
|
2887
2915
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2888
2916
|
|
|
@@ -2895,17 +2923,17 @@ declare type ToasterToast = IToastRootProps & {
|
|
|
2895
2923
|
|
|
2896
2924
|
export { ToastPortal }
|
|
2897
2925
|
|
|
2898
|
-
export declare const ToastProvider:
|
|
2926
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
2899
2927
|
|
|
2900
|
-
export declare const ToastRoot:
|
|
2928
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
2901
2929
|
|
|
2902
|
-
export declare const ToastTitle:
|
|
2930
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
2903
2931
|
|
|
2904
2932
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
2905
2933
|
|
|
2906
2934
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2907
2935
|
|
|
2908
|
-
export declare const TooltipContent:
|
|
2936
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
2909
2937
|
|
|
2910
2938
|
export { TooltipPortal }
|
|
2911
2939
|
|