hs-admin-ui 1.2.5 → 1.2.6

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.
@@ -5,10 +5,10 @@ import * as Directive from '../directive';
5
5
  import * as Utils from '../utils';
6
6
  import '/@/theme/index.scss';
7
7
  import { getLoadData, getFormData } from '../components/business/bcFormTable/utils/parseTable';
8
- import type { ICustomData } from '../types';
8
+ import type { ICustomData as ITableData, IFormData } from '../types';
9
9
  interface OptionsDef {
10
10
  /** 缓存npm包名 */
11
11
  NEXT_NAME?: string;
12
12
  }
13
13
  declare function useHsAdminUi(app: App, options?: OptionsDef): void;
14
- export { component, Utils, Directive, Hooks, useHsAdminUi, ICustomData, getLoadData, getFormData };
14
+ export { ITableData, IFormData, component, Utils, Directive, Hooks, useHsAdminUi, getLoadData, getFormData };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "vue3 + typescript5 + vite5 的框架",
5
5
  "author": "wgd",
6
6
  "private": false,