qlfy-ecological-login 1.0.15 → 1.0.16

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.
@@ -18,6 +18,7 @@ export declare function goLogin(): void;
18
18
  */
19
19
  export declare function getLoginUrl(loginPageBaseAddress: string, clientId: string, clientSecret: string, redirectUrl?: string): string;
20
20
  export declare function generateUUID(): string;
21
+ export declare function getComponentState(): void;
21
22
  export declare function getUserPermission(): any;
22
23
  /** ----------------------- 密码弹窗 ---------------------- */
23
24
  /** 密码修改弹窗控制 */