@zyui/components 1.0.12 → 1.0.14

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.
@@ -1,6 +1,8 @@
1
1
  export { default as NodesEditor } from './index.vue';
2
2
  export { default as NodeSelect } from './NodeSelect/index.vue';
3
+ export { default as NodesText } from './NodesText/index.vue';
3
4
  export { default as NodeFormula } from './Formula/index.vue';
4
5
  export { default as FunctionSelect } from './Formula/FunctionSelect/index.vue';
5
6
  export { default as NodesEditorPreview } from './Preview/index.vue';
6
7
  export { useSelect as useNodeSelect } from './NodeSelect/hooks/useSelect';
8
+ export * from './helper';
@@ -1,4 +1,5 @@
1
1
  export declare const isWordContent: (content: string) => boolean;
2
+ export declare const isExcelContent: (content: string) => boolean;
2
3
  /**
3
4
  * 处理file本地路径图片转为blob
4
5
  * @param {String} content 粘贴板内容
@@ -1 +1 @@
1
- export declare const useUserGroupByDepartment: (data: any, params: any) => import('vue').ComputedRef<any[]>;
1
+ export declare const useUserGroupByDepartment: (data: any, params: any, options?: any) => import('vue').ComputedRef<any[]>;
@@ -1 +1 @@
1
- export declare const useUserGroupByRole: (data: any, params: any) => import('vue').ComputedRef<any[]>;
1
+ export declare const useUserGroupByRole: (data: any, params: any, options?: any) => import('vue').ComputedRef<any[]>;