@creatorsn/vfluent3 0.3.22 → 0.3.23
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/collapse/index.d.ts +3 -0
- package/dist/types/packages/collapse/source/index.vue.d.ts +3 -0
- package/dist/types/packages/expander/index.d.ts +6 -3
- package/dist/types/packages/expander/source/index.vue.d.ts +6 -3
- package/dist/types/packages/pivot/index.d.ts +32 -24
- package/dist/types/packages/pivot/source/index.vue.d.ts +32 -24
- package/dist/vfluent3.js +948 -881
- package/dist/vfluent3.umd.cjs +8 -8
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
|
|
|
21
21
|
hover: boolean;
|
|
22
22
|
}, {
|
|
23
23
|
hoverBackground(): any;
|
|
24
|
+
computedMaxHeight(): any;
|
|
24
25
|
$theme(): string;
|
|
25
26
|
}, {
|
|
26
27
|
itemClick(): void;
|
|
@@ -52,6 +53,7 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
|
|
|
52
53
|
hover: boolean;
|
|
53
54
|
}, {
|
|
54
55
|
hoverBackground(): any;
|
|
56
|
+
computedMaxHeight(): any;
|
|
55
57
|
$theme(): string;
|
|
56
58
|
}, {
|
|
57
59
|
itemClick(): void;
|
|
@@ -80,6 +82,7 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
|
|
|
80
82
|
hover: boolean;
|
|
81
83
|
}, {
|
|
82
84
|
hoverBackground(): any;
|
|
85
|
+
computedMaxHeight(): any;
|
|
83
86
|
$theme(): string;
|
|
84
87
|
}, {
|
|
85
88
|
itemClick(): void;
|
|
@@ -20,6 +20,7 @@ declare const _default: {
|
|
|
20
20
|
hover: boolean;
|
|
21
21
|
}, {
|
|
22
22
|
hoverBackground(): any;
|
|
23
|
+
computedMaxHeight(): any;
|
|
23
24
|
$theme(): string;
|
|
24
25
|
}, {
|
|
25
26
|
itemClick(): void;
|
|
@@ -51,6 +52,7 @@ declare const _default: {
|
|
|
51
52
|
hover: boolean;
|
|
52
53
|
}, {
|
|
53
54
|
hoverBackground(): any;
|
|
55
|
+
computedMaxHeight(): any;
|
|
54
56
|
$theme(): string;
|
|
55
57
|
}, {
|
|
56
58
|
itemClick(): void;
|
|
@@ -79,6 +81,7 @@ declare const _default: {
|
|
|
79
81
|
hover: boolean;
|
|
80
82
|
}, {
|
|
81
83
|
hoverBackground(): any;
|
|
84
|
+
computedMaxHeight(): any;
|
|
82
85
|
$theme(): string;
|
|
83
86
|
}, {
|
|
84
87
|
itemClick(): void;
|
|
@@ -16,12 +16,13 @@ export declare const FvExpander: import("../../types/plugins/component-plugin").
|
|
|
16
16
|
readonly expandBackground?: string | undefined;
|
|
17
17
|
readonly disabledExpander?: boolean | undefined;
|
|
18
18
|
};
|
|
19
|
-
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
19
|
+
$emit: (event: "update:modelValue" | "item-click" | "icon-click" | "description-click", ...args: any[]) => void;
|
|
20
20
|
}, {
|
|
21
21
|
thisValue: Function;
|
|
22
22
|
hover: boolean;
|
|
23
23
|
}, {
|
|
24
24
|
hoverBackground(): any;
|
|
25
|
+
computedMaxHeight(): any;
|
|
25
26
|
$theme(): string;
|
|
26
27
|
}, {
|
|
27
28
|
itemClick(): void;
|
|
@@ -48,12 +49,13 @@ export declare const FvExpander: import("../../types/plugins/component-plugin").
|
|
|
48
49
|
readonly expandBackground?: string | undefined;
|
|
49
50
|
readonly disabledExpander?: boolean | undefined;
|
|
50
51
|
};
|
|
51
|
-
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
52
|
+
$emit: (event: "update:modelValue" | "item-click" | "icon-click" | "description-click", ...args: any[]) => void;
|
|
52
53
|
}, {
|
|
53
54
|
thisValue: Function;
|
|
54
55
|
hover: boolean;
|
|
55
56
|
}, {
|
|
56
57
|
hoverBackground(): any;
|
|
58
|
+
computedMaxHeight(): any;
|
|
57
59
|
$theme(): string;
|
|
58
60
|
}, {
|
|
59
61
|
itemClick(): void;
|
|
@@ -77,12 +79,13 @@ export declare const FvExpander: import("../../types/plugins/component-plugin").
|
|
|
77
79
|
readonly expandBackground?: string | undefined;
|
|
78
80
|
readonly disabledExpander?: boolean | undefined;
|
|
79
81
|
};
|
|
80
|
-
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
82
|
+
$emit: (event: "update:modelValue" | "item-click" | "icon-click" | "description-click", ...args: any[]) => void;
|
|
81
83
|
}, {
|
|
82
84
|
thisValue: Function;
|
|
83
85
|
hover: boolean;
|
|
84
86
|
}, {
|
|
85
87
|
hoverBackground(): any;
|
|
88
|
+
computedMaxHeight(): any;
|
|
86
89
|
$theme(): string;
|
|
87
90
|
}, {
|
|
88
91
|
itemClick(): void;
|
|
@@ -15,12 +15,13 @@ declare const _default: {
|
|
|
15
15
|
readonly expandBackground?: string | undefined;
|
|
16
16
|
readonly disabledExpander?: boolean | undefined;
|
|
17
17
|
};
|
|
18
|
-
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
18
|
+
$emit: (event: "update:modelValue" | "item-click" | "icon-click" | "description-click", ...args: any[]) => void;
|
|
19
19
|
}, {
|
|
20
20
|
thisValue: Function;
|
|
21
21
|
hover: boolean;
|
|
22
22
|
}, {
|
|
23
23
|
hoverBackground(): any;
|
|
24
|
+
computedMaxHeight(): any;
|
|
24
25
|
$theme(): string;
|
|
25
26
|
}, {
|
|
26
27
|
itemClick(): void;
|
|
@@ -47,12 +48,13 @@ declare const _default: {
|
|
|
47
48
|
readonly expandBackground?: string | undefined;
|
|
48
49
|
readonly disabledExpander?: boolean | undefined;
|
|
49
50
|
};
|
|
50
|
-
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
51
|
+
$emit: (event: "update:modelValue" | "item-click" | "icon-click" | "description-click", ...args: any[]) => void;
|
|
51
52
|
}, {
|
|
52
53
|
thisValue: Function;
|
|
53
54
|
hover: boolean;
|
|
54
55
|
}, {
|
|
55
56
|
hoverBackground(): any;
|
|
57
|
+
computedMaxHeight(): any;
|
|
56
58
|
$theme(): string;
|
|
57
59
|
}, {
|
|
58
60
|
itemClick(): void;
|
|
@@ -76,12 +78,13 @@ declare const _default: {
|
|
|
76
78
|
readonly expandBackground?: string | undefined;
|
|
77
79
|
readonly disabledExpander?: boolean | undefined;
|
|
78
80
|
};
|
|
79
|
-
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
81
|
+
$emit: (event: "update:modelValue" | "item-click" | "icon-click" | "description-click", ...args: any[]) => void;
|
|
80
82
|
}, {
|
|
81
83
|
thisValue: Function;
|
|
82
84
|
hover: boolean;
|
|
83
85
|
}, {
|
|
84
86
|
hoverBackground(): any;
|
|
87
|
+
computedMaxHeight(): any;
|
|
85
88
|
$theme(): string;
|
|
86
89
|
}, {
|
|
87
90
|
itemClick(): void;
|
|
@@ -4,23 +4,30 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
4
4
|
$props: {
|
|
5
5
|
readonly fontSize?: string | undefined;
|
|
6
6
|
readonly background?: string | undefined;
|
|
7
|
+
readonly borderRadius?: string | undefined;
|
|
8
|
+
readonly padding?: string | undefined;
|
|
7
9
|
readonly theme?: string | undefined;
|
|
8
10
|
readonly disabled?: boolean | undefined;
|
|
9
11
|
readonly lang?: string | undefined;
|
|
10
12
|
readonly modelValue?: (() => null) | undefined;
|
|
11
13
|
readonly foreground?: string | undefined;
|
|
12
14
|
readonly tab?: boolean | undefined;
|
|
15
|
+
readonly itemPadding?: string | undefined;
|
|
13
16
|
readonly items?: {
|
|
14
17
|
name: string;
|
|
15
18
|
width: number;
|
|
16
19
|
}[] | undefined;
|
|
17
20
|
readonly sliderBackground?: string | undefined;
|
|
21
|
+
readonly choosenForeground?: string | undefined;
|
|
18
22
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
23
|
+
readonly sliderBorderRadius?: string | undefined;
|
|
19
24
|
};
|
|
20
25
|
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
21
26
|
}, {
|
|
22
27
|
thisItems: never[];
|
|
23
28
|
thisValue: null;
|
|
29
|
+
currentIdx: number;
|
|
30
|
+
currentEls: never[];
|
|
24
31
|
styles: {
|
|
25
32
|
slider: {
|
|
26
33
|
background: string;
|
|
@@ -31,18 +38,13 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
31
38
|
};
|
|
32
39
|
}, {
|
|
33
40
|
itemWidth(): (item: any) => any;
|
|
34
|
-
currentEls(): () => {
|
|
35
|
-
index: number;
|
|
36
|
-
els: {
|
|
37
|
-
el: any;
|
|
38
|
-
show: any;
|
|
39
|
-
}[];
|
|
40
|
-
};
|
|
41
41
|
$theme(): string;
|
|
42
42
|
}, {
|
|
43
43
|
itemsInit(): void;
|
|
44
44
|
findCurrentValue(): void;
|
|
45
|
-
|
|
45
|
+
defaultItemInit(): void;
|
|
46
|
+
refreshIdx(): void;
|
|
47
|
+
refreshCurrentEls(): void;
|
|
46
48
|
itemClick(item: any): 0 | undefined;
|
|
47
49
|
eqal(item: any): boolean;
|
|
48
50
|
valueTrigger(val: any): any;
|
|
@@ -57,23 +59,30 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
57
59
|
$props: {
|
|
58
60
|
readonly fontSize?: string | undefined;
|
|
59
61
|
readonly background?: string | undefined;
|
|
62
|
+
readonly borderRadius?: string | undefined;
|
|
63
|
+
readonly padding?: string | undefined;
|
|
60
64
|
readonly theme?: string | undefined;
|
|
61
65
|
readonly disabled?: boolean | undefined;
|
|
62
66
|
readonly lang?: string | undefined;
|
|
63
67
|
readonly modelValue?: (() => null) | undefined;
|
|
64
68
|
readonly foreground?: string | undefined;
|
|
65
69
|
readonly tab?: boolean | undefined;
|
|
70
|
+
readonly itemPadding?: string | undefined;
|
|
66
71
|
readonly items?: {
|
|
67
72
|
name: string;
|
|
68
73
|
width: number;
|
|
69
74
|
}[] | undefined;
|
|
70
75
|
readonly sliderBackground?: string | undefined;
|
|
76
|
+
readonly choosenForeground?: string | undefined;
|
|
71
77
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
78
|
+
readonly sliderBorderRadius?: string | undefined;
|
|
72
79
|
};
|
|
73
80
|
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
74
81
|
}, {
|
|
75
82
|
thisItems: never[];
|
|
76
83
|
thisValue: null;
|
|
84
|
+
currentIdx: number;
|
|
85
|
+
currentEls: never[];
|
|
77
86
|
styles: {
|
|
78
87
|
slider: {
|
|
79
88
|
background: string;
|
|
@@ -84,18 +93,13 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
84
93
|
};
|
|
85
94
|
}, {
|
|
86
95
|
itemWidth(): (item: any) => any;
|
|
87
|
-
currentEls(): () => {
|
|
88
|
-
index: number;
|
|
89
|
-
els: {
|
|
90
|
-
el: any;
|
|
91
|
-
show: any;
|
|
92
|
-
}[];
|
|
93
|
-
};
|
|
94
96
|
$theme(): string;
|
|
95
97
|
}, {
|
|
96
98
|
itemsInit(): void;
|
|
97
99
|
findCurrentValue(): void;
|
|
98
|
-
|
|
100
|
+
defaultItemInit(): void;
|
|
101
|
+
refreshIdx(): void;
|
|
102
|
+
refreshCurrentEls(): void;
|
|
99
103
|
itemClick(item: any): 0 | undefined;
|
|
100
104
|
eqal(item: any): boolean;
|
|
101
105
|
valueTrigger(val: any): any;
|
|
@@ -107,23 +111,30 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
107
111
|
$props: {
|
|
108
112
|
readonly fontSize?: string | undefined;
|
|
109
113
|
readonly background?: string | undefined;
|
|
114
|
+
readonly borderRadius?: string | undefined;
|
|
115
|
+
readonly padding?: string | undefined;
|
|
110
116
|
readonly theme?: string | undefined;
|
|
111
117
|
readonly disabled?: boolean | undefined;
|
|
112
118
|
readonly lang?: string | undefined;
|
|
113
119
|
readonly modelValue?: (() => null) | undefined;
|
|
114
120
|
readonly foreground?: string | undefined;
|
|
115
121
|
readonly tab?: boolean | undefined;
|
|
122
|
+
readonly itemPadding?: string | undefined;
|
|
116
123
|
readonly items?: {
|
|
117
124
|
name: string;
|
|
118
125
|
width: number;
|
|
119
126
|
}[] | undefined;
|
|
120
127
|
readonly sliderBackground?: string | undefined;
|
|
128
|
+
readonly choosenForeground?: string | undefined;
|
|
121
129
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
130
|
+
readonly sliderBorderRadius?: string | undefined;
|
|
122
131
|
};
|
|
123
132
|
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
124
133
|
}, {
|
|
125
134
|
thisItems: never[];
|
|
126
135
|
thisValue: null;
|
|
136
|
+
currentIdx: number;
|
|
137
|
+
currentEls: never[];
|
|
127
138
|
styles: {
|
|
128
139
|
slider: {
|
|
129
140
|
background: string;
|
|
@@ -134,18 +145,13 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
134
145
|
};
|
|
135
146
|
}, {
|
|
136
147
|
itemWidth(): (item: any) => any;
|
|
137
|
-
currentEls(): () => {
|
|
138
|
-
index: number;
|
|
139
|
-
els: {
|
|
140
|
-
el: any;
|
|
141
|
-
show: any;
|
|
142
|
-
}[];
|
|
143
|
-
};
|
|
144
148
|
$theme(): string;
|
|
145
149
|
}, {
|
|
146
150
|
itemsInit(): void;
|
|
147
151
|
findCurrentValue(): void;
|
|
148
|
-
|
|
152
|
+
defaultItemInit(): void;
|
|
153
|
+
refreshIdx(): void;
|
|
154
|
+
refreshCurrentEls(): void;
|
|
149
155
|
itemClick(item: any): 0 | undefined;
|
|
150
156
|
eqal(item: any): boolean;
|
|
151
157
|
valueTrigger(val: any): any;
|
|
@@ -154,6 +160,8 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
154
160
|
container: (_: {
|
|
155
161
|
item: never;
|
|
156
162
|
index: number;
|
|
163
|
+
eqal: (item: any) => boolean;
|
|
164
|
+
valueTrigger: (val: any) => any;
|
|
157
165
|
}) => any;
|
|
158
166
|
};
|
|
159
167
|
})>;
|
|
@@ -3,23 +3,30 @@ declare const _default: {
|
|
|
3
3
|
$props: {
|
|
4
4
|
readonly fontSize?: string | undefined;
|
|
5
5
|
readonly background?: string | undefined;
|
|
6
|
+
readonly borderRadius?: string | undefined;
|
|
7
|
+
readonly padding?: string | undefined;
|
|
6
8
|
readonly theme?: string | undefined;
|
|
7
9
|
readonly disabled?: boolean | undefined;
|
|
8
10
|
readonly lang?: string | undefined;
|
|
9
11
|
readonly modelValue?: (() => null) | undefined;
|
|
10
12
|
readonly foreground?: string | undefined;
|
|
11
13
|
readonly tab?: boolean | undefined;
|
|
14
|
+
readonly itemPadding?: string | undefined;
|
|
12
15
|
readonly items?: {
|
|
13
16
|
name: string;
|
|
14
17
|
width: number;
|
|
15
18
|
}[] | undefined;
|
|
16
19
|
readonly sliderBackground?: string | undefined;
|
|
20
|
+
readonly choosenForeground?: string | undefined;
|
|
17
21
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
22
|
+
readonly sliderBorderRadius?: string | undefined;
|
|
18
23
|
};
|
|
19
24
|
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
20
25
|
}, {
|
|
21
26
|
thisItems: never[];
|
|
22
27
|
thisValue: null;
|
|
28
|
+
currentIdx: number;
|
|
29
|
+
currentEls: never[];
|
|
23
30
|
styles: {
|
|
24
31
|
slider: {
|
|
25
32
|
background: string;
|
|
@@ -30,18 +37,13 @@ declare const _default: {
|
|
|
30
37
|
};
|
|
31
38
|
}, {
|
|
32
39
|
itemWidth(): (item: any) => any;
|
|
33
|
-
currentEls(): () => {
|
|
34
|
-
index: number;
|
|
35
|
-
els: {
|
|
36
|
-
el: any;
|
|
37
|
-
show: any;
|
|
38
|
-
}[];
|
|
39
|
-
};
|
|
40
40
|
$theme(): string;
|
|
41
41
|
}, {
|
|
42
42
|
itemsInit(): void;
|
|
43
43
|
findCurrentValue(): void;
|
|
44
|
-
|
|
44
|
+
defaultItemInit(): void;
|
|
45
|
+
refreshIdx(): void;
|
|
46
|
+
refreshCurrentEls(): void;
|
|
45
47
|
itemClick(item: any): 0 | undefined;
|
|
46
48
|
eqal(item: any): boolean;
|
|
47
49
|
valueTrigger(val: any): any;
|
|
@@ -56,23 +58,30 @@ declare const _default: {
|
|
|
56
58
|
$props: {
|
|
57
59
|
readonly fontSize?: string | undefined;
|
|
58
60
|
readonly background?: string | undefined;
|
|
61
|
+
readonly borderRadius?: string | undefined;
|
|
62
|
+
readonly padding?: string | undefined;
|
|
59
63
|
readonly theme?: string | undefined;
|
|
60
64
|
readonly disabled?: boolean | undefined;
|
|
61
65
|
readonly lang?: string | undefined;
|
|
62
66
|
readonly modelValue?: (() => null) | undefined;
|
|
63
67
|
readonly foreground?: string | undefined;
|
|
64
68
|
readonly tab?: boolean | undefined;
|
|
69
|
+
readonly itemPadding?: string | undefined;
|
|
65
70
|
readonly items?: {
|
|
66
71
|
name: string;
|
|
67
72
|
width: number;
|
|
68
73
|
}[] | undefined;
|
|
69
74
|
readonly sliderBackground?: string | undefined;
|
|
75
|
+
readonly choosenForeground?: string | undefined;
|
|
70
76
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
77
|
+
readonly sliderBorderRadius?: string | undefined;
|
|
71
78
|
};
|
|
72
79
|
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
73
80
|
}, {
|
|
74
81
|
thisItems: never[];
|
|
75
82
|
thisValue: null;
|
|
83
|
+
currentIdx: number;
|
|
84
|
+
currentEls: never[];
|
|
76
85
|
styles: {
|
|
77
86
|
slider: {
|
|
78
87
|
background: string;
|
|
@@ -83,18 +92,13 @@ declare const _default: {
|
|
|
83
92
|
};
|
|
84
93
|
}, {
|
|
85
94
|
itemWidth(): (item: any) => any;
|
|
86
|
-
currentEls(): () => {
|
|
87
|
-
index: number;
|
|
88
|
-
els: {
|
|
89
|
-
el: any;
|
|
90
|
-
show: any;
|
|
91
|
-
}[];
|
|
92
|
-
};
|
|
93
95
|
$theme(): string;
|
|
94
96
|
}, {
|
|
95
97
|
itemsInit(): void;
|
|
96
98
|
findCurrentValue(): void;
|
|
97
|
-
|
|
99
|
+
defaultItemInit(): void;
|
|
100
|
+
refreshIdx(): void;
|
|
101
|
+
refreshCurrentEls(): void;
|
|
98
102
|
itemClick(item: any): 0 | undefined;
|
|
99
103
|
eqal(item: any): boolean;
|
|
100
104
|
valueTrigger(val: any): any;
|
|
@@ -106,23 +110,30 @@ declare const _default: {
|
|
|
106
110
|
$props: {
|
|
107
111
|
readonly fontSize?: string | undefined;
|
|
108
112
|
readonly background?: string | undefined;
|
|
113
|
+
readonly borderRadius?: string | undefined;
|
|
114
|
+
readonly padding?: string | undefined;
|
|
109
115
|
readonly theme?: string | undefined;
|
|
110
116
|
readonly disabled?: boolean | undefined;
|
|
111
117
|
readonly lang?: string | undefined;
|
|
112
118
|
readonly modelValue?: (() => null) | undefined;
|
|
113
119
|
readonly foreground?: string | undefined;
|
|
114
120
|
readonly tab?: boolean | undefined;
|
|
121
|
+
readonly itemPadding?: string | undefined;
|
|
115
122
|
readonly items?: {
|
|
116
123
|
name: string;
|
|
117
124
|
width: number;
|
|
118
125
|
}[] | undefined;
|
|
119
126
|
readonly sliderBackground?: string | undefined;
|
|
127
|
+
readonly choosenForeground?: string | undefined;
|
|
120
128
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
129
|
+
readonly sliderBorderRadius?: string | undefined;
|
|
121
130
|
};
|
|
122
131
|
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
|
123
132
|
}, {
|
|
124
133
|
thisItems: never[];
|
|
125
134
|
thisValue: null;
|
|
135
|
+
currentIdx: number;
|
|
136
|
+
currentEls: never[];
|
|
126
137
|
styles: {
|
|
127
138
|
slider: {
|
|
128
139
|
background: string;
|
|
@@ -133,18 +144,13 @@ declare const _default: {
|
|
|
133
144
|
};
|
|
134
145
|
}, {
|
|
135
146
|
itemWidth(): (item: any) => any;
|
|
136
|
-
currentEls(): () => {
|
|
137
|
-
index: number;
|
|
138
|
-
els: {
|
|
139
|
-
el: any;
|
|
140
|
-
show: any;
|
|
141
|
-
}[];
|
|
142
|
-
};
|
|
143
147
|
$theme(): string;
|
|
144
148
|
}, {
|
|
145
149
|
itemsInit(): void;
|
|
146
150
|
findCurrentValue(): void;
|
|
147
|
-
|
|
151
|
+
defaultItemInit(): void;
|
|
152
|
+
refreshIdx(): void;
|
|
153
|
+
refreshCurrentEls(): void;
|
|
148
154
|
itemClick(item: any): 0 | undefined;
|
|
149
155
|
eqal(item: any): boolean;
|
|
150
156
|
valueTrigger(val: any): any;
|
|
@@ -153,6 +159,8 @@ declare const _default: {
|
|
|
153
159
|
container: (_: {
|
|
154
160
|
item: never;
|
|
155
161
|
index: number;
|
|
162
|
+
eqal: (item: any) => boolean;
|
|
163
|
+
valueTrigger: (val: any) => any;
|
|
156
164
|
}) => any;
|
|
157
165
|
};
|
|
158
166
|
});
|