@kengic/vue 0.9.6-beta.1 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,8 @@ export declare type IUseKgFormItemSelect = {
5
5
  varPossibility: ComputedRef<VarPossibility | null>;
6
6
  /** 作为数据的列. */
7
7
  val_clm: ComputedRef<string>;
8
+ /** 作为显示的列. */
9
+ lbl_clm: ComputedRef<string>;
8
10
  /** 查询参数. */
9
11
  commandParameter: ComputedRef<Record<string, any>>;
10
12
  /** 列表数据. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.9.6-beta.1",
3
+ "version": "0.10.0",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "rimraf dist && vue-tsc && vite build --mode development",