vft 0.0.153 → 0.0.154
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/button/button-custom.d.ts +1 -1
- package/es/app-components/form/hooks/use-form-common-props.d.ts +4 -5
- package/es/app-components/hooks/use-id.d.ts +1 -2
- package/es/components/affix/affix.d.ts +2 -2
- package/es/components/affix/affix.vue.d.ts +1 -1
- package/es/components/affix/index.d.ts +3 -3
- package/es/components/autocomplete/autocomplete.vue.d.ts +17 -17
- package/es/components/autocomplete/index.d.ts +51 -51
- package/es/components/button/button-custom.d.ts +1 -1
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +3 -3
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +19 -19
- package/es/components/carousel/use-carousel.d.ts +2 -2
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +48 -48
- package/es/components/config-provider/hooks/use-global-config.d.ts +2 -3
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +19 -3
- package/es/components/date-picker/index.d.ts +38 -6
- package/es/components/date-picker/props/date-picker.d.ts +9 -1
- package/es/components/date-picker/props/shared.d.ts +1 -1
- package/es/components/date-picker/utils.d.ts +1 -1
- package/es/components/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +30 -30
- package/es/components/form/hooks/use-form-common-props.d.ts +4 -6
- package/es/components/icon/icon.vue2.js +20 -21
- package/es/components/loading/index.d.ts +9 -17
- package/es/components/loading/loading.d.ts +9 -17
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +97 -67
- package/es/components/popover/index.d.ts +8 -8
- package/es/components/popper/composables/use-content-dom.d.ts +1 -3
- package/es/components/popper/composables/use-content.d.ts +6 -70
- package/es/components/popper/index.d.ts +3 -3
- package/es/components/popper/popper.vue.d.ts +1 -2
- package/es/components/popper/utils.d.ts +2 -45
- package/es/components/radio/index.d.ts +24 -24
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/select/defaults.d.ts +3 -4
- package/es/components/select/index.d.ts +58 -58
- package/es/components/select/select.vue.d.ts +29 -29
- package/es/components/select/useSelect.d.ts +18 -18
- package/es/components/side-menu/index.d.ts +4 -8
- package/es/components/side-menu/side-menu.vue.d.ts +2 -2
- package/es/components/side-menu/side-menu.vue2.js +44 -44
- package/es/components/slider/composables/use-slide.d.ts +6 -6
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/slider.d.ts +3 -3
- package/es/components/space/index.d.ts +2 -5
- package/es/components/space/space.d.ts +2 -5
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/super-form/super-form.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +24 -24
- package/es/components/table/use/use-columns.d.ts +3 -801
- package/es/components/tabs/tabs.vue2.js +4 -4
- package/es/components/time-picker/common/picker.vue.d.ts +20 -5
- package/es/components/time-picker/common/props.d.ts +9 -2
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +38 -6
- package/es/components/time-picker/time-picker.d.ts +19 -3
- package/es/components/time-picker/utils.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +16 -16
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/upload/use-handlers.d.ts +1 -21
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/hooks/use-id/index.d.ts +1 -2
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +7 -70
- package/es/hooks/use-same-target/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/app-components/button/button-custom.d.ts +1 -1
- package/lib/app-components/form/hooks/use-form-common-props.d.ts +4 -5
- package/lib/app-components/hooks/use-id.d.ts +1 -2
- package/lib/components/affix/affix.d.ts +2 -2
- package/lib/components/affix/affix.vue.d.ts +1 -1
- package/lib/components/affix/index.d.ts +3 -3
- package/lib/components/autocomplete/autocomplete.vue.d.ts +17 -17
- package/lib/components/autocomplete/index.d.ts +51 -51
- package/lib/components/button/button-custom.d.ts +1 -1
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +3 -3
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +19 -19
- package/lib/components/carousel/use-carousel.d.ts +2 -2
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +48 -48
- package/lib/components/config-provider/hooks/use-global-config.d.ts +2 -3
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +19 -3
- package/lib/components/date-picker/index.d.ts +38 -6
- package/lib/components/date-picker/props/date-picker.d.ts +9 -1
- package/lib/components/date-picker/props/shared.d.ts +1 -1
- package/lib/components/date-picker/utils.d.ts +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +30 -30
- package/lib/components/form/hooks/use-form-common-props.d.ts +4 -6
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/loading/index.d.ts +9 -17
- package/lib/components/loading/loading.d.ts +9 -17
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popover/index.d.ts +8 -8
- package/lib/components/popper/composables/use-content-dom.d.ts +1 -3
- package/lib/components/popper/composables/use-content.d.ts +6 -70
- package/lib/components/popper/index.d.ts +3 -3
- package/lib/components/popper/popper.vue.d.ts +1 -2
- package/lib/components/popper/utils.d.ts +2 -45
- package/lib/components/radio/index.d.ts +24 -24
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/select/defaults.d.ts +3 -4
- package/lib/components/select/index.d.ts +58 -58
- package/lib/components/select/select.vue.d.ts +29 -29
- package/lib/components/select/useSelect.d.ts +18 -18
- package/lib/components/side-menu/index.d.ts +4 -8
- package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +6 -6
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/space/index.d.ts +2 -5
- package/lib/components/space/space.d.ts +2 -5
- package/lib/components/super-form/index.d.ts +3 -3
- package/lib/components/super-form/super-form.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +24 -24
- package/lib/components/table/use/use-columns.d.ts +3 -801
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +20 -5
- package/lib/components/time-picker/common/props.d.ts +9 -2
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +38 -6
- package/lib/components/time-picker/time-picker.d.ts +19 -3
- package/lib/components/time-picker/utils.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +16 -16
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/upload/use-handlers.d.ts +1 -21
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/hooks/use-id/index.d.ts +1 -2
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +7 -70
- package/lib/hooks/use-same-target/index.d.ts +3 -3
- package/lib/hooks/use-z-index/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
- package/es/components/super-form/types.d.ts +0 -176
- package/lib/components/super-form/types.d.ts +0 -176
|
@@ -12,10 +12,6 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
12
12
|
type: globalThis.PropType<"" | "card">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
-
arrow: {
|
|
16
|
-
type: globalThis.PropType<"always" | "never" | "hover">;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
15
|
loop: {
|
|
20
16
|
type: globalThis.PropType<boolean>;
|
|
21
17
|
default: boolean;
|
|
@@ -24,6 +20,10 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
24
20
|
type: globalThis.PropType<"click" | "hover">;
|
|
25
21
|
default: string;
|
|
26
22
|
};
|
|
23
|
+
arrow: {
|
|
24
|
+
type: globalThis.PropType<"always" | "never" | "hover">;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
27
|
initialIndex: {
|
|
28
28
|
type: globalThis.PropType<number>;
|
|
29
29
|
default: number;
|
|
@@ -65,10 +65,6 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
65
65
|
type: globalThis.PropType<"" | "card">;
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
|
-
arrow: {
|
|
69
|
-
type: globalThis.PropType<"always" | "never" | "hover">;
|
|
70
|
-
default: string;
|
|
71
|
-
};
|
|
72
68
|
loop: {
|
|
73
69
|
type: globalThis.PropType<boolean>;
|
|
74
70
|
default: boolean;
|
|
@@ -77,6 +73,10 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
77
73
|
type: globalThis.PropType<"click" | "hover">;
|
|
78
74
|
default: string;
|
|
79
75
|
};
|
|
76
|
+
arrow: {
|
|
77
|
+
type: globalThis.PropType<"always" | "never" | "hover">;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
80
|
initialIndex: {
|
|
81
81
|
type: globalThis.PropType<number>;
|
|
82
82
|
default: number;
|
|
@@ -103,9 +103,9 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
103
103
|
direction: "vertical" | "horizontal";
|
|
104
104
|
height: string;
|
|
105
105
|
type: "" | "card";
|
|
106
|
-
arrow: "always" | "never" | "hover";
|
|
107
106
|
loop: boolean;
|
|
108
107
|
trigger: "click" | "hover";
|
|
108
|
+
arrow: "always" | "never" | "hover";
|
|
109
109
|
initialIndex: number;
|
|
110
110
|
interval: number;
|
|
111
111
|
autoplay: boolean;
|
|
@@ -131,10 +131,6 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
131
131
|
type: globalThis.PropType<"" | "card">;
|
|
132
132
|
default: string;
|
|
133
133
|
};
|
|
134
|
-
arrow: {
|
|
135
|
-
type: globalThis.PropType<"always" | "never" | "hover">;
|
|
136
|
-
default: string;
|
|
137
|
-
};
|
|
138
134
|
loop: {
|
|
139
135
|
type: globalThis.PropType<boolean>;
|
|
140
136
|
default: boolean;
|
|
@@ -143,6 +139,10 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
143
139
|
type: globalThis.PropType<"click" | "hover">;
|
|
144
140
|
default: string;
|
|
145
141
|
};
|
|
142
|
+
arrow: {
|
|
143
|
+
type: globalThis.PropType<"always" | "never" | "hover">;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
146
146
|
initialIndex: {
|
|
147
147
|
type: globalThis.PropType<number>;
|
|
148
148
|
default: number;
|
|
@@ -173,9 +173,9 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
173
173
|
direction: "vertical" | "horizontal";
|
|
174
174
|
height: string;
|
|
175
175
|
type: "" | "card";
|
|
176
|
-
arrow: "always" | "never" | "hover";
|
|
177
176
|
loop: boolean;
|
|
178
177
|
trigger: "click" | "hover";
|
|
178
|
+
arrow: "always" | "never" | "hover";
|
|
179
179
|
initialIndex: number;
|
|
180
180
|
interval: number;
|
|
181
181
|
autoplay: boolean;
|
|
@@ -198,10 +198,6 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
198
198
|
type: globalThis.PropType<"" | "card">;
|
|
199
199
|
default: string;
|
|
200
200
|
};
|
|
201
|
-
arrow: {
|
|
202
|
-
type: globalThis.PropType<"always" | "never" | "hover">;
|
|
203
|
-
default: string;
|
|
204
|
-
};
|
|
205
201
|
loop: {
|
|
206
202
|
type: globalThis.PropType<boolean>;
|
|
207
203
|
default: boolean;
|
|
@@ -210,6 +206,10 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
210
206
|
type: globalThis.PropType<"click" | "hover">;
|
|
211
207
|
default: string;
|
|
212
208
|
};
|
|
209
|
+
arrow: {
|
|
210
|
+
type: globalThis.PropType<"always" | "never" | "hover">;
|
|
211
|
+
default: string;
|
|
212
|
+
};
|
|
213
213
|
initialIndex: {
|
|
214
214
|
type: globalThis.PropType<number>;
|
|
215
215
|
default: number;
|
|
@@ -242,9 +242,9 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
242
242
|
direction: "vertical" | "horizontal";
|
|
243
243
|
height: string;
|
|
244
244
|
type: "" | "card";
|
|
245
|
-
arrow: "always" | "never" | "hover";
|
|
246
245
|
loop: boolean;
|
|
247
246
|
trigger: "click" | "hover";
|
|
247
|
+
arrow: "always" | "never" | "hover";
|
|
248
248
|
initialIndex: number;
|
|
249
249
|
interval: number;
|
|
250
250
|
autoplay: boolean;
|
|
@@ -24,6 +24,6 @@ export declare const useCarousel: (props: CarouselProps, emit: any, componentNam
|
|
|
24
24
|
setActiveItem: (index: number | string) => void;
|
|
25
25
|
prev: () => void;
|
|
26
26
|
next: () => void;
|
|
27
|
-
throttledArrowClick:
|
|
28
|
-
throttledIndicatorHover:
|
|
27
|
+
throttledArrowClick: any;
|
|
28
|
+
throttledIndicatorHover: any;
|
|
29
29
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CheckboxModel, CheckboxStatus } from '../composables';
|
|
2
2
|
export declare const useCheckboxDisabled: ({ model, isChecked, }: Pick<CheckboxModel, 'model'> & Pick<CheckboxStatus, 'isChecked'>) => {
|
|
3
|
-
isDisabled: globalThis.ComputedRef<
|
|
3
|
+
isDisabled: globalThis.ComputedRef<any>;
|
|
4
4
|
isLimitDisabled: globalThis.ComputedRef<boolean>;
|
|
5
5
|
};
|
|
6
6
|
export type CheckboxDisabled = ReturnType<typeof useCheckboxDisabled>;
|
|
@@ -4,7 +4,7 @@ export declare const useCheckbox: (props: CheckboxProps, slots: ComponentInterna
|
|
|
4
4
|
inputId: globalThis.Ref<string | undefined>;
|
|
5
5
|
isLabeledByFormItem: globalThis.ComputedRef<boolean>;
|
|
6
6
|
isChecked: globalThis.ComputedRef<boolean>;
|
|
7
|
-
isDisabled: globalThis.ComputedRef<
|
|
7
|
+
isDisabled: globalThis.ComputedRef<any>;
|
|
8
8
|
isFocused: globalThis.Ref<boolean>;
|
|
9
9
|
checkboxButtonSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
10
10
|
checkboxSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
@@ -467,20 +467,20 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
467
467
|
disabled: {
|
|
468
468
|
type: globalThis.PropType<boolean>;
|
|
469
469
|
};
|
|
470
|
-
min: {
|
|
471
|
-
type: globalThis.PropType<number>;
|
|
472
|
-
};
|
|
473
|
-
max: {
|
|
474
|
-
type: globalThis.PropType<number>;
|
|
475
|
-
};
|
|
476
470
|
tag: {
|
|
477
471
|
type: globalThis.PropType<string>;
|
|
478
472
|
default: string;
|
|
479
473
|
};
|
|
474
|
+
max: {
|
|
475
|
+
type: globalThis.PropType<number>;
|
|
476
|
+
};
|
|
480
477
|
validateEvent: {
|
|
481
478
|
type: globalThis.PropType<boolean>;
|
|
482
479
|
default: boolean;
|
|
483
480
|
};
|
|
481
|
+
min: {
|
|
482
|
+
type: globalThis.PropType<number>;
|
|
483
|
+
};
|
|
484
484
|
textColor: {
|
|
485
485
|
type: globalThis.PropType<string>;
|
|
486
486
|
};
|
|
@@ -513,20 +513,20 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
513
513
|
disabled: {
|
|
514
514
|
type: globalThis.PropType<boolean>;
|
|
515
515
|
};
|
|
516
|
-
min: {
|
|
517
|
-
type: globalThis.PropType<number>;
|
|
518
|
-
};
|
|
519
|
-
max: {
|
|
520
|
-
type: globalThis.PropType<number>;
|
|
521
|
-
};
|
|
522
516
|
tag: {
|
|
523
517
|
type: globalThis.PropType<string>;
|
|
524
518
|
default: string;
|
|
525
519
|
};
|
|
520
|
+
max: {
|
|
521
|
+
type: globalThis.PropType<number>;
|
|
522
|
+
};
|
|
526
523
|
validateEvent: {
|
|
527
524
|
type: globalThis.PropType<boolean>;
|
|
528
525
|
default: boolean;
|
|
529
526
|
};
|
|
527
|
+
min: {
|
|
528
|
+
type: globalThis.PropType<number>;
|
|
529
|
+
};
|
|
530
530
|
textColor: {
|
|
531
531
|
type: globalThis.PropType<string>;
|
|
532
532
|
};
|
|
@@ -567,20 +567,20 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
567
567
|
disabled: {
|
|
568
568
|
type: globalThis.PropType<boolean>;
|
|
569
569
|
};
|
|
570
|
-
min: {
|
|
571
|
-
type: globalThis.PropType<number>;
|
|
572
|
-
};
|
|
573
|
-
max: {
|
|
574
|
-
type: globalThis.PropType<number>;
|
|
575
|
-
};
|
|
576
570
|
tag: {
|
|
577
571
|
type: globalThis.PropType<string>;
|
|
578
572
|
default: string;
|
|
579
573
|
};
|
|
574
|
+
max: {
|
|
575
|
+
type: globalThis.PropType<number>;
|
|
576
|
+
};
|
|
580
577
|
validateEvent: {
|
|
581
578
|
type: globalThis.PropType<boolean>;
|
|
582
579
|
default: boolean;
|
|
583
580
|
};
|
|
581
|
+
min: {
|
|
582
|
+
type: globalThis.PropType<number>;
|
|
583
|
+
};
|
|
584
584
|
textColor: {
|
|
585
585
|
type: globalThis.PropType<string>;
|
|
586
586
|
};
|
|
@@ -618,20 +618,20 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
618
618
|
disabled: {
|
|
619
619
|
type: globalThis.PropType<boolean>;
|
|
620
620
|
};
|
|
621
|
-
min: {
|
|
622
|
-
type: globalThis.PropType<number>;
|
|
623
|
-
};
|
|
624
|
-
max: {
|
|
625
|
-
type: globalThis.PropType<number>;
|
|
626
|
-
};
|
|
627
621
|
tag: {
|
|
628
622
|
type: globalThis.PropType<string>;
|
|
629
623
|
default: string;
|
|
630
624
|
};
|
|
625
|
+
max: {
|
|
626
|
+
type: globalThis.PropType<number>;
|
|
627
|
+
};
|
|
631
628
|
validateEvent: {
|
|
632
629
|
type: globalThis.PropType<boolean>;
|
|
633
630
|
default: boolean;
|
|
634
631
|
};
|
|
632
|
+
min: {
|
|
633
|
+
type: globalThis.PropType<number>;
|
|
634
|
+
};
|
|
635
635
|
textColor: {
|
|
636
636
|
type: globalThis.PropType<string>;
|
|
637
637
|
};
|
|
@@ -895,20 +895,20 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
895
895
|
disabled: {
|
|
896
896
|
type: globalThis.PropType<boolean>;
|
|
897
897
|
};
|
|
898
|
-
min: {
|
|
899
|
-
type: globalThis.PropType<number>;
|
|
900
|
-
};
|
|
901
|
-
max: {
|
|
902
|
-
type: globalThis.PropType<number>;
|
|
903
|
-
};
|
|
904
898
|
tag: {
|
|
905
899
|
type: globalThis.PropType<string>;
|
|
906
900
|
default: string;
|
|
907
901
|
};
|
|
902
|
+
max: {
|
|
903
|
+
type: globalThis.PropType<number>;
|
|
904
|
+
};
|
|
908
905
|
validateEvent: {
|
|
909
906
|
type: globalThis.PropType<boolean>;
|
|
910
907
|
default: boolean;
|
|
911
908
|
};
|
|
909
|
+
min: {
|
|
910
|
+
type: globalThis.PropType<number>;
|
|
911
|
+
};
|
|
912
912
|
textColor: {
|
|
913
913
|
type: globalThis.PropType<string>;
|
|
914
914
|
};
|
|
@@ -941,20 +941,20 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
941
941
|
disabled: {
|
|
942
942
|
type: globalThis.PropType<boolean>;
|
|
943
943
|
};
|
|
944
|
-
min: {
|
|
945
|
-
type: globalThis.PropType<number>;
|
|
946
|
-
};
|
|
947
|
-
max: {
|
|
948
|
-
type: globalThis.PropType<number>;
|
|
949
|
-
};
|
|
950
944
|
tag: {
|
|
951
945
|
type: globalThis.PropType<string>;
|
|
952
946
|
default: string;
|
|
953
947
|
};
|
|
948
|
+
max: {
|
|
949
|
+
type: globalThis.PropType<number>;
|
|
950
|
+
};
|
|
954
951
|
validateEvent: {
|
|
955
952
|
type: globalThis.PropType<boolean>;
|
|
956
953
|
default: boolean;
|
|
957
954
|
};
|
|
955
|
+
min: {
|
|
956
|
+
type: globalThis.PropType<number>;
|
|
957
|
+
};
|
|
958
958
|
textColor: {
|
|
959
959
|
type: globalThis.PropType<string>;
|
|
960
960
|
};
|
|
@@ -995,20 +995,20 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
995
995
|
disabled: {
|
|
996
996
|
type: globalThis.PropType<boolean>;
|
|
997
997
|
};
|
|
998
|
-
min: {
|
|
999
|
-
type: globalThis.PropType<number>;
|
|
1000
|
-
};
|
|
1001
|
-
max: {
|
|
1002
|
-
type: globalThis.PropType<number>;
|
|
1003
|
-
};
|
|
1004
998
|
tag: {
|
|
1005
999
|
type: globalThis.PropType<string>;
|
|
1006
1000
|
default: string;
|
|
1007
1001
|
};
|
|
1002
|
+
max: {
|
|
1003
|
+
type: globalThis.PropType<number>;
|
|
1004
|
+
};
|
|
1008
1005
|
validateEvent: {
|
|
1009
1006
|
type: globalThis.PropType<boolean>;
|
|
1010
1007
|
default: boolean;
|
|
1011
1008
|
};
|
|
1009
|
+
min: {
|
|
1010
|
+
type: globalThis.PropType<number>;
|
|
1011
|
+
};
|
|
1012
1012
|
textColor: {
|
|
1013
1013
|
type: globalThis.PropType<string>;
|
|
1014
1014
|
};
|
|
@@ -1046,20 +1046,20 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
1046
1046
|
disabled: {
|
|
1047
1047
|
type: globalThis.PropType<boolean>;
|
|
1048
1048
|
};
|
|
1049
|
-
min: {
|
|
1050
|
-
type: globalThis.PropType<number>;
|
|
1051
|
-
};
|
|
1052
|
-
max: {
|
|
1053
|
-
type: globalThis.PropType<number>;
|
|
1054
|
-
};
|
|
1055
1049
|
tag: {
|
|
1056
1050
|
type: globalThis.PropType<string>;
|
|
1057
1051
|
default: string;
|
|
1058
1052
|
};
|
|
1053
|
+
max: {
|
|
1054
|
+
type: globalThis.PropType<number>;
|
|
1055
|
+
};
|
|
1059
1056
|
validateEvent: {
|
|
1060
1057
|
type: globalThis.PropType<boolean>;
|
|
1061
1058
|
default: boolean;
|
|
1062
1059
|
};
|
|
1060
|
+
min: {
|
|
1061
|
+
type: globalThis.PropType<number>;
|
|
1062
|
+
};
|
|
1063
1063
|
textColor: {
|
|
1064
1064
|
type: globalThis.PropType<string>;
|
|
1065
1065
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { MaybeRef } from '@vueuse/core';
|
|
2
1
|
import type { App, Ref } from 'vue';
|
|
3
2
|
import type { ConfigProviderContext } from '../constants';
|
|
4
3
|
export declare function useGlobalConfig<K extends keyof ConfigProviderContext, D extends ConfigProviderContext[K]>(key: K, defaultValue?: D): Ref<Exclude<ConfigProviderContext[K], undefined> | D>;
|
|
@@ -23,9 +22,9 @@ export declare function useGlobalComponentSettings(block: string): {
|
|
|
23
22
|
cssVarBlockName: (name: string) => string;
|
|
24
23
|
};
|
|
25
24
|
zIndex: {
|
|
26
|
-
initialZIndex: globalThis.ComputedRef<number>;
|
|
25
|
+
initialZIndex: globalThis.ComputedRef<number | undefined>;
|
|
27
26
|
currentZIndex: globalThis.ComputedRef<number>;
|
|
28
27
|
nextZIndex: () => number;
|
|
29
28
|
};
|
|
30
29
|
};
|
|
31
|
-
export declare const provideGlobalConfig: (config: MaybeRef<
|
|
30
|
+
export declare const provideGlobalConfig: (config: MaybeRef<Partial<import("../config-provider.vue").ConfigProviderProps>>, app?: App, global?: boolean) => globalThis.ComputedRef<any> | undefined;
|
|
@@ -55,7 +55,7 @@ export declare const useRangePicker: (props: PanelRangeSharedProps, { defaultVal
|
|
|
55
55
|
startOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
56
56
|
endOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
57
57
|
format: (template?: string | undefined) => string;
|
|
58
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "
|
|
58
|
+
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "day" | "hour" | "minute" | "second" | "millisecond" | "hours" | "minutes" | "seconds" | "milliseconds" | "days" | "months" | "years" | "d" | "m" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
59
59
|
valueOf: () => number;
|
|
60
60
|
unix: () => number;
|
|
61
61
|
daysInMonth: () => number;
|
|
@@ -59,7 +59,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
60
60
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
61
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
62
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
63
|
+
(): Options;
|
|
64
|
+
new (): any;
|
|
65
|
+
readonly prototype: any;
|
|
66
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
67
|
+
(): Options;
|
|
68
|
+
new (): any;
|
|
69
|
+
readonly prototype: any;
|
|
70
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
63
71
|
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
64
72
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
65
73
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -138,7 +146,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
146
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
139
147
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
140
148
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
141
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
149
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
150
|
+
(): Options;
|
|
151
|
+
new (): any;
|
|
152
|
+
readonly prototype: any;
|
|
153
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
154
|
+
(): Options;
|
|
155
|
+
new (): any;
|
|
156
|
+
readonly prototype: any;
|
|
157
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
142
158
|
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
143
159
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
144
160
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -171,7 +187,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
187
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
172
188
|
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
189
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
|
-
readonly popperOptions:
|
|
190
|
+
readonly popperOptions: any;
|
|
175
191
|
readonly popperClass: string;
|
|
176
192
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
193
|
readonly rangeSeparator: string;
|
|
@@ -59,7 +59,15 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
59
59
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
60
60
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
61
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
62
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
63
|
+
(): Options;
|
|
64
|
+
new (): any;
|
|
65
|
+
readonly prototype: any;
|
|
66
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
67
|
+
(): Options;
|
|
68
|
+
new (): any;
|
|
69
|
+
readonly prototype: any;
|
|
70
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
63
71
|
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
64
72
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
65
73
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -138,7 +146,15 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
138
146
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
139
147
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
140
148
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
141
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
149
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
150
|
+
(): Options;
|
|
151
|
+
new (): any;
|
|
152
|
+
readonly prototype: any;
|
|
153
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
154
|
+
(): Options;
|
|
155
|
+
new (): any;
|
|
156
|
+
readonly prototype: any;
|
|
157
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
142
158
|
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
143
159
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
144
160
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -171,7 +187,7 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
171
187
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
172
188
|
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
189
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
|
-
readonly popperOptions:
|
|
190
|
+
readonly popperOptions: any;
|
|
175
191
|
readonly popperClass: string;
|
|
176
192
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
193
|
readonly rangeSeparator: string;
|
|
@@ -242,7 +258,15 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
242
258
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
243
259
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
244
260
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
245
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
261
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
262
|
+
(): Options;
|
|
263
|
+
new (): any;
|
|
264
|
+
readonly prototype: any;
|
|
265
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
266
|
+
(): Options;
|
|
267
|
+
new (): any;
|
|
268
|
+
readonly prototype: any;
|
|
269
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
246
270
|
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
247
271
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
248
272
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -321,7 +345,15 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
321
345
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
322
346
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
323
347
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
324
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
348
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
349
|
+
(): Options;
|
|
350
|
+
new (): any;
|
|
351
|
+
readonly prototype: any;
|
|
352
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
353
|
+
(): Options;
|
|
354
|
+
new (): any;
|
|
355
|
+
readonly prototype: any;
|
|
356
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
325
357
|
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
326
358
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
327
359
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -354,7 +386,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
354
386
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
355
387
|
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
356
388
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
357
|
-
readonly popperOptions:
|
|
389
|
+
readonly popperOptions: any;
|
|
358
390
|
readonly popperClass: string;
|
|
359
391
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
360
392
|
readonly rangeSeparator: string;
|
|
@@ -61,7 +61,15 @@ export declare const datePickerProps: {
|
|
|
61
61
|
readonly readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
62
62
|
readonly disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
63
|
readonly placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
|
-
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
64
|
+
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
65
|
+
(): Options;
|
|
66
|
+
new (): any;
|
|
67
|
+
readonly prototype: any;
|
|
68
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
69
|
+
(): Options;
|
|
70
|
+
new (): any;
|
|
71
|
+
readonly prototype: any;
|
|
72
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
65
73
|
readonly modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
66
74
|
readonly rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
67
75
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -64,7 +64,7 @@ export declare const selectionModeWithDefault: (mode: (typeof selectionModes)[nu
|
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
export declare const rangePickerSharedEmits: {
|
|
67
|
-
pick: (range: [Dayjs, Dayjs]) =>
|
|
67
|
+
pick: (range: [Dayjs, Dayjs]) => any;
|
|
68
68
|
};
|
|
69
69
|
export type RangePickerSharedEmits = typeof rangePickerSharedEmits;
|
|
70
70
|
export type PanelRangeSharedProps = ExtractPropTypes<typeof panelRangeSharedProps>;
|
|
@@ -9,7 +9,7 @@ type GetDefaultValueParams = {
|
|
|
9
9
|
unlinkPanels: boolean;
|
|
10
10
|
};
|
|
11
11
|
export type DefaultValue = [Date, Date] | Date | undefined;
|
|
12
|
-
export declare const getDefaultValue: (defaultValue: DefaultValue, { lang, unit, unlinkPanels }: GetDefaultValueParams) =>
|
|
12
|
+
export declare const getDefaultValue: (defaultValue: DefaultValue, { lang, unit, unlinkPanels }: GetDefaultValueParams) => any[];
|
|
13
13
|
type Dimension = {
|
|
14
14
|
row: number;
|
|
15
15
|
column: number;
|
|
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
24
|
"update:modelValue": (value: boolean) => void;
|
|
25
25
|
close: () => void;
|
|
26
26
|
open: () => void;
|
|
27
|
-
opened: () => void;
|
|
28
27
|
closed: () => void;
|
|
28
|
+
opened: () => void;
|
|
29
29
|
openAutoFocus: () => void;
|
|
30
30
|
closeAutoFocus: () => void;
|
|
31
31
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogProps>>> & {
|
|
@@ -34,8 +34,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
34
34
|
onOpen?: (() => any) | undefined;
|
|
35
35
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
36
36
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
37
|
-
onOpened?: (() => any) | undefined;
|
|
38
37
|
onClosed?: (() => any) | undefined;
|
|
38
|
+
onOpened?: (() => any) | undefined;
|
|
39
39
|
}, {}, {}>, {
|
|
40
40
|
header?(_: {
|
|
41
41
|
close: () => void;
|
|
@@ -80,8 +80,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
80
|
onOpen?: (() => any) | undefined;
|
|
81
81
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
82
82
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
83
|
-
onOpened?: (() => any) | undefined;
|
|
84
83
|
onClosed?: (() => any) | undefined;
|
|
84
|
+
onOpened?: (() => any) | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
visible: globalThis.Ref<boolean>;
|
|
87
87
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -89,8 +89,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
89
89
|
"update:modelValue": (value: boolean) => void;
|
|
90
90
|
close: () => void;
|
|
91
91
|
open: () => void;
|
|
92
|
-
opened: () => void;
|
|
93
92
|
closed: () => void;
|
|
93
|
+
opened: () => void;
|
|
94
94
|
openAutoFocus: () => void;
|
|
95
95
|
closeAutoFocus: () => void;
|
|
96
96
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -169,8 +169,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
169
169
|
onOpen?: (() => any) | undefined;
|
|
170
170
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
171
171
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
172
|
-
onOpened?: (() => any) | undefined;
|
|
173
172
|
onClosed?: (() => any) | undefined;
|
|
173
|
+
onOpened?: (() => any) | undefined;
|
|
174
174
|
}, {}, true, {}, {}, {
|
|
175
175
|
P: {};
|
|
176
176
|
B: {};
|
|
@@ -254,8 +254,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
254
254
|
onOpen?: (() => any) | undefined;
|
|
255
255
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
256
256
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
257
|
-
onOpened?: (() => any) | undefined;
|
|
258
257
|
onClosed?: (() => any) | undefined;
|
|
258
|
+
onOpened?: (() => any) | undefined;
|
|
259
259
|
}, {
|
|
260
260
|
visible: globalThis.Ref<boolean>;
|
|
261
261
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -339,8 +339,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
339
339
|
onOpen?: (() => any) | undefined;
|
|
340
340
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
341
341
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
342
|
-
onOpened?: (() => any) | undefined;
|
|
343
342
|
onClosed?: (() => any) | undefined;
|
|
343
|
+
onOpened?: (() => any) | undefined;
|
|
344
344
|
}, {
|
|
345
345
|
visible: globalThis.Ref<boolean>;
|
|
346
346
|
dialogContentRef: globalThis.Ref<any>;
|
|
@@ -348,8 +348,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
348
348
|
"update:modelValue": (value: boolean) => void;
|
|
349
349
|
close: () => void;
|
|
350
350
|
open: () => void;
|
|
351
|
-
opened: () => void;
|
|
352
351
|
closed: () => void;
|
|
352
|
+
opened: () => void;
|
|
353
353
|
openAutoFocus: () => void;
|
|
354
354
|
closeAutoFocus: () => void;
|
|
355
355
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|