command-center-v3-common 0.0.74 → 0.0.77
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/img/base/device-id-off-line.svg +15 -0
- package/dist/assets/img/base/device-id-on-line.svg +12 -0
- package/dist/assets/img/base/trajectory-personnel.svg +20 -0
- package/dist/assets/img/marker/abnormal.svg +18 -0
- package/dist/assets/img/sys/button/add-2.svg +8 -0
- package/dist/assets/img/sys/icon/examine-download.svg +6 -0
- package/dist/assets/img/sys/icon/help.svg +6 -0
- package/dist/assets/img/sys/icon/refres.svg +10 -0
- package/dist/command-center-v3-common.js +11452 -10408
- package/dist/command-center-v3-common.umd.cjs +22 -23
- package/dist/index.d.ts +7 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -276,9 +276,9 @@ prop?: undefined;
|
|
276
276
|
"onOn-get-data"?: (...args: any[]) => any;
|
277
277
|
"onOn-delete"?: (...args: any[]) => any;
|
278
278
|
}, {
|
279
|
+
tableColumns: TableColumnsItem[];
|
279
280
|
initParams: any;
|
280
281
|
mapDisplayList: any[];
|
281
|
-
tableColumns: TableColumnsItem[];
|
282
282
|
}, {}>;
|
283
283
|
|
284
284
|
declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_9>, {
|
@@ -1782,6 +1782,12 @@ value: number;
|
|
1782
1782
|
}[];
|
1783
1783
|
}, {}>;
|
1784
1784
|
|
1785
|
+
export declare const HyDeviceDetails: DefineComponent< {}, {
|
1786
|
+
show: (deviceId: string) => void;
|
1787
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1788
|
+
[x: string]: (...args: any[]) => void;
|
1789
|
+
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
|
1790
|
+
|
1785
1791
|
export declare const HyDeviceTree: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
1786
1792
|
|
1787
1793
|
export declare const HyDeviceTreeCpns: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_5>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|