@creatorsn/vfluent3 0.2.17 → 0.3.0
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/README.md +7 -7
- package/dist/style.css +1 -1
- package/dist/types/packages/affix/index.d.ts +199 -0
- package/dist/types/packages/affix/source/index.vue.d.ts +198 -0
- package/dist/types/packages/affix/style/index.d.ts +3 -0
- package/dist/types/packages/animated-icon/index.d.ts +325 -191
- package/dist/types/packages/animated-icon/source/index.vue.d.ts +325 -192
- package/dist/types/packages/badge/index.d.ts +76 -188
- package/dist/types/packages/badge/source/index.vue.d.ts +76 -188
- package/dist/types/packages/breadcrumb/index.d.ts +98 -293
- package/dist/types/packages/breadcrumb/source/index.vue.d.ts +98 -293
- package/dist/types/packages/button/index.d.ts +79 -289
- package/dist/types/packages/button/source/index.vue.d.ts +79 -289
- package/dist/types/packages/calendar-date-picker/index.d.ts +129 -1
- package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +129 -1
- package/dist/types/packages/calendar-view/index.d.ts +152 -175
- package/dist/types/packages/calendar-view/source/index.vue.d.ts +152 -175
- package/dist/types/packages/calendar-view/source/sub/dateBox.vue.d.ts +1 -288
- package/dist/types/packages/calendar-view/source/sub/monthBox.vue.d.ts +1 -239
- package/dist/types/packages/calendar-view/source/sub/yearBox.vue.d.ts +1 -179
- package/dist/types/packages/callout/index.d.ts +13 -13
- package/dist/types/packages/callout/source/index.vue.d.ts +21 -21
- package/dist/types/packages/check-box/index.d.ts +67 -200
- package/dist/types/packages/check-box/source/index.vue.d.ts +67 -200
- package/dist/types/packages/collapse/index.d.ts +77 -276
- package/dist/types/packages/collapse/source/index.vue.d.ts +77 -276
- package/dist/types/packages/color-picker/index.d.ts +7 -7
- package/dist/types/packages/color-picker/source/index.d.ts +3 -3
- package/dist/types/packages/color-picker/source/index.vue.d.ts +7 -7
- package/dist/types/packages/combobox/index.d.ts +109 -525
- package/dist/types/packages/combobox/source/index.vue.d.ts +109 -525
- package/dist/types/packages/command-bar/index.d.ts +100 -219
- package/dist/types/packages/command-bar/source/index.vue.d.ts +100 -219
- package/dist/types/packages/date-picker/index.d.ts +25 -25
- package/dist/types/packages/date-picker/source/index.d.ts +56 -56
- package/dist/types/packages/date-picker/source/index.vue.d.ts +25 -25
- package/dist/types/packages/details-list/index.d.ts +284 -689
- package/dist/types/packages/details-list/source/index.vue.d.ts +284 -689
- package/dist/types/packages/details-list/source/sub/selector.vue.d.ts +1 -117
- package/dist/types/packages/details-list/source/sub/spliter.vue.d.ts +1 -121
- package/dist/types/packages/drawer/index.d.ts +106 -197
- package/dist/types/packages/drawer/source/index.vue.d.ts +106 -197
- package/dist/types/packages/drop-down/index.d.ts +172 -456
- package/dist/types/packages/drop-down/source/index.vue.d.ts +172 -456
- package/dist/types/packages/drop-down/source/input/input.vue.d.ts +1 -305
- package/dist/types/packages/drop-down/source/list/listContainer.vue.d.ts +1 -370
- package/dist/types/packages/expander/index.d.ts +80 -270
- package/dist/types/packages/expander/source/index.vue.d.ts +80 -270
- package/dist/types/packages/flip-view/index.d.ts +186 -252
- package/dist/types/packages/flip-view/source/index.vue.d.ts +186 -252
- package/dist/types/packages/icon-element/index.d.ts +59 -164
- package/dist/types/packages/icon-element/source/index.vue.d.ts +59 -164
- package/dist/types/packages/image/index.d.ts +60 -105
- package/dist/types/packages/image/source/index.vue.d.ts +60 -105
- package/dist/types/packages/img/index.d.ts +47 -145
- package/dist/types/packages/img/source/index.vue.d.ts +47 -145
- package/dist/types/packages/img-box/index.d.ts +95 -151
- package/dist/types/packages/img-box/source/index.vue.d.ts +95 -151
- package/dist/types/packages/index.d.ts +20 -0
- package/dist/types/packages/infinite-scroll-view/index.d.ts +75 -176
- package/dist/types/packages/infinite-scroll-view/source/index.vue.d.ts +75 -176
- package/dist/types/packages/info-box/index.d.ts +145 -228
- package/dist/types/packages/info-box/source/index.vue.d.ts +145 -228
- package/dist/types/packages/list-view/index.d.ts +212 -1
- package/dist/types/packages/list-view/source/index.vue.d.ts +212 -1
- package/dist/types/packages/menu-flyout/index.d.ts +131 -1
- package/dist/types/packages/menu-flyout/source/index.vue.d.ts +131 -1
- package/dist/types/packages/message-bar/index.d.ts +128 -1
- package/dist/types/packages/message-bar/source/index.vue.d.ts +128 -1
- package/dist/types/packages/message-bar/source/plugin.d.ts +1 -1
- package/dist/types/packages/navigation-panel/index.d.ts +153 -1
- package/dist/types/packages/navigation-panel/source/index.vue.d.ts +153 -1
- package/dist/types/packages/navigation-view/index.d.ts +87 -1
- package/dist/types/packages/navigation-view/source/index.vue.d.ts +87 -1
- package/dist/types/packages/pagination/index.d.ts +63 -1
- package/dist/types/packages/pagination/source/index.vue.d.ts +63 -1
- package/dist/types/packages/panel/index.d.ts +142 -1
- package/dist/types/packages/panel/source/index.vue.d.ts +142 -1
- package/dist/types/packages/persona/index.d.ts +186 -1
- package/dist/types/packages/persona/source/index.vue.d.ts +186 -1
- package/dist/types/packages/pivot/index.d.ts +158 -1
- package/dist/types/packages/pivot/source/index.vue.d.ts +158 -1
- package/dist/types/packages/progress-bar/index.d.ts +63 -1
- package/dist/types/packages/progress-bar/source/index.vue.d.ts +63 -1
- package/dist/types/packages/progress-ring/index.d.ts +99 -1
- package/dist/types/packages/progress-ring/source/index.vue.d.ts +99 -1
- package/dist/types/packages/radio/index.d.ts +47 -60
- package/dist/types/packages/radio/source/index.vue.d.ts +47 -60
- package/dist/types/packages/rating-control/index.d.ts +105 -1
- package/dist/types/packages/rating-control/source/index.vue.d.ts +105 -1
- package/dist/types/packages/resize-watcher/index.d.ts +77 -0
- package/dist/types/packages/resize-watcher/source/index.vue.d.ts +76 -0
- package/dist/types/packages/resize-watcher/style/index.d.ts +3 -0
- package/dist/types/packages/reveal-container/index.d.ts +219 -1
- package/dist/types/packages/reveal-container/source/index.vue.d.ts +219 -1
- package/dist/types/packages/right-menu/index.d.ts +91 -0
- package/dist/types/packages/right-menu/source/index.vue.d.ts +90 -0
- package/dist/types/packages/right-menu/style/index.d.ts +3 -0
- package/dist/types/packages/scroll-story/index.d.ts +80 -1
- package/dist/types/packages/scroll-story/source/index.vue.d.ts +80 -1
- package/dist/types/packages/search-box/index.d.ts +215 -1
- package/dist/types/packages/search-box/source/index.vue.d.ts +215 -1
- package/dist/types/packages/shimmer/index.d.ts +68 -1
- package/dist/types/packages/shimmer/source/index.vue.d.ts +68 -1
- package/dist/types/packages/slider/index.d.ts +190 -1
- package/dist/types/packages/slider/source/index.vue.d.ts +190 -1
- package/dist/types/packages/swipe-control/index.d.ts +137 -1
- package/dist/types/packages/swipe-control/source/index.vue.d.ts +137 -1
- package/dist/types/packages/table-view/index.d.ts +223 -0
- package/dist/types/packages/table-view/source/index.vue.d.ts +222 -0
- package/dist/types/packages/table-view/source/sub/addMenu/currentProperty.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/addMenu/newProperty.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateCell.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateHead.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/index.d.ts +17 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailCell.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailHead.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/index.d.ts +17 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/index.d.ts +17 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberCell.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberHead.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/editWrapper.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/spliter.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/tableRow.vue.d.ts +2 -0
- package/dist/types/packages/table-view/style/index.d.ts +3 -0
- package/dist/types/packages/table-view-cell-base/index.d.ts +125 -0
- package/dist/types/packages/table-view-cell-base/source/index.vue.d.ts +124 -0
- package/dist/types/packages/table-view-cell-base/style/index.d.ts +3 -0
- package/dist/types/packages/table-view-head-base/index.d.ts +144 -0
- package/dist/types/packages/table-view-head-base/source/index.vue.d.ts +143 -0
- package/dist/types/packages/table-view-head-base/style/index.d.ts +3 -0
- package/dist/types/packages/tag/index.d.ts +110 -1
- package/dist/types/packages/tag/source/index.vue.d.ts +110 -1
- package/dist/types/packages/text-box/index.d.ts +174 -1
- package/dist/types/packages/text-box/source/index.vue.d.ts +174 -1
- package/dist/types/packages/text-field/index.d.ts +129 -1
- package/dist/types/packages/text-field/source/index.vue.d.ts +129 -1
- package/dist/types/packages/time-picker/index.d.ts +3 -1
- package/dist/types/packages/time-picker/source/index.vue.d.ts +3 -1
- package/dist/types/packages/toggle-switch/index.d.ts +117 -1
- package/dist/types/packages/toggle-switch/source/index.vue.d.ts +117 -1
- package/dist/types/packages/tree-view/index.d.ts +125 -1
- package/dist/types/packages/tree-view/source/index.vue.d.ts +125 -1
- package/dist/types/packages/verify-box/index.d.ts +108 -1
- package/dist/types/packages/verify-box/source/index.vue.d.ts +108 -1
- package/dist/types/packages/web-window/index.d.ts +131 -1
- package/dist/types/packages/web-window/source/index.vue.d.ts +131 -1
- package/dist/types/store/image/index.d.ts +3 -3
- package/dist/types/utils/common/revealEffect/direct.d.ts +1 -1
- package/dist/types/utils/common/revealEffect/masked.d.ts +1 -1
- package/dist/vfluent3.js +20770 -16678
- package/dist/vfluent3.umd.cjs +7 -7
- package/package.json +1 -1
- package/dist/types/packages/badge/source/index.d.ts +0 -50
- package/dist/types/packages/breadcrumb/source/index.d.ts +0 -81
- package/dist/types/packages/calendar-date-picker/source/index.d.ts +0 -20
- package/dist/types/packages/calendar-view/source/index.d.ts +0 -796
- package/dist/types/packages/calendar-view/source/sub/dateBox.d.ts +0 -192
- package/dist/types/packages/calendar-view/source/sub/monthBox.d.ts +0 -177
- package/dist/types/packages/calendar-view/source/sub/yearBox.d.ts +0 -161
- package/dist/types/packages/callout/source/index.d.ts +0 -1113
- package/dist/types/packages/check-box/source/index.d.ts +0 -51
- package/dist/types/packages/collapse/source/index.d.ts +0 -67
- package/dist/types/packages/combobox/source/index.d.ts +0 -110
- package/dist/types/packages/command-bar/source/index.d.ts +0 -96
- package/dist/types/packages/details-list/source/index.d.ts +0 -228
- package/dist/types/packages/details-list/source/sub/selector.d.ts +0 -30
- package/dist/types/packages/details-list/source/sub/spliter.d.ts +0 -34
- package/dist/types/packages/drawer/source/index.d.ts +0 -66
- package/dist/types/packages/drop-down/source/index.d.ts +0 -141
- package/dist/types/packages/drop-down/source/input/input.d.ts +0 -80
- package/dist/types/packages/drop-down/source/list/listContainer.d.ts +0 -101
- package/dist/types/packages/expander/source/index.d.ts +0 -66
- package/dist/types/packages/flip-view/source/index.d.ts +0 -122
- package/dist/types/packages/icon-element/source/index.d.ts +0 -49
- package/dist/types/packages/image/source/index.d.ts +0 -38
- package/dist/types/packages/img/source/index.d.ts +0 -38
- package/dist/types/packages/img-box/source/index.d.ts +0 -155
- package/dist/types/packages/infinite-scroll-view/source/index.d.ts +0 -52
- package/dist/types/packages/info-box/source/index.d.ts +0 -87
- package/dist/types/packages/list-view/source/index.d.ts +0 -20
- package/dist/types/packages/menu-flyout/source/index.d.ts +0 -20
- package/dist/types/packages/message-bar/source/index.d.ts +0 -20
- package/dist/types/packages/navigation-panel/source/index.d.ts +0 -20
- package/dist/types/packages/navigation-view/source/index.d.ts +0 -20
- package/dist/types/packages/pagination/source/index.d.ts +0 -20
- package/dist/types/packages/panel/source/index.d.ts +0 -20
- package/dist/types/packages/pivot/source/index.d.ts +0 -20
- package/dist/types/packages/progress-bar/source/index.d.ts +0 -20
- package/dist/types/packages/progress-ring/source/index.d.ts +0 -20
- package/dist/types/packages/radio/source/index.d.ts +0 -20
- package/dist/types/packages/rating-control/source/index.d.ts +0 -20
- package/dist/types/packages/reveal-container/source/index.d.ts +0 -20
- package/dist/types/packages/scroll-story/source/index.d.ts +0 -20
- package/dist/types/packages/search-box/source/index.d.ts +0 -20
- package/dist/types/packages/shimmer/source/index.d.ts +0 -20
- package/dist/types/packages/slider/source/index.d.ts +0 -20
- package/dist/types/packages/swipe-control/source/index.d.ts +0 -20
- package/dist/types/packages/tag/source/index.d.ts +0 -20
- package/dist/types/packages/text-box/source/index.d.ts +0 -20
- package/dist/types/packages/text-field/source/index.d.ts +0 -20
- package/dist/types/packages/time-picker/source/index.d.ts +0 -20
- package/dist/types/packages/toggle-switch/source/index.d.ts +0 -20
- package/dist/types/packages/tree-view/source/index.d.ts +0 -20
- package/dist/types/packages/verify-box/source/index.d.ts +0 -20
- package/dist/types/packages/web-window/source/index.d.ts +0 -20
|
@@ -1,3 +1,176 @@
|
|
|
1
1
|
import "./style";
|
|
2
|
-
export declare const FvTextBox:
|
|
2
|
+
export declare const FvTextBox: import("../../types/plugins/component-plugin").ComponentPlugin<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
4
|
+
focus: () => void;
|
|
5
|
+
$props: {
|
|
6
|
+
readonly readonly?: boolean | undefined;
|
|
7
|
+
readonly fontSize?: number | undefined;
|
|
8
|
+
readonly fontWeight?: string | undefined;
|
|
9
|
+
readonly textAlign?: string | undefined;
|
|
10
|
+
readonly background?: string | undefined;
|
|
11
|
+
readonly borderColor?: string | undefined;
|
|
12
|
+
readonly borderRadius?: number | undefined;
|
|
13
|
+
readonly borderWidth?: number | undefined;
|
|
14
|
+
readonly mask?: string | undefined;
|
|
15
|
+
readonly theme?: string | undefined;
|
|
16
|
+
readonly mode?: string | undefined;
|
|
17
|
+
readonly type?: string | undefined;
|
|
18
|
+
readonly disabled?: boolean | undefined;
|
|
19
|
+
readonly lang?: string | undefined;
|
|
20
|
+
readonly modelValue?: string | undefined;
|
|
21
|
+
readonly icon?: string | undefined;
|
|
22
|
+
readonly foreground?: string | undefined;
|
|
23
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
24
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
25
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
26
|
+
readonly placeholder?: string | undefined;
|
|
27
|
+
readonly status?: string | undefined;
|
|
28
|
+
readonly underline?: boolean | undefined;
|
|
29
|
+
readonly inputmode?: string | undefined;
|
|
30
|
+
readonly flag?: string | undefined;
|
|
31
|
+
readonly pattern?: string | undefined;
|
|
32
|
+
readonly inputRules?: string | undefined;
|
|
33
|
+
readonly maxlength?: string | undefined;
|
|
34
|
+
readonly prefix?: string | undefined;
|
|
35
|
+
readonly suffix?: string | undefined;
|
|
36
|
+
readonly leftIcon?: string | undefined;
|
|
37
|
+
readonly focusBorderColor?: string | undefined;
|
|
38
|
+
readonly revealBorder?: boolean | undefined;
|
|
39
|
+
readonly debounceDelay?: number | undefined;
|
|
40
|
+
};
|
|
41
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "left-icon-click" | "icon-click" | "debounce-input", ...args: any[]) => void;
|
|
42
|
+
}, {
|
|
43
|
+
thisValue: string;
|
|
44
|
+
isFocus: boolean;
|
|
45
|
+
timer: {
|
|
46
|
+
debounce: null;
|
|
47
|
+
};
|
|
48
|
+
}, {
|
|
49
|
+
$theme(): string;
|
|
50
|
+
isUnderline(): boolean;
|
|
51
|
+
isDisabled(): boolean;
|
|
52
|
+
borderLightColor(): any;
|
|
53
|
+
backgroundLightColor(): any;
|
|
54
|
+
}, {
|
|
55
|
+
focus(): void;
|
|
56
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
57
|
+
P: {};
|
|
58
|
+
B: {};
|
|
59
|
+
D: {};
|
|
60
|
+
C: {};
|
|
61
|
+
M: {};
|
|
62
|
+
Defaults: {};
|
|
63
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
64
|
+
focus: () => void;
|
|
65
|
+
$props: {
|
|
66
|
+
readonly readonly?: boolean | undefined;
|
|
67
|
+
readonly fontSize?: number | undefined;
|
|
68
|
+
readonly fontWeight?: string | undefined;
|
|
69
|
+
readonly textAlign?: string | undefined;
|
|
70
|
+
readonly background?: string | undefined;
|
|
71
|
+
readonly borderColor?: string | undefined;
|
|
72
|
+
readonly borderRadius?: number | undefined;
|
|
73
|
+
readonly borderWidth?: number | undefined;
|
|
74
|
+
readonly mask?: string | undefined;
|
|
75
|
+
readonly theme?: string | undefined;
|
|
76
|
+
readonly mode?: string | undefined;
|
|
77
|
+
readonly type?: string | undefined;
|
|
78
|
+
readonly disabled?: boolean | undefined;
|
|
79
|
+
readonly lang?: string | undefined;
|
|
80
|
+
readonly modelValue?: string | undefined;
|
|
81
|
+
readonly icon?: string | undefined;
|
|
82
|
+
readonly foreground?: string | undefined;
|
|
83
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
84
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
85
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
86
|
+
readonly placeholder?: string | undefined;
|
|
87
|
+
readonly status?: string | undefined;
|
|
88
|
+
readonly underline?: boolean | undefined;
|
|
89
|
+
readonly inputmode?: string | undefined;
|
|
90
|
+
readonly flag?: string | undefined;
|
|
91
|
+
readonly pattern?: string | undefined;
|
|
92
|
+
readonly inputRules?: string | undefined;
|
|
93
|
+
readonly maxlength?: string | undefined;
|
|
94
|
+
readonly prefix?: string | undefined;
|
|
95
|
+
readonly suffix?: string | undefined;
|
|
96
|
+
readonly leftIcon?: string | undefined;
|
|
97
|
+
readonly focusBorderColor?: string | undefined;
|
|
98
|
+
readonly revealBorder?: boolean | undefined;
|
|
99
|
+
readonly debounceDelay?: number | undefined;
|
|
100
|
+
};
|
|
101
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "left-icon-click" | "icon-click" | "debounce-input", ...args: any[]) => void;
|
|
102
|
+
}, {
|
|
103
|
+
thisValue: string;
|
|
104
|
+
isFocus: boolean;
|
|
105
|
+
timer: {
|
|
106
|
+
debounce: null;
|
|
107
|
+
};
|
|
108
|
+
}, {
|
|
109
|
+
$theme(): string;
|
|
110
|
+
isUnderline(): boolean;
|
|
111
|
+
isDisabled(): boolean;
|
|
112
|
+
borderLightColor(): any;
|
|
113
|
+
backgroundLightColor(): any;
|
|
114
|
+
}, {
|
|
115
|
+
focus(): void;
|
|
116
|
+
}, {}>;
|
|
117
|
+
__isFragment?: undefined;
|
|
118
|
+
__isTeleport?: undefined;
|
|
119
|
+
__isSuspense?: undefined;
|
|
120
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
121
|
+
focus: () => void;
|
|
122
|
+
$props: {
|
|
123
|
+
readonly readonly?: boolean | undefined;
|
|
124
|
+
readonly fontSize?: number | undefined;
|
|
125
|
+
readonly fontWeight?: string | undefined;
|
|
126
|
+
readonly textAlign?: string | undefined;
|
|
127
|
+
readonly background?: string | undefined;
|
|
128
|
+
readonly borderColor?: string | undefined;
|
|
129
|
+
readonly borderRadius?: number | undefined;
|
|
130
|
+
readonly borderWidth?: number | undefined;
|
|
131
|
+
readonly mask?: string | undefined;
|
|
132
|
+
readonly theme?: string | undefined;
|
|
133
|
+
readonly mode?: string | undefined;
|
|
134
|
+
readonly type?: string | undefined;
|
|
135
|
+
readonly disabled?: boolean | undefined;
|
|
136
|
+
readonly lang?: string | undefined;
|
|
137
|
+
readonly modelValue?: string | undefined;
|
|
138
|
+
readonly icon?: string | undefined;
|
|
139
|
+
readonly foreground?: string | undefined;
|
|
140
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
141
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
142
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
143
|
+
readonly placeholder?: string | undefined;
|
|
144
|
+
readonly status?: string | undefined;
|
|
145
|
+
readonly underline?: boolean | undefined;
|
|
146
|
+
readonly inputmode?: string | undefined;
|
|
147
|
+
readonly flag?: string | undefined;
|
|
148
|
+
readonly pattern?: string | undefined;
|
|
149
|
+
readonly inputRules?: string | undefined;
|
|
150
|
+
readonly maxlength?: string | undefined;
|
|
151
|
+
readonly prefix?: string | undefined;
|
|
152
|
+
readonly suffix?: string | undefined;
|
|
153
|
+
readonly leftIcon?: string | undefined;
|
|
154
|
+
readonly focusBorderColor?: string | undefined;
|
|
155
|
+
readonly revealBorder?: boolean | undefined;
|
|
156
|
+
readonly debounceDelay?: number | undefined;
|
|
157
|
+
};
|
|
158
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "left-icon-click" | "icon-click" | "debounce-input", ...args: any[]) => void;
|
|
159
|
+
}, {
|
|
160
|
+
thisValue: string;
|
|
161
|
+
isFocus: boolean;
|
|
162
|
+
timer: {
|
|
163
|
+
debounce: null;
|
|
164
|
+
};
|
|
165
|
+
}, {
|
|
166
|
+
$theme(): string;
|
|
167
|
+
isUnderline(): boolean;
|
|
168
|
+
isDisabled(): boolean;
|
|
169
|
+
borderLightColor(): any;
|
|
170
|
+
backgroundLightColor(): any;
|
|
171
|
+
}, {
|
|
172
|
+
focus(): void;
|
|
173
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
174
|
+
$slots: {};
|
|
175
|
+
})>;
|
|
3
176
|
export default FvTextBox;
|
|
@@ -1,2 +1,175 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
focus: () => void;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly readonly?: boolean | undefined;
|
|
6
|
+
readonly fontSize?: number | undefined;
|
|
7
|
+
readonly fontWeight?: string | undefined;
|
|
8
|
+
readonly textAlign?: string | undefined;
|
|
9
|
+
readonly background?: string | undefined;
|
|
10
|
+
readonly borderColor?: string | undefined;
|
|
11
|
+
readonly borderRadius?: number | undefined;
|
|
12
|
+
readonly borderWidth?: number | undefined;
|
|
13
|
+
readonly mask?: string | undefined;
|
|
14
|
+
readonly theme?: string | undefined;
|
|
15
|
+
readonly mode?: string | undefined;
|
|
16
|
+
readonly type?: string | undefined;
|
|
17
|
+
readonly disabled?: boolean | undefined;
|
|
18
|
+
readonly lang?: string | undefined;
|
|
19
|
+
readonly modelValue?: string | undefined;
|
|
20
|
+
readonly icon?: string | undefined;
|
|
21
|
+
readonly foreground?: string | undefined;
|
|
22
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
23
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
24
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
25
|
+
readonly placeholder?: string | undefined;
|
|
26
|
+
readonly status?: string | undefined;
|
|
27
|
+
readonly underline?: boolean | undefined;
|
|
28
|
+
readonly inputmode?: string | undefined;
|
|
29
|
+
readonly flag?: string | undefined;
|
|
30
|
+
readonly pattern?: string | undefined;
|
|
31
|
+
readonly inputRules?: string | undefined;
|
|
32
|
+
readonly maxlength?: string | undefined;
|
|
33
|
+
readonly prefix?: string | undefined;
|
|
34
|
+
readonly suffix?: string | undefined;
|
|
35
|
+
readonly leftIcon?: string | undefined;
|
|
36
|
+
readonly focusBorderColor?: string | undefined;
|
|
37
|
+
readonly revealBorder?: boolean | undefined;
|
|
38
|
+
readonly debounceDelay?: number | undefined;
|
|
39
|
+
};
|
|
40
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "left-icon-click" | "icon-click" | "debounce-input", ...args: any[]) => void;
|
|
41
|
+
}, {
|
|
42
|
+
thisValue: string;
|
|
43
|
+
isFocus: boolean;
|
|
44
|
+
timer: {
|
|
45
|
+
debounce: null;
|
|
46
|
+
};
|
|
47
|
+
}, {
|
|
48
|
+
$theme(): string;
|
|
49
|
+
isUnderline(): boolean;
|
|
50
|
+
isDisabled(): boolean;
|
|
51
|
+
borderLightColor(): any;
|
|
52
|
+
backgroundLightColor(): any;
|
|
53
|
+
}, {
|
|
54
|
+
focus(): void;
|
|
55
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
56
|
+
P: {};
|
|
57
|
+
B: {};
|
|
58
|
+
D: {};
|
|
59
|
+
C: {};
|
|
60
|
+
M: {};
|
|
61
|
+
Defaults: {};
|
|
62
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
63
|
+
focus: () => void;
|
|
64
|
+
$props: {
|
|
65
|
+
readonly readonly?: boolean | undefined;
|
|
66
|
+
readonly fontSize?: number | undefined;
|
|
67
|
+
readonly fontWeight?: string | undefined;
|
|
68
|
+
readonly textAlign?: string | undefined;
|
|
69
|
+
readonly background?: string | undefined;
|
|
70
|
+
readonly borderColor?: string | undefined;
|
|
71
|
+
readonly borderRadius?: number | undefined;
|
|
72
|
+
readonly borderWidth?: number | undefined;
|
|
73
|
+
readonly mask?: string | undefined;
|
|
74
|
+
readonly theme?: string | undefined;
|
|
75
|
+
readonly mode?: string | undefined;
|
|
76
|
+
readonly type?: string | undefined;
|
|
77
|
+
readonly disabled?: boolean | undefined;
|
|
78
|
+
readonly lang?: string | undefined;
|
|
79
|
+
readonly modelValue?: string | undefined;
|
|
80
|
+
readonly icon?: string | undefined;
|
|
81
|
+
readonly foreground?: string | undefined;
|
|
82
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
83
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
84
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
85
|
+
readonly placeholder?: string | undefined;
|
|
86
|
+
readonly status?: string | undefined;
|
|
87
|
+
readonly underline?: boolean | undefined;
|
|
88
|
+
readonly inputmode?: string | undefined;
|
|
89
|
+
readonly flag?: string | undefined;
|
|
90
|
+
readonly pattern?: string | undefined;
|
|
91
|
+
readonly inputRules?: string | undefined;
|
|
92
|
+
readonly maxlength?: string | undefined;
|
|
93
|
+
readonly prefix?: string | undefined;
|
|
94
|
+
readonly suffix?: string | undefined;
|
|
95
|
+
readonly leftIcon?: string | undefined;
|
|
96
|
+
readonly focusBorderColor?: string | undefined;
|
|
97
|
+
readonly revealBorder?: boolean | undefined;
|
|
98
|
+
readonly debounceDelay?: number | undefined;
|
|
99
|
+
};
|
|
100
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "left-icon-click" | "icon-click" | "debounce-input", ...args: any[]) => void;
|
|
101
|
+
}, {
|
|
102
|
+
thisValue: string;
|
|
103
|
+
isFocus: boolean;
|
|
104
|
+
timer: {
|
|
105
|
+
debounce: null;
|
|
106
|
+
};
|
|
107
|
+
}, {
|
|
108
|
+
$theme(): string;
|
|
109
|
+
isUnderline(): boolean;
|
|
110
|
+
isDisabled(): boolean;
|
|
111
|
+
borderLightColor(): any;
|
|
112
|
+
backgroundLightColor(): any;
|
|
113
|
+
}, {
|
|
114
|
+
focus(): void;
|
|
115
|
+
}, {}>;
|
|
116
|
+
__isFragment?: undefined;
|
|
117
|
+
__isTeleport?: undefined;
|
|
118
|
+
__isSuspense?: undefined;
|
|
119
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
120
|
+
focus: () => void;
|
|
121
|
+
$props: {
|
|
122
|
+
readonly readonly?: boolean | undefined;
|
|
123
|
+
readonly fontSize?: number | undefined;
|
|
124
|
+
readonly fontWeight?: string | undefined;
|
|
125
|
+
readonly textAlign?: string | undefined;
|
|
126
|
+
readonly background?: string | undefined;
|
|
127
|
+
readonly borderColor?: string | undefined;
|
|
128
|
+
readonly borderRadius?: number | undefined;
|
|
129
|
+
readonly borderWidth?: number | undefined;
|
|
130
|
+
readonly mask?: string | undefined;
|
|
131
|
+
readonly theme?: string | undefined;
|
|
132
|
+
readonly mode?: string | undefined;
|
|
133
|
+
readonly type?: string | undefined;
|
|
134
|
+
readonly disabled?: boolean | undefined;
|
|
135
|
+
readonly lang?: string | undefined;
|
|
136
|
+
readonly modelValue?: string | undefined;
|
|
137
|
+
readonly icon?: string | undefined;
|
|
138
|
+
readonly foreground?: string | undefined;
|
|
139
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
140
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
141
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
142
|
+
readonly placeholder?: string | undefined;
|
|
143
|
+
readonly status?: string | undefined;
|
|
144
|
+
readonly underline?: boolean | undefined;
|
|
145
|
+
readonly inputmode?: string | undefined;
|
|
146
|
+
readonly flag?: string | undefined;
|
|
147
|
+
readonly pattern?: string | undefined;
|
|
148
|
+
readonly inputRules?: string | undefined;
|
|
149
|
+
readonly maxlength?: string | undefined;
|
|
150
|
+
readonly prefix?: string | undefined;
|
|
151
|
+
readonly suffix?: string | undefined;
|
|
152
|
+
readonly leftIcon?: string | undefined;
|
|
153
|
+
readonly focusBorderColor?: string | undefined;
|
|
154
|
+
readonly revealBorder?: boolean | undefined;
|
|
155
|
+
readonly debounceDelay?: number | undefined;
|
|
156
|
+
};
|
|
157
|
+
$emit: (event: "change" | "click" | "keydown" | "keyup" | "paste" | "update:modelValue" | "left-icon-click" | "icon-click" | "debounce-input", ...args: any[]) => void;
|
|
158
|
+
}, {
|
|
159
|
+
thisValue: string;
|
|
160
|
+
isFocus: boolean;
|
|
161
|
+
timer: {
|
|
162
|
+
debounce: null;
|
|
163
|
+
};
|
|
164
|
+
}, {
|
|
165
|
+
$theme(): string;
|
|
166
|
+
isUnderline(): boolean;
|
|
167
|
+
isDisabled(): boolean;
|
|
168
|
+
borderLightColor(): any;
|
|
169
|
+
backgroundLightColor(): any;
|
|
170
|
+
}, {
|
|
171
|
+
focus(): void;
|
|
172
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
173
|
+
$slots: {};
|
|
174
|
+
});
|
|
2
175
|
export default _default;
|
|
@@ -1,3 +1,131 @@
|
|
|
1
1
|
import "./style";
|
|
2
|
-
export declare const FvTextField:
|
|
2
|
+
export declare const FvTextField: import("../../types/plugins/component-plugin").ComponentPlugin<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
4
|
+
$props: {
|
|
5
|
+
readonly readonly?: boolean | undefined;
|
|
6
|
+
readonly fontSize?: number | undefined;
|
|
7
|
+
readonly fontWeight?: string | undefined;
|
|
8
|
+
readonly textAlign?: string | undefined;
|
|
9
|
+
readonly background?: string | undefined;
|
|
10
|
+
readonly borderColor?: string | undefined;
|
|
11
|
+
readonly borderRadius?: number | undefined;
|
|
12
|
+
readonly borderWidth?: number | undefined;
|
|
13
|
+
readonly theme?: string | undefined;
|
|
14
|
+
readonly disabled?: boolean | undefined;
|
|
15
|
+
readonly lang?: string | undefined;
|
|
16
|
+
readonly modelValue?: string | undefined;
|
|
17
|
+
readonly foreground?: string | undefined;
|
|
18
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
19
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
20
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
21
|
+
readonly placeholder?: string | undefined;
|
|
22
|
+
readonly status?: string | undefined;
|
|
23
|
+
readonly underline?: boolean | undefined;
|
|
24
|
+
readonly maxlength?: string | undefined;
|
|
25
|
+
readonly focusBorderColor?: string | undefined;
|
|
26
|
+
readonly revealBorder?: boolean | undefined;
|
|
27
|
+
};
|
|
28
|
+
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
29
|
+
}, {
|
|
30
|
+
thisValue: string | Function;
|
|
31
|
+
isFocus: boolean;
|
|
32
|
+
}, {
|
|
33
|
+
$theme(): string;
|
|
34
|
+
isUnderline(): boolean;
|
|
35
|
+
isReadOnly(): boolean;
|
|
36
|
+
isDisabled(): boolean;
|
|
37
|
+
borderLightColor(): any;
|
|
38
|
+
backgroundLightColor(): any;
|
|
39
|
+
}, {
|
|
40
|
+
focus(status: any, event: any): void;
|
|
41
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
42
|
+
P: {};
|
|
43
|
+
B: {};
|
|
44
|
+
D: {};
|
|
45
|
+
C: {};
|
|
46
|
+
M: {};
|
|
47
|
+
Defaults: {};
|
|
48
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
49
|
+
$props: {
|
|
50
|
+
readonly readonly?: boolean | undefined;
|
|
51
|
+
readonly fontSize?: number | undefined;
|
|
52
|
+
readonly fontWeight?: string | undefined;
|
|
53
|
+
readonly textAlign?: string | undefined;
|
|
54
|
+
readonly background?: string | undefined;
|
|
55
|
+
readonly borderColor?: string | undefined;
|
|
56
|
+
readonly borderRadius?: number | undefined;
|
|
57
|
+
readonly borderWidth?: number | undefined;
|
|
58
|
+
readonly theme?: string | undefined;
|
|
59
|
+
readonly disabled?: boolean | undefined;
|
|
60
|
+
readonly lang?: string | undefined;
|
|
61
|
+
readonly modelValue?: string | undefined;
|
|
62
|
+
readonly foreground?: string | undefined;
|
|
63
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
64
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
65
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
66
|
+
readonly placeholder?: string | undefined;
|
|
67
|
+
readonly status?: string | undefined;
|
|
68
|
+
readonly underline?: boolean | undefined;
|
|
69
|
+
readonly maxlength?: string | undefined;
|
|
70
|
+
readonly focusBorderColor?: string | undefined;
|
|
71
|
+
readonly revealBorder?: boolean | undefined;
|
|
72
|
+
};
|
|
73
|
+
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
74
|
+
}, {
|
|
75
|
+
thisValue: string | Function;
|
|
76
|
+
isFocus: boolean;
|
|
77
|
+
}, {
|
|
78
|
+
$theme(): string;
|
|
79
|
+
isUnderline(): boolean;
|
|
80
|
+
isReadOnly(): boolean;
|
|
81
|
+
isDisabled(): boolean;
|
|
82
|
+
borderLightColor(): any;
|
|
83
|
+
backgroundLightColor(): any;
|
|
84
|
+
}, {
|
|
85
|
+
focus(status: any, event: any): void;
|
|
86
|
+
}, {}>;
|
|
87
|
+
__isFragment?: undefined;
|
|
88
|
+
__isTeleport?: undefined;
|
|
89
|
+
__isSuspense?: undefined;
|
|
90
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
91
|
+
$props: {
|
|
92
|
+
readonly readonly?: boolean | undefined;
|
|
93
|
+
readonly fontSize?: number | undefined;
|
|
94
|
+
readonly fontWeight?: string | undefined;
|
|
95
|
+
readonly textAlign?: string | undefined;
|
|
96
|
+
readonly background?: string | undefined;
|
|
97
|
+
readonly borderColor?: string | undefined;
|
|
98
|
+
readonly borderRadius?: number | undefined;
|
|
99
|
+
readonly borderWidth?: number | undefined;
|
|
100
|
+
readonly theme?: string | undefined;
|
|
101
|
+
readonly disabled?: boolean | undefined;
|
|
102
|
+
readonly lang?: string | undefined;
|
|
103
|
+
readonly modelValue?: string | undefined;
|
|
104
|
+
readonly foreground?: string | undefined;
|
|
105
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
106
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
107
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
108
|
+
readonly placeholder?: string | undefined;
|
|
109
|
+
readonly status?: string | undefined;
|
|
110
|
+
readonly underline?: boolean | undefined;
|
|
111
|
+
readonly maxlength?: string | undefined;
|
|
112
|
+
readonly focusBorderColor?: string | undefined;
|
|
113
|
+
readonly revealBorder?: boolean | undefined;
|
|
114
|
+
};
|
|
115
|
+
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
116
|
+
}, {
|
|
117
|
+
thisValue: string | Function;
|
|
118
|
+
isFocus: boolean;
|
|
119
|
+
}, {
|
|
120
|
+
$theme(): string;
|
|
121
|
+
isUnderline(): boolean;
|
|
122
|
+
isReadOnly(): boolean;
|
|
123
|
+
isDisabled(): boolean;
|
|
124
|
+
borderLightColor(): any;
|
|
125
|
+
backgroundLightColor(): any;
|
|
126
|
+
}, {
|
|
127
|
+
focus(status: any, event: any): void;
|
|
128
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
129
|
+
$slots: {};
|
|
130
|
+
})>;
|
|
3
131
|
export default FvTextField;
|
|
@@ -1,2 +1,130 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
$props: {
|
|
4
|
+
readonly readonly?: boolean | undefined;
|
|
5
|
+
readonly fontSize?: number | undefined;
|
|
6
|
+
readonly fontWeight?: string | undefined;
|
|
7
|
+
readonly textAlign?: string | undefined;
|
|
8
|
+
readonly background?: string | undefined;
|
|
9
|
+
readonly borderColor?: string | undefined;
|
|
10
|
+
readonly borderRadius?: number | undefined;
|
|
11
|
+
readonly borderWidth?: number | undefined;
|
|
12
|
+
readonly theme?: string | undefined;
|
|
13
|
+
readonly disabled?: boolean | undefined;
|
|
14
|
+
readonly lang?: string | undefined;
|
|
15
|
+
readonly modelValue?: string | undefined;
|
|
16
|
+
readonly foreground?: string | undefined;
|
|
17
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
18
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
19
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
20
|
+
readonly placeholder?: string | undefined;
|
|
21
|
+
readonly status?: string | undefined;
|
|
22
|
+
readonly underline?: boolean | undefined;
|
|
23
|
+
readonly maxlength?: string | undefined;
|
|
24
|
+
readonly focusBorderColor?: string | undefined;
|
|
25
|
+
readonly revealBorder?: boolean | undefined;
|
|
26
|
+
};
|
|
27
|
+
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
28
|
+
}, {
|
|
29
|
+
thisValue: string | Function;
|
|
30
|
+
isFocus: boolean;
|
|
31
|
+
}, {
|
|
32
|
+
$theme(): string;
|
|
33
|
+
isUnderline(): boolean;
|
|
34
|
+
isReadOnly(): boolean;
|
|
35
|
+
isDisabled(): boolean;
|
|
36
|
+
borderLightColor(): any;
|
|
37
|
+
backgroundLightColor(): any;
|
|
38
|
+
}, {
|
|
39
|
+
focus(status: any, event: any): void;
|
|
40
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
41
|
+
P: {};
|
|
42
|
+
B: {};
|
|
43
|
+
D: {};
|
|
44
|
+
C: {};
|
|
45
|
+
M: {};
|
|
46
|
+
Defaults: {};
|
|
47
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
48
|
+
$props: {
|
|
49
|
+
readonly readonly?: boolean | undefined;
|
|
50
|
+
readonly fontSize?: number | undefined;
|
|
51
|
+
readonly fontWeight?: string | undefined;
|
|
52
|
+
readonly textAlign?: string | undefined;
|
|
53
|
+
readonly background?: string | undefined;
|
|
54
|
+
readonly borderColor?: string | undefined;
|
|
55
|
+
readonly borderRadius?: number | undefined;
|
|
56
|
+
readonly borderWidth?: number | undefined;
|
|
57
|
+
readonly theme?: string | undefined;
|
|
58
|
+
readonly disabled?: boolean | undefined;
|
|
59
|
+
readonly lang?: string | undefined;
|
|
60
|
+
readonly modelValue?: string | undefined;
|
|
61
|
+
readonly foreground?: string | undefined;
|
|
62
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
63
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
64
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
65
|
+
readonly placeholder?: string | undefined;
|
|
66
|
+
readonly status?: string | undefined;
|
|
67
|
+
readonly underline?: boolean | undefined;
|
|
68
|
+
readonly maxlength?: string | undefined;
|
|
69
|
+
readonly focusBorderColor?: string | undefined;
|
|
70
|
+
readonly revealBorder?: boolean | undefined;
|
|
71
|
+
};
|
|
72
|
+
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
73
|
+
}, {
|
|
74
|
+
thisValue: string | Function;
|
|
75
|
+
isFocus: boolean;
|
|
76
|
+
}, {
|
|
77
|
+
$theme(): string;
|
|
78
|
+
isUnderline(): boolean;
|
|
79
|
+
isReadOnly(): boolean;
|
|
80
|
+
isDisabled(): boolean;
|
|
81
|
+
borderLightColor(): any;
|
|
82
|
+
backgroundLightColor(): any;
|
|
83
|
+
}, {
|
|
84
|
+
focus(status: any, event: any): void;
|
|
85
|
+
}, {}>;
|
|
86
|
+
__isFragment?: undefined;
|
|
87
|
+
__isTeleport?: undefined;
|
|
88
|
+
__isSuspense?: undefined;
|
|
89
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
90
|
+
$props: {
|
|
91
|
+
readonly readonly?: boolean | undefined;
|
|
92
|
+
readonly fontSize?: number | undefined;
|
|
93
|
+
readonly fontWeight?: string | undefined;
|
|
94
|
+
readonly textAlign?: string | undefined;
|
|
95
|
+
readonly background?: string | undefined;
|
|
96
|
+
readonly borderColor?: string | undefined;
|
|
97
|
+
readonly borderRadius?: number | undefined;
|
|
98
|
+
readonly borderWidth?: number | undefined;
|
|
99
|
+
readonly theme?: string | undefined;
|
|
100
|
+
readonly disabled?: boolean | undefined;
|
|
101
|
+
readonly lang?: string | undefined;
|
|
102
|
+
readonly modelValue?: string | undefined;
|
|
103
|
+
readonly foreground?: string | undefined;
|
|
104
|
+
readonly revealBorderColor?: boolean | undefined;
|
|
105
|
+
readonly revealBackgroundColor?: boolean | undefined;
|
|
106
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
107
|
+
readonly placeholder?: string | undefined;
|
|
108
|
+
readonly status?: string | undefined;
|
|
109
|
+
readonly underline?: boolean | undefined;
|
|
110
|
+
readonly maxlength?: string | undefined;
|
|
111
|
+
readonly focusBorderColor?: string | undefined;
|
|
112
|
+
readonly revealBorder?: boolean | undefined;
|
|
113
|
+
};
|
|
114
|
+
$emit: (event: "blur" | "change" | "focus" | "keydown" | "keyup" | "paste" | "update:modelValue", ...args: any[]) => void;
|
|
115
|
+
}, {
|
|
116
|
+
thisValue: string | Function;
|
|
117
|
+
isFocus: boolean;
|
|
118
|
+
}, {
|
|
119
|
+
$theme(): string;
|
|
120
|
+
isUnderline(): boolean;
|
|
121
|
+
isReadOnly(): boolean;
|
|
122
|
+
isDisabled(): boolean;
|
|
123
|
+
borderLightColor(): any;
|
|
124
|
+
backgroundLightColor(): any;
|
|
125
|
+
}, {
|
|
126
|
+
focus(status: any, event: any): void;
|
|
127
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
128
|
+
$slots: {};
|
|
129
|
+
});
|
|
2
130
|
export default _default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
import "./style";
|
|
2
|
-
export declare const FvTimePicker: any
|
|
2
|
+
export declare const FvTimePicker: import("../../types/plugins/component-plugin").ComponentPlugin<import("vue").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("vue").PublicProps> & (new () => {
|
|
3
|
+
$slots: {};
|
|
4
|
+
})>;
|
|
3
5
|
export default FvTimePicker;
|