command-center-v3-common 0.0.37 → 0.0.38
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/command-center-v3-common.js +50942 -54172
- package/dist/command-center-v3-common.umd.cjs +68 -111
- package/dist/index.d.ts +656 -583
- package/dist/style.css +1 -1
- package/package.json +5 -3
package/dist/index.d.ts
CHANGED
@@ -1,8 +1,467 @@
|
|
1
1
|
import { ComponentOptionsMixin } from 'vue';
|
2
2
|
import { DefineComponent } from 'vue';
|
3
|
+
import { MessageHandler } from 'element-plus';
|
3
4
|
import { PropType as PropType_2 } from 'vue';
|
4
5
|
import { PublicProps } from 'vue';
|
5
6
|
|
7
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
|
8
|
+
fuzzySearch: boolean;
|
9
|
+
highlightSelected: boolean;
|
10
|
+
getData: FunctionConstructor;
|
11
|
+
itemSize: number;
|
12
|
+
hideDevice: boolean;
|
13
|
+
hideOrgNoData: boolean;
|
14
|
+
defaultGetData: boolean;
|
15
|
+
showOnlineOnly: boolean;
|
16
|
+
checkStrictly: boolean;
|
17
|
+
showCheckbox: boolean;
|
18
|
+
parentCheckbox: boolean;
|
19
|
+
showRadio: boolean;
|
20
|
+
showCheckboxButton: boolean;
|
21
|
+
showRadioButton: boolean;
|
22
|
+
defaultCheckedList: () => any[];
|
23
|
+
returnDisableDevice: boolean;
|
24
|
+
disableDataList: () => any[];
|
25
|
+
}>, {
|
26
|
+
setCheckedKeys: (keys: string[]) => void;
|
27
|
+
setSelectedList: (dataList: any[]) => void;
|
28
|
+
setChecked: (item: any, type: boolean) => void;
|
29
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
30
|
+
onCurrent: (...args: any[]) => void;
|
31
|
+
onCurrentDelete: (...args: any[]) => void;
|
32
|
+
onSelectedData: (...args: any[]) => void;
|
33
|
+
onCurrentDepartment: (...args: any[]) => void;
|
34
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
|
35
|
+
fuzzySearch: boolean;
|
36
|
+
highlightSelected: boolean;
|
37
|
+
getData: FunctionConstructor;
|
38
|
+
itemSize: number;
|
39
|
+
hideDevice: boolean;
|
40
|
+
hideOrgNoData: boolean;
|
41
|
+
defaultGetData: boolean;
|
42
|
+
showOnlineOnly: boolean;
|
43
|
+
checkStrictly: boolean;
|
44
|
+
showCheckbox: boolean;
|
45
|
+
parentCheckbox: boolean;
|
46
|
+
showRadio: boolean;
|
47
|
+
showCheckboxButton: boolean;
|
48
|
+
showRadioButton: boolean;
|
49
|
+
defaultCheckedList: () => any[];
|
50
|
+
returnDisableDevice: boolean;
|
51
|
+
disableDataList: () => any[];
|
52
|
+
}>>> & {
|
53
|
+
onOnCurrent?: (...args: any[]) => any;
|
54
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
55
|
+
onOnSelectedData?: (...args: any[]) => any;
|
56
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
57
|
+
}, {
|
58
|
+
getData: () => any;
|
59
|
+
defaultGetData: boolean;
|
60
|
+
hideOrgNoData: boolean;
|
61
|
+
itemSize: number;
|
62
|
+
defaultCheckedList: any[];
|
63
|
+
highlightSelected: boolean;
|
64
|
+
checkStrictly: boolean;
|
65
|
+
showCheckbox: boolean;
|
66
|
+
parentCheckbox: boolean;
|
67
|
+
showRadio: boolean;
|
68
|
+
showRadioButton: boolean;
|
69
|
+
showCheckboxButton: boolean;
|
70
|
+
fuzzySearch: boolean;
|
71
|
+
disableDataList: UserInfo[];
|
72
|
+
}, {}>;
|
73
|
+
|
74
|
+
declare const __VLS_component_2: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<BoxBorderProps>, {
|
75
|
+
prefix: string;
|
76
|
+
name: string;
|
77
|
+
className: string;
|
78
|
+
color: string;
|
79
|
+
width: string;
|
80
|
+
height: string;
|
81
|
+
zIndex: number;
|
82
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<BoxBorderProps>, {
|
83
|
+
prefix: string;
|
84
|
+
name: string;
|
85
|
+
className: string;
|
86
|
+
color: string;
|
87
|
+
width: string;
|
88
|
+
height: string;
|
89
|
+
zIndex: number;
|
90
|
+
}>>>, {}, {}>;
|
91
|
+
|
92
|
+
declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
|
93
|
+
fuzzySearch: boolean;
|
94
|
+
highlightSelected: boolean;
|
95
|
+
getData: FunctionConstructor;
|
96
|
+
itemSize: number;
|
97
|
+
hideDevice: boolean;
|
98
|
+
hideOrgNoData: boolean;
|
99
|
+
defaultGetData: boolean;
|
100
|
+
showOnlineOnly: boolean;
|
101
|
+
checkStrictly: boolean;
|
102
|
+
showCheckbox: boolean;
|
103
|
+
parentCheckbox: boolean;
|
104
|
+
showRadio: boolean;
|
105
|
+
showCheckboxButton: boolean;
|
106
|
+
showRadioButton: boolean;
|
107
|
+
defaultCheckedList: () => any[];
|
108
|
+
disableDataList: () => any[];
|
109
|
+
returnDisableDevice: boolean;
|
110
|
+
}>, {
|
111
|
+
setCheckedKeys: (keys: string[]) => void;
|
112
|
+
setSelectedList: (dataList: any[]) => void;
|
113
|
+
setChecked: (item: any, type: boolean) => void;
|
114
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
115
|
+
onCurrent: (...args: any[]) => void;
|
116
|
+
onCurrentDelete: (...args: any[]) => void;
|
117
|
+
onSelectedData: (...args: any[]) => void;
|
118
|
+
onCurrentDepartment: (...args: any[]) => void;
|
119
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
|
120
|
+
fuzzySearch: boolean;
|
121
|
+
highlightSelected: boolean;
|
122
|
+
getData: FunctionConstructor;
|
123
|
+
itemSize: number;
|
124
|
+
hideDevice: boolean;
|
125
|
+
hideOrgNoData: boolean;
|
126
|
+
defaultGetData: boolean;
|
127
|
+
showOnlineOnly: boolean;
|
128
|
+
checkStrictly: boolean;
|
129
|
+
showCheckbox: boolean;
|
130
|
+
parentCheckbox: boolean;
|
131
|
+
showRadio: boolean;
|
132
|
+
showCheckboxButton: boolean;
|
133
|
+
showRadioButton: boolean;
|
134
|
+
defaultCheckedList: () => any[];
|
135
|
+
disableDataList: () => any[];
|
136
|
+
returnDisableDevice: boolean;
|
137
|
+
}>>> & {
|
138
|
+
onOnCurrent?: (...args: any[]) => any;
|
139
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
140
|
+
onOnSelectedData?: (...args: any[]) => any;
|
141
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
142
|
+
}, {
|
143
|
+
getData: () => any;
|
144
|
+
defaultGetData: boolean;
|
145
|
+
hideDevice: boolean;
|
146
|
+
hideOrgNoData: boolean;
|
147
|
+
showOnlineOnly: boolean;
|
148
|
+
itemSize: number;
|
149
|
+
defaultCheckedList: any[];
|
150
|
+
highlightSelected: boolean;
|
151
|
+
checkStrictly: boolean;
|
152
|
+
showCheckbox: boolean;
|
153
|
+
parentCheckbox: boolean;
|
154
|
+
showRadio: boolean;
|
155
|
+
showRadioButton: boolean;
|
156
|
+
showCheckboxButton: boolean;
|
157
|
+
fuzzySearch: boolean;
|
158
|
+
disableDataList: Device[];
|
159
|
+
returnDisableDevice: boolean;
|
160
|
+
}, {}>;
|
161
|
+
|
162
|
+
declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
163
|
+
size: string;
|
164
|
+
className: string;
|
165
|
+
placeholder: string;
|
166
|
+
contentType: boolean;
|
167
|
+
disabled: boolean;
|
168
|
+
}>, {
|
169
|
+
setDefaultValue: (organizationId: any) => void;
|
170
|
+
getData: () => Promise<void>;
|
171
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
172
|
+
change: (...args: any[]) => void;
|
173
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
174
|
+
size: string;
|
175
|
+
className: string;
|
176
|
+
placeholder: string;
|
177
|
+
contentType: boolean;
|
178
|
+
disabled: boolean;
|
179
|
+
}>>> & {
|
180
|
+
onChange?: (...args: any[]) => any;
|
181
|
+
}, {
|
182
|
+
size: string;
|
183
|
+
disabled: boolean;
|
184
|
+
placeholder: string;
|
185
|
+
className: string;
|
186
|
+
contentType: boolean;
|
187
|
+
}, {}>;
|
188
|
+
|
189
|
+
declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
190
|
+
fuzzySearch: boolean;
|
191
|
+
highlightSelected: boolean;
|
192
|
+
getData: FunctionConstructor;
|
193
|
+
itemSize: number;
|
194
|
+
hideDevice: boolean;
|
195
|
+
hideGroup: boolean;
|
196
|
+
hideOrgNoData: boolean;
|
197
|
+
defaultGetData: boolean;
|
198
|
+
showOnlineOnly: boolean;
|
199
|
+
checkStrictly: boolean;
|
200
|
+
showCheckbox: boolean;
|
201
|
+
parentCheckbox: boolean;
|
202
|
+
showRadio: boolean;
|
203
|
+
showCheckboxButton: boolean;
|
204
|
+
showRadioButton: boolean;
|
205
|
+
defaultCheckedList: () => any[];
|
206
|
+
returnDisableDevice: boolean;
|
207
|
+
}>, {
|
208
|
+
setCheckedKeys: (keys: string[]) => void;
|
209
|
+
setSelectedList: (dataList: any[]) => void;
|
210
|
+
setChecked: (item: any, type: boolean) => void;
|
211
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
212
|
+
onCurrent: (...args: any[]) => void;
|
213
|
+
onCurrentDelete: (...args: any[]) => void;
|
214
|
+
onSelectedData: (...args: any[]) => void;
|
215
|
+
onCurrentDepartment: (...args: any[]) => void;
|
216
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
217
|
+
fuzzySearch: boolean;
|
218
|
+
highlightSelected: boolean;
|
219
|
+
getData: FunctionConstructor;
|
220
|
+
itemSize: number;
|
221
|
+
hideDevice: boolean;
|
222
|
+
hideGroup: boolean;
|
223
|
+
hideOrgNoData: boolean;
|
224
|
+
defaultGetData: boolean;
|
225
|
+
showOnlineOnly: boolean;
|
226
|
+
checkStrictly: boolean;
|
227
|
+
showCheckbox: boolean;
|
228
|
+
parentCheckbox: boolean;
|
229
|
+
showRadio: boolean;
|
230
|
+
showCheckboxButton: boolean;
|
231
|
+
showRadioButton: boolean;
|
232
|
+
defaultCheckedList: () => any[];
|
233
|
+
returnDisableDevice: boolean;
|
234
|
+
}>>> & {
|
235
|
+
onOnCurrent?: (...args: any[]) => any;
|
236
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
237
|
+
onOnSelectedData?: (...args: any[]) => any;
|
238
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
239
|
+
}, {
|
240
|
+
getData: () => any;
|
241
|
+
defaultGetData: boolean;
|
242
|
+
hideDevice: boolean;
|
243
|
+
hideOrgNoData: boolean;
|
244
|
+
hideGroup: boolean;
|
245
|
+
itemSize: number;
|
246
|
+
defaultCheckedList: any[];
|
247
|
+
highlightSelected: boolean;
|
248
|
+
checkStrictly: boolean;
|
249
|
+
showCheckbox: boolean;
|
250
|
+
parentCheckbox: boolean;
|
251
|
+
showRadio: boolean;
|
252
|
+
showRadioButton: boolean;
|
253
|
+
showCheckboxButton: boolean;
|
254
|
+
fuzzySearch: boolean;
|
255
|
+
}, {}>;
|
256
|
+
|
257
|
+
declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<TreeCpnsProps & TreeProps & Props_6>, {
|
258
|
+
fuzzySearch: boolean;
|
259
|
+
highlightSelected: boolean;
|
260
|
+
getData: FunctionConstructor;
|
261
|
+
itemSize: number;
|
262
|
+
hideOrgNoData: boolean;
|
263
|
+
defaultGetData: boolean;
|
264
|
+
showOnlineOnly: boolean;
|
265
|
+
checkStrictly: boolean;
|
266
|
+
showCheckbox: boolean;
|
267
|
+
parentCheckbox: boolean;
|
268
|
+
showRadio: boolean;
|
269
|
+
showCheckboxButton: boolean;
|
270
|
+
showRadioButton: boolean;
|
271
|
+
defaultCheckedList: () => any[];
|
272
|
+
returnDisableDevice: boolean;
|
273
|
+
disableDataList: () => any[];
|
274
|
+
}>, {
|
275
|
+
setCheckedKeys: (keys: string[]) => void;
|
276
|
+
setSelectedList: (dataList: any[]) => void;
|
277
|
+
setChecked: (item: any, type: boolean) => void;
|
278
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
279
|
+
onCurrent: (...args: any[]) => void;
|
280
|
+
onCurrentDelete: (...args: any[]) => void;
|
281
|
+
onSelectedData: (...args: any[]) => void;
|
282
|
+
onCurrentDepartment: (...args: any[]) => void;
|
283
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<TreeCpnsProps & TreeProps & Props_6>, {
|
284
|
+
fuzzySearch: boolean;
|
285
|
+
highlightSelected: boolean;
|
286
|
+
getData: FunctionConstructor;
|
287
|
+
itemSize: number;
|
288
|
+
hideOrgNoData: boolean;
|
289
|
+
defaultGetData: boolean;
|
290
|
+
showOnlineOnly: boolean;
|
291
|
+
checkStrictly: boolean;
|
292
|
+
showCheckbox: boolean;
|
293
|
+
parentCheckbox: boolean;
|
294
|
+
showRadio: boolean;
|
295
|
+
showCheckboxButton: boolean;
|
296
|
+
showRadioButton: boolean;
|
297
|
+
defaultCheckedList: () => any[];
|
298
|
+
returnDisableDevice: boolean;
|
299
|
+
disableDataList: () => any[];
|
300
|
+
}>>> & {
|
301
|
+
onOnCurrent?: (...args: any[]) => any;
|
302
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
303
|
+
onOnSelectedData?: (...args: any[]) => any;
|
304
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
305
|
+
}, {
|
306
|
+
getData: () => any;
|
307
|
+
defaultGetData: boolean;
|
308
|
+
hideOrgNoData: boolean;
|
309
|
+
itemSize: number;
|
310
|
+
defaultCheckedList: any[];
|
311
|
+
highlightSelected: boolean;
|
312
|
+
checkStrictly: boolean;
|
313
|
+
showCheckbox: boolean;
|
314
|
+
parentCheckbox: boolean;
|
315
|
+
showRadio: boolean;
|
316
|
+
showRadioButton: boolean;
|
317
|
+
showCheckboxButton: boolean;
|
318
|
+
fuzzySearch: boolean;
|
319
|
+
disableDataList: UserInfo[];
|
320
|
+
}, {}>;
|
321
|
+
|
322
|
+
declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<TableProps>, {
|
323
|
+
height: number;
|
324
|
+
columnList: () => any[];
|
325
|
+
searchArr: () => any[];
|
326
|
+
showIndexColumn: boolean;
|
327
|
+
defaultGetData: boolean;
|
328
|
+
selectColumnType: SelectType;
|
329
|
+
childrenProps: () => {};
|
330
|
+
showFooter: boolean;
|
331
|
+
reqUrl: string;
|
332
|
+
customUrl: any;
|
333
|
+
showHeader: () => true;
|
334
|
+
cellStyle: () => {};
|
335
|
+
headerCellStyle: () => {};
|
336
|
+
disableIds: () => any[];
|
337
|
+
searchForm: () => {};
|
338
|
+
selectKey: string;
|
339
|
+
paginationLayout: string;
|
340
|
+
pagerCount: number;
|
341
|
+
treeProps: () => {};
|
342
|
+
}>, {
|
343
|
+
getTableData: typeof getTableData;
|
344
|
+
setSelectedData: typeof setSelectedData;
|
345
|
+
clearSelection: typeof clearSelection;
|
346
|
+
selectedData: globalThis.Ref<any>;
|
347
|
+
setTableData: typeof setTableData;
|
348
|
+
handleCurrentChange: typeof handleCurrentChange;
|
349
|
+
getSearchForm: typeof getSearchForm;
|
350
|
+
getTableList: typeof getTableList;
|
351
|
+
getTotalElements: typeof getTotalElements;
|
352
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
353
|
+
getTotal: (...args: any[]) => void;
|
354
|
+
selectionChange: (...args: any[]) => void;
|
355
|
+
onRowcClick: (...args: any[]) => void;
|
356
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<TableProps>, {
|
357
|
+
height: number;
|
358
|
+
columnList: () => any[];
|
359
|
+
searchArr: () => any[];
|
360
|
+
showIndexColumn: boolean;
|
361
|
+
defaultGetData: boolean;
|
362
|
+
selectColumnType: SelectType;
|
363
|
+
childrenProps: () => {};
|
364
|
+
showFooter: boolean;
|
365
|
+
reqUrl: string;
|
366
|
+
customUrl: any;
|
367
|
+
showHeader: () => true;
|
368
|
+
cellStyle: () => {};
|
369
|
+
headerCellStyle: () => {};
|
370
|
+
disableIds: () => any[];
|
371
|
+
searchForm: () => {};
|
372
|
+
selectKey: string;
|
373
|
+
paginationLayout: string;
|
374
|
+
pagerCount: number;
|
375
|
+
treeProps: () => {};
|
376
|
+
}>>> & {
|
377
|
+
onGetTotal?: (...args: any[]) => any;
|
378
|
+
onSelectionChange?: (...args: any[]) => any;
|
379
|
+
onOnRowcClick?: (...args: any[]) => any;
|
380
|
+
}, {}, {}>;
|
381
|
+
|
382
|
+
declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<RoundButton_2>, {
|
383
|
+
gbDevice: boolean;
|
384
|
+
onlineState: boolean;
|
385
|
+
stateShow: boolean;
|
386
|
+
url: string;
|
387
|
+
name: string;
|
388
|
+
className: string;
|
389
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<RoundButton_2>, {
|
390
|
+
gbDevice: boolean;
|
391
|
+
onlineState: boolean;
|
392
|
+
stateShow: boolean;
|
393
|
+
url: string;
|
394
|
+
name: string;
|
395
|
+
className: string;
|
396
|
+
}>>>, {}, {}>;
|
397
|
+
|
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
|
+
|
6
465
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
466
|
|
8
467
|
declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
|
@@ -87,6 +546,80 @@ declare type __VLS_Prettify_9<T> = {
|
|
87
546
|
[K in keyof T]: T[K];
|
88
547
|
} & {};
|
89
548
|
|
549
|
+
declare function __VLS_template(): {
|
550
|
+
"below-the-input"?(_: {}): any;
|
551
|
+
"check-content"?(_: {
|
552
|
+
row: any;
|
553
|
+
}): any;
|
554
|
+
"other-content"?(_: {
|
555
|
+
row: any;
|
556
|
+
}): any;
|
557
|
+
};
|
558
|
+
|
559
|
+
declare function __VLS_template_2(): {
|
560
|
+
content?(_: {}): any;
|
561
|
+
};
|
562
|
+
|
563
|
+
declare function __VLS_template_3(): {
|
564
|
+
"below-the-input"?(_: {}): any;
|
565
|
+
"check-content"?(_: {
|
566
|
+
row: any;
|
567
|
+
}): any;
|
568
|
+
"other-content"?(_: {
|
569
|
+
row: any;
|
570
|
+
}): any;
|
571
|
+
};
|
572
|
+
|
573
|
+
declare function __VLS_template_4(): {
|
574
|
+
default?(_: {}): any;
|
575
|
+
};
|
576
|
+
|
577
|
+
declare function __VLS_template_5(): {
|
578
|
+
"below-the-input"?(_: {}): any;
|
579
|
+
"check-content"?(_: {
|
580
|
+
row: any;
|
581
|
+
}): any;
|
582
|
+
"other-content"?(_: {
|
583
|
+
row: any;
|
584
|
+
}): any;
|
585
|
+
};
|
586
|
+
|
587
|
+
declare function __VLS_template_6(): {
|
588
|
+
"below-the-input"?(_: {}): any;
|
589
|
+
"check-content"?(_: {
|
590
|
+
row: any;
|
591
|
+
}): any;
|
592
|
+
"other-content"?(_: {
|
593
|
+
row: any;
|
594
|
+
}): any;
|
595
|
+
};
|
596
|
+
|
597
|
+
declare function __VLS_template_7(): Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
|
598
|
+
tableLeft?(_: {}): any;
|
599
|
+
tableRight?(_: {}): any;
|
600
|
+
customContent?(_: {
|
601
|
+
tableData: any;
|
602
|
+
}): any;
|
603
|
+
empty?(_: {}): any;
|
604
|
+
statisticalQuantityLeft?(_: {}): any;
|
605
|
+
statisticalQuantityRight?(_: {}): any;
|
606
|
+
footer?(_: {}): any;
|
607
|
+
};
|
608
|
+
|
609
|
+
declare function __VLS_template_8(): {
|
610
|
+
content?(_: {}): any;
|
611
|
+
};
|
612
|
+
|
613
|
+
declare function __VLS_template_9(): {
|
614
|
+
"below-the-input"?(_: {}): any;
|
615
|
+
"check-content"?(_: {
|
616
|
+
row: any;
|
617
|
+
}): any;
|
618
|
+
"other-content"?(_: {
|
619
|
+
row: any;
|
620
|
+
}): any;
|
621
|
+
};
|
622
|
+
|
90
623
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
91
624
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
92
625
|
type: PropType_2<__VLS_NonUndefinedable<T[K]>>;
|
@@ -461,6 +994,7 @@ declare interface Device {
|
|
461
994
|
* [是否支持车辆识别]{0:不支持;1:支持}
|
462
995
|
*/
|
463
996
|
carReSupport?: number;
|
997
|
+
deviceType?: number;
|
464
998
|
errorCode?: number;
|
465
999
|
errorReason?: string;
|
466
1000
|
methodType?: string;
|
@@ -806,113 +1340,60 @@ declare interface Device {
|
|
806
1340
|
* [是否支持GAT/1400]{0:不支持;1:支持}
|
807
1341
|
*/
|
808
1342
|
viidSupport?: number;
|
809
|
-
/**
|
810
|
-
* [是否支持倍焦控制功能]{0:不支持;1:支持}
|
811
|
-
*/
|
812
|
-
zoomControlSupport?: number;
|
813
|
-
}
|
814
|
-
|
815
|
-
declare
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
declare
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
setChecked: (item: any, type: boolean) => void;
|
864
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
865
|
-
onCurrentDepartment: (...args: any[]) => void;
|
866
|
-
onCurrent: (...args: any[]) => void;
|
867
|
-
onCurrentDelete: (...args: any[]) => void;
|
868
|
-
onSelectedData: (...args: any[]) => void;
|
869
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
870
|
-
fuzzySearch: boolean;
|
871
|
-
highlightSelected: boolean;
|
872
|
-
getData: FunctionConstructor;
|
873
|
-
itemSize: number;
|
874
|
-
hideDevice: boolean;
|
875
|
-
hideOrgNoData: boolean;
|
876
|
-
defaultGetData: boolean;
|
877
|
-
showOnlineOnly: boolean;
|
878
|
-
checkStrictly: boolean;
|
879
|
-
showCheckbox: boolean;
|
880
|
-
parentCheckbox: boolean;
|
881
|
-
showRadio: boolean;
|
882
|
-
showCheckboxButton: boolean;
|
883
|
-
showRadioButton: boolean;
|
884
|
-
defaultCheckedList: () => any[];
|
885
|
-
returnDisableDevice: boolean;
|
886
|
-
disableDataList: () => any[];
|
887
|
-
}>>> & {
|
888
|
-
onOnCurrentDepartment?: (...args: any[]) => any;
|
889
|
-
onOnCurrent?: (...args: any[]) => any;
|
890
|
-
onOnCurrentDelete?: (...args: any[]) => any;
|
891
|
-
onOnSelectedData?: (...args: any[]) => any;
|
892
|
-
}, {
|
893
|
-
getData: () => any;
|
894
|
-
defaultGetData: boolean;
|
895
|
-
checkStrictly: boolean;
|
896
|
-
hideOrgNoData: boolean;
|
897
|
-
itemSize: number;
|
898
|
-
defaultCheckedList: any[];
|
899
|
-
highlightSelected: boolean;
|
900
|
-
showCheckbox: boolean;
|
901
|
-
parentCheckbox: boolean;
|
902
|
-
showRadio: boolean;
|
903
|
-
showRadioButton: boolean;
|
904
|
-
showCheckboxButton: boolean;
|
905
|
-
fuzzySearch: boolean;
|
906
|
-
disableDataList: UserInfo[];
|
907
|
-
}, {}>, {
|
908
|
-
"below-the-input"?(_: {}): any;
|
909
|
-
"check-content"?(_: {
|
910
|
-
row: any;
|
911
|
-
}): any;
|
912
|
-
"other-content"?(_: {
|
913
|
-
row: any;
|
914
|
-
}): any;
|
915
|
-
}>;
|
1343
|
+
/**
|
1344
|
+
* [是否支持倍焦控制功能]{0:不支持;1:支持}
|
1345
|
+
*/
|
1346
|
+
zoomControlSupport?: number;
|
1347
|
+
}
|
1348
|
+
|
1349
|
+
export declare enum DeviceEnum {
|
1350
|
+
LAW_ENFORCEMENT_RECORDER = 1,// 执法记录仪
|
1351
|
+
WALKIE_TALKIE = 2,// 对讲机
|
1352
|
+
FIRE_DISPATCH_DESK = 3,// 消防调度台
|
1353
|
+
FIRE_DUTY_DESK = 4,// 消防值班台
|
1354
|
+
PHONE_APP = 5,// PhoneAPP
|
1355
|
+
CONTROL_THE_BALL = 6,// 布控球
|
1356
|
+
IPC_CAMERA = 7,// IPC摄像头
|
1357
|
+
HELMET = 8,// 安全帽
|
1358
|
+
FLASHLIGHT = 9,// 手电筒
|
1359
|
+
WORK_LICENSE = 10,// 工牌
|
1360
|
+
DRONE = 11,// 无人机
|
1361
|
+
CAR_PTZ = 12,// 车载云台
|
1362
|
+
CASCADE_DEVICE_DOWN = 13,// 向下级联设备
|
1363
|
+
JT808 = 14,// JT808
|
1364
|
+
NATIONAL_STANDARD_RECORDER = 15,// 国标记录仪
|
1365
|
+
RTOS_DEVICE = 16,// RTOS设备
|
1366
|
+
WATCH = 17
|
1367
|
+
}
|
1368
|
+
|
1369
|
+
declare function getBlobToData(blob: Blob): Promise<any>;
|
1370
|
+
|
1371
|
+
declare function getCropBlob(): Promise<Blob>;
|
1372
|
+
|
1373
|
+
declare function getCropData(): Promise<string>;
|
1374
|
+
|
1375
|
+
declare function getSearchForm(): any;
|
1376
|
+
|
1377
|
+
declare function getTableData(queryInfo?: any): Promise<void>;
|
1378
|
+
|
1379
|
+
declare function getTableList(): {
|
1380
|
+
totalElements?: number;
|
1381
|
+
number?: number;
|
1382
|
+
totalPages?: number;
|
1383
|
+
size?: number;
|
1384
|
+
content: any;
|
1385
|
+
};
|
1386
|
+
|
1387
|
+
declare function getTotalElements(): number;
|
1388
|
+
|
1389
|
+
declare interface GroupTreeProps {
|
1390
|
+
hideGroup?: boolean;
|
1391
|
+
hideDevice?: boolean;
|
1392
|
+
}
|
1393
|
+
|
1394
|
+
declare function handleCurrentChange(page?: number): void;
|
1395
|
+
|
1396
|
+
export declare const HyAcquisitionStationTree: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
916
1397
|
|
917
1398
|
export declare const HyAddDepartmentType: DefineComponent< {}, {
|
918
1399
|
show: (row?: OrgType) => void;
|
@@ -922,33 +1403,15 @@ show: (row?: OrgType) => void;
|
|
922
1403
|
"onOn-submit"?: (...args: any[]) => any;
|
923
1404
|
}, {}, {}>;
|
924
1405
|
|
925
|
-
export declare const HyBoxBorder:
|
926
|
-
prefix: string;
|
927
|
-
name: string;
|
928
|
-
className: string;
|
929
|
-
color: string;
|
930
|
-
width: string;
|
931
|
-
height: string;
|
932
|
-
zIndex: number;
|
933
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<BoxBorderProps>, {
|
934
|
-
prefix: string;
|
935
|
-
name: string;
|
936
|
-
className: string;
|
937
|
-
color: string;
|
938
|
-
width: string;
|
939
|
-
height: string;
|
940
|
-
zIndex: number;
|
941
|
-
}>>>, {}, {}>, {
|
942
|
-
content?(_: {}): any;
|
943
|
-
}>;
|
1406
|
+
export declare const HyBoxBorder: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
|
944
1407
|
|
945
|
-
export declare const HyDataTimeShortcuts: DefineComponent<
|
1408
|
+
export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<Props_2>, {
|
946
1409
|
optionList: () => any[];
|
947
1410
|
}>, {
|
948
1411
|
removeTimeData: typeof removeTimeData;
|
949
1412
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
950
1413
|
change: (params: RequestParams) => void;
|
951
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1414
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<Props_2>, {
|
952
1415
|
optionList: () => any[];
|
953
1416
|
}>>> & {
|
954
1417
|
onChange?: (params: RequestParams) => any;
|
@@ -959,285 +1422,45 @@ value: number;
|
|
959
1422
|
}[];
|
960
1423
|
}, {}>;
|
961
1424
|
|
962
|
-
export declare const HyDeviceTree:
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
checkStrictly: boolean;
|
972
|
-
showCheckbox: boolean;
|
973
|
-
parentCheckbox: boolean;
|
974
|
-
showRadio: boolean;
|
975
|
-
showCheckboxButton: boolean;
|
976
|
-
showRadioButton: boolean;
|
977
|
-
defaultCheckedList: () => any[];
|
978
|
-
disableDataList: () => any[];
|
979
|
-
returnDisableDevice: boolean;
|
980
|
-
}>, {
|
981
|
-
setCheckedKeys: (keys: string[]) => void;
|
982
|
-
setSelectedList: (dataList: any[]) => void;
|
983
|
-
setChecked: (item: any, type: boolean) => void;
|
984
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
985
|
-
onCurrentDepartment: (...args: any[]) => void;
|
986
|
-
onCurrent: (...args: any[]) => void;
|
987
|
-
onCurrentDelete: (...args: any[]) => void;
|
988
|
-
onSelectedData: (...args: any[]) => void;
|
989
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
|
990
|
-
fuzzySearch: boolean;
|
991
|
-
highlightSelected: boolean;
|
992
|
-
getData: FunctionConstructor;
|
993
|
-
itemSize: number;
|
994
|
-
hideDevice: boolean;
|
995
|
-
hideOrgNoData: boolean;
|
996
|
-
defaultGetData: boolean;
|
997
|
-
showOnlineOnly: boolean;
|
998
|
-
checkStrictly: boolean;
|
999
|
-
showCheckbox: boolean;
|
1000
|
-
parentCheckbox: boolean;
|
1001
|
-
showRadio: boolean;
|
1002
|
-
showCheckboxButton: boolean;
|
1003
|
-
showRadioButton: boolean;
|
1004
|
-
defaultCheckedList: () => any[];
|
1005
|
-
disableDataList: () => any[];
|
1006
|
-
returnDisableDevice: boolean;
|
1007
|
-
}>>> & {
|
1008
|
-
onOnCurrentDepartment?: (...args: any[]) => any;
|
1009
|
-
onOnCurrent?: (...args: any[]) => any;
|
1010
|
-
onOnCurrentDelete?: (...args: any[]) => any;
|
1011
|
-
onOnSelectedData?: (...args: any[]) => any;
|
1012
|
-
}, {
|
1013
|
-
getData: () => any;
|
1014
|
-
defaultGetData: boolean;
|
1015
|
-
checkStrictly: boolean;
|
1016
|
-
hideDevice: boolean;
|
1017
|
-
hideOrgNoData: boolean;
|
1018
|
-
showOnlineOnly: boolean;
|
1019
|
-
itemSize: number;
|
1020
|
-
defaultCheckedList: any[];
|
1021
|
-
highlightSelected: boolean;
|
1022
|
-
showCheckbox: boolean;
|
1023
|
-
parentCheckbox: boolean;
|
1024
|
-
showRadio: boolean;
|
1025
|
-
showRadioButton: boolean;
|
1026
|
-
showCheckboxButton: boolean;
|
1027
|
-
fuzzySearch: boolean;
|
1028
|
-
disableDataList: Device[];
|
1029
|
-
returnDisableDevice: boolean;
|
1030
|
-
}, {}>, {
|
1031
|
-
"below-the-input"?(_: {}): any;
|
1032
|
-
"check-content"?(_: {
|
1033
|
-
row: any;
|
1034
|
-
}): any;
|
1035
|
-
"other-content"?(_: {
|
1036
|
-
row: any;
|
1037
|
-
}): any;
|
1038
|
-
}>;
|
1425
|
+
export declare const HyDeviceTree: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
1426
|
+
|
1427
|
+
export declare const HyEditSpotCheck: DefineComponent< {}, {
|
1428
|
+
show: (id?: any, params?: any) => MessageHandler;
|
1429
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1430
|
+
"on-submit": (...args: any[]) => void;
|
1431
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
1432
|
+
"onOn-submit"?: (...args: any[]) => any;
|
1433
|
+
}, {}, {}>;
|
1039
1434
|
|
1040
1435
|
export declare const HyImageViewer: DefineComponent< {}, {
|
1041
1436
|
onShowViewer: typeof onShowViewer;
|
1042
1437
|
imageViewerClose: typeof imageViewerClose;
|
1043
1438
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1044
1439
|
|
1045
|
-
export declare const HyMenuComponents: DefineComponent<
|
1046
|
-
menuList: () => any[];
|
1047
|
-
menuTitle: string;
|
1048
|
-
}>, {
|
1049
|
-
setRouterPath: typeof setRouterPath;
|
1050
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1051
|
-
onChange: (...args: any[]) => void;
|
1052
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_7>, {
|
1440
|
+
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
|
1053
1441
|
menuList: () => any[];
|
1054
1442
|
menuTitle: string;
|
1055
|
-
}>>> & {
|
1056
|
-
onOnChange?: (...args: any[]) => any;
|
1057
|
-
}, {
|
1058
|
-
menuList: MenuListItem[];
|
1059
|
-
menuTitle: string;
|
1060
|
-
}, {}>;
|
1061
|
-
|
1062
|
-
export declare const HyOrgCascader: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
|
1063
|
-
size: string;
|
1064
|
-
className: string;
|
1065
|
-
placeholder: string;
|
1066
|
-
contentType: boolean;
|
1067
|
-
disabled: boolean;
|
1068
|
-
}>, {
|
1069
|
-
setDefaultValue: (organizationId: any) => void;
|
1070
|
-
getData: () => Promise<void>;
|
1071
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1072
|
-
change: (...args: any[]) => void;
|
1073
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
|
1074
|
-
size: string;
|
1075
|
-
className: string;
|
1076
|
-
placeholder: string;
|
1077
|
-
contentType: boolean;
|
1078
|
-
disabled: boolean;
|
1079
|
-
}>>> & {
|
1080
|
-
onChange?: (...args: any[]) => any;
|
1081
|
-
}, {
|
1082
|
-
className: string;
|
1083
|
-
size: string;
|
1084
|
-
placeholder: string;
|
1085
|
-
disabled: boolean;
|
1086
|
-
contentType: boolean;
|
1087
|
-
}, {}>, {
|
1088
|
-
default?(_: {}): any;
|
1089
|
-
}>;
|
1090
|
-
|
1091
|
-
export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
1092
|
-
fuzzySearch: boolean;
|
1093
|
-
highlightSelected: boolean;
|
1094
|
-
getData: FunctionConstructor;
|
1095
|
-
itemSize: number;
|
1096
|
-
hideDevice: boolean;
|
1097
|
-
hideGroup: boolean;
|
1098
|
-
hideOrgNoData: boolean;
|
1099
|
-
defaultGetData: boolean;
|
1100
|
-
showOnlineOnly: boolean;
|
1101
|
-
checkStrictly: boolean;
|
1102
|
-
showCheckbox: boolean;
|
1103
|
-
parentCheckbox: boolean;
|
1104
|
-
showRadio: boolean;
|
1105
|
-
showCheckboxButton: boolean;
|
1106
|
-
showRadioButton: boolean;
|
1107
|
-
defaultCheckedList: () => any[];
|
1108
|
-
returnDisableDevice: boolean;
|
1109
|
-
}>, {
|
1110
|
-
setCheckedKeys: (keys: string[]) => void;
|
1111
|
-
setSelectedList: (dataList: any[]) => void;
|
1112
|
-
setChecked: (item: any, type: boolean) => void;
|
1113
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1114
|
-
onCurrentDepartment: (...args: any[]) => void;
|
1115
|
-
onCurrent: (...args: any[]) => void;
|
1116
|
-
onCurrentDelete: (...args: any[]) => void;
|
1117
|
-
onSelectedData: (...args: any[]) => void;
|
1118
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
1119
|
-
fuzzySearch: boolean;
|
1120
|
-
highlightSelected: boolean;
|
1121
|
-
getData: FunctionConstructor;
|
1122
|
-
itemSize: number;
|
1123
|
-
hideDevice: boolean;
|
1124
|
-
hideGroup: boolean;
|
1125
|
-
hideOrgNoData: boolean;
|
1126
|
-
defaultGetData: boolean;
|
1127
|
-
showOnlineOnly: boolean;
|
1128
|
-
checkStrictly: boolean;
|
1129
|
-
showCheckbox: boolean;
|
1130
|
-
parentCheckbox: boolean;
|
1131
|
-
showRadio: boolean;
|
1132
|
-
showCheckboxButton: boolean;
|
1133
|
-
showRadioButton: boolean;
|
1134
|
-
defaultCheckedList: () => any[];
|
1135
|
-
returnDisableDevice: boolean;
|
1136
|
-
}>>> & {
|
1137
|
-
onOnCurrentDepartment?: (...args: any[]) => any;
|
1138
|
-
onOnCurrent?: (...args: any[]) => any;
|
1139
|
-
onOnCurrentDelete?: (...args: any[]) => any;
|
1140
|
-
onOnSelectedData?: (...args: any[]) => any;
|
1141
|
-
}, {
|
1142
|
-
getData: () => any;
|
1143
|
-
defaultGetData: boolean;
|
1144
|
-
checkStrictly: boolean;
|
1145
|
-
hideDevice: boolean;
|
1146
|
-
hideOrgNoData: boolean;
|
1147
|
-
hideGroup: boolean;
|
1148
|
-
itemSize: number;
|
1149
|
-
defaultCheckedList: any[];
|
1150
|
-
highlightSelected: boolean;
|
1151
|
-
showCheckbox: boolean;
|
1152
|
-
parentCheckbox: boolean;
|
1153
|
-
showRadio: boolean;
|
1154
|
-
showRadioButton: boolean;
|
1155
|
-
showCheckboxButton: boolean;
|
1156
|
-
fuzzySearch: boolean;
|
1157
|
-
}, {}>, {
|
1158
|
-
"below-the-input"?(_: {}): any;
|
1159
|
-
"check-content"?(_: {
|
1160
|
-
row: any;
|
1161
|
-
}): any;
|
1162
|
-
"other-content"?(_: {
|
1163
|
-
row: any;
|
1164
|
-
}): any;
|
1165
|
-
}>;
|
1166
|
-
|
1167
|
-
export declare const HyOrgTree: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
|
1168
|
-
fuzzySearch: boolean;
|
1169
|
-
highlightSelected: boolean;
|
1170
|
-
getData: FunctionConstructor;
|
1171
|
-
itemSize: number;
|
1172
|
-
hideOrgNoData: boolean;
|
1173
|
-
defaultGetData: boolean;
|
1174
|
-
showOnlineOnly: boolean;
|
1175
|
-
checkStrictly: boolean;
|
1176
|
-
showCheckbox: boolean;
|
1177
|
-
parentCheckbox: boolean;
|
1178
|
-
showRadio: boolean;
|
1179
|
-
showCheckboxButton: boolean;
|
1180
|
-
showRadioButton: boolean;
|
1181
|
-
defaultCheckedList: () => any[];
|
1182
|
-
returnDisableDevice: boolean;
|
1183
|
-
disableDataList: () => any[];
|
1184
1443
|
}>, {
|
1185
|
-
|
1186
|
-
setSelectedList: (dataList: any[]) => void;
|
1187
|
-
setChecked: (item: any, type: boolean) => void;
|
1444
|
+
setRouterPath: typeof setRouterPath;
|
1188
1445
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
|
1194
|
-
fuzzySearch: boolean;
|
1195
|
-
highlightSelected: boolean;
|
1196
|
-
getData: FunctionConstructor;
|
1197
|
-
itemSize: number;
|
1198
|
-
hideOrgNoData: boolean;
|
1199
|
-
defaultGetData: boolean;
|
1200
|
-
showOnlineOnly: boolean;
|
1201
|
-
checkStrictly: boolean;
|
1202
|
-
showCheckbox: boolean;
|
1203
|
-
parentCheckbox: boolean;
|
1204
|
-
showRadio: boolean;
|
1205
|
-
showCheckboxButton: boolean;
|
1206
|
-
showRadioButton: boolean;
|
1207
|
-
defaultCheckedList: () => any[];
|
1208
|
-
returnDisableDevice: boolean;
|
1209
|
-
disableDataList: () => any[];
|
1446
|
+
onChange: (...args: any[]) => void;
|
1447
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
|
1448
|
+
menuList: () => any[];
|
1449
|
+
menuTitle: string;
|
1210
1450
|
}>>> & {
|
1211
|
-
|
1212
|
-
onOnCurrent?: (...args: any[]) => any;
|
1213
|
-
onOnCurrentDelete?: (...args: any[]) => any;
|
1214
|
-
onOnSelectedData?: (...args: any[]) => any;
|
1451
|
+
onOnChange?: (...args: any[]) => any;
|
1215
1452
|
}, {
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
showRadio: boolean;
|
1226
|
-
showRadioButton: boolean;
|
1227
|
-
showCheckboxButton: boolean;
|
1228
|
-
fuzzySearch: boolean;
|
1229
|
-
disableDataList: UserInfo[];
|
1230
|
-
}, {}>, {
|
1231
|
-
"below-the-input"?(_: {}): any;
|
1232
|
-
"check-content"?(_: {
|
1233
|
-
row: any;
|
1234
|
-
}): any;
|
1235
|
-
"other-content"?(_: {
|
1236
|
-
row: any;
|
1237
|
-
}): any;
|
1238
|
-
}>;
|
1453
|
+
menuList: MenuListItem[];
|
1454
|
+
menuTitle: string;
|
1455
|
+
}, {}>;
|
1456
|
+
|
1457
|
+
export declare const HyOrgCascader: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
1458
|
+
|
1459
|
+
export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
|
1460
|
+
|
1461
|
+
export declare const HyOrgTree: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
1239
1462
|
|
1240
|
-
export declare const HyRoundButton: DefineComponent<
|
1463
|
+
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<RoundButton>, {
|
1241
1464
|
name: string;
|
1242
1465
|
className: string;
|
1243
1466
|
color: string;
|
@@ -1246,7 +1469,7 @@ height: string;
|
|
1246
1469
|
tips: string;
|
1247
1470
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1248
1471
|
click: (...args: any[]) => void;
|
1249
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1472
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<RoundButton>, {
|
1250
1473
|
name: string;
|
1251
1474
|
className: string;
|
1252
1475
|
color: string;
|
@@ -1257,7 +1480,7 @@ tips: string;
|
|
1257
1480
|
onClick?: (...args: any[]) => any;
|
1258
1481
|
}, {}, {}>;
|
1259
1482
|
|
1260
|
-
export declare const HySelect: DefineComponent<
|
1483
|
+
export declare const HySelect: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_7>, {
|
1261
1484
|
modelValue: string;
|
1262
1485
|
requestParams: {};
|
1263
1486
|
controller: string;
|
@@ -1280,7 +1503,7 @@ change: (...args: any[]) => void;
|
|
1280
1503
|
visibleChange: (...args: any[]) => void;
|
1281
1504
|
"update:modelValue": (...args: any[]) => void;
|
1282
1505
|
"on-changeSelectItem": (...args: any[]) => void;
|
1283
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1506
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_7>, {
|
1284
1507
|
modelValue: string;
|
1285
1508
|
requestParams: {};
|
1286
1509
|
controller: string;
|
@@ -1303,6 +1526,8 @@ onVisibleChange?: (...args: any[]) => any;
|
|
1303
1526
|
"onOn-changeSelectItem"?: (...args: any[]) => any;
|
1304
1527
|
}, {
|
1305
1528
|
size: string;
|
1529
|
+
multiple: boolean;
|
1530
|
+
placeholder: string;
|
1306
1531
|
optionLabel: string;
|
1307
1532
|
optionValue: string;
|
1308
1533
|
modelValue: any;
|
@@ -1313,18 +1538,20 @@ customDataList: any[];
|
|
1313
1538
|
selectedDataList: any[];
|
1314
1539
|
requestimmediately: boolean;
|
1315
1540
|
clearable: boolean;
|
1316
|
-
multiple: boolean;
|
1317
|
-
placeholder: string;
|
1318
1541
|
}, {}>;
|
1319
1542
|
|
1320
|
-
export declare const
|
1543
|
+
export declare const HySpotCheckDetail: DefineComponent< {}, {
|
1544
|
+
show: (id: string | number) => void;
|
1545
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1546
|
+
|
1547
|
+
export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<IconProps>, {
|
1321
1548
|
prefix: string;
|
1322
1549
|
name: string;
|
1323
1550
|
className: string;
|
1324
1551
|
color: string;
|
1325
1552
|
width: string;
|
1326
1553
|
height: string;
|
1327
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1554
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<IconProps>, {
|
1328
1555
|
prefix: string;
|
1329
1556
|
name: string;
|
1330
1557
|
className: string;
|
@@ -1333,75 +1560,7 @@ width: string;
|
|
1333
1560
|
height: string;
|
1334
1561
|
}>>>, {}, {}>;
|
1335
1562
|
|
1336
|
-
export declare const HyTable:
|
1337
|
-
height: number;
|
1338
|
-
columnList: () => any[];
|
1339
|
-
searchArr: () => any[];
|
1340
|
-
showIndexColumn: boolean;
|
1341
|
-
defaultGetData: boolean;
|
1342
|
-
selectColumnType: SelectType;
|
1343
|
-
childrenProps: () => {};
|
1344
|
-
showFooter: boolean;
|
1345
|
-
reqUrl: string;
|
1346
|
-
customUrl: any;
|
1347
|
-
showHeader: () => true;
|
1348
|
-
cellStyle: () => {};
|
1349
|
-
headerCellStyle: () => {};
|
1350
|
-
disableIds: () => any[];
|
1351
|
-
searchForm: () => {};
|
1352
|
-
selectKey: string;
|
1353
|
-
paginationLayout: string;
|
1354
|
-
pagerCount: number;
|
1355
|
-
treeProps: () => {};
|
1356
|
-
}>, {
|
1357
|
-
getTableData: typeof getTableData;
|
1358
|
-
setSelectedData: typeof setSelectedData;
|
1359
|
-
clearSelection: typeof clearSelection;
|
1360
|
-
selectedData: globalThis.Ref<any>;
|
1361
|
-
setTableData: typeof setTableData;
|
1362
|
-
handleCurrentChange: typeof handleCurrentChange;
|
1363
|
-
getSearchForm: typeof getSearchForm;
|
1364
|
-
getTableList: typeof getTableList;
|
1365
|
-
getTotalElements: typeof getTotalElements;
|
1366
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1367
|
-
getTotal: (...args: any[]) => void;
|
1368
|
-
selectionChange: (...args: any[]) => void;
|
1369
|
-
onRowcClick: (...args: any[]) => void;
|
1370
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TableProps>, {
|
1371
|
-
height: number;
|
1372
|
-
columnList: () => any[];
|
1373
|
-
searchArr: () => any[];
|
1374
|
-
showIndexColumn: boolean;
|
1375
|
-
defaultGetData: boolean;
|
1376
|
-
selectColumnType: SelectType;
|
1377
|
-
childrenProps: () => {};
|
1378
|
-
showFooter: boolean;
|
1379
|
-
reqUrl: string;
|
1380
|
-
customUrl: any;
|
1381
|
-
showHeader: () => true;
|
1382
|
-
cellStyle: () => {};
|
1383
|
-
headerCellStyle: () => {};
|
1384
|
-
disableIds: () => any[];
|
1385
|
-
searchForm: () => {};
|
1386
|
-
selectKey: string;
|
1387
|
-
paginationLayout: string;
|
1388
|
-
pagerCount: number;
|
1389
|
-
treeProps: () => {};
|
1390
|
-
}>>> & {
|
1391
|
-
onGetTotal?: (...args: any[]) => any;
|
1392
|
-
onSelectionChange?: (...args: any[]) => any;
|
1393
|
-
onOnRowcClick?: (...args: any[]) => any;
|
1394
|
-
}, {}, {}>, Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
|
1395
|
-
tableLeft?(_: {}): any;
|
1396
|
-
tableRight?(_: {}): any;
|
1397
|
-
customContent?(_: {
|
1398
|
-
tableData: any;
|
1399
|
-
}): any;
|
1400
|
-
empty?(_: {}): any;
|
1401
|
-
statisticalQuantityLeft?(_: {}): any;
|
1402
|
-
statisticalQuantityRight?(_: {}): any;
|
1403
|
-
footer?(_: {}): any;
|
1404
|
-
}>;
|
1563
|
+
export declare const HyTable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
1405
1564
|
|
1406
1565
|
export declare const HyTableHead: DefineComponent< {
|
1407
1566
|
selectList: {
|
@@ -1458,96 +1617,9 @@ selectValueKey: string;
|
|
1458
1617
|
|
1459
1618
|
export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
|
1460
1619
|
|
1461
|
-
export declare const HyUserHead:
|
1462
|
-
gbDevice: boolean;
|
1463
|
-
url: string;
|
1464
|
-
headBoxClassName: string;
|
1465
|
-
name: string;
|
1466
|
-
className: string;
|
1467
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<RoundButton_2>, {
|
1468
|
-
gbDevice: boolean;
|
1469
|
-
url: string;
|
1470
|
-
headBoxClassName: string;
|
1471
|
-
name: string;
|
1472
|
-
className: string;
|
1473
|
-
}>>>, {}, {}>, {
|
1474
|
-
content?(_: {}): any;
|
1475
|
-
}>;
|
1620
|
+
export declare const HyUserHead: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
|
1476
1621
|
|
1477
|
-
export declare const HyUserTree:
|
1478
|
-
fuzzySearch: boolean;
|
1479
|
-
highlightSelected: boolean;
|
1480
|
-
getData: FunctionConstructor;
|
1481
|
-
itemSize: number;
|
1482
|
-
hideDevice: boolean;
|
1483
|
-
hideOrgNoData: boolean;
|
1484
|
-
defaultGetData: boolean;
|
1485
|
-
showOnlineOnly: boolean;
|
1486
|
-
checkStrictly: boolean;
|
1487
|
-
showCheckbox: boolean;
|
1488
|
-
parentCheckbox: boolean;
|
1489
|
-
showRadio: boolean;
|
1490
|
-
showCheckboxButton: boolean;
|
1491
|
-
showRadioButton: boolean;
|
1492
|
-
defaultCheckedList: () => any[];
|
1493
|
-
returnDisableDevice: boolean;
|
1494
|
-
disableDataList: () => any[];
|
1495
|
-
}>, {
|
1496
|
-
setCheckedKeys: (keys: string[]) => void;
|
1497
|
-
setSelectedList: (dataList: any[]) => void;
|
1498
|
-
setChecked: (item: any, type: boolean) => void;
|
1499
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1500
|
-
onCurrentDepartment: (...args: any[]) => void;
|
1501
|
-
onCurrent: (...args: any[]) => void;
|
1502
|
-
onCurrentDelete: (...args: any[]) => void;
|
1503
|
-
onSelectedData: (...args: any[]) => void;
|
1504
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
|
1505
|
-
fuzzySearch: boolean;
|
1506
|
-
highlightSelected: boolean;
|
1507
|
-
getData: FunctionConstructor;
|
1508
|
-
itemSize: number;
|
1509
|
-
hideDevice: boolean;
|
1510
|
-
hideOrgNoData: boolean;
|
1511
|
-
defaultGetData: boolean;
|
1512
|
-
showOnlineOnly: boolean;
|
1513
|
-
checkStrictly: boolean;
|
1514
|
-
showCheckbox: boolean;
|
1515
|
-
parentCheckbox: boolean;
|
1516
|
-
showRadio: boolean;
|
1517
|
-
showCheckboxButton: boolean;
|
1518
|
-
showRadioButton: boolean;
|
1519
|
-
defaultCheckedList: () => any[];
|
1520
|
-
returnDisableDevice: boolean;
|
1521
|
-
disableDataList: () => any[];
|
1522
|
-
}>>> & {
|
1523
|
-
onOnCurrentDepartment?: (...args: any[]) => any;
|
1524
|
-
onOnCurrent?: (...args: any[]) => any;
|
1525
|
-
onOnCurrentDelete?: (...args: any[]) => any;
|
1526
|
-
onOnSelectedData?: (...args: any[]) => any;
|
1527
|
-
}, {
|
1528
|
-
getData: () => any;
|
1529
|
-
defaultGetData: boolean;
|
1530
|
-
checkStrictly: boolean;
|
1531
|
-
hideOrgNoData: boolean;
|
1532
|
-
itemSize: number;
|
1533
|
-
defaultCheckedList: any[];
|
1534
|
-
highlightSelected: boolean;
|
1535
|
-
showCheckbox: boolean;
|
1536
|
-
parentCheckbox: boolean;
|
1537
|
-
showRadio: boolean;
|
1538
|
-
showRadioButton: boolean;
|
1539
|
-
showCheckboxButton: boolean;
|
1540
|
-
fuzzySearch: boolean;
|
1541
|
-
disableDataList: UserInfo[];
|
1542
|
-
}, {}>, {
|
1543
|
-
"below-the-input"?(_: {}): any;
|
1544
|
-
"check-content"?(_: {
|
1545
|
-
row: any;
|
1546
|
-
}): any;
|
1547
|
-
"other-content"?(_: {
|
1548
|
-
row: any;
|
1549
|
-
}): any;
|
1550
|
-
}>;
|
1622
|
+
export declare const HyUserTree: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, ReturnType<typeof __VLS_template_9>>;
|
1551
1623
|
|
1552
1624
|
export declare const HyVueCropper: DefineComponent< {}, {
|
1553
1625
|
onShowModal: typeof onShowModal;
|
@@ -1660,25 +1732,41 @@ declare interface OrgType {
|
|
1660
1732
|
}
|
1661
1733
|
|
1662
1734
|
declare interface Props {
|
1735
|
+
disableDataList?: UserInfo[];
|
1736
|
+
}
|
1737
|
+
|
1738
|
+
declare interface Props_2 {
|
1739
|
+
optionList: {
|
1740
|
+
label: string;
|
1741
|
+
value: number;
|
1742
|
+
}[];
|
1743
|
+
}
|
1744
|
+
|
1745
|
+
declare interface Props_3 {
|
1663
1746
|
hideDevice?: boolean;
|
1664
1747
|
showOnlineOnly?: boolean;
|
1665
1748
|
disableDataList?: Device[];
|
1666
1749
|
returnDisableDevice?: boolean;
|
1667
1750
|
}
|
1668
1751
|
|
1669
|
-
declare interface
|
1670
|
-
|
1752
|
+
declare interface Props_4 {
|
1753
|
+
menuList: MenuListItem[];
|
1754
|
+
menuTitle: string;
|
1671
1755
|
}
|
1672
1756
|
|
1673
|
-
declare interface
|
1674
|
-
|
1757
|
+
declare interface Props_5 {
|
1758
|
+
size?: string;
|
1759
|
+
className?: string;
|
1760
|
+
placeholder?: string;
|
1761
|
+
contentType?: boolean;
|
1762
|
+
disabled?: boolean;
|
1675
1763
|
}
|
1676
1764
|
|
1677
|
-
declare interface
|
1765
|
+
declare interface Props_6 {
|
1678
1766
|
disableDataList?: UserInfo[];
|
1679
1767
|
}
|
1680
1768
|
|
1681
|
-
declare interface
|
1769
|
+
declare interface Props_7 {
|
1682
1770
|
modelValue?: any;
|
1683
1771
|
requestParams?: any;
|
1684
1772
|
controller?: string;
|
@@ -1694,24 +1782,8 @@ declare interface Props_5 {
|
|
1694
1782
|
placeholder?: string;
|
1695
1783
|
}
|
1696
1784
|
|
1697
|
-
declare interface Props_6 {
|
1698
|
-
size?: string;
|
1699
|
-
className?: string;
|
1700
|
-
placeholder?: string;
|
1701
|
-
contentType?: boolean;
|
1702
|
-
disabled?: boolean;
|
1703
|
-
}
|
1704
|
-
|
1705
|
-
declare interface Props_7 {
|
1706
|
-
menuList: MenuListItem[];
|
1707
|
-
menuTitle: string;
|
1708
|
-
}
|
1709
|
-
|
1710
1785
|
declare interface Props_8 {
|
1711
|
-
|
1712
|
-
label: string;
|
1713
|
-
value: number;
|
1714
|
-
}[];
|
1786
|
+
disableDataList?: UserInfo[];
|
1715
1787
|
}
|
1716
1788
|
|
1717
1789
|
declare function removeTimeData(): void;
|
@@ -1736,7 +1808,8 @@ declare interface RoundButton_2 {
|
|
1736
1808
|
[key: string]: any;
|
1737
1809
|
url?: string;
|
1738
1810
|
gbDevice?: boolean;
|
1739
|
-
|
1811
|
+
onlineState?: boolean;
|
1812
|
+
stateShow?: boolean;
|
1740
1813
|
name?: string;
|
1741
1814
|
className?: string;
|
1742
1815
|
}
|