@creatorsn/vfluent3 0.3.22 → 0.3.24

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.
@@ -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
- stylesInit(): void;
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
- stylesInit(): void;
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
- stylesInit(): void;
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
- stylesInit(): void;
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
- stylesInit(): void;
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
- stylesInit(): void;
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
  });
@@ -1,22 +1,66 @@
1
1
  import "./style";
2
+ export declare const FvTableViewCellProps: {
3
+ modelValue: {
4
+ type: ObjectConstructor;
5
+ default: () => {};
6
+ };
7
+ head: {
8
+ type: ObjectConstructor;
9
+ default: () => {};
10
+ };
11
+ i18n: {
12
+ type: FunctionConstructor;
13
+ default: (key: any) => any;
14
+ };
15
+ selectPos: {
16
+ type: ObjectConstructor;
17
+ default: () => {};
18
+ };
19
+ foreground: {
20
+ default: string;
21
+ };
22
+ fixedLeftWidth: {
23
+ default: number;
24
+ };
25
+ fixedRightWidth: {
26
+ default: number;
27
+ };
28
+ wrapperWidth: {
29
+ default: string;
30
+ };
31
+ formatFunction: {
32
+ type: FunctionConstructor;
33
+ default: null;
34
+ };
35
+ row_index: {
36
+ type: NumberConstructor;
37
+ default: number;
38
+ };
39
+ col_index: {
40
+ type: NumberConstructor;
41
+ default: number;
42
+ };
43
+ isUnder: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ theme: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ disabled: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ lang: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ };
2
60
  export declare const FvTableViewCellBase: import("../../types/plugins/component-plugin").ComponentPlugin<{
3
61
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
4
62
  $props: {
5
- readonly theme?: string | undefined;
6
- readonly head?: Record<string, any> | undefined;
7
- readonly disabled?: boolean | undefined;
8
- readonly lang?: string | undefined;
9
- readonly modelValue?: Record<string, any> | undefined;
10
- readonly foreground?: string | undefined;
11
- readonly row_index?: number | undefined;
12
- readonly fixedLeftWidth?: number | undefined;
13
- readonly fixedRightWidth?: number | undefined;
14
- readonly wrapperWidth?: string | undefined;
15
- readonly formatFunction?: Function | undefined;
16
- readonly isUnder?: boolean | undefined;
17
- readonly selectPos?: Record<string, any> | undefined;
18
- readonly col_index?: number | undefined;
19
- readonly i18n?: Function | undefined;
63
+ [x: string]: any;
20
64
  };
21
65
  $emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
22
66
  }, {
@@ -24,8 +68,8 @@ export declare const FvTableViewCellBase: import("../../types/plugins/component-
24
68
  edit: boolean;
25
69
  };
26
70
  }, {
27
- isSelected(): boolean;
28
- isFirstSelected(): boolean;
71
+ isSelected(): any;
72
+ isFirstSelected(): any;
29
73
  selectBackground(): any;
30
74
  outlineColor(): any;
31
75
  computedBackground(): any;
@@ -43,21 +87,7 @@ export declare const FvTableViewCellBase: import("../../types/plugins/component-
43
87
  Defaults: {};
44
88
  }, Readonly<import("vue").ExtractPropTypes<{}>>, {
45
89
  $props: {
46
- readonly theme?: string | undefined;
47
- readonly head?: Record<string, any> | undefined;
48
- readonly disabled?: boolean | undefined;
49
- readonly lang?: string | undefined;
50
- readonly modelValue?: Record<string, any> | undefined;
51
- readonly foreground?: string | undefined;
52
- readonly row_index?: number | undefined;
53
- readonly fixedLeftWidth?: number | undefined;
54
- readonly fixedRightWidth?: number | undefined;
55
- readonly wrapperWidth?: string | undefined;
56
- readonly formatFunction?: Function | undefined;
57
- readonly isUnder?: boolean | undefined;
58
- readonly selectPos?: Record<string, any> | undefined;
59
- readonly col_index?: number | undefined;
60
- readonly i18n?: Function | undefined;
90
+ [x: string]: any;
61
91
  };
62
92
  $emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
63
93
  }, {
@@ -65,8 +95,8 @@ export declare const FvTableViewCellBase: import("../../types/plugins/component-
65
95
  edit: boolean;
66
96
  };
67
97
  }, {
68
- isSelected(): boolean;
69
- isFirstSelected(): boolean;
98
+ isSelected(): any;
99
+ isFirstSelected(): any;
70
100
  selectBackground(): any;
71
101
  outlineColor(): any;
72
102
  computedBackground(): any;
@@ -81,21 +111,7 @@ export declare const FvTableViewCellBase: import("../../types/plugins/component-
81
111
  __isSuspense?: undefined;
82
112
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
83
113
  $props: {
84
- readonly theme?: string | undefined;
85
- readonly head?: Record<string, any> | undefined;
86
- readonly disabled?: boolean | undefined;
87
- readonly lang?: string | undefined;
88
- readonly modelValue?: Record<string, any> | undefined;
89
- readonly foreground?: string | undefined;
90
- readonly row_index?: number | undefined;
91
- readonly fixedLeftWidth?: number | undefined;
92
- readonly fixedRightWidth?: number | undefined;
93
- readonly wrapperWidth?: string | undefined;
94
- readonly formatFunction?: Function | undefined;
95
- readonly isUnder?: boolean | undefined;
96
- readonly selectPos?: Record<string, any> | undefined;
97
- readonly col_index?: number | undefined;
98
- readonly i18n?: Function | undefined;
114
+ [x: string]: any;
99
115
  };
100
116
  $emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
101
117
  }, {
@@ -103,8 +119,8 @@ export declare const FvTableViewCellBase: import("../../types/plugins/component-
103
119
  edit: boolean;
104
120
  };
105
121
  }, {
106
- isSelected(): boolean;
107
- isFirstSelected(): boolean;
122
+ isSelected(): any;
123
+ isFirstSelected(): any;
108
124
  selectBackground(): any;
109
125
  outlineColor(): any;
110
126
  computedBackground(): any;
@@ -117,7 +133,7 @@ export declare const FvTableViewCellBase: import("../../types/plugins/component-
117
133
  $slots: {
118
134
  default: (_: {}) => any;
119
135
  entire: (_: {
120
- modelValue: Record<string, any>;
136
+ modelValue: any;
121
137
  show: boolean;
122
138
  }) => any;
123
139
  };
@@ -0,0 +1,59 @@
1
+ export declare const tableViewCellProps: {
2
+ modelValue: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ head: {
7
+ type: ObjectConstructor;
8
+ default: () => {};
9
+ };
10
+ i18n: {
11
+ type: FunctionConstructor;
12
+ default: (key: any) => any;
13
+ };
14
+ selectPos: {
15
+ type: ObjectConstructor;
16
+ default: () => {};
17
+ };
18
+ foreground: {
19
+ default: string;
20
+ };
21
+ fixedLeftWidth: {
22
+ default: number;
23
+ };
24
+ fixedRightWidth: {
25
+ default: number;
26
+ };
27
+ wrapperWidth: {
28
+ default: string;
29
+ };
30
+ formatFunction: {
31
+ type: FunctionConstructor;
32
+ default: null;
33
+ };
34
+ row_index: {
35
+ type: NumberConstructor;
36
+ default: number;
37
+ };
38
+ col_index: {
39
+ type: NumberConstructor;
40
+ default: number;
41
+ };
42
+ isUnder: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ theme: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
50
+ disabled: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ lang: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ };
59
+ export type TableViewCellProps = typeof tableViewCellProps;