xframelib 1.0.8 → 1.1.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
@@ -13,6 +13,8 @@
13
13
 
14
14
  > 基于 VUE3+Hprose+Typescript+Widget 的前端框架,与ElementUI、AntDesign VUE、Quasar等界面库无关,一直是来源于项目和服务于项目。
15
15
 
16
+ - v1.1.0 增加traverseXYArrayFromInsideOut从内到外遍历;增加NavigatorPlugin工具插件提供全局浏览器API方法(如:电池电量、通知、振动等);规范workers将worker-bigimage和worker-XXTEA合并到worker-xmath中,将iconv编码转码独立为worker-iconv;更新依赖库版本;
17
+ - v1.0.9 增加LocalForage二次导出等;解决iconv-lite库升级的代码更新问题;更新依赖库版本;
16
18
  - v1.0.8 优化LayoutContainer组件,增加属性(默认值为false):noTop、noMain、noBack、noFront、noLeft、noRight、noBottom来支持移除无用布局层,用noMain来取代enableRouterView属性;优化XWindow组件,增加right和bottom属性来进行窗体初始化定位;更新依赖库版本;
17
19
  - v1.0.7 解决LayoutContainer与LayoutManager生命周期不一致导致的BUG;为LayoutManager增加dispose释放资源方法;更新依赖库版本;
18
20
  - v1.0.6 移除vuewindow组件;修改XWindow组件:默认不显示最小化按钮和窗体图标,对外暴露updatePosition方法允许代码修改位置;更新基础依赖库版本;
@@ -104,37 +106,21 @@
104
106
 
105
107
  - 网站系统配置Sysconfig.js对应的Global.Config
106
108
  - 公共事件总线Global.EventBus
107
-
108
109
  - Layout布局容器和Widget机制实现
109
-
110
110
  - Axios的Http请求封装实现Global.Axios、AxiosHelper{get, post, requestPost, requestGet, getData, requestPostBody}
111
-
112
111
  - Hprose Proxy方式调用后台Hprose服务实现
113
-
114
112
  - 与用户系统后台服务适配的Token验证/刷新和角色权限过滤
115
-
116
113
  - 大文件下载BigFileDownload
117
-
118
114
  - 普通文件下载FileDownload封装{ Download, SaveAs, JsonDownload, HttpDownload, DownloadByUrl }
119
-
120
115
  - 大文件上传FileUpload
121
-
122
116
  - H5Tool常用小功能
123
-
124
117
  - SignalrClient
125
-
126
118
  - JQuery工具 (hasClass 、addClass、removeClass、toggleClass、setCssProperty)
127
-
128
119
  - StorageHelper 本地缓存对象
129
-
130
120
  - IsTool类型判断工具(数字、字符串、对象、数组、函数等)
131
-
132
121
  - ValidateTool验证工具(身份证、手机号、IP地址、邮箱、密码强度判断、URL、车牌号等)
133
-
134
122
  - 与后端配合使用的加密解密算法XXTEA
135
-
136
123
  - 前端缓存功能(WebCacheTool和webCacheWorker)
137
-
138
124
  - maplibre加载大图展示(使用bigImageWorker)
139
125
 
140
126
  ## 使用