@kengic/vue 0.28.1-beta.24 → 0.28.1-beta.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,10 @@ export declare type IKgTableOnRowDoubleClickEventListenerParameter = {
14
14
  };
15
15
  export declare type IKgTableOnRowDoubleClickEventListener = ((param: IKgTableOnRowDoubleClickEventListenerParameter) => Promise<boolean>) & IKgEventListener;
16
16
  export declare type IKgTableOnBeforeParseRequestParameterEventListenerParameter = {
17
+ /**
18
+ * 高级查询的操作符.
19
+ */
20
+ dynamicQueryOperatorModel: Ref<Record<string, string> | null>;
17
21
  /**
18
22
  * 查询接口请求参数, 尚未解析.
19
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.28.1-beta.24",
3
+ "version": "0.28.1-beta.25",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",