command-center-v3-common 0.0.57 → 0.0.59

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