command-center-v3-common 0.0.36 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,8 +1,467 @@
1
1
  import { ComponentOptionsMixin } from 'vue';
2
2
  import { DefineComponent } from 'vue';
3
+ import { MessageHandler } from 'element-plus';
3
4
  import { PropType as PropType_2 } from 'vue';
4
5
  import { PublicProps } from 'vue';
5
6
 
7
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
8
+ fuzzySearch: boolean;
9
+ highlightSelected: boolean;
10
+ getData: FunctionConstructor;
11
+ itemSize: number;
12
+ hideDevice: boolean;
13
+ hideOrgNoData: boolean;
14
+ defaultGetData: boolean;
15
+ showOnlineOnly: boolean;
16
+ checkStrictly: boolean;
17
+ showCheckbox: boolean;
18
+ parentCheckbox: boolean;
19
+ showRadio: boolean;
20
+ showCheckboxButton: boolean;
21
+ showRadioButton: boolean;
22
+ defaultCheckedList: () => any[];
23
+ returnDisableDevice: boolean;
24
+ disableDataList: () => any[];
25
+ }>, {
26
+ setCheckedKeys: (keys: string[]) => void;
27
+ setSelectedList: (dataList: any[]) => void;
28
+ setChecked: (item: any, type: boolean) => void;
29
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
30
+ onCurrent: (...args: any[]) => void;
31
+ onCurrentDelete: (...args: any[]) => void;
32
+ onSelectedData: (...args: any[]) => void;
33
+ onCurrentDepartment: (...args: any[]) => void;
34
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
35
+ fuzzySearch: boolean;
36
+ highlightSelected: boolean;
37
+ getData: FunctionConstructor;
38
+ itemSize: number;
39
+ hideDevice: boolean;
40
+ hideOrgNoData: boolean;
41
+ defaultGetData: boolean;
42
+ showOnlineOnly: boolean;
43
+ checkStrictly: boolean;
44
+ showCheckbox: boolean;
45
+ parentCheckbox: boolean;
46
+ showRadio: boolean;
47
+ showCheckboxButton: boolean;
48
+ showRadioButton: boolean;
49
+ defaultCheckedList: () => any[];
50
+ returnDisableDevice: boolean;
51
+ disableDataList: () => any[];
52
+ }>>> & {
53
+ onOnCurrent?: (...args: any[]) => any;
54
+ onOnCurrentDelete?: (...args: any[]) => any;
55
+ onOnSelectedData?: (...args: any[]) => any;
56
+ onOnCurrentDepartment?: (...args: any[]) => any;
57
+ }, {
58
+ getData: () => any;
59
+ defaultGetData: boolean;
60
+ hideOrgNoData: boolean;
61
+ itemSize: number;
62
+ defaultCheckedList: any[];
63
+ highlightSelected: boolean;
64
+ checkStrictly: boolean;
65
+ showCheckbox: boolean;
66
+ parentCheckbox: boolean;
67
+ showRadio: boolean;
68
+ showRadioButton: boolean;
69
+ showCheckboxButton: boolean;
70
+ fuzzySearch: boolean;
71
+ disableDataList: UserInfo[];
72
+ }, {}>;
73
+
74
+ declare const __VLS_component_2: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<BoxBorderProps>, {
75
+ prefix: string;
76
+ name: string;
77
+ className: string;
78
+ color: string;
79
+ width: string;
80
+ height: string;
81
+ zIndex: number;
82
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<BoxBorderProps>, {
83
+ prefix: string;
84
+ name: string;
85
+ className: string;
86
+ color: string;
87
+ width: string;
88
+ height: string;
89
+ zIndex: number;
90
+ }>>>, {}, {}>;
91
+
92
+ declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
93
+ fuzzySearch: boolean;
94
+ highlightSelected: boolean;
95
+ getData: FunctionConstructor;
96
+ itemSize: number;
97
+ hideDevice: boolean;
98
+ hideOrgNoData: boolean;
99
+ defaultGetData: boolean;
100
+ showOnlineOnly: boolean;
101
+ checkStrictly: boolean;
102
+ showCheckbox: boolean;
103
+ parentCheckbox: boolean;
104
+ showRadio: boolean;
105
+ showCheckboxButton: boolean;
106
+ showRadioButton: boolean;
107
+ defaultCheckedList: () => any[];
108
+ disableDataList: () => any[];
109
+ returnDisableDevice: boolean;
110
+ }>, {
111
+ setCheckedKeys: (keys: string[]) => void;
112
+ setSelectedList: (dataList: any[]) => void;
113
+ setChecked: (item: any, type: boolean) => void;
114
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
115
+ onCurrent: (...args: any[]) => void;
116
+ onCurrentDelete: (...args: any[]) => void;
117
+ onSelectedData: (...args: any[]) => void;
118
+ onCurrentDepartment: (...args: any[]) => void;
119
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<TreeCpnsProps & TreeProps & Props_3>, {
120
+ fuzzySearch: boolean;
121
+ highlightSelected: boolean;
122
+ getData: FunctionConstructor;
123
+ itemSize: number;
124
+ hideDevice: boolean;
125
+ hideOrgNoData: boolean;
126
+ defaultGetData: boolean;
127
+ showOnlineOnly: boolean;
128
+ checkStrictly: boolean;
129
+ showCheckbox: boolean;
130
+ parentCheckbox: boolean;
131
+ showRadio: boolean;
132
+ showCheckboxButton: boolean;
133
+ showRadioButton: boolean;
134
+ defaultCheckedList: () => any[];
135
+ disableDataList: () => any[];
136
+ returnDisableDevice: boolean;
137
+ }>>> & {
138
+ onOnCurrent?: (...args: any[]) => any;
139
+ onOnCurrentDelete?: (...args: any[]) => any;
140
+ onOnSelectedData?: (...args: any[]) => any;
141
+ onOnCurrentDepartment?: (...args: any[]) => any;
142
+ }, {
143
+ getData: () => any;
144
+ defaultGetData: boolean;
145
+ hideDevice: boolean;
146
+ hideOrgNoData: boolean;
147
+ showOnlineOnly: boolean;
148
+ itemSize: number;
149
+ defaultCheckedList: any[];
150
+ highlightSelected: boolean;
151
+ checkStrictly: boolean;
152
+ showCheckbox: boolean;
153
+ parentCheckbox: boolean;
154
+ showRadio: boolean;
155
+ showRadioButton: boolean;
156
+ showCheckboxButton: boolean;
157
+ fuzzySearch: boolean;
158
+ disableDataList: Device[];
159
+ returnDisableDevice: boolean;
160
+ }, {}>;
161
+
162
+ declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
163
+ size: string;
164
+ className: string;
165
+ placeholder: string;
166
+ contentType: boolean;
167
+ disabled: boolean;
168
+ }>, {
169
+ setDefaultValue: (organizationId: any) => void;
170
+ getData: () => Promise<void>;
171
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
172
+ change: (...args: any[]) => void;
173
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
174
+ size: string;
175
+ className: string;
176
+ placeholder: string;
177
+ contentType: boolean;
178
+ disabled: boolean;
179
+ }>>> & {
180
+ onChange?: (...args: any[]) => any;
181
+ }, {
182
+ size: string;
183
+ disabled: boolean;
184
+ placeholder: string;
185
+ className: string;
186
+ contentType: boolean;
187
+ }, {}>;
188
+
189
+ declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<TreeCpnsProps & TreeProps & GroupTreeProps>, {
190
+ fuzzySearch: boolean;
191
+ highlightSelected: boolean;
192
+ getData: FunctionConstructor;
193
+ itemSize: number;
194
+ hideDevice: boolean;
195
+ hideGroup: boolean;
196
+ hideOrgNoData: boolean;
197
+ defaultGetData: boolean;
198
+ showOnlineOnly: boolean;
199
+ checkStrictly: boolean;
200
+ showCheckbox: boolean;
201
+ parentCheckbox: boolean;
202
+ showRadio: boolean;
203
+ showCheckboxButton: boolean;
204
+ showRadioButton: boolean;
205
+ defaultCheckedList: () => any[];
206
+ returnDisableDevice: boolean;
207
+ }>, {
208
+ setCheckedKeys: (keys: string[]) => void;
209
+ setSelectedList: (dataList: any[]) => void;
210
+ setChecked: (item: any, type: boolean) => void;
211
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
212
+ onCurrent: (...args: any[]) => void;
213
+ onCurrentDelete: (...args: any[]) => void;
214
+ onSelectedData: (...args: any[]) => void;
215
+ onCurrentDepartment: (...args: any[]) => void;
216
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<TreeCpnsProps & TreeProps & GroupTreeProps>, {
217
+ fuzzySearch: boolean;
218
+ highlightSelected: boolean;
219
+ getData: FunctionConstructor;
220
+ itemSize: number;
221
+ hideDevice: boolean;
222
+ hideGroup: boolean;
223
+ hideOrgNoData: boolean;
224
+ defaultGetData: boolean;
225
+ showOnlineOnly: boolean;
226
+ checkStrictly: boolean;
227
+ showCheckbox: boolean;
228
+ parentCheckbox: boolean;
229
+ showRadio: boolean;
230
+ showCheckboxButton: boolean;
231
+ showRadioButton: boolean;
232
+ defaultCheckedList: () => any[];
233
+ returnDisableDevice: boolean;
234
+ }>>> & {
235
+ onOnCurrent?: (...args: any[]) => any;
236
+ onOnCurrentDelete?: (...args: any[]) => any;
237
+ onOnSelectedData?: (...args: any[]) => any;
238
+ onOnCurrentDepartment?: (...args: any[]) => any;
239
+ }, {
240
+ getData: () => any;
241
+ defaultGetData: boolean;
242
+ hideDevice: boolean;
243
+ hideOrgNoData: boolean;
244
+ hideGroup: boolean;
245
+ itemSize: number;
246
+ defaultCheckedList: any[];
247
+ highlightSelected: boolean;
248
+ checkStrictly: boolean;
249
+ showCheckbox: boolean;
250
+ parentCheckbox: boolean;
251
+ showRadio: boolean;
252
+ showRadioButton: boolean;
253
+ showCheckboxButton: boolean;
254
+ fuzzySearch: boolean;
255
+ }, {}>;
256
+
257
+ declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<TreeCpnsProps & TreeProps & Props_6>, {
258
+ fuzzySearch: boolean;
259
+ highlightSelected: boolean;
260
+ getData: FunctionConstructor;
261
+ itemSize: number;
262
+ hideOrgNoData: boolean;
263
+ defaultGetData: boolean;
264
+ showOnlineOnly: boolean;
265
+ checkStrictly: boolean;
266
+ showCheckbox: boolean;
267
+ parentCheckbox: boolean;
268
+ showRadio: boolean;
269
+ showCheckboxButton: boolean;
270
+ showRadioButton: boolean;
271
+ defaultCheckedList: () => any[];
272
+ returnDisableDevice: boolean;
273
+ disableDataList: () => any[];
274
+ }>, {
275
+ setCheckedKeys: (keys: string[]) => void;
276
+ setSelectedList: (dataList: any[]) => void;
277
+ setChecked: (item: any, type: boolean) => void;
278
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
279
+ onCurrent: (...args: any[]) => void;
280
+ onCurrentDelete: (...args: any[]) => void;
281
+ onSelectedData: (...args: any[]) => void;
282
+ onCurrentDepartment: (...args: any[]) => void;
283
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<TreeCpnsProps & TreeProps & Props_6>, {
284
+ fuzzySearch: boolean;
285
+ highlightSelected: boolean;
286
+ getData: FunctionConstructor;
287
+ itemSize: number;
288
+ hideOrgNoData: boolean;
289
+ defaultGetData: boolean;
290
+ showOnlineOnly: boolean;
291
+ checkStrictly: boolean;
292
+ showCheckbox: boolean;
293
+ parentCheckbox: boolean;
294
+ showRadio: boolean;
295
+ showCheckboxButton: boolean;
296
+ showRadioButton: boolean;
297
+ defaultCheckedList: () => any[];
298
+ returnDisableDevice: boolean;
299
+ disableDataList: () => any[];
300
+ }>>> & {
301
+ onOnCurrent?: (...args: any[]) => any;
302
+ onOnCurrentDelete?: (...args: any[]) => any;
303
+ onOnSelectedData?: (...args: any[]) => any;
304
+ onOnCurrentDepartment?: (...args: any[]) => any;
305
+ }, {
306
+ getData: () => any;
307
+ defaultGetData: boolean;
308
+ hideOrgNoData: boolean;
309
+ itemSize: number;
310
+ defaultCheckedList: any[];
311
+ highlightSelected: boolean;
312
+ checkStrictly: boolean;
313
+ showCheckbox: boolean;
314
+ parentCheckbox: boolean;
315
+ showRadio: boolean;
316
+ showRadioButton: boolean;
317
+ showCheckboxButton: boolean;
318
+ fuzzySearch: boolean;
319
+ disableDataList: UserInfo[];
320
+ }, {}>;
321
+
322
+ declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<TableProps>, {
323
+ height: number;
324
+ columnList: () => any[];
325
+ searchArr: () => any[];
326
+ showIndexColumn: boolean;
327
+ defaultGetData: boolean;
328
+ selectColumnType: SelectType;
329
+ childrenProps: () => {};
330
+ showFooter: boolean;
331
+ reqUrl: string;
332
+ customUrl: any;
333
+ showHeader: () => true;
334
+ cellStyle: () => {};
335
+ headerCellStyle: () => {};
336
+ disableIds: () => any[];
337
+ searchForm: () => {};
338
+ selectKey: string;
339
+ paginationLayout: string;
340
+ pagerCount: number;
341
+ treeProps: () => {};
342
+ }>, {
343
+ getTableData: typeof getTableData;
344
+ setSelectedData: typeof setSelectedData;
345
+ clearSelection: typeof clearSelection;
346
+ selectedData: globalThis.Ref<any>;
347
+ setTableData: typeof setTableData;
348
+ handleCurrentChange: typeof handleCurrentChange;
349
+ getSearchForm: typeof getSearchForm;
350
+ getTableList: typeof getTableList;
351
+ getTotalElements: typeof getTotalElements;
352
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
353
+ getTotal: (...args: any[]) => void;
354
+ selectionChange: (...args: any[]) => void;
355
+ onRowcClick: (...args: any[]) => void;
356
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<TableProps>, {
357
+ height: number;
358
+ columnList: () => any[];
359
+ searchArr: () => any[];
360
+ showIndexColumn: boolean;
361
+ defaultGetData: boolean;
362
+ selectColumnType: SelectType;
363
+ childrenProps: () => {};
364
+ showFooter: boolean;
365
+ reqUrl: string;
366
+ customUrl: any;
367
+ showHeader: () => true;
368
+ cellStyle: () => {};
369
+ headerCellStyle: () => {};
370
+ disableIds: () => any[];
371
+ searchForm: () => {};
372
+ selectKey: string;
373
+ paginationLayout: string;
374
+ pagerCount: number;
375
+ treeProps: () => {};
376
+ }>>> & {
377
+ onGetTotal?: (...args: any[]) => any;
378
+ onSelectionChange?: (...args: any[]) => any;
379
+ onOnRowcClick?: (...args: any[]) => any;
380
+ }, {}, {}>;
381
+
382
+ declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<RoundButton_2>, {
383
+ gbDevice: boolean;
384
+ onlineState: boolean;
385
+ stateShow: boolean;
386
+ url: string;
387
+ name: string;
388
+ className: string;
389
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<RoundButton_2>, {
390
+ gbDevice: boolean;
391
+ onlineState: boolean;
392
+ stateShow: boolean;
393
+ url: string;
394
+ name: string;
395
+ className: string;
396
+ }>>>, {}, {}>;
397
+
398
+ declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<TreeCpnsProps & TreeProps & Props_8>, {
399
+ fuzzySearch: boolean;
400
+ highlightSelected: boolean;
401
+ getData: FunctionConstructor;
402
+ itemSize: number;
403
+ hideDevice: boolean;
404
+ hideOrgNoData: boolean;
405
+ defaultGetData: boolean;
406
+ showOnlineOnly: boolean;
407
+ checkStrictly: boolean;
408
+ showCheckbox: boolean;
409
+ parentCheckbox: boolean;
410
+ showRadio: boolean;
411
+ showCheckboxButton: boolean;
412
+ showRadioButton: boolean;
413
+ defaultCheckedList: () => any[];
414
+ returnDisableDevice: boolean;
415
+ disableDataList: () => any[];
416
+ }>, {
417
+ setCheckedKeys: (keys: string[]) => void;
418
+ setSelectedList: (dataList: any[]) => void;
419
+ setChecked: (item: any, type: boolean) => void;
420
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
421
+ onCurrent: (...args: any[]) => void;
422
+ onCurrentDelete: (...args: any[]) => void;
423
+ onSelectedData: (...args: any[]) => void;
424
+ onCurrentDepartment: (...args: any[]) => void;
425
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<TreeCpnsProps & TreeProps & Props_8>, {
426
+ fuzzySearch: boolean;
427
+ highlightSelected: boolean;
428
+ getData: FunctionConstructor;
429
+ itemSize: number;
430
+ hideDevice: boolean;
431
+ hideOrgNoData: boolean;
432
+ defaultGetData: boolean;
433
+ showOnlineOnly: boolean;
434
+ checkStrictly: boolean;
435
+ showCheckbox: boolean;
436
+ parentCheckbox: boolean;
437
+ showRadio: boolean;
438
+ showCheckboxButton: boolean;
439
+ showRadioButton: boolean;
440
+ defaultCheckedList: () => any[];
441
+ returnDisableDevice: boolean;
442
+ disableDataList: () => any[];
443
+ }>>> & {
444
+ onOnCurrent?: (...args: any[]) => any;
445
+ onOnCurrentDelete?: (...args: any[]) => any;
446
+ onOnSelectedData?: (...args: any[]) => any;
447
+ onOnCurrentDepartment?: (...args: any[]) => any;
448
+ }, {
449
+ getData: () => any;
450
+ defaultGetData: boolean;
451
+ hideOrgNoData: boolean;
452
+ itemSize: number;
453
+ defaultCheckedList: any[];
454
+ highlightSelected: boolean;
455
+ checkStrictly: boolean;
456
+ showCheckbox: boolean;
457
+ parentCheckbox: boolean;
458
+ showRadio: boolean;
459
+ showRadioButton: boolean;
460
+ showCheckboxButton: boolean;
461
+ fuzzySearch: boolean;
462
+ disableDataList: UserInfo[];
463
+ }, {}>;
464
+
6
465
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
466
 
8
467
  declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
@@ -11,6 +470,10 @@ declare type __VLS_NonUndefinedable_11<T> = T extends undefined ? never : T;
11
470
 
12
471
  declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
13
472
 
473
+ declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
474
+
475
+ declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
476
+
14
477
  declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
15
478
 
16
479
  declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
@@ -43,6 +506,14 @@ declare type __VLS_Prettify_12<T> = {
43
506
  [K in keyof T]: T[K];
44
507
  } & {};
45
508
 
509
+ declare type __VLS_Prettify_13<T> = {
510
+ [K in keyof T]: T[K];
511
+ } & {};
512
+
513
+ declare type __VLS_Prettify_14<T> = {
514
+ [K in keyof T]: T[K];
515
+ } & {};
516
+
46
517
  declare type __VLS_Prettify_2<T> = {
47
518
  [K in keyof T]: T[K];
48
519
  } & {};
@@ -75,6 +546,80 @@ declare type __VLS_Prettify_9<T> = {
75
546
  [K in keyof T]: T[K];
76
547
  } & {};
77
548
 
549
+ declare function __VLS_template(): {
550
+ "below-the-input"?(_: {}): any;
551
+ "check-content"?(_: {
552
+ row: any;
553
+ }): any;
554
+ "other-content"?(_: {
555
+ row: any;
556
+ }): any;
557
+ };
558
+
559
+ declare function __VLS_template_2(): {
560
+ content?(_: {}): any;
561
+ };
562
+
563
+ declare function __VLS_template_3(): {
564
+ "below-the-input"?(_: {}): any;
565
+ "check-content"?(_: {
566
+ row: any;
567
+ }): any;
568
+ "other-content"?(_: {
569
+ row: any;
570
+ }): any;
571
+ };
572
+
573
+ declare function __VLS_template_4(): {
574
+ default?(_: {}): any;
575
+ };
576
+
577
+ declare function __VLS_template_5(): {
578
+ "below-the-input"?(_: {}): any;
579
+ "check-content"?(_: {
580
+ row: any;
581
+ }): any;
582
+ "other-content"?(_: {
583
+ row: any;
584
+ }): any;
585
+ };
586
+
587
+ declare function __VLS_template_6(): {
588
+ "below-the-input"?(_: {}): any;
589
+ "check-content"?(_: {
590
+ row: any;
591
+ }): any;
592
+ "other-content"?(_: {
593
+ row: any;
594
+ }): any;
595
+ };
596
+
597
+ declare function __VLS_template_7(): Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
598
+ tableLeft?(_: {}): any;
599
+ tableRight?(_: {}): any;
600
+ customContent?(_: {
601
+ tableData: any;
602
+ }): any;
603
+ empty?(_: {}): any;
604
+ statisticalQuantityLeft?(_: {}): any;
605
+ statisticalQuantityRight?(_: {}): any;
606
+ footer?(_: {}): any;
607
+ };
608
+
609
+ declare function __VLS_template_8(): {
610
+ content?(_: {}): any;
611
+ };
612
+
613
+ declare function __VLS_template_9(): {
614
+ "below-the-input"?(_: {}): any;
615
+ "check-content"?(_: {
616
+ row: any;
617
+ }): any;
618
+ "other-content"?(_: {
619
+ row: any;
620
+ }): any;
621
+ };
622
+
78
623
  declare type __VLS_TypePropsToRuntimeProps<T> = {
79
624
  [K in keyof T]-?: {} extends Pick<T, K> ? {
80
625
  type: PropType_2<__VLS_NonUndefinedable<T[K]>>;
@@ -111,6 +656,24 @@ declare type __VLS_TypePropsToRuntimeProps_12<T> = {
111
656
  };
112
657
  };
113
658
 
659
+ declare type __VLS_TypePropsToRuntimeProps_13<T> = {
660
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
661
+ type: PropType_2<__VLS_NonUndefinedable_13<T[K]>>;
662
+ } : {
663
+ type: PropType_2<T[K]>;
664
+ required: true;
665
+ };
666
+ };
667
+
668
+ declare type __VLS_TypePropsToRuntimeProps_14<T> = {
669
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
670
+ type: PropType_2<__VLS_NonUndefinedable_14<T[K]>>;
671
+ } : {
672
+ type: PropType_2<T[K]>;
673
+ required: true;
674
+ };
675
+ };
676
+
114
677
  declare type __VLS_TypePropsToRuntimeProps_2<T> = {
115
678
  [K in keyof T]-?: {} extends Pick<T, K> ? {
116
679
  type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
@@ -207,6 +770,18 @@ declare type __VLS_WithDefaults_12<P, D> = {
207
770
  }> : P[K];
208
771
  };
209
772
 
773
+ declare type __VLS_WithDefaults_13<P, D> = {
774
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_13<P[K] & {
775
+ default: D[K];
776
+ }> : P[K];
777
+ };
778
+
779
+ declare type __VLS_WithDefaults_14<P, D> = {
780
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_14<P[K] & {
781
+ default: D[K];
782
+ }> : P[K];
783
+ };
784
+
210
785
  declare type __VLS_WithDefaults_2<P, D> = {
211
786
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
212
787
  default: D[K];
@@ -297,6 +872,18 @@ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
297
872
  };
298
873
  };
299
874
 
875
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
876
+ new (): {
877
+ $slots: S;
878
+ };
879
+ };
880
+
881
+ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
882
+ new (): {
883
+ $slots: S;
884
+ };
885
+ };
886
+
300
887
  declare interface BoxBorderProps {
301
888
  [key: string]: any;
302
889
  prefix?: string;
@@ -407,6 +994,7 @@ declare interface Device {
407
994
  * [是否支持车辆识别]{0:不支持;1:支持}
408
995
  */
409
996
  carReSupport?: number;
997
+ deviceType?: number;
410
998
  errorCode?: number;
411
999
  errorReason?: string;
412
1000
  methodType?: string;
@@ -758,6 +1346,26 @@ declare interface Device {
758
1346
  zoomControlSupport?: number;
759
1347
  }
760
1348
 
1349
+ export declare enum DeviceEnum {
1350
+ LAW_ENFORCEMENT_RECORDER = 1,// 执法记录仪
1351
+ WALKIE_TALKIE = 2,// 对讲机
1352
+ FIRE_DISPATCH_DESK = 3,// 消防调度台
1353
+ FIRE_DUTY_DESK = 4,// 消防值班台
1354
+ PHONE_APP = 5,// PhoneAPP
1355
+ CONTROL_THE_BALL = 6,// 布控球
1356
+ IPC_CAMERA = 7,// IPC摄像头
1357
+ HELMET = 8,// 安全帽
1358
+ FLASHLIGHT = 9,// 手电筒
1359
+ WORK_LICENSE = 10,// 工牌
1360
+ DRONE = 11,// 无人机
1361
+ CAR_PTZ = 12,// 车载云台
1362
+ CASCADE_DEVICE_DOWN = 13,// 向下级联设备
1363
+ JT808 = 14,// JT808
1364
+ NATIONAL_STANDARD_RECORDER = 15,// 国标记录仪
1365
+ RTOS_DEVICE = 16,// RTOS设备
1366
+ WATCH = 17
1367
+ }
1368
+
761
1369
  declare function getBlobToData(blob: Blob): Promise<any>;
762
1370
 
763
1371
  declare function getCropBlob(): Promise<Blob>;
@@ -785,6 +1393,8 @@ declare interface GroupTreeProps {
785
1393
 
786
1394
  declare function handleCurrentChange(page?: number): void;
787
1395
 
1396
+ export declare const HyAcquisitionStationTree: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
1397
+
788
1398
  export declare const HyAddDepartmentType: DefineComponent< {}, {
789
1399
  show: (row?: OrgType) => void;
790
1400
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -793,31 +1403,15 @@ show: (row?: OrgType) => void;
793
1403
  "onOn-submit"?: (...args: any[]) => any;
794
1404
  }, {}, {}>;
795
1405
 
796
- export declare const HyBoxBorder: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<BoxBorderProps>, {
797
- prefix: string;
798
- name: string;
799
- className: string;
800
- color: string;
801
- width: string;
802
- height: string;
803
- zIndex: number;
804
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<BoxBorderProps>, {
805
- prefix: string;
806
- name: string;
807
- className: string;
808
- color: string;
809
- width: string;
810
- height: string;
811
- zIndex: number;
812
- }>>>, {}, {}>, {
813
- content?(_: {}): any;
814
- }>;
1406
+ export declare const HyBoxBorder: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
815
1407
 
816
- export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
1408
+ export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<Props_2>, {
817
1409
  optionList: () => any[];
818
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1410
+ }>, {
1411
+ removeTimeData: typeof removeTimeData;
1412
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
819
1413
  change: (params: RequestParams) => void;
820
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_6>, {
1414
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<Props_2>, {
821
1415
  optionList: () => any[];
822
1416
  }>>> & {
823
1417
  onChange?: (params: RequestParams) => any;
@@ -828,19 +1422,29 @@ value: number;
828
1422
  }[];
829
1423
  }, {}>;
830
1424
 
1425
+ export declare const HyDeviceTree: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
1426
+
1427
+ export declare const HyEditSpotCheck: DefineComponent< {}, {
1428
+ show: (id?: any, params?: any) => MessageHandler;
1429
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1430
+ "on-submit": (...args: any[]) => void;
1431
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
1432
+ "onOn-submit"?: (...args: any[]) => any;
1433
+ }, {}, {}>;
1434
+
831
1435
  export declare const HyImageViewer: DefineComponent< {}, {
832
1436
  onShowViewer: typeof onShowViewer;
833
1437
  imageViewerClose: typeof imageViewerClose;
834
1438
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
835
1439
 
836
- export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
1440
+ export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
837
1441
  menuList: () => any[];
838
1442
  menuTitle: string;
839
1443
  }>, {
840
1444
  setRouterPath: typeof setRouterPath;
841
1445
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
842
1446
  onChange: (...args: any[]) => void;
843
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<Props_5>, {
1447
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_4>, {
844
1448
  menuList: () => any[];
845
1449
  menuTitle: string;
846
1450
  }>>> & {
@@ -850,352 +1454,104 @@ menuList: MenuListItem[];
850
1454
  menuTitle: string;
851
1455
  }, {}>;
852
1456
 
853
- export declare const HyOrgCascader: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_4>, {
854
- size: string;
855
- className: string;
856
- placeholder: string;
857
- contentType: boolean;
858
- disabled: boolean;
859
- }>, {
860
- setDefaultValue: (organizationId: any) => void;
861
- getData: () => Promise<void>;
862
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
863
- change: (...args: any[]) => void;
864
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_4>, {
865
- size: string;
866
- className: string;
867
- placeholder: string;
868
- contentType: boolean;
869
- disabled: boolean;
870
- }>>> & {
871
- onChange?: (...args: any[]) => any;
872
- }, {
873
- className: string;
874
- size: string;
875
- disabled: boolean;
876
- placeholder: string;
877
- contentType: boolean;
878
- }, {}>, {
879
- default?(_: {}): any;
880
- }>;
881
-
882
- export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<RoundButton>, {
883
- name: string;
884
- className: string;
885
- color: string;
886
- width: string;
887
- height: string;
888
- tips: string;
889
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
890
- click: (...args: any[]) => void;
891
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<RoundButton>, {
892
- name: string;
893
- className: string;
894
- color: string;
895
- width: string;
896
- height: string;
897
- tips: string;
898
- }>>> & {
899
- onClick?: (...args: any[]) => any;
900
- }, {}, {}>;
1457
+ export declare const HyOrgCascader: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
901
1458
 
902
- export declare const HySelect: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_3>, {
903
- modelValue: string;
904
- requestParams: {};
905
- controller: string;
906
- filterDataList: () => any[];
907
- customDataList: () => any[];
908
- selectedDataList: () => any[];
909
- requestimmediately: boolean;
910
- clearable: boolean;
911
- multiple: boolean;
912
- optionLabel: string;
913
- optionValue: string;
914
- size: string;
915
- placeholder: string;
916
- }>, {
917
- remoteMethod: (param: string) => void;
918
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
919
- input: (...args: any[]) => void;
920
- change: (...args: any[]) => void;
921
- "on-selectItem": (...args: any[]) => void;
922
- visibleChange: (...args: any[]) => void;
923
- "update:modelValue": (...args: any[]) => void;
924
- "on-changeSelectItem": (...args: any[]) => void;
925
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_3>, {
926
- modelValue: string;
927
- requestParams: {};
928
- controller: string;
929
- filterDataList: () => any[];
930
- customDataList: () => any[];
931
- selectedDataList: () => any[];
932
- requestimmediately: boolean;
933
- clearable: boolean;
934
- multiple: boolean;
935
- optionLabel: string;
936
- optionValue: string;
937
- size: string;
938
- placeholder: string;
939
- }>>> & {
940
- onChange?: (...args: any[]) => any;
941
- onInput?: (...args: any[]) => any;
942
- "onOn-selectItem"?: (...args: any[]) => any;
943
- onVisibleChange?: (...args: any[]) => any;
944
- "onUpdate:modelValue"?: (...args: any[]) => any;
945
- "onOn-changeSelectItem"?: (...args: any[]) => any;
946
- }, {
947
- size: string;
948
- optionLabel: string;
949
- optionValue: string;
950
- placeholder: string;
951
- modelValue: any;
952
- clearable: boolean;
953
- selectedDataList: any[];
954
- requestParams: any;
955
- controller: string;
956
- filterDataList: any[];
957
- customDataList: any[];
958
- requestimmediately: boolean;
959
- multiple: boolean;
960
- }, {}>;
1459
+ export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
961
1460
 
962
- export declare const HySelectDevice: __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
- hideDevice: boolean;
1014
- hideOrgNoData: boolean;
1015
- showOnlineOnly: boolean;
1016
- itemSize: number;
1017
- defaultCheckedList: any[];
1018
- highlightSelected: boolean;
1019
- checkStrictly: boolean;
1020
- showCheckbox: boolean;
1021
- parentCheckbox: boolean;
1022
- showRadio: boolean;
1023
- showRadioButton: boolean;
1024
- showCheckboxButton: boolean;
1025
- fuzzySearch: boolean;
1026
- getData: () => any;
1027
- defaultGetData: 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
- }>;
1461
+ export declare const HyOrgTree: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
1039
1462
 
1040
- export declare const HySelectOrgGroup: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
1041
- fuzzySearch: boolean;
1042
- highlightSelected: boolean;
1043
- getData: FunctionConstructor;
1044
- itemSize: number;
1045
- hideDevice: boolean;
1046
- hideGroup: boolean;
1047
- hideOrgNoData: boolean;
1048
- defaultGetData: boolean;
1049
- showOnlineOnly: boolean;
1050
- checkStrictly: boolean;
1051
- showCheckbox: boolean;
1052
- parentCheckbox: boolean;
1053
- showRadio: boolean;
1054
- showCheckboxButton: boolean;
1055
- showRadioButton: boolean;
1056
- defaultCheckedList: () => any[];
1057
- returnDisableDevice: boolean;
1058
- }>, {
1059
- setCheckedKeys: (keys: string[]) => void;
1060
- setSelectedList: (dataList: any[]) => void;
1061
- setChecked: (item: any, type: boolean) => void;
1062
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1063
- onCurrentDepartment: (...args: any[]) => void;
1064
- onCurrent: (...args: any[]) => void;
1065
- onCurrentDelete: (...args: any[]) => void;
1066
- onSelectedData: (...args: any[]) => void;
1067
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TreeCpnsProps & TreeProps & GroupTreeProps>, {
1068
- fuzzySearch: boolean;
1069
- highlightSelected: boolean;
1070
- getData: FunctionConstructor;
1071
- itemSize: number;
1072
- hideDevice: boolean;
1073
- hideGroup: boolean;
1074
- hideOrgNoData: boolean;
1075
- defaultGetData: boolean;
1076
- showOnlineOnly: boolean;
1077
- checkStrictly: boolean;
1078
- showCheckbox: boolean;
1079
- parentCheckbox: boolean;
1080
- showRadio: boolean;
1081
- showCheckboxButton: boolean;
1082
- showRadioButton: boolean;
1083
- defaultCheckedList: () => any[];
1084
- returnDisableDevice: boolean;
1085
- }>>> & {
1086
- onOnCurrentDepartment?: (...args: any[]) => any;
1087
- onOnCurrent?: (...args: any[]) => any;
1088
- onOnCurrentDelete?: (...args: any[]) => any;
1089
- onOnSelectedData?: (...args: any[]) => any;
1090
- }, {
1091
- hideDevice: boolean;
1092
- hideOrgNoData: boolean;
1093
- hideGroup: boolean;
1094
- itemSize: number;
1095
- defaultCheckedList: any[];
1096
- highlightSelected: boolean;
1097
- checkStrictly: boolean;
1098
- showCheckbox: boolean;
1099
- parentCheckbox: boolean;
1100
- showRadio: boolean;
1101
- showRadioButton: boolean;
1102
- showCheckboxButton: boolean;
1103
- fuzzySearch: boolean;
1104
- getData: () => any;
1105
- defaultGetData: boolean;
1106
- }, {}>, {
1107
- "below-the-input"?(_: {}): any;
1108
- "check-content"?(_: {
1109
- row: any;
1110
- }): any;
1111
- "other-content"?(_: {
1112
- row: any;
1113
- }): any;
1114
- }>;
1463
+ export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<RoundButton>, {
1464
+ name: string;
1465
+ className: string;
1466
+ color: string;
1467
+ width: string;
1468
+ height: string;
1469
+ tips: string;
1470
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1471
+ click: (...args: any[]) => void;
1472
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<RoundButton>, {
1473
+ name: string;
1474
+ className: string;
1475
+ color: string;
1476
+ width: string;
1477
+ height: string;
1478
+ tips: string;
1479
+ }>>> & {
1480
+ onClick?: (...args: any[]) => any;
1481
+ }, {}, {}>;
1115
1482
 
1116
- export declare const HySelectUser: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
1117
- fuzzySearch: boolean;
1118
- highlightSelected: boolean;
1119
- getData: FunctionConstructor;
1120
- itemSize: number;
1121
- hideDevice: boolean;
1122
- hideOrgNoData: boolean;
1123
- defaultGetData: boolean;
1124
- showOnlineOnly: boolean;
1125
- checkStrictly: boolean;
1126
- showCheckbox: boolean;
1127
- parentCheckbox: boolean;
1128
- showRadio: boolean;
1129
- showCheckboxButton: boolean;
1130
- showRadioButton: boolean;
1131
- defaultCheckedList: () => any[];
1132
- returnDisableDevice: boolean;
1133
- disableDataList: () => any[];
1483
+ export declare const HySelect: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_7>, {
1484
+ modelValue: string;
1485
+ requestParams: {};
1486
+ controller: string;
1487
+ filterDataList: () => any[];
1488
+ customDataList: () => any[];
1489
+ selectedDataList: () => any[];
1490
+ requestimmediately: boolean;
1491
+ clearable: boolean;
1492
+ multiple: boolean;
1493
+ optionLabel: string;
1494
+ optionValue: string;
1495
+ size: string;
1496
+ placeholder: string;
1134
1497
  }>, {
1135
- setCheckedKeys: (keys: string[]) => void;
1136
- setSelectedList: (dataList: any[]) => void;
1137
- setChecked: (item: any, type: boolean) => void;
1498
+ remoteMethod: (param: string) => void;
1138
1499
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1139
- onCurrentDepartment: (...args: any[]) => void;
1140
- onCurrent: (...args: any[]) => void;
1141
- onCurrentDelete: (...args: any[]) => void;
1142
- onSelectedData: (...args: any[]) => void;
1143
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<TreeCpnsProps & TreeProps & Props_2>, {
1144
- fuzzySearch: boolean;
1145
- highlightSelected: boolean;
1146
- getData: FunctionConstructor;
1147
- itemSize: number;
1148
- hideDevice: boolean;
1149
- hideOrgNoData: boolean;
1150
- defaultGetData: boolean;
1151
- showOnlineOnly: boolean;
1152
- checkStrictly: boolean;
1153
- showCheckbox: boolean;
1154
- parentCheckbox: boolean;
1155
- showRadio: boolean;
1156
- showCheckboxButton: boolean;
1157
- showRadioButton: boolean;
1158
- defaultCheckedList: () => any[];
1159
- returnDisableDevice: boolean;
1160
- disableDataList: () => any[];
1500
+ input: (...args: any[]) => void;
1501
+ change: (...args: any[]) => void;
1502
+ "on-selectItem": (...args: any[]) => void;
1503
+ visibleChange: (...args: any[]) => void;
1504
+ "update:modelValue": (...args: any[]) => void;
1505
+ "on-changeSelectItem": (...args: any[]) => void;
1506
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_7>, {
1507
+ modelValue: string;
1508
+ requestParams: {};
1509
+ controller: string;
1510
+ filterDataList: () => any[];
1511
+ customDataList: () => any[];
1512
+ selectedDataList: () => any[];
1513
+ requestimmediately: boolean;
1514
+ clearable: boolean;
1515
+ multiple: boolean;
1516
+ optionLabel: string;
1517
+ optionValue: string;
1518
+ size: string;
1519
+ placeholder: string;
1161
1520
  }>>> & {
1162
- onOnCurrentDepartment?: (...args: any[]) => any;
1163
- onOnCurrent?: (...args: any[]) => any;
1164
- onOnCurrentDelete?: (...args: any[]) => any;
1165
- onOnSelectedData?: (...args: any[]) => any;
1521
+ onChange?: (...args: any[]) => any;
1522
+ onInput?: (...args: any[]) => any;
1523
+ "onOn-selectItem"?: (...args: any[]) => any;
1524
+ onVisibleChange?: (...args: any[]) => any;
1525
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1526
+ "onOn-changeSelectItem"?: (...args: any[]) => any;
1166
1527
  }, {
1167
- hideOrgNoData: boolean;
1168
- itemSize: number;
1169
- defaultCheckedList: any[];
1170
- highlightSelected: boolean;
1171
- checkStrictly: boolean;
1172
- showCheckbox: boolean;
1173
- parentCheckbox: boolean;
1174
- showRadio: boolean;
1175
- showRadioButton: boolean;
1176
- showCheckboxButton: boolean;
1177
- fuzzySearch: boolean;
1178
- getData: () => any;
1179
- defaultGetData: boolean;
1180
- disableDataList: UserInfo[];
1181
- }, {}>, {
1182
- "below-the-input"?(_: {}): any;
1183
- "check-content"?(_: {
1184
- row: any;
1185
- }): any;
1186
- "other-content"?(_: {
1187
- row: any;
1188
- }): any;
1189
- }>;
1528
+ size: string;
1529
+ multiple: boolean;
1530
+ placeholder: string;
1531
+ optionLabel: string;
1532
+ optionValue: string;
1533
+ modelValue: any;
1534
+ requestParams: any;
1535
+ controller: string;
1536
+ filterDataList: any[];
1537
+ customDataList: any[];
1538
+ selectedDataList: any[];
1539
+ requestimmediately: boolean;
1540
+ clearable: boolean;
1541
+ }, {}>;
1542
+
1543
+ export declare const HySpotCheckDetail: DefineComponent< {}, {
1544
+ show: (id: string | number) => void;
1545
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
1190
1546
 
1191
- export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<IconProps>, {
1547
+ export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<IconProps>, {
1192
1548
  prefix: string;
1193
1549
  name: string;
1194
1550
  className: string;
1195
1551
  color: string;
1196
1552
  width: string;
1197
1553
  height: string;
1198
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<IconProps>, {
1554
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<IconProps>, {
1199
1555
  prefix: string;
1200
1556
  name: string;
1201
1557
  className: string;
@@ -1204,75 +1560,7 @@ width: string;
1204
1560
  height: string;
1205
1561
  }>>>, {}, {}>;
1206
1562
 
1207
- export declare const HyTable: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<TableProps>, {
1208
- height: number;
1209
- columnList: () => any[];
1210
- searchArr: () => any[];
1211
- showIndexColumn: boolean;
1212
- defaultGetData: boolean;
1213
- selectColumnType: SelectType;
1214
- childrenProps: () => {};
1215
- showFooter: boolean;
1216
- reqUrl: string;
1217
- customUrl: any;
1218
- showHeader: () => true;
1219
- cellStyle: () => {};
1220
- headerCellStyle: () => {};
1221
- disableIds: () => any[];
1222
- searchForm: () => {};
1223
- selectKey: string;
1224
- paginationLayout: string;
1225
- pagerCount: number;
1226
- treeProps: () => {};
1227
- }>, {
1228
- getTableData: typeof getTableData;
1229
- setSelectedData: typeof setSelectedData;
1230
- clearSelection: typeof clearSelection;
1231
- selectedData: globalThis.Ref<any>;
1232
- setTableData: typeof setTableData;
1233
- handleCurrentChange: typeof handleCurrentChange;
1234
- getSearchForm: typeof getSearchForm;
1235
- getTableList: typeof getTableList;
1236
- getTotalElements: typeof getTotalElements;
1237
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1238
- getTotal: (...args: any[]) => void;
1239
- selectionChange: (...args: any[]) => void;
1240
- onRowcClick: (...args: any[]) => void;
1241
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<TableProps>, {
1242
- height: number;
1243
- columnList: () => any[];
1244
- searchArr: () => any[];
1245
- showIndexColumn: boolean;
1246
- defaultGetData: boolean;
1247
- selectColumnType: SelectType;
1248
- childrenProps: () => {};
1249
- showFooter: boolean;
1250
- reqUrl: string;
1251
- customUrl: any;
1252
- showHeader: () => true;
1253
- cellStyle: () => {};
1254
- headerCellStyle: () => {};
1255
- disableIds: () => any[];
1256
- searchForm: () => {};
1257
- selectKey: string;
1258
- paginationLayout: string;
1259
- pagerCount: number;
1260
- treeProps: () => {};
1261
- }>>> & {
1262
- onGetTotal?: (...args: any[]) => any;
1263
- onSelectionChange?: (...args: any[]) => any;
1264
- onOnRowcClick?: (...args: any[]) => any;
1265
- }, {}, {}>, Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
1266
- tableLeft?(_: {}): any;
1267
- tableRight?(_: {}): any;
1268
- customContent?(_: {
1269
- tableData: any;
1270
- }): any;
1271
- empty?(_: {}): any;
1272
- statisticalQuantityLeft?(_: {}): any;
1273
- statisticalQuantityRight?(_: {}): any;
1274
- footer?(_: {}): any;
1275
- }>;
1563
+ export declare const HyTable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
1276
1564
 
1277
1565
  export declare const HyTableHead: DefineComponent< {
1278
1566
  selectList: {
@@ -1329,21 +1617,9 @@ selectValueKey: string;
1329
1617
 
1330
1618
  export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
1331
1619
 
1332
- export declare const HyUserHead: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<RoundButton_2>, {
1333
- gbDevice: boolean;
1334
- url: string;
1335
- headBoxClassName: string;
1336
- name: string;
1337
- className: string;
1338
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<RoundButton_2>, {
1339
- gbDevice: boolean;
1340
- url: string;
1341
- headBoxClassName: string;
1342
- name: string;
1343
- className: string;
1344
- }>>>, {}, {}>, {
1345
- content?(_: {}): any;
1346
- }>;
1620
+ export declare const HyUserHead: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
1621
+
1622
+ export declare const HyUserTree: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, ReturnType<typeof __VLS_template_9>>;
1347
1623
 
1348
1624
  export declare const HyVueCropper: DefineComponent< {}, {
1349
1625
  onShowModal: typeof onShowModal;
@@ -1456,17 +1732,41 @@ declare interface OrgType {
1456
1732
  }
1457
1733
 
1458
1734
  declare interface Props {
1735
+ disableDataList?: UserInfo[];
1736
+ }
1737
+
1738
+ declare interface Props_2 {
1739
+ optionList: {
1740
+ label: string;
1741
+ value: number;
1742
+ }[];
1743
+ }
1744
+
1745
+ declare interface Props_3 {
1459
1746
  hideDevice?: boolean;
1460
1747
  showOnlineOnly?: boolean;
1461
1748
  disableDataList?: Device[];
1462
1749
  returnDisableDevice?: boolean;
1463
1750
  }
1464
1751
 
1465
- declare interface Props_2 {
1752
+ declare interface Props_4 {
1753
+ menuList: MenuListItem[];
1754
+ menuTitle: string;
1755
+ }
1756
+
1757
+ declare interface Props_5 {
1758
+ size?: string;
1759
+ className?: string;
1760
+ placeholder?: string;
1761
+ contentType?: boolean;
1762
+ disabled?: boolean;
1763
+ }
1764
+
1765
+ declare interface Props_6 {
1466
1766
  disableDataList?: UserInfo[];
1467
1767
  }
1468
1768
 
1469
- declare interface Props_3 {
1769
+ declare interface Props_7 {
1470
1770
  modelValue?: any;
1471
1771
  requestParams?: any;
1472
1772
  controller?: string;
@@ -1482,25 +1782,11 @@ declare interface Props_3 {
1482
1782
  placeholder?: string;
1483
1783
  }
1484
1784
 
1485
- declare interface Props_4 {
1486
- size?: string;
1487
- className?: string;
1488
- placeholder?: string;
1489
- contentType?: boolean;
1490
- disabled?: boolean;
1491
- }
1492
-
1493
- declare interface Props_5 {
1494
- menuList: MenuListItem[];
1495
- menuTitle: string;
1785
+ declare interface Props_8 {
1786
+ disableDataList?: UserInfo[];
1496
1787
  }
1497
1788
 
1498
- declare interface Props_6 {
1499
- optionList: {
1500
- label: string;
1501
- value: number;
1502
- }[];
1503
- }
1789
+ declare function removeTimeData(): void;
1504
1790
 
1505
1791
  declare interface RequestParams {
1506
1792
  regDtm: string[];
@@ -1522,7 +1808,8 @@ declare interface RoundButton_2 {
1522
1808
  [key: string]: any;
1523
1809
  url?: string;
1524
1810
  gbDevice?: boolean;
1525
- headBoxClassName?: string;
1811
+ onlineState?: boolean;
1812
+ stateShow?: boolean;
1526
1813
  name?: string;
1527
1814
  className?: string;
1528
1815
  }