hs-admin-ui 3.1.4 → 3.1.5

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.
@@ -8,8 +8,8 @@ import { default as zhCn } from 'element-plus/es/locale/lang/zh-cn';
8
8
  import { default as component } from '../components/component';
9
9
  import { App } from 'vue';
10
10
 
11
- import * as Hooks from '/@/hooks';
12
- import * as Utils from '/@/utils';
11
+ import * as Hooks from '../hooks';
12
+ import * as Utils from '../utils';
13
13
  interface OptionsDef {
14
14
  /** 缓存npm包名 */
15
15
  NEXT_NAME?: string;
@@ -1,6 +1,6 @@
1
1
  import { IFormData, ICustomData } from '../types';
2
2
 
3
- type Data = Record<string, any>;
3
+ type Data = ICustomData.Data;
4
4
  export declare function getDataType(data: Data): string;
5
5
  /** form表单类型声明 */
6
6
  export declare function getFormDataType(data: IFormData.Form): string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "vue3 + typescript5 + vite5 的框架",
5
5
  "author": "wgd",
6
6
  "private": false,