@creatorsn/vfluent3 0.3.27 → 0.3.28
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/combobox/index.d.ts +6 -3
- package/dist/types/packages/combobox/source/index.vue.d.ts +6 -3
- package/dist/types/packages/drop-down/index.d.ts +6 -0
- package/dist/types/packages/drop-down/source/index.vue.d.ts +6 -0
- package/dist/types/packages/menu-flyout/index.d.ts +33 -12
- package/dist/types/packages/menu-flyout/source/index.vue.d.ts +33 -12
- package/dist/types/packages/pivot/source/sub/sliderA.vue.d.ts +2 -0
- package/dist/types/packages/table-view/index.d.ts +15 -0
- package/dist/types/packages/table-view/source/index.vue.d.ts +15 -0
- package/dist/types/packages/table-view/source/sub/addMenu/sortPropertyList.vue.d.ts +2 -0
- package/dist/types/packages/text-box/index.d.ts +4 -1
- package/dist/types/packages/text-box/source/index.vue.d.ts +4 -1
- package/dist/vfluent3.js +3712 -3203
- package/dist/vfluent3.umd.cjs +9 -9
- package/package.json +1 -1
|
@@ -3,7 +3,8 @@ export declare const FvCombobox: import("../../types/plugins/component-plugin").
|
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
4
4
|
$props: {
|
|
5
5
|
readonly background?: string | undefined;
|
|
6
|
-
readonly
|
|
6
|
+
readonly borderColor?: string | undefined;
|
|
7
|
+
readonly borderRadius?: number | undefined;
|
|
7
8
|
readonly borderWidth?: number | undefined;
|
|
8
9
|
readonly theme?: string | undefined;
|
|
9
10
|
readonly disabled?: boolean | undefined;
|
|
@@ -45,7 +46,8 @@ export declare const FvCombobox: import("../../types/plugins/component-plugin").
|
|
|
45
46
|
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
46
47
|
$props: {
|
|
47
48
|
readonly background?: string | undefined;
|
|
48
|
-
readonly
|
|
49
|
+
readonly borderColor?: string | undefined;
|
|
50
|
+
readonly borderRadius?: number | undefined;
|
|
49
51
|
readonly borderWidth?: number | undefined;
|
|
50
52
|
readonly theme?: string | undefined;
|
|
51
53
|
readonly disabled?: boolean | undefined;
|
|
@@ -84,7 +86,8 @@ export declare const FvCombobox: import("../../types/plugins/component-plugin").
|
|
|
84
86
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
85
87
|
$props: {
|
|
86
88
|
readonly background?: string | undefined;
|
|
87
|
-
readonly
|
|
89
|
+
readonly borderColor?: string | undefined;
|
|
90
|
+
readonly borderRadius?: number | undefined;
|
|
88
91
|
readonly borderWidth?: number | undefined;
|
|
89
92
|
readonly theme?: string | undefined;
|
|
90
93
|
readonly disabled?: boolean | undefined;
|
|
@@ -2,7 +2,8 @@ declare const _default: {
|
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
3
|
$props: {
|
|
4
4
|
readonly background?: string | undefined;
|
|
5
|
-
readonly
|
|
5
|
+
readonly borderColor?: string | undefined;
|
|
6
|
+
readonly borderRadius?: number | undefined;
|
|
6
7
|
readonly borderWidth?: number | undefined;
|
|
7
8
|
readonly theme?: string | undefined;
|
|
8
9
|
readonly disabled?: boolean | undefined;
|
|
@@ -44,7 +45,8 @@ declare const _default: {
|
|
|
44
45
|
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
45
46
|
$props: {
|
|
46
47
|
readonly background?: string | undefined;
|
|
47
|
-
readonly
|
|
48
|
+
readonly borderColor?: string | undefined;
|
|
49
|
+
readonly borderRadius?: number | undefined;
|
|
48
50
|
readonly borderWidth?: number | undefined;
|
|
49
51
|
readonly theme?: string | undefined;
|
|
50
52
|
readonly disabled?: boolean | undefined;
|
|
@@ -83,7 +85,8 @@ declare const _default: {
|
|
|
83
85
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
84
86
|
$props: {
|
|
85
87
|
readonly background?: string | undefined;
|
|
86
|
-
readonly
|
|
88
|
+
readonly borderColor?: string | undefined;
|
|
89
|
+
readonly borderRadius?: number | undefined;
|
|
87
90
|
readonly borderWidth?: number | undefined;
|
|
88
91
|
readonly theme?: string | undefined;
|
|
89
92
|
readonly disabled?: boolean | undefined;
|
|
@@ -20,6 +20,8 @@ export declare const FvDropDown: import("../../types/plugins/component-plugin").
|
|
|
20
20
|
readonly dropDownListForeground?: string | undefined;
|
|
21
21
|
readonly setFocus?: boolean | undefined;
|
|
22
22
|
readonly inputBorderColor?: string | undefined;
|
|
23
|
+
readonly inputHeight?: string | undefined;
|
|
24
|
+
readonly inputFontSize?: string | undefined;
|
|
23
25
|
readonly checkBoxBackground?: string | undefined;
|
|
24
26
|
readonly showError?: boolean | undefined;
|
|
25
27
|
readonly errorMessage?: string | undefined;
|
|
@@ -82,6 +84,8 @@ export declare const FvDropDown: import("../../types/plugins/component-plugin").
|
|
|
82
84
|
readonly dropDownListForeground?: string | undefined;
|
|
83
85
|
readonly setFocus?: boolean | undefined;
|
|
84
86
|
readonly inputBorderColor?: string | undefined;
|
|
87
|
+
readonly inputHeight?: string | undefined;
|
|
88
|
+
readonly inputFontSize?: string | undefined;
|
|
85
89
|
readonly checkBoxBackground?: string | undefined;
|
|
86
90
|
readonly showError?: boolean | undefined;
|
|
87
91
|
readonly errorMessage?: string | undefined;
|
|
@@ -141,6 +145,8 @@ export declare const FvDropDown: import("../../types/plugins/component-plugin").
|
|
|
141
145
|
readonly dropDownListForeground?: string | undefined;
|
|
142
146
|
readonly setFocus?: boolean | undefined;
|
|
143
147
|
readonly inputBorderColor?: string | undefined;
|
|
148
|
+
readonly inputHeight?: string | undefined;
|
|
149
|
+
readonly inputFontSize?: string | undefined;
|
|
144
150
|
readonly checkBoxBackground?: string | undefined;
|
|
145
151
|
readonly showError?: boolean | undefined;
|
|
146
152
|
readonly errorMessage?: string | undefined;
|
|
@@ -19,6 +19,8 @@ declare const _default: {
|
|
|
19
19
|
readonly dropDownListForeground?: string | undefined;
|
|
20
20
|
readonly setFocus?: boolean | undefined;
|
|
21
21
|
readonly inputBorderColor?: string | undefined;
|
|
22
|
+
readonly inputHeight?: string | undefined;
|
|
23
|
+
readonly inputFontSize?: string | undefined;
|
|
22
24
|
readonly checkBoxBackground?: string | undefined;
|
|
23
25
|
readonly showError?: boolean | undefined;
|
|
24
26
|
readonly errorMessage?: string | undefined;
|
|
@@ -81,6 +83,8 @@ declare const _default: {
|
|
|
81
83
|
readonly dropDownListForeground?: string | undefined;
|
|
82
84
|
readonly setFocus?: boolean | undefined;
|
|
83
85
|
readonly inputBorderColor?: string | undefined;
|
|
86
|
+
readonly inputHeight?: string | undefined;
|
|
87
|
+
readonly inputFontSize?: string | undefined;
|
|
84
88
|
readonly checkBoxBackground?: string | undefined;
|
|
85
89
|
readonly showError?: boolean | undefined;
|
|
86
90
|
readonly errorMessage?: string | undefined;
|
|
@@ -140,6 +144,8 @@ declare const _default: {
|
|
|
140
144
|
readonly dropDownListForeground?: string | undefined;
|
|
141
145
|
readonly setFocus?: boolean | undefined;
|
|
142
146
|
readonly inputBorderColor?: string | undefined;
|
|
147
|
+
readonly inputHeight?: string | undefined;
|
|
148
|
+
readonly inputFontSize?: string | undefined;
|
|
143
149
|
readonly checkBoxBackground?: string | undefined;
|
|
144
150
|
readonly showError?: boolean | undefined;
|
|
145
151
|
readonly errorMessage?: string | undefined;
|
|
@@ -11,25 +11,30 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
|
|
|
11
11
|
readonly modelValue?: never[] | undefined;
|
|
12
12
|
readonly revealBorderColor?: boolean | undefined;
|
|
13
13
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
14
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
14
15
|
readonly placeholder?: string | undefined;
|
|
15
16
|
readonly inputForeground?: string | undefined;
|
|
16
17
|
readonly inputBackground?: string | undefined;
|
|
17
18
|
readonly dropDownIcon?: string | undefined;
|
|
18
19
|
readonly dropDownIconForeground?: string | undefined;
|
|
20
|
+
readonly revealBorder?: boolean | undefined;
|
|
19
21
|
readonly options?: never[] | undefined;
|
|
20
22
|
readonly choosenBackground?: string | undefined;
|
|
21
23
|
readonly choosenSliderBackground?: string | undefined;
|
|
22
24
|
readonly titleForeground?: string | undefined;
|
|
23
|
-
readonly
|
|
25
|
+
readonly mobileMode?: boolean | undefined;
|
|
26
|
+
readonly menuWidth?: number | undefined;
|
|
27
|
+
readonly menuMaxHeight?: number | undefined;
|
|
28
|
+
readonly triggerMode?: string | undefined;
|
|
29
|
+
readonly rootTriggerMode?: string | undefined;
|
|
30
|
+
readonly wrapperNode?: null | undefined;
|
|
24
31
|
};
|
|
25
|
-
$emit: (event: "update:modelValue" | "choose-item", ...args: any[]) => void;
|
|
32
|
+
$emit: (event: "update:modelValue" | "choose-item" | "choose-item-path", ...args: any[]) => void;
|
|
26
33
|
}, {
|
|
27
34
|
thisValue: Function;
|
|
28
35
|
status: boolean;
|
|
29
36
|
}, {
|
|
30
37
|
isDisabled(): boolean;
|
|
31
|
-
borderLightColor(): any;
|
|
32
|
-
backgroundLightColor(): any;
|
|
33
38
|
computedValue(): string;
|
|
34
39
|
$theme(): string;
|
|
35
40
|
}, {
|
|
@@ -37,6 +42,7 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
|
|
|
37
42
|
outSideClickEvent(event: any): void;
|
|
38
43
|
valueTrigger(val: any): any;
|
|
39
44
|
Choose(event: any): void;
|
|
45
|
+
switchStatus(event: any): void;
|
|
40
46
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
41
47
|
P: {};
|
|
42
48
|
B: {};
|
|
@@ -55,25 +61,30 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
|
|
|
55
61
|
readonly modelValue?: never[] | undefined;
|
|
56
62
|
readonly revealBorderColor?: boolean | undefined;
|
|
57
63
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
64
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
58
65
|
readonly placeholder?: string | undefined;
|
|
59
66
|
readonly inputForeground?: string | undefined;
|
|
60
67
|
readonly inputBackground?: string | undefined;
|
|
61
68
|
readonly dropDownIcon?: string | undefined;
|
|
62
69
|
readonly dropDownIconForeground?: string | undefined;
|
|
70
|
+
readonly revealBorder?: boolean | undefined;
|
|
63
71
|
readonly options?: never[] | undefined;
|
|
64
72
|
readonly choosenBackground?: string | undefined;
|
|
65
73
|
readonly choosenSliderBackground?: string | undefined;
|
|
66
74
|
readonly titleForeground?: string | undefined;
|
|
67
|
-
readonly
|
|
75
|
+
readonly mobileMode?: boolean | undefined;
|
|
76
|
+
readonly menuWidth?: number | undefined;
|
|
77
|
+
readonly menuMaxHeight?: number | undefined;
|
|
78
|
+
readonly triggerMode?: string | undefined;
|
|
79
|
+
readonly rootTriggerMode?: string | undefined;
|
|
80
|
+
readonly wrapperNode?: null | undefined;
|
|
68
81
|
};
|
|
69
|
-
$emit: (event: "update:modelValue" | "choose-item", ...args: any[]) => void;
|
|
82
|
+
$emit: (event: "update:modelValue" | "choose-item" | "choose-item-path", ...args: any[]) => void;
|
|
70
83
|
}, {
|
|
71
84
|
thisValue: Function;
|
|
72
85
|
status: boolean;
|
|
73
86
|
}, {
|
|
74
87
|
isDisabled(): boolean;
|
|
75
|
-
borderLightColor(): any;
|
|
76
|
-
backgroundLightColor(): any;
|
|
77
88
|
computedValue(): string;
|
|
78
89
|
$theme(): string;
|
|
79
90
|
}, {
|
|
@@ -81,6 +92,7 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
|
|
|
81
92
|
outSideClickEvent(event: any): void;
|
|
82
93
|
valueTrigger(val: any): any;
|
|
83
94
|
Choose(event: any): void;
|
|
95
|
+
switchStatus(event: any): void;
|
|
84
96
|
}, {}>;
|
|
85
97
|
__isFragment?: undefined;
|
|
86
98
|
__isTeleport?: undefined;
|
|
@@ -96,25 +108,30 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
|
|
|
96
108
|
readonly modelValue?: never[] | undefined;
|
|
97
109
|
readonly revealBorderColor?: boolean | undefined;
|
|
98
110
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
111
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
99
112
|
readonly placeholder?: string | undefined;
|
|
100
113
|
readonly inputForeground?: string | undefined;
|
|
101
114
|
readonly inputBackground?: string | undefined;
|
|
102
115
|
readonly dropDownIcon?: string | undefined;
|
|
103
116
|
readonly dropDownIconForeground?: string | undefined;
|
|
117
|
+
readonly revealBorder?: boolean | undefined;
|
|
104
118
|
readonly options?: never[] | undefined;
|
|
105
119
|
readonly choosenBackground?: string | undefined;
|
|
106
120
|
readonly choosenSliderBackground?: string | undefined;
|
|
107
121
|
readonly titleForeground?: string | undefined;
|
|
108
|
-
readonly
|
|
122
|
+
readonly mobileMode?: boolean | undefined;
|
|
123
|
+
readonly menuWidth?: number | undefined;
|
|
124
|
+
readonly menuMaxHeight?: number | undefined;
|
|
125
|
+
readonly triggerMode?: string | undefined;
|
|
126
|
+
readonly rootTriggerMode?: string | undefined;
|
|
127
|
+
readonly wrapperNode?: null | undefined;
|
|
109
128
|
};
|
|
110
|
-
$emit: (event: "update:modelValue" | "choose-item", ...args: any[]) => void;
|
|
129
|
+
$emit: (event: "update:modelValue" | "choose-item" | "choose-item-path", ...args: any[]) => void;
|
|
111
130
|
}, {
|
|
112
131
|
thisValue: Function;
|
|
113
132
|
status: boolean;
|
|
114
133
|
}, {
|
|
115
134
|
isDisabled(): boolean;
|
|
116
|
-
borderLightColor(): any;
|
|
117
|
-
backgroundLightColor(): any;
|
|
118
135
|
computedValue(): string;
|
|
119
136
|
$theme(): string;
|
|
120
137
|
}, {
|
|
@@ -122,8 +139,12 @@ export declare const FvMenuFlyout: import("../../types/plugins/component-plugin"
|
|
|
122
139
|
outSideClickEvent(event: any): void;
|
|
123
140
|
valueTrigger(val: any): any;
|
|
124
141
|
Choose(event: any): void;
|
|
142
|
+
switchStatus(event: any): void;
|
|
125
143
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
126
144
|
$slots: {
|
|
145
|
+
input: (_: {
|
|
146
|
+
switch: (event: any) => void;
|
|
147
|
+
}) => any;
|
|
127
148
|
default: (_: {
|
|
128
149
|
item: any;
|
|
129
150
|
choosenSliderBackground: any;
|
|
@@ -10,25 +10,30 @@ declare const _default: {
|
|
|
10
10
|
readonly modelValue?: never[] | undefined;
|
|
11
11
|
readonly revealBorderColor?: boolean | undefined;
|
|
12
12
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
13
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
13
14
|
readonly placeholder?: string | undefined;
|
|
14
15
|
readonly inputForeground?: string | undefined;
|
|
15
16
|
readonly inputBackground?: string | undefined;
|
|
16
17
|
readonly dropDownIcon?: string | undefined;
|
|
17
18
|
readonly dropDownIconForeground?: string | undefined;
|
|
19
|
+
readonly revealBorder?: boolean | undefined;
|
|
18
20
|
readonly options?: never[] | undefined;
|
|
19
21
|
readonly choosenBackground?: string | undefined;
|
|
20
22
|
readonly choosenSliderBackground?: string | undefined;
|
|
21
23
|
readonly titleForeground?: string | undefined;
|
|
22
|
-
readonly
|
|
24
|
+
readonly mobileMode?: boolean | undefined;
|
|
25
|
+
readonly menuWidth?: number | undefined;
|
|
26
|
+
readonly menuMaxHeight?: number | undefined;
|
|
27
|
+
readonly triggerMode?: string | undefined;
|
|
28
|
+
readonly rootTriggerMode?: string | undefined;
|
|
29
|
+
readonly wrapperNode?: null | undefined;
|
|
23
30
|
};
|
|
24
|
-
$emit: (event: "update:modelValue" | "choose-item", ...args: any[]) => void;
|
|
31
|
+
$emit: (event: "update:modelValue" | "choose-item" | "choose-item-path", ...args: any[]) => void;
|
|
25
32
|
}, {
|
|
26
33
|
thisValue: Function;
|
|
27
34
|
status: boolean;
|
|
28
35
|
}, {
|
|
29
36
|
isDisabled(): boolean;
|
|
30
|
-
borderLightColor(): any;
|
|
31
|
-
backgroundLightColor(): any;
|
|
32
37
|
computedValue(): string;
|
|
33
38
|
$theme(): string;
|
|
34
39
|
}, {
|
|
@@ -36,6 +41,7 @@ declare const _default: {
|
|
|
36
41
|
outSideClickEvent(event: any): void;
|
|
37
42
|
valueTrigger(val: any): any;
|
|
38
43
|
Choose(event: any): void;
|
|
44
|
+
switchStatus(event: any): void;
|
|
39
45
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
40
46
|
P: {};
|
|
41
47
|
B: {};
|
|
@@ -54,25 +60,30 @@ declare const _default: {
|
|
|
54
60
|
readonly modelValue?: never[] | undefined;
|
|
55
61
|
readonly revealBorderColor?: boolean | undefined;
|
|
56
62
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
63
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
57
64
|
readonly placeholder?: string | undefined;
|
|
58
65
|
readonly inputForeground?: string | undefined;
|
|
59
66
|
readonly inputBackground?: string | undefined;
|
|
60
67
|
readonly dropDownIcon?: string | undefined;
|
|
61
68
|
readonly dropDownIconForeground?: string | undefined;
|
|
69
|
+
readonly revealBorder?: boolean | undefined;
|
|
62
70
|
readonly options?: never[] | undefined;
|
|
63
71
|
readonly choosenBackground?: string | undefined;
|
|
64
72
|
readonly choosenSliderBackground?: string | undefined;
|
|
65
73
|
readonly titleForeground?: string | undefined;
|
|
66
|
-
readonly
|
|
74
|
+
readonly mobileMode?: boolean | undefined;
|
|
75
|
+
readonly menuWidth?: number | undefined;
|
|
76
|
+
readonly menuMaxHeight?: number | undefined;
|
|
77
|
+
readonly triggerMode?: string | undefined;
|
|
78
|
+
readonly rootTriggerMode?: string | undefined;
|
|
79
|
+
readonly wrapperNode?: null | undefined;
|
|
67
80
|
};
|
|
68
|
-
$emit: (event: "update:modelValue" | "choose-item", ...args: any[]) => void;
|
|
81
|
+
$emit: (event: "update:modelValue" | "choose-item" | "choose-item-path", ...args: any[]) => void;
|
|
69
82
|
}, {
|
|
70
83
|
thisValue: Function;
|
|
71
84
|
status: boolean;
|
|
72
85
|
}, {
|
|
73
86
|
isDisabled(): boolean;
|
|
74
|
-
borderLightColor(): any;
|
|
75
|
-
backgroundLightColor(): any;
|
|
76
87
|
computedValue(): string;
|
|
77
88
|
$theme(): string;
|
|
78
89
|
}, {
|
|
@@ -80,6 +91,7 @@ declare const _default: {
|
|
|
80
91
|
outSideClickEvent(event: any): void;
|
|
81
92
|
valueTrigger(val: any): any;
|
|
82
93
|
Choose(event: any): void;
|
|
94
|
+
switchStatus(event: any): void;
|
|
83
95
|
}, {}>;
|
|
84
96
|
__isFragment?: undefined;
|
|
85
97
|
__isTeleport?: undefined;
|
|
@@ -95,25 +107,30 @@ declare const _default: {
|
|
|
95
107
|
readonly modelValue?: never[] | undefined;
|
|
96
108
|
readonly revealBorderColor?: boolean | undefined;
|
|
97
109
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
110
|
+
readonly isBoxShadow?: boolean | undefined;
|
|
98
111
|
readonly placeholder?: string | undefined;
|
|
99
112
|
readonly inputForeground?: string | undefined;
|
|
100
113
|
readonly inputBackground?: string | undefined;
|
|
101
114
|
readonly dropDownIcon?: string | undefined;
|
|
102
115
|
readonly dropDownIconForeground?: string | undefined;
|
|
116
|
+
readonly revealBorder?: boolean | undefined;
|
|
103
117
|
readonly options?: never[] | undefined;
|
|
104
118
|
readonly choosenBackground?: string | undefined;
|
|
105
119
|
readonly choosenSliderBackground?: string | undefined;
|
|
106
120
|
readonly titleForeground?: string | undefined;
|
|
107
|
-
readonly
|
|
121
|
+
readonly mobileMode?: boolean | undefined;
|
|
122
|
+
readonly menuWidth?: number | undefined;
|
|
123
|
+
readonly menuMaxHeight?: number | undefined;
|
|
124
|
+
readonly triggerMode?: string | undefined;
|
|
125
|
+
readonly rootTriggerMode?: string | undefined;
|
|
126
|
+
readonly wrapperNode?: null | undefined;
|
|
108
127
|
};
|
|
109
|
-
$emit: (event: "update:modelValue" | "choose-item", ...args: any[]) => void;
|
|
128
|
+
$emit: (event: "update:modelValue" | "choose-item" | "choose-item-path", ...args: any[]) => void;
|
|
110
129
|
}, {
|
|
111
130
|
thisValue: Function;
|
|
112
131
|
status: boolean;
|
|
113
132
|
}, {
|
|
114
133
|
isDisabled(): boolean;
|
|
115
|
-
borderLightColor(): any;
|
|
116
|
-
backgroundLightColor(): any;
|
|
117
134
|
computedValue(): string;
|
|
118
135
|
$theme(): string;
|
|
119
136
|
}, {
|
|
@@ -121,8 +138,12 @@ declare const _default: {
|
|
|
121
138
|
outSideClickEvent(event: any): void;
|
|
122
139
|
valueTrigger(val: any): any;
|
|
123
140
|
Choose(event: any): void;
|
|
141
|
+
switchStatus(event: any): void;
|
|
124
142
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
125
143
|
$slots: {
|
|
144
|
+
input: (_: {
|
|
145
|
+
switch: (event: any) => void;
|
|
146
|
+
}) => any;
|
|
126
147
|
default: (_: {
|
|
127
148
|
item: any;
|
|
128
149
|
choosenSliderBackground: any;
|
|
@@ -31,6 +31,8 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
31
31
|
columnItem: null;
|
|
32
32
|
rowItem: null;
|
|
33
33
|
};
|
|
34
|
+
filteredRows: any[];
|
|
35
|
+
sortHeads: never[];
|
|
34
36
|
show: {
|
|
35
37
|
addMenu: boolean;
|
|
36
38
|
editMenu: boolean;
|
|
@@ -44,6 +46,7 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
44
46
|
currentChoosenNum(): any;
|
|
45
47
|
choosenBackground(): any;
|
|
46
48
|
computedHeadComponent(): (type: any) => any;
|
|
49
|
+
computedSortIcon(): "Down" | "Up" | "Sort";
|
|
47
50
|
$theme(): string;
|
|
48
51
|
}, {
|
|
49
52
|
eventInit(): void;
|
|
@@ -66,7 +69,9 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
66
69
|
handleColumnDrag(event: any, item: any): void;
|
|
67
70
|
rowRightClick(obj: any): void;
|
|
68
71
|
addMenuClick(event: any, mode?: boolean): void;
|
|
72
|
+
sortMenuClick(event: any): void;
|
|
69
73
|
handleSort(index: any, desc?: boolean): void;
|
|
74
|
+
syncFilter(): void;
|
|
70
75
|
GuidWithoutDash(): string;
|
|
71
76
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
72
77
|
P: {};
|
|
@@ -106,6 +111,8 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
106
111
|
columnItem: null;
|
|
107
112
|
rowItem: null;
|
|
108
113
|
};
|
|
114
|
+
filteredRows: any[];
|
|
115
|
+
sortHeads: never[];
|
|
109
116
|
show: {
|
|
110
117
|
addMenu: boolean;
|
|
111
118
|
editMenu: boolean;
|
|
@@ -119,6 +126,7 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
119
126
|
currentChoosenNum(): any;
|
|
120
127
|
choosenBackground(): any;
|
|
121
128
|
computedHeadComponent(): (type: any) => any;
|
|
129
|
+
computedSortIcon(): "Down" | "Up" | "Sort";
|
|
122
130
|
$theme(): string;
|
|
123
131
|
}, {
|
|
124
132
|
eventInit(): void;
|
|
@@ -141,7 +149,9 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
141
149
|
handleColumnDrag(event: any, item: any): void;
|
|
142
150
|
rowRightClick(obj: any): void;
|
|
143
151
|
addMenuClick(event: any, mode?: boolean): void;
|
|
152
|
+
sortMenuClick(event: any): void;
|
|
144
153
|
handleSort(index: any, desc?: boolean): void;
|
|
154
|
+
syncFilter(): void;
|
|
145
155
|
GuidWithoutDash(): string;
|
|
146
156
|
}, {}>;
|
|
147
157
|
__isFragment?: undefined;
|
|
@@ -178,6 +188,8 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
178
188
|
columnItem: null;
|
|
179
189
|
rowItem: null;
|
|
180
190
|
};
|
|
191
|
+
filteredRows: any[];
|
|
192
|
+
sortHeads: never[];
|
|
181
193
|
show: {
|
|
182
194
|
addMenu: boolean;
|
|
183
195
|
editMenu: boolean;
|
|
@@ -191,6 +203,7 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
191
203
|
currentChoosenNum(): any;
|
|
192
204
|
choosenBackground(): any;
|
|
193
205
|
computedHeadComponent(): (type: any) => any;
|
|
206
|
+
computedSortIcon(): "Down" | "Up" | "Sort";
|
|
194
207
|
$theme(): string;
|
|
195
208
|
}, {
|
|
196
209
|
eventInit(): void;
|
|
@@ -213,7 +226,9 @@ export declare const FvTableView: import("../../types/plugins/component-plugin")
|
|
|
213
226
|
handleColumnDrag(event: any, item: any): void;
|
|
214
227
|
rowRightClick(obj: any): void;
|
|
215
228
|
addMenuClick(event: any, mode?: boolean): void;
|
|
229
|
+
sortMenuClick(event: any): void;
|
|
216
230
|
handleSort(index: any, desc?: boolean): void;
|
|
231
|
+
syncFilter(): void;
|
|
217
232
|
GuidWithoutDash(): string;
|
|
218
233
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
219
234
|
$slots: {
|
|
@@ -30,6 +30,8 @@ declare const _default: {
|
|
|
30
30
|
columnItem: null;
|
|
31
31
|
rowItem: null;
|
|
32
32
|
};
|
|
33
|
+
filteredRows: any[];
|
|
34
|
+
sortHeads: never[];
|
|
33
35
|
show: {
|
|
34
36
|
addMenu: boolean;
|
|
35
37
|
editMenu: boolean;
|
|
@@ -43,6 +45,7 @@ declare const _default: {
|
|
|
43
45
|
currentChoosenNum(): any;
|
|
44
46
|
choosenBackground(): any;
|
|
45
47
|
computedHeadComponent(): (type: any) => any;
|
|
48
|
+
computedSortIcon(): "Down" | "Up" | "Sort";
|
|
46
49
|
$theme(): string;
|
|
47
50
|
}, {
|
|
48
51
|
eventInit(): void;
|
|
@@ -65,7 +68,9 @@ declare const _default: {
|
|
|
65
68
|
handleColumnDrag(event: any, item: any): void;
|
|
66
69
|
rowRightClick(obj: any): void;
|
|
67
70
|
addMenuClick(event: any, mode?: boolean): void;
|
|
71
|
+
sortMenuClick(event: any): void;
|
|
68
72
|
handleSort(index: any, desc?: boolean): void;
|
|
73
|
+
syncFilter(): void;
|
|
69
74
|
GuidWithoutDash(): string;
|
|
70
75
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
71
76
|
P: {};
|
|
@@ -105,6 +110,8 @@ declare const _default: {
|
|
|
105
110
|
columnItem: null;
|
|
106
111
|
rowItem: null;
|
|
107
112
|
};
|
|
113
|
+
filteredRows: any[];
|
|
114
|
+
sortHeads: never[];
|
|
108
115
|
show: {
|
|
109
116
|
addMenu: boolean;
|
|
110
117
|
editMenu: boolean;
|
|
@@ -118,6 +125,7 @@ declare const _default: {
|
|
|
118
125
|
currentChoosenNum(): any;
|
|
119
126
|
choosenBackground(): any;
|
|
120
127
|
computedHeadComponent(): (type: any) => any;
|
|
128
|
+
computedSortIcon(): "Down" | "Up" | "Sort";
|
|
121
129
|
$theme(): string;
|
|
122
130
|
}, {
|
|
123
131
|
eventInit(): void;
|
|
@@ -140,7 +148,9 @@ declare const _default: {
|
|
|
140
148
|
handleColumnDrag(event: any, item: any): void;
|
|
141
149
|
rowRightClick(obj: any): void;
|
|
142
150
|
addMenuClick(event: any, mode?: boolean): void;
|
|
151
|
+
sortMenuClick(event: any): void;
|
|
143
152
|
handleSort(index: any, desc?: boolean): void;
|
|
153
|
+
syncFilter(): void;
|
|
144
154
|
GuidWithoutDash(): string;
|
|
145
155
|
}, {}>;
|
|
146
156
|
__isFragment?: undefined;
|
|
@@ -177,6 +187,8 @@ declare const _default: {
|
|
|
177
187
|
columnItem: null;
|
|
178
188
|
rowItem: null;
|
|
179
189
|
};
|
|
190
|
+
filteredRows: any[];
|
|
191
|
+
sortHeads: never[];
|
|
180
192
|
show: {
|
|
181
193
|
addMenu: boolean;
|
|
182
194
|
editMenu: boolean;
|
|
@@ -190,6 +202,7 @@ declare const _default: {
|
|
|
190
202
|
currentChoosenNum(): any;
|
|
191
203
|
choosenBackground(): any;
|
|
192
204
|
computedHeadComponent(): (type: any) => any;
|
|
205
|
+
computedSortIcon(): "Down" | "Up" | "Sort";
|
|
193
206
|
$theme(): string;
|
|
194
207
|
}, {
|
|
195
208
|
eventInit(): void;
|
|
@@ -212,7 +225,9 @@ declare const _default: {
|
|
|
212
225
|
handleColumnDrag(event: any, item: any): void;
|
|
213
226
|
rowRightClick(obj: any): void;
|
|
214
227
|
addMenuClick(event: any, mode?: boolean): void;
|
|
228
|
+
sortMenuClick(event: any): void;
|
|
215
229
|
handleSort(index: any, desc?: boolean): void;
|
|
230
|
+
syncFilter(): void;
|
|
216
231
|
GuidWithoutDash(): string;
|
|
217
232
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
218
233
|
$slots: {
|
|
@@ -177,6 +177,9 @@ export declare const FvTextBox: import("../../types/plugins/component-plugin").C
|
|
|
177
177
|
}, {
|
|
178
178
|
focus(): void;
|
|
179
179
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
180
|
-
$slots: {
|
|
180
|
+
$slots: {
|
|
181
|
+
'left-icon': (_: {}) => any;
|
|
182
|
+
icon: (_: {}) => any;
|
|
183
|
+
};
|
|
181
184
|
})>;
|
|
182
185
|
export default FvTextBox;
|
|
@@ -176,6 +176,9 @@ declare const _default: {
|
|
|
176
176
|
}, {
|
|
177
177
|
focus(): void;
|
|
178
178
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
179
|
-
$slots: {
|
|
179
|
+
$slots: {
|
|
180
|
+
'left-icon': (_: {}) => any;
|
|
181
|
+
icon: (_: {}) => any;
|
|
182
|
+
};
|
|
180
183
|
});
|
|
181
184
|
export default _default;
|