@kengic/vue 0.23.8 → 0.23.9
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.
- package/dist/kengic-vue.js +845 -832
- package/dist/src/config/index.store.d.ts +11 -0
- package/package.json +1 -1
|
@@ -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.
|
|
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",
|