@kengic/vue 0.26.6-beta.61 → 0.26.6-beta.64
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +37008 -36531
- package/dist/src/utils/kg-logger.util.d.ts +0 -10
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.17f7a6c8.mjs → close-outlined-DMcSQWxQ.b352994e.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.5fa12723.mjs → fullscreen-exit-outlined-X1iYkFc4.a7d2bb20.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.8cb0a277.mjs → fullscreen-outlined-DDBrsRcy.aba529f6.mjs} +0 -0
@@ -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.
|
3
|
+
"version": "0.26.6-beta.64",
|
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.
|
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",
|
File without changes
|
File without changes
|
File without changes
|