@zyui/components 0.0.77 → 0.0.78

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.
@@ -32,6 +32,7 @@ export type NodesUIContext = {
32
32
  /** html是否已经渲染 */
33
33
  uiReady: Ref<boolean>;
34
34
  nodesGroups?: NodesGroups[];
35
+ isFocused: Ref<boolean>;
35
36
  };
36
37
  export declare const nodesUIKey: unique symbol;
37
38
  export declare const useNodesUIContext: () => NodesUIContext;
@@ -2,7 +2,7 @@ export interface ContextMenuPosition {
2
2
  left: string;
3
3
  top: string;
4
4
  }
5
- export declare function useContextMenu(): {
5
+ export declare function useContextMenu(params: any): {
6
6
  showContextMenu: import('vue').Ref<boolean, boolean>;
7
7
  contextMenuStyle: import('vue').Ref<{
8
8
  left: string;