xframelib 0.5.1 → 0.5.4

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
@@ -2,6 +2,9 @@
2
2
 
3
3
  基于 VUE3+Hprose+Typescript 的前端框架
4
4
 
5
+ - v0.5.4 解决 IRole 相关模型类型未导出;LayoutManager.d.ts 输出两遍问题;完善axios http请求异常警告输出统一模型,发送SysEvents.AxiosRequestErrorEvent系统事件;
6
+ - v0.5.3 撤销的版本
7
+ - v0.5.2 撤销的版本
5
8
  - v0.5.1 路由权限过滤只比较 path;修改返回权限结果判断错误问题
6
9
  - v0.5.0 增加用户权限管理组;增加 CodeHelper 来辅助生成部分代码的方法;解决大文件下载路径传递、全屏时不传对象报错等问题;引入 axios 对象外部化 axios 库
7
10
  - v0.4.9 解决 Global.User 对象赋值错误导致 0.4.8 无法登录的问题
@@ -10,12 +10,12 @@ declare const _default: import("vue").DefineComponent<{
10
10
  type: ObjectConstructor;
11
11
  };
12
12
  }, {
13
- topContainerComponents: import("vue").Ref<Map<string, Object>> | undefined;
14
- centerbackComponents: import("vue").Ref<Map<string, Object>> | undefined;
15
- centerfrontComponents: import("vue").Ref<Map<string, Object>> | undefined;
16
- leftContainerComponents: import("vue").Ref<Map<string, Object>> | undefined;
17
- rightContainerComponents: import("vue").Ref<Map<string, Object>> | undefined;
18
- bottomContainerComponents: import("vue").Ref<Map<string, Object>> | undefined;
13
+ topContainerComponents: any;
14
+ centerbackComponents: any;
15
+ centerfrontComponents: any;
16
+ leftContainerComponents: any;
17
+ rightContainerComponents: any;
18
+ bottomContainerComponents: any;
19
19
  containerStyle: import("vue").ComputedRef<Record<string, any> | undefined>;
20
20
  topContainer?: import("vue").Ref<HTMLElement | undefined> | undefined;
21
21
  centerBackContainer?: import("vue").Ref<HTMLElement | undefined> | undefined;