command-center-v3-common 0.0.41 → 0.0.43
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/{command-center-v3-common-BZ4CpIyw.js → command-center-v3-common-B8tu4xJd.js} +50903 -43346
- package/dist/command-center-v3-common.js +26 -22
- package/dist/command-center-v3-common.umd.cjs +114 -92
- package/dist/hy-test-CUA07JhK-P0ESh5z6.js +237 -0
- package/dist/index.d.ts +311 -61
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/hy-test-BnpFl9xU-DMl2zGcw.js +0 -242
package/dist/index.d.ts
CHANGED
@@ -71,7 +71,7 @@ fuzzySearch: boolean;
|
|
71
71
|
disableDataList: UserInfo[];
|
72
72
|
}, {}>;
|
73
73
|
|
74
|
-
declare const __VLS_component_10: DefineComponent<
|
74
|
+
declare const __VLS_component_10: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<TreeCpnsProps & TreeProps & Props_12>, {
|
75
75
|
fuzzySearch: boolean;
|
76
76
|
highlightSelected: boolean;
|
77
77
|
getData: FunctionConstructor;
|
@@ -98,7 +98,7 @@ onSelectedData: (...args: any[]) => void;
|
|
98
98
|
onCurrent: (...args: any[]) => void;
|
99
99
|
onCurrentDelete: (...args: any[]) => void;
|
100
100
|
onCurrentDepartment: (...args: any[]) => void;
|
101
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
101
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<TreeCpnsProps & TreeProps & Props_12>, {
|
102
102
|
fuzzySearch: boolean;
|
103
103
|
highlightSelected: boolean;
|
104
104
|
getData: FunctionConstructor;
|
@@ -138,7 +138,7 @@ fuzzySearch: boolean;
|
|
138
138
|
disableDataList: UserInfo[];
|
139
139
|
}, {}>;
|
140
140
|
|
141
|
-
declare const __VLS_component_2: DefineComponent<
|
141
|
+
declare const __VLS_component_2: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BoxBorderProps>, {
|
142
142
|
prefix: string;
|
143
143
|
name: string;
|
144
144
|
className: string;
|
@@ -150,7 +150,7 @@ top: number;
|
|
150
150
|
left: number;
|
151
151
|
right: number;
|
152
152
|
bottom: number;
|
153
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
153
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BoxBorderProps>, {
|
154
154
|
prefix: string;
|
155
155
|
name: string;
|
156
156
|
className: string;
|
@@ -164,7 +164,7 @@ right: number;
|
|
164
164
|
bottom: number;
|
165
165
|
}>>>, {}, {}>;
|
166
166
|
|
167
|
-
declare const __VLS_component_3: DefineComponent<
|
167
|
+
declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
168
168
|
fuzzySearch: boolean;
|
169
169
|
highlightSelected: boolean;
|
170
170
|
getData: FunctionConstructor;
|
@@ -191,7 +191,7 @@ onSelectedData: (...args: any[]) => void;
|
|
191
191
|
onCurrent: (...args: any[]) => void;
|
192
192
|
onCurrentDelete: (...args: any[]) => void;
|
193
193
|
onCurrentDepartment: (...args: any[]) => void;
|
194
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
194
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
195
195
|
fuzzySearch: boolean;
|
196
196
|
highlightSelected: boolean;
|
197
197
|
getData: FunctionConstructor;
|
@@ -234,7 +234,7 @@ disableDataList: Device[];
|
|
234
234
|
returnDisableDevice: boolean;
|
235
235
|
}, {}>;
|
236
236
|
|
237
|
-
declare const __VLS_component_4: DefineComponent<
|
237
|
+
declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
238
238
|
initParams: () => void;
|
239
239
|
mapDisplayList: () => any[];
|
240
240
|
tableColumns: () => ({
|
@@ -252,7 +252,7 @@ prop?: undefined;
|
|
252
252
|
"on-map-display-fn": (...args: any[]) => void;
|
253
253
|
"on-get-data": (...args: any[]) => void;
|
254
254
|
"on-delete": (...args: any[]) => void;
|
255
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
255
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
256
256
|
initParams: () => void;
|
257
257
|
mapDisplayList: () => any[];
|
258
258
|
tableColumns: () => ({
|
@@ -276,7 +276,7 @@ mapDisplayList: any[];
|
|
276
276
|
tableColumns: TableColumnsItem[];
|
277
277
|
}, {}>;
|
278
278
|
|
279
|
-
declare const __VLS_component_5: DefineComponent<
|
279
|
+
declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
280
280
|
size: string;
|
281
281
|
className: string;
|
282
282
|
placeholder: string;
|
@@ -287,7 +287,7 @@ setDefaultValue: (organizationId: any) => void;
|
|
287
287
|
getData: () => Promise<void>;
|
288
288
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
289
289
|
change: (...args: any[]) => void;
|
290
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
290
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
291
291
|
size: string;
|
292
292
|
className: string;
|
293
293
|
placeholder: string;
|
@@ -303,7 +303,7 @@ className: string;
|
|
303
303
|
contentType: boolean;
|
304
304
|
}, {}>;
|
305
305
|
|
306
|
-
declare const __VLS_component_6: DefineComponent<
|
306
|
+
declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
307
307
|
fuzzySearch: boolean;
|
308
308
|
highlightSelected: boolean;
|
309
309
|
getData: FunctionConstructor;
|
@@ -330,7 +330,7 @@ onSelectedData: (...args: any[]) => void;
|
|
330
330
|
onCurrent: (...args: any[]) => void;
|
331
331
|
onCurrentDelete: (...args: any[]) => void;
|
332
332
|
onCurrentDepartment: (...args: any[]) => void;
|
333
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
333
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
334
334
|
fuzzySearch: boolean;
|
335
335
|
highlightSelected: boolean;
|
336
336
|
getData: FunctionConstructor;
|
@@ -371,7 +371,7 @@ showCheckboxButton: boolean;
|
|
371
371
|
fuzzySearch: boolean;
|
372
372
|
}, {}>;
|
373
373
|
|
374
|
-
declare const __VLS_component_7: DefineComponent<
|
374
|
+
declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<TreeCpnsProps & TreeProps & Props_9>, {
|
375
375
|
fuzzySearch: boolean;
|
376
376
|
highlightSelected: boolean;
|
377
377
|
getData: FunctionConstructor;
|
@@ -397,7 +397,7 @@ onSelectedData: (...args: any[]) => void;
|
|
397
397
|
onCurrent: (...args: any[]) => void;
|
398
398
|
onCurrentDelete: (...args: any[]) => void;
|
399
399
|
onCurrentDepartment: (...args: any[]) => void;
|
400
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
400
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<TreeCpnsProps & TreeProps & Props_9>, {
|
401
401
|
fuzzySearch: boolean;
|
402
402
|
highlightSelected: boolean;
|
403
403
|
getData: FunctionConstructor;
|
@@ -436,7 +436,7 @@ fuzzySearch: boolean;
|
|
436
436
|
disableDataList: UserInfo[];
|
437
437
|
}, {}>;
|
438
438
|
|
439
|
-
declare const __VLS_component_8: DefineComponent<
|
439
|
+
declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<TableProps>, {
|
440
440
|
height: number;
|
441
441
|
columnList: () => any[];
|
442
442
|
searchArr: () => any[];
|
@@ -470,7 +470,7 @@ getTotalElements: typeof getTotalElements;
|
|
470
470
|
getTotal: (...args: any[]) => void;
|
471
471
|
selectionChange: (...args: any[]) => void;
|
472
472
|
onRowcClick: (...args: any[]) => void;
|
473
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
473
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<TableProps>, {
|
474
474
|
height: number;
|
475
475
|
columnList: () => any[];
|
476
476
|
searchArr: () => any[];
|
@@ -496,14 +496,14 @@ onSelectionChange?: (...args: any[]) => any;
|
|
496
496
|
onOnRowcClick?: (...args: any[]) => any;
|
497
497
|
}, {}, {}>;
|
498
498
|
|
499
|
-
declare const __VLS_component_9: DefineComponent<
|
499
|
+
declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<RoundButton_2>, {
|
500
500
|
gbDevice: boolean;
|
501
501
|
onlineState: boolean;
|
502
502
|
stateShow: boolean;
|
503
503
|
url: string;
|
504
504
|
name: string;
|
505
505
|
className: string;
|
506
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
506
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<RoundButton_2>, {
|
507
507
|
gbDevice: boolean;
|
508
508
|
onlineState: boolean;
|
509
509
|
stateShow: boolean;
|
@@ -530,6 +530,10 @@ declare type __VLS_NonUndefinedable_16<T> = T extends undefined ? never : T;
|
|
530
530
|
|
531
531
|
declare type __VLS_NonUndefinedable_17<T> = T extends undefined ? never : T;
|
532
532
|
|
533
|
+
declare type __VLS_NonUndefinedable_18<T> = T extends undefined ? never : T;
|
534
|
+
|
535
|
+
declare type __VLS_NonUndefinedable_19<T> = T extends undefined ? never : T;
|
536
|
+
|
533
537
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
534
538
|
|
535
539
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
@@ -582,6 +586,14 @@ declare type __VLS_Prettify_17<T> = {
|
|
582
586
|
[K in keyof T]: T[K];
|
583
587
|
} & {};
|
584
588
|
|
589
|
+
declare type __VLS_Prettify_18<T> = {
|
590
|
+
[K in keyof T]: T[K];
|
591
|
+
} & {};
|
592
|
+
|
593
|
+
declare type __VLS_Prettify_19<T> = {
|
594
|
+
[K in keyof T]: T[K];
|
595
|
+
} & {};
|
596
|
+
|
585
597
|
declare type __VLS_Prettify_2<T> = {
|
586
598
|
[K in keyof T]: T[K];
|
587
599
|
} & {};
|
@@ -776,6 +788,24 @@ declare type __VLS_TypePropsToRuntimeProps_17<T> = {
|
|
776
788
|
};
|
777
789
|
};
|
778
790
|
|
791
|
+
declare type __VLS_TypePropsToRuntimeProps_18<T> = {
|
792
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
793
|
+
type: PropType_2<__VLS_NonUndefinedable_18<T[K]>>;
|
794
|
+
} : {
|
795
|
+
type: PropType_2<T[K]>;
|
796
|
+
required: true;
|
797
|
+
};
|
798
|
+
};
|
799
|
+
|
800
|
+
declare type __VLS_TypePropsToRuntimeProps_19<T> = {
|
801
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
802
|
+
type: PropType_2<__VLS_NonUndefinedable_19<T[K]>>;
|
803
|
+
} : {
|
804
|
+
type: PropType_2<T[K]>;
|
805
|
+
required: true;
|
806
|
+
};
|
807
|
+
};
|
808
|
+
|
779
809
|
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
780
810
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
781
811
|
type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
|
@@ -902,6 +932,18 @@ declare type __VLS_WithDefaults_17<P, D> = {
|
|
902
932
|
}> : P[K];
|
903
933
|
};
|
904
934
|
|
935
|
+
declare type __VLS_WithDefaults_18<P, D> = {
|
936
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_18<P[K] & {
|
937
|
+
default: D[K];
|
938
|
+
}> : P[K];
|
939
|
+
};
|
940
|
+
|
941
|
+
declare type __VLS_WithDefaults_19<P, D> = {
|
942
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_19<P[K] & {
|
943
|
+
default: D[K];
|
944
|
+
}> : P[K];
|
945
|
+
};
|
946
|
+
|
905
947
|
declare type __VLS_WithDefaults_2<P, D> = {
|
906
948
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
|
907
949
|
default: D[K];
|
@@ -1533,15 +1575,49 @@ show: (row?: OrgType) => void;
|
|
1533
1575
|
"onOn-submit"?: (...args: any[]) => any;
|
1534
1576
|
}, {}, {}>;
|
1535
1577
|
|
1578
|
+
export declare const HyAudioPlayer: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<Props_2>, {
|
1579
|
+
downloadFilesType: boolean;
|
1580
|
+
playRulesType: boolean;
|
1581
|
+
getAudioContextType: boolean;
|
1582
|
+
playList: () => any[];
|
1583
|
+
}>, {
|
1584
|
+
jumpDuration: (time: number) => void;
|
1585
|
+
resumePlay: () => void;
|
1586
|
+
pauseAudio: () => void;
|
1587
|
+
playAudio: (filePath: string, item?: MediaFileSimplevo) => boolean;
|
1588
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1589
|
+
"on-audio-state": (...args: any[]) => void;
|
1590
|
+
"can-play": (...args: any[]) => void;
|
1591
|
+
"play-start": (...args: any[]) => void;
|
1592
|
+
"play-end": (...args: any[]) => void;
|
1593
|
+
"on-time-update": (...args: any[]) => void;
|
1594
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<Props_2>, {
|
1595
|
+
downloadFilesType: boolean;
|
1596
|
+
playRulesType: boolean;
|
1597
|
+
getAudioContextType: boolean;
|
1598
|
+
playList: () => any[];
|
1599
|
+
}>>> & {
|
1600
|
+
"onOn-audio-state"?: (...args: any[]) => any;
|
1601
|
+
"onCan-play"?: (...args: any[]) => any;
|
1602
|
+
"onPlay-start"?: (...args: any[]) => any;
|
1603
|
+
"onPlay-end"?: (...args: any[]) => any;
|
1604
|
+
"onOn-time-update"?: (...args: any[]) => any;
|
1605
|
+
}, {
|
1606
|
+
downloadFilesType: boolean;
|
1607
|
+
playRulesType: boolean;
|
1608
|
+
getAudioContextType: boolean;
|
1609
|
+
playList: MediaFileSimplevo[];
|
1610
|
+
}, {}>;
|
1611
|
+
|
1536
1612
|
export declare const HyBoxBorder: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
|
1537
1613
|
|
1538
|
-
export declare const HyDataTimeShortcuts: DefineComponent<
|
1614
|
+
export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props_3>, {
|
1539
1615
|
optionList: () => any[];
|
1540
1616
|
}>, {
|
1541
1617
|
removeTimeData: typeof removeTimeData;
|
1542
1618
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1543
1619
|
change: (params: RequestParams) => void;
|
1544
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1620
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props_3>, {
|
1545
1621
|
optionList: () => any[];
|
1546
1622
|
}>>> & {
|
1547
1623
|
onChange?: (params: RequestParams) => any;
|
@@ -1564,6 +1640,21 @@ show: (id?: any, params?: any) => MessageHandler;
|
|
1564
1640
|
|
1565
1641
|
export declare const HyElectronicFence: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
1566
1642
|
|
1643
|
+
export declare const HyFileDetails: DefineComponent< {}, {
|
1644
|
+
show: typeof show;
|
1645
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1646
|
+
|
1647
|
+
export declare const HyFileUpload: DefineComponent< {}, {
|
1648
|
+
fileUploadShow: (params: any, initCustomFileSave: any) => MessageHandler;
|
1649
|
+
fileUploadAPkShow: (params: any, initCustomFileSave: any) => MessageHandler;
|
1650
|
+
fileUploadVersionShow: (params: any, initCustomFileSave: any) => MessageHandler;
|
1651
|
+
show: () => void;
|
1652
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1653
|
+
"on-fileUploadNum": (...args: any[]) => void;
|
1654
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>> & {
|
1655
|
+
"onOn-fileUploadNum"?: (...args: any[]) => any;
|
1656
|
+
}, {}, {}>;
|
1657
|
+
|
1567
1658
|
export declare const HyImageViewer: DefineComponent< {}, {
|
1568
1659
|
onShowViewer: typeof onShowViewer;
|
1569
1660
|
imageViewerClose: typeof imageViewerClose;
|
@@ -1571,7 +1662,7 @@ imageViewerClose: typeof imageViewerClose;
|
|
1571
1662
|
|
1572
1663
|
export declare const HyMapNoPermissions: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1573
1664
|
|
1574
|
-
export declare const HyMapSearchPlace: DefineComponent<
|
1665
|
+
export declare const HyMapSearchPlace: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1575
1666
|
map: () => any;
|
1576
1667
|
h: () => any;
|
1577
1668
|
poi: () => any;
|
@@ -1579,7 +1670,7 @@ searchTypes: () => {
|
|
1579
1670
|
label: string;
|
1580
1671
|
value: number;
|
1581
1672
|
}[];
|
1582
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1673
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1583
1674
|
map: () => any;
|
1584
1675
|
h: () => any;
|
1585
1676
|
poi: () => any;
|
@@ -1597,14 +1688,14 @@ value: number;
|
|
1597
1688
|
}[];
|
1598
1689
|
}, {}>;
|
1599
1690
|
|
1600
|
-
export declare const HyMenuComponents: DefineComponent<
|
1691
|
+
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1601
1692
|
menuList: () => any[];
|
1602
1693
|
menuTitle: string;
|
1603
1694
|
}>, {
|
1604
1695
|
setRouterPath: typeof setRouterPath;
|
1605
1696
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1606
1697
|
onChange: (...args: any[]) => void;
|
1607
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1698
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1608
1699
|
menuList: () => any[];
|
1609
1700
|
menuTitle: string;
|
1610
1701
|
}>>> & {
|
@@ -1620,7 +1711,7 @@ export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_6<typeof __VLS_comp
|
|
1620
1711
|
|
1621
1712
|
export declare const HyOrgTree: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
1622
1713
|
|
1623
|
-
export declare const HyRoundButton: DefineComponent<
|
1714
|
+
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RoundButton>, {
|
1624
1715
|
name: string;
|
1625
1716
|
className: string;
|
1626
1717
|
color: string;
|
@@ -1629,7 +1720,7 @@ height: string;
|
|
1629
1720
|
tips: string;
|
1630
1721
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1631
1722
|
click: (...args: any[]) => void;
|
1632
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1723
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RoundButton>, {
|
1633
1724
|
name: string;
|
1634
1725
|
className: string;
|
1635
1726
|
color: string;
|
@@ -1640,7 +1731,7 @@ tips: string;
|
|
1640
1731
|
onClick?: (...args: any[]) => any;
|
1641
1732
|
}, {}, {}>;
|
1642
1733
|
|
1643
|
-
export declare const HySelect: DefineComponent<
|
1734
|
+
export declare const HySelect: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1644
1735
|
modelValue: string;
|
1645
1736
|
requestParams: {};
|
1646
1737
|
controller: string;
|
@@ -1663,7 +1754,7 @@ change: (...args: any[]) => void;
|
|
1663
1754
|
visibleChange: (...args: any[]) => void;
|
1664
1755
|
"update:modelValue": (...args: any[]) => void;
|
1665
1756
|
"on-changeSelectItem": (...args: any[]) => void;
|
1666
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1757
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1667
1758
|
modelValue: string;
|
1668
1759
|
requestParams: {};
|
1669
1760
|
controller: string;
|
@@ -1700,21 +1791,23 @@ requestimmediately: boolean;
|
|
1700
1791
|
clearable: boolean;
|
1701
1792
|
}, {}>;
|
1702
1793
|
|
1703
|
-
export declare const HySelectMapLocation: DefineComponent<
|
1704
|
-
markerItemFn:
|
1794
|
+
export declare const HySelectMapLocation: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1795
|
+
markerItemFn: any;
|
1705
1796
|
}>, {
|
1706
|
-
|
1707
|
-
|
1797
|
+
throughCoordinatePosition: (lnglat: {
|
1798
|
+
lng: number;
|
1799
|
+
lat: number;
|
1800
|
+
}) => Promise<MessageHandler>;
|
1708
1801
|
placeSearchFn: (address: string) => Promise<void>;
|
1709
1802
|
setContentFn: (markerItemParams: any) => void;
|
1710
1803
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1711
1804
|
"on-geographical-position": (...args: any[]) => void;
|
1712
|
-
"
|
1713
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1714
|
-
markerItemFn:
|
1805
|
+
"on-map-ready": (...args: any[]) => void;
|
1806
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1807
|
+
markerItemFn: any;
|
1715
1808
|
}>>> & {
|
1716
1809
|
"onOn-geographical-position"?: (...args: any[]) => any;
|
1717
|
-
"
|
1810
|
+
"onOn-map-ready"?: (...args: any[]) => any;
|
1718
1811
|
}, {
|
1719
1812
|
markerItemFn: () => MarkerOptions;
|
1720
1813
|
}, {}>;
|
@@ -1723,14 +1816,14 @@ export declare const HySpotCheckDetail: DefineComponent< {}, {
|
|
1723
1816
|
show: (id: string | number) => void;
|
1724
1817
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1725
1818
|
|
1726
|
-
export declare const HySvgIcon: DefineComponent<
|
1819
|
+
export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IconProps>, {
|
1727
1820
|
prefix: string;
|
1728
1821
|
name: string;
|
1729
1822
|
className: string;
|
1730
1823
|
color: string;
|
1731
1824
|
width: string;
|
1732
1825
|
height: string;
|
1733
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1826
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IconProps>, {
|
1734
1827
|
prefix: string;
|
1735
1828
|
name: string;
|
1736
1829
|
className: string;
|
@@ -1800,6 +1893,32 @@ export declare const HyUserHead: __VLS_WithTemplateSlots_9<typeof __VLS_componen
|
|
1800
1893
|
|
1801
1894
|
export declare const HyUserTree: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
|
1802
1895
|
|
1896
|
+
export declare const HyVideoPlayer: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<Props_13>, {
|
1897
|
+
downloadFilesType: boolean;
|
1898
|
+
playRulesType: boolean;
|
1899
|
+
}>, {
|
1900
|
+
jumpDuration: (s: any) => void;
|
1901
|
+
resumePlay: () => void;
|
1902
|
+
pauseVideo: () => void;
|
1903
|
+
playVideo: (filePath: string, item?: MediaFileSimplevo) => boolean;
|
1904
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1905
|
+
"can-play": (...args: any[]) => void;
|
1906
|
+
"play-start": (...args: any[]) => void;
|
1907
|
+
"play-end": (...args: any[]) => void;
|
1908
|
+
"on-time-update": (...args: any[]) => void;
|
1909
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<Props_13>, {
|
1910
|
+
downloadFilesType: boolean;
|
1911
|
+
playRulesType: boolean;
|
1912
|
+
}>>> & {
|
1913
|
+
"onCan-play"?: (...args: any[]) => any;
|
1914
|
+
"onPlay-start"?: (...args: any[]) => any;
|
1915
|
+
"onPlay-end"?: (...args: any[]) => any;
|
1916
|
+
"onOn-time-update"?: (...args: any[]) => any;
|
1917
|
+
}, {
|
1918
|
+
downloadFilesType: boolean;
|
1919
|
+
playRulesType: boolean;
|
1920
|
+
}, {}>;
|
1921
|
+
|
1803
1922
|
export declare const HyVueCropper: DefineComponent< {}, {
|
1804
1923
|
onShowModal: typeof onShowModal;
|
1805
1924
|
onSubmit: typeof onSubmit;
|
@@ -1828,6 +1947,115 @@ declare interface MarkerOptions {
|
|
1828
1947
|
customData?: any;
|
1829
1948
|
}
|
1830
1949
|
|
1950
|
+
/**
|
1951
|
+
* MediaFileSimpleVO
|
1952
|
+
*/
|
1953
|
+
declare interface MediaFileSimplevo {
|
1954
|
+
/**
|
1955
|
+
* 位置地址
|
1956
|
+
*/
|
1957
|
+
address?: string;
|
1958
|
+
/**
|
1959
|
+
* 音频长度
|
1960
|
+
*/
|
1961
|
+
audioLength?: number;
|
1962
|
+
del?: number;
|
1963
|
+
/**
|
1964
|
+
* 设备编码
|
1965
|
+
*/
|
1966
|
+
deviceCode?: string;
|
1967
|
+
/**
|
1968
|
+
* 设备ID
|
1969
|
+
*/
|
1970
|
+
deviceId?: string;
|
1971
|
+
/**
|
1972
|
+
* 设备类型
|
1973
|
+
*/
|
1974
|
+
deviceType?: number;
|
1975
|
+
/**
|
1976
|
+
* 设备使用者id
|
1977
|
+
*/
|
1978
|
+
devUserId?: string;
|
1979
|
+
/**
|
1980
|
+
* 设备使用者名称
|
1981
|
+
*/
|
1982
|
+
devUserName?: string;
|
1983
|
+
/**
|
1984
|
+
* 过期时间
|
1985
|
+
*/
|
1986
|
+
expiredDtm?: string;
|
1987
|
+
/**
|
1988
|
+
* 文件时间结束
|
1989
|
+
*/
|
1990
|
+
fileDtmEnd?: string;
|
1991
|
+
/**
|
1992
|
+
* 文件时间开始
|
1993
|
+
*/
|
1994
|
+
fileDtmStart?: string;
|
1995
|
+
/**
|
1996
|
+
* 文件名称
|
1997
|
+
*/
|
1998
|
+
fileName?: string;
|
1999
|
+
/**
|
2000
|
+
* 文件路径
|
2001
|
+
*/
|
2002
|
+
filePath?: string;
|
2003
|
+
fileScore?: number;
|
2004
|
+
/**
|
2005
|
+
* 文件大小
|
2006
|
+
*/
|
2007
|
+
fileSize?: number;
|
2008
|
+
/**
|
2009
|
+
* [文件类型]{1:图片;2:视频;3:对讲记录;4:音频;}
|
2010
|
+
*/
|
2011
|
+
fileType?: number;
|
2012
|
+
/**
|
2013
|
+
* [是否是国标GB28181设备文件]{0:不是;1:是;}
|
2014
|
+
*/
|
2015
|
+
gbDevice?: number;
|
2016
|
+
/**
|
2017
|
+
* 是否被打点(1是)
|
2018
|
+
*/
|
2019
|
+
hadPoint?: number;
|
2020
|
+
/**
|
2021
|
+
* 是否被备注(1是)
|
2022
|
+
*/
|
2023
|
+
hadRemark?: number;
|
2024
|
+
id?: string;
|
2025
|
+
/**
|
2026
|
+
* 用户工号
|
2027
|
+
*/
|
2028
|
+
jobNum?: string;
|
2029
|
+
/**
|
2030
|
+
* 纬度
|
2031
|
+
*/
|
2032
|
+
lat?: number;
|
2033
|
+
/**
|
2034
|
+
* 经度
|
2035
|
+
*/
|
2036
|
+
lng?: number;
|
2037
|
+
/**
|
2038
|
+
* [是否是星标文件]{1:是;}
|
2039
|
+
*/
|
2040
|
+
mark?: number;
|
2041
|
+
/**
|
2042
|
+
* 部门编码
|
2043
|
+
*/
|
2044
|
+
orgCode?: string;
|
2045
|
+
/**
|
2046
|
+
* 视频缩略图
|
2047
|
+
*/
|
2048
|
+
screenshot1?: string;
|
2049
|
+
/**
|
2050
|
+
* [类型]{1:日常;2:任务;3:SOS;4:执行规则;6:定时回传;8:警情;}
|
2051
|
+
*/
|
2052
|
+
type?: number;
|
2053
|
+
/**
|
2054
|
+
* 上传时间
|
2055
|
+
*/
|
2056
|
+
uploadDateStr?: string;
|
2057
|
+
}
|
2058
|
+
|
1831
2059
|
declare interface MenuListItem {
|
1832
2060
|
label: string;
|
1833
2061
|
permission: string;
|
@@ -1922,34 +2150,63 @@ declare interface Props {
|
|
1922
2150
|
}
|
1923
2151
|
|
1924
2152
|
declare interface Props_10 {
|
1925
|
-
|
2153
|
+
modelValue?: any;
|
2154
|
+
requestParams?: any;
|
2155
|
+
controller?: string;
|
2156
|
+
filterDataList?: any[];
|
2157
|
+
customDataList?: any[];
|
2158
|
+
selectedDataList?: any[];
|
2159
|
+
requestimmediately?: boolean;
|
2160
|
+
clearable?: boolean;
|
2161
|
+
multiple?: boolean;
|
2162
|
+
optionLabel?: string;
|
2163
|
+
optionValue?: string;
|
2164
|
+
size?: string;
|
2165
|
+
placeholder?: string;
|
1926
2166
|
}
|
1927
2167
|
|
1928
2168
|
declare interface Props_11 {
|
2169
|
+
markerItemFn?: () => MarkerOptions;
|
2170
|
+
}
|
2171
|
+
|
2172
|
+
declare interface Props_12 {
|
1929
2173
|
disableDataList?: UserInfo[];
|
1930
2174
|
}
|
1931
2175
|
|
2176
|
+
declare interface Props_13 {
|
2177
|
+
downloadFilesType?: boolean;
|
2178
|
+
playRulesType?: boolean;
|
2179
|
+
playList?: MediaFileSimplevo[];
|
2180
|
+
}
|
2181
|
+
|
1932
2182
|
declare interface Props_2 {
|
2183
|
+
downloadFilesType?: boolean;
|
2184
|
+
playRulesType?: boolean;
|
2185
|
+
getAudioContextType?: boolean;
|
2186
|
+
playList?: MediaFileSimplevo[];
|
2187
|
+
}
|
2188
|
+
|
2189
|
+
declare interface Props_3 {
|
1933
2190
|
optionList: {
|
1934
2191
|
label: string;
|
1935
2192
|
value: number;
|
1936
2193
|
}[];
|
1937
2194
|
}
|
1938
2195
|
|
1939
|
-
declare interface
|
2196
|
+
declare interface Props_4 {
|
1940
2197
|
hideDevice?: boolean;
|
1941
2198
|
showOnlineOnly?: boolean;
|
1942
2199
|
disableDataList?: Device[];
|
1943
2200
|
returnDisableDevice?: boolean;
|
1944
2201
|
}
|
1945
2202
|
|
1946
|
-
declare interface
|
2203
|
+
declare interface Props_5 {
|
1947
2204
|
initParams?: any;
|
1948
2205
|
mapDisplayList?: any[];
|
1949
2206
|
tableColumns?: TableColumnsItem[];
|
1950
2207
|
}
|
1951
2208
|
|
1952
|
-
declare interface
|
2209
|
+
declare interface Props_6 {
|
1953
2210
|
map: any;
|
1954
2211
|
h: any;
|
1955
2212
|
poi: any;
|
@@ -1959,12 +2216,12 @@ declare interface Props_5 {
|
|
1959
2216
|
}[];
|
1960
2217
|
}
|
1961
2218
|
|
1962
|
-
declare interface
|
2219
|
+
declare interface Props_7 {
|
1963
2220
|
menuList: MenuListItem[];
|
1964
2221
|
menuTitle: string;
|
1965
2222
|
}
|
1966
2223
|
|
1967
|
-
declare interface
|
2224
|
+
declare interface Props_8 {
|
1968
2225
|
size?: string;
|
1969
2226
|
className?: string;
|
1970
2227
|
placeholder?: string;
|
@@ -1972,24 +2229,8 @@ declare interface Props_7 {
|
|
1972
2229
|
disabled?: boolean;
|
1973
2230
|
}
|
1974
2231
|
|
1975
|
-
declare interface Props_8 {
|
1976
|
-
disableDataList?: UserInfo[];
|
1977
|
-
}
|
1978
|
-
|
1979
2232
|
declare interface Props_9 {
|
1980
|
-
|
1981
|
-
requestParams?: any;
|
1982
|
-
controller?: string;
|
1983
|
-
filterDataList?: any[];
|
1984
|
-
customDataList?: any[];
|
1985
|
-
selectedDataList?: any[];
|
1986
|
-
requestimmediately?: boolean;
|
1987
|
-
clearable?: boolean;
|
1988
|
-
multiple?: boolean;
|
1989
|
-
optionLabel?: string;
|
1990
|
-
optionValue?: string;
|
1991
|
-
size?: string;
|
1992
|
-
placeholder?: string;
|
2233
|
+
disableDataList?: UserInfo[];
|
1993
2234
|
}
|
1994
2235
|
|
1995
2236
|
declare function removeTimeData(): void;
|
@@ -2032,6 +2273,15 @@ declare function setSelectedData(list: any[]): void;
|
|
2032
2273
|
|
2033
2274
|
declare function setTableData(data: TableList): void;
|
2034
2275
|
|
2276
|
+
declare function show(params: ShowParams): void;
|
2277
|
+
|
2278
|
+
declare interface ShowParams {
|
2279
|
+
draggable: boolean;
|
2280
|
+
curMediaType: number;
|
2281
|
+
curItem?: MediaFileSimplevo;
|
2282
|
+
playList?: MediaFileSimplevo[];
|
2283
|
+
}
|
2284
|
+
|
2035
2285
|
declare interface TableColumnsItem {
|
2036
2286
|
overflowTooltip?: boolean;
|
2037
2287
|
isSearch?: boolean;
|