command-center-v3-common 0.0.58 → 0.0.60
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.js +839 -834
- package/dist/command-center-v3-common.umd.cjs +16 -16
- package/dist/index.d.ts +73 -38
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -73,7 +73,7 @@ fuzzySearch: boolean;
|
|
73
73
|
disableDataList: UserInfo[];
|
74
74
|
}, {}>;
|
75
75
|
|
76
|
-
declare const __VLS_component_10: DefineComponent<
|
76
|
+
declare const __VLS_component_10: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<TreeCpnsProps & TreeProps & Props_13>, {
|
77
77
|
fuzzySearch: boolean;
|
78
78
|
highlightSelected: boolean;
|
79
79
|
getData: FunctionConstructor;
|
@@ -95,12 +95,13 @@ disableDataList: () => any[];
|
|
95
95
|
setCheckedKeys: (keys: string[]) => void;
|
96
96
|
setSelectedList: (dataList: any[]) => void;
|
97
97
|
setChecked: (item: any, type: boolean) => void;
|
98
|
+
getData: () => Promise<void>;
|
98
99
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
99
100
|
onSelectedData: (...args: any[]) => void;
|
100
101
|
onCurrent: (...args: any[]) => void;
|
101
102
|
onCurrentDelete: (...args: any[]) => void;
|
102
103
|
onCurrentDepartment: (...args: any[]) => void;
|
103
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
104
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<TreeCpnsProps & TreeProps & Props_13>, {
|
104
105
|
fuzzySearch: boolean;
|
105
106
|
highlightSelected: boolean;
|
106
107
|
getData: FunctionConstructor;
|
@@ -189,6 +190,7 @@ setCheckedKeys: (keys: string[]) => void;
|
|
189
190
|
setSelectedList: (dataList: any[]) => void;
|
190
191
|
setChecked: (item: any, type: boolean) => void;
|
191
192
|
setDeviceStatus: (deviceStatus: DeviceStatus) => void;
|
193
|
+
getData: () => Promise<void>;
|
192
194
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
193
195
|
onSelectedData: (...args: any[]) => void;
|
194
196
|
onCurrent: (...args: any[]) => void;
|
@@ -237,7 +239,7 @@ disableDataList: Device[];
|
|
237
239
|
returnDisableDevice: boolean;
|
238
240
|
}, {}>;
|
239
241
|
|
240
|
-
declare const __VLS_component_4: DefineComponent<
|
242
|
+
declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
241
243
|
initParams: () => void;
|
242
244
|
mapDisplayList: () => any[];
|
243
245
|
tableColumns: () => ({
|
@@ -255,7 +257,7 @@ prop?: undefined;
|
|
255
257
|
"on-map-display-fn": (...args: any[]) => void;
|
256
258
|
"on-get-data": (...args: any[]) => void;
|
257
259
|
"on-delete": (...args: any[]) => void;
|
258
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
260
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
259
261
|
initParams: () => void;
|
260
262
|
mapDisplayList: () => any[];
|
261
263
|
tableColumns: () => ({
|
@@ -279,7 +281,7 @@ mapDisplayList: any[];
|
|
279
281
|
tableColumns: TableColumnsItem[];
|
280
282
|
}, {}>;
|
281
283
|
|
282
|
-
declare const __VLS_component_5: DefineComponent<
|
284
|
+
declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_9>, {
|
283
285
|
size: string;
|
284
286
|
className: string;
|
285
287
|
placeholder: string;
|
@@ -290,7 +292,7 @@ setDefaultValue: (organizationId: any) => void;
|
|
290
292
|
getData: () => Promise<void>;
|
291
293
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
292
294
|
change: (...args: any[]) => void;
|
293
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
295
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<Props_9>, {
|
294
296
|
size: string;
|
295
297
|
className: string;
|
296
298
|
placeholder: string;
|
@@ -306,7 +308,7 @@ className: string;
|
|
306
308
|
contentType: boolean;
|
307
309
|
}, {}>;
|
308
310
|
|
309
|
-
declare const __VLS_component_6: DefineComponent<
|
311
|
+
declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
310
312
|
fuzzySearch: boolean;
|
311
313
|
highlightSelected: boolean;
|
312
314
|
getData: FunctionConstructor;
|
@@ -328,6 +330,7 @@ returnDisableDevice: boolean;
|
|
328
330
|
setCheckedKeys: (keys: string[]) => void;
|
329
331
|
setSelectedList: (dataList: any[]) => void;
|
330
332
|
setChecked: (item: any, type: boolean) => void;
|
333
|
+
getData: () => Promise<void>;
|
331
334
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
332
335
|
onSelectedData: (...args: any[]) => void;
|
333
336
|
onCurrent: (...args: any[]) => void;
|
@@ -335,7 +338,7 @@ onCurrentDelete: (...args: any[]) => void;
|
|
335
338
|
onCurrentDepartment: (...args: any[]) => void;
|
336
339
|
onClickDevice: (...args: any[]) => void;
|
337
340
|
onClickOrganization: (...args: any[]) => void;
|
338
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
341
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
339
342
|
fuzzySearch: boolean;
|
340
343
|
highlightSelected: boolean;
|
341
344
|
getData: FunctionConstructor;
|
@@ -378,7 +381,7 @@ showCheckboxButton: boolean;
|
|
378
381
|
fuzzySearch: boolean;
|
379
382
|
}, {}>;
|
380
383
|
|
381
|
-
declare const __VLS_component_7: DefineComponent<
|
384
|
+
declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<TreeCpnsProps & TreeProps & Props_10>, {
|
382
385
|
fuzzySearch: boolean;
|
383
386
|
highlightSelected: boolean;
|
384
387
|
getData: FunctionConstructor;
|
@@ -399,12 +402,13 @@ disableDataList: () => any[];
|
|
399
402
|
setCheckedKeys: (keys: string[]) => void;
|
400
403
|
setSelectedList: (dataList: any[]) => void;
|
401
404
|
setChecked: (item: any, type: boolean) => void;
|
405
|
+
getData: () => Promise<void>;
|
402
406
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
403
407
|
onSelectedData: (...args: any[]) => void;
|
404
408
|
onCurrent: (...args: any[]) => void;
|
405
409
|
onCurrentDelete: (...args: any[]) => void;
|
406
410
|
onCurrentDepartment: (...args: any[]) => void;
|
407
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
411
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<TreeCpnsProps & TreeProps & Props_10>, {
|
408
412
|
fuzzySearch: boolean;
|
409
413
|
highlightSelected: boolean;
|
410
414
|
getData: FunctionConstructor;
|
@@ -443,7 +447,7 @@ fuzzySearch: boolean;
|
|
443
447
|
disableDataList: UserInfo[];
|
444
448
|
}, {}>;
|
445
449
|
|
446
|
-
declare const __VLS_component_8: DefineComponent<
|
450
|
+
declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<TableProps>, {
|
447
451
|
height: number;
|
448
452
|
columnList: () => any[];
|
449
453
|
searchArr: () => any[];
|
@@ -477,7 +481,7 @@ getTotalElements: typeof getTotalElements;
|
|
477
481
|
getTotal: (...args: any[]) => void;
|
478
482
|
selectionChange: (...args: any[]) => void;
|
479
483
|
onRowcClick: (...args: any[]) => void;
|
480
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
484
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<TableProps>, {
|
481
485
|
height: number;
|
482
486
|
columnList: () => any[];
|
483
487
|
searchArr: () => any[];
|
@@ -503,7 +507,7 @@ onSelectionChange?: (...args: any[]) => any;
|
|
503
507
|
onOnRowcClick?: (...args: any[]) => any;
|
504
508
|
}, {}, {}>;
|
505
509
|
|
506
|
-
declare const __VLS_component_9: DefineComponent<
|
510
|
+
declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<RoundButton_2>, {
|
507
511
|
gbDevice: number;
|
508
512
|
onlineState: number;
|
509
513
|
stateShow: boolean;
|
@@ -511,7 +515,7 @@ url: string;
|
|
511
515
|
name: string;
|
512
516
|
className: string;
|
513
517
|
contentClass: string;
|
514
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
518
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<RoundButton_2>, {
|
515
519
|
gbDevice: number;
|
516
520
|
onlineState: number;
|
517
521
|
stateShow: boolean;
|
@@ -545,6 +549,8 @@ declare type __VLS_NonUndefinedable_19<T> = T extends undefined ? never : T;
|
|
545
549
|
|
546
550
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
547
551
|
|
552
|
+
declare type __VLS_NonUndefinedable_20<T> = T extends undefined ? never : T;
|
553
|
+
|
548
554
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
549
555
|
|
550
556
|
declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
|
@@ -607,6 +613,10 @@ declare type __VLS_Prettify_2<T> = {
|
|
607
613
|
[K in keyof T]: T[K];
|
608
614
|
} & {};
|
609
615
|
|
616
|
+
declare type __VLS_Prettify_20<T> = {
|
617
|
+
[K in keyof T]: T[K];
|
618
|
+
} & {};
|
619
|
+
|
610
620
|
declare type __VLS_Prettify_3<T> = {
|
611
621
|
[K in keyof T]: T[K];
|
612
622
|
} & {};
|
@@ -824,6 +834,15 @@ declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
|
824
834
|
};
|
825
835
|
};
|
826
836
|
|
837
|
+
declare type __VLS_TypePropsToRuntimeProps_20<T> = {
|
838
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
839
|
+
type: PropType_2<__VLS_NonUndefinedable_20<T[K]>>;
|
840
|
+
} : {
|
841
|
+
type: PropType_2<T[K]>;
|
842
|
+
required: true;
|
843
|
+
};
|
844
|
+
};
|
845
|
+
|
827
846
|
declare type __VLS_TypePropsToRuntimeProps_3<T> = {
|
828
847
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
829
848
|
type: PropType_2<__VLS_NonUndefinedable_3<T[K]>>;
|
@@ -959,6 +978,12 @@ declare type __VLS_WithDefaults_2<P, D> = {
|
|
959
978
|
}> : P[K];
|
960
979
|
};
|
961
980
|
|
981
|
+
declare type __VLS_WithDefaults_20<P, D> = {
|
982
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_20<P[K] & {
|
983
|
+
default: D[K];
|
984
|
+
}> : P[K];
|
985
|
+
};
|
986
|
+
|
962
987
|
declare type __VLS_WithDefaults_3<P, D> = {
|
963
988
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
|
964
989
|
default: D[K];
|
@@ -1664,6 +1689,12 @@ value: number;
|
|
1664
1689
|
|
1665
1690
|
export declare const HyDeviceTree: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
1666
1691
|
|
1692
|
+
export declare const HyDeviceTreeCpns: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1693
|
+
onClickDevice: (...args: any[]) => void;
|
1694
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {}>>> & {
|
1695
|
+
onOnClickDevice?: (...args: any[]) => any;
|
1696
|
+
}, {}, {}>;
|
1697
|
+
|
1667
1698
|
export declare const HyEditSpotCheck: DefineComponent< {}, {
|
1668
1699
|
show: (id?: any, params?: any) => MessageHandler;
|
1669
1700
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
@@ -1696,7 +1727,7 @@ imageViewerClose: typeof imageViewerClose;
|
|
1696
1727
|
|
1697
1728
|
export declare const HyMapNoPermissions: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1698
1729
|
|
1699
|
-
export declare const HyMapSearchPlace: DefineComponent<
|
1730
|
+
export declare const HyMapSearchPlace: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1700
1731
|
map: () => any;
|
1701
1732
|
h: () => any;
|
1702
1733
|
poi: () => any;
|
@@ -1704,7 +1735,7 @@ searchTypes: () => {
|
|
1704
1735
|
label: string;
|
1705
1736
|
value: number;
|
1706
1737
|
}[];
|
1707
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1738
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1708
1739
|
map: () => any;
|
1709
1740
|
h: () => any;
|
1710
1741
|
poi: () => any;
|
@@ -1722,14 +1753,14 @@ value: number;
|
|
1722
1753
|
}[];
|
1723
1754
|
}, {}>;
|
1724
1755
|
|
1725
|
-
export declare const HyMenuComponents: DefineComponent<
|
1756
|
+
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
1726
1757
|
menuList: () => any[];
|
1727
1758
|
menuTitle: string;
|
1728
1759
|
}>, {
|
1729
1760
|
setRouterPath: typeof setRouterPath;
|
1730
1761
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1731
1762
|
onChange: (...args: any[]) => void;
|
1732
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1763
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
1733
1764
|
menuList: () => any[];
|
1734
1765
|
menuTitle: string;
|
1735
1766
|
}>>> & {
|
@@ -1745,7 +1776,7 @@ export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_6<typeof __VLS_comp
|
|
1745
1776
|
|
1746
1777
|
export declare const HyOrgTree: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
1747
1778
|
|
1748
|
-
export declare const HyRoundButton: DefineComponent<
|
1779
|
+
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<RoundButton>, {
|
1749
1780
|
name: string;
|
1750
1781
|
className: string;
|
1751
1782
|
color: string;
|
@@ -1754,7 +1785,7 @@ height: string;
|
|
1754
1785
|
tips: string;
|
1755
1786
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1756
1787
|
click: (...args: any[]) => void;
|
1757
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1788
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<RoundButton>, {
|
1758
1789
|
name: string;
|
1759
1790
|
className: string;
|
1760
1791
|
color: string;
|
@@ -1765,7 +1796,7 @@ tips: string;
|
|
1765
1796
|
onClick?: (...args: any[]) => any;
|
1766
1797
|
}, {}, {}>;
|
1767
1798
|
|
1768
|
-
export declare const HySelect: DefineComponent<
|
1799
|
+
export declare const HySelect: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1769
1800
|
modelValue: string;
|
1770
1801
|
requestParams: {};
|
1771
1802
|
controller: string;
|
@@ -1788,7 +1819,7 @@ change: (...args: any[]) => void;
|
|
1788
1819
|
visibleChange: (...args: any[]) => void;
|
1789
1820
|
"update:modelValue": (...args: any[]) => void;
|
1790
1821
|
"on-changeSelectItem": (...args: any[]) => void;
|
1791
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1822
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1792
1823
|
modelValue: string;
|
1793
1824
|
requestParams: {};
|
1794
1825
|
controller: string;
|
@@ -1825,7 +1856,7 @@ requestimmediately: boolean;
|
|
1825
1856
|
clearable: boolean;
|
1826
1857
|
}, {}>;
|
1827
1858
|
|
1828
|
-
export declare const HySelectMapLocation: DefineComponent<
|
1859
|
+
export declare const HySelectMapLocation: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<Props_12>, {
|
1829
1860
|
markerItemFn: any;
|
1830
1861
|
latlng: any;
|
1831
1862
|
}>, {
|
@@ -1842,7 +1873,7 @@ POI: any;
|
|
1842
1873
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1843
1874
|
"on-geographical-position": (...args: any[]) => void;
|
1844
1875
|
"on-map-ready": (...args: any[]) => void;
|
1845
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1876
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<Props_12>, {
|
1846
1877
|
markerItemFn: any;
|
1847
1878
|
latlng: any;
|
1848
1879
|
}>>> & {
|
@@ -1860,14 +1891,14 @@ export declare const HySpotCheckDetail: DefineComponent< {}, {
|
|
1860
1891
|
show: (id: string | number) => void;
|
1861
1892
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1862
1893
|
|
1863
|
-
export declare const HySvgIcon: DefineComponent<
|
1894
|
+
export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<IconProps>, {
|
1864
1895
|
prefix: string;
|
1865
1896
|
name: string;
|
1866
1897
|
className: string;
|
1867
1898
|
color: string;
|
1868
1899
|
width: string;
|
1869
1900
|
height: string;
|
1870
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1901
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<IconProps>, {
|
1871
1902
|
prefix: string;
|
1872
1903
|
name: string;
|
1873
1904
|
className: string;
|
@@ -1937,7 +1968,7 @@ export declare const HyUserHead: __VLS_WithTemplateSlots_9<typeof __VLS_componen
|
|
1937
1968
|
|
1938
1969
|
export declare const HyUserTree: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
|
1939
1970
|
|
1940
|
-
export declare const HyVideoPlayer: DefineComponent<
|
1971
|
+
export declare const HyVideoPlayer: DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<Props_14>, {
|
1941
1972
|
downloadFilesType: boolean;
|
1942
1973
|
playRulesType: boolean;
|
1943
1974
|
}>, {
|
@@ -1950,7 +1981,7 @@ playVideo: (filePath: string, item?: MediaFileSimplevo) => boolean;
|
|
1950
1981
|
"play-start": (...args: any[]) => void;
|
1951
1982
|
"play-end": (...args: any[]) => void;
|
1952
1983
|
"on-time-update": (...args: any[]) => void;
|
1953
|
-
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<
|
1984
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<Props_14>, {
|
1954
1985
|
downloadFilesType: boolean;
|
1955
1986
|
playRulesType: boolean;
|
1956
1987
|
}>>> & {
|
@@ -2194,6 +2225,10 @@ declare interface Props {
|
|
2194
2225
|
}
|
2195
2226
|
|
2196
2227
|
declare interface Props_10 {
|
2228
|
+
disableDataList?: UserInfo[];
|
2229
|
+
}
|
2230
|
+
|
2231
|
+
declare interface Props_11 {
|
2197
2232
|
modelValue?: any;
|
2198
2233
|
requestParams?: any;
|
2199
2234
|
controller?: string;
|
@@ -2209,7 +2244,7 @@ declare interface Props_10 {
|
|
2209
2244
|
placeholder?: string;
|
2210
2245
|
}
|
2211
2246
|
|
2212
|
-
declare interface
|
2247
|
+
declare interface Props_12 {
|
2213
2248
|
markerItemFn?: () => MarkerOptions;
|
2214
2249
|
latlng: {
|
2215
2250
|
lat: number;
|
@@ -2217,11 +2252,11 @@ declare interface Props_11 {
|
|
2217
2252
|
};
|
2218
2253
|
}
|
2219
2254
|
|
2220
|
-
declare interface
|
2255
|
+
declare interface Props_13 {
|
2221
2256
|
disableDataList?: UserInfo[];
|
2222
2257
|
}
|
2223
2258
|
|
2224
|
-
declare interface
|
2259
|
+
declare interface Props_14 {
|
2225
2260
|
downloadFilesType?: boolean;
|
2226
2261
|
playRulesType?: boolean;
|
2227
2262
|
playList?: MediaFileSimplevo[];
|
@@ -2249,12 +2284,16 @@ declare interface Props_4 {
|
|
2249
2284
|
}
|
2250
2285
|
|
2251
2286
|
declare interface Props_5 {
|
2287
|
+
device?: Device;
|
2288
|
+
}
|
2289
|
+
|
2290
|
+
declare interface Props_6 {
|
2252
2291
|
initParams?: any;
|
2253
2292
|
mapDisplayList?: any[];
|
2254
2293
|
tableColumns?: TableColumnsItem[];
|
2255
2294
|
}
|
2256
2295
|
|
2257
|
-
declare interface
|
2296
|
+
declare interface Props_7 {
|
2258
2297
|
map: any;
|
2259
2298
|
h: any;
|
2260
2299
|
poi: any;
|
@@ -2264,12 +2303,12 @@ declare interface Props_6 {
|
|
2264
2303
|
}[];
|
2265
2304
|
}
|
2266
2305
|
|
2267
|
-
declare interface
|
2306
|
+
declare interface Props_8 {
|
2268
2307
|
menuList: MenuListItem[];
|
2269
2308
|
menuTitle: string;
|
2270
2309
|
}
|
2271
2310
|
|
2272
|
-
declare interface
|
2311
|
+
declare interface Props_9 {
|
2273
2312
|
size?: string;
|
2274
2313
|
className?: string;
|
2275
2314
|
placeholder?: string;
|
@@ -2277,10 +2316,6 @@ declare interface Props_8 {
|
|
2277
2316
|
disabled?: boolean;
|
2278
2317
|
}
|
2279
2318
|
|
2280
|
-
declare interface Props_9 {
|
2281
|
-
disableDataList?: UserInfo[];
|
2282
|
-
}
|
2283
|
-
|
2284
2319
|
declare function removeTimeData(): void;
|
2285
2320
|
|
2286
2321
|
declare interface RequestParams {
|