command-center-v3-common 0.0.54 → 0.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/img/sys/deviceIcon/controlTheBall.svg +8 -0
- package/dist/assets/img/sys/deviceIcon/dispatchingDesk.svg +6 -0
- package/dist/assets/img/sys/deviceIcon/dutyDesk.svg +1 -0
- package/dist/assets/img/sys/deviceIcon/flashlight.svg +8 -0
- package/dist/assets/img/sys/deviceIcon/ipc.svg +7 -0
- package/dist/assets/img/sys/deviceIcon/ipc1.svg +6 -0
- package/dist/assets/img/sys/deviceIcon/lawEnforcement.svg +6 -0
- package/dist/assets/img/sys/deviceIcon/obd.svg +6 -0
- package/dist/assets/img/sys/deviceIcon/personnel.svg +6 -0
- package/dist/assets/img/sys/deviceIcon/phone.svg +8 -0
- package/dist/assets/img/sys/deviceIcon/police_person.svg +6 -0
- package/dist/assets/img/sys/deviceIcon/safetyHat.svg +8 -0
- package/dist/assets/img/sys/deviceIcon/uav.svg +6 -0
- package/dist/assets/img/sys/deviceIcon/vehicle.svg +6 -0
- package/dist/assets/img/sys/deviceIcon/workCard.svg +6 -0
- package/dist/command-center-v3-common.js +7108 -7015
- package/dist/command-center-v3-common.umd.cjs +16 -15
- package/dist/index.d.ts +139 -675
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
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';
|
3
4
|
import { HyMap } from 'hy-map-hub';
|
4
5
|
import { MessageHandler } from 'element-plus';
|
5
6
|
import { PropType as PropType_2 } from 'vue';
|
@@ -73,73 +74,6 @@ fuzzySearch: boolean;
|
|
73
74
|
disableDataList: UserInfo[];
|
74
75
|
}, {}>;
|
75
76
|
|
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
|
-
|
143
77
|
declare const __VLS_component_2: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BoxBorderProps>, {
|
144
78
|
prefix: string;
|
145
79
|
name: string;
|
@@ -166,77 +100,7 @@ right: number;
|
|
166
100
|
bottom: number;
|
167
101
|
}>>>, {}, {}>;
|
168
102
|
|
169
|
-
declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<
|
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
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
192
|
-
onSelectedData: (...args: any[]) => void;
|
193
|
-
onCurrent: (...args: any[]) => void;
|
194
|
-
onCurrentDelete: (...args: any[]) => void;
|
195
|
-
onCurrentDepartment: (...args: any[]) => void;
|
196
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
197
|
-
fuzzySearch: boolean;
|
198
|
-
highlightSelected: boolean;
|
199
|
-
getData: FunctionConstructor;
|
200
|
-
itemSize: number;
|
201
|
-
hideDevice: boolean;
|
202
|
-
hideOrgNoData: boolean;
|
203
|
-
defaultGetData: boolean;
|
204
|
-
showOnlineOnly: boolean;
|
205
|
-
checkStrictly: boolean;
|
206
|
-
showCheckbox: boolean;
|
207
|
-
parentCheckbox: boolean;
|
208
|
-
showRadio: boolean;
|
209
|
-
showCheckboxButton: boolean;
|
210
|
-
showRadioButton: boolean;
|
211
|
-
defaultCheckedList: () => any[];
|
212
|
-
disableDataList: () => any[];
|
213
|
-
returnDisableDevice: boolean;
|
214
|
-
}>>> & {
|
215
|
-
onOnSelectedData?: (...args: any[]) => any;
|
216
|
-
onOnCurrent?: (...args: any[]) => any;
|
217
|
-
onOnCurrentDelete?: (...args: any[]) => any;
|
218
|
-
onOnCurrentDepartment?: (...args: any[]) => any;
|
219
|
-
}, {
|
220
|
-
getData: () => any;
|
221
|
-
defaultGetData: boolean;
|
222
|
-
showCheckbox: boolean;
|
223
|
-
parentCheckbox: boolean;
|
224
|
-
defaultCheckedList: any[];
|
225
|
-
hideDevice: boolean;
|
226
|
-
hideOrgNoData: boolean;
|
227
|
-
showOnlineOnly: boolean;
|
228
|
-
itemSize: number;
|
229
|
-
highlightSelected: boolean;
|
230
|
-
checkStrictly: boolean;
|
231
|
-
showRadio: boolean;
|
232
|
-
showRadioButton: boolean;
|
233
|
-
showCheckboxButton: boolean;
|
234
|
-
fuzzySearch: boolean;
|
235
|
-
disableDataList: Device[];
|
236
|
-
returnDisableDevice: boolean;
|
237
|
-
}, {}>;
|
238
|
-
|
239
|
-
declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
103
|
+
declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
|
240
104
|
initParams: () => void;
|
241
105
|
mapDisplayList: () => any[];
|
242
106
|
tableColumns: () => ({
|
@@ -254,7 +118,7 @@ prop?: undefined;
|
|
254
118
|
"on-map-display-fn": (...args: any[]) => void;
|
255
119
|
"on-get-data": (...args: any[]) => void;
|
256
120
|
"on-delete": (...args: any[]) => void;
|
257
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
121
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
|
258
122
|
initParams: () => void;
|
259
123
|
mapDisplayList: () => any[];
|
260
124
|
tableColumns: () => ({
|
@@ -278,7 +142,7 @@ mapDisplayList: any[];
|
|
278
142
|
tableColumns: TableColumnsItem[];
|
279
143
|
}, {}>;
|
280
144
|
|
281
|
-
declare const
|
145
|
+
declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
282
146
|
size: string;
|
283
147
|
className: string;
|
284
148
|
placeholder: string;
|
@@ -289,7 +153,7 @@ setDefaultValue: (organizationId: any) => void;
|
|
289
153
|
getData: () => Promise<void>;
|
290
154
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
291
155
|
change: (...args: any[]) => void;
|
292
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
156
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
293
157
|
size: string;
|
294
158
|
className: string;
|
295
159
|
placeholder: string;
|
@@ -305,7 +169,7 @@ className: string;
|
|
305
169
|
contentType: boolean;
|
306
170
|
}, {}>;
|
307
171
|
|
308
|
-
declare const
|
172
|
+
declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
309
173
|
fuzzySearch: boolean;
|
310
174
|
highlightSelected: boolean;
|
311
175
|
getData: FunctionConstructor;
|
@@ -332,7 +196,7 @@ onSelectedData: (...args: any[]) => void;
|
|
332
196
|
onCurrent: (...args: any[]) => void;
|
333
197
|
onCurrentDelete: (...args: any[]) => void;
|
334
198
|
onCurrentDepartment: (...args: any[]) => void;
|
335
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
199
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
336
200
|
fuzzySearch: boolean;
|
337
201
|
highlightSelected: boolean;
|
338
202
|
getData: FunctionConstructor;
|
@@ -373,7 +237,7 @@ showCheckboxButton: boolean;
|
|
373
237
|
fuzzySearch: boolean;
|
374
238
|
}, {}>;
|
375
239
|
|
376
|
-
declare const
|
240
|
+
declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & Props_8>, {
|
377
241
|
fuzzySearch: boolean;
|
378
242
|
highlightSelected: boolean;
|
379
243
|
getData: FunctionConstructor;
|
@@ -399,7 +263,7 @@ onSelectedData: (...args: any[]) => void;
|
|
399
263
|
onCurrent: (...args: any[]) => void;
|
400
264
|
onCurrentDelete: (...args: any[]) => void;
|
401
265
|
onCurrentDepartment: (...args: any[]) => void;
|
402
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
266
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & Props_8>, {
|
403
267
|
fuzzySearch: boolean;
|
404
268
|
highlightSelected: boolean;
|
405
269
|
getData: FunctionConstructor;
|
@@ -438,7 +302,7 @@ fuzzySearch: boolean;
|
|
438
302
|
disableDataList: UserInfo[];
|
439
303
|
}, {}>;
|
440
304
|
|
441
|
-
declare const
|
305
|
+
declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<TableProps>, {
|
442
306
|
height: number;
|
443
307
|
columnList: () => any[];
|
444
308
|
searchArr: () => any[];
|
@@ -472,7 +336,7 @@ getTotalElements: typeof getTotalElements;
|
|
472
336
|
getTotal: (...args: any[]) => void;
|
473
337
|
selectionChange: (...args: any[]) => void;
|
474
338
|
onRowcClick: (...args: any[]) => void;
|
475
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
339
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<TableProps>, {
|
476
340
|
height: number;
|
477
341
|
columnList: () => any[];
|
478
342
|
searchArr: () => any[];
|
@@ -498,7 +362,7 @@ onSelectionChange?: (...args: any[]) => any;
|
|
498
362
|
onOnRowcClick?: (...args: any[]) => any;
|
499
363
|
}, {}, {}>;
|
500
364
|
|
501
|
-
declare const
|
365
|
+
declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<RoundButton_2>, {
|
502
366
|
gbDevice: number;
|
503
367
|
onlineState: number;
|
504
368
|
stateShow: boolean;
|
@@ -506,7 +370,7 @@ url: string;
|
|
506
370
|
name: string;
|
507
371
|
className: string;
|
508
372
|
contentClass: string;
|
509
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
373
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<RoundButton_2>, {
|
510
374
|
gbDevice: number;
|
511
375
|
onlineState: number;
|
512
376
|
stateShow: boolean;
|
@@ -516,6 +380,73 @@ className: string;
|
|
516
380
|
contentClass: string;
|
517
381
|
}>>>, {}, {}>;
|
518
382
|
|
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
|
+
|
519
450
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
520
451
|
|
521
452
|
declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
|
@@ -536,8 +467,6 @@ declare type __VLS_NonUndefinedable_17<T> = T extends undefined ? never : T;
|
|
536
467
|
|
537
468
|
declare type __VLS_NonUndefinedable_18<T> = T extends undefined ? never : T;
|
538
469
|
|
539
|
-
declare type __VLS_NonUndefinedable_19<T> = T extends undefined ? never : T;
|
540
|
-
|
541
470
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
542
471
|
|
543
472
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
@@ -594,10 +523,6 @@ declare type __VLS_Prettify_18<T> = {
|
|
594
523
|
[K in keyof T]: T[K];
|
595
524
|
} & {};
|
596
525
|
|
597
|
-
declare type __VLS_Prettify_19<T> = {
|
598
|
-
[K in keyof T]: T[K];
|
599
|
-
} & {};
|
600
|
-
|
601
526
|
declare type __VLS_Prettify_2<T> = {
|
602
527
|
[K in keyof T]: T[K];
|
603
528
|
} & {};
|
@@ -640,42 +565,22 @@ declare function __VLS_template(): {
|
|
640
565
|
}): any;
|
641
566
|
};
|
642
567
|
|
643
|
-
declare function __VLS_template_10(): {
|
644
|
-
"below-the-input"?(_: {}): any;
|
645
|
-
"check-content"?(_: {
|
646
|
-
row: any;
|
647
|
-
}): any;
|
648
|
-
"other-content"?(_: {
|
649
|
-
row: any;
|
650
|
-
}): any;
|
651
|
-
};
|
652
|
-
|
653
568
|
declare function __VLS_template_2(): {
|
654
569
|
content?(_: {}): any;
|
655
570
|
};
|
656
571
|
|
657
572
|
declare function __VLS_template_3(): {
|
658
|
-
"below-the-input"?(_: {}): any;
|
659
|
-
"check-content"?(_: {
|
660
|
-
row: any;
|
661
|
-
}): any;
|
662
|
-
"other-content"?(_: {
|
663
|
-
row: any;
|
664
|
-
}): any;
|
665
|
-
};
|
666
|
-
|
667
|
-
declare function __VLS_template_4(): {
|
668
573
|
"operator-left-box"?(_: {}): any;
|
669
574
|
isDefault?(_: {
|
670
575
|
row: any;
|
671
576
|
}): any;
|
672
577
|
};
|
673
578
|
|
674
|
-
declare function
|
579
|
+
declare function __VLS_template_4(): {
|
675
580
|
default?(_: {}): any;
|
676
581
|
};
|
677
582
|
|
678
|
-
declare function
|
583
|
+
declare function __VLS_template_5(): {
|
679
584
|
"below-the-input"?(_: {}): any;
|
680
585
|
"check-content"?(_: {
|
681
586
|
row: any;
|
@@ -685,7 +590,7 @@ declare function __VLS_template_6(): {
|
|
685
590
|
}): any;
|
686
591
|
};
|
687
592
|
|
688
|
-
declare function
|
593
|
+
declare function __VLS_template_6(): {
|
689
594
|
"below-the-input"?(_: {}): any;
|
690
595
|
"check-content"?(_: {
|
691
596
|
row: any;
|
@@ -695,7 +600,7 @@ declare function __VLS_template_7(): {
|
|
695
600
|
}): any;
|
696
601
|
};
|
697
602
|
|
698
|
-
declare function
|
603
|
+
declare function __VLS_template_7(): Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
|
699
604
|
tableLeft?(_: {}): any;
|
700
605
|
tableRight?(_: {}): any;
|
701
606
|
customContent?(_: {
|
@@ -707,10 +612,20 @@ declare function __VLS_template_8(): Partial<Record<any, (_: any) => any>> & Par
|
|
707
612
|
footer?(_: {}): any;
|
708
613
|
};
|
709
614
|
|
710
|
-
declare function
|
615
|
+
declare function __VLS_template_8(): {
|
711
616
|
content?(_: {}): any;
|
712
617
|
};
|
713
618
|
|
619
|
+
declare function __VLS_template_9(): {
|
620
|
+
"below-the-input"?(_: {}): any;
|
621
|
+
"check-content"?(_: {
|
622
|
+
row: any;
|
623
|
+
}): any;
|
624
|
+
"other-content"?(_: {
|
625
|
+
row: any;
|
626
|
+
}): any;
|
627
|
+
};
|
628
|
+
|
714
629
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
715
630
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
716
631
|
type: PropType_2<__VLS_NonUndefinedable<T[K]>>;
|
@@ -801,15 +716,6 @@ declare type __VLS_TypePropsToRuntimeProps_18<T> = {
|
|
801
716
|
};
|
802
717
|
};
|
803
718
|
|
804
|
-
declare type __VLS_TypePropsToRuntimeProps_19<T> = {
|
805
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
806
|
-
type: PropType_2<__VLS_NonUndefinedable_19<T[K]>>;
|
807
|
-
} : {
|
808
|
-
type: PropType_2<T[K]>;
|
809
|
-
required: true;
|
810
|
-
};
|
811
|
-
};
|
812
|
-
|
813
719
|
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
814
720
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
815
721
|
type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
|
@@ -942,12 +848,6 @@ declare type __VLS_WithDefaults_18<P, D> = {
|
|
942
848
|
}> : P[K];
|
943
849
|
};
|
944
850
|
|
945
|
-
declare type __VLS_WithDefaults_19<P, D> = {
|
946
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_19<P[K] & {
|
947
|
-
default: D[K];
|
948
|
-
}> : P[K];
|
949
|
-
};
|
950
|
-
|
951
851
|
declare type __VLS_WithDefaults_2<P, D> = {
|
952
852
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
|
953
853
|
default: D[K];
|
@@ -1002,12 +902,6 @@ declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
1002
902
|
};
|
1003
903
|
};
|
1004
904
|
|
1005
|
-
declare type __VLS_WithTemplateSlots_10<T, S> = T & {
|
1006
|
-
new (): {
|
1007
|
-
$slots: S;
|
1008
|
-
};
|
1009
|
-
};
|
1010
|
-
|
1011
905
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
1012
906
|
new (): {
|
1013
907
|
$slots: S;
|
@@ -1071,14 +965,6 @@ declare interface BoxBorderProps {
|
|
1071
965
|
bottom: string | number;
|
1072
966
|
}
|
1073
967
|
|
1074
|
-
declare interface ChanneItem {
|
1075
|
-
deviceId: string;
|
1076
|
-
channelId: string;
|
1077
|
-
channelName?: string;
|
1078
|
-
channelList?: ChanneItem[];
|
1079
|
-
onlineState?: number;
|
1080
|
-
}
|
1081
|
-
|
1082
968
|
declare function clearSelection(): void;
|
1083
969
|
|
1084
970
|
declare interface ColumnList {
|
@@ -1107,421 +993,6 @@ declare interface ConfigType {
|
|
1107
993
|
submitBtnType?: '' | 'default' | 'success' | 'warning' | 'info' | 'text' | 'primary' | 'danger';
|
1108
994
|
}
|
1109
995
|
|
1110
|
-
declare interface Device {
|
1111
|
-
isofn: number;
|
1112
|
-
aspectRatio: string;
|
1113
|
-
facereLoading?: boolean;
|
1114
|
-
broadcastType?: boolean;
|
1115
|
-
disabled?: boolean;
|
1116
|
-
muted?: boolean;
|
1117
|
-
pfacereLoading?: boolean;
|
1118
|
-
platereLoading?: boolean;
|
1119
|
-
/**
|
1120
|
-
* 位置地址
|
1121
|
-
*/
|
1122
|
-
address?: string;
|
1123
|
-
/**
|
1124
|
-
* APP用户Marker图标
|
1125
|
-
*/
|
1126
|
-
appHeadImg?: string;
|
1127
|
-
/**
|
1128
|
-
* 到达时间
|
1129
|
-
*/
|
1130
|
-
arriveDtm?: Date;
|
1131
|
-
/**
|
1132
|
-
* 是否已经关注(1已经关注)
|
1133
|
-
*/
|
1134
|
-
attenFlag?: number;
|
1135
|
-
/**
|
1136
|
-
* [是否支持音频广播]{0:不支持;1:支持}
|
1137
|
-
*/
|
1138
|
-
audioBroadcastSupport?: number;
|
1139
|
-
/**
|
1140
|
-
* [是否在录音]{0:不在;1:在;}
|
1141
|
-
*/
|
1142
|
-
audioRecording?: number;
|
1143
|
-
authPassword?: string;
|
1144
|
-
/**
|
1145
|
-
* 国标设备-35114国密认证方式:0不开启国密认证;1:35114单向;2:35114双向
|
1146
|
-
*/
|
1147
|
-
authType?: number;
|
1148
|
-
authUsername?: string;
|
1149
|
-
/**
|
1150
|
-
* [是否被监控]{0:不在;1:在;}
|
1151
|
-
*/
|
1152
|
-
beMonitor?: number;
|
1153
|
-
/**
|
1154
|
-
* [绑定群组状态]{0:未绑定;1:已经绑定;}
|
1155
|
-
*/
|
1156
|
-
bindGroupState?: number;
|
1157
|
-
/**
|
1158
|
-
* [是否在广播]{0:不在;1:在;}
|
1159
|
-
*/
|
1160
|
-
broadcast?: number;
|
1161
|
-
/**
|
1162
|
-
* [是否支持广播]{0:不支持;1:支持}
|
1163
|
-
*/
|
1164
|
-
broadcastSupport?: number;
|
1165
|
-
/**
|
1166
|
-
* [是否作废]{1:未作废;2:已作废;}
|
1167
|
-
*/
|
1168
|
-
cancelStatus?: number;
|
1169
|
-
/**
|
1170
|
-
* [是否支持车辆识别]{0:不支持;1:支持}
|
1171
|
-
*/
|
1172
|
-
carReSupport?: number;
|
1173
|
-
deviceType?: number;
|
1174
|
-
errorCode?: number;
|
1175
|
-
errorReason?: string;
|
1176
|
-
methodType?: string;
|
1177
|
-
audioContextType?: boolean;
|
1178
|
-
roomId?: string;
|
1179
|
-
channelList?: ChanneItem[];
|
1180
|
-
/**
|
1181
|
-
* 国标设备-35114国密认证的证书或证书请求的objectKey
|
1182
|
-
*/
|
1183
|
-
cerFileCloudKey?: string;
|
1184
|
-
/**
|
1185
|
-
* 国标设备-35114国密认证文件的类型(1证书、2证书请求)
|
1186
|
-
*/
|
1187
|
-
cerFileType?: number;
|
1188
|
-
/**
|
1189
|
-
* [是否支持查看本机媒体文件]{0:不支持;1:支持}
|
1190
|
-
*/
|
1191
|
-
clfSupport?: number;
|
1192
|
-
/**
|
1193
|
-
* 登高预警高度
|
1194
|
-
*/
|
1195
|
-
climbLimit?: number;
|
1196
|
-
/**
|
1197
|
-
* [是否支持登高预警]{0:不支持;1:支持}
|
1198
|
-
*/
|
1199
|
-
climbSupport?: number;
|
1200
|
-
/**
|
1201
|
-
* [是否支持云台控制功能]{0:不支持;1:支持}
|
1202
|
-
*/
|
1203
|
-
cloudControlSupport?: number;
|
1204
|
-
/**
|
1205
|
-
* 国标设备接收广播前是否主动打洞(1打洞)
|
1206
|
-
*/
|
1207
|
-
comedia?: number;
|
1208
|
-
/**
|
1209
|
-
* 创建时间
|
1210
|
-
*/
|
1211
|
-
createDtm?: Date;
|
1212
|
-
/**
|
1213
|
-
* 设备编码
|
1214
|
-
*/
|
1215
|
-
deviceCode?: string;
|
1216
|
-
/**
|
1217
|
-
* 设备ID
|
1218
|
-
*/
|
1219
|
-
deviceId?: string;
|
1220
|
-
channelId?: string;
|
1221
|
-
/**
|
1222
|
-
* 设备名称
|
1223
|
-
*/
|
1224
|
-
devName?: string;
|
1225
|
-
/**
|
1226
|
-
* 距离(KM)、距离现场
|
1227
|
-
*/
|
1228
|
-
distance?: number;
|
1229
|
-
/**
|
1230
|
-
* [启用状态]{1:启用;2:停用;}
|
1231
|
-
*/
|
1232
|
-
enableStatus?: number;
|
1233
|
-
/**
|
1234
|
-
* 有效期至
|
1235
|
-
*/
|
1236
|
-
expiredDtm?: Date;
|
1237
|
-
/**
|
1238
|
-
* 启用状态
|
1239
|
-
*/
|
1240
|
-
expiredState?: number;
|
1241
|
-
/**
|
1242
|
-
* [是否在设备人脸识别]{0:不在;1:在;}
|
1243
|
-
*/
|
1244
|
-
facere?: number;
|
1245
|
-
/**
|
1246
|
-
* [是否支持人脸识别]{0:不支持;1:支持}
|
1247
|
-
*/
|
1248
|
-
faceReSupport?: number;
|
1249
|
-
/**
|
1250
|
-
* [是否是国标GB28181设备]{0:不是;1:是;}
|
1251
|
-
*/
|
1252
|
-
gbDevice?: number;
|
1253
|
-
gbExpire?: string;
|
1254
|
-
/**
|
1255
|
-
* 国标设备文件回传策略(1自动上传、2停止上传)
|
1256
|
-
*/
|
1257
|
-
gbUploadType?: number;
|
1258
|
-
/**
|
1259
|
-
* 燃气险情出动中(1出动中)
|
1260
|
-
*/
|
1261
|
-
gcDispatching?: number;
|
1262
|
-
gpsDtm?: Date;
|
1263
|
-
/**
|
1264
|
-
* 所属群组id
|
1265
|
-
*/
|
1266
|
-
groupId?: number;
|
1267
|
-
/**
|
1268
|
-
* 所属群组名称
|
1269
|
-
*/
|
1270
|
-
groupName?: string;
|
1271
|
-
/**
|
1272
|
-
* 设置中心是否有psw(0没有、1有)
|
1273
|
-
*/
|
1274
|
-
hadSettingPsw?: number;
|
1275
|
-
hardwareVer?: string;
|
1276
|
-
/**
|
1277
|
-
* 头像
|
1278
|
-
*/
|
1279
|
-
headImg?: string;
|
1280
|
-
/**
|
1281
|
-
* iccid
|
1282
|
-
*/
|
1283
|
-
iccid?: string;
|
1284
|
-
id?: number;
|
1285
|
-
/**
|
1286
|
-
* 设备型号图片
|
1287
|
-
*/
|
1288
|
-
images?: string;
|
1289
|
-
/**
|
1290
|
-
* imei
|
1291
|
-
*/
|
1292
|
-
imei?: string;
|
1293
|
-
/**
|
1294
|
-
* imsi
|
1295
|
-
*/
|
1296
|
-
imsi?: string;
|
1297
|
-
/**
|
1298
|
-
* [是否在语音通话]{0:不在;1:在;}
|
1299
|
-
*/
|
1300
|
-
intercomCall?: number;
|
1301
|
-
/**
|
1302
|
-
* [是否在固定群组对讲]{0:不在;1:在;}
|
1303
|
-
*/
|
1304
|
-
intercomGroupNature?: number;
|
1305
|
-
/**
|
1306
|
-
* [是否在临时群组对讲]{0:不在;1:在;}
|
1307
|
-
*/
|
1308
|
-
intercomGroupTem?: number;
|
1309
|
-
/**
|
1310
|
-
* [是否支持对讲]{0:不支持;1:支持}
|
1311
|
-
*/
|
1312
|
-
intercomSupport?: number;
|
1313
|
-
/**
|
1314
|
-
* 设备使用者职位
|
1315
|
-
*/
|
1316
|
-
job?: string;
|
1317
|
-
/**
|
1318
|
-
* 设备使用者工号
|
1319
|
-
*/
|
1320
|
-
jobNum?: string;
|
1321
|
-
label?: string;
|
1322
|
-
/**
|
1323
|
-
* [是否使用jt808定位]{0:不是;1:是;}
|
1324
|
-
*/
|
1325
|
-
jt808locationSupport?: number;
|
1326
|
-
/**
|
1327
|
-
* jt808注册状态(1未注册、2已注册)
|
1328
|
-
*/
|
1329
|
-
jtReg?: number;
|
1330
|
-
/**
|
1331
|
-
* 纬度
|
1332
|
-
*/
|
1333
|
-
lat?: number;
|
1334
|
-
/**
|
1335
|
-
* 经度
|
1336
|
-
*/
|
1337
|
-
lng?: number;
|
1338
|
-
/**
|
1339
|
-
* [是否在监控]{0:不在;1:在;}
|
1340
|
-
*/
|
1341
|
-
monitor?: number;
|
1342
|
-
/**
|
1343
|
-
* [是否支持监听]{0:不支持;1:支持}
|
1344
|
-
*/
|
1345
|
-
monitorListenSupport?: number;
|
1346
|
-
/**
|
1347
|
-
* [是否支持监控]{0:不支持;1:支持}
|
1348
|
-
*/
|
1349
|
-
monitorSupport?: number;
|
1350
|
-
/**
|
1351
|
-
* 设备使用者姓名
|
1352
|
-
*/
|
1353
|
-
name?: string;
|
1354
|
-
/**
|
1355
|
-
* 近电预警(0停用、1启用)
|
1356
|
-
*/
|
1357
|
-
nearEle?: number;
|
1358
|
-
/**
|
1359
|
-
* 近电预警电压范围
|
1360
|
-
*/
|
1361
|
-
nearEleScope?: string;
|
1362
|
-
/**
|
1363
|
-
* [是否支持近电报警]{0:不支持;1:支持}
|
1364
|
-
*/
|
1365
|
-
nearEleSupport?: number;
|
1366
|
-
/**
|
1367
|
-
* [是否是向上级联的设备]{0:不是;1:是;}
|
1368
|
-
*/
|
1369
|
-
northDevice?: number;
|
1370
|
-
/**
|
1371
|
-
* [在线状态]{1:在线;2:离线;}
|
1372
|
-
*/
|
1373
|
-
onlineState?: number;
|
1374
|
-
/**
|
1375
|
-
* 所属部门id
|
1376
|
-
*/
|
1377
|
-
organizationId?: number;
|
1378
|
-
/**
|
1379
|
-
* 部门编码
|
1380
|
-
*/
|
1381
|
-
orgCode?: string;
|
1382
|
-
/**
|
1383
|
-
* 所属部门
|
1384
|
-
*/
|
1385
|
-
orgName?: string;
|
1386
|
-
otaVer?: string;
|
1387
|
-
/**
|
1388
|
-
* [是否在平台人脸识别]{0:不在;1:在;}
|
1389
|
-
*/
|
1390
|
-
pfacere?: number;
|
1391
|
-
/**
|
1392
|
-
* 用户帐号
|
1393
|
-
*/
|
1394
|
-
phone?: string;
|
1395
|
-
/**
|
1396
|
-
* [是否支持拨打电话]{0:不支持;1:支持}
|
1397
|
-
*/
|
1398
|
-
phoneCallSupport?: number;
|
1399
|
-
/**
|
1400
|
-
* [是否在设备车牌识别]{0:不在;1:在;}
|
1401
|
-
*/
|
1402
|
-
platere?: number;
|
1403
|
-
prodBrand?: string;
|
1404
|
-
prodFactory?: string;
|
1405
|
-
/**
|
1406
|
-
* 型号
|
1407
|
-
*/
|
1408
|
-
prodModel?: string;
|
1409
|
-
protocolVer?: string;
|
1410
|
-
province?: string;
|
1411
|
-
/**
|
1412
|
-
* 接警时间
|
1413
|
-
*/
|
1414
|
-
receiveDtm?: Date;
|
1415
|
-
/**
|
1416
|
-
* [是否支持录像]{0:不支持;1:支持}
|
1417
|
-
*/
|
1418
|
-
recSupport?: number;
|
1419
|
-
remark?: string;
|
1420
|
-
/**
|
1421
|
-
* [是否支持重启]{0:不支持;1:支持}
|
1422
|
-
*/
|
1423
|
-
restartSupport?: number;
|
1424
|
-
/**
|
1425
|
-
* [是否支持规则]{0:不支持;1:支持}
|
1426
|
-
*/
|
1427
|
-
ruleSupport?: number;
|
1428
|
-
/**
|
1429
|
-
* [是否支持下发文件]{0:不支持;1:支持}
|
1430
|
-
*/
|
1431
|
-
sendFileSupport?: number;
|
1432
|
-
/**
|
1433
|
-
* [是否支持下发消息]{0:不支持;1:支持}
|
1434
|
-
*/
|
1435
|
-
sendMsgSupport?: number;
|
1436
|
-
/**
|
1437
|
-
* 设备使用者短号
|
1438
|
-
*/
|
1439
|
-
serialNum?: string;
|
1440
|
-
/**
|
1441
|
-
* [是否支持关机]{0:不支持;1:支持}
|
1442
|
-
*/
|
1443
|
-
shutdownSupport?: number;
|
1444
|
-
simNum?: string;
|
1445
|
-
sipServerId?: string;
|
1446
|
-
sipServerIp?: string;
|
1447
|
-
sipServerPort?: number;
|
1448
|
-
sipServerRegion?: string;
|
1449
|
-
softwareVer?: string;
|
1450
|
-
/**
|
1451
|
-
* [是否在SOS]{0:不在;1:在;}
|
1452
|
-
*/
|
1453
|
-
sos?: number;
|
1454
|
-
/**
|
1455
|
-
* [是否支持录音]{0:不支持;1:支持}
|
1456
|
-
*/
|
1457
|
-
soundRecordingSupport?: number;
|
1458
|
-
/**
|
1459
|
-
* [是否支持抽查]{0:不支持;1:支持}
|
1460
|
-
*/
|
1461
|
-
spotCheckSupport?: number;
|
1462
|
-
/**
|
1463
|
-
* 剩余电量
|
1464
|
-
*/
|
1465
|
-
surplusEle?: number;
|
1466
|
-
/**
|
1467
|
-
* [是否支持拍照]{0:不支持;1:支持}
|
1468
|
-
*/
|
1469
|
-
takePhotoSupport?: number;
|
1470
|
-
/**
|
1471
|
-
* [是否支持任务]{0:不支持;1:支持}
|
1472
|
-
*/
|
1473
|
-
taskSupport?: number;
|
1474
|
-
/**
|
1475
|
-
* 租户ID
|
1476
|
-
*/
|
1477
|
-
tenantId?: string;
|
1478
|
-
/**
|
1479
|
-
*
|
1480
|
-
* [设备类型]{1:执法记录仪;2:对讲机;3:消防调度台;4:消防值班台;5:PhoneAPP;6:布控球;7:IPC摄像头;8:头盔;9:手电筒;10:工牌;11:无人机;12:车载云台;13:向下级联设备;}
|
1481
|
-
*/
|
1482
|
-
type?: number;
|
1483
|
-
/**
|
1484
|
-
* 设备类型名称
|
1485
|
-
*/
|
1486
|
-
typeName?: string;
|
1487
|
-
/**
|
1488
|
-
* 设备使用者id
|
1489
|
-
*/
|
1490
|
-
userId?: number;
|
1491
|
-
/**
|
1492
|
-
* 用户所属部门
|
1493
|
-
*/
|
1494
|
-
userOrgName?: string;
|
1495
|
-
/**
|
1496
|
-
* [是否在视频通话]{0:不在;1:在;}
|
1497
|
-
*/
|
1498
|
-
videoCall?: number;
|
1499
|
-
/**
|
1500
|
-
* [是否支持视频通话]{0:不支持;1:支持}
|
1501
|
-
*/
|
1502
|
-
videoCallSupport?: number;
|
1503
|
-
/**
|
1504
|
-
* [是否在视频会议]{0:不在;1:在;}
|
1505
|
-
*/
|
1506
|
-
videoMeeting?: number;
|
1507
|
-
/**
|
1508
|
-
* [是否在录像]{0:不在;1:在;}
|
1509
|
-
*/
|
1510
|
-
videoRecording?: number;
|
1511
|
-
/**
|
1512
|
-
* viid 设备ID
|
1513
|
-
*/
|
1514
|
-
viidApeId?: string;
|
1515
|
-
/**
|
1516
|
-
* [是否支持GAT/1400]{0:不支持;1:支持}
|
1517
|
-
*/
|
1518
|
-
viidSupport?: number;
|
1519
|
-
/**
|
1520
|
-
* [是否支持倍焦控制功能]{0:不支持;1:支持}
|
1521
|
-
*/
|
1522
|
-
zoomControlSupport?: number;
|
1523
|
-
}
|
1524
|
-
|
1525
996
|
export declare enum DeviceEnum {
|
1526
997
|
LAW_ENFORCEMENT_RECORDER = 1,// 执法记录仪
|
1527
998
|
WALKIE_TALKIE = 2,// 对讲机
|
@@ -1632,7 +1103,7 @@ value: number;
|
|
1632
1103
|
}[];
|
1633
1104
|
}, {}>;
|
1634
1105
|
|
1635
|
-
export
|
1106
|
+
export { HyDeviceTree }
|
1636
1107
|
|
1637
1108
|
export declare const HyEditSpotCheck: DefineComponent< {}, {
|
1638
1109
|
show: (id?: any, params?: any) => MessageHandler;
|
@@ -1642,7 +1113,7 @@ show: (id?: any, params?: any) => MessageHandler;
|
|
1642
1113
|
"onOn-submit"?: (...args: any[]) => any;
|
1643
1114
|
}, {}, {}>;
|
1644
1115
|
|
1645
|
-
export declare const HyElectronicFence:
|
1116
|
+
export declare const HyElectronicFence: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
1646
1117
|
|
1647
1118
|
export declare const HyFileDetails: DefineComponent< {}, {
|
1648
1119
|
show: typeof show;
|
@@ -1666,7 +1137,7 @@ imageViewerClose: typeof imageViewerClose;
|
|
1666
1137
|
|
1667
1138
|
export declare const HyMapNoPermissions: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1668
1139
|
|
1669
|
-
export declare const HyMapSearchPlace: DefineComponent<
|
1140
|
+
export declare const HyMapSearchPlace: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
1670
1141
|
map: () => any;
|
1671
1142
|
h: () => any;
|
1672
1143
|
poi: () => any;
|
@@ -1674,7 +1145,7 @@ searchTypes: () => {
|
|
1674
1145
|
label: string;
|
1675
1146
|
value: number;
|
1676
1147
|
}[];
|
1677
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1148
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
1678
1149
|
map: () => any;
|
1679
1150
|
h: () => any;
|
1680
1151
|
poi: () => any;
|
@@ -1692,14 +1163,14 @@ value: number;
|
|
1692
1163
|
}[];
|
1693
1164
|
}, {}>;
|
1694
1165
|
|
1695
|
-
export declare const HyMenuComponents: DefineComponent<
|
1166
|
+
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1696
1167
|
menuList: () => any[];
|
1697
1168
|
menuTitle: string;
|
1698
1169
|
}>, {
|
1699
1170
|
setRouterPath: typeof setRouterPath;
|
1700
1171
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1701
1172
|
onChange: (...args: any[]) => void;
|
1702
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1173
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1703
1174
|
menuList: () => any[];
|
1704
1175
|
menuTitle: string;
|
1705
1176
|
}>>> & {
|
@@ -1709,13 +1180,13 @@ menuList: MenuListItem[];
|
|
1709
1180
|
menuTitle: string;
|
1710
1181
|
}, {}>;
|
1711
1182
|
|
1712
|
-
export declare const HyOrgCascader:
|
1183
|
+
export declare const HyOrgCascader: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
1713
1184
|
|
1714
|
-
export declare const HyOrgGroupTree:
|
1185
|
+
export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
|
1715
1186
|
|
1716
|
-
export declare const HyOrgTree:
|
1187
|
+
export declare const HyOrgTree: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
|
1717
1188
|
|
1718
|
-
export declare const HyRoundButton: DefineComponent<
|
1189
|
+
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<RoundButton>, {
|
1719
1190
|
name: string;
|
1720
1191
|
className: string;
|
1721
1192
|
color: string;
|
@@ -1724,7 +1195,7 @@ height: string;
|
|
1724
1195
|
tips: string;
|
1725
1196
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1726
1197
|
click: (...args: any[]) => void;
|
1727
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1198
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<RoundButton>, {
|
1728
1199
|
name: string;
|
1729
1200
|
className: string;
|
1730
1201
|
color: string;
|
@@ -1735,7 +1206,7 @@ tips: string;
|
|
1735
1206
|
onClick?: (...args: any[]) => any;
|
1736
1207
|
}, {}, {}>;
|
1737
1208
|
|
1738
|
-
export declare const HySelect: DefineComponent<
|
1209
|
+
export declare const HySelect: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_9>, {
|
1739
1210
|
modelValue: string;
|
1740
1211
|
requestParams: {};
|
1741
1212
|
controller: string;
|
@@ -1758,7 +1229,7 @@ change: (...args: any[]) => void;
|
|
1758
1229
|
visibleChange: (...args: any[]) => void;
|
1759
1230
|
"update:modelValue": (...args: any[]) => void;
|
1760
1231
|
"on-changeSelectItem": (...args: any[]) => void;
|
1761
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1232
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_9>, {
|
1762
1233
|
modelValue: string;
|
1763
1234
|
requestParams: {};
|
1764
1235
|
controller: string;
|
@@ -1795,7 +1266,7 @@ requestimmediately: boolean;
|
|
1795
1266
|
clearable: boolean;
|
1796
1267
|
}, {}>;
|
1797
1268
|
|
1798
|
-
export declare const HySelectMapLocation: DefineComponent<
|
1269
|
+
export declare const HySelectMapLocation: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1799
1270
|
markerItemFn: any;
|
1800
1271
|
latlng: any;
|
1801
1272
|
}>, {
|
@@ -1812,7 +1283,7 @@ POI: any;
|
|
1812
1283
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1813
1284
|
"on-geographical-position": (...args: any[]) => void;
|
1814
1285
|
"on-map-ready": (...args: any[]) => void;
|
1815
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1286
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1816
1287
|
markerItemFn: any;
|
1817
1288
|
latlng: any;
|
1818
1289
|
}>>> & {
|
@@ -1830,14 +1301,14 @@ export declare const HySpotCheckDetail: DefineComponent< {}, {
|
|
1830
1301
|
show: (id: string | number) => void;
|
1831
1302
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1832
1303
|
|
1833
|
-
export declare const HySvgIcon: DefineComponent<
|
1304
|
+
export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<IconProps>, {
|
1834
1305
|
prefix: string;
|
1835
1306
|
name: string;
|
1836
1307
|
className: string;
|
1837
1308
|
color: string;
|
1838
1309
|
width: string;
|
1839
1310
|
height: string;
|
1840
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1311
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<IconProps>, {
|
1841
1312
|
prefix: string;
|
1842
1313
|
name: string;
|
1843
1314
|
className: string;
|
@@ -1846,7 +1317,7 @@ width: string;
|
|
1846
1317
|
height: string;
|
1847
1318
|
}>>>, {}, {}>;
|
1848
1319
|
|
1849
|
-
export declare const HyTable:
|
1320
|
+
export declare const HyTable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
1850
1321
|
|
1851
1322
|
export declare const HyTableHead: DefineComponent< {
|
1852
1323
|
selectList: {
|
@@ -1903,11 +1374,11 @@ selectValueKey: string;
|
|
1903
1374
|
|
1904
1375
|
export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
|
1905
1376
|
|
1906
|
-
export declare const HyUserHead:
|
1377
|
+
export declare const HyUserHead: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
|
1907
1378
|
|
1908
|
-
export declare const HyUserTree:
|
1379
|
+
export declare const HyUserTree: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, ReturnType<typeof __VLS_template_9>>;
|
1909
1380
|
|
1910
|
-
export declare const HyVideoPlayer: DefineComponent<
|
1381
|
+
export declare const HyVideoPlayer: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<Props_12>, {
|
1911
1382
|
downloadFilesType: boolean;
|
1912
1383
|
playRulesType: boolean;
|
1913
1384
|
}>, {
|
@@ -1920,7 +1391,7 @@ playVideo: (filePath: string, item?: MediaFileSimplevo) => boolean;
|
|
1920
1391
|
"play-start": (...args: any[]) => void;
|
1921
1392
|
"play-end": (...args: any[]) => void;
|
1922
1393
|
"on-time-update": (...args: any[]) => void;
|
1923
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1394
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<Props_12>, {
|
1924
1395
|
downloadFilesType: boolean;
|
1925
1396
|
playRulesType: boolean;
|
1926
1397
|
}>>> & {
|
@@ -2164,22 +1635,6 @@ declare interface Props {
|
|
2164
1635
|
}
|
2165
1636
|
|
2166
1637
|
declare interface Props_10 {
|
2167
|
-
modelValue?: any;
|
2168
|
-
requestParams?: any;
|
2169
|
-
controller?: string;
|
2170
|
-
filterDataList?: any[];
|
2171
|
-
customDataList?: any[];
|
2172
|
-
selectedDataList?: any[];
|
2173
|
-
requestimmediately?: boolean;
|
2174
|
-
clearable?: boolean;
|
2175
|
-
multiple?: boolean;
|
2176
|
-
optionLabel?: string;
|
2177
|
-
optionValue?: string;
|
2178
|
-
size?: string;
|
2179
|
-
placeholder?: string;
|
2180
|
-
}
|
2181
|
-
|
2182
|
-
declare interface Props_11 {
|
2183
1638
|
markerItemFn?: () => MarkerOptions;
|
2184
1639
|
latlng: {
|
2185
1640
|
lat: number;
|
@@ -2187,11 +1642,11 @@ declare interface Props_11 {
|
|
2187
1642
|
};
|
2188
1643
|
}
|
2189
1644
|
|
2190
|
-
declare interface
|
1645
|
+
declare interface Props_11 {
|
2191
1646
|
disableDataList?: UserInfo[];
|
2192
1647
|
}
|
2193
1648
|
|
2194
|
-
declare interface
|
1649
|
+
declare interface Props_12 {
|
2195
1650
|
downloadFilesType?: boolean;
|
2196
1651
|
playRulesType?: boolean;
|
2197
1652
|
playList?: MediaFileSimplevo[];
|
@@ -2212,19 +1667,12 @@ declare interface Props_3 {
|
|
2212
1667
|
}
|
2213
1668
|
|
2214
1669
|
declare interface Props_4 {
|
2215
|
-
hideDevice?: boolean;
|
2216
|
-
showOnlineOnly?: boolean;
|
2217
|
-
disableDataList?: Device[];
|
2218
|
-
returnDisableDevice?: boolean;
|
2219
|
-
}
|
2220
|
-
|
2221
|
-
declare interface Props_5 {
|
2222
1670
|
initParams?: any;
|
2223
1671
|
mapDisplayList?: any[];
|
2224
1672
|
tableColumns?: TableColumnsItem[];
|
2225
1673
|
}
|
2226
1674
|
|
2227
|
-
declare interface
|
1675
|
+
declare interface Props_5 {
|
2228
1676
|
map: any;
|
2229
1677
|
h: any;
|
2230
1678
|
poi: any;
|
@@ -2234,12 +1682,12 @@ declare interface Props_6 {
|
|
2234
1682
|
}[];
|
2235
1683
|
}
|
2236
1684
|
|
2237
|
-
declare interface
|
1685
|
+
declare interface Props_6 {
|
2238
1686
|
menuList: MenuListItem[];
|
2239
1687
|
menuTitle: string;
|
2240
1688
|
}
|
2241
1689
|
|
2242
|
-
declare interface
|
1690
|
+
declare interface Props_7 {
|
2243
1691
|
size?: string;
|
2244
1692
|
className?: string;
|
2245
1693
|
placeholder?: string;
|
@@ -2247,10 +1695,26 @@ declare interface Props_8 {
|
|
2247
1695
|
disabled?: boolean;
|
2248
1696
|
}
|
2249
1697
|
|
2250
|
-
declare interface
|
1698
|
+
declare interface Props_8 {
|
2251
1699
|
disableDataList?: UserInfo[];
|
2252
1700
|
}
|
2253
1701
|
|
1702
|
+
declare interface Props_9 {
|
1703
|
+
modelValue?: any;
|
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;
|
1716
|
+
}
|
1717
|
+
|
2254
1718
|
declare function removeTimeData(): void;
|
2255
1719
|
|
2256
1720
|
declare interface RequestParams {
|