@bscomp/ep-ui 0.0.7 → 0.0.8
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/lib/date-picker/index.d.ts +3 -60
- package/lib/date-picker/src/index.vue.d.ts +1 -35
- package/lib/ep-ui.js +5610 -6260
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +16 -16
- package/lib/form/index.d.ts +137 -66
- package/lib/form/src/index.vue.d.ts +81 -57
- package/lib/form/src/useHooks.d.ts +7 -0
- package/lib/index.d.ts +3 -2
- package/lib/style.css +1 -1
- package/lib/table/src/RowEdit.vue.d.ts +3 -3
- package/lib/utils.d.ts +6 -0
- package/package.json +4 -2
- package/lib/form/src/renderComp.vue.d.ts +0 -8
- /package/lib/form/src/{renderBtn.vue.d.ts → CustomRender.vue.d.ts} +0 -0
|
@@ -1,30 +1,11 @@
|
|
|
1
1
|
declare const EPDatePicker: ({
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
modelValue: import('vue').PropType<any>;
|
|
4
|
-
type: {
|
|
5
|
-
type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
6
|
-
};
|
|
7
|
-
format: {
|
|
8
|
-
type: import('vue').PropType<string>;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
valueFormat: {
|
|
12
|
-
type: import('vue').PropType<string>;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
shortcutsName: {
|
|
16
|
-
type: import('vue').PropType<string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
|
|
17
|
-
default: () => never[];
|
|
18
|
-
};
|
|
19
4
|
}>> & Readonly<{
|
|
20
5
|
onGetRef?: ((...args: any[]) => any) | undefined;
|
|
21
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
7
|
getRef: (...args: any[]) => void;
|
|
23
|
-
}, import('vue').PublicProps, {
|
|
24
|
-
format: string;
|
|
25
|
-
valueFormat: string;
|
|
26
|
-
shortcutsName: string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[];
|
|
27
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
8
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
28
9
|
P: {};
|
|
29
10
|
B: {};
|
|
30
11
|
D: {};
|
|
@@ -33,57 +14,19 @@ declare const EPDatePicker: ({
|
|
|
33
14
|
Defaults: {};
|
|
34
15
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
35
16
|
modelValue: import('vue').PropType<any>;
|
|
36
|
-
type: {
|
|
37
|
-
type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
38
|
-
};
|
|
39
|
-
format: {
|
|
40
|
-
type: import('vue').PropType<string>;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
valueFormat: {
|
|
44
|
-
type: import('vue').PropType<string>;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
shortcutsName: {
|
|
48
|
-
type: import('vue').PropType<string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
|
|
49
|
-
default: () => never[];
|
|
50
|
-
};
|
|
51
17
|
}>> & Readonly<{
|
|
52
18
|
onGetRef?: ((...args: any[]) => any) | undefined;
|
|
53
|
-
}>, {}, {}, {}, {}, {
|
|
54
|
-
format: string;
|
|
55
|
-
valueFormat: string;
|
|
56
|
-
shortcutsName: string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[];
|
|
57
|
-
}>;
|
|
19
|
+
}>, {}, {}, {}, {}, {}>;
|
|
58
20
|
__isFragment?: undefined;
|
|
59
21
|
__isTeleport?: undefined;
|
|
60
22
|
__isSuspense?: undefined;
|
|
61
23
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
62
24
|
modelValue: import('vue').PropType<any>;
|
|
63
|
-
type: {
|
|
64
|
-
type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
65
|
-
};
|
|
66
|
-
format: {
|
|
67
|
-
type: import('vue').PropType<string>;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
valueFormat: {
|
|
71
|
-
type: import('vue').PropType<string>;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
shortcutsName: {
|
|
75
|
-
type: import('vue').PropType<string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
|
|
76
|
-
default: () => never[];
|
|
77
|
-
};
|
|
78
25
|
}>> & Readonly<{
|
|
79
26
|
onGetRef?: ((...args: any[]) => any) | undefined;
|
|
80
27
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
81
28
|
getRef: (...args: any[]) => void;
|
|
82
|
-
}, string, {
|
|
83
|
-
format: string;
|
|
84
|
-
valueFormat: string;
|
|
85
|
-
shortcutsName: string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[];
|
|
86
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
29
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
87
30
|
$slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
88
31
|
}) & import('vue').Plugin<any[]>) & Record<string, any>;
|
|
89
32
|
export default EPDatePicker;
|
|
@@ -1,46 +1,12 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
modelValue: import('vue').PropType<any>;
|
|
3
|
-
type: {
|
|
4
|
-
type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
5
|
-
};
|
|
6
|
-
format: {
|
|
7
|
-
type: import('vue').PropType<string>;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
valueFormat: {
|
|
11
|
-
type: import('vue').PropType<string>;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
shortcutsName: {
|
|
15
|
-
type: import('vue').PropType<string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
|
|
16
|
-
default: () => never[];
|
|
17
|
-
};
|
|
18
3
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
4
|
getRef: (...args: any[]) => void;
|
|
20
5
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
6
|
modelValue: import('vue').PropType<any>;
|
|
22
|
-
type: {
|
|
23
|
-
type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
24
|
-
};
|
|
25
|
-
format: {
|
|
26
|
-
type: import('vue').PropType<string>;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
valueFormat: {
|
|
30
|
-
type: import('vue').PropType<string>;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
shortcutsName: {
|
|
34
|
-
type: import('vue').PropType<string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
|
|
35
|
-
default: () => never[];
|
|
36
|
-
};
|
|
37
7
|
}>> & Readonly<{
|
|
38
8
|
onGetRef?: ((...args: any[]) => any) | undefined;
|
|
39
|
-
}>, {
|
|
40
|
-
format: string;
|
|
41
|
-
valueFormat: string;
|
|
42
|
-
shortcutsName: string[] | ("本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[];
|
|
43
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
|
|
44
10
|
export default _default;
|
|
45
11
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
12
|
new (): {
|