@creatorsn/vfluent3 0.2.17 → 0.2.20
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/types/packages/affix/index.d.ts +44 -0
- package/dist/types/packages/affix/source/index.vue.d.ts +43 -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 +95 -293
- package/dist/types/packages/breadcrumb/source/index.vue.d.ts +95 -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 +108 -1
- package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +108 -1
- package/dist/types/packages/calendar-view/index.d.ts +122 -175
- package/dist/types/packages/calendar-view/source/index.vue.d.ts +122 -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 +106 -525
- package/dist/types/packages/combobox/source/index.vue.d.ts +106 -525
- package/dist/types/packages/command-bar/index.d.ts +97 -219
- package/dist/types/packages/command-bar/source/index.vue.d.ts +97 -219
- package/dist/types/packages/date-picker/index.d.ts +22 -22
- package/dist/types/packages/date-picker/source/index.d.ts +56 -56
- package/dist/types/packages/date-picker/source/index.vue.d.ts +22 -22
- package/dist/types/packages/details-list/index.d.ts +275 -689
- package/dist/types/packages/details-list/source/index.vue.d.ts +275 -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 +103 -197
- package/dist/types/packages/drawer/source/index.vue.d.ts +103 -197
- package/dist/types/packages/drop-down/index.d.ts +169 -456
- package/dist/types/packages/drop-down/source/index.vue.d.ts +169 -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 +5 -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 +209 -1
- package/dist/types/packages/list-view/source/index.vue.d.ts +209 -1
- package/dist/types/packages/menu-flyout/index.d.ts +128 -1
- package/dist/types/packages/menu-flyout/source/index.vue.d.ts +128 -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 +150 -1
- package/dist/types/packages/navigation-panel/source/index.vue.d.ts +150 -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 +121 -1
- package/dist/types/packages/panel/source/index.vue.d.ts +121 -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/reveal-container/index.d.ts +219 -1
- package/dist/types/packages/reveal-container/source/index.vue.d.ts +219 -1
- 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 +205 -1
- package/dist/types/packages/slider/source/index.vue.d.ts +205 -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/tag/index.d.ts +104 -1
- package/dist/types/packages/tag/source/index.vue.d.ts +104 -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 +13799 -13454
- package/dist/vfluent3.umd.cjs +8 -8
- 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,106 @@
|
|
|
1
1
|
import "./style";
|
|
2
|
-
export declare const FvTag:
|
|
2
|
+
export declare const FvTag: import("../../types/plugins/component-plugin").ComponentPlugin<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
4
|
+
$props: {
|
|
5
|
+
readonly size?: string | undefined;
|
|
6
|
+
readonly theme?: string | undefined;
|
|
7
|
+
readonly disabled?: boolean | undefined;
|
|
8
|
+
readonly lang?: string | undefined;
|
|
9
|
+
readonly modelValue?: never[] | undefined;
|
|
10
|
+
readonly newTagPlaceholder?: string | undefined;
|
|
11
|
+
readonly newTagBackground?: null | undefined;
|
|
12
|
+
readonly isNewTag?: boolean | undefined;
|
|
13
|
+
readonly isDel?: boolean | undefined;
|
|
14
|
+
};
|
|
15
|
+
$emit: (event: "update:modelValue" | "add-item" | "del-item" | "tag-click", ...args: any[]) => void;
|
|
16
|
+
}, {
|
|
17
|
+
thisValue: Function;
|
|
18
|
+
inputValue: string;
|
|
19
|
+
edit: boolean;
|
|
20
|
+
}, {
|
|
21
|
+
$theme(): string;
|
|
22
|
+
}, {
|
|
23
|
+
outSideClickInit(): void;
|
|
24
|
+
editable(): void;
|
|
25
|
+
addTag(): void;
|
|
26
|
+
delTag(item: any): void;
|
|
27
|
+
getColor(color: any): {
|
|
28
|
+
background: any;
|
|
29
|
+
borderColor: any;
|
|
30
|
+
color: any;
|
|
31
|
+
};
|
|
32
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
33
|
+
P: {};
|
|
34
|
+
B: {};
|
|
35
|
+
D: {};
|
|
36
|
+
C: {};
|
|
37
|
+
M: {};
|
|
38
|
+
Defaults: {};
|
|
39
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
40
|
+
$props: {
|
|
41
|
+
readonly size?: string | undefined;
|
|
42
|
+
readonly theme?: string | undefined;
|
|
43
|
+
readonly disabled?: boolean | undefined;
|
|
44
|
+
readonly lang?: string | undefined;
|
|
45
|
+
readonly modelValue?: never[] | undefined;
|
|
46
|
+
readonly newTagPlaceholder?: string | undefined;
|
|
47
|
+
readonly newTagBackground?: null | undefined;
|
|
48
|
+
readonly isNewTag?: boolean | undefined;
|
|
49
|
+
readonly isDel?: boolean | undefined;
|
|
50
|
+
};
|
|
51
|
+
$emit: (event: "update:modelValue" | "add-item" | "del-item" | "tag-click", ...args: any[]) => void;
|
|
52
|
+
}, {
|
|
53
|
+
thisValue: Function;
|
|
54
|
+
inputValue: string;
|
|
55
|
+
edit: boolean;
|
|
56
|
+
}, {
|
|
57
|
+
$theme(): string;
|
|
58
|
+
}, {
|
|
59
|
+
outSideClickInit(): void;
|
|
60
|
+
editable(): void;
|
|
61
|
+
addTag(): void;
|
|
62
|
+
delTag(item: any): void;
|
|
63
|
+
getColor(color: any): {
|
|
64
|
+
background: any;
|
|
65
|
+
borderColor: any;
|
|
66
|
+
color: any;
|
|
67
|
+
};
|
|
68
|
+
}, {}>;
|
|
69
|
+
__isFragment?: undefined;
|
|
70
|
+
__isTeleport?: undefined;
|
|
71
|
+
__isSuspense?: undefined;
|
|
72
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
73
|
+
$props: {
|
|
74
|
+
readonly size?: string | undefined;
|
|
75
|
+
readonly theme?: string | undefined;
|
|
76
|
+
readonly disabled?: boolean | undefined;
|
|
77
|
+
readonly lang?: string | undefined;
|
|
78
|
+
readonly modelValue?: never[] | undefined;
|
|
79
|
+
readonly newTagPlaceholder?: string | undefined;
|
|
80
|
+
readonly newTagBackground?: null | undefined;
|
|
81
|
+
readonly isNewTag?: boolean | undefined;
|
|
82
|
+
readonly isDel?: boolean | undefined;
|
|
83
|
+
};
|
|
84
|
+
$emit: (event: "update:modelValue" | "add-item" | "del-item" | "tag-click", ...args: any[]) => void;
|
|
85
|
+
}, {
|
|
86
|
+
thisValue: Function;
|
|
87
|
+
inputValue: string;
|
|
88
|
+
edit: boolean;
|
|
89
|
+
}, {
|
|
90
|
+
$theme(): string;
|
|
91
|
+
}, {
|
|
92
|
+
outSideClickInit(): void;
|
|
93
|
+
editable(): void;
|
|
94
|
+
addTag(): void;
|
|
95
|
+
delTag(item: any): void;
|
|
96
|
+
getColor(color: any): {
|
|
97
|
+
background: any;
|
|
98
|
+
borderColor: any;
|
|
99
|
+
color: any;
|
|
100
|
+
};
|
|
101
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
102
|
+
$slots: {
|
|
103
|
+
default: (_: {}) => any;
|
|
104
|
+
};
|
|
105
|
+
})>;
|
|
3
106
|
export default FvTag;
|
|
@@ -1,2 +1,105 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
$props: {
|
|
4
|
+
readonly size?: string | undefined;
|
|
5
|
+
readonly theme?: string | undefined;
|
|
6
|
+
readonly disabled?: boolean | undefined;
|
|
7
|
+
readonly lang?: string | undefined;
|
|
8
|
+
readonly modelValue?: never[] | undefined;
|
|
9
|
+
readonly newTagPlaceholder?: string | undefined;
|
|
10
|
+
readonly newTagBackground?: null | undefined;
|
|
11
|
+
readonly isNewTag?: boolean | undefined;
|
|
12
|
+
readonly isDel?: boolean | undefined;
|
|
13
|
+
};
|
|
14
|
+
$emit: (event: "update:modelValue" | "add-item" | "del-item" | "tag-click", ...args: any[]) => void;
|
|
15
|
+
}, {
|
|
16
|
+
thisValue: Function;
|
|
17
|
+
inputValue: string;
|
|
18
|
+
edit: boolean;
|
|
19
|
+
}, {
|
|
20
|
+
$theme(): string;
|
|
21
|
+
}, {
|
|
22
|
+
outSideClickInit(): void;
|
|
23
|
+
editable(): void;
|
|
24
|
+
addTag(): void;
|
|
25
|
+
delTag(item: any): void;
|
|
26
|
+
getColor(color: any): {
|
|
27
|
+
background: any;
|
|
28
|
+
borderColor: any;
|
|
29
|
+
color: any;
|
|
30
|
+
};
|
|
31
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
32
|
+
P: {};
|
|
33
|
+
B: {};
|
|
34
|
+
D: {};
|
|
35
|
+
C: {};
|
|
36
|
+
M: {};
|
|
37
|
+
Defaults: {};
|
|
38
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
39
|
+
$props: {
|
|
40
|
+
readonly size?: string | undefined;
|
|
41
|
+
readonly theme?: string | undefined;
|
|
42
|
+
readonly disabled?: boolean | undefined;
|
|
43
|
+
readonly lang?: string | undefined;
|
|
44
|
+
readonly modelValue?: never[] | undefined;
|
|
45
|
+
readonly newTagPlaceholder?: string | undefined;
|
|
46
|
+
readonly newTagBackground?: null | undefined;
|
|
47
|
+
readonly isNewTag?: boolean | undefined;
|
|
48
|
+
readonly isDel?: boolean | undefined;
|
|
49
|
+
};
|
|
50
|
+
$emit: (event: "update:modelValue" | "add-item" | "del-item" | "tag-click", ...args: any[]) => void;
|
|
51
|
+
}, {
|
|
52
|
+
thisValue: Function;
|
|
53
|
+
inputValue: string;
|
|
54
|
+
edit: boolean;
|
|
55
|
+
}, {
|
|
56
|
+
$theme(): string;
|
|
57
|
+
}, {
|
|
58
|
+
outSideClickInit(): void;
|
|
59
|
+
editable(): void;
|
|
60
|
+
addTag(): void;
|
|
61
|
+
delTag(item: any): void;
|
|
62
|
+
getColor(color: any): {
|
|
63
|
+
background: any;
|
|
64
|
+
borderColor: any;
|
|
65
|
+
color: any;
|
|
66
|
+
};
|
|
67
|
+
}, {}>;
|
|
68
|
+
__isFragment?: undefined;
|
|
69
|
+
__isTeleport?: undefined;
|
|
70
|
+
__isSuspense?: undefined;
|
|
71
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
72
|
+
$props: {
|
|
73
|
+
readonly size?: string | undefined;
|
|
74
|
+
readonly theme?: string | undefined;
|
|
75
|
+
readonly disabled?: boolean | undefined;
|
|
76
|
+
readonly lang?: string | undefined;
|
|
77
|
+
readonly modelValue?: never[] | undefined;
|
|
78
|
+
readonly newTagPlaceholder?: string | undefined;
|
|
79
|
+
readonly newTagBackground?: null | undefined;
|
|
80
|
+
readonly isNewTag?: boolean | undefined;
|
|
81
|
+
readonly isDel?: boolean | undefined;
|
|
82
|
+
};
|
|
83
|
+
$emit: (event: "update:modelValue" | "add-item" | "del-item" | "tag-click", ...args: any[]) => void;
|
|
84
|
+
}, {
|
|
85
|
+
thisValue: Function;
|
|
86
|
+
inputValue: string;
|
|
87
|
+
edit: boolean;
|
|
88
|
+
}, {
|
|
89
|
+
$theme(): string;
|
|
90
|
+
}, {
|
|
91
|
+
outSideClickInit(): void;
|
|
92
|
+
editable(): void;
|
|
93
|
+
addTag(): void;
|
|
94
|
+
delTag(item: any): void;
|
|
95
|
+
getColor(color: any): {
|
|
96
|
+
background: any;
|
|
97
|
+
borderColor: any;
|
|
98
|
+
color: any;
|
|
99
|
+
};
|
|
100
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
101
|
+
$slots: {
|
|
102
|
+
default: (_: {}) => any;
|
|
103
|
+
};
|
|
104
|
+
});
|
|
2
105
|
export default _default;
|
|
@@ -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: Function;
|
|
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: Function;
|
|
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: Function;
|
|
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: Function;
|
|
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: Function;
|
|
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: Function;
|
|
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;
|