vft 0.0.145 → 0.0.146
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/es/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/es/app-components/upload/types.d.ts +1 -1
- package/es/app-components/upload/utils.d.ts +1 -1
- package/es/component.d.ts +1 -0
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +7 -7
- package/es/components/autocomplete/index.d.ts +21 -21
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/backtop/index.d.ts +2 -2
- package/es/components/button/button.vue.d.ts +209 -0
- package/es/components/button/index.d.ts +593 -0
- package/es/components/button/use-button.d.ts +20 -0
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +9 -9
- package/es/components/carousel/index.d.ts +15 -15
- package/es/components/checkbox/checkbox.vue.d.ts +6 -6
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +6 -0
- package/es/components/checkbox/composables/use-checkbox.d.ts +15 -0
- package/es/components/checkbox/index.d.ts +12 -12
- package/es/components/clamp/index.d.ts +2 -2
- package/es/components/color-picker/color-picker.vue.d.ts +4 -4
- package/es/components/color-picker/index.d.ts +4 -4
- package/es/components/config-provider/hooks/use-global-config.d.ts +31 -0
- package/es/components/container/container.vue.d.ts +2 -2
- package/es/components/container/index.d.ts +10 -10
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/panel-utils.d.ts +1 -1
- package/es/components/descriptions/description.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +9 -9
- package/es/components/dialog/index.d.ts +3 -3
- package/es/components/divider/divider.vue.d.ts +2 -2
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/drawer/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +20 -20
- package/es/components/dropdown/index.d.ts +34 -34
- package/es/components/form/form-item.vue.d.ts +9 -9
- package/es/components/form/form.vue.d.ts +2 -2
- package/es/components/form/hooks/use-form-common-props.d.ts +6 -0
- package/es/components/form/index.d.ts +35 -35
- package/es/components/image/index.d.ts +2 -2
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/index.js +113 -113
- package/es/components/input/index.d.ts +9 -9
- package/es/components/input/input.vue.d.ts +3 -3
- package/es/components/link/index.d.ts +2 -2
- package/es/components/loading/index.d.ts +48 -0
- package/es/components/loading/loading.d.ts +36 -0
- package/es/components/md-code-demo/index.d.ts +3 -3
- package/es/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/es/components/menu/index.d.ts +8 -2
- package/es/components/menu/menu.vue.d.ts +10 -2
- package/es/components/menu/menu.vue2.js +28 -26
- package/es/components/modal/index.d.ts +34 -34
- package/es/components/modal/modal.vue.d.ts +21 -21
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +1 -1
- package/es/components/popconfirm/index.d.ts +9 -9
- package/es/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/es/components/popover/index.d.ts +2 -2
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/popper/content.vue.d.ts +1 -1
- package/es/components/popper/index.d.ts +4 -4
- package/es/components/popper/popper.vue.d.ts +2 -2
- package/es/components/progress/index.d.ts +1 -1
- package/es/components/radio/index.d.ts +20 -20
- package/es/components/radio/radio-group.vue.d.ts +6 -6
- package/es/components/radio/use-radio.d.ts +15 -0
- package/es/components/row/index.d.ts +1 -1
- package/es/components/scrollbar/index.d.ts +2 -2
- package/es/components/search/index.d.ts +1 -1
- package/es/components/select/index.d.ts +1660 -2
- package/es/components/select/select.vue.d.ts +830 -1
- package/es/components/select/useSelect.d.ts +7 -7
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/super-form/index.d.ts +16 -16
- package/es/components/super-form/super-form.vue.d.ts +9 -9
- package/es/components/super-form/super-form.vue2.js +40 -40
- package/es/components/switch/index.d.ts +12 -12
- package/es/components/switch/switch.vue.d.ts +12 -12
- package/es/components/table/index.d.ts +50 -50
- package/es/components/table/table.vue.d.ts +30 -30
- package/es/components/table/table.vue2.js +5 -1
- package/es/components/table/use/use-columns.d.ts +12 -12
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +1 -1
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/time-picker.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +8 -8
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tree/index.d.ts +22 -22
- package/es/components/tree/tree.vue.d.ts +6 -6
- package/es/components/upload/index.d.ts +9 -9
- package/es/components/upload/upload-content.vue.d.ts +6 -6
- package/es/components/upload/upload.vue.d.ts +6 -6
- package/es/components/upload/use-handlers.d.ts +23 -0
- package/es/components/virtual-list/builders/build-list.d.ts +3 -3
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/es/components/virtual-list/props.d.ts +2 -2
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +113 -113
- package/es/make-installer.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/plugin.d.ts +1 -0
- package/lib/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/lib/app-components/upload/types.d.ts +1 -1
- package/lib/app-components/upload/utils.d.ts +1 -1
- package/lib/component.d.ts +1 -0
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +7 -7
- package/lib/components/autocomplete/index.d.ts +21 -21
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/backtop/index.d.ts +2 -2
- package/lib/components/button/button.vue.d.ts +209 -0
- package/lib/components/button/index.d.ts +593 -0
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +20 -0
- package/lib/components/carousel/carousel.vue.d.ts +9 -9
- package/lib/components/carousel/index.d.ts +15 -15
- package/lib/components/checkbox/checkbox.vue.d.ts +6 -6
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +6 -0
- package/lib/components/checkbox/composables/use-checkbox.d.ts +15 -0
- package/lib/components/checkbox/index.d.ts +12 -12
- package/lib/components/clamp/index.d.ts +2 -2
- package/lib/components/color-picker/color-picker.vue.d.ts +4 -4
- package/lib/components/color-picker/index.d.ts +4 -4
- package/lib/components/config-provider/hooks/use-global-config.d.ts +31 -0
- package/lib/components/container/container.vue.d.ts +2 -2
- package/lib/components/container/index.d.ts +10 -10
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/panel-utils.d.ts +1 -1
- package/lib/components/descriptions/description.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +3 -3
- package/lib/components/divider/divider.vue.d.ts +2 -2
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/drawer/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +20 -20
- package/lib/components/dropdown/index.d.ts +34 -34
- package/lib/components/form/form-item.vue.d.ts +9 -9
- package/lib/components/form/form.vue.d.ts +2 -2
- package/lib/components/form/hooks/use-form-common-props.d.ts +6 -0
- package/lib/components/form/index.d.ts +35 -35
- package/lib/components/image/index.d.ts +2 -2
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +9 -9
- package/lib/components/input/input.vue.d.ts +3 -3
- package/lib/components/link/index.d.ts +2 -2
- package/lib/components/loading/index.d.ts +48 -0
- package/lib/components/loading/loading.d.ts +36 -0
- package/lib/components/md-code-demo/index.d.ts +3 -3
- package/lib/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/lib/components/menu/index.d.ts +8 -2
- package/lib/components/menu/menu.vue.d.ts +10 -2
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/modal/index.d.ts +34 -34
- package/lib/components/modal/modal.vue.d.ts +21 -21
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +9 -9
- package/lib/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/lib/components/popover/index.d.ts +2 -2
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/popper/content.vue.d.ts +1 -1
- package/lib/components/popper/index.d.ts +4 -4
- package/lib/components/popper/popper.vue.d.ts +2 -2
- package/lib/components/progress/index.d.ts +1 -1
- package/lib/components/radio/index.d.ts +20 -20
- package/lib/components/radio/radio-group.vue.d.ts +6 -6
- package/lib/components/radio/use-radio.d.ts +15 -0
- package/lib/components/row/index.d.ts +1 -1
- package/lib/components/scrollbar/index.d.ts +2 -2
- package/lib/components/search/index.d.ts +1 -1
- package/lib/components/select/index.d.ts +1660 -2
- package/lib/components/select/select.vue.d.ts +830 -1
- package/lib/components/select/useSelect.d.ts +7 -7
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/super-form/index.d.ts +16 -16
- package/lib/components/super-form/super-form.vue.d.ts +9 -9
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/switch/index.d.ts +12 -12
- package/lib/components/switch/switch.vue.d.ts +12 -12
- package/lib/components/table/index.d.ts +50 -50
- package/lib/components/table/table.vue.d.ts +30 -30
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/use/use-columns.d.ts +12 -12
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/time-picker.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +8 -8
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tree/index.d.ts +22 -22
- package/lib/components/tree/tree.vue.d.ts +6 -6
- package/lib/components/upload/index.d.ts +9 -9
- package/lib/components/upload/upload-content.vue.d.ts +6 -6
- package/lib/components/upload/upload.vue.d.ts +6 -6
- package/lib/components/upload/use-handlers.d.ts +23 -0
- package/lib/components/virtual-list/builders/build-list.d.ts +3 -3
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/lib/components/virtual-list/props.d.ts +2 -2
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/make-installer.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/plugin.d.ts +1 -0
- package/lib/style.css +1 -0
- package/package.json +4 -4
- package/web-types.json +1 -1
|
@@ -335,12 +335,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
335
335
|
readonly label?: string | undefined;
|
|
336
336
|
style?: unknown;
|
|
337
337
|
key?: string | number | symbol | undefined;
|
|
338
|
-
readonly id?: string | undefined;
|
|
339
338
|
readonly name?: string | undefined;
|
|
340
339
|
ref?: import("vue").VNodeRef | undefined;
|
|
341
340
|
class?: unknown;
|
|
342
341
|
readonly modelValue?: string | number | boolean | undefined;
|
|
343
342
|
readonly options?: (import("./radio.vue").RadioProps & Record<string, any>)[] | undefined;
|
|
343
|
+
readonly id?: string | undefined;
|
|
344
344
|
readonly size?: "" | "default" | "small" | "large" | undefined;
|
|
345
345
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
346
346
|
readonly disabled?: boolean | undefined;
|
|
@@ -408,9 +408,6 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
408
408
|
label: {
|
|
409
409
|
type: import("vue").PropType<string>;
|
|
410
410
|
};
|
|
411
|
-
id: {
|
|
412
|
-
type: import("vue").PropType<string>;
|
|
413
|
-
};
|
|
414
411
|
name: {
|
|
415
412
|
type: import("vue").PropType<string>;
|
|
416
413
|
};
|
|
@@ -420,6 +417,9 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
420
417
|
options: {
|
|
421
418
|
type: import("vue").PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
422
419
|
};
|
|
420
|
+
id: {
|
|
421
|
+
type: import("vue").PropType<string>;
|
|
422
|
+
};
|
|
423
423
|
size: {
|
|
424
424
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
425
425
|
};
|
|
@@ -471,9 +471,6 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
471
471
|
label: {
|
|
472
472
|
type: import("vue").PropType<string>;
|
|
473
473
|
};
|
|
474
|
-
id: {
|
|
475
|
-
type: import("vue").PropType<string>;
|
|
476
|
-
};
|
|
477
474
|
name: {
|
|
478
475
|
type: import("vue").PropType<string>;
|
|
479
476
|
};
|
|
@@ -483,6 +480,9 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
483
480
|
options: {
|
|
484
481
|
type: import("vue").PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
485
482
|
};
|
|
483
|
+
id: {
|
|
484
|
+
type: import("vue").PropType<string>;
|
|
485
|
+
};
|
|
486
486
|
size: {
|
|
487
487
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
488
488
|
};
|
|
@@ -513,9 +513,6 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
513
513
|
label: {
|
|
514
514
|
type: import("vue").PropType<string>;
|
|
515
515
|
};
|
|
516
|
-
id: {
|
|
517
|
-
type: import("vue").PropType<string>;
|
|
518
|
-
};
|
|
519
516
|
name: {
|
|
520
517
|
type: import("vue").PropType<string>;
|
|
521
518
|
};
|
|
@@ -525,6 +522,9 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
525
522
|
options: {
|
|
526
523
|
type: import("vue").PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
527
524
|
};
|
|
525
|
+
id: {
|
|
526
|
+
type: import("vue").PropType<string>;
|
|
527
|
+
};
|
|
528
528
|
size: {
|
|
529
529
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
530
530
|
};
|
|
@@ -565,12 +565,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
565
565
|
readonly label?: string | undefined;
|
|
566
566
|
style?: unknown;
|
|
567
567
|
key?: string | number | symbol | undefined;
|
|
568
|
-
readonly id?: string | undefined;
|
|
569
568
|
readonly name?: string | undefined;
|
|
570
569
|
ref?: import("vue").VNodeRef | undefined;
|
|
571
570
|
class?: unknown;
|
|
572
571
|
readonly modelValue?: string | number | boolean | undefined;
|
|
573
572
|
readonly options?: (import("./radio.vue").RadioProps & Record<string, any>)[] | undefined;
|
|
573
|
+
readonly id?: string | undefined;
|
|
574
574
|
readonly size?: "" | "default" | "small" | "large" | undefined;
|
|
575
575
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
576
576
|
readonly disabled?: boolean | undefined;
|
|
@@ -638,9 +638,6 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
638
638
|
label: {
|
|
639
639
|
type: import("vue").PropType<string>;
|
|
640
640
|
};
|
|
641
|
-
id: {
|
|
642
|
-
type: import("vue").PropType<string>;
|
|
643
|
-
};
|
|
644
641
|
name: {
|
|
645
642
|
type: import("vue").PropType<string>;
|
|
646
643
|
};
|
|
@@ -650,6 +647,9 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
650
647
|
options: {
|
|
651
648
|
type: import("vue").PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
652
649
|
};
|
|
650
|
+
id: {
|
|
651
|
+
type: import("vue").PropType<string>;
|
|
652
|
+
};
|
|
653
653
|
size: {
|
|
654
654
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
655
655
|
};
|
|
@@ -701,9 +701,6 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
701
701
|
label: {
|
|
702
702
|
type: import("vue").PropType<string>;
|
|
703
703
|
};
|
|
704
|
-
id: {
|
|
705
|
-
type: import("vue").PropType<string>;
|
|
706
|
-
};
|
|
707
704
|
name: {
|
|
708
705
|
type: import("vue").PropType<string>;
|
|
709
706
|
};
|
|
@@ -713,6 +710,9 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
713
710
|
options: {
|
|
714
711
|
type: import("vue").PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
715
712
|
};
|
|
713
|
+
id: {
|
|
714
|
+
type: import("vue").PropType<string>;
|
|
715
|
+
};
|
|
716
716
|
size: {
|
|
717
717
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
718
718
|
};
|
|
@@ -743,9 +743,6 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
743
743
|
label: {
|
|
744
744
|
type: import("vue").PropType<string>;
|
|
745
745
|
};
|
|
746
|
-
id: {
|
|
747
|
-
type: import("vue").PropType<string>;
|
|
748
|
-
};
|
|
749
746
|
name: {
|
|
750
747
|
type: import("vue").PropType<string>;
|
|
751
748
|
};
|
|
@@ -755,6 +752,9 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
755
752
|
options: {
|
|
756
753
|
type: import("vue").PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
757
754
|
};
|
|
755
|
+
id: {
|
|
756
|
+
type: import("vue").PropType<string>;
|
|
757
|
+
};
|
|
758
758
|
size: {
|
|
759
759
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
760
760
|
};
|
|
@@ -20,9 +20,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
20
20
|
label: {
|
|
21
21
|
type: import("vue").PropType<string>;
|
|
22
22
|
};
|
|
23
|
-
id: {
|
|
24
|
-
type: import("vue").PropType<string>;
|
|
25
|
-
};
|
|
26
23
|
name: {
|
|
27
24
|
type: import("vue").PropType<string>;
|
|
28
25
|
};
|
|
@@ -32,6 +29,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
32
29
|
options: {
|
|
33
30
|
type: import("vue").PropType<(RadioProps & Record<string, any>)[]>;
|
|
34
31
|
};
|
|
32
|
+
id: {
|
|
33
|
+
type: import("vue").PropType<string>;
|
|
34
|
+
};
|
|
35
35
|
size: {
|
|
36
36
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
37
37
|
};
|
|
@@ -58,9 +58,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
58
58
|
label: {
|
|
59
59
|
type: import("vue").PropType<string>;
|
|
60
60
|
};
|
|
61
|
-
id: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
};
|
|
64
61
|
name: {
|
|
65
62
|
type: import("vue").PropType<string>;
|
|
66
63
|
};
|
|
@@ -70,6 +67,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
70
67
|
options: {
|
|
71
68
|
type: import("vue").PropType<(RadioProps & Record<string, any>)[]>;
|
|
72
69
|
};
|
|
70
|
+
id: {
|
|
71
|
+
type: import("vue").PropType<string>;
|
|
72
|
+
};
|
|
73
73
|
size: {
|
|
74
74
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
75
75
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { SetupContext } from 'vue';
|
|
2
|
+
import type { RadioProps } from './radio.vue';
|
|
3
|
+
export declare const useRadio: (props: {
|
|
4
|
+
label: RadioProps['label'];
|
|
5
|
+
modelValue?: RadioProps['modelValue'];
|
|
6
|
+
}, emit?: SetupContext['emit']) => {
|
|
7
|
+
radioRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
8
|
+
isGroup: import("vue").ComputedRef<boolean>;
|
|
9
|
+
radioGroup: import("./constants").RadioGroupContext | undefined;
|
|
10
|
+
focus: import("vue").Ref<boolean>;
|
|
11
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
12
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
13
|
+
tabIndex: import("vue").ComputedRef<0 | -1>;
|
|
14
|
+
modelValue: import("vue").WritableComputedRef<string | number | boolean | undefined>;
|
|
15
|
+
};
|
|
@@ -8,7 +8,6 @@ export declare const VftRow: import("vft/es/utils").SFCWithInstall<{
|
|
|
8
8
|
key?: string | number | symbol | undefined;
|
|
9
9
|
ref?: import("vue").VNodeRef | undefined;
|
|
10
10
|
class?: unknown;
|
|
11
|
-
readonly justify?: import("./types").RowJustify | undefined;
|
|
12
11
|
ref_for?: boolean | undefined;
|
|
13
12
|
ref_key?: string | undefined;
|
|
14
13
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -50,6 +49,7 @@ export declare const VftRow: import("vft/es/utils").SFCWithInstall<{
|
|
|
50
49
|
[key: string]: any;
|
|
51
50
|
}>) => void)[] | undefined;
|
|
52
51
|
readonly tag?: string | undefined;
|
|
52
|
+
readonly justify?: import("./types").RowJustify | undefined;
|
|
53
53
|
readonly gutter?: number | undefined;
|
|
54
54
|
readonly align?: import("./types").RowAlign | undefined;
|
|
55
55
|
};
|
|
@@ -4,8 +4,8 @@ export declare const VftScrollbar: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
-
readonly height?: string | number | undefined;
|
|
8
7
|
style?: unknown;
|
|
8
|
+
readonly height?: string | number | undefined;
|
|
9
9
|
readonly maxHeight?: string | number | undefined;
|
|
10
10
|
key?: string | number | symbol | undefined;
|
|
11
11
|
ref?: import("vue").VNodeRef | undefined;
|
|
@@ -14,7 +14,6 @@ export declare const VftScrollbar: import("vft/es/utils").SFCWithInstall<{
|
|
|
14
14
|
scrollTop: number;
|
|
15
15
|
scrollLeft: number;
|
|
16
16
|
}) => any) | undefined;
|
|
17
|
-
readonly always?: boolean | undefined;
|
|
18
17
|
readonly native?: boolean | undefined;
|
|
19
18
|
ref_for?: boolean | undefined;
|
|
20
19
|
ref_key?: string | undefined;
|
|
@@ -57,6 +56,7 @@ export declare const VftScrollbar: import("vft/es/utils").SFCWithInstall<{
|
|
|
57
56
|
[key: string]: any;
|
|
58
57
|
}>) => void)[] | undefined;
|
|
59
58
|
readonly tag?: string | undefined;
|
|
59
|
+
readonly always?: boolean | undefined;
|
|
60
60
|
readonly wrapStyle?: import("vue").StyleValue | undefined;
|
|
61
61
|
readonly wrapClass?: string | any[] | undefined;
|
|
62
62
|
readonly viewClass?: string | any[] | undefined;
|
|
@@ -4,8 +4,8 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
-
readonly width?: string | number | undefined;
|
|
8
7
|
style?: unknown;
|
|
8
|
+
readonly width?: string | number | undefined;
|
|
9
9
|
key?: string | number | symbol | undefined;
|
|
10
10
|
ref?: import("vue").VNodeRef | undefined;
|
|
11
11
|
class?: unknown;
|