ll-plus 2.0.11 → 2.0.12
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/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/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/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/modal/index.d.ts +2 -2
- package/es/components/modal/src/modal.vue.d.ts +2 -2
- package/es/components/segmented/src/segmented.d.ts +1 -1
- package/es/components/steps/src/steps.d.ts +1 -1
- 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-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/index.full.js +32 -531
- 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 +34 -529
- 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/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/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/modal/index.d.ts +2 -2
- package/lib/components/modal/src/modal.vue.d.ts +2 -2
- package/lib/components/segmented/src/segmented.d.ts +1 -1
- package/lib/components/steps/src/steps.d.ts +1 -1
- 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-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/package.json +1 -1
- package/types/packages/components/cascader/src/cascader.d.ts +1 -1
- 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/input/index.d.ts +35 -35
- package/types/packages/components/input/src/input.vue.d.ts +35 -35
- package/types/packages/components/modal/index.d.ts +2 -2
- package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
- package/types/packages/components/segmented/src/segmented.d.ts +1 -1
- package/types/packages/components/steps/src/steps.d.ts +1 -1
- 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-search/index.d.ts +2 -2
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +2 -2
|
@@ -21,8 +21,8 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
21
21
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
22
|
readonly class: string;
|
|
23
23
|
readonly "onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
readonly onOk?: ((...args: any[]) => any) | undefined;
|
|
25
24
|
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
readonly onOk?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
} & {}>;
|
|
27
27
|
emits: (event: "cancel" | "update:open" | "ok", ...args: any[]) => void;
|
|
28
28
|
attrs: {
|
|
@@ -1570,8 +1570,8 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1570
1570
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1571
1571
|
}>> & {
|
|
1572
1572
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1573
|
-
onOk?: ((...args: any[]) => any) | undefined;
|
|
1574
1573
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
1574
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
1575
1575
|
}, {
|
|
1576
1576
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
1577
1577
|
readonly title: string;
|
|
@@ -20,8 +20,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
21
|
readonly class: string;
|
|
22
22
|
readonly "onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
readonly onOk?: ((...args: any[]) => any) | undefined;
|
|
24
23
|
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
readonly onOk?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
} & {}>;
|
|
26
26
|
emits: (event: "cancel" | "update:open" | "ok", ...args: any[]) => void;
|
|
27
27
|
attrs: {
|
|
@@ -1569,8 +1569,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1569
1569
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1570
1570
|
}>> & {
|
|
1571
1571
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1572
|
-
onOk?: ((...args: any[]) => any) | undefined;
|
|
1573
1572
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
1573
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
1574
1574
|
}, {
|
|
1575
1575
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
1576
1576
|
readonly title: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import Segmented from './segmented.vue';
|
|
2
|
-
import { SegmentedProps as AntSegmentedProps } from 'ant-design-vue';
|
|
2
|
+
import type { SegmentedProps as AntSegmentedProps } from 'ant-design-vue/es/segmented/src/segmented';
|
|
3
3
|
export type SegmentedProps = AntSegmentedProps;
|
|
4
4
|
export type SegmentedInstance = InstanceType<typeof Segmented>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import Steps from './steps.vue';
|
|
2
|
-
import { StepsProps as AntStepsProps } from 'ant-design-vue';
|
|
2
|
+
import type { StepsProps as AntStepsProps } from 'ant-design-vue/es/steps';
|
|
3
3
|
export type StepsProps = AntStepsProps;
|
|
4
4
|
export type StepsInstance = InstanceType<typeof Steps>;
|
|
@@ -1,19 +1,5 @@
|
|
|
1
1
|
import TimePicker from './src/time-picker.vue';
|
|
2
|
-
export declare const LlTimePicker: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
4
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm:ss", boolean>;
|
|
5
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
6
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
7
|
-
}, {
|
|
8
|
-
props: import("@vue/shared").LooseRequired<{
|
|
9
|
-
readonly value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
10
|
-
readonly format: string;
|
|
11
|
-
readonly startTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
12
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
13
|
-
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
} & {}>;
|
|
16
|
-
emit: (event: "change" | "update:value", ...args: any[]) => void;
|
|
2
|
+
export declare const LlTimePicker: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
17
3
|
attrs: {
|
|
18
4
|
[x: string]: unknown;
|
|
19
5
|
};
|
|
@@ -27,32 +13,24 @@ export declare const LlTimePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
27
13
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
28
14
|
is: (name?: string) => string;
|
|
29
15
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
},
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
}, {
|
|
51
|
-
readonly value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
52
|
-
readonly format: string;
|
|
53
|
-
readonly startTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
54
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
55
|
-
}, {}>>;
|
|
16
|
+
readonly TimePicker: {
|
|
17
|
+
new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, true, {}, {}, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, {}, {}, {}, {}>;
|
|
25
|
+
__isFragment?: undefined;
|
|
26
|
+
__isTeleport?: undefined;
|
|
27
|
+
__isSuspense?: undefined;
|
|
28
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
29
|
+
TimePicker: import("vue").DefineComponent<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, {}>;
|
|
30
|
+
TimeRangePicker: import("vue").DefineComponent<import("ant-design-vue/es/time-picker/time-picker").TimeRangePickerProps<import("dayjs").Dayjs>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("ant-design-vue/es/time-picker/time-picker").TimeRangePickerProps<import("dayjs").Dayjs>>, {}, {}>;
|
|
31
|
+
install: (app: import("vue").App<any>) => import("vue").App<any>;
|
|
32
|
+
};
|
|
33
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
56
34
|
export default LlTimePicker;
|
|
57
35
|
export * from './src/time-picker';
|
|
58
36
|
declare module 'vue' {
|
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TimePickerProps as AntTimePickerProps } from 'ant-design-vue';
|
|
2
2
|
import type TimePicker from './time-picker.vue';
|
|
3
|
-
export
|
|
4
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
5
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm:ss", boolean>;
|
|
6
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
7
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
8
|
-
};
|
|
9
|
-
export type TimePickerProps = ExtractPropTypes<typeof timePickerProps>;
|
|
3
|
+
export type TimePickerProps = AntTimePickerProps;
|
|
10
4
|
export type TimePickerInstance = InstanceType<typeof TimePicker>;
|
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
3
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm:ss", boolean>;
|
|
4
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
5
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
6
|
-
}, {
|
|
7
|
-
props: import("@vue/shared").LooseRequired<{
|
|
8
|
-
readonly value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
9
|
-
readonly format: string;
|
|
10
|
-
readonly startTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
11
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
12
|
-
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
} & {}>;
|
|
15
|
-
emit: (event: "change" | "update:value", ...args: any[]) => void;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
16
2
|
attrs: {
|
|
17
3
|
[x: string]: unknown;
|
|
18
4
|
};
|
|
@@ -26,30 +12,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
12
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
27
13
|
is: (name?: string) => string;
|
|
28
14
|
};
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
},
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
}, {
|
|
50
|
-
readonly value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => import("dayjs").Dayjs) | (() => import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
51
|
-
readonly format: string;
|
|
52
|
-
readonly startTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
53
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
54
|
-
}, {}>;
|
|
15
|
+
readonly TimePicker: {
|
|
16
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, true, {}, {}, {
|
|
17
|
+
P: {};
|
|
18
|
+
B: {};
|
|
19
|
+
D: {};
|
|
20
|
+
C: {};
|
|
21
|
+
M: {};
|
|
22
|
+
Defaults: {};
|
|
23
|
+
}, Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, {}, {}, {}, {}>;
|
|
24
|
+
__isFragment?: undefined;
|
|
25
|
+
__isTeleport?: undefined;
|
|
26
|
+
__isSuspense?: undefined;
|
|
27
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
28
|
+
TimePicker: import("vue").DefineComponent<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("ant-design-vue/es/time-picker/time-picker").TimePickerProps<import("dayjs").Dayjs>>, {}, {}>;
|
|
29
|
+
TimeRangePicker: import("vue").DefineComponent<import("ant-design-vue/es/time-picker/time-picker").TimeRangePickerProps<import("dayjs").Dayjs>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("ant-design-vue/es/time-picker/time-picker").TimeRangePickerProps<import("dayjs").Dayjs>>, {}, {}>;
|
|
30
|
+
install: (app: import("vue").App<any>) => import("vue").App<any>;
|
|
31
|
+
};
|
|
32
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
55
33
|
export default _default;
|
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
import TimeRange from './src/time-range.vue';
|
|
2
|
-
export declare const LlTimeRange: 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, "HH:mm:ss", boolean>;
|
|
5
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
6
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | 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) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
14
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | 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 LlTimeRange: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
19
3
|
attrs: {
|
|
20
4
|
[x: string]: unknown;
|
|
21
5
|
};
|
|
@@ -29,35 +13,8 @@ export declare const LlTimeRange: 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
|
-
getEndTimeArr: import("vue").ComputedRef<string[]>;
|
|
35
|
-
getBindValue: import("vue").ComputedRef<{
|
|
36
|
-
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>;
|
|
37
|
-
format: string;
|
|
38
|
-
valueFormat: string;
|
|
39
|
-
showNow: unknown;
|
|
40
|
-
disabledTime: unknown;
|
|
41
|
-
}>;
|
|
42
|
-
setValue: (value: any) => void;
|
|
43
|
-
onChange: (date: any) => void;
|
|
44
|
-
padZero: (str: any) => any;
|
|
45
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value")[], "change" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
-
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>;
|
|
47
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm:ss", boolean>;
|
|
48
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
49
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
50
|
-
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>;
|
|
51
|
-
}>> & {
|
|
52
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
53
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
}, {
|
|
55
|
-
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>;
|
|
56
|
-
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>;
|
|
57
|
-
readonly format: string;
|
|
58
|
-
readonly startTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
59
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
60
|
-
}, {}>>;
|
|
16
|
+
readonly TimeRangePicker: import("vue").DefineComponent<import("ant-design-vue/es/time-picker/time-picker").TimeRangePickerProps<import("dayjs").Dayjs>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("ant-design-vue/es/time-picker/time-picker").TimeRangePickerProps<import("dayjs").Dayjs>>, {}, {}>;
|
|
17
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
61
18
|
export default LlTimeRange;
|
|
62
19
|
export * from './src/time-range';
|
|
63
20
|
declare module 'vue' {
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TimeRangePickerProps } from 'ant-design-vue';
|
|
2
2
|
import type TimeRange from './time-range.vue';
|
|
3
|
-
export
|
|
4
|
-
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>;
|
|
5
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm:ss", boolean>;
|
|
6
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
7
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | 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 TimeRangeProps = ExtractPropTypes<typeof timeRangeProps>;
|
|
3
|
+
export type TimeRangeProps = TimeRangePickerProps;
|
|
11
4
|
export type TimeRangeInstance = InstanceType<typeof TimeRange>;
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
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>;
|
|
3
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm:ss", boolean>;
|
|
4
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
5
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
6
|
-
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>;
|
|
7
|
-
}, {
|
|
8
|
-
props: import("@vue/shared").LooseRequired<{
|
|
9
|
-
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>;
|
|
10
|
-
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>;
|
|
11
|
-
readonly format: string;
|
|
12
|
-
readonly startTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
13
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
14
|
-
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
} & {}>;
|
|
17
|
-
emit: (event: "change" | "update:value", ...args: any[]) => void;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
18
2
|
attrs: {
|
|
19
3
|
[x: string]: unknown;
|
|
20
4
|
};
|
|
@@ -28,33 +12,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
12
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
29
13
|
is: (name?: string) => string;
|
|
30
14
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
getEndTimeArr: import("vue").ComputedRef<string[]>;
|
|
34
|
-
getBindValue: import("vue").ComputedRef<{
|
|
35
|
-
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>;
|
|
36
|
-
format: string;
|
|
37
|
-
valueFormat: string;
|
|
38
|
-
showNow: unknown;
|
|
39
|
-
disabledTime: unknown;
|
|
40
|
-
}>;
|
|
41
|
-
setValue: (value: any) => void;
|
|
42
|
-
onChange: (date: any) => void;
|
|
43
|
-
padZero: (str: any) => any;
|
|
44
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value")[], "change" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
-
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>;
|
|
46
|
-
readonly format: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm:ss", boolean>;
|
|
47
|
-
readonly startTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
48
|
-
readonly endTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown, null, boolean>;
|
|
49
|
-
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>;
|
|
50
|
-
}>> & {
|
|
51
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
52
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
53
|
-
}, {
|
|
54
|
-
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>;
|
|
55
|
-
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>;
|
|
56
|
-
readonly format: string;
|
|
57
|
-
readonly startTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
58
|
-
readonly endTime: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined) | ((new (...args: any[]) => string | import("dayjs").Dayjs) | (() => string | import("dayjs").Dayjs | null | undefined))[], unknown, unknown>;
|
|
59
|
-
}, {}>;
|
|
15
|
+
readonly TimeRangePicker: import("vue").DefineComponent<import("ant-design-vue/es/time-picker/time-picker").TimeRangePickerProps<import("dayjs").Dayjs>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("ant-design-vue/es/time-picker/time-picker").TimeRangePickerProps<import("dayjs").Dayjs>>, {}, {}>;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
60
17
|
export default _default;
|
|
@@ -78,8 +78,8 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
78
78
|
readonly expandedKeys?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string[] | number[]) | (() => string[] | number[]) | ((new (...args: any[]) => string[] | number[]) | (() => string[] | number[]))[], unknown, unknown> | undefined;
|
|
79
79
|
readonly onSelect?: ((selectedKeys: any, e: any) => any) | undefined;
|
|
80
80
|
readonly onClose?: (() => any) | undefined;
|
|
81
|
-
readonly onOk?: (() => any) | undefined;
|
|
82
81
|
readonly onCancel?: (() => any) | undefined;
|
|
82
|
+
readonly onOk?: (() => any) | undefined;
|
|
83
83
|
readonly onExpand?: ((expandedKeys: any, data: any) => any) | undefined;
|
|
84
84
|
readonly onClickAdd?: (() => any) | undefined;
|
|
85
85
|
} & {}>;
|
|
@@ -370,8 +370,8 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
370
370
|
}>> & {
|
|
371
371
|
onSelect?: ((selectedKeys: any, e: any) => any) | undefined;
|
|
372
372
|
onClose?: (() => any) | undefined;
|
|
373
|
-
onOk?: (() => any) | undefined;
|
|
374
373
|
onCancel?: (() => any) | undefined;
|
|
374
|
+
onOk?: (() => any) | undefined;
|
|
375
375
|
onExpand?: ((expandedKeys: any, data: any) => any) | undefined;
|
|
376
376
|
onClickAdd?: (() => any) | undefined;
|
|
377
377
|
}, {
|
|
@@ -78,8 +78,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
78
|
readonly expandedKeys?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string[] | number[]) | (() => string[] | number[]) | ((new (...args: any[]) => string[] | number[]) | (() => string[] | number[]))[], unknown, unknown> | undefined;
|
|
79
79
|
readonly onSelect?: ((selectedKeys: any, e: any) => any) | undefined;
|
|
80
80
|
readonly onClose?: (() => any) | undefined;
|
|
81
|
-
readonly onOk?: (() => any) | undefined;
|
|
82
81
|
readonly onCancel?: (() => any) | undefined;
|
|
82
|
+
readonly onOk?: (() => any) | undefined;
|
|
83
83
|
readonly onExpand?: ((expandedKeys: any, data: any) => any) | undefined;
|
|
84
84
|
readonly onClickAdd?: (() => any) | undefined;
|
|
85
85
|
} & {}>;
|
|
@@ -370,8 +370,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
370
370
|
}>> & {
|
|
371
371
|
onSelect?: ((selectedKeys: any, e: any) => any) | undefined;
|
|
372
372
|
onClose?: (() => any) | undefined;
|
|
373
|
-
onOk?: (() => any) | undefined;
|
|
374
373
|
onCancel?: (() => any) | undefined;
|
|
374
|
+
onOk?: (() => any) | undefined;
|
|
375
375
|
onExpand?: ((expandedKeys: any, data: any) => any) | undefined;
|
|
376
376
|
onClickAdd?: (() => any) | undefined;
|
|
377
377
|
}, {
|