command-center-v3-common 0.0.38 → 0.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/img/menu/casemanage.svg +9 -0
- package/dist/assets/img/menu/compulmeasures.svg +9 -0
- package/dist/assets/img/menu/daily.svg +11 -0
- package/dist/assets/img/menu/illegalbehavi.svg +7 -0
- package/dist/assets/img/menu/personmanage.svg +6 -0
- package/dist/assets/img/menu/regulainquiry.svg +9 -0
- package/dist/assets/img/menu/regulamanage.svg +9 -0
- package/dist/assets/img/menu/reladocument.svg +7 -0
- package/dist/assets/img/menu/reviewapproval.svg +7 -0
- package/dist/assets/img/menu/tranbasics.svg +9 -0
- package/dist/assets/img/menu/trantemplate.svg +10 -0
- package/dist/command-center-v3-common-Dynn21YU.js +97666 -0
- package/dist/command-center-v3-common.js +27 -53569
- package/dist/command-center-v3-common.umd.cjs +201 -43
- package/dist/hy-test-BnpFl9xU-CFvBW-br.js +242 -0
- package/dist/index.d.ts +344 -130
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
@@ -27,9 +27,9 @@ setCheckedKeys: (keys: string[]) => void;
|
|
27
27
|
setSelectedList: (dataList: any[]) => void;
|
28
28
|
setChecked: (item: any, type: boolean) => void;
|
29
29
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
30
|
+
onSelectedData: (...args: any[]) => void;
|
30
31
|
onCurrent: (...args: any[]) => void;
|
31
32
|
onCurrentDelete: (...args: any[]) => void;
|
32
|
-
onSelectedData: (...args: any[]) => void;
|
33
33
|
onCurrentDepartment: (...args: any[]) => void;
|
34
34
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
|
35
35
|
fuzzySearch: boolean;
|
@@ -50,20 +50,87 @@ defaultCheckedList: () => any[];
|
|
50
50
|
returnDisableDevice: boolean;
|
51
51
|
disableDataList: () => any[];
|
52
52
|
}>>> & {
|
53
|
+
onOnSelectedData?: (...args: any[]) => any;
|
53
54
|
onOnCurrent?: (...args: any[]) => any;
|
54
55
|
onOnCurrentDelete?: (...args: any[]) => any;
|
55
|
-
onOnSelectedData?: (...args: any[]) => any;
|
56
56
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
57
57
|
}, {
|
58
58
|
getData: () => any;
|
59
59
|
defaultGetData: boolean;
|
60
|
+
showCheckbox: boolean;
|
61
|
+
parentCheckbox: boolean;
|
62
|
+
defaultCheckedList: any[];
|
60
63
|
hideOrgNoData: boolean;
|
61
64
|
itemSize: number;
|
62
|
-
defaultCheckedList: any[];
|
63
65
|
highlightSelected: boolean;
|
64
66
|
checkStrictly: boolean;
|
67
|
+
showRadio: boolean;
|
68
|
+
showRadioButton: boolean;
|
69
|
+
showCheckboxButton: boolean;
|
70
|
+
fuzzySearch: boolean;
|
71
|
+
disableDataList: UserInfo[];
|
72
|
+
}, {}>;
|
73
|
+
|
74
|
+
declare const __VLS_component_10: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<TreeCpnsProps & TreeProps & Props_11>, {
|
75
|
+
fuzzySearch: boolean;
|
76
|
+
highlightSelected: boolean;
|
77
|
+
getData: FunctionConstructor;
|
78
|
+
itemSize: number;
|
79
|
+
hideDevice: boolean;
|
80
|
+
hideOrgNoData: boolean;
|
81
|
+
defaultGetData: boolean;
|
82
|
+
showOnlineOnly: boolean;
|
83
|
+
checkStrictly: boolean;
|
84
|
+
showCheckbox: boolean;
|
85
|
+
parentCheckbox: boolean;
|
86
|
+
showRadio: boolean;
|
87
|
+
showCheckboxButton: boolean;
|
88
|
+
showRadioButton: boolean;
|
89
|
+
defaultCheckedList: () => any[];
|
90
|
+
returnDisableDevice: boolean;
|
91
|
+
disableDataList: () => any[];
|
92
|
+
}>, {
|
93
|
+
setCheckedKeys: (keys: string[]) => void;
|
94
|
+
setSelectedList: (dataList: any[]) => void;
|
95
|
+
setChecked: (item: any, type: boolean) => void;
|
96
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
97
|
+
onSelectedData: (...args: any[]) => void;
|
98
|
+
onCurrent: (...args: any[]) => void;
|
99
|
+
onCurrentDelete: (...args: any[]) => void;
|
100
|
+
onCurrentDepartment: (...args: any[]) => void;
|
101
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<TreeCpnsProps & TreeProps & Props_11>, {
|
102
|
+
fuzzySearch: boolean;
|
103
|
+
highlightSelected: boolean;
|
104
|
+
getData: FunctionConstructor;
|
105
|
+
itemSize: number;
|
106
|
+
hideDevice: boolean;
|
107
|
+
hideOrgNoData: boolean;
|
108
|
+
defaultGetData: boolean;
|
109
|
+
showOnlineOnly: boolean;
|
110
|
+
checkStrictly: boolean;
|
111
|
+
showCheckbox: boolean;
|
112
|
+
parentCheckbox: boolean;
|
113
|
+
showRadio: boolean;
|
114
|
+
showCheckboxButton: boolean;
|
115
|
+
showRadioButton: boolean;
|
116
|
+
defaultCheckedList: () => any[];
|
117
|
+
returnDisableDevice: boolean;
|
118
|
+
disableDataList: () => any[];
|
119
|
+
}>>> & {
|
120
|
+
onOnSelectedData?: (...args: any[]) => any;
|
121
|
+
onOnCurrent?: (...args: any[]) => any;
|
122
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
123
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
124
|
+
}, {
|
125
|
+
getData: () => any;
|
126
|
+
defaultGetData: boolean;
|
65
127
|
showCheckbox: boolean;
|
66
128
|
parentCheckbox: boolean;
|
129
|
+
defaultCheckedList: any[];
|
130
|
+
hideOrgNoData: boolean;
|
131
|
+
itemSize: number;
|
132
|
+
highlightSelected: boolean;
|
133
|
+
checkStrictly: boolean;
|
67
134
|
showRadio: boolean;
|
68
135
|
showRadioButton: boolean;
|
69
136
|
showCheckboxButton: boolean;
|
@@ -79,6 +146,10 @@ color: string;
|
|
79
146
|
width: string;
|
80
147
|
height: string;
|
81
148
|
zIndex: number;
|
149
|
+
top: number;
|
150
|
+
left: number;
|
151
|
+
right: number;
|
152
|
+
bottom: number;
|
82
153
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<BoxBorderProps>, {
|
83
154
|
prefix: string;
|
84
155
|
name: string;
|
@@ -87,6 +158,10 @@ color: string;
|
|
87
158
|
width: string;
|
88
159
|
height: string;
|
89
160
|
zIndex: number;
|
161
|
+
top: number;
|
162
|
+
left: number;
|
163
|
+
right: number;
|
164
|
+
bottom: number;
|
90
165
|
}>>>, {}, {}>;
|
91
166
|
|
92
167
|
declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
|
@@ -112,9 +187,9 @@ setCheckedKeys: (keys: string[]) => void;
|
|
112
187
|
setSelectedList: (dataList: any[]) => void;
|
113
188
|
setChecked: (item: any, type: boolean) => void;
|
114
189
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
190
|
+
onSelectedData: (...args: any[]) => void;
|
115
191
|
onCurrent: (...args: any[]) => void;
|
116
192
|
onCurrentDelete: (...args: any[]) => void;
|
117
|
-
onSelectedData: (...args: any[]) => void;
|
118
193
|
onCurrentDepartment: (...args: any[]) => void;
|
119
194
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
|
120
195
|
fuzzySearch: boolean;
|
@@ -135,22 +210,22 @@ defaultCheckedList: () => any[];
|
|
135
210
|
disableDataList: () => any[];
|
136
211
|
returnDisableDevice: boolean;
|
137
212
|
}>>> & {
|
213
|
+
onOnSelectedData?: (...args: any[]) => any;
|
138
214
|
onOnCurrent?: (...args: any[]) => any;
|
139
215
|
onOnCurrentDelete?: (...args: any[]) => any;
|
140
|
-
onOnSelectedData?: (...args: any[]) => any;
|
141
216
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
142
217
|
}, {
|
143
218
|
getData: () => any;
|
144
219
|
defaultGetData: boolean;
|
220
|
+
showCheckbox: boolean;
|
221
|
+
parentCheckbox: boolean;
|
222
|
+
defaultCheckedList: any[];
|
145
223
|
hideDevice: boolean;
|
146
224
|
hideOrgNoData: boolean;
|
147
225
|
showOnlineOnly: boolean;
|
148
226
|
itemSize: number;
|
149
|
-
defaultCheckedList: any[];
|
150
227
|
highlightSelected: boolean;
|
151
228
|
checkStrictly: boolean;
|
152
|
-
showCheckbox: boolean;
|
153
|
-
parentCheckbox: boolean;
|
154
229
|
showRadio: boolean;
|
155
230
|
showRadioButton: boolean;
|
156
231
|
showCheckboxButton: boolean;
|
@@ -159,7 +234,49 @@ disableDataList: Device[];
|
|
159
234
|
returnDisableDevice: boolean;
|
160
235
|
}, {}>;
|
161
236
|
|
162
|
-
declare const __VLS_component_4: DefineComponent<
|
237
|
+
declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
|
238
|
+
initParams: () => void;
|
239
|
+
mapDisplayList: () => any[];
|
240
|
+
tableColumns: () => ({
|
241
|
+
label: any;
|
242
|
+
prop: string;
|
243
|
+
slotName?: undefined;
|
244
|
+
width?: undefined;
|
245
|
+
} | {
|
246
|
+
label: any;
|
247
|
+
slotName: string;
|
248
|
+
width: string;
|
249
|
+
prop?: undefined;
|
250
|
+
})[];
|
251
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
252
|
+
"on-map-display-fn": (...args: any[]) => void;
|
253
|
+
"on-get-data": (...args: any[]) => void;
|
254
|
+
"on-delete": (...args: any[]) => void;
|
255
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
|
256
|
+
initParams: () => void;
|
257
|
+
mapDisplayList: () => any[];
|
258
|
+
tableColumns: () => ({
|
259
|
+
label: any;
|
260
|
+
prop: string;
|
261
|
+
slotName?: undefined;
|
262
|
+
width?: undefined;
|
263
|
+
} | {
|
264
|
+
label: any;
|
265
|
+
slotName: string;
|
266
|
+
width: string;
|
267
|
+
prop?: undefined;
|
268
|
+
})[];
|
269
|
+
}>>> & {
|
270
|
+
"onOn-map-display-fn"?: (...args: any[]) => any;
|
271
|
+
"onOn-get-data"?: (...args: any[]) => any;
|
272
|
+
"onOn-delete"?: (...args: any[]) => any;
|
273
|
+
}, {
|
274
|
+
initParams: any;
|
275
|
+
mapDisplayList: any[];
|
276
|
+
tableColumns: TableColumnsItem[];
|
277
|
+
}, {}>;
|
278
|
+
|
279
|
+
declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
163
280
|
size: string;
|
164
281
|
className: string;
|
165
282
|
placeholder: string;
|
@@ -170,7 +287,7 @@ setDefaultValue: (organizationId: any) => void;
|
|
170
287
|
getData: () => Promise<void>;
|
171
288
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
172
289
|
change: (...args: any[]) => void;
|
173
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
290
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
174
291
|
size: string;
|
175
292
|
className: string;
|
176
293
|
placeholder: string;
|
@@ -186,7 +303,7 @@ className: string;
|
|
186
303
|
contentType: boolean;
|
187
304
|
}, {}>;
|
188
305
|
|
189
|
-
declare const
|
306
|
+
declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
190
307
|
fuzzySearch: boolean;
|
191
308
|
highlightSelected: boolean;
|
192
309
|
getData: FunctionConstructor;
|
@@ -209,11 +326,11 @@ setCheckedKeys: (keys: string[]) => void;
|
|
209
326
|
setSelectedList: (dataList: any[]) => void;
|
210
327
|
setChecked: (item: any, type: boolean) => void;
|
211
328
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
329
|
+
onSelectedData: (...args: any[]) => void;
|
212
330
|
onCurrent: (...args: any[]) => void;
|
213
331
|
onCurrentDelete: (...args: any[]) => void;
|
214
|
-
onSelectedData: (...args: any[]) => void;
|
215
332
|
onCurrentDepartment: (...args: any[]) => void;
|
216
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
333
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
217
334
|
fuzzySearch: boolean;
|
218
335
|
highlightSelected: boolean;
|
219
336
|
getData: FunctionConstructor;
|
@@ -232,29 +349,29 @@ showRadioButton: boolean;
|
|
232
349
|
defaultCheckedList: () => any[];
|
233
350
|
returnDisableDevice: boolean;
|
234
351
|
}>>> & {
|
352
|
+
onOnSelectedData?: (...args: any[]) => any;
|
235
353
|
onOnCurrent?: (...args: any[]) => any;
|
236
354
|
onOnCurrentDelete?: (...args: any[]) => any;
|
237
|
-
onOnSelectedData?: (...args: any[]) => any;
|
238
355
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
239
356
|
}, {
|
240
357
|
getData: () => any;
|
241
358
|
defaultGetData: boolean;
|
359
|
+
showCheckbox: boolean;
|
360
|
+
parentCheckbox: boolean;
|
361
|
+
defaultCheckedList: any[];
|
242
362
|
hideDevice: boolean;
|
243
363
|
hideOrgNoData: boolean;
|
244
364
|
hideGroup: boolean;
|
245
365
|
itemSize: number;
|
246
|
-
defaultCheckedList: any[];
|
247
366
|
highlightSelected: boolean;
|
248
367
|
checkStrictly: boolean;
|
249
|
-
showCheckbox: boolean;
|
250
|
-
parentCheckbox: boolean;
|
251
368
|
showRadio: boolean;
|
252
369
|
showRadioButton: boolean;
|
253
370
|
showCheckboxButton: boolean;
|
254
371
|
fuzzySearch: boolean;
|
255
372
|
}, {}>;
|
256
373
|
|
257
|
-
declare const
|
374
|
+
declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & Props_8>, {
|
258
375
|
fuzzySearch: boolean;
|
259
376
|
highlightSelected: boolean;
|
260
377
|
getData: FunctionConstructor;
|
@@ -276,11 +393,11 @@ setCheckedKeys: (keys: string[]) => void;
|
|
276
393
|
setSelectedList: (dataList: any[]) => void;
|
277
394
|
setChecked: (item: any, type: boolean) => void;
|
278
395
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
396
|
+
onSelectedData: (...args: any[]) => void;
|
279
397
|
onCurrent: (...args: any[]) => void;
|
280
398
|
onCurrentDelete: (...args: any[]) => void;
|
281
|
-
onSelectedData: (...args: any[]) => void;
|
282
399
|
onCurrentDepartment: (...args: any[]) => void;
|
283
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
400
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & Props_8>, {
|
284
401
|
fuzzySearch: boolean;
|
285
402
|
highlightSelected: boolean;
|
286
403
|
getData: FunctionConstructor;
|
@@ -298,20 +415,20 @@ defaultCheckedList: () => any[];
|
|
298
415
|
returnDisableDevice: boolean;
|
299
416
|
disableDataList: () => any[];
|
300
417
|
}>>> & {
|
418
|
+
onOnSelectedData?: (...args: any[]) => any;
|
301
419
|
onOnCurrent?: (...args: any[]) => any;
|
302
420
|
onOnCurrentDelete?: (...args: any[]) => any;
|
303
|
-
onOnSelectedData?: (...args: any[]) => any;
|
304
421
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
305
422
|
}, {
|
306
423
|
getData: () => any;
|
307
424
|
defaultGetData: boolean;
|
425
|
+
showCheckbox: boolean;
|
426
|
+
parentCheckbox: boolean;
|
427
|
+
defaultCheckedList: any[];
|
308
428
|
hideOrgNoData: boolean;
|
309
429
|
itemSize: number;
|
310
|
-
defaultCheckedList: any[];
|
311
430
|
highlightSelected: boolean;
|
312
431
|
checkStrictly: boolean;
|
313
|
-
showCheckbox: boolean;
|
314
|
-
parentCheckbox: boolean;
|
315
432
|
showRadio: boolean;
|
316
433
|
showRadioButton: boolean;
|
317
434
|
showCheckboxButton: boolean;
|
@@ -319,7 +436,7 @@ fuzzySearch: boolean;
|
|
319
436
|
disableDataList: UserInfo[];
|
320
437
|
}, {}>;
|
321
438
|
|
322
|
-
declare const
|
439
|
+
declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<TableProps>, {
|
323
440
|
height: number;
|
324
441
|
columnList: () => any[];
|
325
442
|
searchArr: () => any[];
|
@@ -353,7 +470,7 @@ getTotalElements: typeof getTotalElements;
|
|
353
470
|
getTotal: (...args: any[]) => void;
|
354
471
|
selectionChange: (...args: any[]) => void;
|
355
472
|
onRowcClick: (...args: any[]) => void;
|
356
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
473
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<TableProps>, {
|
357
474
|
height: number;
|
358
475
|
columnList: () => any[];
|
359
476
|
searchArr: () => any[];
|
@@ -379,14 +496,14 @@ onSelectionChange?: (...args: any[]) => any;
|
|
379
496
|
onOnRowcClick?: (...args: any[]) => any;
|
380
497
|
}, {}, {}>;
|
381
498
|
|
382
|
-
declare const
|
499
|
+
declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<RoundButton_2>, {
|
383
500
|
gbDevice: boolean;
|
384
501
|
onlineState: boolean;
|
385
502
|
stateShow: boolean;
|
386
503
|
url: string;
|
387
504
|
name: string;
|
388
505
|
className: string;
|
389
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
506
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<RoundButton_2>, {
|
390
507
|
gbDevice: boolean;
|
391
508
|
onlineState: boolean;
|
392
509
|
stateShow: boolean;
|
@@ -395,73 +512,6 @@ name: string;
|
|
395
512
|
className: string;
|
396
513
|
}>>>, {}, {}>;
|
397
514
|
|
398
|
-
declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<TreeCpnsProps & TreeProps & Props_8>, {
|
399
|
-
fuzzySearch: boolean;
|
400
|
-
highlightSelected: boolean;
|
401
|
-
getData: FunctionConstructor;
|
402
|
-
itemSize: number;
|
403
|
-
hideDevice: boolean;
|
404
|
-
hideOrgNoData: boolean;
|
405
|
-
defaultGetData: boolean;
|
406
|
-
showOnlineOnly: boolean;
|
407
|
-
checkStrictly: boolean;
|
408
|
-
showCheckbox: boolean;
|
409
|
-
parentCheckbox: boolean;
|
410
|
-
showRadio: boolean;
|
411
|
-
showCheckboxButton: boolean;
|
412
|
-
showRadioButton: boolean;
|
413
|
-
defaultCheckedList: () => any[];
|
414
|
-
returnDisableDevice: boolean;
|
415
|
-
disableDataList: () => any[];
|
416
|
-
}>, {
|
417
|
-
setCheckedKeys: (keys: string[]) => void;
|
418
|
-
setSelectedList: (dataList: any[]) => void;
|
419
|
-
setChecked: (item: any, type: boolean) => void;
|
420
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
421
|
-
onCurrent: (...args: any[]) => void;
|
422
|
-
onCurrentDelete: (...args: any[]) => void;
|
423
|
-
onSelectedData: (...args: any[]) => void;
|
424
|
-
onCurrentDepartment: (...args: any[]) => void;
|
425
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<TreeCpnsProps & TreeProps & Props_8>, {
|
426
|
-
fuzzySearch: boolean;
|
427
|
-
highlightSelected: boolean;
|
428
|
-
getData: FunctionConstructor;
|
429
|
-
itemSize: number;
|
430
|
-
hideDevice: boolean;
|
431
|
-
hideOrgNoData: boolean;
|
432
|
-
defaultGetData: boolean;
|
433
|
-
showOnlineOnly: boolean;
|
434
|
-
checkStrictly: boolean;
|
435
|
-
showCheckbox: boolean;
|
436
|
-
parentCheckbox: boolean;
|
437
|
-
showRadio: boolean;
|
438
|
-
showCheckboxButton: boolean;
|
439
|
-
showRadioButton: boolean;
|
440
|
-
defaultCheckedList: () => any[];
|
441
|
-
returnDisableDevice: boolean;
|
442
|
-
disableDataList: () => any[];
|
443
|
-
}>>> & {
|
444
|
-
onOnCurrent?: (...args: any[]) => any;
|
445
|
-
onOnCurrentDelete?: (...args: any[]) => any;
|
446
|
-
onOnSelectedData?: (...args: any[]) => any;
|
447
|
-
onOnCurrentDepartment?: (...args: any[]) => any;
|
448
|
-
}, {
|
449
|
-
getData: () => any;
|
450
|
-
defaultGetData: boolean;
|
451
|
-
hideOrgNoData: boolean;
|
452
|
-
itemSize: number;
|
453
|
-
defaultCheckedList: any[];
|
454
|
-
highlightSelected: boolean;
|
455
|
-
checkStrictly: boolean;
|
456
|
-
showCheckbox: boolean;
|
457
|
-
parentCheckbox: boolean;
|
458
|
-
showRadio: boolean;
|
459
|
-
showRadioButton: boolean;
|
460
|
-
showCheckboxButton: boolean;
|
461
|
-
fuzzySearch: boolean;
|
462
|
-
disableDataList: UserInfo[];
|
463
|
-
}, {}>;
|
464
|
-
|
465
515
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
466
516
|
|
467
517
|
declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
|
@@ -474,6 +524,12 @@ declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
|
|
474
524
|
|
475
525
|
declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
|
476
526
|
|
527
|
+
declare type __VLS_NonUndefinedable_15<T> = T extends undefined ? never : T;
|
528
|
+
|
529
|
+
declare type __VLS_NonUndefinedable_16<T> = T extends undefined ? never : T;
|
530
|
+
|
531
|
+
declare type __VLS_NonUndefinedable_17<T> = T extends undefined ? never : T;
|
532
|
+
|
477
533
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
478
534
|
|
479
535
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
@@ -514,6 +570,18 @@ declare type __VLS_Prettify_14<T> = {
|
|
514
570
|
[K in keyof T]: T[K];
|
515
571
|
} & {};
|
516
572
|
|
573
|
+
declare type __VLS_Prettify_15<T> = {
|
574
|
+
[K in keyof T]: T[K];
|
575
|
+
} & {};
|
576
|
+
|
577
|
+
declare type __VLS_Prettify_16<T> = {
|
578
|
+
[K in keyof T]: T[K];
|
579
|
+
} & {};
|
580
|
+
|
581
|
+
declare type __VLS_Prettify_17<T> = {
|
582
|
+
[K in keyof T]: T[K];
|
583
|
+
} & {};
|
584
|
+
|
517
585
|
declare type __VLS_Prettify_2<T> = {
|
518
586
|
[K in keyof T]: T[K];
|
519
587
|
} & {};
|
@@ -556,6 +624,16 @@ declare function __VLS_template(): {
|
|
556
624
|
}): any;
|
557
625
|
};
|
558
626
|
|
627
|
+
declare function __VLS_template_10(): {
|
628
|
+
"below-the-input"?(_: {}): any;
|
629
|
+
"check-content"?(_: {
|
630
|
+
row: any;
|
631
|
+
}): any;
|
632
|
+
"other-content"?(_: {
|
633
|
+
row: any;
|
634
|
+
}): any;
|
635
|
+
};
|
636
|
+
|
559
637
|
declare function __VLS_template_2(): {
|
560
638
|
content?(_: {}): any;
|
561
639
|
};
|
@@ -571,10 +649,17 @@ declare function __VLS_template_3(): {
|
|
571
649
|
};
|
572
650
|
|
573
651
|
declare function __VLS_template_4(): {
|
574
|
-
|
652
|
+
"operator-left-box"?(_: {}): any;
|
653
|
+
isDefault?(_: {
|
654
|
+
row: any;
|
655
|
+
}): any;
|
575
656
|
};
|
576
657
|
|
577
658
|
declare function __VLS_template_5(): {
|
659
|
+
default?(_: {}): any;
|
660
|
+
};
|
661
|
+
|
662
|
+
declare function __VLS_template_6(): {
|
578
663
|
"below-the-input"?(_: {}): any;
|
579
664
|
"check-content"?(_: {
|
580
665
|
row: any;
|
@@ -584,7 +669,7 @@ declare function __VLS_template_5(): {
|
|
584
669
|
}): any;
|
585
670
|
};
|
586
671
|
|
587
|
-
declare function
|
672
|
+
declare function __VLS_template_7(): {
|
588
673
|
"below-the-input"?(_: {}): any;
|
589
674
|
"check-content"?(_: {
|
590
675
|
row: any;
|
@@ -594,7 +679,7 @@ declare function __VLS_template_6(): {
|
|
594
679
|
}): any;
|
595
680
|
};
|
596
681
|
|
597
|
-
declare function
|
682
|
+
declare function __VLS_template_8(): Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
|
598
683
|
tableLeft?(_: {}): any;
|
599
684
|
tableRight?(_: {}): any;
|
600
685
|
customContent?(_: {
|
@@ -606,18 +691,8 @@ declare function __VLS_template_7(): Partial<Record<any, (_: any) => any>> & Par
|
|
606
691
|
footer?(_: {}): any;
|
607
692
|
};
|
608
693
|
|
609
|
-
declare function __VLS_template_8(): {
|
610
|
-
content?(_: {}): any;
|
611
|
-
};
|
612
|
-
|
613
694
|
declare function __VLS_template_9(): {
|
614
|
-
|
615
|
-
"check-content"?(_: {
|
616
|
-
row: any;
|
617
|
-
}): any;
|
618
|
-
"other-content"?(_: {
|
619
|
-
row: any;
|
620
|
-
}): any;
|
695
|
+
content?(_: {}): any;
|
621
696
|
};
|
622
697
|
|
623
698
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -674,6 +749,33 @@ declare type __VLS_TypePropsToRuntimeProps_14<T> = {
|
|
674
749
|
};
|
675
750
|
};
|
676
751
|
|
752
|
+
declare type __VLS_TypePropsToRuntimeProps_15<T> = {
|
753
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
754
|
+
type: PropType_2<__VLS_NonUndefinedable_15<T[K]>>;
|
755
|
+
} : {
|
756
|
+
type: PropType_2<T[K]>;
|
757
|
+
required: true;
|
758
|
+
};
|
759
|
+
};
|
760
|
+
|
761
|
+
declare type __VLS_TypePropsToRuntimeProps_16<T> = {
|
762
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
763
|
+
type: PropType_2<__VLS_NonUndefinedable_16<T[K]>>;
|
764
|
+
} : {
|
765
|
+
type: PropType_2<T[K]>;
|
766
|
+
required: true;
|
767
|
+
};
|
768
|
+
};
|
769
|
+
|
770
|
+
declare type __VLS_TypePropsToRuntimeProps_17<T> = {
|
771
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
772
|
+
type: PropType_2<__VLS_NonUndefinedable_17<T[K]>>;
|
773
|
+
} : {
|
774
|
+
type: PropType_2<T[K]>;
|
775
|
+
required: true;
|
776
|
+
};
|
777
|
+
};
|
778
|
+
|
677
779
|
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
678
780
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
679
781
|
type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
|
@@ -782,6 +884,24 @@ declare type __VLS_WithDefaults_14<P, D> = {
|
|
782
884
|
}> : P[K];
|
783
885
|
};
|
784
886
|
|
887
|
+
declare type __VLS_WithDefaults_15<P, D> = {
|
888
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_15<P[K] & {
|
889
|
+
default: D[K];
|
890
|
+
}> : P[K];
|
891
|
+
};
|
892
|
+
|
893
|
+
declare type __VLS_WithDefaults_16<P, D> = {
|
894
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_16<P[K] & {
|
895
|
+
default: D[K];
|
896
|
+
}> : P[K];
|
897
|
+
};
|
898
|
+
|
899
|
+
declare type __VLS_WithDefaults_17<P, D> = {
|
900
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_17<P[K] & {
|
901
|
+
default: D[K];
|
902
|
+
}> : P[K];
|
903
|
+
};
|
904
|
+
|
785
905
|
declare type __VLS_WithDefaults_2<P, D> = {
|
786
906
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
|
787
907
|
default: D[K];
|
@@ -836,6 +956,12 @@ declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
836
956
|
};
|
837
957
|
};
|
838
958
|
|
959
|
+
declare type __VLS_WithTemplateSlots_10<T, S> = T & {
|
960
|
+
new (): {
|
961
|
+
$slots: S;
|
962
|
+
};
|
963
|
+
};
|
964
|
+
|
839
965
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
840
966
|
new (): {
|
841
967
|
$slots: S;
|
@@ -1432,19 +1558,49 @@ show: (id?: any, params?: any) => MessageHandler;
|
|
1432
1558
|
"onOn-submit"?: (...args: any[]) => any;
|
1433
1559
|
}, {}, {}>;
|
1434
1560
|
|
1561
|
+
export declare const HyElectronicFence: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
1562
|
+
|
1435
1563
|
export declare const HyImageViewer: DefineComponent< {}, {
|
1436
1564
|
onShowViewer: typeof onShowViewer;
|
1437
1565
|
imageViewerClose: typeof imageViewerClose;
|
1438
1566
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1439
1567
|
|
1440
|
-
export declare const
|
1568
|
+
export declare const HyMapNoPermissions: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1569
|
+
|
1570
|
+
export declare const HyMapSearchPlace: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
1571
|
+
map: () => any;
|
1572
|
+
h: () => any;
|
1573
|
+
poi: () => any;
|
1574
|
+
searchTypes: () => {
|
1575
|
+
label: string;
|
1576
|
+
value: number;
|
1577
|
+
}[];
|
1578
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
1579
|
+
map: () => any;
|
1580
|
+
h: () => any;
|
1581
|
+
poi: () => any;
|
1582
|
+
searchTypes: () => {
|
1583
|
+
label: string;
|
1584
|
+
value: number;
|
1585
|
+
}[];
|
1586
|
+
}>>>, {
|
1587
|
+
map: any;
|
1588
|
+
h: any;
|
1589
|
+
poi: any;
|
1590
|
+
searchTypes: {
|
1591
|
+
label: string;
|
1592
|
+
value: number;
|
1593
|
+
}[];
|
1594
|
+
}, {}>;
|
1595
|
+
|
1596
|
+
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1441
1597
|
menuList: () => any[];
|
1442
1598
|
menuTitle: string;
|
1443
1599
|
}>, {
|
1444
1600
|
setRouterPath: typeof setRouterPath;
|
1445
1601
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1446
1602
|
onChange: (...args: any[]) => void;
|
1447
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1603
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1448
1604
|
menuList: () => any[];
|
1449
1605
|
menuTitle: string;
|
1450
1606
|
}>>> & {
|
@@ -1454,13 +1610,13 @@ menuList: MenuListItem[];
|
|
1454
1610
|
menuTitle: string;
|
1455
1611
|
}, {}>;
|
1456
1612
|
|
1457
|
-
export declare const HyOrgCascader:
|
1613
|
+
export declare const HyOrgCascader: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
|
1458
1614
|
|
1459
|
-
export declare const HyOrgGroupTree:
|
1615
|
+
export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
1460
1616
|
|
1461
|
-
export declare const HyOrgTree:
|
1617
|
+
export declare const HyOrgTree: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
1462
1618
|
|
1463
|
-
export declare const HyRoundButton: DefineComponent<
|
1619
|
+
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<RoundButton>, {
|
1464
1620
|
name: string;
|
1465
1621
|
className: string;
|
1466
1622
|
color: string;
|
@@ -1469,7 +1625,7 @@ height: string;
|
|
1469
1625
|
tips: string;
|
1470
1626
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1471
1627
|
click: (...args: any[]) => void;
|
1472
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1628
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<RoundButton>, {
|
1473
1629
|
name: string;
|
1474
1630
|
className: string;
|
1475
1631
|
color: string;
|
@@ -1480,7 +1636,7 @@ tips: string;
|
|
1480
1636
|
onClick?: (...args: any[]) => any;
|
1481
1637
|
}, {}, {}>;
|
1482
1638
|
|
1483
|
-
export declare const HySelect: DefineComponent<
|
1639
|
+
export declare const HySelect: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_9>, {
|
1484
1640
|
modelValue: string;
|
1485
1641
|
requestParams: {};
|
1486
1642
|
controller: string;
|
@@ -1503,7 +1659,7 @@ change: (...args: any[]) => void;
|
|
1503
1659
|
visibleChange: (...args: any[]) => void;
|
1504
1660
|
"update:modelValue": (...args: any[]) => void;
|
1505
1661
|
"on-changeSelectItem": (...args: any[]) => void;
|
1506
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1662
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_9>, {
|
1507
1663
|
modelValue: string;
|
1508
1664
|
requestParams: {};
|
1509
1665
|
controller: string;
|
@@ -1540,18 +1696,37 @@ requestimmediately: boolean;
|
|
1540
1696
|
clearable: boolean;
|
1541
1697
|
}, {}>;
|
1542
1698
|
|
1699
|
+
export declare const HySelectMapLocation: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1700
|
+
markerItemFn: () => any;
|
1701
|
+
}>, {
|
1702
|
+
geographicalPositionFn: (reverseGeocoder: any) => void;
|
1703
|
+
throughCoordinatePosition: (lng: number, lat: number) => Promise<MessageHandler>;
|
1704
|
+
placeSearchFn: (address: string) => Promise<void>;
|
1705
|
+
setContentFn: (markerItemParams: any) => void;
|
1706
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1707
|
+
"on-geographical-position": (...args: any[]) => void;
|
1708
|
+
"onLocation-not-found": (...args: any[]) => void;
|
1709
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1710
|
+
markerItemFn: () => any;
|
1711
|
+
}>>> & {
|
1712
|
+
"onOn-geographical-position"?: (...args: any[]) => any;
|
1713
|
+
"onOnLocation-not-found"?: (...args: any[]) => any;
|
1714
|
+
}, {
|
1715
|
+
markerItemFn: () => MarkerOptions;
|
1716
|
+
}, {}>;
|
1717
|
+
|
1543
1718
|
export declare const HySpotCheckDetail: DefineComponent< {}, {
|
1544
1719
|
show: (id: string | number) => void;
|
1545
1720
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1546
1721
|
|
1547
|
-
export declare const HySvgIcon: DefineComponent<
|
1722
|
+
export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<IconProps>, {
|
1548
1723
|
prefix: string;
|
1549
1724
|
name: string;
|
1550
1725
|
className: string;
|
1551
1726
|
color: string;
|
1552
1727
|
width: string;
|
1553
1728
|
height: string;
|
1554
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1729
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<IconProps>, {
|
1555
1730
|
prefix: string;
|
1556
1731
|
name: string;
|
1557
1732
|
className: string;
|
@@ -1560,7 +1735,7 @@ width: string;
|
|
1560
1735
|
height: string;
|
1561
1736
|
}>>>, {}, {}>;
|
1562
1737
|
|
1563
|
-
export declare const HyTable:
|
1738
|
+
export declare const HyTable: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
|
1564
1739
|
|
1565
1740
|
export declare const HyTableHead: DefineComponent< {
|
1566
1741
|
selectList: {
|
@@ -1617,9 +1792,9 @@ selectValueKey: string;
|
|
1617
1792
|
|
1618
1793
|
export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
|
1619
1794
|
|
1620
|
-
export declare const HyUserHead:
|
1795
|
+
export declare const HyUserHead: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, ReturnType<typeof __VLS_template_9>>;
|
1621
1796
|
|
1622
|
-
export declare const HyUserTree:
|
1797
|
+
export declare const HyUserTree: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
|
1623
1798
|
|
1624
1799
|
export declare const HyVueCropper: DefineComponent< {}, {
|
1625
1800
|
onShowModal: typeof onShowModal;
|
@@ -1642,6 +1817,13 @@ declare interface IconProps {
|
|
1642
1817
|
|
1643
1818
|
declare function imageViewerClose(): void;
|
1644
1819
|
|
1820
|
+
declare interface MarkerOptions {
|
1821
|
+
icon: any;
|
1822
|
+
zIndexOffset?: number;
|
1823
|
+
iconAnchor?: number[];
|
1824
|
+
customData?: any;
|
1825
|
+
}
|
1826
|
+
|
1645
1827
|
declare interface MenuListItem {
|
1646
1828
|
label: string;
|
1647
1829
|
permission: string;
|
@@ -1735,6 +1917,14 @@ declare interface Props {
|
|
1735
1917
|
disableDataList?: UserInfo[];
|
1736
1918
|
}
|
1737
1919
|
|
1920
|
+
declare interface Props_10 {
|
1921
|
+
markerItemFn?: () => MarkerOptions;
|
1922
|
+
}
|
1923
|
+
|
1924
|
+
declare interface Props_11 {
|
1925
|
+
disableDataList?: UserInfo[];
|
1926
|
+
}
|
1927
|
+
|
1738
1928
|
declare interface Props_2 {
|
1739
1929
|
optionList: {
|
1740
1930
|
label: string;
|
@@ -1750,11 +1940,27 @@ declare interface Props_3 {
|
|
1750
1940
|
}
|
1751
1941
|
|
1752
1942
|
declare interface Props_4 {
|
1943
|
+
initParams?: any;
|
1944
|
+
mapDisplayList?: any[];
|
1945
|
+
tableColumns?: TableColumnsItem[];
|
1946
|
+
}
|
1947
|
+
|
1948
|
+
declare interface Props_5 {
|
1949
|
+
map: any;
|
1950
|
+
h: any;
|
1951
|
+
poi: any;
|
1952
|
+
searchTypes?: {
|
1953
|
+
label: string;
|
1954
|
+
value: number;
|
1955
|
+
}[];
|
1956
|
+
}
|
1957
|
+
|
1958
|
+
declare interface Props_6 {
|
1753
1959
|
menuList: MenuListItem[];
|
1754
1960
|
menuTitle: string;
|
1755
1961
|
}
|
1756
1962
|
|
1757
|
-
declare interface
|
1963
|
+
declare interface Props_7 {
|
1758
1964
|
size?: string;
|
1759
1965
|
className?: string;
|
1760
1966
|
placeholder?: string;
|
@@ -1762,11 +1968,11 @@ declare interface Props_5 {
|
|
1762
1968
|
disabled?: boolean;
|
1763
1969
|
}
|
1764
1970
|
|
1765
|
-
declare interface
|
1971
|
+
declare interface Props_8 {
|
1766
1972
|
disableDataList?: UserInfo[];
|
1767
1973
|
}
|
1768
1974
|
|
1769
|
-
declare interface
|
1975
|
+
declare interface Props_9 {
|
1770
1976
|
modelValue?: any;
|
1771
1977
|
requestParams?: any;
|
1772
1978
|
controller?: string;
|
@@ -1782,10 +1988,6 @@ declare interface Props_7 {
|
|
1782
1988
|
placeholder?: string;
|
1783
1989
|
}
|
1784
1990
|
|
1785
|
-
declare interface Props_8 {
|
1786
|
-
disableDataList?: UserInfo[];
|
1787
|
-
}
|
1788
|
-
|
1789
1991
|
declare function removeTimeData(): void;
|
1790
1992
|
|
1791
1993
|
declare interface RequestParams {
|
@@ -1826,6 +2028,18 @@ declare function setSelectedData(list: any[]): void;
|
|
1826
2028
|
|
1827
2029
|
declare function setTableData(data: TableList): void;
|
1828
2030
|
|
2031
|
+
declare interface TableColumnsItem {
|
2032
|
+
overflowTooltip?: boolean;
|
2033
|
+
isSearch?: boolean;
|
2034
|
+
label?: string;
|
2035
|
+
type?: string;
|
2036
|
+
slotName?: string;
|
2037
|
+
headerSlotName?: string;
|
2038
|
+
prop?: string;
|
2039
|
+
align?: string;
|
2040
|
+
width?: string | number;
|
2041
|
+
}
|
2042
|
+
|
1829
2043
|
declare interface TableList {
|
1830
2044
|
totalElements?: number;
|
1831
2045
|
number?: number;
|