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/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, {