@kengic/vue 0.26.6-beta.61 → 0.26.6-beta.63

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.
@@ -51,16 +51,6 @@ declare class KgLogger {
51
51
  * @param collapsed 是否折叠.
52
52
  */
53
53
  static debug(message: string, args?: Record<string, any>, collapsed?: boolean): void;
54
- /**
55
- * 打印调试日志: DDA.
56
- * @param formID 界面标识.
57
- * @param component 组件.
58
- * @param method 方法.
59
- * @param message 提示消息.
60
- * @param args 数据对象.
61
- * @param collapsed 是否折叠.
62
- */
63
- static debugDDA(formID: string | null | undefined, component: string | null | undefined, method: string | null | undefined, message: string | null | undefined, args?: Record<string, any>, collapsed?: boolean): void;
64
54
  }
65
55
  declare const ____DEBUG____: typeof KgLogger.debug;
66
56
  declare const ____INFO_____: typeof KgLogger.info;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.61",
3
+ "version": "0.26.6-beta.63",
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/mdi": "1.2.48",
40
40
  "@iconify-icons/ph": "1.2.5",
41
41
  "@iconify/vue": "4.1.1",
42
- "@kengic/core": "6.0.1-beta.65",
42
+ "@kengic/core": "6.0.1-beta.67",
43
43
  "@kengic/pont": "1.2.17-beta.1",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
45
  "@thymine/xunee": "0.4.9-beta.8",