@kengic/vue 0.28.1-beta.23 → 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
  */
@@ -75,9 +75,10 @@ export declare class KgUtil {
75
75
  value: any;
76
76
  }): string;
77
77
  /**
78
- * 确认弹窗.
79
- * 设置了多个属性的默认值, 简化使用.
80
- * https://www.antdv.com/components/modal
78
+ * <p>确认弹窗.</p>
79
+ * <p>设置了多个属性的默认值, 简化使用.</p>
80
+ * <p>https://www.antdv.com/components/modal</p>
81
+ *
81
82
  * @param props
82
83
  */
83
84
  static confirm(props: IKgVarButtonModalProperties): ModalFunc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.28.1-beta.23",
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",
@@ -39,7 +39,7 @@
39
39
  "@iconify-icons/ph": "1.2.5",
40
40
  "@iconify/vue": "4.1.2",
41
41
  "@kengic/core.core": "0.0.1-beta.22",
42
- "@kengic/core.react": "0.0.2-beta.27",
42
+ "@kengic/core.react": "0.0.2-beta.37",
43
43
  "@kengic/pont": "1.2.17-beta.5",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
45
  "@thymine/xunee": "0.4.9-beta.8",