command-center-v3-common 0.0.57 → 0.0.58
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 +3159 -3130
- package/dist/command-center-v3-common.umd.cjs +13 -13
- package/dist/index.d.ts +705 -139
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ComponentOptionsMixin } from 'vue';
|
2
2
|
import { DefineComponent } from 'vue';
|
3
|
-
import { default as HyDeviceTree } from './components/tree/device-tree/device-tree.vue';
|
4
3
|
import { HyMap } from 'hy-map-hub';
|
5
4
|
import { MessageHandler } from 'element-plus';
|
6
5
|
import { PropType as PropType_2 } from 'vue';
|
@@ -74,6 +73,73 @@ fuzzySearch: boolean;
|
|
74
73
|
disableDataList: UserInfo[];
|
75
74
|
}, {}>;
|
76
75
|
|
76
|
+
declare const __VLS_component_10: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<TreeCpnsProps & TreeProps & Props_12>, {
|
77
|
+
fuzzySearch: boolean;
|
78
|
+
highlightSelected: boolean;
|
79
|
+
getData: FunctionConstructor;
|
80
|
+
itemSize: number;
|
81
|
+
hideDevice: boolean;
|
82
|
+
hideOrgNoData: boolean;
|
83
|
+
defaultGetData: boolean;
|
84
|
+
showOnlineOnly: boolean;
|
85
|
+
checkStrictly: boolean;
|
86
|
+
showCheckbox: boolean;
|
87
|
+
parentCheckbox: boolean;
|
88
|
+
showRadio: boolean;
|
89
|
+
showCheckboxButton: boolean;
|
90
|
+
showRadioButton: boolean;
|
91
|
+
defaultCheckedList: () => any[];
|
92
|
+
returnDisableDevice: boolean;
|
93
|
+
disableDataList: () => any[];
|
94
|
+
}>, {
|
95
|
+
setCheckedKeys: (keys: string[]) => void;
|
96
|
+
setSelectedList: (dataList: any[]) => void;
|
97
|
+
setChecked: (item: any, type: boolean) => void;
|
98
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
99
|
+
onSelectedData: (...args: any[]) => void;
|
100
|
+
onCurrent: (...args: any[]) => void;
|
101
|
+
onCurrentDelete: (...args: any[]) => void;
|
102
|
+
onCurrentDepartment: (...args: any[]) => void;
|
103
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<TreeCpnsProps & TreeProps & Props_12>, {
|
104
|
+
fuzzySearch: boolean;
|
105
|
+
highlightSelected: boolean;
|
106
|
+
getData: FunctionConstructor;
|
107
|
+
itemSize: number;
|
108
|
+
hideDevice: boolean;
|
109
|
+
hideOrgNoData: boolean;
|
110
|
+
defaultGetData: boolean;
|
111
|
+
showOnlineOnly: boolean;
|
112
|
+
checkStrictly: boolean;
|
113
|
+
showCheckbox: boolean;
|
114
|
+
parentCheckbox: boolean;
|
115
|
+
showRadio: boolean;
|
116
|
+
showCheckboxButton: boolean;
|
117
|
+
showRadioButton: boolean;
|
118
|
+
defaultCheckedList: () => any[];
|
119
|
+
returnDisableDevice: boolean;
|
120
|
+
disableDataList: () => any[];
|
121
|
+
}>>> & {
|
122
|
+
onOnSelectedData?: (...args: any[]) => any;
|
123
|
+
onOnCurrent?: (...args: any[]) => any;
|
124
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
125
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
126
|
+
}, {
|
127
|
+
getData: () => any;
|
128
|
+
defaultGetData: boolean;
|
129
|
+
showCheckbox: boolean;
|
130
|
+
parentCheckbox: boolean;
|
131
|
+
defaultCheckedList: any[];
|
132
|
+
hideOrgNoData: boolean;
|
133
|
+
itemSize: number;
|
134
|
+
highlightSelected: boolean;
|
135
|
+
checkStrictly: boolean;
|
136
|
+
showRadio: boolean;
|
137
|
+
showRadioButton: boolean;
|
138
|
+
showCheckboxButton: boolean;
|
139
|
+
fuzzySearch: boolean;
|
140
|
+
disableDataList: UserInfo[];
|
141
|
+
}, {}>;
|
142
|
+
|
77
143
|
declare const __VLS_component_2: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BoxBorderProps>, {
|
78
144
|
prefix: string;
|
79
145
|
name: string;
|
@@ -100,7 +166,78 @@ right: number;
|
|
100
166
|
bottom: number;
|
101
167
|
}>>>, {}, {}>;
|
102
168
|
|
103
|
-
declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
|
169
|
+
declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
170
|
+
fuzzySearch: boolean;
|
171
|
+
highlightSelected: boolean;
|
172
|
+
getData: FunctionConstructor;
|
173
|
+
itemSize: number;
|
174
|
+
hideDevice: boolean;
|
175
|
+
hideOrgNoData: boolean;
|
176
|
+
defaultGetData: boolean;
|
177
|
+
showOnlineOnly: boolean;
|
178
|
+
checkStrictly: boolean;
|
179
|
+
showCheckbox: boolean;
|
180
|
+
parentCheckbox: boolean;
|
181
|
+
showRadio: boolean;
|
182
|
+
showCheckboxButton: boolean;
|
183
|
+
showRadioButton: boolean;
|
184
|
+
defaultCheckedList: () => any[];
|
185
|
+
disableDataList: () => any[];
|
186
|
+
returnDisableDevice: boolean;
|
187
|
+
}>, {
|
188
|
+
setCheckedKeys: (keys: string[]) => void;
|
189
|
+
setSelectedList: (dataList: any[]) => void;
|
190
|
+
setChecked: (item: any, type: boolean) => void;
|
191
|
+
setDeviceStatus: (deviceStatus: DeviceStatus) => void;
|
192
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
193
|
+
onSelectedData: (...args: any[]) => void;
|
194
|
+
onCurrent: (...args: any[]) => void;
|
195
|
+
onCurrentDelete: (...args: any[]) => void;
|
196
|
+
onCurrentDepartment: (...args: any[]) => void;
|
197
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
198
|
+
fuzzySearch: boolean;
|
199
|
+
highlightSelected: boolean;
|
200
|
+
getData: FunctionConstructor;
|
201
|
+
itemSize: number;
|
202
|
+
hideDevice: boolean;
|
203
|
+
hideOrgNoData: boolean;
|
204
|
+
defaultGetData: boolean;
|
205
|
+
showOnlineOnly: boolean;
|
206
|
+
checkStrictly: boolean;
|
207
|
+
showCheckbox: boolean;
|
208
|
+
parentCheckbox: boolean;
|
209
|
+
showRadio: boolean;
|
210
|
+
showCheckboxButton: boolean;
|
211
|
+
showRadioButton: boolean;
|
212
|
+
defaultCheckedList: () => any[];
|
213
|
+
disableDataList: () => any[];
|
214
|
+
returnDisableDevice: boolean;
|
215
|
+
}>>> & {
|
216
|
+
onOnSelectedData?: (...args: any[]) => any;
|
217
|
+
onOnCurrent?: (...args: any[]) => any;
|
218
|
+
onOnCurrentDelete?: (...args: any[]) => any;
|
219
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
220
|
+
}, {
|
221
|
+
getData: () => any;
|
222
|
+
defaultGetData: boolean;
|
223
|
+
showCheckbox: boolean;
|
224
|
+
parentCheckbox: boolean;
|
225
|
+
defaultCheckedList: any[];
|
226
|
+
hideDevice: boolean;
|
227
|
+
hideOrgNoData: boolean;
|
228
|
+
showOnlineOnly: boolean;
|
229
|
+
itemSize: number;
|
230
|
+
highlightSelected: boolean;
|
231
|
+
checkStrictly: boolean;
|
232
|
+
showRadio: boolean;
|
233
|
+
showRadioButton: boolean;
|
234
|
+
showCheckboxButton: boolean;
|
235
|
+
fuzzySearch: boolean;
|
236
|
+
disableDataList: Device[];
|
237
|
+
returnDisableDevice: boolean;
|
238
|
+
}, {}>;
|
239
|
+
|
240
|
+
declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
104
241
|
initParams: () => void;
|
105
242
|
mapDisplayList: () => any[];
|
106
243
|
tableColumns: () => ({
|
@@ -118,7 +255,7 @@ prop?: undefined;
|
|
118
255
|
"on-map-display-fn": (...args: any[]) => void;
|
119
256
|
"on-get-data": (...args: any[]) => void;
|
120
257
|
"on-delete": (...args: any[]) => void;
|
121
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
258
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
122
259
|
initParams: () => void;
|
123
260
|
mapDisplayList: () => any[];
|
124
261
|
tableColumns: () => ({
|
@@ -142,7 +279,7 @@ mapDisplayList: any[];
|
|
142
279
|
tableColumns: TableColumnsItem[];
|
143
280
|
}, {}>;
|
144
281
|
|
145
|
-
declare const
|
282
|
+
declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
146
283
|
size: string;
|
147
284
|
className: string;
|
148
285
|
placeholder: string;
|
@@ -153,7 +290,7 @@ setDefaultValue: (organizationId: any) => void;
|
|
153
290
|
getData: () => Promise<void>;
|
154
291
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
155
292
|
change: (...args: any[]) => void;
|
156
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
293
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
157
294
|
size: string;
|
158
295
|
className: string;
|
159
296
|
placeholder: string;
|
@@ -169,7 +306,7 @@ className: string;
|
|
169
306
|
contentType: boolean;
|
170
307
|
}, {}>;
|
171
308
|
|
172
|
-
declare const
|
309
|
+
declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
173
310
|
fuzzySearch: boolean;
|
174
311
|
highlightSelected: boolean;
|
175
312
|
getData: FunctionConstructor;
|
@@ -196,7 +333,9 @@ onSelectedData: (...args: any[]) => void;
|
|
196
333
|
onCurrent: (...args: any[]) => void;
|
197
334
|
onCurrentDelete: (...args: any[]) => void;
|
198
335
|
onCurrentDepartment: (...args: any[]) => void;
|
199
|
-
|
336
|
+
onClickDevice: (...args: any[]) => void;
|
337
|
+
onClickOrganization: (...args: any[]) => void;
|
338
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
200
339
|
fuzzySearch: boolean;
|
201
340
|
highlightSelected: boolean;
|
202
341
|
getData: FunctionConstructor;
|
@@ -219,6 +358,8 @@ onOnSelectedData?: (...args: any[]) => any;
|
|
219
358
|
onOnCurrent?: (...args: any[]) => any;
|
220
359
|
onOnCurrentDelete?: (...args: any[]) => any;
|
221
360
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
361
|
+
onOnClickDevice?: (...args: any[]) => any;
|
362
|
+
onOnClickOrganization?: (...args: any[]) => any;
|
222
363
|
}, {
|
223
364
|
getData: () => any;
|
224
365
|
defaultGetData: boolean;
|
@@ -237,7 +378,7 @@ showCheckboxButton: boolean;
|
|
237
378
|
fuzzySearch: boolean;
|
238
379
|
}, {}>;
|
239
380
|
|
240
|
-
declare const
|
381
|
+
declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<TreeCpnsProps & TreeProps & Props_9>, {
|
241
382
|
fuzzySearch: boolean;
|
242
383
|
highlightSelected: boolean;
|
243
384
|
getData: FunctionConstructor;
|
@@ -263,7 +404,7 @@ onSelectedData: (...args: any[]) => void;
|
|
263
404
|
onCurrent: (...args: any[]) => void;
|
264
405
|
onCurrentDelete: (...args: any[]) => void;
|
265
406
|
onCurrentDepartment: (...args: any[]) => void;
|
266
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
407
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<TreeCpnsProps & TreeProps & Props_9>, {
|
267
408
|
fuzzySearch: boolean;
|
268
409
|
highlightSelected: boolean;
|
269
410
|
getData: FunctionConstructor;
|
@@ -302,7 +443,7 @@ fuzzySearch: boolean;
|
|
302
443
|
disableDataList: UserInfo[];
|
303
444
|
}, {}>;
|
304
445
|
|
305
|
-
declare const
|
446
|
+
declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<TableProps>, {
|
306
447
|
height: number;
|
307
448
|
columnList: () => any[];
|
308
449
|
searchArr: () => any[];
|
@@ -336,7 +477,7 @@ getTotalElements: typeof getTotalElements;
|
|
336
477
|
getTotal: (...args: any[]) => void;
|
337
478
|
selectionChange: (...args: any[]) => void;
|
338
479
|
onRowcClick: (...args: any[]) => void;
|
339
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
480
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<TableProps>, {
|
340
481
|
height: number;
|
341
482
|
columnList: () => any[];
|
342
483
|
searchArr: () => any[];
|
@@ -362,7 +503,7 @@ onSelectionChange?: (...args: any[]) => any;
|
|
362
503
|
onOnRowcClick?: (...args: any[]) => any;
|
363
504
|
}, {}, {}>;
|
364
505
|
|
365
|
-
declare const
|
506
|
+
declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<RoundButton_2>, {
|
366
507
|
gbDevice: number;
|
367
508
|
onlineState: number;
|
368
509
|
stateShow: boolean;
|
@@ -370,7 +511,7 @@ url: string;
|
|
370
511
|
name: string;
|
371
512
|
className: string;
|
372
513
|
contentClass: string;
|
373
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
514
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<RoundButton_2>, {
|
374
515
|
gbDevice: number;
|
375
516
|
onlineState: number;
|
376
517
|
stateShow: boolean;
|
@@ -380,73 +521,6 @@ className: string;
|
|
380
521
|
contentClass: string;
|
381
522
|
}>>>, {}, {}>;
|
382
523
|
|
383
|
-
declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<TreeCpnsProps & TreeProps & Props_11>, {
|
384
|
-
fuzzySearch: boolean;
|
385
|
-
highlightSelected: boolean;
|
386
|
-
getData: FunctionConstructor;
|
387
|
-
itemSize: number;
|
388
|
-
hideDevice: boolean;
|
389
|
-
hideOrgNoData: boolean;
|
390
|
-
defaultGetData: boolean;
|
391
|
-
showOnlineOnly: boolean;
|
392
|
-
checkStrictly: boolean;
|
393
|
-
showCheckbox: boolean;
|
394
|
-
parentCheckbox: boolean;
|
395
|
-
showRadio: boolean;
|
396
|
-
showCheckboxButton: boolean;
|
397
|
-
showRadioButton: boolean;
|
398
|
-
defaultCheckedList: () => any[];
|
399
|
-
returnDisableDevice: boolean;
|
400
|
-
disableDataList: () => any[];
|
401
|
-
}>, {
|
402
|
-
setCheckedKeys: (keys: string[]) => void;
|
403
|
-
setSelectedList: (dataList: any[]) => void;
|
404
|
-
setChecked: (item: any, type: boolean) => void;
|
405
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
406
|
-
onSelectedData: (...args: any[]) => void;
|
407
|
-
onCurrent: (...args: any[]) => void;
|
408
|
-
onCurrentDelete: (...args: any[]) => void;
|
409
|
-
onCurrentDepartment: (...args: any[]) => void;
|
410
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<TreeCpnsProps & TreeProps & Props_11>, {
|
411
|
-
fuzzySearch: boolean;
|
412
|
-
highlightSelected: boolean;
|
413
|
-
getData: FunctionConstructor;
|
414
|
-
itemSize: number;
|
415
|
-
hideDevice: boolean;
|
416
|
-
hideOrgNoData: boolean;
|
417
|
-
defaultGetData: boolean;
|
418
|
-
showOnlineOnly: boolean;
|
419
|
-
checkStrictly: boolean;
|
420
|
-
showCheckbox: boolean;
|
421
|
-
parentCheckbox: boolean;
|
422
|
-
showRadio: boolean;
|
423
|
-
showCheckboxButton: boolean;
|
424
|
-
showRadioButton: boolean;
|
425
|
-
defaultCheckedList: () => any[];
|
426
|
-
returnDisableDevice: boolean;
|
427
|
-
disableDataList: () => any[];
|
428
|
-
}>>> & {
|
429
|
-
onOnSelectedData?: (...args: any[]) => any;
|
430
|
-
onOnCurrent?: (...args: any[]) => any;
|
431
|
-
onOnCurrentDelete?: (...args: any[]) => any;
|
432
|
-
onOnCurrentDepartment?: (...args: any[]) => any;
|
433
|
-
}, {
|
434
|
-
getData: () => any;
|
435
|
-
defaultGetData: boolean;
|
436
|
-
showCheckbox: boolean;
|
437
|
-
parentCheckbox: boolean;
|
438
|
-
defaultCheckedList: any[];
|
439
|
-
hideOrgNoData: boolean;
|
440
|
-
itemSize: number;
|
441
|
-
highlightSelected: boolean;
|
442
|
-
checkStrictly: boolean;
|
443
|
-
showRadio: boolean;
|
444
|
-
showRadioButton: boolean;
|
445
|
-
showCheckboxButton: boolean;
|
446
|
-
fuzzySearch: boolean;
|
447
|
-
disableDataList: UserInfo[];
|
448
|
-
}, {}>;
|
449
|
-
|
450
524
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
451
525
|
|
452
526
|
declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
|
@@ -467,6 +541,8 @@ declare type __VLS_NonUndefinedable_17<T> = T extends undefined ? never : T;
|
|
467
541
|
|
468
542
|
declare type __VLS_NonUndefinedable_18<T> = T extends undefined ? never : T;
|
469
543
|
|
544
|
+
declare type __VLS_NonUndefinedable_19<T> = T extends undefined ? never : T;
|
545
|
+
|
470
546
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
471
547
|
|
472
548
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
@@ -523,6 +599,10 @@ declare type __VLS_Prettify_18<T> = {
|
|
523
599
|
[K in keyof T]: T[K];
|
524
600
|
} & {};
|
525
601
|
|
602
|
+
declare type __VLS_Prettify_19<T> = {
|
603
|
+
[K in keyof T]: T[K];
|
604
|
+
} & {};
|
605
|
+
|
526
606
|
declare type __VLS_Prettify_2<T> = {
|
527
607
|
[K in keyof T]: T[K];
|
528
608
|
} & {};
|
@@ -565,22 +645,42 @@ declare function __VLS_template(): {
|
|
565
645
|
}): any;
|
566
646
|
};
|
567
647
|
|
648
|
+
declare function __VLS_template_10(): {
|
649
|
+
"below-the-input"?(_: {}): any;
|
650
|
+
"check-content"?(_: {
|
651
|
+
row: any;
|
652
|
+
}): any;
|
653
|
+
"other-content"?(_: {
|
654
|
+
row: any;
|
655
|
+
}): any;
|
656
|
+
};
|
657
|
+
|
568
658
|
declare function __VLS_template_2(): {
|
569
659
|
content?(_: {}): any;
|
570
660
|
};
|
571
661
|
|
572
662
|
declare function __VLS_template_3(): {
|
663
|
+
"below-the-input"?(_: {}): any;
|
664
|
+
"check-content"?(_: {
|
665
|
+
row: any;
|
666
|
+
}): any;
|
667
|
+
"other-content"?(_: {
|
668
|
+
row: any;
|
669
|
+
}): any;
|
670
|
+
};
|
671
|
+
|
672
|
+
declare function __VLS_template_4(): {
|
573
673
|
"operator-left-box"?(_: {}): any;
|
574
674
|
isDefault?(_: {
|
575
675
|
row: any;
|
576
676
|
}): any;
|
577
677
|
};
|
578
678
|
|
579
|
-
declare function
|
679
|
+
declare function __VLS_template_5(): {
|
580
680
|
default?(_: {}): any;
|
581
681
|
};
|
582
682
|
|
583
|
-
declare function
|
683
|
+
declare function __VLS_template_6(): {
|
584
684
|
"below-the-input"?(_: {}): any;
|
585
685
|
"check-content"?(_: {
|
586
686
|
row: any;
|
@@ -590,7 +690,7 @@ declare function __VLS_template_5(): {
|
|
590
690
|
}): any;
|
591
691
|
};
|
592
692
|
|
593
|
-
declare function
|
693
|
+
declare function __VLS_template_7(): {
|
594
694
|
"below-the-input"?(_: {}): any;
|
595
695
|
"check-content"?(_: {
|
596
696
|
row: any;
|
@@ -600,7 +700,7 @@ declare function __VLS_template_6(): {
|
|
600
700
|
}): any;
|
601
701
|
};
|
602
702
|
|
603
|
-
declare function
|
703
|
+
declare function __VLS_template_8(): Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
|
604
704
|
tableLeft?(_: {}): any;
|
605
705
|
tableRight?(_: {}): any;
|
606
706
|
customContent?(_: {
|
@@ -612,18 +712,8 @@ declare function __VLS_template_7(): Partial<Record<any, (_: any) => any>> & Par
|
|
612
712
|
footer?(_: {}): any;
|
613
713
|
};
|
614
714
|
|
615
|
-
declare function __VLS_template_8(): {
|
616
|
-
content?(_: {}): any;
|
617
|
-
};
|
618
|
-
|
619
715
|
declare function __VLS_template_9(): {
|
620
|
-
|
621
|
-
"check-content"?(_: {
|
622
|
-
row: any;
|
623
|
-
}): any;
|
624
|
-
"other-content"?(_: {
|
625
|
-
row: any;
|
626
|
-
}): any;
|
716
|
+
content?(_: {}): any;
|
627
717
|
};
|
628
718
|
|
629
719
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -716,6 +806,15 @@ declare type __VLS_TypePropsToRuntimeProps_18<T> = {
|
|
716
806
|
};
|
717
807
|
};
|
718
808
|
|
809
|
+
declare type __VLS_TypePropsToRuntimeProps_19<T> = {
|
810
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
811
|
+
type: PropType_2<__VLS_NonUndefinedable_19<T[K]>>;
|
812
|
+
} : {
|
813
|
+
type: PropType_2<T[K]>;
|
814
|
+
required: true;
|
815
|
+
};
|
816
|
+
};
|
817
|
+
|
719
818
|
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
720
819
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
721
820
|
type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
|
@@ -848,6 +947,12 @@ declare type __VLS_WithDefaults_18<P, D> = {
|
|
848
947
|
}> : P[K];
|
849
948
|
};
|
850
949
|
|
950
|
+
declare type __VLS_WithDefaults_19<P, D> = {
|
951
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_19<P[K] & {
|
952
|
+
default: D[K];
|
953
|
+
}> : P[K];
|
954
|
+
};
|
955
|
+
|
851
956
|
declare type __VLS_WithDefaults_2<P, D> = {
|
852
957
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
|
853
958
|
default: D[K];
|
@@ -902,6 +1007,12 @@ declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
902
1007
|
};
|
903
1008
|
};
|
904
1009
|
|
1010
|
+
declare type __VLS_WithTemplateSlots_10<T, S> = T & {
|
1011
|
+
new (): {
|
1012
|
+
$slots: S;
|
1013
|
+
};
|
1014
|
+
};
|
1015
|
+
|
905
1016
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
906
1017
|
new (): {
|
907
1018
|
$slots: S;
|
@@ -965,6 +1076,14 @@ declare interface BoxBorderProps {
|
|
965
1076
|
bottom: string | number;
|
966
1077
|
}
|
967
1078
|
|
1079
|
+
declare interface ChanneItem {
|
1080
|
+
deviceId: string;
|
1081
|
+
channelId: string;
|
1082
|
+
channelName?: string;
|
1083
|
+
channelList?: ChanneItem[];
|
1084
|
+
onlineState?: number;
|
1085
|
+
}
|
1086
|
+
|
968
1087
|
declare function clearSelection(): void;
|
969
1088
|
|
970
1089
|
declare interface ColumnList {
|
@@ -993,6 +1112,421 @@ declare interface ConfigType {
|
|
993
1112
|
submitBtnType?: '' | 'default' | 'success' | 'warning' | 'info' | 'text' | 'primary' | 'danger';
|
994
1113
|
}
|
995
1114
|
|
1115
|
+
declare interface Device {
|
1116
|
+
isofn: number;
|
1117
|
+
aspectRatio: string;
|
1118
|
+
facereLoading?: boolean;
|
1119
|
+
broadcastType?: boolean;
|
1120
|
+
disabled?: boolean;
|
1121
|
+
muted?: boolean;
|
1122
|
+
pfacereLoading?: boolean;
|
1123
|
+
platereLoading?: boolean;
|
1124
|
+
/**
|
1125
|
+
* 位置地址
|
1126
|
+
*/
|
1127
|
+
address?: string;
|
1128
|
+
/**
|
1129
|
+
* APP用户Marker图标
|
1130
|
+
*/
|
1131
|
+
appHeadImg?: string;
|
1132
|
+
/**
|
1133
|
+
* 到达时间
|
1134
|
+
*/
|
1135
|
+
arriveDtm?: Date;
|
1136
|
+
/**
|
1137
|
+
* 是否已经关注(1已经关注)
|
1138
|
+
*/
|
1139
|
+
attenFlag?: number;
|
1140
|
+
/**
|
1141
|
+
* [是否支持音频广播]{0:不支持;1:支持}
|
1142
|
+
*/
|
1143
|
+
audioBroadcastSupport?: number;
|
1144
|
+
/**
|
1145
|
+
* [是否在录音]{0:不在;1:在;}
|
1146
|
+
*/
|
1147
|
+
audioRecording?: number;
|
1148
|
+
authPassword?: string;
|
1149
|
+
/**
|
1150
|
+
* 国标设备-35114国密认证方式:0不开启国密认证;1:35114单向;2:35114双向
|
1151
|
+
*/
|
1152
|
+
authType?: number;
|
1153
|
+
authUsername?: string;
|
1154
|
+
/**
|
1155
|
+
* [是否被监控]{0:不在;1:在;}
|
1156
|
+
*/
|
1157
|
+
beMonitor?: number;
|
1158
|
+
/**
|
1159
|
+
* [绑定群组状态]{0:未绑定;1:已经绑定;}
|
1160
|
+
*/
|
1161
|
+
bindGroupState?: number;
|
1162
|
+
/**
|
1163
|
+
* [是否在广播]{0:不在;1:在;}
|
1164
|
+
*/
|
1165
|
+
broadcast?: number;
|
1166
|
+
/**
|
1167
|
+
* [是否支持广播]{0:不支持;1:支持}
|
1168
|
+
*/
|
1169
|
+
broadcastSupport?: number;
|
1170
|
+
/**
|
1171
|
+
* [是否作废]{1:未作废;2:已作废;}
|
1172
|
+
*/
|
1173
|
+
cancelStatus?: number;
|
1174
|
+
/**
|
1175
|
+
* [是否支持车辆识别]{0:不支持;1:支持}
|
1176
|
+
*/
|
1177
|
+
carReSupport?: number;
|
1178
|
+
deviceType?: number;
|
1179
|
+
errorCode?: number;
|
1180
|
+
errorReason?: string;
|
1181
|
+
methodType?: string;
|
1182
|
+
audioContextType?: boolean;
|
1183
|
+
roomId?: string;
|
1184
|
+
channelList?: ChanneItem[];
|
1185
|
+
/**
|
1186
|
+
* 国标设备-35114国密认证的证书或证书请求的objectKey
|
1187
|
+
*/
|
1188
|
+
cerFileCloudKey?: string;
|
1189
|
+
/**
|
1190
|
+
* 国标设备-35114国密认证文件的类型(1证书、2证书请求)
|
1191
|
+
*/
|
1192
|
+
cerFileType?: number;
|
1193
|
+
/**
|
1194
|
+
* [是否支持查看本机媒体文件]{0:不支持;1:支持}
|
1195
|
+
*/
|
1196
|
+
clfSupport?: number;
|
1197
|
+
/**
|
1198
|
+
* 登高预警高度
|
1199
|
+
*/
|
1200
|
+
climbLimit?: number;
|
1201
|
+
/**
|
1202
|
+
* [是否支持登高预警]{0:不支持;1:支持}
|
1203
|
+
*/
|
1204
|
+
climbSupport?: number;
|
1205
|
+
/**
|
1206
|
+
* [是否支持云台控制功能]{0:不支持;1:支持}
|
1207
|
+
*/
|
1208
|
+
cloudControlSupport?: number;
|
1209
|
+
/**
|
1210
|
+
* 国标设备接收广播前是否主动打洞(1打洞)
|
1211
|
+
*/
|
1212
|
+
comedia?: number;
|
1213
|
+
/**
|
1214
|
+
* 创建时间
|
1215
|
+
*/
|
1216
|
+
createDtm?: Date;
|
1217
|
+
/**
|
1218
|
+
* 设备编码
|
1219
|
+
*/
|
1220
|
+
deviceCode?: string;
|
1221
|
+
/**
|
1222
|
+
* 设备ID
|
1223
|
+
*/
|
1224
|
+
deviceId?: string;
|
1225
|
+
channelId?: string;
|
1226
|
+
/**
|
1227
|
+
* 设备名称
|
1228
|
+
*/
|
1229
|
+
devName?: string;
|
1230
|
+
/**
|
1231
|
+
* 距离(KM)、距离现场
|
1232
|
+
*/
|
1233
|
+
distance?: number;
|
1234
|
+
/**
|
1235
|
+
* [启用状态]{1:启用;2:停用;}
|
1236
|
+
*/
|
1237
|
+
enableStatus?: number;
|
1238
|
+
/**
|
1239
|
+
* 有效期至
|
1240
|
+
*/
|
1241
|
+
expiredDtm?: Date;
|
1242
|
+
/**
|
1243
|
+
* 启用状态
|
1244
|
+
*/
|
1245
|
+
expiredState?: number;
|
1246
|
+
/**
|
1247
|
+
* [是否在设备人脸识别]{0:不在;1:在;}
|
1248
|
+
*/
|
1249
|
+
facere?: number;
|
1250
|
+
/**
|
1251
|
+
* [是否支持人脸识别]{0:不支持;1:支持}
|
1252
|
+
*/
|
1253
|
+
faceReSupport?: number;
|
1254
|
+
/**
|
1255
|
+
* [是否是国标GB28181设备]{0:不是;1:是;}
|
1256
|
+
*/
|
1257
|
+
gbDevice?: number;
|
1258
|
+
gbExpire?: string;
|
1259
|
+
/**
|
1260
|
+
* 国标设备文件回传策略(1自动上传、2停止上传)
|
1261
|
+
*/
|
1262
|
+
gbUploadType?: number;
|
1263
|
+
/**
|
1264
|
+
* 燃气险情出动中(1出动中)
|
1265
|
+
*/
|
1266
|
+
gcDispatching?: number;
|
1267
|
+
gpsDtm?: Date;
|
1268
|
+
/**
|
1269
|
+
* 所属群组id
|
1270
|
+
*/
|
1271
|
+
groupId?: number;
|
1272
|
+
/**
|
1273
|
+
* 所属群组名称
|
1274
|
+
*/
|
1275
|
+
groupName?: string;
|
1276
|
+
/**
|
1277
|
+
* 设置中心是否有psw(0没有、1有)
|
1278
|
+
*/
|
1279
|
+
hadSettingPsw?: number;
|
1280
|
+
hardwareVer?: string;
|
1281
|
+
/**
|
1282
|
+
* 头像
|
1283
|
+
*/
|
1284
|
+
headImg?: string;
|
1285
|
+
/**
|
1286
|
+
* iccid
|
1287
|
+
*/
|
1288
|
+
iccid?: string;
|
1289
|
+
id?: number;
|
1290
|
+
/**
|
1291
|
+
* 设备型号图片
|
1292
|
+
*/
|
1293
|
+
images?: string;
|
1294
|
+
/**
|
1295
|
+
* imei
|
1296
|
+
*/
|
1297
|
+
imei?: string;
|
1298
|
+
/**
|
1299
|
+
* imsi
|
1300
|
+
*/
|
1301
|
+
imsi?: string;
|
1302
|
+
/**
|
1303
|
+
* [是否在语音通话]{0:不在;1:在;}
|
1304
|
+
*/
|
1305
|
+
intercomCall?: number;
|
1306
|
+
/**
|
1307
|
+
* [是否在固定群组对讲]{0:不在;1:在;}
|
1308
|
+
*/
|
1309
|
+
intercomGroupNature?: number;
|
1310
|
+
/**
|
1311
|
+
* [是否在临时群组对讲]{0:不在;1:在;}
|
1312
|
+
*/
|
1313
|
+
intercomGroupTem?: number;
|
1314
|
+
/**
|
1315
|
+
* [是否支持对讲]{0:不支持;1:支持}
|
1316
|
+
*/
|
1317
|
+
intercomSupport?: number;
|
1318
|
+
/**
|
1319
|
+
* 设备使用者职位
|
1320
|
+
*/
|
1321
|
+
job?: string;
|
1322
|
+
/**
|
1323
|
+
* 设备使用者工号
|
1324
|
+
*/
|
1325
|
+
jobNum?: string;
|
1326
|
+
label?: string;
|
1327
|
+
/**
|
1328
|
+
* [是否使用jt808定位]{0:不是;1:是;}
|
1329
|
+
*/
|
1330
|
+
jt808locationSupport?: number;
|
1331
|
+
/**
|
1332
|
+
* jt808注册状态(1未注册、2已注册)
|
1333
|
+
*/
|
1334
|
+
jtReg?: number;
|
1335
|
+
/**
|
1336
|
+
* 纬度
|
1337
|
+
*/
|
1338
|
+
lat?: number;
|
1339
|
+
/**
|
1340
|
+
* 经度
|
1341
|
+
*/
|
1342
|
+
lng?: number;
|
1343
|
+
/**
|
1344
|
+
* [是否在监控]{0:不在;1:在;}
|
1345
|
+
*/
|
1346
|
+
monitor?: number;
|
1347
|
+
/**
|
1348
|
+
* [是否支持监听]{0:不支持;1:支持}
|
1349
|
+
*/
|
1350
|
+
monitorListenSupport?: number;
|
1351
|
+
/**
|
1352
|
+
* [是否支持监控]{0:不支持;1:支持}
|
1353
|
+
*/
|
1354
|
+
monitorSupport?: number;
|
1355
|
+
/**
|
1356
|
+
* 设备使用者姓名
|
1357
|
+
*/
|
1358
|
+
name?: string;
|
1359
|
+
/**
|
1360
|
+
* 近电预警(0停用、1启用)
|
1361
|
+
*/
|
1362
|
+
nearEle?: number;
|
1363
|
+
/**
|
1364
|
+
* 近电预警电压范围
|
1365
|
+
*/
|
1366
|
+
nearEleScope?: string;
|
1367
|
+
/**
|
1368
|
+
* [是否支持近电报警]{0:不支持;1:支持}
|
1369
|
+
*/
|
1370
|
+
nearEleSupport?: number;
|
1371
|
+
/**
|
1372
|
+
* [是否是向上级联的设备]{0:不是;1:是;}
|
1373
|
+
*/
|
1374
|
+
northDevice?: number;
|
1375
|
+
/**
|
1376
|
+
* [在线状态]{1:在线;2:离线;}
|
1377
|
+
*/
|
1378
|
+
onlineState?: number;
|
1379
|
+
/**
|
1380
|
+
* 所属部门id
|
1381
|
+
*/
|
1382
|
+
organizationId?: number;
|
1383
|
+
/**
|
1384
|
+
* 部门编码
|
1385
|
+
*/
|
1386
|
+
orgCode?: string;
|
1387
|
+
/**
|
1388
|
+
* 所属部门
|
1389
|
+
*/
|
1390
|
+
orgName?: string;
|
1391
|
+
otaVer?: string;
|
1392
|
+
/**
|
1393
|
+
* [是否在平台人脸识别]{0:不在;1:在;}
|
1394
|
+
*/
|
1395
|
+
pfacere?: number;
|
1396
|
+
/**
|
1397
|
+
* 用户帐号
|
1398
|
+
*/
|
1399
|
+
phone?: string;
|
1400
|
+
/**
|
1401
|
+
* [是否支持拨打电话]{0:不支持;1:支持}
|
1402
|
+
*/
|
1403
|
+
phoneCallSupport?: number;
|
1404
|
+
/**
|
1405
|
+
* [是否在设备车牌识别]{0:不在;1:在;}
|
1406
|
+
*/
|
1407
|
+
platere?: number;
|
1408
|
+
prodBrand?: string;
|
1409
|
+
prodFactory?: string;
|
1410
|
+
/**
|
1411
|
+
* 型号
|
1412
|
+
*/
|
1413
|
+
prodModel?: string;
|
1414
|
+
protocolVer?: string;
|
1415
|
+
province?: string;
|
1416
|
+
/**
|
1417
|
+
* 接警时间
|
1418
|
+
*/
|
1419
|
+
receiveDtm?: Date;
|
1420
|
+
/**
|
1421
|
+
* [是否支持录像]{0:不支持;1:支持}
|
1422
|
+
*/
|
1423
|
+
recSupport?: number;
|
1424
|
+
remark?: string;
|
1425
|
+
/**
|
1426
|
+
* [是否支持重启]{0:不支持;1:支持}
|
1427
|
+
*/
|
1428
|
+
restartSupport?: number;
|
1429
|
+
/**
|
1430
|
+
* [是否支持规则]{0:不支持;1:支持}
|
1431
|
+
*/
|
1432
|
+
ruleSupport?: number;
|
1433
|
+
/**
|
1434
|
+
* [是否支持下发文件]{0:不支持;1:支持}
|
1435
|
+
*/
|
1436
|
+
sendFileSupport?: number;
|
1437
|
+
/**
|
1438
|
+
* [是否支持下发消息]{0:不支持;1:支持}
|
1439
|
+
*/
|
1440
|
+
sendMsgSupport?: number;
|
1441
|
+
/**
|
1442
|
+
* 设备使用者短号
|
1443
|
+
*/
|
1444
|
+
serialNum?: string;
|
1445
|
+
/**
|
1446
|
+
* [是否支持关机]{0:不支持;1:支持}
|
1447
|
+
*/
|
1448
|
+
shutdownSupport?: number;
|
1449
|
+
simNum?: string;
|
1450
|
+
sipServerId?: string;
|
1451
|
+
sipServerIp?: string;
|
1452
|
+
sipServerPort?: number;
|
1453
|
+
sipServerRegion?: string;
|
1454
|
+
softwareVer?: string;
|
1455
|
+
/**
|
1456
|
+
* [是否在SOS]{0:不在;1:在;}
|
1457
|
+
*/
|
1458
|
+
sos?: number;
|
1459
|
+
/**
|
1460
|
+
* [是否支持录音]{0:不支持;1:支持}
|
1461
|
+
*/
|
1462
|
+
soundRecordingSupport?: number;
|
1463
|
+
/**
|
1464
|
+
* [是否支持抽查]{0:不支持;1:支持}
|
1465
|
+
*/
|
1466
|
+
spotCheckSupport?: number;
|
1467
|
+
/**
|
1468
|
+
* 剩余电量
|
1469
|
+
*/
|
1470
|
+
surplusEle?: number;
|
1471
|
+
/**
|
1472
|
+
* [是否支持拍照]{0:不支持;1:支持}
|
1473
|
+
*/
|
1474
|
+
takePhotoSupport?: number;
|
1475
|
+
/**
|
1476
|
+
* [是否支持任务]{0:不支持;1:支持}
|
1477
|
+
*/
|
1478
|
+
taskSupport?: number;
|
1479
|
+
/**
|
1480
|
+
* 租户ID
|
1481
|
+
*/
|
1482
|
+
tenantId?: string;
|
1483
|
+
/**
|
1484
|
+
*
|
1485
|
+
* [设备类型]{1:执法记录仪;2:对讲机;3:消防调度台;4:消防值班台;5:PhoneAPP;6:布控球;7:IPC摄像头;8:头盔;9:手电筒;10:工牌;11:无人机;12:车载云台;13:向下级联设备;}
|
1486
|
+
*/
|
1487
|
+
type?: number;
|
1488
|
+
/**
|
1489
|
+
* 设备类型名称
|
1490
|
+
*/
|
1491
|
+
typeName?: string;
|
1492
|
+
/**
|
1493
|
+
* 设备使用者id
|
1494
|
+
*/
|
1495
|
+
userId?: number;
|
1496
|
+
/**
|
1497
|
+
* 用户所属部门
|
1498
|
+
*/
|
1499
|
+
userOrgName?: string;
|
1500
|
+
/**
|
1501
|
+
* [是否在视频通话]{0:不在;1:在;}
|
1502
|
+
*/
|
1503
|
+
videoCall?: number;
|
1504
|
+
/**
|
1505
|
+
* [是否支持视频通话]{0:不支持;1:支持}
|
1506
|
+
*/
|
1507
|
+
videoCallSupport?: number;
|
1508
|
+
/**
|
1509
|
+
* [是否在视频会议]{0:不在;1:在;}
|
1510
|
+
*/
|
1511
|
+
videoMeeting?: number;
|
1512
|
+
/**
|
1513
|
+
* [是否在录像]{0:不在;1:在;}
|
1514
|
+
*/
|
1515
|
+
videoRecording?: number;
|
1516
|
+
/**
|
1517
|
+
* viid 设备ID
|
1518
|
+
*/
|
1519
|
+
viidApeId?: string;
|
1520
|
+
/**
|
1521
|
+
* [是否支持GAT/1400]{0:不支持;1:支持}
|
1522
|
+
*/
|
1523
|
+
viidSupport?: number;
|
1524
|
+
/**
|
1525
|
+
* [是否支持倍焦控制功能]{0:不支持;1:支持}
|
1526
|
+
*/
|
1527
|
+
zoomControlSupport?: number;
|
1528
|
+
}
|
1529
|
+
|
996
1530
|
export declare enum DeviceEnum {
|
997
1531
|
LAW_ENFORCEMENT_RECORDER = 1,// 执法记录仪
|
998
1532
|
WALKIE_TALKIE = 2,// 对讲机
|
@@ -1013,6 +1547,31 @@ export declare enum DeviceEnum {
|
|
1013
1547
|
WATCH = 17
|
1014
1548
|
}
|
1015
1549
|
|
1550
|
+
declare interface DeviceStatus {
|
1551
|
+
broadcast?: number;
|
1552
|
+
videoMeeting?: number;
|
1553
|
+
intercomCall?: number;
|
1554
|
+
facere?: number;
|
1555
|
+
audioRecording?: number;
|
1556
|
+
beMonitor?: number;
|
1557
|
+
monitor?: number;
|
1558
|
+
videoRecording?: number;
|
1559
|
+
recSupport?: number;
|
1560
|
+
deviceId?: string;
|
1561
|
+
isofn?: number;
|
1562
|
+
isSos?: number;
|
1563
|
+
monitorSupport?: number;
|
1564
|
+
videoCall?: number;
|
1565
|
+
sos?: number;
|
1566
|
+
isLocation?: number;
|
1567
|
+
platere?: number;
|
1568
|
+
intercomGroupNature?: number;
|
1569
|
+
onlineState?: number;
|
1570
|
+
intercomGroupTem?: number;
|
1571
|
+
lng?: number;
|
1572
|
+
lat?: number;
|
1573
|
+
}
|
1574
|
+
|
1016
1575
|
declare function getBlobToData(blob: Blob): Promise<any>;
|
1017
1576
|
|
1018
1577
|
declare function getCropBlob(): Promise<Blob>;
|
@@ -1103,7 +1662,7 @@ value: number;
|
|
1103
1662
|
}[];
|
1104
1663
|
}, {}>;
|
1105
1664
|
|
1106
|
-
export
|
1665
|
+
export declare const HyDeviceTree: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
1107
1666
|
|
1108
1667
|
export declare const HyEditSpotCheck: DefineComponent< {}, {
|
1109
1668
|
show: (id?: any, params?: any) => MessageHandler;
|
@@ -1113,7 +1672,7 @@ show: (id?: any, params?: any) => MessageHandler;
|
|
1113
1672
|
"onOn-submit"?: (...args: any[]) => any;
|
1114
1673
|
}, {}, {}>;
|
1115
1674
|
|
1116
|
-
export declare const HyElectronicFence:
|
1675
|
+
export declare const HyElectronicFence: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
1117
1676
|
|
1118
1677
|
export declare const HyFileDetails: DefineComponent< {}, {
|
1119
1678
|
show: typeof show;
|
@@ -1137,7 +1696,7 @@ imageViewerClose: typeof imageViewerClose;
|
|
1137
1696
|
|
1138
1697
|
export declare const HyMapNoPermissions: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1139
1698
|
|
1140
|
-
export declare const HyMapSearchPlace: DefineComponent<
|
1699
|
+
export declare const HyMapSearchPlace: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1141
1700
|
map: () => any;
|
1142
1701
|
h: () => any;
|
1143
1702
|
poi: () => any;
|
@@ -1145,7 +1704,7 @@ searchTypes: () => {
|
|
1145
1704
|
label: string;
|
1146
1705
|
value: number;
|
1147
1706
|
}[];
|
1148
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1707
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1149
1708
|
map: () => any;
|
1150
1709
|
h: () => any;
|
1151
1710
|
poi: () => any;
|
@@ -1163,14 +1722,14 @@ value: number;
|
|
1163
1722
|
}[];
|
1164
1723
|
}, {}>;
|
1165
1724
|
|
1166
|
-
export declare const HyMenuComponents: DefineComponent<
|
1725
|
+
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1167
1726
|
menuList: () => any[];
|
1168
1727
|
menuTitle: string;
|
1169
1728
|
}>, {
|
1170
1729
|
setRouterPath: typeof setRouterPath;
|
1171
1730
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1172
1731
|
onChange: (...args: any[]) => void;
|
1173
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1732
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1174
1733
|
menuList: () => any[];
|
1175
1734
|
menuTitle: string;
|
1176
1735
|
}>>> & {
|
@@ -1180,13 +1739,13 @@ menuList: MenuListItem[];
|
|
1180
1739
|
menuTitle: string;
|
1181
1740
|
}, {}>;
|
1182
1741
|
|
1183
|
-
export declare const HyOrgCascader:
|
1742
|
+
export declare const HyOrgCascader: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
|
1184
1743
|
|
1185
|
-
export declare const HyOrgGroupTree:
|
1744
|
+
export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
1186
1745
|
|
1187
|
-
export declare const HyOrgTree:
|
1746
|
+
export declare const HyOrgTree: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
1188
1747
|
|
1189
|
-
export declare const HyRoundButton: DefineComponent<
|
1748
|
+
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RoundButton>, {
|
1190
1749
|
name: string;
|
1191
1750
|
className: string;
|
1192
1751
|
color: string;
|
@@ -1195,7 +1754,7 @@ height: string;
|
|
1195
1754
|
tips: string;
|
1196
1755
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1197
1756
|
click: (...args: any[]) => void;
|
1198
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1757
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RoundButton>, {
|
1199
1758
|
name: string;
|
1200
1759
|
className: string;
|
1201
1760
|
color: string;
|
@@ -1206,7 +1765,7 @@ tips: string;
|
|
1206
1765
|
onClick?: (...args: any[]) => any;
|
1207
1766
|
}, {}, {}>;
|
1208
1767
|
|
1209
|
-
export declare const HySelect: DefineComponent<
|
1768
|
+
export declare const HySelect: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1210
1769
|
modelValue: string;
|
1211
1770
|
requestParams: {};
|
1212
1771
|
controller: string;
|
@@ -1229,7 +1788,7 @@ change: (...args: any[]) => void;
|
|
1229
1788
|
visibleChange: (...args: any[]) => void;
|
1230
1789
|
"update:modelValue": (...args: any[]) => void;
|
1231
1790
|
"on-changeSelectItem": (...args: any[]) => void;
|
1232
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1791
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1233
1792
|
modelValue: string;
|
1234
1793
|
requestParams: {};
|
1235
1794
|
controller: string;
|
@@ -1266,7 +1825,7 @@ requestimmediately: boolean;
|
|
1266
1825
|
clearable: boolean;
|
1267
1826
|
}, {}>;
|
1268
1827
|
|
1269
|
-
export declare const HySelectMapLocation: DefineComponent<
|
1828
|
+
export declare const HySelectMapLocation: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1270
1829
|
markerItemFn: any;
|
1271
1830
|
latlng: any;
|
1272
1831
|
}>, {
|
@@ -1283,7 +1842,7 @@ POI: any;
|
|
1283
1842
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1284
1843
|
"on-geographical-position": (...args: any[]) => void;
|
1285
1844
|
"on-map-ready": (...args: any[]) => void;
|
1286
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1845
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1287
1846
|
markerItemFn: any;
|
1288
1847
|
latlng: any;
|
1289
1848
|
}>>> & {
|
@@ -1301,14 +1860,14 @@ export declare const HySpotCheckDetail: DefineComponent< {}, {
|
|
1301
1860
|
show: (id: string | number) => void;
|
1302
1861
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1303
1862
|
|
1304
|
-
export declare const HySvgIcon: DefineComponent<
|
1863
|
+
export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IconProps>, {
|
1305
1864
|
prefix: string;
|
1306
1865
|
name: string;
|
1307
1866
|
className: string;
|
1308
1867
|
color: string;
|
1309
1868
|
width: string;
|
1310
1869
|
height: string;
|
1311
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1870
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IconProps>, {
|
1312
1871
|
prefix: string;
|
1313
1872
|
name: string;
|
1314
1873
|
className: string;
|
@@ -1317,7 +1876,7 @@ width: string;
|
|
1317
1876
|
height: string;
|
1318
1877
|
}>>>, {}, {}>;
|
1319
1878
|
|
1320
|
-
export declare const HyTable:
|
1879
|
+
export declare const HyTable: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
|
1321
1880
|
|
1322
1881
|
export declare const HyTableHead: DefineComponent< {
|
1323
1882
|
selectList: {
|
@@ -1374,11 +1933,11 @@ selectValueKey: string;
|
|
1374
1933
|
|
1375
1934
|
export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
|
1376
1935
|
|
1377
|
-
export declare const HyUserHead:
|
1936
|
+
export declare const HyUserHead: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, ReturnType<typeof __VLS_template_9>>;
|
1378
1937
|
|
1379
|
-
export declare const HyUserTree:
|
1938
|
+
export declare const HyUserTree: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
|
1380
1939
|
|
1381
|
-
export declare const HyVideoPlayer: DefineComponent<
|
1940
|
+
export declare const HyVideoPlayer: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<Props_13>, {
|
1382
1941
|
downloadFilesType: boolean;
|
1383
1942
|
playRulesType: boolean;
|
1384
1943
|
}>, {
|
@@ -1391,7 +1950,7 @@ playVideo: (filePath: string, item?: MediaFileSimplevo) => boolean;
|
|
1391
1950
|
"play-start": (...args: any[]) => void;
|
1392
1951
|
"play-end": (...args: any[]) => void;
|
1393
1952
|
"on-time-update": (...args: any[]) => void;
|
1394
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1953
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<Props_13>, {
|
1395
1954
|
downloadFilesType: boolean;
|
1396
1955
|
playRulesType: boolean;
|
1397
1956
|
}>>> & {
|
@@ -1635,6 +2194,22 @@ declare interface Props {
|
|
1635
2194
|
}
|
1636
2195
|
|
1637
2196
|
declare interface Props_10 {
|
2197
|
+
modelValue?: any;
|
2198
|
+
requestParams?: any;
|
2199
|
+
controller?: string;
|
2200
|
+
filterDataList?: any[];
|
2201
|
+
customDataList?: any[];
|
2202
|
+
selectedDataList?: any[];
|
2203
|
+
requestimmediately?: boolean;
|
2204
|
+
clearable?: boolean;
|
2205
|
+
multiple?: boolean;
|
2206
|
+
optionLabel?: string;
|
2207
|
+
optionValue?: string;
|
2208
|
+
size?: string;
|
2209
|
+
placeholder?: string;
|
2210
|
+
}
|
2211
|
+
|
2212
|
+
declare interface Props_11 {
|
1638
2213
|
markerItemFn?: () => MarkerOptions;
|
1639
2214
|
latlng: {
|
1640
2215
|
lat: number;
|
@@ -1642,11 +2217,11 @@ declare interface Props_10 {
|
|
1642
2217
|
};
|
1643
2218
|
}
|
1644
2219
|
|
1645
|
-
declare interface
|
2220
|
+
declare interface Props_12 {
|
1646
2221
|
disableDataList?: UserInfo[];
|
1647
2222
|
}
|
1648
2223
|
|
1649
|
-
declare interface
|
2224
|
+
declare interface Props_13 {
|
1650
2225
|
downloadFilesType?: boolean;
|
1651
2226
|
playRulesType?: boolean;
|
1652
2227
|
playList?: MediaFileSimplevo[];
|
@@ -1667,12 +2242,19 @@ declare interface Props_3 {
|
|
1667
2242
|
}
|
1668
2243
|
|
1669
2244
|
declare interface Props_4 {
|
2245
|
+
hideDevice?: boolean;
|
2246
|
+
showOnlineOnly?: boolean;
|
2247
|
+
disableDataList?: Device[];
|
2248
|
+
returnDisableDevice?: boolean;
|
2249
|
+
}
|
2250
|
+
|
2251
|
+
declare interface Props_5 {
|
1670
2252
|
initParams?: any;
|
1671
2253
|
mapDisplayList?: any[];
|
1672
2254
|
tableColumns?: TableColumnsItem[];
|
1673
2255
|
}
|
1674
2256
|
|
1675
|
-
declare interface
|
2257
|
+
declare interface Props_6 {
|
1676
2258
|
map: any;
|
1677
2259
|
h: any;
|
1678
2260
|
poi: any;
|
@@ -1682,12 +2264,12 @@ declare interface Props_5 {
|
|
1682
2264
|
}[];
|
1683
2265
|
}
|
1684
2266
|
|
1685
|
-
declare interface
|
2267
|
+
declare interface Props_7 {
|
1686
2268
|
menuList: MenuListItem[];
|
1687
2269
|
menuTitle: string;
|
1688
2270
|
}
|
1689
2271
|
|
1690
|
-
declare interface
|
2272
|
+
declare interface Props_8 {
|
1691
2273
|
size?: string;
|
1692
2274
|
className?: string;
|
1693
2275
|
placeholder?: string;
|
@@ -1695,24 +2277,8 @@ declare interface Props_7 {
|
|
1695
2277
|
disabled?: boolean;
|
1696
2278
|
}
|
1697
2279
|
|
1698
|
-
declare interface Props_8 {
|
1699
|
-
disableDataList?: UserInfo[];
|
1700
|
-
}
|
1701
|
-
|
1702
2280
|
declare interface Props_9 {
|
1703
|
-
|
1704
|
-
requestParams?: any;
|
1705
|
-
controller?: string;
|
1706
|
-
filterDataList?: any[];
|
1707
|
-
customDataList?: any[];
|
1708
|
-
selectedDataList?: any[];
|
1709
|
-
requestimmediately?: boolean;
|
1710
|
-
clearable?: boolean;
|
1711
|
-
multiple?: boolean;
|
1712
|
-
optionLabel?: string;
|
1713
|
-
optionValue?: string;
|
1714
|
-
size?: string;
|
1715
|
-
placeholder?: string;
|
2281
|
+
disableDataList?: UserInfo[];
|
1716
2282
|
}
|
1717
2283
|
|
1718
2284
|
declare function removeTimeData(): void;
|