@pusdn/pgz-comp-elep 0.2.13 → 0.2.14
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/lib/adaptive-page/index.d.ts +17096 -0
- package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
- package/lib/adaptive-page/src/type.d.ts +9 -0
- package/lib/button/index.d.ts +134 -0
- package/lib/button/src/index.vue.d.ts +67 -0
- package/lib/button/src/type.d.ts +10 -0
- package/lib/chart/index.d.ts +164 -0
- package/lib/chart/src/index.vue.d.ts +77 -0
- package/lib/chart/src/type.d.ts +7 -0
- package/lib/checkbox/index.d.ts +206 -0
- package/lib/checkbox/src/checkbox.d.ts +5 -0
- package/lib/checkbox/src/index.vue.d.ts +91 -0
- package/lib/components.d.ts +57 -0
- package/lib/date-picker/index.d.ts +170 -0
- package/lib/date-picker/src/index.vue.d.ts +77 -0
- package/lib/date-picker/src/type.d.ts +10 -0
- package/lib/detail/index.d.ts +182 -0
- package/lib/detail/src/index.vue.d.ts +88 -0
- package/lib/detail/src/renderLabel.vue.d.ts +8 -0
- package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
- package/lib/detail/src/type.d.ts +27 -0
- package/lib/favicon.ico +0 -0
- package/lib/form/index.d.ts +308 -0
- package/lib/form/src/index.vue.d.ts +125 -0
- package/lib/form/src/renderBtn.vue.d.ts +8 -0
- package/lib/form/src/renderComp.vue.d.ts +8 -0
- package/lib/form/src/type.d.ts +26 -0
- package/lib/index.d.ts +42 -0
- package/lib/input/index.d.ts +215 -0
- package/lib/input/src/index.vue.d.ts +109 -0
- package/lib/input/src/type.d.ts +13 -0
- package/lib/layout-page/index.d.ts +114 -0
- package/lib/layout-page/src/index.vue.d.ts +62 -0
- package/lib/layout-page-item/index.d.ts +35 -0
- package/lib/layout-page-item/src/index.vue.d.ts +14 -0
- package/lib/module-form/index.d.ts +530 -0
- package/lib/module-form/src/index.vue.d.ts +243 -0
- package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
- package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
- package/lib/module-form/src/type.d.ts +19 -0
- package/lib/pgz-checkbox/index.d.ts +149 -0
- package/lib/pgz-checkbox/src/index.vue.d.ts +65 -0
- package/lib/pgz-checkbox/src/type.d.ts +12 -0
- package/lib/pgz-comp-elep.es.js +39723 -0
- package/lib/pgz-comp-elep.es.js.gz +0 -0
- package/lib/pgz-comp-elep.umd.js +261 -0
- package/lib/pgz-comp-elep.umd.js.gz +0 -0
- package/lib/pgz-html-preview-modal/index.d.ts +77 -0
- package/lib/pgz-html-preview-modal/src/index.vue.d.ts +22 -0
- package/lib/pgz-html-preview-modal/src/type.d.ts +7 -0
- package/lib/pgz-search-select/index.d.ts +5 -0
- package/lib/pgz-search-select/src/index.vue.d.ts +194 -0
- package/lib/pgz-search-select/src/type.d.ts +16 -0
- package/lib/pgz-tdt-mark/index.d.ts +407 -0
- package/lib/pgz-tdt-mark/src/env.d.ts +7 -0
- package/lib/pgz-tdt-mark/src/index.vue.d.ts +167 -0
- package/lib/pgz-tdt-mark/src/props.d.ts +63 -0
- package/lib/pgz-tdt-mark/src/types/index.d.ts +1 -0
- package/lib/pgz-tdt-mark/src/types/tdt.d.ts +88 -0
- package/lib/pgz-tdt-ploygon/index.d.ts +401 -0
- package/lib/pgz-tdt-ploygon/src/env.d.ts +7 -0
- package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +164 -0
- package/lib/pgz-tdt-ploygon/src/props.d.ts +35 -0
- package/lib/pgz-tdt-ploygon/src/tmp-fix.d.ts +10 -0
- package/lib/pgz-tdt-ploygon/src/types/index.d.ts +1 -0
- package/lib/pgz-tdt-ploygon/src/types/tdt.d.ts +120 -0
- package/lib/pgz-tdt-ploygon/src/types.d.ts +27 -0
- package/lib/pgz-video-xg-modal/index.d.ts +181 -0
- package/lib/pgz-video-xg-modal/src/env.d.ts +7 -0
- package/lib/pgz-video-xg-modal/src/index.vue.d.ts +73 -0
- package/lib/pgz-video-xg-modal/src/types/xgplayer.d.ts +59 -0
- package/lib/query-condition/index.d.ts +701 -0
- package/lib/query-condition/src/index.vue.d.ts +326 -0
- package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
- package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
- package/lib/query-condition/src/type.d.ts +21 -0
- package/lib/query-condition/src/useComputed.d.ts +27 -0
- package/lib/radio/index.d.ts +206 -0
- package/lib/radio/src/index.vue.d.ts +91 -0
- package/lib/radio/src/radio.d.ts +12 -0
- package/lib/select/index.d.ts +371 -0
- package/lib/select/src/index.vue.d.ts +200 -0
- package/lib/select/src/type.d.ts +42 -0
- package/lib/select-icon/index.d.ts +174 -0
- package/lib/select-icon/src/index.vue.d.ts +89 -0
- package/lib/select-table/index.d.ts +2165 -0
- package/lib/select-table/src/index.vue.d.ts +963 -0
- package/lib/select-table/src/renderCol.vue.d.ts +20 -0
- package/lib/select-table/src/type.d.ts +56 -0
- package/lib/select-table/src/useVirtualized.d.ts +11 -0
- package/lib/step-wizard/index.d.ts +146 -0
- package/lib/step-wizard/src/index.vue.d.ts +71 -0
- package/lib/step-wizard/src/type.d.ts +25 -0
- package/lib/style.css +1 -0
- package/lib/style.css.gz +0 -0
- package/lib/table/index.d.ts +2540 -0
- package/lib/table/src/ColumnSet.vue.d.ts +148 -0
- package/lib/table/src/TTableColumn.vue.d.ts +173 -0
- package/lib/table/src/index.vue.d.ts +941 -0
- package/lib/table/src/operator.vue.d.ts +80 -0
- package/lib/table/src/renderCol.vue.d.ts +20 -0
- package/lib/table/src/renderHeader.vue.d.ts +16 -0
- package/lib/table/src/singleEdit.vue.d.ts +122 -0
- package/lib/table/src/singleEditCell.vue.d.ts +120 -0
- package/lib/table/src/tableProps.d.ts +100 -0
- package/lib/table/src/useExpose.d.ts +16 -0
- package/lib/table/src/useVirtualized.d.ts +9 -0
- package/lib/tabs/index.d.ts +69 -0
- package/lib/tabs/src/index.vue.d.ts +34 -0
- package/lib/timer-btn/index.d.ts +92 -0
- package/lib/timer-btn/src/index.vue.d.ts +43 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/utils/http/api.d.ts +76 -0
- package/lib/utils/http/index.d.ts +79 -0
- package/lib/utils/http/types.d.ts +13 -0
- package/lib/utils/index.d.ts +40 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,941 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
table: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
required: boolean;
|
|
6
|
+
};
|
|
7
|
+
columns: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
default: () => never[];
|
|
10
|
+
};
|
|
11
|
+
btnPermissions: {
|
|
12
|
+
type: ArrayConstructor;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
15
|
+
title: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
};
|
|
18
|
+
tableTitle: StringConstructor;
|
|
19
|
+
align: {
|
|
20
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
isTree: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
isRowSort: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
isRowSortIcon: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
rowSortIconBind: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
default: () => {};
|
|
38
|
+
};
|
|
39
|
+
isCopy: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
rowClickRadio: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
defaultRadioCol: NumberConstructor;
|
|
48
|
+
isPaginationCumulative: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
isShowPagination: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
isShowFooterBtn: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
columnSetting: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
highlightCurrentRow: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
sortable: {
|
|
69
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
70
|
+
};
|
|
71
|
+
isKeyup: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
isSlotToolbar: BooleanConstructor;
|
|
76
|
+
isSlotTitle: BooleanConstructor;
|
|
77
|
+
border: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
tableLoading: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
loadingTxt: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
useVirtual: BooleanConstructor;
|
|
90
|
+
virtualShowSize: {
|
|
91
|
+
type: NumberConstructor;
|
|
92
|
+
default: number;
|
|
93
|
+
};
|
|
94
|
+
footerBtnAlign: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
}>, {
|
|
99
|
+
scrollContainerEl: import("vue").Ref<any, any>;
|
|
100
|
+
updateRenderedItemCache: (index: number) => void;
|
|
101
|
+
updateOffset: (offset: number) => void;
|
|
102
|
+
getDom: () => void;
|
|
103
|
+
saveDATA: import("vue").Ref<any[], any[]>;
|
|
104
|
+
getItemHeightFromCache: (index: string | number) => any;
|
|
105
|
+
TTable: import("vue").Ref<any, any>;
|
|
106
|
+
clearSelection: () => any;
|
|
107
|
+
getSelectionRows: () => any;
|
|
108
|
+
toggleRowSelection: (row: any, selected?: boolean) => any;
|
|
109
|
+
toggleAllSelection: () => any;
|
|
110
|
+
toggleRowExpansion: (row: any, expanded: any) => any;
|
|
111
|
+
setCurrentRow: (row: any) => any;
|
|
112
|
+
clearSort: () => any;
|
|
113
|
+
clearFilter: (columnKey: any) => any;
|
|
114
|
+
doLayout: (columnKey: any) => any;
|
|
115
|
+
sort: (prop: string, order: string) => any;
|
|
116
|
+
scrollTo: (options: any, yCoord: any) => any;
|
|
117
|
+
setScrollTop: (top: any) => any;
|
|
118
|
+
setScrollLeft: (left: any) => any;
|
|
119
|
+
props: any;
|
|
120
|
+
state: {
|
|
121
|
+
tableData: any;
|
|
122
|
+
columnSet: never[];
|
|
123
|
+
copyTableData: never[];
|
|
124
|
+
};
|
|
125
|
+
radioVal: import("vue").Ref<any, any>;
|
|
126
|
+
forbidden: import("vue").Ref<boolean, boolean>;
|
|
127
|
+
TTableBox: import("vue").Ref<any, any>;
|
|
128
|
+
columnSetRef: import("vue").Ref<any, any>;
|
|
129
|
+
formRef: import("vue").Ref<{}, {}>;
|
|
130
|
+
handleRef: (el: any, scope: {
|
|
131
|
+
$index: number;
|
|
132
|
+
column: {
|
|
133
|
+
property: string;
|
|
134
|
+
};
|
|
135
|
+
}, item: {
|
|
136
|
+
prop: any;
|
|
137
|
+
}) => void;
|
|
138
|
+
editTableRef: any;
|
|
139
|
+
handleEditTableRef: (el: any, scope: {
|
|
140
|
+
$index: number;
|
|
141
|
+
column: {
|
|
142
|
+
property: string;
|
|
143
|
+
};
|
|
144
|
+
}, item: {
|
|
145
|
+
prop: any;
|
|
146
|
+
}) => void;
|
|
147
|
+
emits: (event: "handleEvent" | "save" | "page-change" | "radioChange" | "rowSort" | "validateError", ...args: any[]) => void;
|
|
148
|
+
slots: Readonly<{
|
|
149
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
150
|
+
}>;
|
|
151
|
+
updateRenderData: (scrollTop: number) => void;
|
|
152
|
+
handleScroll: (e: any) => void;
|
|
153
|
+
defaultRadioSelect: (index: number | any) => void;
|
|
154
|
+
initSort: () => void;
|
|
155
|
+
constantEscape: (value: any, list: any[], key: string | number, label: string | number) => any;
|
|
156
|
+
radioStyleClass: import("vue").ComputedRef<any>;
|
|
157
|
+
isEditRules: import("vue").ComputedRef<any>;
|
|
158
|
+
renderColumns: import("vue").ComputedRef<any[]>;
|
|
159
|
+
isTableHeader: import("vue").ComputedRef<boolean>;
|
|
160
|
+
isTableBorder: import("vue").ComputedRef<boolean>;
|
|
161
|
+
handleKeyup: (event: {
|
|
162
|
+
keyCode: number;
|
|
163
|
+
}, index: number, key: string) => void;
|
|
164
|
+
isForbidden: () => void;
|
|
165
|
+
radioClick: (row: any, index: any) => void;
|
|
166
|
+
radioHandleChange: (row: any, index: any) => void;
|
|
167
|
+
rowClick: (row: any) => void;
|
|
168
|
+
clearRadioHandle: () => void;
|
|
169
|
+
copyToClipboard: (text: any) => Promise<void>;
|
|
170
|
+
showMessage: (type: "success" | "error", message: string) => void;
|
|
171
|
+
cellDblclick: (row: {
|
|
172
|
+
[x: string]: any;
|
|
173
|
+
}, column: {
|
|
174
|
+
property: string | number;
|
|
175
|
+
}) => Promise<false | undefined>;
|
|
176
|
+
isShow: (name: string) => boolean;
|
|
177
|
+
save: () => Promise<any>;
|
|
178
|
+
handleEvent: ({ type, val }: any, index: any) => void;
|
|
179
|
+
handlesCurrentChange: (val: any) => void;
|
|
180
|
+
saveMethod: (callback: (arg0: any) => any) => void;
|
|
181
|
+
clearValidate: () => void;
|
|
182
|
+
resetFields: () => void;
|
|
183
|
+
resetTselectTable: () => void;
|
|
184
|
+
reSetColumnSet: () => any;
|
|
185
|
+
readonly Rank: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
186
|
+
readonly Edit: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
187
|
+
TTableColumn: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
188
|
+
item: {
|
|
189
|
+
type: ObjectConstructor;
|
|
190
|
+
default: () => {};
|
|
191
|
+
required: true;
|
|
192
|
+
};
|
|
193
|
+
align: {
|
|
194
|
+
type: StringConstructor;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
197
|
+
sortable: {
|
|
198
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
199
|
+
};
|
|
200
|
+
}>, {
|
|
201
|
+
emits: (event: "handleEvent", ...args: any[]) => void;
|
|
202
|
+
slots: Readonly<{
|
|
203
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
204
|
+
}>;
|
|
205
|
+
SingleEditCell: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
206
|
+
configEdit: {
|
|
207
|
+
type: any;
|
|
208
|
+
default: () => {};
|
|
209
|
+
};
|
|
210
|
+
listTypeInfo: {
|
|
211
|
+
type: ObjectConstructor;
|
|
212
|
+
default: () => {};
|
|
213
|
+
};
|
|
214
|
+
scope: {
|
|
215
|
+
type: ObjectConstructor;
|
|
216
|
+
default: () => {};
|
|
217
|
+
};
|
|
218
|
+
prop: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
isShowRules: {
|
|
223
|
+
type: BooleanConstructor;
|
|
224
|
+
default: boolean;
|
|
225
|
+
};
|
|
226
|
+
modelValue: {
|
|
227
|
+
type: (BooleanConstructor | NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
|
|
228
|
+
};
|
|
229
|
+
indexColumns: (NumberConstructor | StringConstructor)[];
|
|
230
|
+
}>, {
|
|
231
|
+
props: any;
|
|
232
|
+
emits: (event: "handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle", ...args: any[]) => void;
|
|
233
|
+
childValue: any;
|
|
234
|
+
handleEvent: (type: string) => void;
|
|
235
|
+
keyUpHandle: ($event: any) => void;
|
|
236
|
+
cEvent: any;
|
|
237
|
+
selectListType: import("vue").ComputedRef<(item: {
|
|
238
|
+
list: string | number;
|
|
239
|
+
}) => any>;
|
|
240
|
+
compChildName: import("vue").ComputedRef<(configEdit: {
|
|
241
|
+
type: any;
|
|
242
|
+
}) => "el-radio" | "el-checkbox" | "el-option" | undefined>;
|
|
243
|
+
compChildLabel: import("vue").ComputedRef<(configEdit: {
|
|
244
|
+
type: any;
|
|
245
|
+
arrLabel: any;
|
|
246
|
+
}, value: {
|
|
247
|
+
[x: string]: any;
|
|
248
|
+
value: any;
|
|
249
|
+
}) => any>;
|
|
250
|
+
compChildValue: import("vue").ComputedRef<(configEdit: {
|
|
251
|
+
type: any;
|
|
252
|
+
arrKey: any;
|
|
253
|
+
}, value: {
|
|
254
|
+
[x: string]: any;
|
|
255
|
+
value: any;
|
|
256
|
+
}, key: any) => any>;
|
|
257
|
+
compChildShowLabel: import("vue").ComputedRef<(configEdit: {
|
|
258
|
+
type: any;
|
|
259
|
+
arrLabel: any;
|
|
260
|
+
}, value: {
|
|
261
|
+
[x: string]: any;
|
|
262
|
+
label: any;
|
|
263
|
+
}) => any>;
|
|
264
|
+
getRefs: (el: any, item: any) => void;
|
|
265
|
+
tselecttableref: any;
|
|
266
|
+
handleRef: (el: any, item: any) => void;
|
|
267
|
+
resetTselectTableFields: () => void;
|
|
268
|
+
getPlaceholder: (row: any) => any;
|
|
269
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle")[], "handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
270
|
+
configEdit: {
|
|
271
|
+
type: any;
|
|
272
|
+
default: () => {};
|
|
273
|
+
};
|
|
274
|
+
listTypeInfo: {
|
|
275
|
+
type: ObjectConstructor;
|
|
276
|
+
default: () => {};
|
|
277
|
+
};
|
|
278
|
+
scope: {
|
|
279
|
+
type: ObjectConstructor;
|
|
280
|
+
default: () => {};
|
|
281
|
+
};
|
|
282
|
+
prop: {
|
|
283
|
+
type: StringConstructor;
|
|
284
|
+
default: string;
|
|
285
|
+
};
|
|
286
|
+
isShowRules: {
|
|
287
|
+
type: BooleanConstructor;
|
|
288
|
+
default: boolean;
|
|
289
|
+
};
|
|
290
|
+
modelValue: {
|
|
291
|
+
type: (BooleanConstructor | NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
|
|
292
|
+
};
|
|
293
|
+
indexColumns: (NumberConstructor | StringConstructor)[];
|
|
294
|
+
}>> & Readonly<{
|
|
295
|
+
onHandleEvent?: ((...args: any[]) => any) | undefined;
|
|
296
|
+
onGetRefs?: ((...args: any[]) => any) | undefined;
|
|
297
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
298
|
+
onKeyupHandle?: ((...args: any[]) => any) | undefined;
|
|
299
|
+
}>, {
|
|
300
|
+
prop: string;
|
|
301
|
+
configEdit: any;
|
|
302
|
+
listTypeInfo: Record<string, any>;
|
|
303
|
+
scope: Record<string, any>;
|
|
304
|
+
isShowRules: boolean;
|
|
305
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
306
|
+
RenderCol: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
307
|
+
row: ObjectConstructor;
|
|
308
|
+
render: FunctionConstructor;
|
|
309
|
+
index: NumberConstructor;
|
|
310
|
+
column: {
|
|
311
|
+
type: ObjectConstructor;
|
|
312
|
+
default: null;
|
|
313
|
+
};
|
|
314
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
315
|
+
row: ObjectConstructor;
|
|
316
|
+
render: FunctionConstructor;
|
|
317
|
+
index: NumberConstructor;
|
|
318
|
+
column: {
|
|
319
|
+
type: ObjectConstructor;
|
|
320
|
+
default: null;
|
|
321
|
+
};
|
|
322
|
+
}>> & Readonly<{}>, {
|
|
323
|
+
column: Record<string, any>;
|
|
324
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
325
|
+
RenderHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
326
|
+
render: FunctionConstructor;
|
|
327
|
+
column: {
|
|
328
|
+
type: ObjectConstructor;
|
|
329
|
+
default: null;
|
|
330
|
+
};
|
|
331
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
332
|
+
render: FunctionConstructor;
|
|
333
|
+
column: {
|
|
334
|
+
type: ObjectConstructor;
|
|
335
|
+
default: null;
|
|
336
|
+
};
|
|
337
|
+
}>> & Readonly<{}>, {
|
|
338
|
+
column: Record<string, any>;
|
|
339
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
340
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleEvent"[], "handleEvent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
341
|
+
item: {
|
|
342
|
+
type: ObjectConstructor;
|
|
343
|
+
default: () => {};
|
|
344
|
+
required: true;
|
|
345
|
+
};
|
|
346
|
+
align: {
|
|
347
|
+
type: StringConstructor;
|
|
348
|
+
default: string;
|
|
349
|
+
};
|
|
350
|
+
sortable: {
|
|
351
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
352
|
+
};
|
|
353
|
+
}>> & Readonly<{
|
|
354
|
+
onHandleEvent?: ((...args: any[]) => any) | undefined;
|
|
355
|
+
}>, {
|
|
356
|
+
align: string;
|
|
357
|
+
item: Record<string, any>;
|
|
358
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
359
|
+
SingleEditCell: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
360
|
+
configEdit: {
|
|
361
|
+
type: any;
|
|
362
|
+
default: () => {};
|
|
363
|
+
};
|
|
364
|
+
listTypeInfo: {
|
|
365
|
+
type: ObjectConstructor;
|
|
366
|
+
default: () => {};
|
|
367
|
+
};
|
|
368
|
+
scope: {
|
|
369
|
+
type: ObjectConstructor;
|
|
370
|
+
default: () => {};
|
|
371
|
+
};
|
|
372
|
+
prop: {
|
|
373
|
+
type: StringConstructor;
|
|
374
|
+
default: string;
|
|
375
|
+
};
|
|
376
|
+
isShowRules: {
|
|
377
|
+
type: BooleanConstructor;
|
|
378
|
+
default: boolean;
|
|
379
|
+
};
|
|
380
|
+
modelValue: {
|
|
381
|
+
type: (BooleanConstructor | NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
|
|
382
|
+
};
|
|
383
|
+
indexColumns: (NumberConstructor | StringConstructor)[];
|
|
384
|
+
}>, {
|
|
385
|
+
props: any;
|
|
386
|
+
emits: (event: "handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle", ...args: any[]) => void;
|
|
387
|
+
childValue: any;
|
|
388
|
+
handleEvent: (type: string) => void;
|
|
389
|
+
keyUpHandle: ($event: any) => void;
|
|
390
|
+
cEvent: any;
|
|
391
|
+
selectListType: import("vue").ComputedRef<(item: {
|
|
392
|
+
list: string | number;
|
|
393
|
+
}) => any>;
|
|
394
|
+
compChildName: import("vue").ComputedRef<(configEdit: {
|
|
395
|
+
type: any;
|
|
396
|
+
}) => "el-radio" | "el-checkbox" | "el-option" | undefined>;
|
|
397
|
+
compChildLabel: import("vue").ComputedRef<(configEdit: {
|
|
398
|
+
type: any;
|
|
399
|
+
arrLabel: any;
|
|
400
|
+
}, value: {
|
|
401
|
+
[x: string]: any;
|
|
402
|
+
value: any;
|
|
403
|
+
}) => any>;
|
|
404
|
+
compChildValue: import("vue").ComputedRef<(configEdit: {
|
|
405
|
+
type: any;
|
|
406
|
+
arrKey: any;
|
|
407
|
+
}, value: {
|
|
408
|
+
[x: string]: any;
|
|
409
|
+
value: any;
|
|
410
|
+
}, key: any) => any>;
|
|
411
|
+
compChildShowLabel: import("vue").ComputedRef<(configEdit: {
|
|
412
|
+
type: any;
|
|
413
|
+
arrLabel: any;
|
|
414
|
+
}, value: {
|
|
415
|
+
[x: string]: any;
|
|
416
|
+
label: any;
|
|
417
|
+
}) => any>;
|
|
418
|
+
getRefs: (el: any, item: any) => void;
|
|
419
|
+
tselecttableref: any;
|
|
420
|
+
handleRef: (el: any, item: any) => void;
|
|
421
|
+
resetTselectTableFields: () => void;
|
|
422
|
+
getPlaceholder: (row: any) => any;
|
|
423
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle")[], "handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
424
|
+
configEdit: {
|
|
425
|
+
type: any;
|
|
426
|
+
default: () => {};
|
|
427
|
+
};
|
|
428
|
+
listTypeInfo: {
|
|
429
|
+
type: ObjectConstructor;
|
|
430
|
+
default: () => {};
|
|
431
|
+
};
|
|
432
|
+
scope: {
|
|
433
|
+
type: ObjectConstructor;
|
|
434
|
+
default: () => {};
|
|
435
|
+
};
|
|
436
|
+
prop: {
|
|
437
|
+
type: StringConstructor;
|
|
438
|
+
default: string;
|
|
439
|
+
};
|
|
440
|
+
isShowRules: {
|
|
441
|
+
type: BooleanConstructor;
|
|
442
|
+
default: boolean;
|
|
443
|
+
};
|
|
444
|
+
modelValue: {
|
|
445
|
+
type: (BooleanConstructor | NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
|
|
446
|
+
};
|
|
447
|
+
indexColumns: (NumberConstructor | StringConstructor)[];
|
|
448
|
+
}>> & Readonly<{
|
|
449
|
+
onHandleEvent?: ((...args: any[]) => any) | undefined;
|
|
450
|
+
onGetRefs?: ((...args: any[]) => any) | undefined;
|
|
451
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
452
|
+
onKeyupHandle?: ((...args: any[]) => any) | undefined;
|
|
453
|
+
}>, {
|
|
454
|
+
prop: string;
|
|
455
|
+
configEdit: any;
|
|
456
|
+
listTypeInfo: Record<string, any>;
|
|
457
|
+
scope: Record<string, any>;
|
|
458
|
+
isShowRules: boolean;
|
|
459
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
460
|
+
SingleEdit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
461
|
+
configEdit: {
|
|
462
|
+
type: any;
|
|
463
|
+
default: () => {};
|
|
464
|
+
};
|
|
465
|
+
listTypeInfo: {
|
|
466
|
+
type: ObjectConstructor;
|
|
467
|
+
default: () => {};
|
|
468
|
+
};
|
|
469
|
+
scope: {
|
|
470
|
+
type: ObjectConstructor;
|
|
471
|
+
default: () => {};
|
|
472
|
+
};
|
|
473
|
+
prop: {
|
|
474
|
+
type: StringConstructor;
|
|
475
|
+
default: string;
|
|
476
|
+
};
|
|
477
|
+
isClickEdit: {
|
|
478
|
+
type: BooleanConstructor;
|
|
479
|
+
default: boolean;
|
|
480
|
+
};
|
|
481
|
+
modelValue: {
|
|
482
|
+
type: (NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
|
|
483
|
+
};
|
|
484
|
+
indexColumns: (NumberConstructor | StringConstructor)[];
|
|
485
|
+
}>, {
|
|
486
|
+
props: any;
|
|
487
|
+
emits: (event: "handleEvent" | "update:modelValue", ...args: any[]) => void;
|
|
488
|
+
slots: Readonly<{
|
|
489
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
490
|
+
}>;
|
|
491
|
+
childCom: import("vue").Ref<string[], string[]>;
|
|
492
|
+
editMode: import("vue").Ref<boolean, boolean>;
|
|
493
|
+
tselecttableref: any;
|
|
494
|
+
handleRef: (el: any) => void;
|
|
495
|
+
resetClickTselectTable: () => void;
|
|
496
|
+
model: any;
|
|
497
|
+
cEvent: any;
|
|
498
|
+
childVal: import("vue").WritableComputedRef<any, any>;
|
|
499
|
+
compChildName: import("vue").ComputedRef<(configEdit: {
|
|
500
|
+
type: any;
|
|
501
|
+
}) => "el-radio" | "el-checkbox" | "el-option" | undefined>;
|
|
502
|
+
compChildLabel: import("vue").ComputedRef<(configEdit: {
|
|
503
|
+
type: any;
|
|
504
|
+
arrLabel: any;
|
|
505
|
+
}, value: {
|
|
506
|
+
[x: string]: any;
|
|
507
|
+
value: any;
|
|
508
|
+
}) => any>;
|
|
509
|
+
compChildValue: import("vue").ComputedRef<(configEdit: {
|
|
510
|
+
type: any;
|
|
511
|
+
arrKey: any;
|
|
512
|
+
}, value: {
|
|
513
|
+
[x: string]: any;
|
|
514
|
+
value: any;
|
|
515
|
+
}, key: any) => any>;
|
|
516
|
+
compChildShowLabel: import("vue").ComputedRef<(configEdit: {
|
|
517
|
+
type: any;
|
|
518
|
+
arrLabel: any;
|
|
519
|
+
}, value: {
|
|
520
|
+
[x: string]: any;
|
|
521
|
+
label: any;
|
|
522
|
+
}) => any>;
|
|
523
|
+
parentCom: import("vue").Ref<any, any>;
|
|
524
|
+
onFieldClick: () => void;
|
|
525
|
+
onInputExit: () => void;
|
|
526
|
+
getPlaceholder: (row: any) => any;
|
|
527
|
+
handleEvent: (type: any, val: any, comType: any) => void;
|
|
528
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "update:modelValue")[], "handleEvent" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
529
|
+
configEdit: {
|
|
530
|
+
type: any;
|
|
531
|
+
default: () => {};
|
|
532
|
+
};
|
|
533
|
+
listTypeInfo: {
|
|
534
|
+
type: ObjectConstructor;
|
|
535
|
+
default: () => {};
|
|
536
|
+
};
|
|
537
|
+
scope: {
|
|
538
|
+
type: ObjectConstructor;
|
|
539
|
+
default: () => {};
|
|
540
|
+
};
|
|
541
|
+
prop: {
|
|
542
|
+
type: StringConstructor;
|
|
543
|
+
default: string;
|
|
544
|
+
};
|
|
545
|
+
isClickEdit: {
|
|
546
|
+
type: BooleanConstructor;
|
|
547
|
+
default: boolean;
|
|
548
|
+
};
|
|
549
|
+
modelValue: {
|
|
550
|
+
type: (NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
|
|
551
|
+
};
|
|
552
|
+
indexColumns: (NumberConstructor | StringConstructor)[];
|
|
553
|
+
}>> & Readonly<{
|
|
554
|
+
onHandleEvent?: ((...args: any[]) => any) | undefined;
|
|
555
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
556
|
+
}>, {
|
|
557
|
+
prop: string;
|
|
558
|
+
configEdit: any;
|
|
559
|
+
listTypeInfo: Record<string, any>;
|
|
560
|
+
scope: Record<string, any>;
|
|
561
|
+
isClickEdit: boolean;
|
|
562
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
563
|
+
ColumnSet: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
564
|
+
columns: {
|
|
565
|
+
type: ArrayConstructor;
|
|
566
|
+
required: true;
|
|
567
|
+
default: () => never[];
|
|
568
|
+
};
|
|
569
|
+
title: {
|
|
570
|
+
type: StringConstructor;
|
|
571
|
+
required: false;
|
|
572
|
+
default: string;
|
|
573
|
+
};
|
|
574
|
+
name: {
|
|
575
|
+
type: StringConstructor;
|
|
576
|
+
required: false;
|
|
577
|
+
default: string;
|
|
578
|
+
};
|
|
579
|
+
columnSetBind: {
|
|
580
|
+
type: ObjectConstructor;
|
|
581
|
+
required: false;
|
|
582
|
+
default: () => {};
|
|
583
|
+
};
|
|
584
|
+
}>, {
|
|
585
|
+
props: any;
|
|
586
|
+
$attrs: any;
|
|
587
|
+
columnBind: import("vue").ComputedRef<any>;
|
|
588
|
+
getColumnSetCache: () => any;
|
|
589
|
+
initColumnSet: () => any;
|
|
590
|
+
emits: (event: "columnSetting", ...args: any[]) => void;
|
|
591
|
+
state: {
|
|
592
|
+
columnSet: never[];
|
|
593
|
+
};
|
|
594
|
+
reSetColumnSet: () => void;
|
|
595
|
+
checkChanged: (checked: any, index: string | number) => void;
|
|
596
|
+
readonly Draggable: import("vue").DefineComponent<{
|
|
597
|
+
list: {
|
|
598
|
+
type: ArrayConstructor;
|
|
599
|
+
required: boolean;
|
|
600
|
+
default: any;
|
|
601
|
+
};
|
|
602
|
+
modelValue: {
|
|
603
|
+
type: ArrayConstructor;
|
|
604
|
+
required: boolean;
|
|
605
|
+
default: any;
|
|
606
|
+
};
|
|
607
|
+
itemKey: {
|
|
608
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
609
|
+
required: boolean;
|
|
610
|
+
};
|
|
611
|
+
clone: {
|
|
612
|
+
type: FunctionConstructor;
|
|
613
|
+
default: (original: any) => any;
|
|
614
|
+
};
|
|
615
|
+
tag: {
|
|
616
|
+
type: StringConstructor;
|
|
617
|
+
default: string;
|
|
618
|
+
};
|
|
619
|
+
move: {
|
|
620
|
+
type: FunctionConstructor;
|
|
621
|
+
default: any;
|
|
622
|
+
};
|
|
623
|
+
componentData: {
|
|
624
|
+
type: ObjectConstructor;
|
|
625
|
+
required: boolean;
|
|
626
|
+
default: any;
|
|
627
|
+
};
|
|
628
|
+
}, unknown, {
|
|
629
|
+
error: boolean;
|
|
630
|
+
}, {
|
|
631
|
+
realList(): any;
|
|
632
|
+
getKey(): any;
|
|
633
|
+
}, {
|
|
634
|
+
getUnderlyingVm(domElement: any): any;
|
|
635
|
+
getUnderlyingPotencialDraggableComponent(htmElement: any): any;
|
|
636
|
+
emitChanges(evt: any): void;
|
|
637
|
+
alterList(onList: any): void;
|
|
638
|
+
spliceList(): void;
|
|
639
|
+
updatePosition(oldIndex: any, newIndex: any): void;
|
|
640
|
+
getRelatedContextFromMoveEvent({ to, related }: {
|
|
641
|
+
to: any;
|
|
642
|
+
related: any;
|
|
643
|
+
}): any;
|
|
644
|
+
getVmIndexFromDomIndex(domIndex: any): any;
|
|
645
|
+
onDragStart(evt: any): void;
|
|
646
|
+
onDragAdd(evt: any): void;
|
|
647
|
+
onDragRemove(evt: any): void;
|
|
648
|
+
onDragUpdate(evt: any): void;
|
|
649
|
+
computeFutureIndex(relatedContext: any, evt: any): any;
|
|
650
|
+
onDragMove(evt: any, originalEvent: any): any;
|
|
651
|
+
onDragEnd(): void;
|
|
652
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
653
|
+
move: Function;
|
|
654
|
+
tag: string;
|
|
655
|
+
clone: Function;
|
|
656
|
+
list: unknown[];
|
|
657
|
+
modelValue: unknown[];
|
|
658
|
+
componentData: Record<string, any>;
|
|
659
|
+
} & {
|
|
660
|
+
itemKey?: string | Function | undefined;
|
|
661
|
+
}>, {
|
|
662
|
+
move: Function;
|
|
663
|
+
tag: string;
|
|
664
|
+
clone: Function;
|
|
665
|
+
list: unknown[];
|
|
666
|
+
modelValue: unknown[];
|
|
667
|
+
componentData: Record<string, any>;
|
|
668
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
669
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "columnSetting"[], "columnSetting", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
670
|
+
columns: {
|
|
671
|
+
type: ArrayConstructor;
|
|
672
|
+
required: true;
|
|
673
|
+
default: () => never[];
|
|
674
|
+
};
|
|
675
|
+
title: {
|
|
676
|
+
type: StringConstructor;
|
|
677
|
+
required: false;
|
|
678
|
+
default: string;
|
|
679
|
+
};
|
|
680
|
+
name: {
|
|
681
|
+
type: StringConstructor;
|
|
682
|
+
required: false;
|
|
683
|
+
default: string;
|
|
684
|
+
};
|
|
685
|
+
columnSetBind: {
|
|
686
|
+
type: ObjectConstructor;
|
|
687
|
+
required: false;
|
|
688
|
+
default: () => {};
|
|
689
|
+
};
|
|
690
|
+
}>> & Readonly<{
|
|
691
|
+
onColumnSetting?: ((...args: any[]) => any) | undefined;
|
|
692
|
+
}>, {
|
|
693
|
+
name: string;
|
|
694
|
+
columns: unknown[];
|
|
695
|
+
title: string;
|
|
696
|
+
columnSetBind: Record<string, any>;
|
|
697
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
698
|
+
RenderCol: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
699
|
+
row: ObjectConstructor;
|
|
700
|
+
render: FunctionConstructor;
|
|
701
|
+
index: NumberConstructor;
|
|
702
|
+
column: {
|
|
703
|
+
type: ObjectConstructor;
|
|
704
|
+
default: null;
|
|
705
|
+
};
|
|
706
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
707
|
+
row: ObjectConstructor;
|
|
708
|
+
render: FunctionConstructor;
|
|
709
|
+
index: NumberConstructor;
|
|
710
|
+
column: {
|
|
711
|
+
type: ObjectConstructor;
|
|
712
|
+
default: null;
|
|
713
|
+
};
|
|
714
|
+
}>> & Readonly<{}>, {
|
|
715
|
+
column: Record<string, any>;
|
|
716
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
717
|
+
Operator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
718
|
+
tableData: {
|
|
719
|
+
type: ArrayConstructor;
|
|
720
|
+
default: () => never[];
|
|
721
|
+
};
|
|
722
|
+
table: {
|
|
723
|
+
type: ObjectConstructor;
|
|
724
|
+
default: () => void;
|
|
725
|
+
};
|
|
726
|
+
btnPermissions: {
|
|
727
|
+
type: ArrayConstructor;
|
|
728
|
+
default: () => never[];
|
|
729
|
+
};
|
|
730
|
+
align: {
|
|
731
|
+
type: StringConstructor;
|
|
732
|
+
default: string;
|
|
733
|
+
};
|
|
734
|
+
}>, {
|
|
735
|
+
props: any;
|
|
736
|
+
checkIsShow: (scope: {
|
|
737
|
+
row: any;
|
|
738
|
+
}, item: {
|
|
739
|
+
noshow: any;
|
|
740
|
+
show: {
|
|
741
|
+
val: string | any[];
|
|
742
|
+
key: string | number;
|
|
743
|
+
};
|
|
744
|
+
hasPermi: any;
|
|
745
|
+
field: string | number;
|
|
746
|
+
isField: string | number;
|
|
747
|
+
}) => any;
|
|
748
|
+
$attrs: {
|
|
749
|
+
[x: string]: unknown;
|
|
750
|
+
};
|
|
751
|
+
hasMoreBind: any;
|
|
752
|
+
hasMoreOper: () => any;
|
|
753
|
+
readonly ArrowDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
754
|
+
RenderCol: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
755
|
+
row: ObjectConstructor;
|
|
756
|
+
render: FunctionConstructor;
|
|
757
|
+
index: NumberConstructor;
|
|
758
|
+
column: {
|
|
759
|
+
type: ObjectConstructor;
|
|
760
|
+
default: null;
|
|
761
|
+
};
|
|
762
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
763
|
+
row: ObjectConstructor;
|
|
764
|
+
render: FunctionConstructor;
|
|
765
|
+
index: NumberConstructor;
|
|
766
|
+
column: {
|
|
767
|
+
type: ObjectConstructor;
|
|
768
|
+
default: null;
|
|
769
|
+
};
|
|
770
|
+
}>> & Readonly<{}>, {
|
|
771
|
+
column: Record<string, any>;
|
|
772
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
773
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
774
|
+
tableData: {
|
|
775
|
+
type: ArrayConstructor;
|
|
776
|
+
default: () => never[];
|
|
777
|
+
};
|
|
778
|
+
table: {
|
|
779
|
+
type: ObjectConstructor;
|
|
780
|
+
default: () => void;
|
|
781
|
+
};
|
|
782
|
+
btnPermissions: {
|
|
783
|
+
type: ArrayConstructor;
|
|
784
|
+
default: () => never[];
|
|
785
|
+
};
|
|
786
|
+
align: {
|
|
787
|
+
type: StringConstructor;
|
|
788
|
+
default: string;
|
|
789
|
+
};
|
|
790
|
+
}>> & Readonly<{}>, {
|
|
791
|
+
table: Record<string, any>;
|
|
792
|
+
btnPermissions: unknown[];
|
|
793
|
+
align: string;
|
|
794
|
+
tableData: unknown[];
|
|
795
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
796
|
+
RenderHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
797
|
+
render: FunctionConstructor;
|
|
798
|
+
column: {
|
|
799
|
+
type: ObjectConstructor;
|
|
800
|
+
default: null;
|
|
801
|
+
};
|
|
802
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
803
|
+
render: FunctionConstructor;
|
|
804
|
+
column: {
|
|
805
|
+
type: ObjectConstructor;
|
|
806
|
+
default: null;
|
|
807
|
+
};
|
|
808
|
+
}>> & Readonly<{}>, {
|
|
809
|
+
column: Record<string, any>;
|
|
810
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
811
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "save" | "page-change" | "radioChange" | "rowSort" | "validateError")[], "handleEvent" | "save" | "page-change" | "radioChange" | "rowSort" | "validateError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
812
|
+
table: {
|
|
813
|
+
type: ObjectConstructor;
|
|
814
|
+
default: () => {};
|
|
815
|
+
required: boolean;
|
|
816
|
+
};
|
|
817
|
+
columns: {
|
|
818
|
+
type: ArrayConstructor;
|
|
819
|
+
default: () => never[];
|
|
820
|
+
};
|
|
821
|
+
btnPermissions: {
|
|
822
|
+
type: ArrayConstructor;
|
|
823
|
+
default: () => never[];
|
|
824
|
+
};
|
|
825
|
+
title: {
|
|
826
|
+
type: StringConstructor;
|
|
827
|
+
};
|
|
828
|
+
tableTitle: StringConstructor;
|
|
829
|
+
align: {
|
|
830
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
|
831
|
+
default: string;
|
|
832
|
+
};
|
|
833
|
+
isTree: {
|
|
834
|
+
type: BooleanConstructor;
|
|
835
|
+
default: boolean;
|
|
836
|
+
};
|
|
837
|
+
isRowSort: {
|
|
838
|
+
type: BooleanConstructor;
|
|
839
|
+
default: boolean;
|
|
840
|
+
};
|
|
841
|
+
isRowSortIcon: {
|
|
842
|
+
type: BooleanConstructor;
|
|
843
|
+
default: boolean;
|
|
844
|
+
};
|
|
845
|
+
rowSortIconBind: {
|
|
846
|
+
type: ObjectConstructor;
|
|
847
|
+
default: () => {};
|
|
848
|
+
};
|
|
849
|
+
isCopy: {
|
|
850
|
+
type: BooleanConstructor;
|
|
851
|
+
default: boolean;
|
|
852
|
+
};
|
|
853
|
+
rowClickRadio: {
|
|
854
|
+
type: BooleanConstructor;
|
|
855
|
+
default: boolean;
|
|
856
|
+
};
|
|
857
|
+
defaultRadioCol: NumberConstructor;
|
|
858
|
+
isPaginationCumulative: {
|
|
859
|
+
type: BooleanConstructor;
|
|
860
|
+
default: boolean;
|
|
861
|
+
};
|
|
862
|
+
isShowPagination: {
|
|
863
|
+
type: BooleanConstructor;
|
|
864
|
+
default: boolean;
|
|
865
|
+
};
|
|
866
|
+
isShowFooterBtn: {
|
|
867
|
+
type: BooleanConstructor;
|
|
868
|
+
default: boolean;
|
|
869
|
+
};
|
|
870
|
+
columnSetting: {
|
|
871
|
+
type: BooleanConstructor;
|
|
872
|
+
default: boolean;
|
|
873
|
+
};
|
|
874
|
+
highlightCurrentRow: {
|
|
875
|
+
type: BooleanConstructor;
|
|
876
|
+
default: boolean;
|
|
877
|
+
};
|
|
878
|
+
sortable: {
|
|
879
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
880
|
+
};
|
|
881
|
+
isKeyup: {
|
|
882
|
+
type: BooleanConstructor;
|
|
883
|
+
default: boolean;
|
|
884
|
+
};
|
|
885
|
+
isSlotToolbar: BooleanConstructor;
|
|
886
|
+
isSlotTitle: BooleanConstructor;
|
|
887
|
+
border: {
|
|
888
|
+
type: BooleanConstructor;
|
|
889
|
+
default: boolean;
|
|
890
|
+
};
|
|
891
|
+
tableLoading: {
|
|
892
|
+
type: BooleanConstructor;
|
|
893
|
+
default: boolean;
|
|
894
|
+
};
|
|
895
|
+
loadingTxt: {
|
|
896
|
+
type: StringConstructor;
|
|
897
|
+
default: string;
|
|
898
|
+
};
|
|
899
|
+
useVirtual: BooleanConstructor;
|
|
900
|
+
virtualShowSize: {
|
|
901
|
+
type: NumberConstructor;
|
|
902
|
+
default: number;
|
|
903
|
+
};
|
|
904
|
+
footerBtnAlign: {
|
|
905
|
+
type: StringConstructor;
|
|
906
|
+
default: string;
|
|
907
|
+
};
|
|
908
|
+
}>> & Readonly<{
|
|
909
|
+
onHandleEvent?: ((...args: any[]) => any) | undefined;
|
|
910
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
|
911
|
+
"onPage-change"?: ((...args: any[]) => any) | undefined;
|
|
912
|
+
onRadioChange?: ((...args: any[]) => any) | undefined;
|
|
913
|
+
onRowSort?: ((...args: any[]) => any) | undefined;
|
|
914
|
+
onValidateError?: ((...args: any[]) => any) | undefined;
|
|
915
|
+
}>, {
|
|
916
|
+
table: Record<string, any>;
|
|
917
|
+
columns: unknown[];
|
|
918
|
+
btnPermissions: unknown[];
|
|
919
|
+
align: "left" | "center" | "right";
|
|
920
|
+
isTree: boolean;
|
|
921
|
+
isRowSort: boolean;
|
|
922
|
+
isRowSortIcon: boolean;
|
|
923
|
+
rowSortIconBind: Record<string, any>;
|
|
924
|
+
isCopy: boolean;
|
|
925
|
+
rowClickRadio: boolean;
|
|
926
|
+
isPaginationCumulative: boolean;
|
|
927
|
+
isShowPagination: boolean;
|
|
928
|
+
isShowFooterBtn: boolean;
|
|
929
|
+
columnSetting: boolean;
|
|
930
|
+
highlightCurrentRow: boolean;
|
|
931
|
+
isKeyup: boolean;
|
|
932
|
+
isSlotToolbar: boolean;
|
|
933
|
+
isSlotTitle: boolean;
|
|
934
|
+
border: boolean;
|
|
935
|
+
tableLoading: boolean;
|
|
936
|
+
loadingTxt: string;
|
|
937
|
+
useVirtual: boolean;
|
|
938
|
+
virtualShowSize: number;
|
|
939
|
+
footerBtnAlign: string;
|
|
940
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
941
|
+
export default _sfc_main;
|