@xj-hospital/basic-user
Advanced tools
Comparing version 1.0.40 to 1.0.41
{ | ||
"name": "@xj-hospital/basic-user", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "用户管理", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -14,2 +14,3 @@ import Vue from 'vue'; | ||
isShowCreateModal: boolean; | ||
info: {}; | ||
}, { | ||
@@ -28,3 +29,4 @@ initUserList(): Promise<void>; | ||
checkEmpty(): void; | ||
}, unknown, Record<"deviceUsers" | "isShowModifyModal", any>>; | ||
initConfig(): void; | ||
}, unknown, Record<"deviceUsers" | "isShowModifyModal" | "mode", any>>; | ||
export default _default; |
@@ -52,3 +52,9 @@ import Vue from 'vue'; | ||
getTime(time: any): string; | ||
editEnd(users: any[]): any; | ||
authentication(user: any, topicId: string): string; | ||
editEnd(data: { | ||
mode: string; | ||
checked: any[]; | ||
}): Promise<any>; | ||
raisePower(user: IUser): void; | ||
reducePower(user: IUser): void; | ||
remove(user: IUser): void; | ||
@@ -55,0 +61,0 @@ }, { |
@@ -50,3 +50,3 @@ import Vue from 'vue'; | ||
onClickUser(u: any): void; | ||
}, unknown, Record<"isHide" | "checkedUsers" | "extCheckedUsers" | "conflict", any>>; | ||
}, unknown, Record<"checkedUsers" | "isHide" | "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
3338121
13375