@kengic/vue 0.23.8 → 0.23.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -115,6 +115,17 @@ export declare type IKgOption = {
115
115
  isOn?: boolean;
116
116
  };
117
117
  };
118
+ Info?: {
119
+ /**
120
+ * 定位勾选的行.
121
+ */
122
+ locateSelectedRows: {
123
+ /**
124
+ * @default false
125
+ */
126
+ isOn?: boolean;
127
+ };
128
+ };
118
129
  };
119
130
  /** 仓库选择. */
120
131
  KgWarehouse?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.23.8",
3
+ "version": "0.23.9",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",