xframelib 0.4.5 → 0.4.6

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,7 +2,8 @@
2
2
 
3
3
  基于 VUE3+Hprose+Typescript 的前端框架
4
4
 
5
- - v0.4.5 解决大文件下载的问题(修复0.4.4版本问题);增加库依赖资源public文件夹
5
+ - v0.4.6 解决文件分片下载并发请求过多的超时问题;AxiosHelper 增加超时时间参数,请求出错不默认弹框
6
+ - v0.4.5 解决大文件下载的问题(修复 0.4.4 版本问题);增加库依赖资源 public 文件夹
6
7
  - v0.4.4 修改单个文件(单片)下载报错问题;(废弃不要使用)
7
8
  - v0.4.3 修改组件卸载事件的错误;增加用于大屏的浅灰色窗体样式
8
9
  - v0.4.2 重要修改:修改打包方式;支持组件导出;新增布局组件及管理方法;requestFullScreen 不传要素窗体全屏
@@ -11,6 +11,13 @@ export declare const SysEvents: {
11
11
  */
12
12
  WidgetLoadedEvent: string;
13
13
  WidgetUnLoadedEvent: string;
14
+ /**
15
+ * 组件的可见性改变
16
+ */
14
17
  WidgetVisibleChanged: string;
18
+ /**
19
+ * Axios请求失败异常
20
+ */
21
+ AxiosRequestErrorEvent: string;
15
22
  };
16
23
  export default SysEvents;