@creatorsn/vfluent3 0.3.10 → 0.3.11
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 +5 -0
- package/dist/types/packages/navigation-panel/source/index.vue.d.ts +5 -0
- package/dist/types/packages/navigation-view/index.d.ts +8 -0
- package/dist/types/packages/navigation-view/source/index.vue.d.ts +8 -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 +14797 -14701
- 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
|
@@ -18,19 +18,19 @@ declare const _default: {
|
|
|
18
18
|
readonly foreground?: string | undefined;
|
|
19
19
|
readonly isBoxShadow?: boolean | undefined;
|
|
20
20
|
readonly placeholder?: string | undefined;
|
|
21
|
-
readonly status?: string | undefined;
|
|
22
|
-
readonly underline?: boolean | undefined;
|
|
23
|
-
readonly options?: never[] | undefined;
|
|
24
21
|
readonly maxlength?: string | undefined;
|
|
25
22
|
readonly leftIcon?: string | undefined;
|
|
23
|
+
readonly underline?: boolean | undefined;
|
|
26
24
|
readonly focusBorderColor?: string | undefined;
|
|
27
25
|
readonly revealBorder?: boolean | undefined;
|
|
26
|
+
readonly status?: string | undefined;
|
|
28
27
|
readonly debounceDelay?: number | undefined;
|
|
28
|
+
readonly options?: never[] | undefined;
|
|
29
29
|
readonly customFilter?: boolean | undefined;
|
|
30
30
|
readonly resultPlaceholder?: boolean | undefined;
|
|
31
31
|
readonly focusShow?: boolean | undefined;
|
|
32
32
|
};
|
|
33
|
-
$emit: (event: "change" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
33
|
+
$emit: (event: "change" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click" | "lazyload" | "choose-result" | "clear-click", ...args: any[]) => void;
|
|
34
34
|
}, {
|
|
35
35
|
thisValue: Function;
|
|
36
36
|
isFocus: boolean;
|
|
@@ -89,19 +89,19 @@ declare const _default: {
|
|
|
89
89
|
readonly foreground?: string | undefined;
|
|
90
90
|
readonly isBoxShadow?: boolean | undefined;
|
|
91
91
|
readonly placeholder?: string | undefined;
|
|
92
|
-
readonly status?: string | undefined;
|
|
93
|
-
readonly underline?: boolean | undefined;
|
|
94
|
-
readonly options?: never[] | undefined;
|
|
95
92
|
readonly maxlength?: string | undefined;
|
|
96
93
|
readonly leftIcon?: string | undefined;
|
|
94
|
+
readonly underline?: boolean | undefined;
|
|
97
95
|
readonly focusBorderColor?: string | undefined;
|
|
98
96
|
readonly revealBorder?: boolean | undefined;
|
|
97
|
+
readonly status?: string | undefined;
|
|
99
98
|
readonly debounceDelay?: number | undefined;
|
|
99
|
+
readonly options?: never[] | undefined;
|
|
100
100
|
readonly customFilter?: boolean | undefined;
|
|
101
101
|
readonly resultPlaceholder?: boolean | undefined;
|
|
102
102
|
readonly focusShow?: boolean | undefined;
|
|
103
103
|
};
|
|
104
|
-
$emit: (event: "change" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
104
|
+
$emit: (event: "change" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click" | "lazyload" | "choose-result" | "clear-click", ...args: any[]) => void;
|
|
105
105
|
}, {
|
|
106
106
|
thisValue: Function;
|
|
107
107
|
isFocus: boolean;
|
|
@@ -157,19 +157,19 @@ declare const _default: {
|
|
|
157
157
|
readonly foreground?: string | undefined;
|
|
158
158
|
readonly isBoxShadow?: boolean | undefined;
|
|
159
159
|
readonly placeholder?: string | undefined;
|
|
160
|
-
readonly status?: string | undefined;
|
|
161
|
-
readonly underline?: boolean | undefined;
|
|
162
|
-
readonly options?: never[] | undefined;
|
|
163
160
|
readonly maxlength?: string | undefined;
|
|
164
161
|
readonly leftIcon?: string | undefined;
|
|
162
|
+
readonly underline?: boolean | undefined;
|
|
165
163
|
readonly focusBorderColor?: string | undefined;
|
|
166
164
|
readonly revealBorder?: boolean | undefined;
|
|
165
|
+
readonly status?: string | undefined;
|
|
167
166
|
readonly debounceDelay?: number | undefined;
|
|
167
|
+
readonly options?: never[] | undefined;
|
|
168
168
|
readonly customFilter?: boolean | undefined;
|
|
169
169
|
readonly resultPlaceholder?: boolean | undefined;
|
|
170
170
|
readonly focusShow?: boolean | undefined;
|
|
171
171
|
};
|
|
172
|
-
$emit: (event: "change" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
172
|
+
$emit: (event: "change" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click" | "lazyload" | "choose-result" | "clear-click", ...args: any[]) => void;
|
|
173
173
|
}, {
|
|
174
174
|
thisValue: Function;
|
|
175
175
|
isFocus: boolean;
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
const name: string;
|
|
3
|
+
const type: string;
|
|
4
|
+
const icon: string;
|
|
5
|
+
const emoji: string;
|
|
6
|
+
const headComponent: any;
|
|
7
|
+
const cellComponent: any;
|
|
8
|
+
function filter({ input, value }: {
|
|
9
9
|
input: any;
|
|
10
10
|
value: any;
|
|
11
11
|
}): boolean;
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
function sortAsc(a: any, b: any): any;
|
|
13
|
+
function sortDesc(a: any, b: any): any;
|
|
14
14
|
}
|
|
15
15
|
export default _default;
|
|
16
|
-
import dateHead from "./dateHead.vue";
|
|
17
|
-
import dateCell from "./dateCell.vue";
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
const name: string;
|
|
3
|
+
const type: string;
|
|
4
|
+
const icon: string;
|
|
5
|
+
const emoji: string;
|
|
6
|
+
const headComponent: any;
|
|
7
|
+
const cellComponent: any;
|
|
8
|
+
function filter({ input, value }: {
|
|
9
9
|
input: any;
|
|
10
10
|
value: any;
|
|
11
11
|
}): boolean;
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
function sortAsc(a: any, b: any): any;
|
|
13
|
+
function sortDesc(a: any, b: any): any;
|
|
14
14
|
}
|
|
15
15
|
export default _default;
|
|
16
|
-
import emailHead from "./emailHead.vue";
|
|
17
|
-
import emailCell from "./emailCell.vue";
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
const name: string;
|
|
3
|
+
const type: string;
|
|
4
|
+
const icon: string;
|
|
5
|
+
const emoji: string;
|
|
6
|
+
const headComponent: any;
|
|
7
|
+
const cellComponent: any;
|
|
8
|
+
function filter({ input, value }: {
|
|
9
9
|
input: any;
|
|
10
10
|
value: any;
|
|
11
11
|
}): boolean;
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
function sortAsc(a: any, b: any): any;
|
|
13
|
+
function sortDesc(a: any, b: any): any;
|
|
14
14
|
}
|
|
15
15
|
export default _default;
|
|
16
|
-
import numberHead from "./numberHead.vue";
|
|
17
|
-
import numberCell from "./numberCell.vue";
|
|
@@ -4,6 +4,7 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
4
4
|
focus: () => void;
|
|
5
5
|
$props: {
|
|
6
6
|
readonly readonly?: boolean | undefined;
|
|
7
|
+
readonly cursor?: string | undefined;
|
|
7
8
|
readonly fontSize?: number | undefined;
|
|
8
9
|
readonly fontWeight?: string | undefined;
|
|
9
10
|
readonly textAlign?: string | undefined;
|
|
@@ -24,8 +25,6 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
24
25
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
25
26
|
readonly isBoxShadow?: boolean | undefined;
|
|
26
27
|
readonly placeholder?: string | undefined;
|
|
27
|
-
readonly status?: string | undefined;
|
|
28
|
-
readonly underline?: boolean | undefined;
|
|
29
28
|
readonly inputmode?: string | undefined;
|
|
30
29
|
readonly flag?: string | undefined;
|
|
31
30
|
readonly pattern?: string | undefined;
|
|
@@ -34,11 +33,14 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
34
33
|
readonly prefix?: string | undefined;
|
|
35
34
|
readonly suffix?: string | undefined;
|
|
36
35
|
readonly leftIcon?: string | undefined;
|
|
36
|
+
readonly iconForeground?: string | undefined;
|
|
37
|
+
readonly underline?: boolean | undefined;
|
|
37
38
|
readonly focusBorderColor?: string | undefined;
|
|
38
39
|
readonly revealBorder?: boolean | undefined;
|
|
40
|
+
readonly status?: string | undefined;
|
|
39
41
|
readonly debounceDelay?: number | undefined;
|
|
40
42
|
};
|
|
41
|
-
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
43
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
42
44
|
}, {
|
|
43
45
|
thisValue: string;
|
|
44
46
|
isFocus: boolean;
|
|
@@ -64,6 +66,7 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
64
66
|
focus: () => void;
|
|
65
67
|
$props: {
|
|
66
68
|
readonly readonly?: boolean | undefined;
|
|
69
|
+
readonly cursor?: string | undefined;
|
|
67
70
|
readonly fontSize?: number | undefined;
|
|
68
71
|
readonly fontWeight?: string | undefined;
|
|
69
72
|
readonly textAlign?: string | undefined;
|
|
@@ -84,8 +87,6 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
84
87
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
85
88
|
readonly isBoxShadow?: boolean | undefined;
|
|
86
89
|
readonly placeholder?: string | undefined;
|
|
87
|
-
readonly status?: string | undefined;
|
|
88
|
-
readonly underline?: boolean | undefined;
|
|
89
90
|
readonly inputmode?: string | undefined;
|
|
90
91
|
readonly flag?: string | undefined;
|
|
91
92
|
readonly pattern?: string | undefined;
|
|
@@ -94,11 +95,14 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
94
95
|
readonly prefix?: string | undefined;
|
|
95
96
|
readonly suffix?: string | undefined;
|
|
96
97
|
readonly leftIcon?: string | undefined;
|
|
98
|
+
readonly iconForeground?: string | undefined;
|
|
99
|
+
readonly underline?: boolean | undefined;
|
|
97
100
|
readonly focusBorderColor?: string | undefined;
|
|
98
101
|
readonly revealBorder?: boolean | undefined;
|
|
102
|
+
readonly status?: string | undefined;
|
|
99
103
|
readonly debounceDelay?: number | undefined;
|
|
100
104
|
};
|
|
101
|
-
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
105
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
102
106
|
}, {
|
|
103
107
|
thisValue: string;
|
|
104
108
|
isFocus: boolean;
|
|
@@ -121,6 +125,7 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
121
125
|
focus: () => void;
|
|
122
126
|
$props: {
|
|
123
127
|
readonly readonly?: boolean | undefined;
|
|
128
|
+
readonly cursor?: string | undefined;
|
|
124
129
|
readonly fontSize?: number | undefined;
|
|
125
130
|
readonly fontWeight?: string | undefined;
|
|
126
131
|
readonly textAlign?: string | undefined;
|
|
@@ -141,8 +146,6 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
141
146
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
142
147
|
readonly isBoxShadow?: boolean | undefined;
|
|
143
148
|
readonly placeholder?: string | undefined;
|
|
144
|
-
readonly status?: string | undefined;
|
|
145
|
-
readonly underline?: boolean | undefined;
|
|
146
149
|
readonly inputmode?: string | undefined;
|
|
147
150
|
readonly flag?: string | undefined;
|
|
148
151
|
readonly pattern?: string | undefined;
|
|
@@ -151,11 +154,14 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
151
154
|
readonly prefix?: string | undefined;
|
|
152
155
|
readonly suffix?: string | undefined;
|
|
153
156
|
readonly leftIcon?: string | undefined;
|
|
157
|
+
readonly iconForeground?: string | undefined;
|
|
158
|
+
readonly underline?: boolean | undefined;
|
|
154
159
|
readonly focusBorderColor?: string | undefined;
|
|
155
160
|
readonly revealBorder?: boolean | undefined;
|
|
161
|
+
readonly status?: string | undefined;
|
|
156
162
|
readonly debounceDelay?: number | undefined;
|
|
157
163
|
};
|
|
158
|
-
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
164
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
159
165
|
}, {
|
|
160
166
|
thisValue: string;
|
|
161
167
|
isFocus: boolean;
|
|
@@ -3,6 +3,7 @@ declare const _default: {
|
|
|
3
3
|
focus: () => void;
|
|
4
4
|
$props: {
|
|
5
5
|
readonly readonly?: boolean | undefined;
|
|
6
|
+
readonly cursor?: string | undefined;
|
|
6
7
|
readonly fontSize?: number | undefined;
|
|
7
8
|
readonly fontWeight?: string | undefined;
|
|
8
9
|
readonly textAlign?: string | undefined;
|
|
@@ -23,8 +24,6 @@ declare const _default: {
|
|
|
23
24
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
24
25
|
readonly isBoxShadow?: boolean | undefined;
|
|
25
26
|
readonly placeholder?: string | undefined;
|
|
26
|
-
readonly status?: string | undefined;
|
|
27
|
-
readonly underline?: boolean | undefined;
|
|
28
27
|
readonly inputmode?: string | undefined;
|
|
29
28
|
readonly flag?: string | undefined;
|
|
30
29
|
readonly pattern?: string | undefined;
|
|
@@ -33,11 +32,14 @@ declare const _default: {
|
|
|
33
32
|
readonly prefix?: string | undefined;
|
|
34
33
|
readonly suffix?: string | undefined;
|
|
35
34
|
readonly leftIcon?: string | undefined;
|
|
35
|
+
readonly iconForeground?: string | undefined;
|
|
36
|
+
readonly underline?: boolean | undefined;
|
|
36
37
|
readonly focusBorderColor?: string | undefined;
|
|
37
38
|
readonly revealBorder?: boolean | undefined;
|
|
39
|
+
readonly status?: string | undefined;
|
|
38
40
|
readonly debounceDelay?: number | undefined;
|
|
39
41
|
};
|
|
40
|
-
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
42
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
41
43
|
}, {
|
|
42
44
|
thisValue: string;
|
|
43
45
|
isFocus: boolean;
|
|
@@ -63,6 +65,7 @@ declare const _default: {
|
|
|
63
65
|
focus: () => void;
|
|
64
66
|
$props: {
|
|
65
67
|
readonly readonly?: boolean | undefined;
|
|
68
|
+
readonly cursor?: string | undefined;
|
|
66
69
|
readonly fontSize?: number | undefined;
|
|
67
70
|
readonly fontWeight?: string | undefined;
|
|
68
71
|
readonly textAlign?: string | undefined;
|
|
@@ -83,8 +86,6 @@ declare const _default: {
|
|
|
83
86
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
84
87
|
readonly isBoxShadow?: boolean | undefined;
|
|
85
88
|
readonly placeholder?: string | undefined;
|
|
86
|
-
readonly status?: string | undefined;
|
|
87
|
-
readonly underline?: boolean | undefined;
|
|
88
89
|
readonly inputmode?: string | undefined;
|
|
89
90
|
readonly flag?: string | undefined;
|
|
90
91
|
readonly pattern?: string | undefined;
|
|
@@ -93,11 +94,14 @@ declare const _default: {
|
|
|
93
94
|
readonly prefix?: string | undefined;
|
|
94
95
|
readonly suffix?: string | undefined;
|
|
95
96
|
readonly leftIcon?: string | undefined;
|
|
97
|
+
readonly iconForeground?: string | undefined;
|
|
98
|
+
readonly underline?: boolean | undefined;
|
|
96
99
|
readonly focusBorderColor?: string | undefined;
|
|
97
100
|
readonly revealBorder?: boolean | undefined;
|
|
101
|
+
readonly status?: string | undefined;
|
|
98
102
|
readonly debounceDelay?: number | undefined;
|
|
99
103
|
};
|
|
100
|
-
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
104
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
101
105
|
}, {
|
|
102
106
|
thisValue: string;
|
|
103
107
|
isFocus: boolean;
|
|
@@ -120,6 +124,7 @@ declare const _default: {
|
|
|
120
124
|
focus: () => void;
|
|
121
125
|
$props: {
|
|
122
126
|
readonly readonly?: boolean | undefined;
|
|
127
|
+
readonly cursor?: string | undefined;
|
|
123
128
|
readonly fontSize?: number | undefined;
|
|
124
129
|
readonly fontWeight?: string | undefined;
|
|
125
130
|
readonly textAlign?: string | undefined;
|
|
@@ -140,8 +145,6 @@ declare const _default: {
|
|
|
140
145
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
141
146
|
readonly isBoxShadow?: boolean | undefined;
|
|
142
147
|
readonly placeholder?: string | undefined;
|
|
143
|
-
readonly status?: string | undefined;
|
|
144
|
-
readonly underline?: boolean | undefined;
|
|
145
148
|
readonly inputmode?: string | undefined;
|
|
146
149
|
readonly flag?: string | undefined;
|
|
147
150
|
readonly pattern?: string | undefined;
|
|
@@ -150,11 +153,14 @@ declare const _default: {
|
|
|
150
153
|
readonly prefix?: string | undefined;
|
|
151
154
|
readonly suffix?: string | undefined;
|
|
152
155
|
readonly leftIcon?: string | undefined;
|
|
156
|
+
readonly iconForeground?: string | undefined;
|
|
157
|
+
readonly underline?: boolean | undefined;
|
|
153
158
|
readonly focusBorderColor?: string | undefined;
|
|
154
159
|
readonly revealBorder?: boolean | undefined;
|
|
160
|
+
readonly status?: string | undefined;
|
|
155
161
|
readonly debounceDelay?: number | undefined;
|
|
156
162
|
};
|
|
157
|
-
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "
|
|
163
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "debounce-input" | "left-icon-click" | "icon-click", ...args: any[]) => void;
|
|
158
164
|
}, {
|
|
159
165
|
thisValue: string;
|
|
160
166
|
isFocus: boolean;
|
|
@@ -19,11 +19,11 @@ export declare const FvTextField: import("../../types/plugins/component-plugin")
|
|
|
19
19
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
20
20
|
readonly isBoxShadow?: boolean | undefined;
|
|
21
21
|
readonly placeholder?: string | undefined;
|
|
22
|
-
readonly status?: string | undefined;
|
|
23
|
-
readonly underline?: boolean | undefined;
|
|
24
22
|
readonly maxlength?: string | undefined;
|
|
23
|
+
readonly underline?: boolean | undefined;
|
|
25
24
|
readonly focusBorderColor?: string | undefined;
|
|
26
25
|
readonly revealBorder?: boolean | undefined;
|
|
26
|
+
readonly status?: string | undefined;
|
|
27
27
|
};
|
|
28
28
|
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
29
29
|
}, {
|
|
@@ -64,11 +64,11 @@ export declare const FvTextField: import("../../types/plugins/component-plugin")
|
|
|
64
64
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
65
65
|
readonly isBoxShadow?: boolean | undefined;
|
|
66
66
|
readonly placeholder?: string | undefined;
|
|
67
|
-
readonly status?: string | undefined;
|
|
68
|
-
readonly underline?: boolean | undefined;
|
|
69
67
|
readonly maxlength?: string | undefined;
|
|
68
|
+
readonly underline?: boolean | undefined;
|
|
70
69
|
readonly focusBorderColor?: string | undefined;
|
|
71
70
|
readonly revealBorder?: boolean | undefined;
|
|
71
|
+
readonly status?: string | undefined;
|
|
72
72
|
};
|
|
73
73
|
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
74
74
|
}, {
|
|
@@ -106,11 +106,11 @@ export declare const FvTextField: import("../../types/plugins/component-plugin")
|
|
|
106
106
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
107
107
|
readonly isBoxShadow?: boolean | undefined;
|
|
108
108
|
readonly placeholder?: string | undefined;
|
|
109
|
-
readonly status?: string | undefined;
|
|
110
|
-
readonly underline?: boolean | undefined;
|
|
111
109
|
readonly maxlength?: string | undefined;
|
|
110
|
+
readonly underline?: boolean | undefined;
|
|
112
111
|
readonly focusBorderColor?: string | undefined;
|
|
113
112
|
readonly revealBorder?: boolean | undefined;
|
|
113
|
+
readonly status?: string | undefined;
|
|
114
114
|
};
|
|
115
115
|
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
116
116
|
}, {
|
|
@@ -18,11 +18,11 @@ declare const _default: {
|
|
|
18
18
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
19
19
|
readonly isBoxShadow?: boolean | undefined;
|
|
20
20
|
readonly placeholder?: string | undefined;
|
|
21
|
-
readonly status?: string | undefined;
|
|
22
|
-
readonly underline?: boolean | undefined;
|
|
23
21
|
readonly maxlength?: string | undefined;
|
|
22
|
+
readonly underline?: boolean | undefined;
|
|
24
23
|
readonly focusBorderColor?: string | undefined;
|
|
25
24
|
readonly revealBorder?: boolean | undefined;
|
|
25
|
+
readonly status?: string | undefined;
|
|
26
26
|
};
|
|
27
27
|
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
28
28
|
}, {
|
|
@@ -63,11 +63,11 @@ declare const _default: {
|
|
|
63
63
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
64
64
|
readonly isBoxShadow?: boolean | undefined;
|
|
65
65
|
readonly placeholder?: string | undefined;
|
|
66
|
-
readonly status?: string | undefined;
|
|
67
|
-
readonly underline?: boolean | undefined;
|
|
68
66
|
readonly maxlength?: string | undefined;
|
|
67
|
+
readonly underline?: boolean | undefined;
|
|
69
68
|
readonly focusBorderColor?: string | undefined;
|
|
70
69
|
readonly revealBorder?: boolean | undefined;
|
|
70
|
+
readonly status?: string | undefined;
|
|
71
71
|
};
|
|
72
72
|
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
73
73
|
}, {
|
|
@@ -105,11 +105,11 @@ declare const _default: {
|
|
|
105
105
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
106
106
|
readonly isBoxShadow?: boolean | undefined;
|
|
107
107
|
readonly placeholder?: string | undefined;
|
|
108
|
-
readonly status?: string | undefined;
|
|
109
|
-
readonly underline?: boolean | undefined;
|
|
110
108
|
readonly maxlength?: string | undefined;
|
|
109
|
+
readonly underline?: boolean | undefined;
|
|
111
110
|
readonly focusBorderColor?: string | undefined;
|
|
112
111
|
readonly revealBorder?: boolean | undefined;
|
|
112
|
+
readonly status?: string | undefined;
|
|
113
113
|
};
|
|
114
114
|
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
115
115
|
}, {
|
|
@@ -1,5 +1,158 @@
|
|
|
1
1
|
import "./style";
|
|
2
|
-
export declare const FvTimePicker: import("../../types/plugins/component-plugin").ComponentPlugin<
|
|
2
|
+
export declare const FvTimePicker: import("../../types/plugins/component-plugin").ComponentPlugin<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
4
|
+
$props: {
|
|
5
|
+
readonly theme?: string | undefined;
|
|
6
|
+
readonly disabled?: boolean | undefined;
|
|
7
|
+
readonly lang?: string | undefined;
|
|
8
|
+
readonly modelValue?: Date | undefined;
|
|
9
|
+
readonly inputBackground?: string | undefined;
|
|
10
|
+
readonly selectedBackground?: string | undefined;
|
|
11
|
+
readonly innerBorderColor?: string | undefined;
|
|
12
|
+
readonly optionBackground?: string | undefined;
|
|
13
|
+
readonly slideBtnBackground?: string | undefined;
|
|
14
|
+
readonly timeType?: number | undefined;
|
|
15
|
+
readonly period?: unknown[] | undefined;
|
|
16
|
+
readonly secondType?: string | undefined;
|
|
17
|
+
readonly hoverColor?: string | undefined;
|
|
18
|
+
};
|
|
19
|
+
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
20
|
+
}, {
|
|
21
|
+
show: boolean;
|
|
22
|
+
thisValue: Date;
|
|
23
|
+
hourSwiper: null;
|
|
24
|
+
minuteSwiper: null;
|
|
25
|
+
periodSwiper: null;
|
|
26
|
+
timer: {
|
|
27
|
+
debounce: null;
|
|
28
|
+
};
|
|
29
|
+
scrollCount: {
|
|
30
|
+
hour: number;
|
|
31
|
+
minute: number;
|
|
32
|
+
};
|
|
33
|
+
}, {
|
|
34
|
+
$theme(): string;
|
|
35
|
+
hourList(): number[];
|
|
36
|
+
virtualHourList(): any[];
|
|
37
|
+
minuteList(): number[];
|
|
38
|
+
}, {
|
|
39
|
+
outSideClickInit(): void;
|
|
40
|
+
outSideClickEvent(event: any): void;
|
|
41
|
+
init(): void;
|
|
42
|
+
focus(): void;
|
|
43
|
+
decodeTime(pos: any): number;
|
|
44
|
+
showTime(pos: any): string | number;
|
|
45
|
+
showItem(val: any): any;
|
|
46
|
+
syncTime(): void;
|
|
47
|
+
accept(): void;
|
|
48
|
+
scrollDispatch(swiper: any, key: any): void;
|
|
49
|
+
scrollExec(swiper: any, key: any): void;
|
|
50
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
51
|
+
P: {};
|
|
52
|
+
B: {};
|
|
53
|
+
D: {};
|
|
54
|
+
C: {};
|
|
55
|
+
M: {};
|
|
56
|
+
Defaults: {};
|
|
57
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
58
|
+
$props: {
|
|
59
|
+
readonly theme?: string | undefined;
|
|
60
|
+
readonly disabled?: boolean | undefined;
|
|
61
|
+
readonly lang?: string | undefined;
|
|
62
|
+
readonly modelValue?: Date | undefined;
|
|
63
|
+
readonly inputBackground?: string | undefined;
|
|
64
|
+
readonly selectedBackground?: string | undefined;
|
|
65
|
+
readonly innerBorderColor?: string | undefined;
|
|
66
|
+
readonly optionBackground?: string | undefined;
|
|
67
|
+
readonly slideBtnBackground?: string | undefined;
|
|
68
|
+
readonly timeType?: number | undefined;
|
|
69
|
+
readonly period?: unknown[] | undefined;
|
|
70
|
+
readonly secondType?: string | undefined;
|
|
71
|
+
readonly hoverColor?: string | undefined;
|
|
72
|
+
};
|
|
73
|
+
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
74
|
+
}, {
|
|
75
|
+
show: boolean;
|
|
76
|
+
thisValue: Date;
|
|
77
|
+
hourSwiper: null;
|
|
78
|
+
minuteSwiper: null;
|
|
79
|
+
periodSwiper: null;
|
|
80
|
+
timer: {
|
|
81
|
+
debounce: null;
|
|
82
|
+
};
|
|
83
|
+
scrollCount: {
|
|
84
|
+
hour: number;
|
|
85
|
+
minute: number;
|
|
86
|
+
};
|
|
87
|
+
}, {
|
|
88
|
+
$theme(): string;
|
|
89
|
+
hourList(): number[];
|
|
90
|
+
virtualHourList(): any[];
|
|
91
|
+
minuteList(): number[];
|
|
92
|
+
}, {
|
|
93
|
+
outSideClickInit(): void;
|
|
94
|
+
outSideClickEvent(event: any): void;
|
|
95
|
+
init(): void;
|
|
96
|
+
focus(): void;
|
|
97
|
+
decodeTime(pos: any): number;
|
|
98
|
+
showTime(pos: any): string | number;
|
|
99
|
+
showItem(val: any): any;
|
|
100
|
+
syncTime(): void;
|
|
101
|
+
accept(): void;
|
|
102
|
+
scrollDispatch(swiper: any, key: any): void;
|
|
103
|
+
scrollExec(swiper: any, key: any): void;
|
|
104
|
+
}, {}>;
|
|
105
|
+
__isFragment?: undefined;
|
|
106
|
+
__isTeleport?: undefined;
|
|
107
|
+
__isSuspense?: undefined;
|
|
108
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
109
|
+
$props: {
|
|
110
|
+
readonly theme?: string | undefined;
|
|
111
|
+
readonly disabled?: boolean | undefined;
|
|
112
|
+
readonly lang?: string | undefined;
|
|
113
|
+
readonly modelValue?: Date | undefined;
|
|
114
|
+
readonly inputBackground?: string | undefined;
|
|
115
|
+
readonly selectedBackground?: string | undefined;
|
|
116
|
+
readonly innerBorderColor?: string | undefined;
|
|
117
|
+
readonly optionBackground?: string | undefined;
|
|
118
|
+
readonly slideBtnBackground?: string | undefined;
|
|
119
|
+
readonly timeType?: number | undefined;
|
|
120
|
+
readonly period?: unknown[] | undefined;
|
|
121
|
+
readonly secondType?: string | undefined;
|
|
122
|
+
readonly hoverColor?: string | undefined;
|
|
123
|
+
};
|
|
124
|
+
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
125
|
+
}, {
|
|
126
|
+
show: boolean;
|
|
127
|
+
thisValue: Date;
|
|
128
|
+
hourSwiper: null;
|
|
129
|
+
minuteSwiper: null;
|
|
130
|
+
periodSwiper: null;
|
|
131
|
+
timer: {
|
|
132
|
+
debounce: null;
|
|
133
|
+
};
|
|
134
|
+
scrollCount: {
|
|
135
|
+
hour: number;
|
|
136
|
+
minute: number;
|
|
137
|
+
};
|
|
138
|
+
}, {
|
|
139
|
+
$theme(): string;
|
|
140
|
+
hourList(): number[];
|
|
141
|
+
virtualHourList(): any[];
|
|
142
|
+
minuteList(): number[];
|
|
143
|
+
}, {
|
|
144
|
+
outSideClickInit(): void;
|
|
145
|
+
outSideClickEvent(event: any): void;
|
|
146
|
+
init(): void;
|
|
147
|
+
focus(): void;
|
|
148
|
+
decodeTime(pos: any): number;
|
|
149
|
+
showTime(pos: any): string | number;
|
|
150
|
+
showItem(val: any): any;
|
|
151
|
+
syncTime(): void;
|
|
152
|
+
accept(): void;
|
|
153
|
+
scrollDispatch(swiper: any, key: any): void;
|
|
154
|
+
scrollExec(swiper: any, key: any): void;
|
|
155
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3
156
|
$slots: {};
|
|
4
157
|
})>;
|
|
5
158
|
export default FvTimePicker;
|