command-center-v3-common 0.0.3 → 0.0.4
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/{box-border-demo-DCNb4VPF.js → box-border-demo-Dh0nzAQZ.js} +1 -1
- package/dist/{button-demo-jLcva47R.js → button-demo-DCquIPSw.js} +1 -1
- package/dist/{command-center-v3-common-BV9WzX2B.js → command-center-v3-common-BOJxwdit.js} +9392 -9526
- package/dist/command-center-v3-common.js +1 -1
- package/dist/command-center-v3-common.umd.cjs +31 -34
- package/dist/{hy-table-demo-erkBWR1s.js → hy-table-demo-DeUMz9yj.js} +1 -1
- package/dist/{hy-test-fa6jnpFM.js → hy-test-9TlEjuK0.js} +20 -21
- package/dist/{image-viewer-demo-Dy44V9y9.js → image-viewer-demo-ByqEYMLy.js} +1 -1
- package/dist/index.d.ts +1163 -0
- package/dist/style.css +1 -1
- package/dist/{svg-icon-demo-BJrmOxd9.js → svg-icon-demo-DEq-V_Dy.js} +1 -1
- package/dist/{test-demo-DHDLBkcA.js → test-demo-CCPNzieh.js} +1 -1
- package/dist/{tips-modal-demo-CFai64b3.js → tips-modal-demo-AJ36dHZp.js} +1 -1
- package/dist/{user-head-demo-DNkOkyDh.js → user-head-demo-DjVFXG2v.js} +1 -1
- package/dist/{vue-cropper-demo-BXDbIPno.js → vue-cropper-demo-msUKQ42n.js} +1 -1
- package/package.json +4 -2
package/dist/index.d.ts
ADDED
@@ -0,0 +1,1163 @@
|
|
1
|
+
import { AllowedComponentProps } from 'vue';
|
2
|
+
import { ComponentCustomProps } from 'vue';
|
3
|
+
import { ComponentOptionsBase } from 'vue';
|
4
|
+
import { ComponentOptionsMixin } from 'vue';
|
5
|
+
import { CreateComponentPublicInstance } from 'vue';
|
6
|
+
import { DefineComponent } from 'vue';
|
7
|
+
import { PublicProps } from 'vue';
|
8
|
+
import { VNodeProps } from 'vue';
|
9
|
+
|
10
|
+
declare interface ChanneItem {
|
11
|
+
deviceId: string;
|
12
|
+
channelId: string;
|
13
|
+
channelName?: string;
|
14
|
+
channelList?: ChanneItem[];
|
15
|
+
onlineState?: number;
|
16
|
+
}
|
17
|
+
|
18
|
+
declare interface ConfigType {
|
19
|
+
width: number | string;
|
20
|
+
tipsTitleIcon: string;
|
21
|
+
setClose?: (closeNextTick: () => void) => void;
|
22
|
+
tipsTitleIconClass: string;
|
23
|
+
tipsTitle: string;
|
24
|
+
tipsContent: string;
|
25
|
+
isShowClose: boolean;
|
26
|
+
isShowSubmit: boolean;
|
27
|
+
closeBtnText: string;
|
28
|
+
submitBtnText: string;
|
29
|
+
closeBtnType: '' | 'default' | 'success' | 'warning' | 'info' | 'text' | 'primary' | 'danger';
|
30
|
+
submitBtnType: '' | 'default' | 'success' | 'warning' | 'info' | 'text' | 'primary' | 'danger';
|
31
|
+
}
|
32
|
+
|
33
|
+
declare const _default: {
|
34
|
+
HyBoxBorder: {
|
35
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
36
|
+
[x: string]: {
|
37
|
+
type: globalThis.PropType<any>;
|
38
|
+
};
|
39
|
+
[x: number]: {
|
40
|
+
type: globalThis.PropType<any>;
|
41
|
+
};
|
42
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
43
|
+
[x: string]: {
|
44
|
+
type: globalThis.PropType<any>;
|
45
|
+
};
|
46
|
+
[x: number]: {
|
47
|
+
type: globalThis.PropType<any>;
|
48
|
+
};
|
49
|
+
}>>, {}, true, {}, {}, {
|
50
|
+
P: {};
|
51
|
+
B: {};
|
52
|
+
D: {};
|
53
|
+
C: {};
|
54
|
+
M: {};
|
55
|
+
Defaults: {};
|
56
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
57
|
+
[x: string]: {
|
58
|
+
type: globalThis.PropType<any>;
|
59
|
+
};
|
60
|
+
[x: number]: {
|
61
|
+
type: globalThis.PropType<any>;
|
62
|
+
};
|
63
|
+
}>>, {}, {}, {}, {}, {}>;
|
64
|
+
__isFragment?: never;
|
65
|
+
__isTeleport?: never;
|
66
|
+
__isSuspense?: never;
|
67
|
+
} & ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
68
|
+
[x: string]: {
|
69
|
+
type: globalThis.PropType<any>;
|
70
|
+
};
|
71
|
+
[x: number]: {
|
72
|
+
type: globalThis.PropType<any>;
|
73
|
+
};
|
74
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
75
|
+
$slots: {
|
76
|
+
content?(_: {}): any;
|
77
|
+
};
|
78
|
+
});
|
79
|
+
HyRoundButton: DefineComponent< {
|
80
|
+
[x: string]: {
|
81
|
+
type: globalThis.PropType<any>;
|
82
|
+
};
|
83
|
+
[x: number]: {
|
84
|
+
type: globalThis.PropType<any>;
|
85
|
+
};
|
86
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
87
|
+
click: (...args: any[]) => void;
|
88
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
89
|
+
[x: string]: {
|
90
|
+
type: globalThis.PropType<any>;
|
91
|
+
};
|
92
|
+
[x: number]: {
|
93
|
+
type: globalThis.PropType<any>;
|
94
|
+
};
|
95
|
+
}>> & {
|
96
|
+
onClick?: (...args: any[]) => any;
|
97
|
+
}, {}, {}>;
|
98
|
+
HyUserHead: {
|
99
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
100
|
+
[x: string]: {
|
101
|
+
type: globalThis.PropType<any>;
|
102
|
+
};
|
103
|
+
[x: number]: {
|
104
|
+
type: globalThis.PropType<any>;
|
105
|
+
};
|
106
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
107
|
+
[x: string]: {
|
108
|
+
type: globalThis.PropType<any>;
|
109
|
+
};
|
110
|
+
[x: number]: {
|
111
|
+
type: globalThis.PropType<any>;
|
112
|
+
};
|
113
|
+
}>>, {}, true, {}, {}, {
|
114
|
+
P: {};
|
115
|
+
B: {};
|
116
|
+
D: {};
|
117
|
+
C: {};
|
118
|
+
M: {};
|
119
|
+
Defaults: {};
|
120
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
121
|
+
[x: string]: {
|
122
|
+
type: globalThis.PropType<any>;
|
123
|
+
};
|
124
|
+
[x: number]: {
|
125
|
+
type: globalThis.PropType<any>;
|
126
|
+
};
|
127
|
+
}>>, {}, {}, {}, {}, {}>;
|
128
|
+
__isFragment?: never;
|
129
|
+
__isTeleport?: never;
|
130
|
+
__isSuspense?: never;
|
131
|
+
} & ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
132
|
+
[x: string]: {
|
133
|
+
type: globalThis.PropType<any>;
|
134
|
+
};
|
135
|
+
[x: number]: {
|
136
|
+
type: globalThis.PropType<any>;
|
137
|
+
};
|
138
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
139
|
+
$slots: {
|
140
|
+
content?(_: {}): any;
|
141
|
+
};
|
142
|
+
});
|
143
|
+
HySelectDevice: DefineComponent< {
|
144
|
+
showCheckbox: {
|
145
|
+
type: globalThis.PropType<boolean>;
|
146
|
+
default: boolean;
|
147
|
+
};
|
148
|
+
getData: {
|
149
|
+
type: globalThis.PropType<() => any>;
|
150
|
+
default: FunctionConstructor;
|
151
|
+
};
|
152
|
+
checkStrictly: {
|
153
|
+
type: globalThis.PropType<boolean>;
|
154
|
+
default: boolean;
|
155
|
+
};
|
156
|
+
defaultCheckedKeys: {
|
157
|
+
type: globalThis.PropType<string[]>;
|
158
|
+
default: () => any[];
|
159
|
+
};
|
160
|
+
parentCheckbox: {
|
161
|
+
type: globalThis.PropType<boolean>;
|
162
|
+
default: boolean;
|
163
|
+
};
|
164
|
+
showRadio: {
|
165
|
+
type: globalThis.PropType<boolean>;
|
166
|
+
default: boolean;
|
167
|
+
};
|
168
|
+
disableDeviceList: {
|
169
|
+
type: globalThis.PropType<Device[]>;
|
170
|
+
default: () => any[];
|
171
|
+
};
|
172
|
+
returnDisableDevice: {
|
173
|
+
type: globalThis.PropType<boolean>;
|
174
|
+
default: boolean;
|
175
|
+
};
|
176
|
+
showOnlineOnly: {
|
177
|
+
type: globalThis.PropType<boolean>;
|
178
|
+
default: boolean;
|
179
|
+
};
|
180
|
+
}, {
|
181
|
+
setCheckedKeys: (keys: string[]) => void;
|
182
|
+
setDeviceList: (dataList: Device[]) => void;
|
183
|
+
setChecked: (device: Device, type: boolean) => void;
|
184
|
+
handlerDeviceStateChange: (payload: Device) => void;
|
185
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
186
|
+
onCurrentDevice: (...args: any[]) => void;
|
187
|
+
onCurrentDeviceDelete: (...args: any[]) => void;
|
188
|
+
onSelectedData: (...args: any[]) => void;
|
189
|
+
onCurrentDepartment: (...args: any[]) => void;
|
190
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
191
|
+
showCheckbox: {
|
192
|
+
type: globalThis.PropType<boolean>;
|
193
|
+
default: boolean;
|
194
|
+
};
|
195
|
+
getData: {
|
196
|
+
type: globalThis.PropType<() => any>;
|
197
|
+
default: FunctionConstructor;
|
198
|
+
};
|
199
|
+
checkStrictly: {
|
200
|
+
type: globalThis.PropType<boolean>;
|
201
|
+
default: boolean;
|
202
|
+
};
|
203
|
+
defaultCheckedKeys: {
|
204
|
+
type: globalThis.PropType<string[]>;
|
205
|
+
default: () => any[];
|
206
|
+
};
|
207
|
+
parentCheckbox: {
|
208
|
+
type: globalThis.PropType<boolean>;
|
209
|
+
default: boolean;
|
210
|
+
};
|
211
|
+
showRadio: {
|
212
|
+
type: globalThis.PropType<boolean>;
|
213
|
+
default: boolean;
|
214
|
+
};
|
215
|
+
disableDeviceList: {
|
216
|
+
type: globalThis.PropType<Device[]>;
|
217
|
+
default: () => any[];
|
218
|
+
};
|
219
|
+
returnDisableDevice: {
|
220
|
+
type: globalThis.PropType<boolean>;
|
221
|
+
default: boolean;
|
222
|
+
};
|
223
|
+
showOnlineOnly: {
|
224
|
+
type: globalThis.PropType<boolean>;
|
225
|
+
default: boolean;
|
226
|
+
};
|
227
|
+
}>> & {
|
228
|
+
onOnCurrentDevice?: (...args: any[]) => any;
|
229
|
+
onOnCurrentDeviceDelete?: (...args: any[]) => any;
|
230
|
+
onOnSelectedData?: (...args: any[]) => any;
|
231
|
+
onOnCurrentDepartment?: (...args: any[]) => any;
|
232
|
+
}, {
|
233
|
+
showCheckbox: boolean;
|
234
|
+
getData: () => any;
|
235
|
+
checkStrictly: boolean;
|
236
|
+
defaultCheckedKeys: string[];
|
237
|
+
parentCheckbox: boolean;
|
238
|
+
showRadio: boolean;
|
239
|
+
disableDeviceList: Device[];
|
240
|
+
returnDisableDevice: boolean;
|
241
|
+
showOnlineOnly: boolean;
|
242
|
+
}, {}>;
|
243
|
+
HyImageViewer: DefineComponent< {}, {
|
244
|
+
onShowViewer: (urlListParams: string | string[], initialIndexParams?: number) => void;
|
245
|
+
imageViewerClose: () => void;
|
246
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
247
|
+
HyTipsModal: typeof HyTipsModal;
|
248
|
+
HyTable: {
|
249
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
250
|
+
[x: string]: {
|
251
|
+
type: globalThis.PropType<any>;
|
252
|
+
};
|
253
|
+
[x: number]: {
|
254
|
+
type: globalThis.PropType<any>;
|
255
|
+
};
|
256
|
+
}>> & {
|
257
|
+
onGetTotal?: (...args: any[]) => any;
|
258
|
+
onSelectionChange?: (...args: any[]) => any;
|
259
|
+
onOnRowcClick?: (...args: any[]) => any;
|
260
|
+
}, {
|
261
|
+
getTableData: (queryInfo?: any) => Promise<void>;
|
262
|
+
setSelectedData: (list: any[]) => void;
|
263
|
+
clearSelection: () => void;
|
264
|
+
selectedData: globalThis.Ref<any>;
|
265
|
+
setTableData: (data: TableList) => void;
|
266
|
+
handleCurrentChange: (page?: number) => void;
|
267
|
+
getSearchForm: () => {
|
268
|
+
query: any;
|
269
|
+
size: number;
|
270
|
+
page: number;
|
271
|
+
};
|
272
|
+
getTableList: () => {
|
273
|
+
totalElements?: number;
|
274
|
+
number?: number;
|
275
|
+
totalPages?: number;
|
276
|
+
size?: number;
|
277
|
+
content: any;
|
278
|
+
};
|
279
|
+
getTotalElements: () => number;
|
280
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
281
|
+
getTotal: (...args: any[]) => void;
|
282
|
+
selectionChange: (...args: any[]) => void;
|
283
|
+
onRowcClick: (...args: any[]) => void;
|
284
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
285
|
+
[x: string]: {
|
286
|
+
type: globalThis.PropType<any>;
|
287
|
+
};
|
288
|
+
[x: number]: {
|
289
|
+
type: globalThis.PropType<any>;
|
290
|
+
};
|
291
|
+
}>> & {
|
292
|
+
onGetTotal?: (...args: any[]) => any;
|
293
|
+
onSelectionChange?: (...args: any[]) => any;
|
294
|
+
onOnRowcClick?: (...args: any[]) => any;
|
295
|
+
}, {}, true, {}, {}, {
|
296
|
+
P: {};
|
297
|
+
B: {};
|
298
|
+
D: {};
|
299
|
+
C: {};
|
300
|
+
M: {};
|
301
|
+
Defaults: {};
|
302
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
303
|
+
[x: string]: {
|
304
|
+
type: globalThis.PropType<any>;
|
305
|
+
};
|
306
|
+
[x: number]: {
|
307
|
+
type: globalThis.PropType<any>;
|
308
|
+
};
|
309
|
+
}>> & {
|
310
|
+
onGetTotal?: (...args: any[]) => any;
|
311
|
+
onSelectionChange?: (...args: any[]) => any;
|
312
|
+
onOnRowcClick?: (...args: any[]) => any;
|
313
|
+
}, {
|
314
|
+
getTableData: (queryInfo?: any) => Promise<void>;
|
315
|
+
setSelectedData: (list: any[]) => void;
|
316
|
+
clearSelection: () => void;
|
317
|
+
selectedData: globalThis.Ref<any>;
|
318
|
+
setTableData: (data: TableList) => void;
|
319
|
+
handleCurrentChange: (page?: number) => void;
|
320
|
+
getSearchForm: () => {
|
321
|
+
query: any;
|
322
|
+
size: number;
|
323
|
+
page: number;
|
324
|
+
};
|
325
|
+
getTableList: () => {
|
326
|
+
totalElements?: number;
|
327
|
+
number?: number;
|
328
|
+
totalPages?: number;
|
329
|
+
size?: number;
|
330
|
+
content: any;
|
331
|
+
};
|
332
|
+
getTotalElements: () => number;
|
333
|
+
}, {}, {}, {}, {}>;
|
334
|
+
__isFragment?: never;
|
335
|
+
__isTeleport?: never;
|
336
|
+
__isSuspense?: never;
|
337
|
+
} & ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
338
|
+
[x: string]: {
|
339
|
+
type: globalThis.PropType<any>;
|
340
|
+
};
|
341
|
+
[x: number]: {
|
342
|
+
type: globalThis.PropType<any>;
|
343
|
+
};
|
344
|
+
}>> & {
|
345
|
+
onGetTotal?: (...args: any[]) => any;
|
346
|
+
onSelectionChange?: (...args: any[]) => any;
|
347
|
+
onOnRowcClick?: (...args: any[]) => any;
|
348
|
+
}, {
|
349
|
+
getTableData: (queryInfo?: any) => Promise<void>;
|
350
|
+
setSelectedData: (list: any[]) => void;
|
351
|
+
clearSelection: () => void;
|
352
|
+
selectedData: globalThis.Ref<any>;
|
353
|
+
setTableData: (data: TableList) => void;
|
354
|
+
handleCurrentChange: (page?: number) => void;
|
355
|
+
getSearchForm: () => {
|
356
|
+
query: any;
|
357
|
+
size: number;
|
358
|
+
page: number;
|
359
|
+
};
|
360
|
+
getTableList: () => {
|
361
|
+
totalElements?: number;
|
362
|
+
number?: number;
|
363
|
+
totalPages?: number;
|
364
|
+
size?: number;
|
365
|
+
content: any;
|
366
|
+
};
|
367
|
+
getTotalElements: () => number;
|
368
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
369
|
+
getTotal: (...args: any[]) => void;
|
370
|
+
selectionChange: (...args: any[]) => void;
|
371
|
+
onRowcClick: (...args: any[]) => void;
|
372
|
+
}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
373
|
+
$slots: Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
|
374
|
+
tableLeft?(_: {}): any;
|
375
|
+
tableRight?(_: {}): any;
|
376
|
+
customContent?(_: {
|
377
|
+
tableData: any;
|
378
|
+
}): any;
|
379
|
+
empty?(_: {}): any;
|
380
|
+
statisticalQuantityLeft?(_: {}): any;
|
381
|
+
statisticalQuantityRight?(_: {}): any;
|
382
|
+
footer?(_: {}): any;
|
383
|
+
};
|
384
|
+
});
|
385
|
+
HyVueCropper: DefineComponent< {}, {
|
386
|
+
onShowModal: (config?: Option_2) => Promise<unknown>;
|
387
|
+
onSubmit: () => void;
|
388
|
+
onClose: () => void;
|
389
|
+
getCropData: () => Promise<string>;
|
390
|
+
getCropBlob: () => Promise<Blob>;
|
391
|
+
getBlobToData: (blob: Blob) => Promise<any>;
|
392
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
393
|
+
HySelect: DefineComponent< {
|
394
|
+
optionLabel: {
|
395
|
+
type: globalThis.PropType<string>;
|
396
|
+
default: string;
|
397
|
+
};
|
398
|
+
optionValue: {
|
399
|
+
type: globalThis.PropType<string>;
|
400
|
+
default: string;
|
401
|
+
};
|
402
|
+
modelValue: {
|
403
|
+
type: globalThis.PropType<any>;
|
404
|
+
default: string;
|
405
|
+
};
|
406
|
+
placeholder: {
|
407
|
+
type: globalThis.PropType<string>;
|
408
|
+
default: string;
|
409
|
+
};
|
410
|
+
clearable: {
|
411
|
+
type: globalThis.PropType<boolean>;
|
412
|
+
default: boolean;
|
413
|
+
};
|
414
|
+
size: {
|
415
|
+
type: globalThis.PropType<string>;
|
416
|
+
default: string;
|
417
|
+
};
|
418
|
+
requestParams: {
|
419
|
+
type: globalThis.PropType<any>;
|
420
|
+
default: {};
|
421
|
+
};
|
422
|
+
controller: {
|
423
|
+
type: globalThis.PropType<string>;
|
424
|
+
default: string;
|
425
|
+
};
|
426
|
+
filterDataList: {
|
427
|
+
type: globalThis.PropType<any[]>;
|
428
|
+
default: () => any[];
|
429
|
+
};
|
430
|
+
customDataList: {
|
431
|
+
type: globalThis.PropType<any[]>;
|
432
|
+
default: () => any[];
|
433
|
+
};
|
434
|
+
selectedDataList: {
|
435
|
+
type: globalThis.PropType<any[]>;
|
436
|
+
default: () => any[];
|
437
|
+
};
|
438
|
+
requestimmediately: {
|
439
|
+
type: globalThis.PropType<boolean>;
|
440
|
+
default: boolean;
|
441
|
+
};
|
442
|
+
multiple: {
|
443
|
+
type: globalThis.PropType<boolean>;
|
444
|
+
default: boolean;
|
445
|
+
};
|
446
|
+
}, {
|
447
|
+
remoteMethod: (param: string) => void;
|
448
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
449
|
+
input: (...args: any[]) => void;
|
450
|
+
change: (...args: any[]) => void;
|
451
|
+
"on-selectItem": (...args: any[]) => void;
|
452
|
+
visibleChange: (...args: any[]) => void;
|
453
|
+
"update:modelValue": (...args: any[]) => void;
|
454
|
+
"on-changeSelectItem": (...args: any[]) => void;
|
455
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
456
|
+
optionLabel: {
|
457
|
+
type: globalThis.PropType<string>;
|
458
|
+
default: string;
|
459
|
+
};
|
460
|
+
optionValue: {
|
461
|
+
type: globalThis.PropType<string>;
|
462
|
+
default: string;
|
463
|
+
};
|
464
|
+
modelValue: {
|
465
|
+
type: globalThis.PropType<any>;
|
466
|
+
default: string;
|
467
|
+
};
|
468
|
+
placeholder: {
|
469
|
+
type: globalThis.PropType<string>;
|
470
|
+
default: string;
|
471
|
+
};
|
472
|
+
clearable: {
|
473
|
+
type: globalThis.PropType<boolean>;
|
474
|
+
default: boolean;
|
475
|
+
};
|
476
|
+
size: {
|
477
|
+
type: globalThis.PropType<string>;
|
478
|
+
default: string;
|
479
|
+
};
|
480
|
+
requestParams: {
|
481
|
+
type: globalThis.PropType<any>;
|
482
|
+
default: {};
|
483
|
+
};
|
484
|
+
controller: {
|
485
|
+
type: globalThis.PropType<string>;
|
486
|
+
default: string;
|
487
|
+
};
|
488
|
+
filterDataList: {
|
489
|
+
type: globalThis.PropType<any[]>;
|
490
|
+
default: () => any[];
|
491
|
+
};
|
492
|
+
customDataList: {
|
493
|
+
type: globalThis.PropType<any[]>;
|
494
|
+
default: () => any[];
|
495
|
+
};
|
496
|
+
selectedDataList: {
|
497
|
+
type: globalThis.PropType<any[]>;
|
498
|
+
default: () => any[];
|
499
|
+
};
|
500
|
+
requestimmediately: {
|
501
|
+
type: globalThis.PropType<boolean>;
|
502
|
+
default: boolean;
|
503
|
+
};
|
504
|
+
multiple: {
|
505
|
+
type: globalThis.PropType<boolean>;
|
506
|
+
default: boolean;
|
507
|
+
};
|
508
|
+
}>> & {
|
509
|
+
onChange?: (...args: any[]) => any;
|
510
|
+
onInput?: (...args: any[]) => any;
|
511
|
+
"onOn-selectItem"?: (...args: any[]) => any;
|
512
|
+
onVisibleChange?: (...args: any[]) => any;
|
513
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
514
|
+
"onOn-changeSelectItem"?: (...args: any[]) => any;
|
515
|
+
}, {
|
516
|
+
optionLabel: string;
|
517
|
+
optionValue: string;
|
518
|
+
modelValue: any;
|
519
|
+
placeholder: string;
|
520
|
+
clearable: boolean;
|
521
|
+
size: string;
|
522
|
+
requestParams: any;
|
523
|
+
controller: string;
|
524
|
+
filterDataList: any[];
|
525
|
+
customDataList: any[];
|
526
|
+
selectedDataList: any[];
|
527
|
+
requestimmediately: boolean;
|
528
|
+
multiple: boolean;
|
529
|
+
}, {}>;
|
530
|
+
HyOrgCascader: {
|
531
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
532
|
+
className: {
|
533
|
+
type: globalThis.PropType<string>;
|
534
|
+
default: string;
|
535
|
+
};
|
536
|
+
disabled: {
|
537
|
+
type: globalThis.PropType<boolean>;
|
538
|
+
default: boolean;
|
539
|
+
};
|
540
|
+
placeholder: {
|
541
|
+
type: globalThis.PropType<string>;
|
542
|
+
default: string;
|
543
|
+
};
|
544
|
+
size: {
|
545
|
+
type: globalThis.PropType<string>;
|
546
|
+
default: string;
|
547
|
+
};
|
548
|
+
contentType: {
|
549
|
+
type: globalThis.PropType<boolean>;
|
550
|
+
default: boolean;
|
551
|
+
};
|
552
|
+
}>> & {
|
553
|
+
onChange?: (...args: any[]) => any;
|
554
|
+
}, {
|
555
|
+
setDefaultValue: (organizationId: any) => void;
|
556
|
+
getData: () => Promise<void>;
|
557
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
558
|
+
change: (...args: any[]) => void;
|
559
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
560
|
+
className: {
|
561
|
+
type: globalThis.PropType<string>;
|
562
|
+
default: string;
|
563
|
+
};
|
564
|
+
disabled: {
|
565
|
+
type: globalThis.PropType<boolean>;
|
566
|
+
default: boolean;
|
567
|
+
};
|
568
|
+
placeholder: {
|
569
|
+
type: globalThis.PropType<string>;
|
570
|
+
default: string;
|
571
|
+
};
|
572
|
+
size: {
|
573
|
+
type: globalThis.PropType<string>;
|
574
|
+
default: string;
|
575
|
+
};
|
576
|
+
contentType: {
|
577
|
+
type: globalThis.PropType<boolean>;
|
578
|
+
default: boolean;
|
579
|
+
};
|
580
|
+
}>> & {
|
581
|
+
onChange?: (...args: any[]) => any;
|
582
|
+
}, {
|
583
|
+
className: string;
|
584
|
+
disabled: boolean;
|
585
|
+
placeholder: string;
|
586
|
+
size: string;
|
587
|
+
contentType: boolean;
|
588
|
+
}, true, {}, {}, {
|
589
|
+
P: {};
|
590
|
+
B: {};
|
591
|
+
D: {};
|
592
|
+
C: {};
|
593
|
+
M: {};
|
594
|
+
Defaults: {};
|
595
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
596
|
+
className: {
|
597
|
+
type: globalThis.PropType<string>;
|
598
|
+
default: string;
|
599
|
+
};
|
600
|
+
disabled: {
|
601
|
+
type: globalThis.PropType<boolean>;
|
602
|
+
default: boolean;
|
603
|
+
};
|
604
|
+
placeholder: {
|
605
|
+
type: globalThis.PropType<string>;
|
606
|
+
default: string;
|
607
|
+
};
|
608
|
+
size: {
|
609
|
+
type: globalThis.PropType<string>;
|
610
|
+
default: string;
|
611
|
+
};
|
612
|
+
contentType: {
|
613
|
+
type: globalThis.PropType<boolean>;
|
614
|
+
default: boolean;
|
615
|
+
};
|
616
|
+
}>> & {
|
617
|
+
onChange?: (...args: any[]) => any;
|
618
|
+
}, {
|
619
|
+
setDefaultValue: (organizationId: any) => void;
|
620
|
+
getData: () => Promise<void>;
|
621
|
+
}, {}, {}, {}, {
|
622
|
+
className: string;
|
623
|
+
disabled: boolean;
|
624
|
+
placeholder: string;
|
625
|
+
size: string;
|
626
|
+
contentType: boolean;
|
627
|
+
}>;
|
628
|
+
__isFragment?: never;
|
629
|
+
__isTeleport?: never;
|
630
|
+
__isSuspense?: never;
|
631
|
+
} & ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
632
|
+
className: {
|
633
|
+
type: globalThis.PropType<string>;
|
634
|
+
default: string;
|
635
|
+
};
|
636
|
+
disabled: {
|
637
|
+
type: globalThis.PropType<boolean>;
|
638
|
+
default: boolean;
|
639
|
+
};
|
640
|
+
placeholder: {
|
641
|
+
type: globalThis.PropType<string>;
|
642
|
+
default: string;
|
643
|
+
};
|
644
|
+
size: {
|
645
|
+
type: globalThis.PropType<string>;
|
646
|
+
default: string;
|
647
|
+
};
|
648
|
+
contentType: {
|
649
|
+
type: globalThis.PropType<boolean>;
|
650
|
+
default: boolean;
|
651
|
+
};
|
652
|
+
}>> & {
|
653
|
+
onChange?: (...args: any[]) => any;
|
654
|
+
}, {
|
655
|
+
setDefaultValue: (organizationId: any) => void;
|
656
|
+
getData: () => Promise<void>;
|
657
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
658
|
+
change: (...args: any[]) => void;
|
659
|
+
}, string, {
|
660
|
+
className: string;
|
661
|
+
disabled: boolean;
|
662
|
+
placeholder: string;
|
663
|
+
size: string;
|
664
|
+
contentType: boolean;
|
665
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
666
|
+
$slots: {
|
667
|
+
default?(_: {}): any;
|
668
|
+
};
|
669
|
+
});
|
670
|
+
HyMenuComponents: DefineComponent< {
|
671
|
+
menuList: {
|
672
|
+
type: globalThis.PropType<MenuItem[]>;
|
673
|
+
required: true;
|
674
|
+
default: () => any[];
|
675
|
+
};
|
676
|
+
menuTitle: {
|
677
|
+
type: globalThis.PropType<string>;
|
678
|
+
required: true;
|
679
|
+
default: string;
|
680
|
+
};
|
681
|
+
}, {
|
682
|
+
setRouterPath: (fullPath: string) => void;
|
683
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
684
|
+
onChange: (...args: any[]) => void;
|
685
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
686
|
+
menuList: {
|
687
|
+
type: globalThis.PropType<MenuItem[]>;
|
688
|
+
required: true;
|
689
|
+
default: () => any[];
|
690
|
+
};
|
691
|
+
menuTitle: {
|
692
|
+
type: globalThis.PropType<string>;
|
693
|
+
required: true;
|
694
|
+
default: string;
|
695
|
+
};
|
696
|
+
}>> & {
|
697
|
+
onOnChange?: (...args: any[]) => any;
|
698
|
+
}, {
|
699
|
+
menuList: MenuItem[];
|
700
|
+
menuTitle: string;
|
701
|
+
}, {}>;
|
702
|
+
};
|
703
|
+
export default _default;
|
704
|
+
|
705
|
+
declare interface Device {
|
706
|
+
isofn: number;
|
707
|
+
aspectRatio: string;
|
708
|
+
facereLoading?: boolean;
|
709
|
+
broadcastType?: boolean;
|
710
|
+
disabled?: boolean;
|
711
|
+
muted?: boolean;
|
712
|
+
pfacereLoading?: boolean;
|
713
|
+
platereLoading?: boolean;
|
714
|
+
/**
|
715
|
+
* 位置地址
|
716
|
+
*/
|
717
|
+
address?: string;
|
718
|
+
/**
|
719
|
+
* APP用户Marker图标
|
720
|
+
*/
|
721
|
+
appHeadImg?: string;
|
722
|
+
/**
|
723
|
+
* 到达时间
|
724
|
+
*/
|
725
|
+
arriveDtm?: Date;
|
726
|
+
/**
|
727
|
+
* 是否已经关注(1已经关注)
|
728
|
+
*/
|
729
|
+
attenFlag?: number;
|
730
|
+
/**
|
731
|
+
* [是否支持音频广播]{0:不支持;1:支持}
|
732
|
+
*/
|
733
|
+
audioBroadcastSupport?: number;
|
734
|
+
/**
|
735
|
+
* [是否在录音]{0:不在;1:在;}
|
736
|
+
*/
|
737
|
+
audioRecording?: number;
|
738
|
+
authPassword?: string;
|
739
|
+
/**
|
740
|
+
* 国标设备-35114国密认证方式:0不开启国密认证;1:35114单向;2:35114双向
|
741
|
+
*/
|
742
|
+
authType?: number;
|
743
|
+
authUsername?: string;
|
744
|
+
/**
|
745
|
+
* [是否被监控]{0:不在;1:在;}
|
746
|
+
*/
|
747
|
+
beMonitor?: number;
|
748
|
+
/**
|
749
|
+
* [绑定群组状态]{0:未绑定;1:已经绑定;}
|
750
|
+
*/
|
751
|
+
bindGroupState?: number;
|
752
|
+
/**
|
753
|
+
* [是否在广播]{0:不在;1:在;}
|
754
|
+
*/
|
755
|
+
broadcast?: number;
|
756
|
+
/**
|
757
|
+
* [是否支持广播]{0:不支持;1:支持}
|
758
|
+
*/
|
759
|
+
broadcastSupport?: number;
|
760
|
+
/**
|
761
|
+
* [是否作废]{1:未作废;2:已作废;}
|
762
|
+
*/
|
763
|
+
cancelStatus?: number;
|
764
|
+
/**
|
765
|
+
* [是否支持车辆识别]{0:不支持;1:支持}
|
766
|
+
*/
|
767
|
+
carReSupport?: number;
|
768
|
+
errorCode?: number;
|
769
|
+
errorReason?: string;
|
770
|
+
methodType?: string;
|
771
|
+
audioContextType?: boolean;
|
772
|
+
roomId?: string;
|
773
|
+
channelList?: ChanneItem[];
|
774
|
+
/**
|
775
|
+
* 国标设备-35114国密认证的证书或证书请求的objectKey
|
776
|
+
*/
|
777
|
+
cerFileCloudKey?: string;
|
778
|
+
/**
|
779
|
+
* 国标设备-35114国密认证文件的类型(1证书、2证书请求)
|
780
|
+
*/
|
781
|
+
cerFileType?: number;
|
782
|
+
/**
|
783
|
+
* [是否支持查看本机媒体文件]{0:不支持;1:支持}
|
784
|
+
*/
|
785
|
+
clfSupport?: number;
|
786
|
+
/**
|
787
|
+
* 登高预警高度
|
788
|
+
*/
|
789
|
+
climbLimit?: number;
|
790
|
+
/**
|
791
|
+
* [是否支持登高预警]{0:不支持;1:支持}
|
792
|
+
*/
|
793
|
+
climbSupport?: number;
|
794
|
+
/**
|
795
|
+
* [是否支持云台控制功能]{0:不支持;1:支持}
|
796
|
+
*/
|
797
|
+
cloudControlSupport?: number;
|
798
|
+
/**
|
799
|
+
* 国标设备接收广播前是否主动打洞(1打洞)
|
800
|
+
*/
|
801
|
+
comedia?: number;
|
802
|
+
/**
|
803
|
+
* 创建时间
|
804
|
+
*/
|
805
|
+
createDtm?: Date;
|
806
|
+
/**
|
807
|
+
* 设备编码
|
808
|
+
*/
|
809
|
+
deviceCode?: string;
|
810
|
+
/**
|
811
|
+
* 设备ID
|
812
|
+
*/
|
813
|
+
deviceId?: string;
|
814
|
+
channelId?: string;
|
815
|
+
/**
|
816
|
+
* 设备名称
|
817
|
+
*/
|
818
|
+
devName?: string;
|
819
|
+
/**
|
820
|
+
* 距离(KM)、距离现场
|
821
|
+
*/
|
822
|
+
distance?: number;
|
823
|
+
/**
|
824
|
+
* [启用状态]{1:启用;2:停用;}
|
825
|
+
*/
|
826
|
+
enableStatus?: number;
|
827
|
+
/**
|
828
|
+
* 有效期至
|
829
|
+
*/
|
830
|
+
expiredDtm?: Date;
|
831
|
+
/**
|
832
|
+
* 启用状态
|
833
|
+
*/
|
834
|
+
expiredState?: number;
|
835
|
+
/**
|
836
|
+
* [是否在设备人脸识别]{0:不在;1:在;}
|
837
|
+
*/
|
838
|
+
facere?: number;
|
839
|
+
/**
|
840
|
+
* [是否支持人脸识别]{0:不支持;1:支持}
|
841
|
+
*/
|
842
|
+
faceReSupport?: number;
|
843
|
+
/**
|
844
|
+
* [是否是国标GB28181设备]{0:不是;1:是;}
|
845
|
+
*/
|
846
|
+
gbDevice?: number;
|
847
|
+
gbExpire?: string;
|
848
|
+
/**
|
849
|
+
* 国标设备文件回传策略(1自动上传、2停止上传)
|
850
|
+
*/
|
851
|
+
gbUploadType?: number;
|
852
|
+
/**
|
853
|
+
* 燃气险情出动中(1出动中)
|
854
|
+
*/
|
855
|
+
gcDispatching?: number;
|
856
|
+
gpsDtm?: Date;
|
857
|
+
/**
|
858
|
+
* 所属群组id
|
859
|
+
*/
|
860
|
+
groupId?: number;
|
861
|
+
/**
|
862
|
+
* 所属群组名称
|
863
|
+
*/
|
864
|
+
groupName?: string;
|
865
|
+
/**
|
866
|
+
* 设置中心是否有psw(0没有、1有)
|
867
|
+
*/
|
868
|
+
hadSettingPsw?: number;
|
869
|
+
hardwareVer?: string;
|
870
|
+
/**
|
871
|
+
* 头像
|
872
|
+
*/
|
873
|
+
headImg?: string;
|
874
|
+
/**
|
875
|
+
* iccid
|
876
|
+
*/
|
877
|
+
iccid?: string;
|
878
|
+
id?: number;
|
879
|
+
/**
|
880
|
+
* 设备型号图片
|
881
|
+
*/
|
882
|
+
images?: string;
|
883
|
+
/**
|
884
|
+
* imei
|
885
|
+
*/
|
886
|
+
imei?: string;
|
887
|
+
/**
|
888
|
+
* imsi
|
889
|
+
*/
|
890
|
+
imsi?: string;
|
891
|
+
/**
|
892
|
+
* [是否在语音通话]{0:不在;1:在;}
|
893
|
+
*/
|
894
|
+
intercomCall?: number;
|
895
|
+
/**
|
896
|
+
* [是否在固定群组对讲]{0:不在;1:在;}
|
897
|
+
*/
|
898
|
+
intercomGroupNature?: number;
|
899
|
+
/**
|
900
|
+
* [是否在临时群组对讲]{0:不在;1:在;}
|
901
|
+
*/
|
902
|
+
intercomGroupTem?: number;
|
903
|
+
/**
|
904
|
+
* [是否支持对讲]{0:不支持;1:支持}
|
905
|
+
*/
|
906
|
+
intercomSupport?: number;
|
907
|
+
/**
|
908
|
+
* 设备使用者职位
|
909
|
+
*/
|
910
|
+
job?: string;
|
911
|
+
/**
|
912
|
+
* 设备使用者工号
|
913
|
+
*/
|
914
|
+
jobNum?: string;
|
915
|
+
label?: string;
|
916
|
+
/**
|
917
|
+
* [是否使用jt808定位]{0:不是;1:是;}
|
918
|
+
*/
|
919
|
+
jt808locationSupport?: number;
|
920
|
+
/**
|
921
|
+
* jt808注册状态(1未注册、2已注册)
|
922
|
+
*/
|
923
|
+
jtReg?: number;
|
924
|
+
/**
|
925
|
+
* 纬度
|
926
|
+
*/
|
927
|
+
lat?: number;
|
928
|
+
/**
|
929
|
+
* 经度
|
930
|
+
*/
|
931
|
+
lng?: number;
|
932
|
+
/**
|
933
|
+
* [是否在监控]{0:不在;1:在;}
|
934
|
+
*/
|
935
|
+
monitor?: number;
|
936
|
+
/**
|
937
|
+
* [是否支持监听]{0:不支持;1:支持}
|
938
|
+
*/
|
939
|
+
monitorListenSupport?: number;
|
940
|
+
/**
|
941
|
+
* [是否支持监控]{0:不支持;1:支持}
|
942
|
+
*/
|
943
|
+
monitorSupport?: number;
|
944
|
+
/**
|
945
|
+
* 设备使用者姓名
|
946
|
+
*/
|
947
|
+
name?: string;
|
948
|
+
/**
|
949
|
+
* 近电预警(0停用、1启用)
|
950
|
+
*/
|
951
|
+
nearEle?: number;
|
952
|
+
/**
|
953
|
+
* 近电预警电压范围
|
954
|
+
*/
|
955
|
+
nearEleScope?: string;
|
956
|
+
/**
|
957
|
+
* [是否支持近电报警]{0:不支持;1:支持}
|
958
|
+
*/
|
959
|
+
nearEleSupport?: number;
|
960
|
+
/**
|
961
|
+
* [是否是向上级联的设备]{0:不是;1:是;}
|
962
|
+
*/
|
963
|
+
northDevice?: number;
|
964
|
+
/**
|
965
|
+
* [在线状态]{1:在线;2:离线;}
|
966
|
+
*/
|
967
|
+
onlineState?: number;
|
968
|
+
/**
|
969
|
+
* 所属部门id
|
970
|
+
*/
|
971
|
+
organizationId?: number;
|
972
|
+
/**
|
973
|
+
* 部门编码
|
974
|
+
*/
|
975
|
+
orgCode?: string;
|
976
|
+
/**
|
977
|
+
* 所属部门
|
978
|
+
*/
|
979
|
+
orgName?: string;
|
980
|
+
otaVer?: string;
|
981
|
+
/**
|
982
|
+
* [是否在平台人脸识别]{0:不在;1:在;}
|
983
|
+
*/
|
984
|
+
pfacere?: number;
|
985
|
+
/**
|
986
|
+
* 用户帐号
|
987
|
+
*/
|
988
|
+
phone?: string;
|
989
|
+
/**
|
990
|
+
* [是否支持拨打电话]{0:不支持;1:支持}
|
991
|
+
*/
|
992
|
+
phoneCallSupport?: number;
|
993
|
+
/**
|
994
|
+
* [是否在设备车牌识别]{0:不在;1:在;}
|
995
|
+
*/
|
996
|
+
platere?: number;
|
997
|
+
prodBrand?: string;
|
998
|
+
prodFactory?: string;
|
999
|
+
/**
|
1000
|
+
* 型号
|
1001
|
+
*/
|
1002
|
+
prodModel?: string;
|
1003
|
+
protocolVer?: string;
|
1004
|
+
province?: string;
|
1005
|
+
/**
|
1006
|
+
* 接警时间
|
1007
|
+
*/
|
1008
|
+
receiveDtm?: Date;
|
1009
|
+
/**
|
1010
|
+
* [是否支持录像]{0:不支持;1:支持}
|
1011
|
+
*/
|
1012
|
+
recSupport?: number;
|
1013
|
+
remark?: string;
|
1014
|
+
/**
|
1015
|
+
* [是否支持重启]{0:不支持;1:支持}
|
1016
|
+
*/
|
1017
|
+
restartSupport?: number;
|
1018
|
+
/**
|
1019
|
+
* [是否支持规则]{0:不支持;1:支持}
|
1020
|
+
*/
|
1021
|
+
ruleSupport?: number;
|
1022
|
+
/**
|
1023
|
+
* [是否支持下发文件]{0:不支持;1:支持}
|
1024
|
+
*/
|
1025
|
+
sendFileSupport?: number;
|
1026
|
+
/**
|
1027
|
+
* [是否支持下发消息]{0:不支持;1:支持}
|
1028
|
+
*/
|
1029
|
+
sendMsgSupport?: number;
|
1030
|
+
/**
|
1031
|
+
* 设备使用者短号
|
1032
|
+
*/
|
1033
|
+
serialNum?: string;
|
1034
|
+
/**
|
1035
|
+
* [是否支持关机]{0:不支持;1:支持}
|
1036
|
+
*/
|
1037
|
+
shutdownSupport?: number;
|
1038
|
+
simNum?: string;
|
1039
|
+
sipServerId?: string;
|
1040
|
+
sipServerIp?: string;
|
1041
|
+
sipServerPort?: number;
|
1042
|
+
sipServerRegion?: string;
|
1043
|
+
softwareVer?: string;
|
1044
|
+
/**
|
1045
|
+
* [是否在SOS]{0:不在;1:在;}
|
1046
|
+
*/
|
1047
|
+
sos?: number;
|
1048
|
+
/**
|
1049
|
+
* [是否支持录音]{0:不支持;1:支持}
|
1050
|
+
*/
|
1051
|
+
soundRecordingSupport?: number;
|
1052
|
+
/**
|
1053
|
+
* [是否支持抽查]{0:不支持;1:支持}
|
1054
|
+
*/
|
1055
|
+
spotCheckSupport?: number;
|
1056
|
+
/**
|
1057
|
+
* 剩余电量
|
1058
|
+
*/
|
1059
|
+
surplusEle?: number;
|
1060
|
+
/**
|
1061
|
+
* [是否支持拍照]{0:不支持;1:支持}
|
1062
|
+
*/
|
1063
|
+
takePhotoSupport?: number;
|
1064
|
+
/**
|
1065
|
+
* [是否支持任务]{0:不支持;1:支持}
|
1066
|
+
*/
|
1067
|
+
taskSupport?: number;
|
1068
|
+
/**
|
1069
|
+
* 租户ID
|
1070
|
+
*/
|
1071
|
+
tenantId?: string;
|
1072
|
+
/**
|
1073
|
+
*
|
1074
|
+
* [设备类型]{1:执法记录仪;2:对讲机;3:消防调度台;4:消防值班台;5:PhoneAPP;6:布控球;7:IPC摄像头;8:头盔;9:手电筒;10:工牌;11:无人机;12:车载云台;13:向下级联设备;}
|
1075
|
+
*/
|
1076
|
+
type?: number;
|
1077
|
+
/**
|
1078
|
+
* 设备类型名称
|
1079
|
+
*/
|
1080
|
+
typeName?: string;
|
1081
|
+
/**
|
1082
|
+
* 设备使用者id
|
1083
|
+
*/
|
1084
|
+
userId?: number;
|
1085
|
+
/**
|
1086
|
+
* 用户所属部门
|
1087
|
+
*/
|
1088
|
+
userOrgName?: string;
|
1089
|
+
/**
|
1090
|
+
* [是否在视频通话]{0:不在;1:在;}
|
1091
|
+
*/
|
1092
|
+
videoCall?: number;
|
1093
|
+
/**
|
1094
|
+
* [是否支持视频通话]{0:不支持;1:支持}
|
1095
|
+
*/
|
1096
|
+
videoCallSupport?: number;
|
1097
|
+
/**
|
1098
|
+
* [是否在视频会议]{0:不在;1:在;}
|
1099
|
+
*/
|
1100
|
+
videoMeeting?: number;
|
1101
|
+
/**
|
1102
|
+
* [是否在录像]{0:不在;1:在;}
|
1103
|
+
*/
|
1104
|
+
videoRecording?: number;
|
1105
|
+
/**
|
1106
|
+
* viid 设备ID
|
1107
|
+
*/
|
1108
|
+
viidApeId?: string;
|
1109
|
+
/**
|
1110
|
+
* [是否支持GAT/1400]{0:不支持;1:支持}
|
1111
|
+
*/
|
1112
|
+
viidSupport?: number;
|
1113
|
+
/**
|
1114
|
+
* [是否支持倍焦控制功能]{0:不支持;1:支持}
|
1115
|
+
*/
|
1116
|
+
zoomControlSupport?: number;
|
1117
|
+
}
|
1118
|
+
|
1119
|
+
declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
|
1120
|
+
|
1121
|
+
declare interface MenuItem {
|
1122
|
+
label: string;
|
1123
|
+
permission: string;
|
1124
|
+
iconName: string;
|
1125
|
+
path: string;
|
1126
|
+
}
|
1127
|
+
|
1128
|
+
declare interface Option_2 {
|
1129
|
+
dialogWidth: number;
|
1130
|
+
img: string | Blob | ArrayBuffer | ArrayBufferView;
|
1131
|
+
outputSize: number;
|
1132
|
+
outputType: 'jpeg' | 'png' | 'webp';
|
1133
|
+
info: boolean;
|
1134
|
+
canScale: boolean;
|
1135
|
+
autoCrop: boolean;
|
1136
|
+
autoCropWidth: number;
|
1137
|
+
autoCropHeight: number;
|
1138
|
+
fixed: boolean;
|
1139
|
+
fixedNumber: number[];
|
1140
|
+
full: boolean;
|
1141
|
+
fixedBox: boolean;
|
1142
|
+
canMove: boolean;
|
1143
|
+
canMoveBox: boolean;
|
1144
|
+
original: boolean;
|
1145
|
+
centerBox: boolean;
|
1146
|
+
high: boolean;
|
1147
|
+
infoTrue: boolean;
|
1148
|
+
maxImgSize: number;
|
1149
|
+
enlarge: number;
|
1150
|
+
mode: 'contain' | 'cover' | '100px' | '100% auto';
|
1151
|
+
limitMinSize: number | string | [];
|
1152
|
+
fillColor: string;
|
1153
|
+
}
|
1154
|
+
|
1155
|
+
declare interface TableList {
|
1156
|
+
totalElements?: number;
|
1157
|
+
number?: number;
|
1158
|
+
totalPages?: number;
|
1159
|
+
size?: number;
|
1160
|
+
content: any;
|
1161
|
+
}
|
1162
|
+
|
1163
|
+
export { }
|