xframelib 0.8.5 → 0.8.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 +1 -0
- package/dist/index.cjs +7 -7
- package/dist/index.js +6 -6
- package/dist/utils/AxiosHelper.d.ts +16 -5
- package/dist/utils/FileDownload.d.ts +1 -0
- package/dist/utils/StringUtils.d.ts +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
> 基于 VUE3+Hprose+Typescript+Widget 的前端框架,与ElementUI、AntDesign VUE、Quasar等界面库无关,一直是来源于项目和服务于项目。
|
|
15
15
|
|
|
16
|
+
- v0.8.6 修改get方法支持:业务服务API请求、请求网站public下资源、http完整URL请求;增加getDownload方法下载文件(废弃HttpDownload方法);
|
|
16
17
|
- v0.8.5 动态加载Widget时绑定更多IWidgetConfig属性(如:id,layoutID等);加载widget报错,输出更多异常信息;
|
|
17
18
|
- v0.8.4 为widget权限对象,增加layoutid属性;修改LockHelper锁屏功能BUG;去掉DownloadByUrl(可改用HttpDownload方法);为H5Tool增加readFileBytes方法(读取前端文件,为bytes二进制数组/字符串);更新依赖库版本;
|
|
18
19
|
- v0.8.3 增加HproseRPC过程的请求字符串和返回字符串的外部解码类HproseRPCCodec;
|