@creatorsn/vfluent3 0.3.10 → 0.3.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/dist/style.css +1 -1
- package/dist/types/packages/calendar-date-picker/index.d.ts +54 -23
- package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +54 -23
- package/dist/types/packages/calendar-view/index.d.ts +31 -116
- package/dist/types/packages/calendar-view/source/index.vue.d.ts +31 -116
- package/dist/types/packages/calendar-view/source/sub/dateSelector/dateUnit.vue.d.ts +37 -0
- package/dist/types/packages/calendar-view/source/sub/dateSelector/index.vue.d.ts +59 -0
- package/dist/types/packages/calendar-view/source/sub/monthSelector/index.vue.d.ts +40 -0
- package/dist/types/packages/calendar-view/source/sub/monthSelector/monthUnit.vue.d.ts +34 -0
- package/dist/types/packages/calendar-view/source/sub/yearSelector/index.vue.d.ts +37 -0
- package/dist/types/packages/calendar-view/source/sub/yearSelector/yearUnit.vue.d.ts +31 -0
- package/dist/types/packages/collapse/index.d.ts +3 -3
- package/dist/types/packages/collapse/source/index.vue.d.ts +3 -3
- package/dist/types/packages/date-picker/index.d.ts +156 -316
- package/dist/types/packages/date-picker/source/index.vue.d.ts +156 -316
- package/dist/types/packages/flip-view/index.d.ts +1 -1
- package/dist/types/packages/flip-view/source/index.vue.d.ts +1 -1
- package/dist/types/packages/navigation-panel/index.d.ts +6 -0
- package/dist/types/packages/navigation-panel/source/index.vue.d.ts +6 -0
- package/dist/types/packages/navigation-view/index.d.ts +9 -0
- package/dist/types/packages/navigation-view/source/index.vue.d.ts +9 -0
- package/dist/types/packages/search-box/index.d.ts +12 -12
- package/dist/types/packages/search-box/source/index.vue.d.ts +12 -12
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/index.d.ts +9 -11
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/index.d.ts +9 -11
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/index.d.ts +9 -11
- package/dist/types/packages/text-box/index.d.ts +15 -9
- package/dist/types/packages/text-box/source/index.vue.d.ts +15 -9
- package/dist/types/packages/text-field/index.d.ts +6 -6
- package/dist/types/packages/text-field/source/index.vue.d.ts +6 -6
- package/dist/types/packages/time-picker/index.d.ts +154 -1
- package/dist/types/packages/time-picker/source/index.vue.d.ts +154 -1
- package/dist/types/packages/verify-box/index.d.ts +3 -3
- package/dist/types/packages/verify-box/source/index.vue.d.ts +3 -3
- package/dist/vfluent3.js +16698 -16598
- package/dist/vfluent3.umd.cjs +15 -7
- package/package.json +1 -1
- package/dist/types/packages/calendar-date-picker/source/input/input.vue.d.ts +0 -2
- package/dist/types/packages/calendar-view/source/sub/dateBox.vue.d.ts +0 -2
- package/dist/types/packages/calendar-view/source/sub/monthBox.vue.d.ts +0 -2
- package/dist/types/packages/calendar-view/source/sub/yearBox.vue.d.ts +0 -2
- package/dist/types/packages/date-picker/source/index.d.ts +0 -321
|
@@ -1,4 +1,157 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
$props: {
|
|
4
|
+
readonly theme?: string | undefined;
|
|
5
|
+
readonly disabled?: boolean | undefined;
|
|
6
|
+
readonly lang?: string | undefined;
|
|
7
|
+
readonly modelValue?: Date | undefined;
|
|
8
|
+
readonly inputBackground?: string | undefined;
|
|
9
|
+
readonly selectedBackground?: string | undefined;
|
|
10
|
+
readonly innerBorderColor?: string | undefined;
|
|
11
|
+
readonly optionBackground?: string | undefined;
|
|
12
|
+
readonly slideBtnBackground?: string | undefined;
|
|
13
|
+
readonly timeType?: number | undefined;
|
|
14
|
+
readonly period?: unknown[] | undefined;
|
|
15
|
+
readonly secondType?: string | undefined;
|
|
16
|
+
readonly hoverColor?: string | undefined;
|
|
17
|
+
};
|
|
18
|
+
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
19
|
+
}, {
|
|
20
|
+
show: boolean;
|
|
21
|
+
thisValue: Date;
|
|
22
|
+
hourSwiper: null;
|
|
23
|
+
minuteSwiper: null;
|
|
24
|
+
periodSwiper: null;
|
|
25
|
+
timer: {
|
|
26
|
+
debounce: null;
|
|
27
|
+
};
|
|
28
|
+
scrollCount: {
|
|
29
|
+
hour: number;
|
|
30
|
+
minute: number;
|
|
31
|
+
};
|
|
32
|
+
}, {
|
|
33
|
+
$theme(): string;
|
|
34
|
+
hourList(): number[];
|
|
35
|
+
virtualHourList(): any[];
|
|
36
|
+
minuteList(): number[];
|
|
37
|
+
}, {
|
|
38
|
+
outSideClickInit(): void;
|
|
39
|
+
outSideClickEvent(event: any): void;
|
|
40
|
+
init(): void;
|
|
41
|
+
focus(): void;
|
|
42
|
+
decodeTime(pos: any): number;
|
|
43
|
+
showTime(pos: any): string | number;
|
|
44
|
+
showItem(val: any): any;
|
|
45
|
+
syncTime(): void;
|
|
46
|
+
accept(): void;
|
|
47
|
+
scrollDispatch(swiper: any, key: any): void;
|
|
48
|
+
scrollExec(swiper: any, key: any): void;
|
|
49
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
50
|
+
P: {};
|
|
51
|
+
B: {};
|
|
52
|
+
D: {};
|
|
53
|
+
C: {};
|
|
54
|
+
M: {};
|
|
55
|
+
Defaults: {};
|
|
56
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
57
|
+
$props: {
|
|
58
|
+
readonly theme?: string | undefined;
|
|
59
|
+
readonly disabled?: boolean | undefined;
|
|
60
|
+
readonly lang?: string | undefined;
|
|
61
|
+
readonly modelValue?: Date | undefined;
|
|
62
|
+
readonly inputBackground?: string | undefined;
|
|
63
|
+
readonly selectedBackground?: string | undefined;
|
|
64
|
+
readonly innerBorderColor?: string | undefined;
|
|
65
|
+
readonly optionBackground?: string | undefined;
|
|
66
|
+
readonly slideBtnBackground?: string | undefined;
|
|
67
|
+
readonly timeType?: number | undefined;
|
|
68
|
+
readonly period?: unknown[] | undefined;
|
|
69
|
+
readonly secondType?: string | undefined;
|
|
70
|
+
readonly hoverColor?: string | undefined;
|
|
71
|
+
};
|
|
72
|
+
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
73
|
+
}, {
|
|
74
|
+
show: boolean;
|
|
75
|
+
thisValue: Date;
|
|
76
|
+
hourSwiper: null;
|
|
77
|
+
minuteSwiper: null;
|
|
78
|
+
periodSwiper: null;
|
|
79
|
+
timer: {
|
|
80
|
+
debounce: null;
|
|
81
|
+
};
|
|
82
|
+
scrollCount: {
|
|
83
|
+
hour: number;
|
|
84
|
+
minute: number;
|
|
85
|
+
};
|
|
86
|
+
}, {
|
|
87
|
+
$theme(): string;
|
|
88
|
+
hourList(): number[];
|
|
89
|
+
virtualHourList(): any[];
|
|
90
|
+
minuteList(): number[];
|
|
91
|
+
}, {
|
|
92
|
+
outSideClickInit(): void;
|
|
93
|
+
outSideClickEvent(event: any): void;
|
|
94
|
+
init(): void;
|
|
95
|
+
focus(): void;
|
|
96
|
+
decodeTime(pos: any): number;
|
|
97
|
+
showTime(pos: any): string | number;
|
|
98
|
+
showItem(val: any): any;
|
|
99
|
+
syncTime(): void;
|
|
100
|
+
accept(): void;
|
|
101
|
+
scrollDispatch(swiper: any, key: any): void;
|
|
102
|
+
scrollExec(swiper: any, key: any): void;
|
|
103
|
+
}, {}>;
|
|
104
|
+
__isFragment?: undefined;
|
|
105
|
+
__isTeleport?: undefined;
|
|
106
|
+
__isSuspense?: undefined;
|
|
107
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
108
|
+
$props: {
|
|
109
|
+
readonly theme?: string | undefined;
|
|
110
|
+
readonly disabled?: boolean | undefined;
|
|
111
|
+
readonly lang?: string | undefined;
|
|
112
|
+
readonly modelValue?: Date | undefined;
|
|
113
|
+
readonly inputBackground?: string | undefined;
|
|
114
|
+
readonly selectedBackground?: string | undefined;
|
|
115
|
+
readonly innerBorderColor?: string | undefined;
|
|
116
|
+
readonly optionBackground?: string | undefined;
|
|
117
|
+
readonly slideBtnBackground?: string | undefined;
|
|
118
|
+
readonly timeType?: number | undefined;
|
|
119
|
+
readonly period?: unknown[] | undefined;
|
|
120
|
+
readonly secondType?: string | undefined;
|
|
121
|
+
readonly hoverColor?: string | undefined;
|
|
122
|
+
};
|
|
123
|
+
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
124
|
+
}, {
|
|
125
|
+
show: boolean;
|
|
126
|
+
thisValue: Date;
|
|
127
|
+
hourSwiper: null;
|
|
128
|
+
minuteSwiper: null;
|
|
129
|
+
periodSwiper: null;
|
|
130
|
+
timer: {
|
|
131
|
+
debounce: null;
|
|
132
|
+
};
|
|
133
|
+
scrollCount: {
|
|
134
|
+
hour: number;
|
|
135
|
+
minute: number;
|
|
136
|
+
};
|
|
137
|
+
}, {
|
|
138
|
+
$theme(): string;
|
|
139
|
+
hourList(): number[];
|
|
140
|
+
virtualHourList(): any[];
|
|
141
|
+
minuteList(): number[];
|
|
142
|
+
}, {
|
|
143
|
+
outSideClickInit(): void;
|
|
144
|
+
outSideClickEvent(event: any): void;
|
|
145
|
+
init(): void;
|
|
146
|
+
focus(): void;
|
|
147
|
+
decodeTime(pos: any): number;
|
|
148
|
+
showTime(pos: any): string | number;
|
|
149
|
+
showItem(val: any): any;
|
|
150
|
+
syncTime(): void;
|
|
151
|
+
accept(): void;
|
|
152
|
+
scrollDispatch(swiper: any, key: any): void;
|
|
153
|
+
scrollExec(swiper: any, key: any): void;
|
|
154
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2
155
|
$slots: {};
|
|
3
156
|
});
|
|
4
157
|
export default _default;
|
|
@@ -15,8 +15,8 @@ export declare const FvVerifyBox: import("../../types/plugins/component-plugin")
|
|
|
15
15
|
readonly modelValue?: string | undefined;
|
|
16
16
|
readonly foreground?: string | undefined;
|
|
17
17
|
readonly isBoxShadow?: boolean | undefined;
|
|
18
|
-
readonly underline?: boolean | undefined;
|
|
19
18
|
readonly inputmode?: string | undefined;
|
|
19
|
+
readonly underline?: boolean | undefined;
|
|
20
20
|
readonly focusBorderColor?: string | undefined;
|
|
21
21
|
readonly revealBorder?: boolean | undefined;
|
|
22
22
|
};
|
|
@@ -53,8 +53,8 @@ export declare const FvVerifyBox: import("../../types/plugins/component-plugin")
|
|
|
53
53
|
readonly modelValue?: string | undefined;
|
|
54
54
|
readonly foreground?: string | undefined;
|
|
55
55
|
readonly isBoxShadow?: boolean | undefined;
|
|
56
|
-
readonly underline?: boolean | undefined;
|
|
57
56
|
readonly inputmode?: string | undefined;
|
|
57
|
+
readonly underline?: boolean | undefined;
|
|
58
58
|
readonly focusBorderColor?: string | undefined;
|
|
59
59
|
readonly revealBorder?: boolean | undefined;
|
|
60
60
|
};
|
|
@@ -88,8 +88,8 @@ export declare const FvVerifyBox: import("../../types/plugins/component-plugin")
|
|
|
88
88
|
readonly modelValue?: string | undefined;
|
|
89
89
|
readonly foreground?: string | undefined;
|
|
90
90
|
readonly isBoxShadow?: boolean | undefined;
|
|
91
|
-
readonly underline?: boolean | undefined;
|
|
92
91
|
readonly inputmode?: string | undefined;
|
|
92
|
+
readonly underline?: boolean | undefined;
|
|
93
93
|
readonly focusBorderColor?: string | undefined;
|
|
94
94
|
readonly revealBorder?: boolean | undefined;
|
|
95
95
|
};
|
|
@@ -14,8 +14,8 @@ declare const _default: {
|
|
|
14
14
|
readonly modelValue?: string | undefined;
|
|
15
15
|
readonly foreground?: string | undefined;
|
|
16
16
|
readonly isBoxShadow?: boolean | undefined;
|
|
17
|
-
readonly underline?: boolean | undefined;
|
|
18
17
|
readonly inputmode?: string | undefined;
|
|
18
|
+
readonly underline?: boolean | undefined;
|
|
19
19
|
readonly focusBorderColor?: string | undefined;
|
|
20
20
|
readonly revealBorder?: boolean | undefined;
|
|
21
21
|
};
|
|
@@ -52,8 +52,8 @@ declare const _default: {
|
|
|
52
52
|
readonly modelValue?: string | undefined;
|
|
53
53
|
readonly foreground?: string | undefined;
|
|
54
54
|
readonly isBoxShadow?: boolean | undefined;
|
|
55
|
-
readonly underline?: boolean | undefined;
|
|
56
55
|
readonly inputmode?: string | undefined;
|
|
56
|
+
readonly underline?: boolean | undefined;
|
|
57
57
|
readonly focusBorderColor?: string | undefined;
|
|
58
58
|
readonly revealBorder?: boolean | undefined;
|
|
59
59
|
};
|
|
@@ -87,8 +87,8 @@ declare const _default: {
|
|
|
87
87
|
readonly modelValue?: string | undefined;
|
|
88
88
|
readonly foreground?: string | undefined;
|
|
89
89
|
readonly isBoxShadow?: boolean | undefined;
|
|
90
|
-
readonly underline?: boolean | undefined;
|
|
91
90
|
readonly inputmode?: string | undefined;
|
|
91
|
+
readonly underline?: boolean | undefined;
|
|
92
92
|
readonly focusBorderColor?: string | undefined;
|
|
93
93
|
readonly revealBorder?: boolean | undefined;
|
|
94
94
|
};
|