hs-admin-ui 16.8.2 → 16.8.3

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.
@@ -11,7 +11,7 @@ import { showPopupCount } from "./src/hooks/onKeyStroke";
11
11
  import { mathTool } from "./src/utils/number";
12
12
  import * as Hooxs from "./src/hooks";
13
13
  import * as Utils from "./src/utils";
14
- import { type TableInstance, type IFormInstance, type TableKeyEventParams as ITableKeyEvent, type TableCurrentRow as ITableCurrentRow } from "./src/components/business";
14
+ import { type IFormInstance, type TableInstance, type TableInstance as ITableInstance, type TableKeyEventParams as ITableKeyEvent, type TableCurrentRow as ITableCurrentRow } from "./src/components/business";
15
15
  import type { ICustomData as ITable, IFormData as IForm } from "./src/types";
16
16
  import type { IBreadcrumb } from "./src/components/business/bcBreadcrumb";
17
17
  import type { Router } from "vue-router";
@@ -31,4 +31,4 @@ export * from "./element-plus";
31
31
  export * from "./vxe-table";
32
32
  export * from "./src/components/base";
33
33
  export * from "./src/components/business";
34
- export { type ITable, type ITableData, type ISystemParams, type TableInstance, type IForm, type IFormData, type IFormInstance, type IBreadcrumb, type ITableKeyEvent, type ITableCurrentRow, type IFieldChange, isShowItem, tableAsyncFun, showPopupCount, configUnidId, cacheSearchFormData, HsMessage, HsMessageBox, HsNotification, Hooxs, Utils, mathTool, VxeUI, useHsAdminUi, getConfigData, getBatchConfig, getLoadData, getFormData, resetColumn };
34
+ export { type ITable, type ITableData, type ISystemParams, type TableInstance, type ITableInstance, type IForm, type IFormData, type IFormInstance, type IBreadcrumb, type ITableKeyEvent, type ITableCurrentRow, type IFieldChange, isShowItem, tableAsyncFun, showPopupCount, configUnidId, cacheSearchFormData, HsMessage, HsMessageBox, HsNotification, Hooxs, Utils, mathTool, VxeUI, useHsAdminUi, getConfigData, getBatchConfig, getLoadData, getFormData, resetColumn };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "16.8.2",
3
+ "version": "16.8.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",