@kengic/vue 0.6.10-beta.0 → 0.6.10-beta.1

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.
@@ -30,7 +30,7 @@ export declare type IKgFormLookupOkCbParam = {
30
30
  isMultiple: boolean;
31
31
  /** 单选时, 对应的一个值. */
32
32
  value?: any | null;
33
- /** 单选时, 对应的多个值. */
33
+ /** 多选时, 对应的多个值. */
34
34
  values?: Array<any> | null;
35
35
  /** 单选时, 勾选的那一行. */
36
36
  row?: IKgTableRow | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.6.10-beta.0",
3
+ "version": "0.6.10-beta.1",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "rimraf dist && vue-tsc && vite build --mode development",