command-center-v3-common 0.0.37 → 0.0.39

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,8 +1,517 @@
1
1
  import { ComponentOptionsMixin } from 'vue';
2
2
  import { DefineComponent } from 'vue';
3
+ import { MessageHandler } from 'element-plus';
3
4
  import { PropType as PropType_2 } from 'vue';
4
5
  import { PublicProps } from 'vue';
5
6
 
7
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
8
+ fuzzySearch: boolean;
9
+ highlightSelected: boolean;
10
+ getData: FunctionConstructor;
11
+ itemSize: number;
12
+ hideDevice: boolean;
13
+ hideOrgNoData: boolean;
14
+ defaultGetData: boolean;
15
+ showOnlineOnly: boolean;
16
+ checkStrictly: boolean;
17
+ showCheckbox: boolean;
18
+ parentCheckbox: boolean;
19
+ showRadio: boolean;
20
+ showCheckboxButton: boolean;
21
+ showRadioButton: boolean;
22
+ defaultCheckedList: () => any[];
23
+ returnDisableDevice: boolean;
24
+ disableDataList: () => any[];
25
+ }>, {
26
+ setCheckedKeys: (keys: string[]) => void;
27
+ setSelectedList: (dataList: any[]) => void;
28
+ setChecked: (item: any, type: boolean) => void;
29
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
30
+ onSelectedData: (...args: any[]) => void;
31
+ onCurrent: (...args: any[]) => void;
32
+ onCurrentDelete: (...args: any[]) => void;
33
+ onCurrentDepartment: (...args: any[]) => void;
34
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
35
+ fuzzySearch: boolean;
36
+ highlightSelected: boolean;
37
+ getData: FunctionConstructor;
38
+ itemSize: number;
39
+ hideDevice: boolean;
40
+ hideOrgNoData: boolean;
41
+ defaultGetData: boolean;
42
+ showOnlineOnly: boolean;
43
+ checkStrictly: boolean;
44
+ showCheckbox: boolean;
45
+ parentCheckbox: boolean;
46
+ showRadio: boolean;
47
+ showCheckboxButton: boolean;
48
+ showRadioButton: boolean;
49
+ defaultCheckedList: () => any[];
50
+ returnDisableDevice: boolean;
51
+ disableDataList: () => any[];
52
+ }>>> & {
53
+ onOnSelectedData?: (...args: any[]) => any;
54
+ onOnCurrent?: (...args: any[]) => any;
55
+ onOnCurrentDelete?: (...args: any[]) => any;
56
+ onOnCurrentDepartment?: (...args: any[]) => any;
57
+ }, {
58
+ getData: () => any;
59
+ defaultGetData: boolean;
60
+ showCheckbox: boolean;
61
+ parentCheckbox: boolean;
62
+ defaultCheckedList: any[];
63
+ hideOrgNoData: boolean;
64
+ itemSize: number;
65
+ highlightSelected: boolean;
66
+ checkStrictly: boolean;
67
+ showRadio: boolean;
68
+ showRadioButton: boolean;
69
+ showCheckboxButton: boolean;
70
+ fuzzySearch: boolean;
71
+ disableDataList: UserInfo[];
72
+ }, {}>;
73
+
74
+ declare const __VLS_component_10: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<TreeCpnsProps & TreeProps & Props_11>, {
75
+ fuzzySearch: boolean;
76
+ highlightSelected: boolean;
77
+ getData: FunctionConstructor;
78
+ itemSize: number;
79
+ hideDevice: boolean;
80
+ hideOrgNoData: boolean;
81
+ defaultGetData: boolean;
82
+ showOnlineOnly: boolean;
83
+ checkStrictly: boolean;
84
+ showCheckbox: boolean;
85
+ parentCheckbox: boolean;
86
+ showRadio: boolean;
87
+ showCheckboxButton: boolean;
88
+ showRadioButton: boolean;
89
+ defaultCheckedList: () => any[];
90
+ returnDisableDevice: boolean;
91
+ disableDataList: () => any[];
92
+ }>, {
93
+ setCheckedKeys: (keys: string[]) => void;
94
+ setSelectedList: (dataList: any[]) => void;
95
+ setChecked: (item: any, type: boolean) => void;
96
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
97
+ onSelectedData: (...args: any[]) => void;
98
+ onCurrent: (...args: any[]) => void;
99
+ onCurrentDelete: (...args: any[]) => void;
100
+ onCurrentDepartment: (...args: any[]) => void;
101
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<TreeCpnsProps & TreeProps & Props_11>, {
102
+ fuzzySearch: boolean;
103
+ highlightSelected: boolean;
104
+ getData: FunctionConstructor;
105
+ itemSize: number;
106
+ hideDevice: boolean;
107
+ hideOrgNoData: boolean;
108
+ defaultGetData: boolean;
109
+ showOnlineOnly: boolean;
110
+ checkStrictly: boolean;
111
+ showCheckbox: boolean;
112
+ parentCheckbox: boolean;
113
+ showRadio: boolean;
114
+ showCheckboxButton: boolean;
115
+ showRadioButton: boolean;
116
+ defaultCheckedList: () => any[];
117
+ returnDisableDevice: boolean;
118
+ disableDataList: () => any[];
119
+ }>>> & {
120
+ onOnSelectedData?: (...args: any[]) => any;
121
+ onOnCurrent?: (...args: any[]) => any;
122
+ onOnCurrentDelete?: (...args: any[]) => any;
123
+ onOnCurrentDepartment?: (...args: any[]) => any;
124
+ }, {
125
+ getData: () => any;
126
+ defaultGetData: boolean;
127
+ showCheckbox: boolean;
128
+ parentCheckbox: boolean;
129
+ defaultCheckedList: any[];
130
+ hideOrgNoData: boolean;
131
+ itemSize: number;
132
+ highlightSelected: boolean;
133
+ checkStrictly: boolean;
134
+ showRadio: boolean;
135
+ showRadioButton: boolean;
136
+ showCheckboxButton: boolean;
137
+ fuzzySearch: boolean;
138
+ disableDataList: UserInfo[];
139
+ }, {}>;
140
+
141
+ declare const __VLS_component_2: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<BoxBorderProps>, {
142
+ prefix: string;
143
+ name: string;
144
+ className: string;
145
+ color: string;
146
+ width: string;
147
+ height: string;
148
+ zIndex: number;
149
+ top: number;
150
+ left: number;
151
+ right: number;
152
+ bottom: number;
153
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<BoxBorderProps>, {
154
+ prefix: string;
155
+ name: string;
156
+ className: string;
157
+ color: string;
158
+ width: string;
159
+ height: string;
160
+ zIndex: number;
161
+ top: number;
162
+ left: number;
163
+ right: number;
164
+ bottom: number;
165
+ }>>>, {}, {}>;
166
+
167
+ declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
168
+ fuzzySearch: boolean;
169
+ highlightSelected: boolean;
170
+ getData: FunctionConstructor;
171
+ itemSize: number;
172
+ hideDevice: boolean;
173
+ hideOrgNoData: boolean;
174
+ defaultGetData: boolean;
175
+ showOnlineOnly: boolean;
176
+ checkStrictly: boolean;
177
+ showCheckbox: boolean;
178
+ parentCheckbox: boolean;
179
+ showRadio: boolean;
180
+ showCheckboxButton: boolean;
181
+ showRadioButton: boolean;
182
+ defaultCheckedList: () => any[];
183
+ disableDataList: () => any[];
184
+ returnDisableDevice: boolean;
185
+ }>, {
186
+ setCheckedKeys: (keys: string[]) => void;
187
+ setSelectedList: (dataList: any[]) => void;
188
+ setChecked: (item: any, type: boolean) => void;
189
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
190
+ onSelectedData: (...args: any[]) => void;
191
+ onCurrent: (...args: any[]) => void;
192
+ onCurrentDelete: (...args: any[]) => void;
193
+ onCurrentDepartment: (...args: any[]) => void;
194
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
195
+ fuzzySearch: boolean;
196
+ highlightSelected: boolean;
197
+ getData: FunctionConstructor;
198
+ itemSize: number;
199
+ hideDevice: boolean;
200
+ hideOrgNoData: boolean;
201
+ defaultGetData: boolean;
202
+ showOnlineOnly: boolean;
203
+ checkStrictly: boolean;
204
+ showCheckbox: boolean;
205
+ parentCheckbox: boolean;
206
+ showRadio: boolean;
207
+ showCheckboxButton: boolean;
208
+ showRadioButton: boolean;
209
+ defaultCheckedList: () => any[];
210
+ disableDataList: () => any[];
211
+ returnDisableDevice: boolean;
212
+ }>>> & {
213
+ onOnSelectedData?: (...args: any[]) => any;
214
+ onOnCurrent?: (...args: any[]) => any;
215
+ onOnCurrentDelete?: (...args: any[]) => any;
216
+ onOnCurrentDepartment?: (...args: any[]) => any;
217
+ }, {
218
+ getData: () => any;
219
+ defaultGetData: boolean;
220
+ showCheckbox: boolean;
221
+ parentCheckbox: boolean;
222
+ defaultCheckedList: any[];
223
+ hideDevice: boolean;
224
+ hideOrgNoData: boolean;
225
+ showOnlineOnly: boolean;
226
+ itemSize: number;
227
+ highlightSelected: boolean;
228
+ checkStrictly: boolean;
229
+ showRadio: boolean;
230
+ showRadioButton: boolean;
231
+ showCheckboxButton: boolean;
232
+ fuzzySearch: boolean;
233
+ disableDataList: Device[];
234
+ returnDisableDevice: boolean;
235
+ }, {}>;
236
+
237
+ declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
238
+ initParams: () => void;
239
+ mapDisplayList: () => any[];
240
+ tableColumns: () => ({
241
+ label: any;
242
+ prop: string;
243
+ slotName?: undefined;
244
+ width?: undefined;
245
+ } | {
246
+ label: any;
247
+ slotName: string;
248
+ width: string;
249
+ prop?: undefined;
250
+ })[];
251
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
252
+ "on-map-display-fn": (...args: any[]) => void;
253
+ "on-get-data": (...args: any[]) => void;
254
+ "on-delete": (...args: any[]) => void;
255
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
256
+ initParams: () => void;
257
+ mapDisplayList: () => any[];
258
+ tableColumns: () => ({
259
+ label: any;
260
+ prop: string;
261
+ slotName?: undefined;
262
+ width?: undefined;
263
+ } | {
264
+ label: any;
265
+ slotName: string;
266
+ width: string;
267
+ prop?: undefined;
268
+ })[];
269
+ }>>> & {
270
+ "onOn-map-display-fn"?: (...args: any[]) => any;
271
+ "onOn-get-data"?: (...args: any[]) => any;
272
+ "onOn-delete"?: (...args: any[]) => any;
273
+ }, {
274
+ initParams: any;
275
+ mapDisplayList: any[];
276
+ tableColumns: TableColumnsItem[];
277
+ }, {}>;
278
+
279
+ declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
280
+ size: string;
281
+ className: string;
282
+ placeholder: string;
283
+ contentType: boolean;
284
+ disabled: boolean;
285
+ }>, {
286
+ setDefaultValue: (organizationId: any) => void;
287
+ getData: () => Promise<void>;
288
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
289
+ change: (...args: any[]) => void;
290
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
291
+ size: string;
292
+ className: string;
293
+ placeholder: string;
294
+ contentType: boolean;
295
+ disabled: boolean;
296
+ }>>> & {
297
+ onChange?: (...args: any[]) => any;
298
+ }, {
299
+ size: string;
300
+ disabled: boolean;
301
+ placeholder: string;
302
+ className: string;
303
+ contentType: boolean;
304
+ }, {}>;
305
+
306
+ declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<TreeCpnsProps & TreeProps & GroupTreeProps>, {
307
+ fuzzySearch: boolean;
308
+ highlightSelected: boolean;
309
+ getData: FunctionConstructor;
310
+ itemSize: number;
311
+ hideDevice: boolean;
312
+ hideGroup: boolean;
313
+ hideOrgNoData: boolean;
314
+ defaultGetData: boolean;
315
+ showOnlineOnly: boolean;
316
+ checkStrictly: boolean;
317
+ showCheckbox: boolean;
318
+ parentCheckbox: boolean;
319
+ showRadio: boolean;
320
+ showCheckboxButton: boolean;
321
+ showRadioButton: boolean;
322
+ defaultCheckedList: () => any[];
323
+ returnDisableDevice: boolean;
324
+ }>, {
325
+ setCheckedKeys: (keys: string[]) => void;
326
+ setSelectedList: (dataList: any[]) => void;
327
+ setChecked: (item: any, type: boolean) => void;
328
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
329
+ onSelectedData: (...args: any[]) => void;
330
+ onCurrent: (...args: any[]) => void;
331
+ onCurrentDelete: (...args: any[]) => void;
332
+ onCurrentDepartment: (...args: any[]) => void;
333
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<TreeCpnsProps & TreeProps & GroupTreeProps>, {
334
+ fuzzySearch: boolean;
335
+ highlightSelected: boolean;
336
+ getData: FunctionConstructor;
337
+ itemSize: number;
338
+ hideDevice: boolean;
339
+ hideGroup: boolean;
340
+ hideOrgNoData: boolean;
341
+ defaultGetData: boolean;
342
+ showOnlineOnly: boolean;
343
+ checkStrictly: boolean;
344
+ showCheckbox: boolean;
345
+ parentCheckbox: boolean;
346
+ showRadio: boolean;
347
+ showCheckboxButton: boolean;
348
+ showRadioButton: boolean;
349
+ defaultCheckedList: () => any[];
350
+ returnDisableDevice: boolean;
351
+ }>>> & {
352
+ onOnSelectedData?: (...args: any[]) => any;
353
+ onOnCurrent?: (...args: any[]) => any;
354
+ onOnCurrentDelete?: (...args: any[]) => any;
355
+ onOnCurrentDepartment?: (...args: any[]) => any;
356
+ }, {
357
+ getData: () => any;
358
+ defaultGetData: boolean;
359
+ showCheckbox: boolean;
360
+ parentCheckbox: boolean;
361
+ defaultCheckedList: any[];
362
+ hideDevice: boolean;
363
+ hideOrgNoData: boolean;
364
+ hideGroup: boolean;
365
+ itemSize: number;
366
+ highlightSelected: boolean;
367
+ checkStrictly: boolean;
368
+ showRadio: boolean;
369
+ showRadioButton: boolean;
370
+ showCheckboxButton: boolean;
371
+ fuzzySearch: boolean;
372
+ }, {}>;
373
+
374
+ declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & Props_8>, {
375
+ fuzzySearch: boolean;
376
+ highlightSelected: boolean;
377
+ getData: FunctionConstructor;
378
+ itemSize: number;
379
+ hideOrgNoData: boolean;
380
+ defaultGetData: boolean;
381
+ showOnlineOnly: boolean;
382
+ checkStrictly: boolean;
383
+ showCheckbox: boolean;
384
+ parentCheckbox: boolean;
385
+ showRadio: boolean;
386
+ showCheckboxButton: boolean;
387
+ showRadioButton: boolean;
388
+ defaultCheckedList: () => any[];
389
+ returnDisableDevice: boolean;
390
+ disableDataList: () => any[];
391
+ }>, {
392
+ setCheckedKeys: (keys: string[]) => void;
393
+ setSelectedList: (dataList: any[]) => void;
394
+ setChecked: (item: any, type: boolean) => void;
395
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
396
+ onSelectedData: (...args: any[]) => void;
397
+ onCurrent: (...args: any[]) => void;
398
+ onCurrentDelete: (...args: any[]) => void;
399
+ onCurrentDepartment: (...args: any[]) => void;
400
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & Props_8>, {
401
+ fuzzySearch: boolean;
402
+ highlightSelected: boolean;
403
+ getData: FunctionConstructor;
404
+ itemSize: number;
405
+ hideOrgNoData: boolean;
406
+ defaultGetData: boolean;
407
+ showOnlineOnly: boolean;
408
+ checkStrictly: boolean;
409
+ showCheckbox: boolean;
410
+ parentCheckbox: boolean;
411
+ showRadio: boolean;
412
+ showCheckboxButton: boolean;
413
+ showRadioButton: boolean;
414
+ defaultCheckedList: () => any[];
415
+ returnDisableDevice: boolean;
416
+ disableDataList: () => any[];
417
+ }>>> & {
418
+ onOnSelectedData?: (...args: any[]) => any;
419
+ onOnCurrent?: (...args: any[]) => any;
420
+ onOnCurrentDelete?: (...args: any[]) => any;
421
+ onOnCurrentDepartment?: (...args: any[]) => any;
422
+ }, {
423
+ getData: () => any;
424
+ defaultGetData: boolean;
425
+ showCheckbox: boolean;
426
+ parentCheckbox: boolean;
427
+ defaultCheckedList: any[];
428
+ hideOrgNoData: boolean;
429
+ itemSize: number;
430
+ highlightSelected: boolean;
431
+ checkStrictly: boolean;
432
+ showRadio: boolean;
433
+ showRadioButton: boolean;
434
+ showCheckboxButton: boolean;
435
+ fuzzySearch: boolean;
436
+ disableDataList: UserInfo[];
437
+ }, {}>;
438
+
439
+ declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<TableProps>, {
440
+ height: number;
441
+ columnList: () => any[];
442
+ searchArr: () => any[];
443
+ showIndexColumn: boolean;
444
+ defaultGetData: boolean;
445
+ selectColumnType: SelectType;
446
+ childrenProps: () => {};
447
+ showFooter: boolean;
448
+ reqUrl: string;
449
+ customUrl: any;
450
+ showHeader: () => true;
451
+ cellStyle: () => {};
452
+ headerCellStyle: () => {};
453
+ disableIds: () => any[];
454
+ searchForm: () => {};
455
+ selectKey: string;
456
+ paginationLayout: string;
457
+ pagerCount: number;
458
+ treeProps: () => {};
459
+ }>, {
460
+ getTableData: typeof getTableData;
461
+ setSelectedData: typeof setSelectedData;
462
+ clearSelection: typeof clearSelection;
463
+ selectedData: globalThis.Ref<any>;
464
+ setTableData: typeof setTableData;
465
+ handleCurrentChange: typeof handleCurrentChange;
466
+ getSearchForm: typeof getSearchForm;
467
+ getTableList: typeof getTableList;
468
+ getTotalElements: typeof getTotalElements;
469
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
470
+ getTotal: (...args: any[]) => void;
471
+ selectionChange: (...args: any[]) => void;
472
+ onRowcClick: (...args: any[]) => void;
473
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<TableProps>, {
474
+ height: number;
475
+ columnList: () => any[];
476
+ searchArr: () => any[];
477
+ showIndexColumn: boolean;
478
+ defaultGetData: boolean;
479
+ selectColumnType: SelectType;
480
+ childrenProps: () => {};
481
+ showFooter: boolean;
482
+ reqUrl: string;
483
+ customUrl: any;
484
+ showHeader: () => true;
485
+ cellStyle: () => {};
486
+ headerCellStyle: () => {};
487
+ disableIds: () => any[];
488
+ searchForm: () => {};
489
+ selectKey: string;
490
+ paginationLayout: string;
491
+ pagerCount: number;
492
+ treeProps: () => {};
493
+ }>>> & {
494
+ onGetTotal?: (...args: any[]) => any;
495
+ onSelectionChange?: (...args: any[]) => any;
496
+ onOnRowcClick?: (...args: any[]) => any;
497
+ }, {}, {}>;
498
+
499
+ declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<RoundButton_2>, {
500
+ gbDevice: boolean;
501
+ onlineState: boolean;
502
+ stateShow: boolean;
503
+ url: string;
504
+ name: string;
505
+ className: string;
506
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<RoundButton_2>, {
507
+ gbDevice: boolean;
508
+ onlineState: boolean;
509
+ stateShow: boolean;
510
+ url: string;
511
+ name: string;
512
+ className: string;
513
+ }>>>, {}, {}>;
514
+
6
515
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
516
 
8
517
  declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
@@ -15,6 +524,12 @@ declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
15
524
 
16
525
  declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
17
526
 
527
+ declare type __VLS_NonUndefinedable_15<T> = T extends undefined ? never : T;
528
+
529
+ declare type __VLS_NonUndefinedable_16<T> = T extends undefined ? never : T;
530
+
531
+ declare type __VLS_NonUndefinedable_17<T> = T extends undefined ? never : T;
532
+
18
533
  declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
19
534
 
20
535
  declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
@@ -55,6 +570,18 @@ declare type __VLS_Prettify_14<T> = {
55
570
  [K in keyof T]: T[K];
56
571
  } & {};
57
572
 
573
+ declare type __VLS_Prettify_15<T> = {
574
+ [K in keyof T]: T[K];
575
+ } & {};
576
+
577
+ declare type __VLS_Prettify_16<T> = {
578
+ [K in keyof T]: T[K];
579
+ } & {};
580
+
581
+ declare type __VLS_Prettify_17<T> = {
582
+ [K in keyof T]: T[K];
583
+ } & {};
584
+
58
585
  declare type __VLS_Prettify_2<T> = {
59
586
  [K in keyof T]: T[K];
60
587
  } & {};
@@ -87,6 +614,87 @@ declare type __VLS_Prettify_9<T> = {
87
614
  [K in keyof T]: T[K];
88
615
  } & {};
89
616
 
617
+ declare function __VLS_template(): {
618
+ "below-the-input"?(_: {}): any;
619
+ "check-content"?(_: {
620
+ row: any;
621
+ }): any;
622
+ "other-content"?(_: {
623
+ row: any;
624
+ }): any;
625
+ };
626
+
627
+ declare function __VLS_template_10(): {
628
+ "below-the-input"?(_: {}): any;
629
+ "check-content"?(_: {
630
+ row: any;
631
+ }): any;
632
+ "other-content"?(_: {
633
+ row: any;
634
+ }): any;
635
+ };
636
+
637
+ declare function __VLS_template_2(): {
638
+ content?(_: {}): any;
639
+ };
640
+
641
+ declare function __VLS_template_3(): {
642
+ "below-the-input"?(_: {}): any;
643
+ "check-content"?(_: {
644
+ row: any;
645
+ }): any;
646
+ "other-content"?(_: {
647
+ row: any;
648
+ }): any;
649
+ };
650
+
651
+ declare function __VLS_template_4(): {
652
+ "operator-left-box"?(_: {}): any;
653
+ isDefault?(_: {
654
+ row: any;
655
+ }): any;
656
+ };
657
+
658
+ declare function __VLS_template_5(): {
659
+ default?(_: {}): any;
660
+ };
661
+
662
+ declare function __VLS_template_6(): {
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_7(): {
673
+ "below-the-input"?(_: {}): any;
674
+ "check-content"?(_: {
675
+ row: any;
676
+ }): any;
677
+ "other-content"?(_: {
678
+ row: any;
679
+ }): any;
680
+ };
681
+
682
+ declare function __VLS_template_8(): Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
683
+ tableLeft?(_: {}): any;
684
+ tableRight?(_: {}): any;
685
+ customContent?(_: {
686
+ tableData: any;
687
+ }): any;
688
+ empty?(_: {}): any;
689
+ statisticalQuantityLeft?(_: {}): any;
690
+ statisticalQuantityRight?(_: {}): any;
691
+ footer?(_: {}): any;
692
+ };
693
+
694
+ declare function __VLS_template_9(): {
695
+ content?(_: {}): any;
696
+ };
697
+
90
698
  declare type __VLS_TypePropsToRuntimeProps<T> = {
91
699
  [K in keyof T]-?: {} extends Pick<T, K> ? {
92
700
  type: PropType_2<__VLS_NonUndefinedable<T[K]>>;
@@ -141,6 +749,33 @@ declare type __VLS_TypePropsToRuntimeProps_14<T> = {
141
749
  };
142
750
  };
143
751
 
752
+ declare type __VLS_TypePropsToRuntimeProps_15<T> = {
753
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
754
+ type: PropType_2<__VLS_NonUndefinedable_15<T[K]>>;
755
+ } : {
756
+ type: PropType_2<T[K]>;
757
+ required: true;
758
+ };
759
+ };
760
+
761
+ declare type __VLS_TypePropsToRuntimeProps_16<T> = {
762
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
763
+ type: PropType_2<__VLS_NonUndefinedable_16<T[K]>>;
764
+ } : {
765
+ type: PropType_2<T[K]>;
766
+ required: true;
767
+ };
768
+ };
769
+
770
+ declare type __VLS_TypePropsToRuntimeProps_17<T> = {
771
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
772
+ type: PropType_2<__VLS_NonUndefinedable_17<T[K]>>;
773
+ } : {
774
+ type: PropType_2<T[K]>;
775
+ required: true;
776
+ };
777
+ };
778
+
144
779
  declare type __VLS_TypePropsToRuntimeProps_2<T> = {
145
780
  [K in keyof T]-?: {} extends Pick<T, K> ? {
146
781
  type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
@@ -249,6 +884,24 @@ declare type __VLS_WithDefaults_14<P, D> = {
249
884
  }> : P[K];
250
885
  };
251
886
 
887
+ declare type __VLS_WithDefaults_15<P, D> = {
888
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_15<P[K] & {
889
+ default: D[K];
890
+ }> : P[K];
891
+ };
892
+
893
+ declare type __VLS_WithDefaults_16<P, D> = {
894
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_16<P[K] & {
895
+ default: D[K];
896
+ }> : P[K];
897
+ };
898
+
899
+ declare type __VLS_WithDefaults_17<P, D> = {
900
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_17<P[K] & {
901
+ default: D[K];
902
+ }> : P[K];
903
+ };
904
+
252
905
  declare type __VLS_WithDefaults_2<P, D> = {
253
906
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
254
907
  default: D[K];
@@ -303,6 +956,12 @@ declare type __VLS_WithTemplateSlots<T, S> = T & {
303
956
  };
304
957
  };
305
958
 
959
+ declare type __VLS_WithTemplateSlots_10<T, S> = T & {
960
+ new (): {
961
+ $slots: S;
962
+ };
963
+ };
964
+
306
965
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
307
966
  new (): {
308
967
  $slots: S;
@@ -461,6 +1120,7 @@ declare interface Device {
461
1120
  * [是否支持车辆识别]{0:不支持;1:支持}
462
1121
  */
463
1122
  carReSupport?: number;
1123
+ deviceType?: number;
464
1124
  errorCode?: number;
465
1125
  errorReason?: string;
466
1126
  methodType?: string;
@@ -812,6 +1472,26 @@ declare interface Device {
812
1472
  zoomControlSupport?: number;
813
1473
  }
814
1474
 
1475
+ export declare enum DeviceEnum {
1476
+ LAW_ENFORCEMENT_RECORDER = 1,// 执法记录仪
1477
+ WALKIE_TALKIE = 2,// 对讲机
1478
+ FIRE_DISPATCH_DESK = 3,// 消防调度台
1479
+ FIRE_DUTY_DESK = 4,// 消防值班台
1480
+ PHONE_APP = 5,// PhoneAPP
1481
+ CONTROL_THE_BALL = 6,// 布控球
1482
+ IPC_CAMERA = 7,// IPC摄像头
1483
+ HELMET = 8,// 安全帽
1484
+ FLASHLIGHT = 9,// 手电筒
1485
+ WORK_LICENSE = 10,// 工牌
1486
+ DRONE = 11,// 无人机
1487
+ CAR_PTZ = 12,// 车载云台
1488
+ CASCADE_DEVICE_DOWN = 13,// 向下级联设备
1489
+ JT808 = 14,// JT808
1490
+ NATIONAL_STANDARD_RECORDER = 15,// 国标记录仪
1491
+ RTOS_DEVICE = 16,// RTOS设备
1492
+ WATCH = 17
1493
+ }
1494
+
815
1495
  declare function getBlobToData(blob: Blob): Promise<any>;
816
1496
 
817
1497
  declare function getCropBlob(): Promise<Blob>;
@@ -839,116 +1519,25 @@ declare interface GroupTreeProps {
839
1519
 
840
1520
  declare function handleCurrentChange(page?: number): void;
841
1521
 
842
- export declare const HyAcquisitionStationTree: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
843
- fuzzySearch: boolean;
844
- highlightSelected: boolean;
845
- getData: FunctionConstructor;
846
- itemSize: number;
847
- hideDevice: boolean;
848
- hideOrgNoData: boolean;
849
- defaultGetData: boolean;
850
- showOnlineOnly: boolean;
851
- checkStrictly: boolean;
852
- showCheckbox: boolean;
853
- parentCheckbox: boolean;
854
- showRadio: boolean;
855
- showCheckboxButton: boolean;
856
- showRadioButton: boolean;
857
- defaultCheckedList: () => any[];
858
- returnDisableDevice: boolean;
859
- disableDataList: () => any[];
860
- }>, {
861
- setCheckedKeys: (keys: string[]) => void;
862
- setSelectedList: (dataList: any[]) => void;
863
- setChecked: (item: any, type: boolean) => void;
864
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
865
- onCurrentDepartment: (...args: any[]) => void;
866
- onCurrent: (...args: any[]) => void;
867
- onCurrentDelete: (...args: any[]) => void;
868
- onSelectedData: (...args: any[]) => void;
869
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
870
- fuzzySearch: boolean;
871
- highlightSelected: boolean;
872
- getData: FunctionConstructor;
873
- itemSize: number;
874
- hideDevice: boolean;
875
- hideOrgNoData: boolean;
876
- defaultGetData: boolean;
877
- showOnlineOnly: boolean;
878
- checkStrictly: boolean;
879
- showCheckbox: boolean;
880
- parentCheckbox: boolean;
881
- showRadio: boolean;
882
- showCheckboxButton: boolean;
883
- showRadioButton: boolean;
884
- defaultCheckedList: () => any[];
885
- returnDisableDevice: boolean;
886
- disableDataList: () => any[];
887
- }>>> & {
888
- onOnCurrentDepartment?: (...args: any[]) => any;
889
- onOnCurrent?: (...args: any[]) => any;
890
- onOnCurrentDelete?: (...args: any[]) => any;
891
- onOnSelectedData?: (...args: any[]) => any;
892
- }, {
893
- getData: () => any;
894
- defaultGetData: boolean;
895
- checkStrictly: boolean;
896
- hideOrgNoData: boolean;
897
- itemSize: number;
898
- defaultCheckedList: any[];
899
- highlightSelected: boolean;
900
- showCheckbox: boolean;
901
- parentCheckbox: boolean;
902
- showRadio: boolean;
903
- showRadioButton: boolean;
904
- showCheckboxButton: boolean;
905
- fuzzySearch: boolean;
906
- disableDataList: UserInfo[];
907
- }, {}>, {
908
- "below-the-input"?(_: {}): any;
909
- "check-content"?(_: {
910
- row: any;
911
- }): any;
912
- "other-content"?(_: {
913
- row: any;
914
- }): any;
915
- }>;
916
-
917
- export declare const HyAddDepartmentType: DefineComponent< {}, {
918
- show: (row?: OrgType) => void;
919
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
920
- "on-submit": (...args: any[]) => void;
921
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
922
- "onOn-submit"?: (...args: any[]) => any;
923
- }, {}, {}>;
924
-
925
- export declare const HyBoxBorder: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<BoxBorderProps>, {
926
- prefix: string;
927
- name: string;
928
- className: string;
929
- color: string;
930
- width: string;
931
- height: string;
932
- zIndex: number;
933
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<BoxBorderProps>, {
934
- prefix: string;
935
- name: string;
936
- className: string;
937
- color: string;
938
- width: string;
939
- height: string;
940
- zIndex: number;
941
- }>>>, {}, {}>, {
942
- content?(_: {}): any;
943
- }>;
944
-
945
- export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_8>, {
1522
+ export declare const HyAcquisitionStationTree: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
1523
+
1524
+ export declare const HyAddDepartmentType: DefineComponent< {}, {
1525
+ show: (row?: OrgType) => void;
1526
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1527
+ "on-submit": (...args: any[]) => void;
1528
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
1529
+ "onOn-submit"?: (...args: any[]) => any;
1530
+ }, {}, {}>;
1531
+
1532
+ export declare const HyBoxBorder: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
1533
+
1534
+ export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<Props_2>, {
946
1535
  optionList: () => any[];
947
1536
  }>, {
948
1537
  removeTimeData: typeof removeTimeData;
949
1538
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
950
1539
  change: (params: RequestParams) => void;
951
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_8>, {
1540
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<Props_2>, {
952
1541
  optionList: () => any[];
953
1542
  }>>> & {
954
1543
  onChange?: (params: RequestParams) => any;
@@ -959,285 +1548,75 @@ value: number;
959
1548
  }[];
960
1549
  }, {}>;
961
1550
 
962
- export declare const HyDeviceTree: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
963
- fuzzySearch: boolean;
964
- highlightSelected: boolean;
965
- getData: FunctionConstructor;
966
- itemSize: number;
967
- hideDevice: boolean;
968
- hideOrgNoData: boolean;
969
- defaultGetData: boolean;
970
- showOnlineOnly: boolean;
971
- checkStrictly: boolean;
972
- showCheckbox: boolean;
973
- parentCheckbox: boolean;
974
- showRadio: boolean;
975
- showCheckboxButton: boolean;
976
- showRadioButton: boolean;
977
- defaultCheckedList: () => any[];
978
- disableDataList: () => any[];
979
- returnDisableDevice: boolean;
980
- }>, {
981
- setCheckedKeys: (keys: string[]) => void;
982
- setSelectedList: (dataList: any[]) => void;
983
- setChecked: (item: any, type: boolean) => void;
984
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
985
- onCurrentDepartment: (...args: any[]) => void;
986
- onCurrent: (...args: any[]) => void;
987
- onCurrentDelete: (...args: any[]) => void;
988
- onSelectedData: (...args: any[]) => void;
989
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
990
- fuzzySearch: boolean;
991
- highlightSelected: boolean;
992
- getData: FunctionConstructor;
993
- itemSize: number;
994
- hideDevice: boolean;
995
- hideOrgNoData: boolean;
996
- defaultGetData: boolean;
997
- showOnlineOnly: boolean;
998
- checkStrictly: boolean;
999
- showCheckbox: boolean;
1000
- parentCheckbox: boolean;
1001
- showRadio: boolean;
1002
- showCheckboxButton: boolean;
1003
- showRadioButton: boolean;
1004
- defaultCheckedList: () => any[];
1005
- disableDataList: () => any[];
1006
- returnDisableDevice: boolean;
1007
- }>>> & {
1008
- onOnCurrentDepartment?: (...args: any[]) => any;
1009
- onOnCurrent?: (...args: any[]) => any;
1010
- onOnCurrentDelete?: (...args: any[]) => any;
1011
- onOnSelectedData?: (...args: any[]) => any;
1012
- }, {
1013
- getData: () => any;
1014
- defaultGetData: boolean;
1015
- checkStrictly: boolean;
1016
- hideDevice: boolean;
1017
- hideOrgNoData: boolean;
1018
- showOnlineOnly: boolean;
1019
- itemSize: number;
1020
- defaultCheckedList: any[];
1021
- highlightSelected: boolean;
1022
- showCheckbox: boolean;
1023
- parentCheckbox: boolean;
1024
- showRadio: boolean;
1025
- showRadioButton: boolean;
1026
- showCheckboxButton: boolean;
1027
- fuzzySearch: boolean;
1028
- disableDataList: Device[];
1029
- returnDisableDevice: boolean;
1030
- }, {}>, {
1031
- "below-the-input"?(_: {}): any;
1032
- "check-content"?(_: {
1033
- row: any;
1034
- }): any;
1035
- "other-content"?(_: {
1036
- row: any;
1037
- }): any;
1038
- }>;
1551
+ export declare const HyDeviceTree: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
1552
+
1553
+ export declare const HyEditSpotCheck: DefineComponent< {}, {
1554
+ show: (id?: any, params?: any) => MessageHandler;
1555
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1556
+ "on-submit": (...args: any[]) => void;
1557
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
1558
+ "onOn-submit"?: (...args: any[]) => any;
1559
+ }, {}, {}>;
1560
+
1561
+ export declare const HyElectronicFence: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
1039
1562
 
1040
1563
  export declare const HyImageViewer: DefineComponent< {}, {
1041
1564
  onShowViewer: typeof onShowViewer;
1042
1565
  imageViewerClose: typeof imageViewerClose;
1043
1566
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
1044
1567
 
1045
- export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_7>, {
1568
+ export declare const HyMapNoPermissions: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
1569
+
1570
+ export declare const HyMapSearchPlace: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
1571
+ map: () => any;
1572
+ h: () => any;
1573
+ poi: () => any;
1574
+ searchTypes: () => {
1575
+ label: string;
1576
+ value: number;
1577
+ }[];
1578
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
1579
+ map: () => any;
1580
+ h: () => any;
1581
+ poi: () => any;
1582
+ searchTypes: () => {
1583
+ label: string;
1584
+ value: number;
1585
+ }[];
1586
+ }>>>, {
1587
+ map: any;
1588
+ h: any;
1589
+ poi: any;
1590
+ searchTypes: {
1591
+ label: string;
1592
+ value: number;
1593
+ }[];
1594
+ }, {}>;
1595
+
1596
+ export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
1046
1597
  menuList: () => any[];
1047
1598
  menuTitle: string;
1048
1599
  }>, {
1049
1600
  setRouterPath: typeof setRouterPath;
1050
1601
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1051
1602
  onChange: (...args: any[]) => void;
1052
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_7>, {
1053
- menuList: () => any[];
1054
- menuTitle: string;
1055
- }>>> & {
1056
- onOnChange?: (...args: any[]) => any;
1057
- }, {
1058
- menuList: MenuListItem[];
1059
- menuTitle: string;
1060
- }, {}>;
1061
-
1062
- export declare const HyOrgCascader: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
1063
- size: string;
1064
- className: string;
1065
- placeholder: string;
1066
- contentType: boolean;
1067
- disabled: boolean;
1068
- }>, {
1069
- setDefaultValue: (organizationId: any) => void;
1070
- getData: () => Promise<void>;
1071
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1072
- change: (...args: any[]) => void;
1073
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
1074
- size: string;
1075
- className: string;
1076
- placeholder: string;
1077
- contentType: boolean;
1078
- disabled: boolean;
1079
- }>>> & {
1080
- onChange?: (...args: any[]) => any;
1081
- }, {
1082
- className: string;
1083
- size: string;
1084
- placeholder: string;
1085
- disabled: boolean;
1086
- contentType: boolean;
1087
- }, {}>, {
1088
- default?(_: {}): any;
1089
- }>;
1090
-
1091
- export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
1092
- fuzzySearch: boolean;
1093
- highlightSelected: boolean;
1094
- getData: FunctionConstructor;
1095
- itemSize: number;
1096
- hideDevice: boolean;
1097
- hideGroup: boolean;
1098
- hideOrgNoData: boolean;
1099
- defaultGetData: boolean;
1100
- showOnlineOnly: boolean;
1101
- checkStrictly: boolean;
1102
- showCheckbox: boolean;
1103
- parentCheckbox: boolean;
1104
- showRadio: boolean;
1105
- showCheckboxButton: boolean;
1106
- showRadioButton: boolean;
1107
- defaultCheckedList: () => any[];
1108
- returnDisableDevice: boolean;
1109
- }>, {
1110
- setCheckedKeys: (keys: string[]) => void;
1111
- setSelectedList: (dataList: any[]) => void;
1112
- setChecked: (item: any, type: boolean) => void;
1113
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1114
- onCurrentDepartment: (...args: any[]) => void;
1115
- onCurrent: (...args: any[]) => void;
1116
- onCurrentDelete: (...args: any[]) => void;
1117
- onSelectedData: (...args: any[]) => void;
1118
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
1119
- fuzzySearch: boolean;
1120
- highlightSelected: boolean;
1121
- getData: FunctionConstructor;
1122
- itemSize: number;
1123
- hideDevice: boolean;
1124
- hideGroup: boolean;
1125
- hideOrgNoData: boolean;
1126
- defaultGetData: boolean;
1127
- showOnlineOnly: boolean;
1128
- checkStrictly: boolean;
1129
- showCheckbox: boolean;
1130
- parentCheckbox: boolean;
1131
- showRadio: boolean;
1132
- showCheckboxButton: boolean;
1133
- showRadioButton: boolean;
1134
- defaultCheckedList: () => any[];
1135
- returnDisableDevice: boolean;
1136
- }>>> & {
1137
- onOnCurrentDepartment?: (...args: any[]) => any;
1138
- onOnCurrent?: (...args: any[]) => any;
1139
- onOnCurrentDelete?: (...args: any[]) => any;
1140
- onOnSelectedData?: (...args: any[]) => any;
1141
- }, {
1142
- getData: () => any;
1143
- defaultGetData: boolean;
1144
- checkStrictly: boolean;
1145
- hideDevice: boolean;
1146
- hideOrgNoData: boolean;
1147
- hideGroup: boolean;
1148
- itemSize: number;
1149
- defaultCheckedList: any[];
1150
- highlightSelected: boolean;
1151
- showCheckbox: boolean;
1152
- parentCheckbox: boolean;
1153
- showRadio: boolean;
1154
- showRadioButton: boolean;
1155
- showCheckboxButton: boolean;
1156
- fuzzySearch: boolean;
1157
- }, {}>, {
1158
- "below-the-input"?(_: {}): any;
1159
- "check-content"?(_: {
1160
- row: any;
1161
- }): any;
1162
- "other-content"?(_: {
1163
- row: any;
1164
- }): any;
1165
- }>;
1166
-
1167
- export declare const HyOrgTree: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
1168
- fuzzySearch: boolean;
1169
- highlightSelected: boolean;
1170
- getData: FunctionConstructor;
1171
- itemSize: number;
1172
- hideOrgNoData: boolean;
1173
- defaultGetData: boolean;
1174
- showOnlineOnly: boolean;
1175
- checkStrictly: boolean;
1176
- showCheckbox: boolean;
1177
- parentCheckbox: boolean;
1178
- showRadio: boolean;
1179
- showCheckboxButton: boolean;
1180
- showRadioButton: boolean;
1181
- defaultCheckedList: () => any[];
1182
- returnDisableDevice: boolean;
1183
- disableDataList: () => any[];
1184
- }>, {
1185
- setCheckedKeys: (keys: string[]) => void;
1186
- setSelectedList: (dataList: any[]) => void;
1187
- setChecked: (item: any, type: boolean) => void;
1188
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1189
- onCurrentDepartment: (...args: any[]) => void;
1190
- onCurrent: (...args: any[]) => void;
1191
- onCurrentDelete: (...args: any[]) => void;
1192
- onSelectedData: (...args: any[]) => void;
1193
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
1194
- fuzzySearch: boolean;
1195
- highlightSelected: boolean;
1196
- getData: FunctionConstructor;
1197
- itemSize: number;
1198
- hideOrgNoData: boolean;
1199
- defaultGetData: boolean;
1200
- showOnlineOnly: boolean;
1201
- checkStrictly: boolean;
1202
- showCheckbox: boolean;
1203
- parentCheckbox: boolean;
1204
- showRadio: boolean;
1205
- showCheckboxButton: boolean;
1206
- showRadioButton: boolean;
1207
- defaultCheckedList: () => any[];
1208
- returnDisableDevice: boolean;
1209
- disableDataList: () => any[];
1210
- }>>> & {
1211
- onOnCurrentDepartment?: (...args: any[]) => any;
1212
- onOnCurrent?: (...args: any[]) => any;
1213
- onOnCurrentDelete?: (...args: any[]) => any;
1214
- onOnSelectedData?: (...args: any[]) => any;
1603
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
1604
+ menuList: () => any[];
1605
+ menuTitle: string;
1606
+ }>>> & {
1607
+ onOnChange?: (...args: any[]) => any;
1215
1608
  }, {
1216
- getData: () => any;
1217
- defaultGetData: boolean;
1218
- checkStrictly: boolean;
1219
- hideOrgNoData: boolean;
1220
- itemSize: number;
1221
- defaultCheckedList: any[];
1222
- highlightSelected: boolean;
1223
- showCheckbox: boolean;
1224
- parentCheckbox: boolean;
1225
- showRadio: boolean;
1226
- showRadioButton: boolean;
1227
- showCheckboxButton: boolean;
1228
- fuzzySearch: boolean;
1229
- disableDataList: UserInfo[];
1230
- }, {}>, {
1231
- "below-the-input"?(_: {}): any;
1232
- "check-content"?(_: {
1233
- row: any;
1234
- }): any;
1235
- "other-content"?(_: {
1236
- row: any;
1237
- }): any;
1238
- }>;
1609
+ menuList: MenuListItem[];
1610
+ menuTitle: string;
1611
+ }, {}>;
1239
1612
 
1240
- export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<RoundButton>, {
1613
+ export declare const HyOrgCascader: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
1614
+
1615
+ export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
1616
+
1617
+ export declare const HyOrgTree: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
1618
+
1619
+ export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<RoundButton>, {
1241
1620
  name: string;
1242
1621
  className: string;
1243
1622
  color: string;
@@ -1246,7 +1625,7 @@ height: string;
1246
1625
  tips: string;
1247
1626
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1248
1627
  click: (...args: any[]) => void;
1249
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<RoundButton>, {
1628
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<RoundButton>, {
1250
1629
  name: string;
1251
1630
  className: string;
1252
1631
  color: string;
@@ -1257,7 +1636,7 @@ tips: string;
1257
1636
  onClick?: (...args: any[]) => any;
1258
1637
  }, {}, {}>;
1259
1638
 
1260
- export declare const HySelect: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
1639
+ export declare const HySelect: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_9>, {
1261
1640
  modelValue: string;
1262
1641
  requestParams: {};
1263
1642
  controller: string;
@@ -1280,7 +1659,7 @@ change: (...args: any[]) => void;
1280
1659
  visibleChange: (...args: any[]) => void;
1281
1660
  "update:modelValue": (...args: any[]) => void;
1282
1661
  "on-changeSelectItem": (...args: any[]) => void;
1283
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
1662
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_9>, {
1284
1663
  modelValue: string;
1285
1664
  requestParams: {};
1286
1665
  controller: string;
@@ -1303,6 +1682,8 @@ onVisibleChange?: (...args: any[]) => any;
1303
1682
  "onOn-changeSelectItem"?: (...args: any[]) => any;
1304
1683
  }, {
1305
1684
  size: string;
1685
+ multiple: boolean;
1686
+ placeholder: string;
1306
1687
  optionLabel: string;
1307
1688
  optionValue: string;
1308
1689
  modelValue: any;
@@ -1313,18 +1694,39 @@ customDataList: any[];
1313
1694
  selectedDataList: any[];
1314
1695
  requestimmediately: boolean;
1315
1696
  clearable: boolean;
1316
- multiple: boolean;
1317
- placeholder: string;
1318
1697
  }, {}>;
1319
1698
 
1320
- export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<IconProps>, {
1699
+ export declare const HySelectMapLocation: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
1700
+ markerItemFn: () => any;
1701
+ }>, {
1702
+ geographicalPositionFn: (reverseGeocoder: any) => void;
1703
+ throughCoordinatePosition: (lng: number, lat: number) => Promise<MessageHandler>;
1704
+ placeSearchFn: (address: string) => Promise<void>;
1705
+ setContentFn: (markerItemParams: any) => void;
1706
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1707
+ "on-geographical-position": (...args: any[]) => void;
1708
+ "onLocation-not-found": (...args: any[]) => void;
1709
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
1710
+ markerItemFn: () => any;
1711
+ }>>> & {
1712
+ "onOn-geographical-position"?: (...args: any[]) => any;
1713
+ "onOnLocation-not-found"?: (...args: any[]) => any;
1714
+ }, {
1715
+ markerItemFn: () => MarkerOptions;
1716
+ }, {}>;
1717
+
1718
+ export declare const HySpotCheckDetail: DefineComponent< {}, {
1719
+ show: (id: string | number) => void;
1720
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
1721
+
1722
+ export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<IconProps>, {
1321
1723
  prefix: string;
1322
1724
  name: string;
1323
1725
  className: string;
1324
1726
  color: string;
1325
1727
  width: string;
1326
1728
  height: string;
1327
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<IconProps>, {
1729
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<IconProps>, {
1328
1730
  prefix: string;
1329
1731
  name: string;
1330
1732
  className: string;
@@ -1333,75 +1735,7 @@ width: string;
1333
1735
  height: string;
1334
1736
  }>>>, {}, {}>;
1335
1737
 
1336
- export declare const HyTable: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TableProps>, {
1337
- height: number;
1338
- columnList: () => any[];
1339
- searchArr: () => any[];
1340
- showIndexColumn: boolean;
1341
- defaultGetData: boolean;
1342
- selectColumnType: SelectType;
1343
- childrenProps: () => {};
1344
- showFooter: boolean;
1345
- reqUrl: string;
1346
- customUrl: any;
1347
- showHeader: () => true;
1348
- cellStyle: () => {};
1349
- headerCellStyle: () => {};
1350
- disableIds: () => any[];
1351
- searchForm: () => {};
1352
- selectKey: string;
1353
- paginationLayout: string;
1354
- pagerCount: number;
1355
- treeProps: () => {};
1356
- }>, {
1357
- getTableData: typeof getTableData;
1358
- setSelectedData: typeof setSelectedData;
1359
- clearSelection: typeof clearSelection;
1360
- selectedData: globalThis.Ref<any>;
1361
- setTableData: typeof setTableData;
1362
- handleCurrentChange: typeof handleCurrentChange;
1363
- getSearchForm: typeof getSearchForm;
1364
- getTableList: typeof getTableList;
1365
- getTotalElements: typeof getTotalElements;
1366
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1367
- getTotal: (...args: any[]) => void;
1368
- selectionChange: (...args: any[]) => void;
1369
- onRowcClick: (...args: any[]) => void;
1370
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TableProps>, {
1371
- height: number;
1372
- columnList: () => any[];
1373
- searchArr: () => any[];
1374
- showIndexColumn: boolean;
1375
- defaultGetData: boolean;
1376
- selectColumnType: SelectType;
1377
- childrenProps: () => {};
1378
- showFooter: boolean;
1379
- reqUrl: string;
1380
- customUrl: any;
1381
- showHeader: () => true;
1382
- cellStyle: () => {};
1383
- headerCellStyle: () => {};
1384
- disableIds: () => any[];
1385
- searchForm: () => {};
1386
- selectKey: string;
1387
- paginationLayout: string;
1388
- pagerCount: number;
1389
- treeProps: () => {};
1390
- }>>> & {
1391
- onGetTotal?: (...args: any[]) => any;
1392
- onSelectionChange?: (...args: any[]) => any;
1393
- onOnRowcClick?: (...args: any[]) => any;
1394
- }, {}, {}>, Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
1395
- tableLeft?(_: {}): any;
1396
- tableRight?(_: {}): any;
1397
- customContent?(_: {
1398
- tableData: any;
1399
- }): any;
1400
- empty?(_: {}): any;
1401
- statisticalQuantityLeft?(_: {}): any;
1402
- statisticalQuantityRight?(_: {}): any;
1403
- footer?(_: {}): any;
1404
- }>;
1738
+ export declare const HyTable: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
1405
1739
 
1406
1740
  export declare const HyTableHead: DefineComponent< {
1407
1741
  selectList: {
@@ -1458,96 +1792,9 @@ selectValueKey: string;
1458
1792
 
1459
1793
  export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
1460
1794
 
1461
- export declare const HyUserHead: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<RoundButton_2>, {
1462
- gbDevice: boolean;
1463
- url: string;
1464
- headBoxClassName: string;
1465
- name: string;
1466
- className: string;
1467
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<RoundButton_2>, {
1468
- gbDevice: boolean;
1469
- url: string;
1470
- headBoxClassName: string;
1471
- name: string;
1472
- className: string;
1473
- }>>>, {}, {}>, {
1474
- content?(_: {}): any;
1475
- }>;
1795
+ export declare const HyUserHead: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, ReturnType<typeof __VLS_template_9>>;
1476
1796
 
1477
- export declare const HyUserTree: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
1478
- fuzzySearch: boolean;
1479
- highlightSelected: boolean;
1480
- getData: FunctionConstructor;
1481
- itemSize: number;
1482
- hideDevice: boolean;
1483
- hideOrgNoData: boolean;
1484
- defaultGetData: boolean;
1485
- showOnlineOnly: boolean;
1486
- checkStrictly: boolean;
1487
- showCheckbox: boolean;
1488
- parentCheckbox: boolean;
1489
- showRadio: boolean;
1490
- showCheckboxButton: boolean;
1491
- showRadioButton: boolean;
1492
- defaultCheckedList: () => any[];
1493
- returnDisableDevice: boolean;
1494
- disableDataList: () => any[];
1495
- }>, {
1496
- setCheckedKeys: (keys: string[]) => void;
1497
- setSelectedList: (dataList: any[]) => void;
1498
- setChecked: (item: any, type: boolean) => void;
1499
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1500
- onCurrentDepartment: (...args: any[]) => void;
1501
- onCurrent: (...args: any[]) => void;
1502
- onCurrentDelete: (...args: any[]) => void;
1503
- onSelectedData: (...args: any[]) => void;
1504
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
1505
- fuzzySearch: boolean;
1506
- highlightSelected: boolean;
1507
- getData: FunctionConstructor;
1508
- itemSize: number;
1509
- hideDevice: boolean;
1510
- hideOrgNoData: boolean;
1511
- defaultGetData: boolean;
1512
- showOnlineOnly: boolean;
1513
- checkStrictly: boolean;
1514
- showCheckbox: boolean;
1515
- parentCheckbox: boolean;
1516
- showRadio: boolean;
1517
- showCheckboxButton: boolean;
1518
- showRadioButton: boolean;
1519
- defaultCheckedList: () => any[];
1520
- returnDisableDevice: boolean;
1521
- disableDataList: () => any[];
1522
- }>>> & {
1523
- onOnCurrentDepartment?: (...args: any[]) => any;
1524
- onOnCurrent?: (...args: any[]) => any;
1525
- onOnCurrentDelete?: (...args: any[]) => any;
1526
- onOnSelectedData?: (...args: any[]) => any;
1527
- }, {
1528
- getData: () => any;
1529
- defaultGetData: boolean;
1530
- checkStrictly: boolean;
1531
- hideOrgNoData: boolean;
1532
- itemSize: number;
1533
- defaultCheckedList: any[];
1534
- highlightSelected: boolean;
1535
- showCheckbox: boolean;
1536
- parentCheckbox: boolean;
1537
- showRadio: boolean;
1538
- showRadioButton: boolean;
1539
- showCheckboxButton: boolean;
1540
- fuzzySearch: boolean;
1541
- disableDataList: UserInfo[];
1542
- }, {}>, {
1543
- "below-the-input"?(_: {}): any;
1544
- "check-content"?(_: {
1545
- row: any;
1546
- }): any;
1547
- "other-content"?(_: {
1548
- row: any;
1549
- }): any;
1550
- }>;
1797
+ export declare const HyUserTree: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
1551
1798
 
1552
1799
  export declare const HyVueCropper: DefineComponent< {}, {
1553
1800
  onShowModal: typeof onShowModal;
@@ -1570,6 +1817,13 @@ declare interface IconProps {
1570
1817
 
1571
1818
  declare function imageViewerClose(): void;
1572
1819
 
1820
+ declare interface MarkerOptions {
1821
+ icon: any;
1822
+ zIndexOffset?: number;
1823
+ iconAnchor?: number[];
1824
+ customData?: any;
1825
+ }
1826
+
1573
1827
  declare interface MenuListItem {
1574
1828
  label: string;
1575
1829
  permission: string;
@@ -1660,25 +1914,65 @@ declare interface OrgType {
1660
1914
  }
1661
1915
 
1662
1916
  declare interface Props {
1917
+ disableDataList?: UserInfo[];
1918
+ }
1919
+
1920
+ declare interface Props_10 {
1921
+ markerItemFn?: () => MarkerOptions;
1922
+ }
1923
+
1924
+ declare interface Props_11 {
1925
+ disableDataList?: UserInfo[];
1926
+ }
1927
+
1928
+ declare interface Props_2 {
1929
+ optionList: {
1930
+ label: string;
1931
+ value: number;
1932
+ }[];
1933
+ }
1934
+
1935
+ declare interface Props_3 {
1663
1936
  hideDevice?: boolean;
1664
1937
  showOnlineOnly?: boolean;
1665
1938
  disableDataList?: Device[];
1666
1939
  returnDisableDevice?: boolean;
1667
1940
  }
1668
1941
 
1669
- declare interface Props_2 {
1670
- disableDataList?: UserInfo[];
1942
+ declare interface Props_4 {
1943
+ initParams?: any;
1944
+ mapDisplayList?: any[];
1945
+ tableColumns?: TableColumnsItem[];
1671
1946
  }
1672
1947
 
1673
- declare interface Props_3 {
1674
- disableDataList?: UserInfo[];
1948
+ declare interface Props_5 {
1949
+ map: any;
1950
+ h: any;
1951
+ poi: any;
1952
+ searchTypes?: {
1953
+ label: string;
1954
+ value: number;
1955
+ }[];
1675
1956
  }
1676
1957
 
1677
- declare interface Props_4 {
1958
+ declare interface Props_6 {
1959
+ menuList: MenuListItem[];
1960
+ menuTitle: string;
1961
+ }
1962
+
1963
+ declare interface Props_7 {
1964
+ size?: string;
1965
+ className?: string;
1966
+ placeholder?: string;
1967
+ contentType?: boolean;
1968
+ disabled?: boolean;
1969
+ }
1970
+
1971
+ declare interface Props_8 {
1678
1972
  disableDataList?: UserInfo[];
1679
1973
  }
1680
1974
 
1681
- declare interface Props_5 {
1975
+ declare interface Props_9 {
1682
1976
  modelValue?: any;
1683
1977
  requestParams?: any;
1684
1978
  controller?: string;
@@ -1694,26 +1988,6 @@ declare interface Props_5 {
1694
1988
  placeholder?: string;
1695
1989
  }
1696
1990
 
1697
- declare interface Props_6 {
1698
- size?: string;
1699
- className?: string;
1700
- placeholder?: string;
1701
- contentType?: boolean;
1702
- disabled?: boolean;
1703
- }
1704
-
1705
- declare interface Props_7 {
1706
- menuList: MenuListItem[];
1707
- menuTitle: string;
1708
- }
1709
-
1710
- declare interface Props_8 {
1711
- optionList: {
1712
- label: string;
1713
- value: number;
1714
- }[];
1715
- }
1716
-
1717
1991
  declare function removeTimeData(): void;
1718
1992
 
1719
1993
  declare interface RequestParams {
@@ -1736,7 +2010,8 @@ declare interface RoundButton_2 {
1736
2010
  [key: string]: any;
1737
2011
  url?: string;
1738
2012
  gbDevice?: boolean;
1739
- headBoxClassName?: string;
2013
+ onlineState?: boolean;
2014
+ stateShow?: boolean;
1740
2015
  name?: string;
1741
2016
  className?: string;
1742
2017
  }
@@ -1753,6 +2028,18 @@ declare function setSelectedData(list: any[]): void;
1753
2028
 
1754
2029
  declare function setTableData(data: TableList): void;
1755
2030
 
2031
+ declare interface TableColumnsItem {
2032
+ overflowTooltip?: boolean;
2033
+ isSearch?: boolean;
2034
+ label?: string;
2035
+ type?: string;
2036
+ slotName?: string;
2037
+ headerSlotName?: string;
2038
+ prop?: string;
2039
+ align?: string;
2040
+ width?: string | number;
2041
+ }
2042
+
1756
2043
  declare interface TableList {
1757
2044
  totalElements?: number;
1758
2045
  number?: number;