@creatorsn/vfluent3 0.2.20 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/dist/style.css +1 -1
- package/dist/types/packages/affix/index.d.ts +165 -10
- package/dist/types/packages/affix/source/index.vue.d.ts +165 -10
- package/dist/types/packages/breadcrumb/index.d.ts +3 -0
- package/dist/types/packages/breadcrumb/source/index.vue.d.ts +3 -0
- package/dist/types/packages/calendar-date-picker/index.d.ts +25 -4
- package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +25 -4
- package/dist/types/packages/calendar-view/index.d.ts +31 -1
- package/dist/types/packages/calendar-view/source/index.vue.d.ts +31 -1
- package/dist/types/packages/combobox/index.d.ts +3 -0
- package/dist/types/packages/combobox/source/index.vue.d.ts +3 -0
- package/dist/types/packages/command-bar/index.d.ts +3 -0
- package/dist/types/packages/command-bar/source/index.vue.d.ts +3 -0
- package/dist/types/packages/date-picker/index.d.ts +3 -3
- package/dist/types/packages/date-picker/source/index.vue.d.ts +3 -3
- package/dist/types/packages/details-list/index.d.ts +12 -3
- package/dist/types/packages/details-list/source/index.vue.d.ts +12 -3
- package/dist/types/packages/drawer/index.d.ts +3 -0
- package/dist/types/packages/drawer/source/index.vue.d.ts +3 -0
- package/dist/types/packages/drop-down/index.d.ts +3 -0
- package/dist/types/packages/drop-down/source/index.vue.d.ts +3 -0
- package/dist/types/packages/flip-view/index.d.ts +1 -1
- package/dist/types/packages/flip-view/source/index.vue.d.ts +1 -1
- package/dist/types/packages/index.d.ts +15 -0
- package/dist/types/packages/list-view/index.d.ts +3 -0
- package/dist/types/packages/list-view/source/index.vue.d.ts +3 -0
- package/dist/types/packages/menu-flyout/index.d.ts +3 -0
- package/dist/types/packages/menu-flyout/source/index.vue.d.ts +3 -0
- package/dist/types/packages/navigation-panel/index.d.ts +3 -0
- package/dist/types/packages/navigation-panel/source/index.vue.d.ts +3 -0
- package/dist/types/packages/panel/index.d.ts +24 -3
- package/dist/types/packages/panel/source/index.vue.d.ts +24 -3
- package/dist/types/packages/resize-watcher/index.d.ts +77 -0
- package/dist/types/packages/resize-watcher/source/index.vue.d.ts +76 -0
- package/dist/types/packages/resize-watcher/style/index.d.ts +3 -0
- package/dist/types/packages/reveal-container/index.d.ts +3 -3
- package/dist/types/packages/reveal-container/source/index.vue.d.ts +3 -3
- package/dist/types/packages/right-menu/index.d.ts +91 -0
- package/dist/types/packages/right-menu/source/index.vue.d.ts +90 -0
- package/dist/types/packages/right-menu/style/index.d.ts +3 -0
- package/dist/types/packages/slider/index.d.ts +118 -133
- package/dist/types/packages/slider/source/index.vue.d.ts +118 -133
- package/dist/types/packages/table-view/index.d.ts +223 -0
- package/dist/types/packages/table-view/source/index.vue.d.ts +222 -0
- package/dist/types/packages/table-view/source/sub/addMenu/currentProperty.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/addMenu/newProperty.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateCell.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateHead.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/index.d.ts +17 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailCell.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailHead.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/index.d.ts +17 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/index.d.ts +17 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberCell.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberHead.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/editWrapper.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/spliter.vue.d.ts +2 -0
- package/dist/types/packages/table-view/source/sub/tableRow.vue.d.ts +2 -0
- package/dist/types/packages/table-view/style/index.d.ts +3 -0
- package/dist/types/packages/table-view-cell-base/index.d.ts +125 -0
- package/dist/types/packages/table-view-cell-base/source/index.vue.d.ts +124 -0
- package/dist/types/packages/table-view-cell-base/style/index.d.ts +3 -0
- package/dist/types/packages/table-view-head-base/index.d.ts +144 -0
- package/dist/types/packages/table-view-head-base/source/index.vue.d.ts +143 -0
- package/dist/types/packages/table-view-head-base/style/index.d.ts +3 -0
- package/dist/types/packages/tag/index.d.ts +6 -0
- package/dist/types/packages/tag/source/index.vue.d.ts +6 -0
- package/dist/types/packages/text-box/index.d.ts +3 -3
- package/dist/types/packages/text-box/source/index.vue.d.ts +3 -3
- package/dist/vfluent3.js +16345 -12598
- package/dist/vfluent3.umd.cjs +8 -8
- package/package.json +1 -1
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
$props: {
|
|
4
|
+
readonly theme?: string | undefined;
|
|
5
|
+
readonly disabled?: boolean | undefined;
|
|
6
|
+
readonly lang?: string | undefined;
|
|
7
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
8
|
+
readonly foreground?: string | undefined;
|
|
9
|
+
readonly rightMenuBackground?: string | undefined;
|
|
10
|
+
readonly extensions?: never[] | undefined;
|
|
11
|
+
readonly deleteColumnFunc?: Function | undefined;
|
|
12
|
+
readonly deleteRowsFunc?: Function | undefined;
|
|
13
|
+
readonly copyTableFunc?: Function | undefined;
|
|
14
|
+
readonly pastedTableFunc?: Function | undefined;
|
|
15
|
+
readonly syncRowsFunc?: Function | undefined;
|
|
16
|
+
readonly i18n?: Function | undefined;
|
|
17
|
+
};
|
|
18
|
+
$emit: (event: "update:modelValue" | "choose-items" | "rightclick" | "update:selectPos" | "update:dragItem", ...args: any[]) => void;
|
|
19
|
+
}, {
|
|
20
|
+
thisExtensions: never[];
|
|
21
|
+
selectPos: {
|
|
22
|
+
active: boolean;
|
|
23
|
+
syncActive: boolean;
|
|
24
|
+
start_row: number;
|
|
25
|
+
start_col: number;
|
|
26
|
+
end_row: number;
|
|
27
|
+
end_col: number;
|
|
28
|
+
};
|
|
29
|
+
drag: {
|
|
30
|
+
columnItem: null;
|
|
31
|
+
rowItem: null;
|
|
32
|
+
};
|
|
33
|
+
show: {
|
|
34
|
+
addMenu: boolean;
|
|
35
|
+
editMenu: boolean;
|
|
36
|
+
};
|
|
37
|
+
}, {
|
|
38
|
+
sumWidth(): number;
|
|
39
|
+
fixedLeftWidth(): any[];
|
|
40
|
+
fixedRightWidth(): any[];
|
|
41
|
+
currentChoosen(): any;
|
|
42
|
+
currentChoosenAll(): boolean;
|
|
43
|
+
currentChoosenNum(): any;
|
|
44
|
+
choosenBackground(): any;
|
|
45
|
+
computedHeadComponent(): (type: any) => any;
|
|
46
|
+
$theme(): string;
|
|
47
|
+
}, {
|
|
48
|
+
eventInit(): void;
|
|
49
|
+
outSideClickEvent(event: any): void;
|
|
50
|
+
cellSelectReleaseEvent(): void;
|
|
51
|
+
cellCopyEvent(event: any): void;
|
|
52
|
+
cellPasteEvent(event: any): void;
|
|
53
|
+
extensionsInit(): void;
|
|
54
|
+
duplicateColumn(index: any): void;
|
|
55
|
+
swapColumn(from: any, to: any): void;
|
|
56
|
+
duplicateRows(): void;
|
|
57
|
+
addColumn(ext: any): void;
|
|
58
|
+
addRow(index?: null): void;
|
|
59
|
+
swapRow(from: any, to: any): void;
|
|
60
|
+
chooseAll(): void;
|
|
61
|
+
clearChooseAll(excpet?: null): void;
|
|
62
|
+
setSelectPos(pos: any): void;
|
|
63
|
+
thisDeleteColumn(item: any, index: any): void;
|
|
64
|
+
thisDeleteRows(): void;
|
|
65
|
+
handleColumnDrag(event: any, item: any): void;
|
|
66
|
+
rowRightClick(obj: any): void;
|
|
67
|
+
addMenuClick(event: any, mode?: boolean): void;
|
|
68
|
+
handleSort(type: any, desc?: boolean): void;
|
|
69
|
+
GuidWithoutDash(): string;
|
|
70
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
71
|
+
P: {};
|
|
72
|
+
B: {};
|
|
73
|
+
D: {};
|
|
74
|
+
C: {};
|
|
75
|
+
M: {};
|
|
76
|
+
Defaults: {};
|
|
77
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
78
|
+
$props: {
|
|
79
|
+
readonly theme?: string | undefined;
|
|
80
|
+
readonly disabled?: boolean | undefined;
|
|
81
|
+
readonly lang?: string | undefined;
|
|
82
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
83
|
+
readonly foreground?: string | undefined;
|
|
84
|
+
readonly rightMenuBackground?: string | undefined;
|
|
85
|
+
readonly extensions?: never[] | undefined;
|
|
86
|
+
readonly deleteColumnFunc?: Function | undefined;
|
|
87
|
+
readonly deleteRowsFunc?: Function | undefined;
|
|
88
|
+
readonly copyTableFunc?: Function | undefined;
|
|
89
|
+
readonly pastedTableFunc?: Function | undefined;
|
|
90
|
+
readonly syncRowsFunc?: Function | undefined;
|
|
91
|
+
readonly i18n?: Function | undefined;
|
|
92
|
+
};
|
|
93
|
+
$emit: (event: "update:modelValue" | "choose-items" | "rightclick" | "update:selectPos" | "update:dragItem", ...args: any[]) => void;
|
|
94
|
+
}, {
|
|
95
|
+
thisExtensions: never[];
|
|
96
|
+
selectPos: {
|
|
97
|
+
active: boolean;
|
|
98
|
+
syncActive: boolean;
|
|
99
|
+
start_row: number;
|
|
100
|
+
start_col: number;
|
|
101
|
+
end_row: number;
|
|
102
|
+
end_col: number;
|
|
103
|
+
};
|
|
104
|
+
drag: {
|
|
105
|
+
columnItem: null;
|
|
106
|
+
rowItem: null;
|
|
107
|
+
};
|
|
108
|
+
show: {
|
|
109
|
+
addMenu: boolean;
|
|
110
|
+
editMenu: boolean;
|
|
111
|
+
};
|
|
112
|
+
}, {
|
|
113
|
+
sumWidth(): number;
|
|
114
|
+
fixedLeftWidth(): any[];
|
|
115
|
+
fixedRightWidth(): any[];
|
|
116
|
+
currentChoosen(): any;
|
|
117
|
+
currentChoosenAll(): boolean;
|
|
118
|
+
currentChoosenNum(): any;
|
|
119
|
+
choosenBackground(): any;
|
|
120
|
+
computedHeadComponent(): (type: any) => any;
|
|
121
|
+
$theme(): string;
|
|
122
|
+
}, {
|
|
123
|
+
eventInit(): void;
|
|
124
|
+
outSideClickEvent(event: any): void;
|
|
125
|
+
cellSelectReleaseEvent(): void;
|
|
126
|
+
cellCopyEvent(event: any): void;
|
|
127
|
+
cellPasteEvent(event: any): void;
|
|
128
|
+
extensionsInit(): void;
|
|
129
|
+
duplicateColumn(index: any): void;
|
|
130
|
+
swapColumn(from: any, to: any): void;
|
|
131
|
+
duplicateRows(): void;
|
|
132
|
+
addColumn(ext: any): void;
|
|
133
|
+
addRow(index?: null): void;
|
|
134
|
+
swapRow(from: any, to: any): void;
|
|
135
|
+
chooseAll(): void;
|
|
136
|
+
clearChooseAll(excpet?: null): void;
|
|
137
|
+
setSelectPos(pos: any): void;
|
|
138
|
+
thisDeleteColumn(item: any, index: any): void;
|
|
139
|
+
thisDeleteRows(): void;
|
|
140
|
+
handleColumnDrag(event: any, item: any): void;
|
|
141
|
+
rowRightClick(obj: any): void;
|
|
142
|
+
addMenuClick(event: any, mode?: boolean): void;
|
|
143
|
+
handleSort(type: any, desc?: boolean): void;
|
|
144
|
+
GuidWithoutDash(): string;
|
|
145
|
+
}, {}>;
|
|
146
|
+
__isFragment?: undefined;
|
|
147
|
+
__isTeleport?: undefined;
|
|
148
|
+
__isSuspense?: undefined;
|
|
149
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
150
|
+
$props: {
|
|
151
|
+
readonly theme?: string | undefined;
|
|
152
|
+
readonly disabled?: boolean | undefined;
|
|
153
|
+
readonly lang?: string | undefined;
|
|
154
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
155
|
+
readonly foreground?: string | undefined;
|
|
156
|
+
readonly rightMenuBackground?: string | undefined;
|
|
157
|
+
readonly extensions?: never[] | undefined;
|
|
158
|
+
readonly deleteColumnFunc?: Function | undefined;
|
|
159
|
+
readonly deleteRowsFunc?: Function | undefined;
|
|
160
|
+
readonly copyTableFunc?: Function | undefined;
|
|
161
|
+
readonly pastedTableFunc?: Function | undefined;
|
|
162
|
+
readonly syncRowsFunc?: Function | undefined;
|
|
163
|
+
readonly i18n?: Function | undefined;
|
|
164
|
+
};
|
|
165
|
+
$emit: (event: "update:modelValue" | "choose-items" | "rightclick" | "update:selectPos" | "update:dragItem", ...args: any[]) => void;
|
|
166
|
+
}, {
|
|
167
|
+
thisExtensions: never[];
|
|
168
|
+
selectPos: {
|
|
169
|
+
active: boolean;
|
|
170
|
+
syncActive: boolean;
|
|
171
|
+
start_row: number;
|
|
172
|
+
start_col: number;
|
|
173
|
+
end_row: number;
|
|
174
|
+
end_col: number;
|
|
175
|
+
};
|
|
176
|
+
drag: {
|
|
177
|
+
columnItem: null;
|
|
178
|
+
rowItem: null;
|
|
179
|
+
};
|
|
180
|
+
show: {
|
|
181
|
+
addMenu: boolean;
|
|
182
|
+
editMenu: boolean;
|
|
183
|
+
};
|
|
184
|
+
}, {
|
|
185
|
+
sumWidth(): number;
|
|
186
|
+
fixedLeftWidth(): any[];
|
|
187
|
+
fixedRightWidth(): any[];
|
|
188
|
+
currentChoosen(): any;
|
|
189
|
+
currentChoosenAll(): boolean;
|
|
190
|
+
currentChoosenNum(): any;
|
|
191
|
+
choosenBackground(): any;
|
|
192
|
+
computedHeadComponent(): (type: any) => any;
|
|
193
|
+
$theme(): string;
|
|
194
|
+
}, {
|
|
195
|
+
eventInit(): void;
|
|
196
|
+
outSideClickEvent(event: any): void;
|
|
197
|
+
cellSelectReleaseEvent(): void;
|
|
198
|
+
cellCopyEvent(event: any): void;
|
|
199
|
+
cellPasteEvent(event: any): void;
|
|
200
|
+
extensionsInit(): void;
|
|
201
|
+
duplicateColumn(index: any): void;
|
|
202
|
+
swapColumn(from: any, to: any): void;
|
|
203
|
+
duplicateRows(): void;
|
|
204
|
+
addColumn(ext: any): void;
|
|
205
|
+
addRow(index?: null): void;
|
|
206
|
+
swapRow(from: any, to: any): void;
|
|
207
|
+
chooseAll(): void;
|
|
208
|
+
clearChooseAll(excpet?: null): void;
|
|
209
|
+
setSelectPos(pos: any): void;
|
|
210
|
+
thisDeleteColumn(item: any, index: any): void;
|
|
211
|
+
thisDeleteRows(): void;
|
|
212
|
+
handleColumnDrag(event: any, item: any): void;
|
|
213
|
+
rowRightClick(obj: any): void;
|
|
214
|
+
addMenuClick(event: any, mode?: boolean): void;
|
|
215
|
+
handleSort(type: any, desc?: boolean): void;
|
|
216
|
+
GuidWithoutDash(): string;
|
|
217
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
218
|
+
$slots: {
|
|
219
|
+
menu: (_: {}) => any;
|
|
220
|
+
};
|
|
221
|
+
});
|
|
222
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const name: string;
|
|
3
|
+
export const type: string;
|
|
4
|
+
export const icon: string;
|
|
5
|
+
export const emoji: string;
|
|
6
|
+
export { dateHead as headComponent };
|
|
7
|
+
export { dateCell as cellComponent };
|
|
8
|
+
export function filter({ input, value }: {
|
|
9
|
+
input: any;
|
|
10
|
+
value: any;
|
|
11
|
+
}): boolean;
|
|
12
|
+
export function sortAsc(a: any, b: any): any;
|
|
13
|
+
export function sortDesc(a: any, b: any): any;
|
|
14
|
+
}
|
|
15
|
+
export default _default;
|
|
16
|
+
import dateHead from "./dateHead.vue";
|
|
17
|
+
import dateCell from "./dateCell.vue";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const name: string;
|
|
3
|
+
export const type: string;
|
|
4
|
+
export const icon: string;
|
|
5
|
+
export const emoji: string;
|
|
6
|
+
export { emailHead as headComponent };
|
|
7
|
+
export { emailCell as cellComponent };
|
|
8
|
+
export function filter({ input, value }: {
|
|
9
|
+
input: any;
|
|
10
|
+
value: any;
|
|
11
|
+
}): boolean;
|
|
12
|
+
export function sortAsc(a: any, b: any): any;
|
|
13
|
+
export function sortDesc(a: any, b: any): any;
|
|
14
|
+
}
|
|
15
|
+
export default _default;
|
|
16
|
+
import emailHead from "./emailHead.vue";
|
|
17
|
+
import emailCell from "./emailCell.vue";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const name: string;
|
|
3
|
+
export const type: string;
|
|
4
|
+
export const icon: string;
|
|
5
|
+
export const emoji: string;
|
|
6
|
+
export { numberHead as headComponent };
|
|
7
|
+
export { numberCell as cellComponent };
|
|
8
|
+
export function filter({ input, value }: {
|
|
9
|
+
input: any;
|
|
10
|
+
value: any;
|
|
11
|
+
}): boolean;
|
|
12
|
+
export function sortAsc(a: any, b: any): any;
|
|
13
|
+
export function sortDesc(a: any, b: any): any;
|
|
14
|
+
}
|
|
15
|
+
export default _default;
|
|
16
|
+
import numberHead from "./numberHead.vue";
|
|
17
|
+
import numberCell from "./numberCell.vue";
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import "./style";
|
|
2
|
+
export declare const FvTableViewCellBase: import("../../types/plugins/component-plugin").ComponentPlugin<{
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
4
|
+
$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;
|
|
20
|
+
};
|
|
21
|
+
$emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
|
|
22
|
+
}, {
|
|
23
|
+
show: {
|
|
24
|
+
edit: boolean;
|
|
25
|
+
};
|
|
26
|
+
}, {
|
|
27
|
+
isSelected(): boolean;
|
|
28
|
+
isFirstSelected(): boolean;
|
|
29
|
+
selectBackground(): any;
|
|
30
|
+
outlineColor(): any;
|
|
31
|
+
computedBackground(): any;
|
|
32
|
+
}, {
|
|
33
|
+
formatCell(): void;
|
|
34
|
+
clickFunc(): void;
|
|
35
|
+
mouseFunc(event: any, event_type?: string): void;
|
|
36
|
+
GuidWithoutDash(): string;
|
|
37
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
38
|
+
P: {};
|
|
39
|
+
B: {};
|
|
40
|
+
D: {};
|
|
41
|
+
C: {};
|
|
42
|
+
M: {};
|
|
43
|
+
Defaults: {};
|
|
44
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
45
|
+
$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;
|
|
61
|
+
};
|
|
62
|
+
$emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
|
|
63
|
+
}, {
|
|
64
|
+
show: {
|
|
65
|
+
edit: boolean;
|
|
66
|
+
};
|
|
67
|
+
}, {
|
|
68
|
+
isSelected(): boolean;
|
|
69
|
+
isFirstSelected(): boolean;
|
|
70
|
+
selectBackground(): any;
|
|
71
|
+
outlineColor(): any;
|
|
72
|
+
computedBackground(): any;
|
|
73
|
+
}, {
|
|
74
|
+
formatCell(): void;
|
|
75
|
+
clickFunc(): void;
|
|
76
|
+
mouseFunc(event: any, event_type?: string): void;
|
|
77
|
+
GuidWithoutDash(): string;
|
|
78
|
+
}, {}>;
|
|
79
|
+
__isFragment?: undefined;
|
|
80
|
+
__isTeleport?: undefined;
|
|
81
|
+
__isSuspense?: undefined;
|
|
82
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
83
|
+
$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;
|
|
99
|
+
};
|
|
100
|
+
$emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
|
|
101
|
+
}, {
|
|
102
|
+
show: {
|
|
103
|
+
edit: boolean;
|
|
104
|
+
};
|
|
105
|
+
}, {
|
|
106
|
+
isSelected(): boolean;
|
|
107
|
+
isFirstSelected(): boolean;
|
|
108
|
+
selectBackground(): any;
|
|
109
|
+
outlineColor(): any;
|
|
110
|
+
computedBackground(): any;
|
|
111
|
+
}, {
|
|
112
|
+
formatCell(): void;
|
|
113
|
+
clickFunc(): void;
|
|
114
|
+
mouseFunc(event: any, event_type?: string): void;
|
|
115
|
+
GuidWithoutDash(): string;
|
|
116
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
117
|
+
$slots: {
|
|
118
|
+
default: (_: {}) => any;
|
|
119
|
+
entire: (_: {
|
|
120
|
+
modelValue: Record<string, any>;
|
|
121
|
+
show: boolean;
|
|
122
|
+
}) => any;
|
|
123
|
+
};
|
|
124
|
+
})>;
|
|
125
|
+
export default FvTableViewCellBase;
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
$props: {
|
|
4
|
+
readonly theme?: string | undefined;
|
|
5
|
+
readonly head?: Record<string, any> | undefined;
|
|
6
|
+
readonly disabled?: boolean | undefined;
|
|
7
|
+
readonly lang?: string | undefined;
|
|
8
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
9
|
+
readonly foreground?: string | undefined;
|
|
10
|
+
readonly row_index?: number | undefined;
|
|
11
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
12
|
+
readonly fixedRightWidth?: number | undefined;
|
|
13
|
+
readonly wrapperWidth?: string | undefined;
|
|
14
|
+
readonly formatFunction?: Function | undefined;
|
|
15
|
+
readonly isUnder?: boolean | undefined;
|
|
16
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
17
|
+
readonly col_index?: number | undefined;
|
|
18
|
+
readonly i18n?: Function | undefined;
|
|
19
|
+
};
|
|
20
|
+
$emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
|
|
21
|
+
}, {
|
|
22
|
+
show: {
|
|
23
|
+
edit: boolean;
|
|
24
|
+
};
|
|
25
|
+
}, {
|
|
26
|
+
isSelected(): boolean;
|
|
27
|
+
isFirstSelected(): boolean;
|
|
28
|
+
selectBackground(): any;
|
|
29
|
+
outlineColor(): any;
|
|
30
|
+
computedBackground(): any;
|
|
31
|
+
}, {
|
|
32
|
+
formatCell(): void;
|
|
33
|
+
clickFunc(): void;
|
|
34
|
+
mouseFunc(event: any, event_type?: string): void;
|
|
35
|
+
GuidWithoutDash(): string;
|
|
36
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
37
|
+
P: {};
|
|
38
|
+
B: {};
|
|
39
|
+
D: {};
|
|
40
|
+
C: {};
|
|
41
|
+
M: {};
|
|
42
|
+
Defaults: {};
|
|
43
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
44
|
+
$props: {
|
|
45
|
+
readonly theme?: string | undefined;
|
|
46
|
+
readonly head?: Record<string, any> | undefined;
|
|
47
|
+
readonly disabled?: boolean | undefined;
|
|
48
|
+
readonly lang?: string | undefined;
|
|
49
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
50
|
+
readonly foreground?: string | undefined;
|
|
51
|
+
readonly row_index?: number | undefined;
|
|
52
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
53
|
+
readonly fixedRightWidth?: number | undefined;
|
|
54
|
+
readonly wrapperWidth?: string | undefined;
|
|
55
|
+
readonly formatFunction?: Function | undefined;
|
|
56
|
+
readonly isUnder?: boolean | undefined;
|
|
57
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
58
|
+
readonly col_index?: number | undefined;
|
|
59
|
+
readonly i18n?: Function | undefined;
|
|
60
|
+
};
|
|
61
|
+
$emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
|
|
62
|
+
}, {
|
|
63
|
+
show: {
|
|
64
|
+
edit: boolean;
|
|
65
|
+
};
|
|
66
|
+
}, {
|
|
67
|
+
isSelected(): boolean;
|
|
68
|
+
isFirstSelected(): boolean;
|
|
69
|
+
selectBackground(): any;
|
|
70
|
+
outlineColor(): any;
|
|
71
|
+
computedBackground(): any;
|
|
72
|
+
}, {
|
|
73
|
+
formatCell(): void;
|
|
74
|
+
clickFunc(): void;
|
|
75
|
+
mouseFunc(event: any, event_type?: string): void;
|
|
76
|
+
GuidWithoutDash(): string;
|
|
77
|
+
}, {}>;
|
|
78
|
+
__isFragment?: undefined;
|
|
79
|
+
__isTeleport?: undefined;
|
|
80
|
+
__isSuspense?: undefined;
|
|
81
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
82
|
+
$props: {
|
|
83
|
+
readonly theme?: string | undefined;
|
|
84
|
+
readonly head?: Record<string, any> | undefined;
|
|
85
|
+
readonly disabled?: boolean | undefined;
|
|
86
|
+
readonly lang?: string | undefined;
|
|
87
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
88
|
+
readonly foreground?: string | undefined;
|
|
89
|
+
readonly row_index?: number | undefined;
|
|
90
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
91
|
+
readonly fixedRightWidth?: number | undefined;
|
|
92
|
+
readonly wrapperWidth?: string | undefined;
|
|
93
|
+
readonly formatFunction?: Function | undefined;
|
|
94
|
+
readonly isUnder?: boolean | undefined;
|
|
95
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
96
|
+
readonly col_index?: number | undefined;
|
|
97
|
+
readonly i18n?: Function | undefined;
|
|
98
|
+
};
|
|
99
|
+
$emit: (event: "drop-item" | "show-edit" | "set-select", ...args: any[]) => void;
|
|
100
|
+
}, {
|
|
101
|
+
show: {
|
|
102
|
+
edit: boolean;
|
|
103
|
+
};
|
|
104
|
+
}, {
|
|
105
|
+
isSelected(): boolean;
|
|
106
|
+
isFirstSelected(): boolean;
|
|
107
|
+
selectBackground(): any;
|
|
108
|
+
outlineColor(): any;
|
|
109
|
+
computedBackground(): any;
|
|
110
|
+
}, {
|
|
111
|
+
formatCell(): void;
|
|
112
|
+
clickFunc(): void;
|
|
113
|
+
mouseFunc(event: any, event_type?: string): void;
|
|
114
|
+
GuidWithoutDash(): string;
|
|
115
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
116
|
+
$slots: {
|
|
117
|
+
default: (_: {}) => any;
|
|
118
|
+
entire: (_: {
|
|
119
|
+
modelValue: Record<string, any>;
|
|
120
|
+
show: boolean;
|
|
121
|
+
}) => any;
|
|
122
|
+
};
|
|
123
|
+
});
|
|
124
|
+
export default _default;
|