@xj-hospital/basic-user
Advanced tools
Comparing version 1.0.27 to 1.0.28
{ | ||
"name": "@xj-hospital/basic-user", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "用户管理", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -40,2 +40,3 @@ import { DbSchema } from "@vmm/api"; | ||
department: string[]; | ||
topicRight?: string[]; | ||
permissions?: {}; | ||
@@ -42,0 +43,0 @@ headImg: string; |
import Vue from 'vue'; | ||
import { IPERMISSIONS } from '@xj-hospital/basic-user-api'; | ||
import { ITopic } from '@mshow3/data-center-api/src/db/DbSchema'; | ||
declare const _default: import("@vmm/html").DeepReadonlyObject<Pick<import("vue/types/vue").CombinedVueInstance<Vue, { | ||
@@ -22,3 +23,5 @@ userPm: IPERMISSIONS[]; | ||
userWatch_Wx(): Promise<void>; | ||
}, object, Record<never, any>>, "$watch" | "$on" | "$emit" | "setUserPm" | "userPm" | "bSso" | "_getQueryString" | "check_musemu_sso" | "_checkUserSess" | "userWatch_PC" | "userWatch_Wx">>; | ||
getRandomKey(str: string): string; | ||
initTopic(): ITopic; | ||
}, object, Record<never, any>>, "$watch" | "$on" | "$emit" | "setUserPm" | "userPm" | "bSso" | "_getQueryString" | "check_musemu_sso" | "_checkUserSess" | "userWatch_PC" | "userWatch_Wx" | "getRandomKey" | "initTopic">>; | ||
export default _default; |
@@ -12,4 +12,6 @@ declare const exports: { | ||
userWatch_Wx(): Promise<void>; | ||
}, object, Record<never, any>>, "$watch" | "$on" | "$emit" | "setUserPm" | "userPm" | "bSso" | "_getQueryString" | "check_musemu_sso" | "_checkUserSess" | "userWatch_PC" | "userWatch_Wx">>; | ||
getRandomKey(str: string): string; | ||
initTopic(): import("@mshow3/data-center-api/src/db/DbSchema").ITopic; | ||
}, object, Record<never, any>>, "$watch" | "$on" | "$emit" | "setUserPm" | "userPm" | "bSso" | "_getQueryString" | "check_musemu_sso" | "_checkUserSess" | "userWatch_PC" | "userWatch_Wx" | "getRandomKey" | "initTopic">>; | ||
}; | ||
export default exports; |
@@ -50,3 +50,3 @@ import Vue from 'vue'; | ||
onClickUser(u: any): void; | ||
}, unknown, Record<"checkedUsers" | "isHide" | "extCheckedUsers" | "conflict", any>>; | ||
}, unknown, Record<"isHide" | "checkedUsers" | "extCheckedUsers" | "conflict", any>>; | ||
export default _default; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2931596
68
4549