@kengic/vue 0.32.8-beta.1 → 0.32.8

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.
@@ -16,4 +16,4 @@ export declare function leftVarProfileDetailColumns(fid$Host: string, fid: strin
16
16
  */
17
17
  export declare function rightVarProfileDetailColumns(fid$Host: string, fid: string): ColumnsType<any>;
18
18
  export declare type IUseDragRow = {};
19
- export declare function _useDragToSortRow(hostFid: string | null | undefined, varProfileDetails: Ref<UnwrapRef<Array<VarProfileDetail>>>, transferRightRows: Ref<UnwrapRef<Array<VarProfileDetail>>>): IUseDragRow;
19
+ export declare function _useDragToSortRow(fid$Host: string | null | undefined, allVarProfileDetailList$: Ref<UnwrapRef<Array<VarProfileDetail>>>, transferRightRowList$: Ref<UnwrapRef<Array<VarProfileDetail>>>): IUseDragRow;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.32.8-beta.1",
3
+ "version": "0.32.8",
4
4
  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
5
5
  "engines": {
6
6
  "node": "24.14.1",