vft 0.0.151 → 0.0.153
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 +5 -4
- package/es/app-components/hooks/use-id.d.ts +2 -1
- package/es/components/affix/affix.d.ts +2 -2
- package/es/components/affix/affix.vue.d.ts +2 -2
- package/es/components/affix/index.d.ts +5 -5
- package/es/components/autocomplete/autocomplete.vue.d.ts +23 -23
- package/es/components/autocomplete/index.d.ts +68 -68
- 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/button/use-button.js +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/checkbox-button.vue.d.ts +1 -1
- package/es/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/es/components/checkbox/checkbox.vue.d.ts +1 -1
- 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 +58 -58
- package/es/components/color-picker/color-picker.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +1 -1
- package/es/components/config-provider/hooks/use-global-config.d.ts +3 -2
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -20
- package/es/components/date-picker/index.d.ts +8 -40
- package/es/components/date-picker/props/date-picker.d.ts +1 -9
- 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 +3 -3
- package/es/components/dialog/index.d.ts +8 -8
- package/es/components/drawer/drawer.vue.d.ts +3 -3
- package/es/components/drawer/index.d.ts +8 -8
- package/es/components/dropdown/dropdown.vue.d.ts +3 -3
- package/es/components/dropdown/index.d.ts +49 -49
- package/es/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/es/components/index.js +113 -113
- package/es/components/input/index.d.ts +12 -12
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/input-number.vue.d.ts +3 -3
- package/es/components/loading/index.d.ts +17 -9
- package/es/components/loading/loading.d.ts +17 -9
- package/es/components/modal/index.d.ts +11 -11
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/popconfirm/index.d.ts +11 -11
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popover/index.d.ts +8 -8
- package/es/components/popper/composables/use-content-dom.d.ts +3 -1
- package/es/components/popper/composables/use-content.d.ts +70 -6
- package/es/components/popper/index.d.ts +3 -3
- package/es/components/popper/popper.vue.d.ts +2 -1
- package/es/components/popper/utils.d.ts +45 -2
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/radio/index.d.ts +30 -30
- package/es/components/radio/radio-group.vue.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +1 -1
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/search/index.d.ts +8 -8
- package/es/components/search/search.vue.d.ts +2 -2
- package/es/components/select/defaults.d.ts +4 -3
- package/es/components/select/index.d.ts +66 -66
- package/es/components/select/select.vue.d.ts +33 -33
- package/es/components/select/useSelect.d.ts +19 -19
- package/es/components/side-menu/index.d.ts +8 -4
- package/es/components/side-menu/side-menu.vue.d.ts +2 -2
- package/es/components/slider/composables/use-slide.d.ts +6 -6
- package/es/components/slider/index.d.ts +3 -3
- package/es/components/slider/slider.d.ts +3 -3
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/space/index.d.ts +5 -2
- package/es/components/space/space.d.ts +5 -2
- 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/super-form/types.d.ts +176 -0
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +41 -41
- package/es/components/table/table.vue.d.ts +2 -2
- package/es/components/table/use/use-columns.d.ts +801 -3
- package/es/components/time-picker/common/picker.vue.d.ts +9 -24
- package/es/components/time-picker/common/props.d.ts +2 -9
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +8 -40
- package/es/components/time-picker/time-picker.d.ts +4 -20
- package/es/components/time-picker/utils.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +4 -4
- package/es/components/tooltip/index.d.ts +16 -16
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/tree/index.d.ts +16 -16
- package/es/components/upload/index.d.ts +12 -12
- package/es/components/upload/use-handlers.d.ts +21 -1
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/hooks/use-id/index.d.ts +2 -1
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +70 -7
- package/es/hooks/use-same-target/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.d.ts +1 -1
- package/es/index.js +113 -113
- 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 +5 -4
- package/lib/app-components/hooks/use-id.d.ts +2 -1
- package/lib/components/affix/affix.d.ts +2 -2
- package/lib/components/affix/affix.vue.d.ts +2 -2
- package/lib/components/affix/index.d.ts +5 -5
- package/lib/components/autocomplete/autocomplete.vue.d.ts +23 -23
- package/lib/components/autocomplete/index.d.ts +68 -68
- 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.cjs +1 -1
- 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/checkbox-button.vue.d.ts +1 -1
- package/lib/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/lib/components/checkbox/checkbox.vue.d.ts +1 -1
- 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 +58 -58
- package/lib/components/color-picker/color-picker.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +3 -2
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -20
- package/lib/components/date-picker/index.d.ts +8 -40
- package/lib/components/date-picker/props/date-picker.d.ts +1 -9
- 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 +3 -3
- package/lib/components/dialog/index.d.ts +8 -8
- package/lib/components/drawer/drawer.vue.d.ts +3 -3
- package/lib/components/drawer/index.d.ts +8 -8
- package/lib/components/dropdown/dropdown.vue.d.ts +3 -3
- package/lib/components/dropdown/index.d.ts +49 -49
- package/lib/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +12 -12
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/input-number.vue.d.ts +3 -3
- package/lib/components/loading/index.d.ts +17 -9
- package/lib/components/loading/loading.d.ts +17 -9
- package/lib/components/modal/index.d.ts +11 -11
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/popconfirm/index.d.ts +11 -11
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popover/index.d.ts +8 -8
- package/lib/components/popper/composables/use-content-dom.d.ts +3 -1
- package/lib/components/popper/composables/use-content.d.ts +70 -6
- package/lib/components/popper/index.d.ts +3 -3
- package/lib/components/popper/popper.vue.d.ts +2 -1
- package/lib/components/popper/utils.d.ts +45 -2
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/radio/index.d.ts +30 -30
- package/lib/components/radio/radio-group.vue.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +1 -1
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/search/index.d.ts +8 -8
- package/lib/components/search/search.vue.d.ts +2 -2
- package/lib/components/select/defaults.d.ts +4 -3
- package/lib/components/select/index.d.ts +66 -66
- package/lib/components/select/select.vue.d.ts +33 -33
- package/lib/components/select/useSelect.d.ts +19 -19
- package/lib/components/side-menu/index.d.ts +8 -4
- package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
- package/lib/components/slider/composables/use-slide.d.ts +6 -6
- package/lib/components/slider/index.d.ts +3 -3
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/space/index.d.ts +5 -2
- package/lib/components/space/space.d.ts +5 -2
- 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/super-form/types.d.ts +176 -0
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +41 -41
- package/lib/components/table/table.vue.d.ts +2 -2
- package/lib/components/table/use/use-columns.d.ts +801 -3
- package/lib/components/time-picker/common/picker.vue.d.ts +9 -24
- package/lib/components/time-picker/common/props.d.ts +2 -9
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +8 -40
- package/lib/components/time-picker/time-picker.d.ts +4 -20
- package/lib/components/time-picker/utils.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +4 -4
- package/lib/components/tooltip/index.d.ts +16 -16
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/tree/index.d.ts +16 -16
- package/lib/components/upload/index.d.ts +12 -12
- package/lib/components/upload/use-handlers.d.ts +21 -1
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/hooks/use-id/index.d.ts +2 -1
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +70 -7
- package/lib/hooks/use-same-target/index.d.ts +3 -3
- package/lib/hooks/use-z-index/index.d.ts +1 -1
- package/lib/index.cjs +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
|
@@ -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: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
28
|
+
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
|
|
29
29
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CheckboxProps } from './types';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<CheckboxProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
3
|
"update:modelValue": (...args: any[]) => void;
|
|
4
|
+
change: (...args: any[]) => void;
|
|
5
5
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CheckboxProps>>> & {
|
|
6
6
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7
7
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -19,8 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
tag: string;
|
|
20
20
|
validateEvent: boolean;
|
|
21
21
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
-
change: (...args: any[]) => void;
|
|
23
22
|
"update:modelValue": (...args: any[]) => void;
|
|
23
|
+
change: (...args: any[]) => void;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckboxGroupProps>, {
|
|
25
25
|
modelValue: () => never[];
|
|
26
26
|
tag: string;
|
|
@@ -2,8 +2,8 @@ import type { CheckboxProps } from './types';
|
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckboxProps>, {
|
|
3
3
|
validateEvent: boolean;
|
|
4
4
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
change: (...args: any[]) => void;
|
|
6
5
|
"update:modelValue": (...args: any[]) => void;
|
|
6
|
+
change: (...args: any[]) => void;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckboxProps>, {
|
|
8
8
|
validateEvent: boolean;
|
|
9
9
|
}>>> & {
|
|
@@ -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<boolean>;
|
|
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<boolean>;
|
|
8
8
|
isFocused: globalThis.Ref<boolean>;
|
|
9
9
|
checkboxButtonSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
10
10
|
checkboxSize: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
@@ -50,8 +50,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
50
50
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
53
|
-
change: (...args: any[]) => void;
|
|
54
53
|
"update:modelValue": (...args: any[]) => void;
|
|
54
|
+
change: (...args: any[]) => void;
|
|
55
55
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
56
56
|
value: {
|
|
57
57
|
type: globalThis.PropType<string | number | boolean | object>;
|
|
@@ -218,8 +218,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
218
218
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
220
220
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
221
|
-
change: (...args: any[]) => void;
|
|
222
221
|
"update:modelValue": (...args: any[]) => void;
|
|
222
|
+
change: (...args: any[]) => void;
|
|
223
223
|
}, string, {
|
|
224
224
|
validateEvent: boolean;
|
|
225
225
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -278,8 +278,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
278
278
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
279
279
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
280
280
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
281
|
-
change: (...args: any[]) => void;
|
|
282
281
|
"update:modelValue": (...args: any[]) => void;
|
|
282
|
+
change: (...args: any[]) => void;
|
|
283
283
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
284
284
|
modelValue: {
|
|
285
285
|
type: globalThis.PropType<string | number | boolean>;
|
|
@@ -439,8 +439,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
439
439
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
440
440
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
441
441
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
442
|
-
change: (...args: any[]) => void;
|
|
443
442
|
"update:modelValue": (...args: any[]) => void;
|
|
443
|
+
change: (...args: any[]) => void;
|
|
444
444
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
445
445
|
$slots: {
|
|
446
446
|
default?(_: {}): any;
|
|
@@ -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
|
-
|
|
471
|
-
type: globalThis.PropType<
|
|
472
|
-
default: string;
|
|
470
|
+
min: {
|
|
471
|
+
type: globalThis.PropType<number>;
|
|
473
472
|
};
|
|
474
473
|
max: {
|
|
475
474
|
type: globalThis.PropType<number>;
|
|
476
475
|
};
|
|
476
|
+
tag: {
|
|
477
|
+
type: globalThis.PropType<string>;
|
|
478
|
+
default: string;
|
|
479
|
+
};
|
|
477
480
|
validateEvent: {
|
|
478
481
|
type: globalThis.PropType<boolean>;
|
|
479
482
|
default: boolean;
|
|
480
483
|
};
|
|
481
|
-
min: {
|
|
482
|
-
type: globalThis.PropType<number>;
|
|
483
|
-
};
|
|
484
484
|
textColor: {
|
|
485
485
|
type: globalThis.PropType<string>;
|
|
486
486
|
};
|
|
@@ -491,8 +491,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
491
491
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
492
492
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
493
493
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
494
|
-
change: (...args: any[]) => void;
|
|
495
494
|
"update:modelValue": (...args: any[]) => void;
|
|
495
|
+
change: (...args: any[]) => void;
|
|
496
496
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
497
497
|
fill: {
|
|
498
498
|
type: globalThis.PropType<string>;
|
|
@@ -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
|
-
|
|
517
|
-
type: globalThis.PropType<
|
|
518
|
-
default: string;
|
|
516
|
+
min: {
|
|
517
|
+
type: globalThis.PropType<number>;
|
|
519
518
|
};
|
|
520
519
|
max: {
|
|
521
520
|
type: globalThis.PropType<number>;
|
|
522
521
|
};
|
|
522
|
+
tag: {
|
|
523
|
+
type: globalThis.PropType<string>;
|
|
524
|
+
default: string;
|
|
525
|
+
};
|
|
523
526
|
validateEvent: {
|
|
524
527
|
type: globalThis.PropType<boolean>;
|
|
525
528
|
default: boolean;
|
|
526
529
|
};
|
|
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
|
-
|
|
571
|
-
type: globalThis.PropType<
|
|
572
|
-
default: string;
|
|
570
|
+
min: {
|
|
571
|
+
type: globalThis.PropType<number>;
|
|
573
572
|
};
|
|
574
573
|
max: {
|
|
575
574
|
type: globalThis.PropType<number>;
|
|
576
575
|
};
|
|
576
|
+
tag: {
|
|
577
|
+
type: globalThis.PropType<string>;
|
|
578
|
+
default: string;
|
|
579
|
+
};
|
|
577
580
|
validateEvent: {
|
|
578
581
|
type: globalThis.PropType<boolean>;
|
|
579
582
|
default: boolean;
|
|
580
583
|
};
|
|
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
|
-
|
|
622
|
-
type: globalThis.PropType<
|
|
623
|
-
default: string;
|
|
621
|
+
min: {
|
|
622
|
+
type: globalThis.PropType<number>;
|
|
624
623
|
};
|
|
625
624
|
max: {
|
|
626
625
|
type: globalThis.PropType<number>;
|
|
627
626
|
};
|
|
627
|
+
tag: {
|
|
628
|
+
type: globalThis.PropType<string>;
|
|
629
|
+
default: string;
|
|
630
|
+
};
|
|
628
631
|
validateEvent: {
|
|
629
632
|
type: globalThis.PropType<boolean>;
|
|
630
633
|
default: boolean;
|
|
631
634
|
};
|
|
632
|
-
min: {
|
|
633
|
-
type: globalThis.PropType<number>;
|
|
634
|
-
};
|
|
635
635
|
textColor: {
|
|
636
636
|
type: globalThis.PropType<string>;
|
|
637
637
|
};
|
|
@@ -642,8 +642,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
642
642
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
643
643
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
644
644
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
645
|
-
change: (...args: any[]) => void;
|
|
646
645
|
"update:modelValue": (...args: any[]) => void;
|
|
646
|
+
change: (...args: any[]) => void;
|
|
647
647
|
}, string, {
|
|
648
648
|
modelValue: import("./types").CheckboxGroupValueType;
|
|
649
649
|
tag: string;
|
|
@@ -706,8 +706,8 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
706
706
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
707
707
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
708
708
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
709
|
-
change: (...args: any[]) => void;
|
|
710
709
|
"update:modelValue": (...args: any[]) => void;
|
|
710
|
+
change: (...args: any[]) => void;
|
|
711
711
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
712
712
|
modelValue: {
|
|
713
713
|
type: globalThis.PropType<string | number | boolean>;
|
|
@@ -867,8 +867,8 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
867
867
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
868
868
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
869
869
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
870
|
-
change: (...args: any[]) => void;
|
|
871
870
|
"update:modelValue": (...args: any[]) => void;
|
|
871
|
+
change: (...args: any[]) => void;
|
|
872
872
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
873
873
|
$slots: {
|
|
874
874
|
default?(_: {}): any;
|
|
@@ -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
|
-
|
|
899
|
-
type: globalThis.PropType<
|
|
900
|
-
default: string;
|
|
898
|
+
min: {
|
|
899
|
+
type: globalThis.PropType<number>;
|
|
901
900
|
};
|
|
902
901
|
max: {
|
|
903
902
|
type: globalThis.PropType<number>;
|
|
904
903
|
};
|
|
904
|
+
tag: {
|
|
905
|
+
type: globalThis.PropType<string>;
|
|
906
|
+
default: string;
|
|
907
|
+
};
|
|
905
908
|
validateEvent: {
|
|
906
909
|
type: globalThis.PropType<boolean>;
|
|
907
910
|
default: boolean;
|
|
908
911
|
};
|
|
909
|
-
min: {
|
|
910
|
-
type: globalThis.PropType<number>;
|
|
911
|
-
};
|
|
912
912
|
textColor: {
|
|
913
913
|
type: globalThis.PropType<string>;
|
|
914
914
|
};
|
|
@@ -919,8 +919,8 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
919
919
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
920
920
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
921
921
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
922
|
-
change: (...args: any[]) => void;
|
|
923
922
|
"update:modelValue": (...args: any[]) => void;
|
|
923
|
+
change: (...args: any[]) => void;
|
|
924
924
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
925
925
|
fill: {
|
|
926
926
|
type: globalThis.PropType<string>;
|
|
@@ -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
|
-
|
|
945
|
-
type: globalThis.PropType<
|
|
946
|
-
default: string;
|
|
944
|
+
min: {
|
|
945
|
+
type: globalThis.PropType<number>;
|
|
947
946
|
};
|
|
948
947
|
max: {
|
|
949
948
|
type: globalThis.PropType<number>;
|
|
950
949
|
};
|
|
950
|
+
tag: {
|
|
951
|
+
type: globalThis.PropType<string>;
|
|
952
|
+
default: string;
|
|
953
|
+
};
|
|
951
954
|
validateEvent: {
|
|
952
955
|
type: globalThis.PropType<boolean>;
|
|
953
956
|
default: boolean;
|
|
954
957
|
};
|
|
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
|
-
|
|
999
|
-
type: globalThis.PropType<
|
|
1000
|
-
default: string;
|
|
998
|
+
min: {
|
|
999
|
+
type: globalThis.PropType<number>;
|
|
1001
1000
|
};
|
|
1002
1001
|
max: {
|
|
1003
1002
|
type: globalThis.PropType<number>;
|
|
1004
1003
|
};
|
|
1004
|
+
tag: {
|
|
1005
|
+
type: globalThis.PropType<string>;
|
|
1006
|
+
default: string;
|
|
1007
|
+
};
|
|
1005
1008
|
validateEvent: {
|
|
1006
1009
|
type: globalThis.PropType<boolean>;
|
|
1007
1010
|
default: boolean;
|
|
1008
1011
|
};
|
|
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
|
-
|
|
1050
|
-
type: globalThis.PropType<
|
|
1051
|
-
default: string;
|
|
1049
|
+
min: {
|
|
1050
|
+
type: globalThis.PropType<number>;
|
|
1052
1051
|
};
|
|
1053
1052
|
max: {
|
|
1054
1053
|
type: globalThis.PropType<number>;
|
|
1055
1054
|
};
|
|
1055
|
+
tag: {
|
|
1056
|
+
type: globalThis.PropType<string>;
|
|
1057
|
+
default: string;
|
|
1058
|
+
};
|
|
1056
1059
|
validateEvent: {
|
|
1057
1060
|
type: globalThis.PropType<boolean>;
|
|
1058
1061
|
default: boolean;
|
|
1059
1062
|
};
|
|
1060
|
-
min: {
|
|
1061
|
-
type: globalThis.PropType<number>;
|
|
1062
|
-
};
|
|
1063
1063
|
textColor: {
|
|
1064
1064
|
type: globalThis.PropType<string>;
|
|
1065
1065
|
};
|
|
@@ -1070,8 +1070,8 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
1070
1070
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1071
1071
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1072
1072
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1073
|
-
change: (...args: any[]) => void;
|
|
1074
1073
|
"update:modelValue": (...args: any[]) => void;
|
|
1074
|
+
change: (...args: any[]) => void;
|
|
1075
1075
|
}, string, {
|
|
1076
1076
|
modelValue: import("./types").CheckboxGroupValueType;
|
|
1077
1077
|
tag: string;
|
|
@@ -23,8 +23,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
23
|
color: Color;
|
|
24
24
|
showPicker: globalThis.Ref<boolean>;
|
|
25
25
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
-
change: (...args: any[]) => void;
|
|
27
26
|
"update:modelValue": (...args: any[]) => void;
|
|
27
|
+
change: (...args: any[]) => void;
|
|
28
28
|
activeChange: (...args: any[]) => void;
|
|
29
29
|
"click-outside": (...args: any[]) => void;
|
|
30
30
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ColorPickerProps>, {
|
|
@@ -38,8 +38,8 @@ export declare const VftColorPicker: import("vft/es/utils").SFCWithInstall<impor
|
|
|
38
38
|
color: import("./utils/color").default;
|
|
39
39
|
showPicker: globalThis.Ref<boolean>;
|
|
40
40
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
-
change: (...args: any[]) => void;
|
|
42
41
|
"update:modelValue": (...args: any[]) => void;
|
|
42
|
+
change: (...args: any[]) => void;
|
|
43
43
|
activeChange: (...args: any[]) => void;
|
|
44
44
|
"click-outside": (...args: any[]) => void;
|
|
45
45
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { MaybeRef } from '@vueuse/core';
|
|
1
2
|
import type { App, Ref } from 'vue';
|
|
2
3
|
import type { ConfigProviderContext } from '../constants';
|
|
3
4
|
export declare function useGlobalConfig<K extends keyof ConfigProviderContext, D extends ConfigProviderContext[K]>(key: K, defaultValue?: D): Ref<Exclude<ConfigProviderContext[K], undefined> | D>;
|
|
@@ -22,9 +23,9 @@ export declare function useGlobalComponentSettings(block: string): {
|
|
|
22
23
|
cssVarBlockName: (name: string) => string;
|
|
23
24
|
};
|
|
24
25
|
zIndex: {
|
|
25
|
-
initialZIndex: globalThis.ComputedRef<number
|
|
26
|
+
initialZIndex: globalThis.ComputedRef<number>;
|
|
26
27
|
currentZIndex: globalThis.ComputedRef<number>;
|
|
27
28
|
nextZIndex: () => number;
|
|
28
29
|
};
|
|
29
30
|
};
|
|
30
|
-
export declare const provideGlobalConfig: (config: MaybeRef<
|
|
31
|
+
export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => globalThis.ComputedRef<Partial<import("../config-provider.vue").ConfigProviderProps>> | 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" | "hours" | "minutes" | "seconds" | "hour" | "minute" | "second" | "day" | "millisecond" | "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,15 +59,7 @@ 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[]) =>
|
|
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>;
|
|
62
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
71
63
|
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>;
|
|
72
64
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
73
65
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -146,15 +138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
138
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
147
139
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
148
140
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
149
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
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>;
|
|
141
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
158
142
|
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>;
|
|
159
143
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
160
144
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -181,13 +165,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
181
165
|
readonly modelValue: import("../../utils").EpPropMergeType<(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>;
|
|
182
166
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
167
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
184
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
185
168
|
readonly placeholder: string;
|
|
186
169
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
187
170
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
188
171
|
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
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
189
173
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
|
-
readonly popperOptions:
|
|
174
|
+
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
191
175
|
readonly popperClass: string;
|
|
192
176
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
177
|
readonly rangeSeparator: string;
|
|
@@ -59,15 +59,7 @@ 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[]) =>
|
|
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>;
|
|
62
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
71
63
|
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>;
|
|
72
64
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
73
65
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -146,15 +138,7 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
146
138
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
147
139
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
148
140
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
149
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
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>;
|
|
141
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
158
142
|
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>;
|
|
159
143
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
160
144
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -181,13 +165,13 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
181
165
|
readonly modelValue: import("../../utils").EpPropMergeType<(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>;
|
|
182
166
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
167
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
184
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
185
168
|
readonly placeholder: string;
|
|
186
169
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
187
170
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
188
171
|
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
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
189
173
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
|
-
readonly popperOptions:
|
|
174
|
+
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
191
175
|
readonly popperClass: string;
|
|
192
176
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
177
|
readonly rangeSeparator: string;
|
|
@@ -258,15 +242,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
258
242
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
259
243
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
260
244
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
261
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
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>;
|
|
245
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
270
246
|
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>;
|
|
271
247
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
272
248
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -345,15 +321,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
345
321
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
346
322
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
347
323
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
348
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
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>;
|
|
324
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
357
325
|
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>;
|
|
358
326
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
359
327
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -380,13 +348,13 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
380
348
|
readonly modelValue: import("../../utils").EpPropMergeType<(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>;
|
|
381
349
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
382
350
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
383
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
384
351
|
readonly placeholder: string;
|
|
385
352
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
386
353
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
387
354
|
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
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
388
356
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
389
|
-
readonly popperOptions:
|
|
357
|
+
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
390
358
|
readonly popperClass: string;
|
|
391
359
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
392
360
|
readonly rangeSeparator: string;
|
|
@@ -61,15 +61,7 @@ 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[]) =>
|
|
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>;
|
|
64
|
+
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
73
65
|
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>;
|
|
74
66
|
readonly rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
75
67
|
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]) => boolean;
|
|
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) => Dayjs[];
|
|
13
13
|
type Dimension = {
|
|
14
14
|
row: number;
|
|
15
15
|
column: number;
|