prlg-ui 1.8.282 → 1.8.285
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 +873 -844
- package/dist/rekaUI.d.ts +97 -68
- package/dist/scss/colors.scss +68 -66
- 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,19 @@ 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
|
+
required?: boolean;
|
|
759
|
+
};
|
|
760
|
+
|
|
761
|
+
declare type __VLS_Props_7 = InputTextProps;
|
|
752
762
|
|
|
753
|
-
declare type
|
|
763
|
+
declare type __VLS_Props_8 = InputTextProps_2;
|
|
754
764
|
|
|
755
|
-
declare type
|
|
765
|
+
declare type __VLS_Props_9 = {
|
|
756
766
|
label?: string;
|
|
757
767
|
placeholder?: string;
|
|
758
768
|
name?: string;
|
|
@@ -784,15 +794,15 @@ declare type __VLS_PublicProps_2 = {
|
|
|
784
794
|
|
|
785
795
|
declare type __VLS_PublicProps_3 = {
|
|
786
796
|
modelValue?: string;
|
|
787
|
-
} &
|
|
797
|
+
} & __VLS_Props_7;
|
|
788
798
|
|
|
789
799
|
declare type __VLS_PublicProps_4 = {
|
|
790
800
|
modelValue?: string;
|
|
791
|
-
} &
|
|
801
|
+
} & __VLS_Props_8;
|
|
792
802
|
|
|
793
803
|
declare type __VLS_PublicProps_5 = {
|
|
794
804
|
modelValue?: string;
|
|
795
|
-
} &
|
|
805
|
+
} & __VLS_Props_9;
|
|
796
806
|
|
|
797
807
|
declare function __VLS_template(): {
|
|
798
808
|
attrs: Partial<{}>;
|
|
@@ -1173,7 +1183,7 @@ declare function __VLS_template_47(): {
|
|
|
1173
1183
|
default?(_: {}): any;
|
|
1174
1184
|
};
|
|
1175
1185
|
refs: {};
|
|
1176
|
-
rootEl:
|
|
1186
|
+
rootEl: HTMLDivElement;
|
|
1177
1187
|
};
|
|
1178
1188
|
|
|
1179
1189
|
declare function __VLS_template_48(): {
|
|
@@ -1182,16 +1192,16 @@ declare function __VLS_template_48(): {
|
|
|
1182
1192
|
default?(_: {}): any;
|
|
1183
1193
|
};
|
|
1184
1194
|
refs: {};
|
|
1185
|
-
rootEl:
|
|
1195
|
+
rootEl: any;
|
|
1186
1196
|
};
|
|
1187
1197
|
|
|
1188
1198
|
declare function __VLS_template_49(): {
|
|
1189
1199
|
attrs: Partial<{}>;
|
|
1190
1200
|
slots: {
|
|
1191
|
-
default?(_:
|
|
1201
|
+
default?(_: {}): any;
|
|
1192
1202
|
};
|
|
1193
1203
|
refs: {};
|
|
1194
|
-
rootEl:
|
|
1204
|
+
rootEl: HTMLDivElement;
|
|
1195
1205
|
};
|
|
1196
1206
|
|
|
1197
1207
|
declare function __VLS_template_5(): {
|
|
@@ -1206,7 +1216,7 @@ declare function __VLS_template_5(): {
|
|
|
1206
1216
|
declare function __VLS_template_50(): {
|
|
1207
1217
|
attrs: Partial<{}>;
|
|
1208
1218
|
slots: {
|
|
1209
|
-
default?(_:
|
|
1219
|
+
default?(_: any): any;
|
|
1210
1220
|
};
|
|
1211
1221
|
refs: {};
|
|
1212
1222
|
rootEl: any;
|
|
@@ -1254,7 +1264,7 @@ declare function __VLS_template_55(): {
|
|
|
1254
1264
|
default?(_: {}): any;
|
|
1255
1265
|
};
|
|
1256
1266
|
refs: {};
|
|
1257
|
-
rootEl:
|
|
1267
|
+
rootEl: any;
|
|
1258
1268
|
};
|
|
1259
1269
|
|
|
1260
1270
|
declare function __VLS_template_56(): {
|
|
@@ -1263,7 +1273,7 @@ declare function __VLS_template_56(): {
|
|
|
1263
1273
|
default?(_: {}): any;
|
|
1264
1274
|
};
|
|
1265
1275
|
refs: {};
|
|
1266
|
-
rootEl:
|
|
1276
|
+
rootEl: HTMLDivElement;
|
|
1267
1277
|
};
|
|
1268
1278
|
|
|
1269
1279
|
declare function __VLS_template_57(): {
|
|
@@ -1312,6 +1322,15 @@ declare function __VLS_template_60(): {
|
|
|
1312
1322
|
};
|
|
1313
1323
|
|
|
1314
1324
|
declare function __VLS_template_61(): {
|
|
1325
|
+
attrs: Partial<{}>;
|
|
1326
|
+
slots: {
|
|
1327
|
+
default?(_: {}): any;
|
|
1328
|
+
};
|
|
1329
|
+
refs: {};
|
|
1330
|
+
rootEl: any;
|
|
1331
|
+
};
|
|
1332
|
+
|
|
1333
|
+
declare function __VLS_template_62(): {
|
|
1315
1334
|
attrs: Partial<{}>;
|
|
1316
1335
|
slots: {
|
|
1317
1336
|
default?(_: {}): any;
|
|
@@ -1441,7 +1460,7 @@ declare function __VLS_template_61(): {
|
|
|
1441
1460
|
rootEl: any;
|
|
1442
1461
|
};
|
|
1443
1462
|
|
|
1444
|
-
declare function
|
|
1463
|
+
declare function __VLS_template_63(): {
|
|
1445
1464
|
attrs: Partial<{}>;
|
|
1446
1465
|
slots: {
|
|
1447
1466
|
default?(_: {}): any;
|
|
@@ -1450,7 +1469,7 @@ declare function __VLS_template_62(): {
|
|
|
1450
1469
|
rootEl: any;
|
|
1451
1470
|
};
|
|
1452
1471
|
|
|
1453
|
-
declare function
|
|
1472
|
+
declare function __VLS_template_64(): {
|
|
1454
1473
|
attrs: Partial<{}>;
|
|
1455
1474
|
slots: {
|
|
1456
1475
|
default?(_: {}): any;
|
|
@@ -1459,7 +1478,7 @@ declare function __VLS_template_63(): {
|
|
|
1459
1478
|
rootEl: any;
|
|
1460
1479
|
};
|
|
1461
1480
|
|
|
1462
|
-
declare function
|
|
1481
|
+
declare function __VLS_template_65(): {
|
|
1463
1482
|
attrs: Partial<{}>;
|
|
1464
1483
|
slots: {
|
|
1465
1484
|
default?(_: {}): any;
|
|
@@ -1468,7 +1487,7 @@ declare function __VLS_template_64(): {
|
|
|
1468
1487
|
rootEl: any;
|
|
1469
1488
|
};
|
|
1470
1489
|
|
|
1471
|
-
declare function
|
|
1490
|
+
declare function __VLS_template_66(): {
|
|
1472
1491
|
attrs: Partial<{}>;
|
|
1473
1492
|
slots: {
|
|
1474
1493
|
default?(_: {}): any;
|
|
@@ -1477,7 +1496,7 @@ declare function __VLS_template_65(): {
|
|
|
1477
1496
|
rootEl: any;
|
|
1478
1497
|
};
|
|
1479
1498
|
|
|
1480
|
-
declare function
|
|
1499
|
+
declare function __VLS_template_67(): {
|
|
1481
1500
|
attrs: Partial<{}>;
|
|
1482
1501
|
slots: {
|
|
1483
1502
|
default?(_: any): any;
|
|
@@ -1486,7 +1505,7 @@ declare function __VLS_template_66(): {
|
|
|
1486
1505
|
rootEl: any;
|
|
1487
1506
|
};
|
|
1488
1507
|
|
|
1489
|
-
declare function
|
|
1508
|
+
declare function __VLS_template_68(): {
|
|
1490
1509
|
attrs: Partial<{}>;
|
|
1491
1510
|
slots: {
|
|
1492
1511
|
default?(_: {}): any;
|
|
@@ -1495,7 +1514,7 @@ declare function __VLS_template_67(): {
|
|
|
1495
1514
|
rootEl: any;
|
|
1496
1515
|
};
|
|
1497
1516
|
|
|
1498
|
-
declare function
|
|
1517
|
+
declare function __VLS_template_69(): {
|
|
1499
1518
|
attrs: Partial<{}>;
|
|
1500
1519
|
slots: {
|
|
1501
1520
|
default?(_: {}): any;
|
|
@@ -1661,6 +1680,8 @@ declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
|
|
|
1661
1680
|
|
|
1662
1681
|
declare type __VLS_TemplateResult_68 = ReturnType<typeof __VLS_template_68>;
|
|
1663
1682
|
|
|
1683
|
+
declare type __VLS_TemplateResult_69 = ReturnType<typeof __VLS_template_69>;
|
|
1684
|
+
|
|
1664
1685
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1665
1686
|
|
|
1666
1687
|
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
@@ -2057,6 +2078,12 @@ declare type __VLS_WithTemplateSlots_68<T, S> = T & {
|
|
|
2057
2078
|
};
|
|
2058
2079
|
};
|
|
2059
2080
|
|
|
2081
|
+
declare type __VLS_WithTemplateSlots_69<T, S> = T & {
|
|
2082
|
+
new (): {
|
|
2083
|
+
$slots: S;
|
|
2084
|
+
};
|
|
2085
|
+
};
|
|
2086
|
+
|
|
2060
2087
|
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
2061
2088
|
new (): {
|
|
2062
2089
|
$slots: S;
|
|
@@ -2378,6 +2405,8 @@ export declare const DropdownMenuSubTrigger: __VLS_WithTemplateSlots_41<typeof _
|
|
|
2378
2405
|
|
|
2379
2406
|
export { DropdownMenuTrigger }
|
|
2380
2407
|
|
|
2408
|
+
export declare const FormField: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
2409
|
+
|
|
2381
2410
|
declare const forwared: ComputedRef<Readonly<{
|
|
2382
2411
|
type: "scroll" | "auto" | "hover" | "always";
|
|
2383
2412
|
dir: "ltr" | "rtl";
|
|
@@ -2712,7 +2741,7 @@ declare interface ITooltipContentProps extends TooltipContentProps {
|
|
|
2712
2741
|
viewArrow?: boolean;
|
|
2713
2742
|
}
|
|
2714
2743
|
|
|
2715
|
-
export declare const Label:
|
|
2744
|
+
export declare const Label: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
2716
2745
|
|
|
2717
2746
|
declare interface LoadingElement extends HTMLElement {
|
|
2718
2747
|
dataset: DOMStringMap & {
|
|
@@ -2733,7 +2762,7 @@ declare type MenuItem = {
|
|
|
2733
2762
|
disabled?: boolean;
|
|
2734
2763
|
};
|
|
2735
2764
|
|
|
2736
|
-
export declare const Message:
|
|
2765
|
+
export declare const Message: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
2737
2766
|
|
|
2738
2767
|
export declare const PaginationEllipsis: DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2739
2768
|
|
|
@@ -2741,9 +2770,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
2741
2770
|
|
|
2742
2771
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2743
2772
|
|
|
2744
|
-
export declare const PaginationList:
|
|
2773
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
2745
2774
|
|
|
2746
|
-
export declare const PaginationListItem:
|
|
2775
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
2747
2776
|
|
|
2748
2777
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2749
2778
|
|
|
@@ -2761,7 +2790,7 @@ height: number;
|
|
|
2761
2790
|
|
|
2762
2791
|
export { PopoverClose }
|
|
2763
2792
|
|
|
2764
|
-
export declare const PopoverContent:
|
|
2793
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
2765
2794
|
|
|
2766
2795
|
export { PopoverPortal }
|
|
2767
2796
|
|
|
@@ -2784,23 +2813,23 @@ size: "small" | "default" | "large";
|
|
|
2784
2813
|
|
|
2785
2814
|
export { RadioGroupRoot }
|
|
2786
2815
|
|
|
2787
|
-
export declare const ScrollAreaRoot:
|
|
2816
|
+
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
2788
2817
|
|
|
2789
2818
|
export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2790
2819
|
|
|
2791
|
-
export declare const ScrollAreaViewport:
|
|
2820
|
+
export declare const ScrollAreaViewport: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
2792
2821
|
|
|
2793
2822
|
declare function scrollToBottom(): void;
|
|
2794
2823
|
|
|
2795
2824
|
declare function scrollToTop(): void;
|
|
2796
2825
|
|
|
2797
|
-
export declare const SelectContent:
|
|
2826
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
2798
2827
|
|
|
2799
2828
|
export { SelectGroup }
|
|
2800
2829
|
|
|
2801
2830
|
export { SelectIcon }
|
|
2802
2831
|
|
|
2803
|
-
export declare const SelectItem:
|
|
2832
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
2804
2833
|
|
|
2805
2834
|
export { SelectItemIndicator }
|
|
2806
2835
|
|
|
@@ -2818,17 +2847,17 @@ export { SelectScrollUpButton }
|
|
|
2818
2847
|
|
|
2819
2848
|
export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2820
2849
|
|
|
2821
|
-
export declare const SelectTrigger:
|
|
2850
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
2822
2851
|
|
|
2823
|
-
export declare const SelectValue:
|
|
2852
|
+
export declare const SelectValue: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
2824
2853
|
|
|
2825
|
-
export declare const SelectViewport:
|
|
2854
|
+
export declare const SelectViewport: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
2826
2855
|
|
|
2827
2856
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2828
2857
|
|
|
2829
2858
|
declare type StringOrVNode = string | VNode | (() => VNode);
|
|
2830
2859
|
|
|
2831
|
-
export declare const SwitchRoot:
|
|
2860
|
+
export declare const SwitchRoot: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
|
|
2832
2861
|
|
|
2833
2862
|
export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2834
2863
|
|
|
@@ -2836,13 +2865,13 @@ export { TabsContent }
|
|
|
2836
2865
|
|
|
2837
2866
|
export { TabsIndicator }
|
|
2838
2867
|
|
|
2839
|
-
export declare const TabsList:
|
|
2868
|
+
export declare const TabsList: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
2840
2869
|
|
|
2841
|
-
export declare const TabsRoot:
|
|
2870
|
+
export declare const TabsRoot: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
2842
2871
|
|
|
2843
|
-
export declare const TabsTrigger:
|
|
2872
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
2844
2873
|
|
|
2845
|
-
export declare const Tag:
|
|
2874
|
+
export declare const Tag: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
2846
2875
|
|
|
2847
2876
|
export declare interface TagColors {
|
|
2848
2877
|
background?: string;
|
|
@@ -2882,7 +2911,7 @@ export { ToastAction }
|
|
|
2882
2911
|
|
|
2883
2912
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2884
2913
|
|
|
2885
|
-
export declare const ToastDescription:
|
|
2914
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
2886
2915
|
|
|
2887
2916
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2888
2917
|
|
|
@@ -2895,17 +2924,17 @@ declare type ToasterToast = IToastRootProps & {
|
|
|
2895
2924
|
|
|
2896
2925
|
export { ToastPortal }
|
|
2897
2926
|
|
|
2898
|
-
export declare const ToastProvider:
|
|
2927
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
2899
2928
|
|
|
2900
|
-
export declare const ToastRoot:
|
|
2929
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
2901
2930
|
|
|
2902
|
-
export declare const ToastTitle:
|
|
2931
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
2903
2932
|
|
|
2904
2933
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
2905
2934
|
|
|
2906
2935
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2907
2936
|
|
|
2908
|
-
export declare const TooltipContent:
|
|
2937
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
2909
2938
|
|
|
2910
2939
|
export { TooltipPortal }
|
|
2911
2940
|
|