little-wheels 1.1.21 → 1.2.0

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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  [keyClock登录](/docs/Login.md)
2
2
 
3
+ #### v1.2.0
4
+ 新增 react-hooks
3
5
 
4
6
  #### v1.1.0
5
7
  新增Login模块
@@ -1,5 +1,3 @@
1
- import { default as default_2 } from 'react';
2
-
3
1
  /**
4
2
  * 单点登录(SSO)认证类,封装与身份认证相关的操作
5
3
  *
@@ -321,21 +319,6 @@ export declare interface TokenInfoType<T> {
321
319
  token_type: "Bearer";
322
320
  }
323
321
 
324
- export declare const Tree: default_2.FC<TreeProps>;
325
-
326
- export declare interface TreeNode {
327
- id: string | number;
328
- name: string;
329
- children?: TreeNode[];
330
- disabled?: boolean;
331
- selected?: boolean;
332
- }
333
-
334
- export declare interface TreeProps {
335
- data: TreeNode[];
336
- onChange?: (node: TreeNode) => void;
337
- }
338
-
339
322
  export declare interface UserDetail {
340
323
  user_name: string;
341
324
  name: string;