ll-plus 2.0.11 → 2.0.13
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/components/advanced-filtering/index.d.ts +1680 -1680
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +192 -192
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +960 -960
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +480 -480
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +240 -240
- package/es/components/cascader/src/cascader.d.ts +1 -1
- package/es/components/cascader/src/cascader.vue2.mjs +1 -1
- package/es/components/cascader/src/cascader.vue2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +12 -12
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +6 -6
- package/es/components/checkbox/src/checkbox.d.ts +3 -3
- package/es/components/checkbox/src/checkbox.vue.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +3839 -41
- package/es/components/date-picker/index.mjs +1 -1
- package/es/components/date-picker/src/date-picker.d.ts +2 -8
- package/es/components/date-picker/src/date-picker.mjs +0 -23
- package/es/components/date-picker/src/date-picker.mjs.map +1 -1
- package/es/components/date-picker/src/date-picker.vue.d.ts +3839 -42
- package/es/components/date-picker/src/date-picker.vue2.mjs +6 -64
- package/es/components/date-picker/src/date-picker.vue2.mjs.map +1 -1
- package/es/components/date-range/index.d.ts +501 -47
- package/es/components/date-range/index.mjs +1 -1
- package/es/components/date-range/src/date-range.d.ts +2 -9
- package/es/components/date-range/src/date-range.mjs +0 -29
- package/es/components/date-range/src/date-range.mjs.map +1 -1
- package/es/components/date-range/src/date-range.vue.d.ts +501 -48
- package/es/components/date-range/src/date-range.vue2.mjs +6 -69
- package/es/components/date-range/src/date-range.vue2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +469 -0
- package/es/components/drawer/src/drawer.vue.d.ts +469 -0
- package/es/components/drawer/src/drawer.vue2.mjs +5 -17
- package/es/components/drawer/src/drawer.vue2.mjs.map +1 -1
- package/es/components/form/index.d.ts +240 -240
- package/es/components/form/src/form.d.ts +96 -96
- package/es/components/form/src/form.vue.d.ts +240 -240
- package/es/components/form-item/index.d.ts +24 -24
- package/es/components/form-item/src/form-item.vue.d.ts +24 -24
- package/es/components/index.mjs +0 -4
- package/es/components/index.mjs.map +1 -1
- package/es/components/input/index.d.ts +35 -35
- package/es/components/input/src/input.vue.d.ts +35 -35
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/input-number/src/input-number.vue.d.ts +2 -2
- package/es/components/modal/index.d.ts +6 -6
- package/es/components/modal/src/modal.vue.d.ts +6 -6
- package/es/components/segmented/src/segmented.d.ts +1 -1
- package/es/components/select-group/src/select-group.d.ts +9 -3
- package/es/components/select-group/src/select-group.mjs +1 -2
- package/es/components/select-group/src/select-group.mjs.map +1 -1
- package/es/components/steps/src/steps.d.ts +1 -1
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/switch/src/switch.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +6 -6
- package/es/components/time-picker/index.d.ts +19 -41
- package/es/components/time-picker/index.mjs +1 -1
- package/es/components/time-picker/src/time-picker.d.ts +2 -8
- package/es/components/time-picker/src/time-picker.mjs +0 -23
- package/es/components/time-picker/src/time-picker.mjs.map +1 -1
- package/es/components/time-picker/src/time-picker.vue.d.ts +19 -41
- package/es/components/time-picker/src/time-picker.vue2.mjs +6 -149
- package/es/components/time-picker/src/time-picker.vue2.mjs.map +1 -1
- package/es/components/time-range/index.d.ts +3 -46
- package/es/components/time-range/index.mjs +1 -1
- package/es/components/time-range/src/time-range.d.ts +2 -9
- package/es/components/time-range/src/time-range.mjs +0 -29
- package/es/components/time-range/src/time-range.mjs.map +1 -1
- package/es/components/time-range/src/time-range.vue.d.ts +3 -46
- package/es/components/time-range/src/time-range.vue2.mjs +19 -151
- package/es/components/time-range/src/time-range.vue2.mjs.map +1 -1
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +2 -2
- package/es/components/tree-search/src/tree-search.vue.d.ts +2 -2
- package/es/index.mjs +0 -4
- package/es/index.mjs.map +1 -1
- package/es/utils/number.d.ts +1 -1
- package/index.full.js +33 -533
- package/index.full.min.js +15 -15
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +20 -20
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +35 -531
- package/lib/components/advanced-filtering/index.d.ts +1680 -1680
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +192 -192
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +960 -960
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +480 -480
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +240 -240
- package/lib/components/cascader/src/cascader.d.ts +1 -1
- package/lib/components/cascader/src/cascader.vue2.js +1 -1
- package/lib/components/cascader/src/cascader.vue2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +12 -12
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +6 -6
- package/lib/components/checkbox/src/checkbox.d.ts +3 -3
- package/lib/components/checkbox/src/checkbox.vue.d.ts +6 -6
- package/lib/components/date-picker/index.d.ts +3839 -41
- package/lib/components/date-picker/index.js +3 -4
- package/lib/components/date-picker/index.js.map +1 -1
- package/lib/components/date-picker/src/date-picker.d.ts +2 -8
- package/lib/components/date-picker/src/date-picker.js +0 -23
- package/lib/components/date-picker/src/date-picker.js.map +1 -1
- package/lib/components/date-picker/src/date-picker.vue.d.ts +3839 -42
- package/lib/components/date-picker/src/date-picker.vue2.js +5 -63
- package/lib/components/date-picker/src/date-picker.vue2.js.map +1 -1
- package/lib/components/date-range/index.d.ts +501 -47
- package/lib/components/date-range/index.js +3 -4
- package/lib/components/date-range/index.js.map +1 -1
- package/lib/components/date-range/src/date-range.d.ts +2 -9
- package/lib/components/date-range/src/date-range.js +0 -29
- package/lib/components/date-range/src/date-range.js.map +1 -1
- package/lib/components/date-range/src/date-range.vue.d.ts +501 -48
- package/lib/components/date-range/src/date-range.vue2.js +5 -68
- package/lib/components/date-range/src/date-range.vue2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +469 -0
- package/lib/components/drawer/src/drawer.vue.d.ts +469 -0
- package/lib/components/drawer/src/drawer.vue2.js +4 -16
- package/lib/components/drawer/src/drawer.vue2.js.map +1 -1
- package/lib/components/form/index.d.ts +240 -240
- package/lib/components/form/src/form.d.ts +96 -96
- package/lib/components/form/src/form.vue.d.ts +240 -240
- package/lib/components/form-item/index.d.ts +24 -24
- package/lib/components/form-item/src/form-item.vue.d.ts +24 -24
- package/lib/components/index.js +0 -8
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/index.d.ts +35 -35
- package/lib/components/input/src/input.vue.d.ts +35 -35
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
- package/lib/components/modal/index.d.ts +6 -6
- package/lib/components/modal/src/modal.vue.d.ts +6 -6
- package/lib/components/segmented/src/segmented.d.ts +1 -1
- package/lib/components/select-group/src/select-group.d.ts +9 -3
- package/lib/components/select-group/src/select-group.js +1 -2
- package/lib/components/select-group/src/select-group.js.map +1 -1
- package/lib/components/steps/src/steps.d.ts +1 -1
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/switch/src/switch.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +6 -6
- package/lib/components/time-picker/index.d.ts +19 -41
- package/lib/components/time-picker/index.js +3 -4
- package/lib/components/time-picker/index.js.map +1 -1
- package/lib/components/time-picker/src/time-picker.d.ts +2 -8
- package/lib/components/time-picker/src/time-picker.js +0 -23
- package/lib/components/time-picker/src/time-picker.js.map +1 -1
- package/lib/components/time-picker/src/time-picker.vue.d.ts +19 -41
- package/lib/components/time-picker/src/time-picker.vue2.js +5 -148
- package/lib/components/time-picker/src/time-picker.vue2.js.map +1 -1
- package/lib/components/time-range/index.d.ts +3 -46
- package/lib/components/time-range/index.js +3 -4
- package/lib/components/time-range/index.js.map +1 -1
- package/lib/components/time-range/src/time-range.d.ts +2 -9
- package/lib/components/time-range/src/time-range.js +0 -29
- package/lib/components/time-range/src/time-range.js.map +1 -1
- package/lib/components/time-range/src/time-range.vue.d.ts +3 -46
- package/lib/components/time-range/src/time-range.vue2.js +18 -150
- package/lib/components/time-range/src/time-range.vue2.js.map +1 -1
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +2 -2
- package/lib/components/tree-search/src/tree-search.vue.d.ts +2 -2
- package/lib/index.js +0 -8
- package/lib/index.js.map +1 -1
- package/lib/utils/number.d.ts +1 -1
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +1680 -1680
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +192 -192
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +960 -960
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +480 -480
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +240 -240
- package/types/packages/components/cascader/src/cascader.d.ts +1 -1
- package/types/packages/components/checkbox/index.d.ts +12 -12
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +6 -6
- package/types/packages/components/checkbox/src/checkbox.d.ts +3 -3
- package/types/packages/components/checkbox/src/checkbox.vue.d.ts +6 -6
- package/types/packages/components/date-picker/index.d.ts +3839 -41
- package/types/packages/components/date-picker/src/date-picker.d.ts +2 -8
- package/types/packages/components/date-picker/src/date-picker.vue.d.ts +3839 -42
- package/types/packages/components/date-range/index.d.ts +501 -47
- package/types/packages/components/date-range/src/date-range.d.ts +2 -9
- package/types/packages/components/date-range/src/date-range.vue.d.ts +501 -48
- package/types/packages/components/drawer/index.d.ts +469 -0
- package/types/packages/components/drawer/src/drawer.vue.d.ts +469 -0
- package/types/packages/components/form/index.d.ts +240 -240
- package/types/packages/components/form/src/form.d.ts +96 -96
- package/types/packages/components/form/src/form.vue.d.ts +240 -240
- package/types/packages/components/form-item/index.d.ts +24 -24
- package/types/packages/components/form-item/src/form-item.vue.d.ts +24 -24
- package/types/packages/components/input/index.d.ts +35 -35
- package/types/packages/components/input/src/input.vue.d.ts +35 -35
- package/types/packages/components/input-number/index.d.ts +2 -2
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
- package/types/packages/components/modal/index.d.ts +6 -6
- package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/segmented/src/segmented.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.d.ts +9 -3
- package/types/packages/components/steps/src/steps.d.ts +1 -1
- package/types/packages/components/switch/index.d.ts +6 -6
- package/types/packages/components/switch/src/switch.d.ts +3 -3
- package/types/packages/components/switch/src/switch.vue.d.ts +6 -6
- package/types/packages/components/time-picker/index.d.ts +19 -41
- package/types/packages/components/time-picker/src/time-picker.d.ts +2 -8
- package/types/packages/components/time-picker/src/time-picker.vue.d.ts +19 -41
- package/types/packages/components/time-range/index.d.ts +3 -46
- package/types/packages/components/time-range/src/time-range.d.ts +2 -9
- package/types/packages/components/time-range/src/time-range.vue.d.ts +3 -46
- package/types/packages/components/tree/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +2 -2
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +2 -2
- package/types/packages/utils/number.d.ts +1 -1
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
import DateRange from './src/date-range.vue';
|
|
2
|
-
export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[] | [import("ant-design-vue/es/vc-picker/interface").EventValue<import("dayjs").Dayjs>, import("ant-design-vue/es/vc-picker/interface").EventValue<import("dayjs").Dayjs>]) | (() => string[] | import("ant-design-vue/es/vc-picker/interface").RangeValue<import("dayjs").Dayjs> | undefined) | ((new (...args: any[]) => string[] | [import("ant-design-vue/es/vc-picker/interface").EventValue<import("dayjs").Dayjs>, import("ant-design-vue/es/vc-picker/interface").EventValue<import("dayjs").Dayjs>]) | (() => string[] | import("ant-design-vue/es/vc-picker/interface").RangeValue<import("dayjs").Dayjs> | undefined))[], unknown, unknown, null, boolean>;
|
|
4
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "YYYY-MM-DD", boolean>;
|
|
5
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined))[], unknown, unknown, null, boolean>;
|
|
6
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined))[], unknown, unknown, null, boolean>;
|
|
7
|
-
readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => [string, string]) | (() => [string, string] | undefined) | ((new (...args: any[]) => [string, string]) | (() => [string, string] | undefined))[], unknown, unknown, () => string[], boolean>;
|
|
8
|
-
}, {
|
|
9
|
-
props: import("@vue/shared").LooseRequired<{
|
|
10
|
-
readonly value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string[] | [import("ant-design-vue/es/vc-picker/interface").EventValue<import("dayjs").Dayjs>, import("ant-design-vue/es/vc-picker/interface").EventValue<import("dayjs").Dayjs>]) | (() => string[] | import("ant-design-vue/es/vc-picker/interface").RangeValue<import("dayjs").Dayjs> | undefined) | ((new (...args: any[]) => string[] | [import("ant-design-vue/es/vc-picker/interface").EventValue<import("dayjs").Dayjs>, import("ant-design-vue/es/vc-picker/interface").EventValue<import("dayjs").Dayjs>]) | (() => string[] | import("ant-design-vue/es/vc-picker/interface").RangeValue<import("dayjs").Dayjs> | undefined))[], unknown, unknown>;
|
|
11
|
-
readonly placeholder: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => [string, string]) | (() => [string, string] | undefined) | ((new (...args: any[]) => [string, string]) | (() => [string, string] | undefined))[], unknown, unknown>;
|
|
12
|
-
readonly format: string;
|
|
13
|
-
readonly startTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined))[], unknown, unknown>;
|
|
14
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined))[], unknown, unknown>;
|
|
15
|
-
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
} & {}>;
|
|
18
|
-
emit: (event: "change" | "update:value", ...args: any[]) => void;
|
|
2
|
+
export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
19
3
|
attrs: {
|
|
20
4
|
[x: string]: unknown;
|
|
21
5
|
};
|
|
@@ -29,36 +13,506 @@ export declare const LlDateRange: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
29
13
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
30
14
|
is: (name?: string) => string;
|
|
31
15
|
};
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
16
|
+
readonly RangePicker: import("vue").DefineComponent<{
|
|
17
|
+
allowEmpty: {
|
|
18
|
+
type: import("vue").PropType<[boolean, boolean]>;
|
|
19
|
+
default: [boolean, boolean];
|
|
20
|
+
};
|
|
21
|
+
dateRender: {
|
|
22
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-picker/RangePicker").RangeDateRender<import("dayjs").Dayjs>>;
|
|
23
|
+
default: import("ant-design-vue/es/vc-picker/RangePicker").RangeDateRender<import("dayjs").Dayjs>;
|
|
24
|
+
};
|
|
25
|
+
defaultPickerValue: {
|
|
26
|
+
type: import("vue").PropType<[string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]>;
|
|
27
|
+
default: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
28
|
+
};
|
|
29
|
+
defaultValue: {
|
|
30
|
+
type: import("vue").PropType<[string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]>;
|
|
31
|
+
default: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
32
|
+
};
|
|
33
|
+
value: {
|
|
34
|
+
type: import("vue").PropType<[string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]>;
|
|
35
|
+
default: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
36
|
+
};
|
|
37
|
+
presets: {
|
|
38
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-picker/interface").PresetDate<import("dayjs").Dayjs[]>[]>;
|
|
39
|
+
default: import("ant-design-vue/es/vc-picker/interface").PresetDate<import("dayjs").Dayjs[]>[];
|
|
40
|
+
};
|
|
41
|
+
disabledTime: {
|
|
42
|
+
type: import("vue").PropType<(date: import("dayjs").Dayjs, type: import("ant-design-vue/es/vc-picker/RangePicker").RangeType) => import("ant-design-vue/es/vc-picker/interface").DisabledTimes>;
|
|
43
|
+
default: (date: import("dayjs").Dayjs, type: import("ant-design-vue/es/vc-picker/RangePicker").RangeType) => import("ant-design-vue/es/vc-picker/interface").DisabledTimes;
|
|
44
|
+
};
|
|
45
|
+
disabled: {
|
|
46
|
+
type: import("vue").PropType<boolean | [boolean, boolean]>;
|
|
47
|
+
default: boolean | [boolean, boolean];
|
|
48
|
+
};
|
|
49
|
+
renderExtraFooter: {
|
|
50
|
+
type: import("vue").PropType<() => import("ant-design-vue/es/_util/type").VueNode>;
|
|
51
|
+
default: () => import("ant-design-vue/es/_util/type").VueNode;
|
|
52
|
+
};
|
|
53
|
+
separator: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
};
|
|
56
|
+
showTime: {
|
|
57
|
+
type: import("vue").PropType<boolean | (Omit<import("ant-design-vue/es/vc-picker/panels/TimePanel").SharedTimeProps<import("dayjs").Dayjs>, "defaultValue"> & {
|
|
58
|
+
defaultValue?: import("dayjs").Dayjs[] | undefined;
|
|
59
|
+
})>;
|
|
60
|
+
default: boolean | (Omit<import("ant-design-vue/es/vc-picker/panels/TimePanel").SharedTimeProps<import("dayjs").Dayjs>, "defaultValue"> & {
|
|
61
|
+
defaultValue?: import("dayjs").Dayjs[] | undefined;
|
|
62
|
+
});
|
|
63
|
+
};
|
|
64
|
+
ranges: {
|
|
65
|
+
type: import("vue").PropType<Record<string, [import("dayjs").Dayjs, import("dayjs").Dayjs] | (() => [import("dayjs").Dayjs, import("dayjs").Dayjs])>>;
|
|
66
|
+
default: Record<string, [import("dayjs").Dayjs, import("dayjs").Dayjs] | (() => [import("dayjs").Dayjs, import("dayjs").Dayjs])>;
|
|
67
|
+
};
|
|
68
|
+
placeholder: {
|
|
69
|
+
type: import("vue").PropType<string[]>;
|
|
70
|
+
default: string[];
|
|
71
|
+
};
|
|
72
|
+
mode: {
|
|
73
|
+
type: import("vue").PropType<[import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode]>;
|
|
74
|
+
default: [import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode];
|
|
75
|
+
};
|
|
76
|
+
onChange: {
|
|
77
|
+
type: import("vue").PropType<(value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], dateString: [string, string]) => void>;
|
|
78
|
+
default: (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], dateString: [string, string]) => void;
|
|
79
|
+
};
|
|
80
|
+
'onUpdate:value': {
|
|
81
|
+
type: import("vue").PropType<(value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void>;
|
|
82
|
+
default: (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
|
|
83
|
+
};
|
|
84
|
+
onCalendarChange: {
|
|
85
|
+
type: import("vue").PropType<(values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], formatString: [string, string], info: import("ant-design-vue/es/vc-picker/RangePicker").RangeInfo) => void>;
|
|
86
|
+
default: (values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], formatString: [string, string], info: import("ant-design-vue/es/vc-picker/RangePicker").RangeInfo) => void;
|
|
87
|
+
};
|
|
88
|
+
onPanelChange: {
|
|
89
|
+
type: import("vue").PropType<(values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], modes: [import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode]) => void>;
|
|
90
|
+
default: (values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], modes: [import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode]) => void;
|
|
91
|
+
};
|
|
92
|
+
onOk: {
|
|
93
|
+
type: import("vue").PropType<(dates: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void>;
|
|
94
|
+
default: (dates: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
|
|
95
|
+
};
|
|
96
|
+
id: StringConstructor;
|
|
97
|
+
dropdownClassName: StringConstructor;
|
|
98
|
+
popupClassName: StringConstructor;
|
|
99
|
+
popupStyle: {
|
|
100
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
101
|
+
default: import("vue").CSSProperties;
|
|
102
|
+
};
|
|
103
|
+
transitionName: StringConstructor;
|
|
104
|
+
allowClear: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
autofocus: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
tabindex: NumberConstructor;
|
|
113
|
+
open: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
defaultOpen: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
121
|
+
inputReadOnly: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
format: {
|
|
126
|
+
type: import("vue").PropType<string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs> | (string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs>)[]>;
|
|
127
|
+
default: string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs> | (string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs>)[];
|
|
128
|
+
};
|
|
129
|
+
getPopupContainer: {
|
|
130
|
+
type: import("vue").PropType<(node: HTMLElement) => HTMLElement>;
|
|
131
|
+
default: (node: HTMLElement) => HTMLElement;
|
|
132
|
+
};
|
|
133
|
+
panelRender: {
|
|
134
|
+
type: import("vue").PropType<(originPanel: import("ant-design-vue/es/_util/type").VueNode) => import("ant-design-vue/es/_util/type").VueNode>;
|
|
135
|
+
default: (originPanel: import("ant-design-vue/es/_util/type").VueNode) => import("ant-design-vue/es/_util/type").VueNode;
|
|
136
|
+
};
|
|
137
|
+
onOpenChange: {
|
|
138
|
+
type: import("vue").PropType<(open: boolean) => void>;
|
|
139
|
+
default: (open: boolean) => void;
|
|
140
|
+
};
|
|
141
|
+
'onUpdate:open': {
|
|
142
|
+
type: import("vue").PropType<(open: boolean) => void>;
|
|
143
|
+
default: (open: boolean) => void;
|
|
144
|
+
};
|
|
145
|
+
onFocus: {
|
|
146
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
147
|
+
default: import("ant-design-vue/es/_util/EventInterface").FocusEventHandler;
|
|
148
|
+
};
|
|
149
|
+
onBlur: {
|
|
150
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
151
|
+
default: import("ant-design-vue/es/_util/EventInterface").FocusEventHandler;
|
|
152
|
+
};
|
|
153
|
+
onMousedown: {
|
|
154
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
155
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
156
|
+
};
|
|
157
|
+
onMouseup: {
|
|
158
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
159
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
160
|
+
};
|
|
161
|
+
onMouseenter: {
|
|
162
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
163
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
164
|
+
};
|
|
165
|
+
onMouseleave: {
|
|
166
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
167
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
168
|
+
};
|
|
169
|
+
onClick: {
|
|
170
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
171
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
172
|
+
};
|
|
173
|
+
onContextmenu: {
|
|
174
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
175
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
176
|
+
};
|
|
177
|
+
onKeydown: {
|
|
178
|
+
type: import("vue").PropType<(event: KeyboardEvent, preventDefault: () => void) => void>;
|
|
179
|
+
default: (event: KeyboardEvent, preventDefault: () => void) => void;
|
|
180
|
+
};
|
|
181
|
+
role: StringConstructor;
|
|
182
|
+
name: StringConstructor;
|
|
183
|
+
autocomplete: StringConstructor;
|
|
184
|
+
direction: {
|
|
185
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
186
|
+
default: "ltr" | "rtl";
|
|
187
|
+
};
|
|
188
|
+
showToday: {
|
|
189
|
+
type: BooleanConstructor;
|
|
190
|
+
default: boolean;
|
|
191
|
+
};
|
|
192
|
+
locale: {
|
|
193
|
+
type: import("vue").PropType<import("ant-design-vue/es/date-picker/generatePicker").PickerLocale>;
|
|
194
|
+
default: import("ant-design-vue/es/date-picker/generatePicker").PickerLocale;
|
|
195
|
+
};
|
|
196
|
+
size: {
|
|
197
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
198
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
199
|
+
};
|
|
200
|
+
bordered: {
|
|
201
|
+
type: BooleanConstructor;
|
|
202
|
+
default: boolean;
|
|
203
|
+
};
|
|
204
|
+
disabledDate: {
|
|
205
|
+
type: import("vue").PropType<(date: import("dayjs").Dayjs) => boolean>;
|
|
206
|
+
default: (date: import("dayjs").Dayjs) => boolean;
|
|
207
|
+
};
|
|
208
|
+
picker: {
|
|
209
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-picker/interface").PickerMode>;
|
|
210
|
+
default: import("ant-design-vue/es/vc-picker/interface").PickerMode;
|
|
211
|
+
};
|
|
212
|
+
valueFormat: StringConstructor;
|
|
213
|
+
placement: {
|
|
214
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
215
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
216
|
+
};
|
|
217
|
+
status: {
|
|
218
|
+
type: import("vue").PropType<"" | "error" | "warning">;
|
|
219
|
+
default: "" | "error" | "warning";
|
|
220
|
+
};
|
|
221
|
+
disabledHours: {
|
|
222
|
+
type: import("vue").PropType<() => number[]>;
|
|
223
|
+
default: () => number[];
|
|
224
|
+
};
|
|
225
|
+
disabledMinutes: {
|
|
226
|
+
type: import("vue").PropType<(hour: number) => number[]>;
|
|
227
|
+
default: (hour: number) => number[];
|
|
228
|
+
};
|
|
229
|
+
disabledSeconds: {
|
|
230
|
+
type: import("vue").PropType<(hour: number, minute: number) => number[]>;
|
|
231
|
+
default: (hour: number, minute: number) => number[];
|
|
232
|
+
};
|
|
233
|
+
}, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
234
|
+
allowEmpty: {
|
|
235
|
+
type: import("vue").PropType<[boolean, boolean]>;
|
|
236
|
+
default: [boolean, boolean];
|
|
237
|
+
};
|
|
238
|
+
dateRender: {
|
|
239
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-picker/RangePicker").RangeDateRender<import("dayjs").Dayjs>>;
|
|
240
|
+
default: import("ant-design-vue/es/vc-picker/RangePicker").RangeDateRender<import("dayjs").Dayjs>;
|
|
241
|
+
};
|
|
242
|
+
defaultPickerValue: {
|
|
243
|
+
type: import("vue").PropType<[string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]>;
|
|
244
|
+
default: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
245
|
+
};
|
|
246
|
+
defaultValue: {
|
|
247
|
+
type: import("vue").PropType<[string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]>;
|
|
248
|
+
default: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
249
|
+
};
|
|
250
|
+
value: {
|
|
251
|
+
type: import("vue").PropType<[string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]>;
|
|
252
|
+
default: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
253
|
+
};
|
|
254
|
+
presets: {
|
|
255
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-picker/interface").PresetDate<import("dayjs").Dayjs[]>[]>;
|
|
256
|
+
default: import("ant-design-vue/es/vc-picker/interface").PresetDate<import("dayjs").Dayjs[]>[];
|
|
257
|
+
};
|
|
258
|
+
disabledTime: {
|
|
259
|
+
type: import("vue").PropType<(date: import("dayjs").Dayjs, type: import("ant-design-vue/es/vc-picker/RangePicker").RangeType) => import("ant-design-vue/es/vc-picker/interface").DisabledTimes>;
|
|
260
|
+
default: (date: import("dayjs").Dayjs, type: import("ant-design-vue/es/vc-picker/RangePicker").RangeType) => import("ant-design-vue/es/vc-picker/interface").DisabledTimes;
|
|
261
|
+
};
|
|
262
|
+
disabled: {
|
|
263
|
+
type: import("vue").PropType<boolean | [boolean, boolean]>;
|
|
264
|
+
default: boolean | [boolean, boolean];
|
|
265
|
+
};
|
|
266
|
+
renderExtraFooter: {
|
|
267
|
+
type: import("vue").PropType<() => import("ant-design-vue/es/_util/type").VueNode>;
|
|
268
|
+
default: () => import("ant-design-vue/es/_util/type").VueNode;
|
|
269
|
+
};
|
|
270
|
+
separator: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
};
|
|
273
|
+
showTime: {
|
|
274
|
+
type: import("vue").PropType<boolean | (Omit<import("ant-design-vue/es/vc-picker/panels/TimePanel").SharedTimeProps<import("dayjs").Dayjs>, "defaultValue"> & {
|
|
275
|
+
defaultValue?: import("dayjs").Dayjs[] | undefined;
|
|
276
|
+
})>;
|
|
277
|
+
default: boolean | (Omit<import("ant-design-vue/es/vc-picker/panels/TimePanel").SharedTimeProps<import("dayjs").Dayjs>, "defaultValue"> & {
|
|
278
|
+
defaultValue?: import("dayjs").Dayjs[] | undefined;
|
|
279
|
+
});
|
|
280
|
+
};
|
|
281
|
+
ranges: {
|
|
282
|
+
type: import("vue").PropType<Record<string, [import("dayjs").Dayjs, import("dayjs").Dayjs] | (() => [import("dayjs").Dayjs, import("dayjs").Dayjs])>>;
|
|
283
|
+
default: Record<string, [import("dayjs").Dayjs, import("dayjs").Dayjs] | (() => [import("dayjs").Dayjs, import("dayjs").Dayjs])>;
|
|
284
|
+
};
|
|
285
|
+
placeholder: {
|
|
286
|
+
type: import("vue").PropType<string[]>;
|
|
287
|
+
default: string[];
|
|
288
|
+
};
|
|
289
|
+
mode: {
|
|
290
|
+
type: import("vue").PropType<[import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode]>;
|
|
291
|
+
default: [import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode];
|
|
292
|
+
};
|
|
293
|
+
onChange: {
|
|
294
|
+
type: import("vue").PropType<(value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], dateString: [string, string]) => void>;
|
|
295
|
+
default: (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], dateString: [string, string]) => void;
|
|
296
|
+
};
|
|
297
|
+
'onUpdate:value': {
|
|
298
|
+
type: import("vue").PropType<(value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void>;
|
|
299
|
+
default: (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
|
|
300
|
+
};
|
|
301
|
+
onCalendarChange: {
|
|
302
|
+
type: import("vue").PropType<(values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], formatString: [string, string], info: import("ant-design-vue/es/vc-picker/RangePicker").RangeInfo) => void>;
|
|
303
|
+
default: (values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], formatString: [string, string], info: import("ant-design-vue/es/vc-picker/RangePicker").RangeInfo) => void;
|
|
304
|
+
};
|
|
305
|
+
onPanelChange: {
|
|
306
|
+
type: import("vue").PropType<(values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], modes: [import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode]) => void>;
|
|
307
|
+
default: (values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], modes: [import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode]) => void;
|
|
308
|
+
};
|
|
309
|
+
onOk: {
|
|
310
|
+
type: import("vue").PropType<(dates: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void>;
|
|
311
|
+
default: (dates: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
|
|
312
|
+
};
|
|
313
|
+
id: StringConstructor;
|
|
314
|
+
dropdownClassName: StringConstructor;
|
|
315
|
+
popupClassName: StringConstructor;
|
|
316
|
+
popupStyle: {
|
|
317
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
318
|
+
default: import("vue").CSSProperties;
|
|
319
|
+
};
|
|
320
|
+
transitionName: StringConstructor;
|
|
321
|
+
allowClear: {
|
|
322
|
+
type: BooleanConstructor;
|
|
323
|
+
default: boolean;
|
|
324
|
+
};
|
|
325
|
+
autofocus: {
|
|
326
|
+
type: BooleanConstructor;
|
|
327
|
+
default: boolean;
|
|
328
|
+
};
|
|
329
|
+
tabindex: NumberConstructor;
|
|
330
|
+
open: {
|
|
331
|
+
type: BooleanConstructor;
|
|
332
|
+
default: boolean;
|
|
333
|
+
};
|
|
334
|
+
defaultOpen: {
|
|
335
|
+
type: BooleanConstructor;
|
|
336
|
+
default: boolean;
|
|
337
|
+
};
|
|
338
|
+
inputReadOnly: {
|
|
339
|
+
type: BooleanConstructor;
|
|
340
|
+
default: boolean;
|
|
341
|
+
};
|
|
342
|
+
format: {
|
|
343
|
+
type: import("vue").PropType<string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs> | (string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs>)[]>;
|
|
344
|
+
default: string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs> | (string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs>)[];
|
|
345
|
+
};
|
|
346
|
+
getPopupContainer: {
|
|
347
|
+
type: import("vue").PropType<(node: HTMLElement) => HTMLElement>;
|
|
348
|
+
default: (node: HTMLElement) => HTMLElement;
|
|
349
|
+
};
|
|
350
|
+
panelRender: {
|
|
351
|
+
type: import("vue").PropType<(originPanel: import("ant-design-vue/es/_util/type").VueNode) => import("ant-design-vue/es/_util/type").VueNode>;
|
|
352
|
+
default: (originPanel: import("ant-design-vue/es/_util/type").VueNode) => import("ant-design-vue/es/_util/type").VueNode;
|
|
353
|
+
};
|
|
354
|
+
onOpenChange: {
|
|
355
|
+
type: import("vue").PropType<(open: boolean) => void>;
|
|
356
|
+
default: (open: boolean) => void;
|
|
357
|
+
};
|
|
358
|
+
'onUpdate:open': {
|
|
359
|
+
type: import("vue").PropType<(open: boolean) => void>;
|
|
360
|
+
default: (open: boolean) => void;
|
|
361
|
+
};
|
|
362
|
+
onFocus: {
|
|
363
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
364
|
+
default: import("ant-design-vue/es/_util/EventInterface").FocusEventHandler;
|
|
365
|
+
};
|
|
366
|
+
onBlur: {
|
|
367
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
368
|
+
default: import("ant-design-vue/es/_util/EventInterface").FocusEventHandler;
|
|
369
|
+
};
|
|
370
|
+
onMousedown: {
|
|
371
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
372
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
373
|
+
};
|
|
374
|
+
onMouseup: {
|
|
375
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
376
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
377
|
+
};
|
|
378
|
+
onMouseenter: {
|
|
379
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
380
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
381
|
+
};
|
|
382
|
+
onMouseleave: {
|
|
383
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
384
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
385
|
+
};
|
|
386
|
+
onClick: {
|
|
387
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
388
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
389
|
+
};
|
|
390
|
+
onContextmenu: {
|
|
391
|
+
type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
|
|
392
|
+
default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
393
|
+
};
|
|
394
|
+
onKeydown: {
|
|
395
|
+
type: import("vue").PropType<(event: KeyboardEvent, preventDefault: () => void) => void>;
|
|
396
|
+
default: (event: KeyboardEvent, preventDefault: () => void) => void;
|
|
397
|
+
};
|
|
398
|
+
role: StringConstructor;
|
|
399
|
+
name: StringConstructor;
|
|
400
|
+
autocomplete: StringConstructor;
|
|
401
|
+
direction: {
|
|
402
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
403
|
+
default: "ltr" | "rtl";
|
|
404
|
+
};
|
|
405
|
+
showToday: {
|
|
406
|
+
type: BooleanConstructor;
|
|
407
|
+
default: boolean;
|
|
408
|
+
};
|
|
409
|
+
locale: {
|
|
410
|
+
type: import("vue").PropType<import("ant-design-vue/es/date-picker/generatePicker").PickerLocale>;
|
|
411
|
+
default: import("ant-design-vue/es/date-picker/generatePicker").PickerLocale;
|
|
412
|
+
};
|
|
413
|
+
size: {
|
|
414
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
415
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
416
|
+
};
|
|
417
|
+
bordered: {
|
|
418
|
+
type: BooleanConstructor;
|
|
419
|
+
default: boolean;
|
|
420
|
+
};
|
|
421
|
+
disabledDate: {
|
|
422
|
+
type: import("vue").PropType<(date: import("dayjs").Dayjs) => boolean>;
|
|
423
|
+
default: (date: import("dayjs").Dayjs) => boolean;
|
|
424
|
+
};
|
|
425
|
+
picker: {
|
|
426
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-picker/interface").PickerMode>;
|
|
427
|
+
default: import("ant-design-vue/es/vc-picker/interface").PickerMode;
|
|
428
|
+
};
|
|
429
|
+
valueFormat: StringConstructor;
|
|
430
|
+
placement: {
|
|
431
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
432
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
433
|
+
};
|
|
434
|
+
status: {
|
|
435
|
+
type: import("vue").PropType<"" | "error" | "warning">;
|
|
436
|
+
default: "" | "error" | "warning";
|
|
437
|
+
};
|
|
438
|
+
disabledHours: {
|
|
439
|
+
type: import("vue").PropType<() => number[]>;
|
|
440
|
+
default: () => number[];
|
|
441
|
+
};
|
|
442
|
+
disabledMinutes: {
|
|
443
|
+
type: import("vue").PropType<(hour: number) => number[]>;
|
|
444
|
+
default: (hour: number) => number[];
|
|
445
|
+
};
|
|
446
|
+
disabledSeconds: {
|
|
447
|
+
type: import("vue").PropType<(hour: number, minute: number) => number[]>;
|
|
448
|
+
default: (hour: number, minute: number) => number[];
|
|
449
|
+
};
|
|
450
|
+
}>>, {
|
|
451
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
452
|
+
value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
453
|
+
mode: [import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode];
|
|
454
|
+
onMouseenter: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
455
|
+
onMouseleave: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
456
|
+
onClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
457
|
+
onFocus: import("ant-design-vue/es/_util/EventInterface").FocusEventHandler;
|
|
458
|
+
onBlur: import("ant-design-vue/es/_util/EventInterface").FocusEventHandler;
|
|
459
|
+
onChange: (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], dateString: [string, string]) => void;
|
|
460
|
+
onKeydown: (event: KeyboardEvent, preventDefault: () => void) => void;
|
|
461
|
+
onContextmenu: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
462
|
+
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
463
|
+
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
464
|
+
open: boolean;
|
|
465
|
+
direction: "ltr" | "rtl";
|
|
466
|
+
disabled: boolean | [boolean, boolean];
|
|
467
|
+
autofocus: boolean;
|
|
468
|
+
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
469
|
+
disabledDate: (date: import("dayjs").Dayjs) => boolean;
|
|
470
|
+
picker: import("ant-design-vue/es/vc-picker/interface").PickerMode;
|
|
471
|
+
onPanelChange: (values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], modes: [import("ant-design-vue/es/vc-picker/interface").PanelMode, import("ant-design-vue/es/vc-picker/interface").PanelMode]) => void;
|
|
472
|
+
locale: import("ant-design-vue/es/date-picker/generatePicker").PickerLocale;
|
|
473
|
+
format: string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs> | (string | import("ant-design-vue/es/vc-picker/interface").CustomFormat<import("dayjs").Dayjs>)[];
|
|
474
|
+
disabledHours: () => number[];
|
|
475
|
+
disabledMinutes: (hour: number) => number[];
|
|
476
|
+
disabledSeconds: (hour: number, minute: number) => number[];
|
|
477
|
+
disabledTime: (date: import("dayjs").Dayjs, type: import("ant-design-vue/es/vc-picker/RangePicker").RangeType) => import("ant-design-vue/es/vc-picker/interface").DisabledTimes;
|
|
478
|
+
status: "" | "error" | "warning";
|
|
479
|
+
defaultValue: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
480
|
+
'onUpdate:value': (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
|
|
481
|
+
popupStyle: import("vue").CSSProperties;
|
|
482
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
483
|
+
onOpenChange: (open: boolean) => void;
|
|
484
|
+
'onUpdate:open': (open: boolean) => void;
|
|
485
|
+
placeholder: string[];
|
|
486
|
+
bordered: boolean;
|
|
487
|
+
allowClear: boolean;
|
|
488
|
+
defaultOpen: boolean;
|
|
489
|
+
dateRender: import("ant-design-vue/es/vc-picker/RangePicker").RangeDateRender<import("dayjs").Dayjs>;
|
|
490
|
+
defaultPickerValue: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
491
|
+
showTime: boolean | (Omit<import("ant-design-vue/es/vc-picker/panels/TimePanel").SharedTimeProps<import("dayjs").Dayjs>, "defaultValue"> & {
|
|
492
|
+
defaultValue?: import("dayjs").Dayjs[] | undefined;
|
|
493
|
+
});
|
|
494
|
+
onOk: (dates: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
|
|
495
|
+
renderExtraFooter: () => import("ant-design-vue/es/_util/type").VueNode;
|
|
496
|
+
showToday: boolean;
|
|
497
|
+
presets: import("ant-design-vue/es/vc-picker/interface").PresetDate<import("dayjs").Dayjs[]>[];
|
|
498
|
+
inputReadOnly: boolean;
|
|
499
|
+
panelRender: (originPanel: import("ant-design-vue/es/_util/type").VueNode) => import("ant-design-vue/es/_util/type").VueNode;
|
|
500
|
+
ranges: Record<string, [import("dayjs").Dayjs, import("dayjs").Dayjs] | (() => [import("dayjs").Dayjs, import("dayjs").Dayjs])>;
|
|
501
|
+
allowEmpty: [boolean, boolean];
|
|
502
|
+
onCalendarChange: (values: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs], formatString: [string, string], info: import("ant-design-vue/es/vc-picker/RangePicker").RangeInfo) => void;
|
|
503
|
+
}, import("ant-design-vue/es/_util/type").CustomSlotsType<{
|
|
504
|
+
suffixIcon?: any;
|
|
505
|
+
prevIcon?: any;
|
|
506
|
+
nextIcon?: any;
|
|
507
|
+
superPrevIcon?: any;
|
|
508
|
+
superNextIcon?: any;
|
|
509
|
+
dateRender?: any;
|
|
510
|
+
renderExtraFooter?: any;
|
|
511
|
+
default?: any;
|
|
512
|
+
separator?: any;
|
|
513
|
+
clearIcon?: any;
|
|
514
|
+
}>>;
|
|
515
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
62
516
|
export default LlDateRange;
|
|
63
517
|
export * from './src/date-range';
|
|
64
518
|
declare module 'vue' {
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
import type { ExtractPropTypes } from 'vue';
|
|
2
1
|
import type DateRange from './date-range.vue';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "YYYY-MM-DD", boolean>;
|
|
6
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined))[], unknown, unknown, null, boolean>;
|
|
7
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string)) | (() => string | import("dayjs").Dayjs | (import("dayjs").Dayjs & string) | null | undefined))[], unknown, unknown, null, boolean>;
|
|
8
|
-
readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => [string, string]) | (() => [string, string] | undefined) | ((new (...args: any[]) => [string, string]) | (() => [string, string] | undefined))[], unknown, unknown, () => string[], boolean>;
|
|
9
|
-
};
|
|
10
|
-
export type DateRangeProps = ExtractPropTypes<typeof dateRangeProps>;
|
|
2
|
+
import type { TimeRangePickerProps } from 'ant-design-vue';
|
|
3
|
+
export type DateRangeProps = TimeRangePickerProps;
|
|
11
4
|
export type DateRangeInstance = InstanceType<typeof DateRange>;
|