eoss-ui 0.6.85 → 0.6.86

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.
Files changed (269) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +769 -755
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +280 -280
  5. package/lib/form.js +13 -2
  6. package/lib/icons.js +1 -1
  7. package/lib/index.js +1 -1
  8. package/lib/main.js +132 -132
  9. package/lib/qr-code.js +13 -13
  10. package/lib/table-form.js +8 -5
  11. package/lib/theme-chalk/base.css +1 -1
  12. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  13. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  14. package/lib/theme-chalk/icon.css +1 -1
  15. package/lib/theme-chalk/index.css +1 -1
  16. package/lib/theme-chalk/main.css +1 -1
  17. package/lib/theme-chalk/menu.css +1 -1
  18. package/lib/theme-chalk/simplicity.css +1 -1
  19. package/lib/theme-chalk/sizer.css +1 -1
  20. package/lib/theme-chalk/upload.css +1 -1
  21. package/package.json +160 -160
  22. package/packages/.DS_Store +0 -0
  23. package/packages/autocomplete/.DS_Store +0 -0
  24. package/packages/button/index.js +5 -5
  25. package/packages/button/src/main.vue +418 -418
  26. package/packages/button-group/index.js +5 -5
  27. package/packages/button-group/src/main.vue +298 -298
  28. package/packages/calendar/index.js +5 -5
  29. package/packages/calogin/.DS_Store +0 -0
  30. package/packages/calogin/index.js +5 -5
  31. package/packages/calogin/src/main.vue +412 -412
  32. package/packages/calogin/src/plugin.js +915 -915
  33. package/packages/card/index.js +5 -5
  34. package/packages/card/src/main.vue +156 -156
  35. package/packages/cascader/index.js +5 -5
  36. package/packages/cascader/src/main.vue +168 -168
  37. package/packages/checkbox-group/index.js +5 -5
  38. package/packages/checkbox-group/src/main.vue +333 -333
  39. package/packages/clients/index.js +5 -5
  40. package/packages/clients/src/main.vue +151 -151
  41. package/packages/data-table/index.js +5 -5
  42. package/packages/data-table/src/children.vue +39 -39
  43. package/packages/data-table/src/column.vue +989 -989
  44. package/packages/data-table/src/main.vue +1822 -1822
  45. package/packages/data-table/src/sizer.vue +195 -195
  46. package/packages/data-table-form/index.js +5 -5
  47. package/packages/data-table-form/src/checkbox.vue +101 -101
  48. package/packages/data-table-form/src/colgroup.vue +17 -17
  49. package/packages/data-table-form/src/main.vue +181 -181
  50. package/packages/data-table-form/src/radio.vue +65 -65
  51. package/packages/data-table-form/src/table.vue +233 -233
  52. package/packages/data-table-form/src/tbody.vue +336 -336
  53. package/packages/data-table-form/src/thead.vue +68 -68
  54. package/packages/date-picker/.DS_Store +0 -0
  55. package/packages/date-picker/index.js +5 -5
  56. package/packages/date-picker/src/.DS_Store +0 -0
  57. package/packages/date-picker/src/main.vue +236 -236
  58. package/packages/dialog/index.js +5 -5
  59. package/packages/enable-drag/index.js +5 -5
  60. package/packages/enterprise/index.js +5 -5
  61. package/packages/enterprise/src/main.vue +66 -66
  62. package/packages/error-page/index.js +5 -5
  63. package/packages/error-page/src/main.vue +44 -44
  64. package/packages/flow/.DS_Store +0 -0
  65. package/packages/flow/index.js +5 -5
  66. package/packages/flow/src/.DS_Store +0 -0
  67. package/packages/flow/src/component/Circulate.vue +370 -370
  68. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  69. package/packages/flow/src/component/CustomPreset.vue +322 -322
  70. package/packages/flow/src/component/FileList.vue +99 -99
  71. package/packages/flow/src/component/Preset.vue +255 -255
  72. package/packages/flow/src/component/SendMsg.vue +241 -241
  73. package/packages/flow/src/component/TimeLimit.vue +190 -190
  74. package/packages/flow/src/component/taskUnionExamine.vue +639 -639
  75. package/packages/flow/src/form.vue +121 -121
  76. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  77. package/packages/flow/src/main.vue +3654 -3654
  78. package/packages/flow/src/processForm.vue +1245 -1245
  79. package/packages/flow/src/processReject.vue +295 -295
  80. package/packages/flow/src/reset.vue +918 -918
  81. package/packages/flow/src/startTaskRead.vue +683 -683
  82. package/packages/flow/src/supervise.vue +152 -152
  83. package/packages/flow/src/table.vue +58 -58
  84. package/packages/flow-group/index.js +5 -5
  85. package/packages/flow-group/src/main.vue +692 -692
  86. package/packages/flow-list/.DS_Store +0 -0
  87. package/packages/flow-list/index.js +5 -5
  88. package/packages/flow-list/src/main.vue +1770 -1770
  89. package/packages/form/.DS_Store +0 -0
  90. package/packages/form/index.js +5 -5
  91. package/packages/form/src/main.vue +3814 -3809
  92. package/packages/form/src/table.vue +1508 -1508
  93. package/packages/handle-user/index.js +5 -5
  94. package/packages/handle-user/src/main.vue +138 -138
  95. package/packages/handler/index.js +5 -5
  96. package/packages/handler/src/main.vue +493 -493
  97. package/packages/icon/index.js +5 -5
  98. package/packages/icon/src/main.vue +101 -101
  99. package/packages/icons/index.js +5 -5
  100. package/packages/icons/src/icon.json +1 -1
  101. package/packages/icons/src/main.vue +81 -81
  102. package/packages/input/index.js +5 -5
  103. package/packages/input/src/main.vue +356 -356
  104. package/packages/input-number/index.js +5 -5
  105. package/packages/input-number/src/main.vue +106 -106
  106. package/packages/label/index.js +5 -5
  107. package/packages/label/src/main.vue +457 -457
  108. package/packages/layout/index.js +5 -5
  109. package/packages/layout/src/item.vue +152 -152
  110. package/packages/layout/src/main.vue +31 -31
  111. package/packages/login/.DS_Store +0 -0
  112. package/packages/login/index.js +5 -5
  113. package/packages/login/src/main.vue +1998 -1998
  114. package/packages/login/src/resetPassword.vue +562 -562
  115. package/packages/main/.DS_Store +0 -0
  116. package/packages/main/index.js +5 -5
  117. package/packages/main/src/.DS_Store +0 -0
  118. package/packages/main/src/default/message.vue +249 -249
  119. package/packages/main/src/default/notice.vue +157 -157
  120. package/packages/main/src/default/userinfo.vue +503 -503
  121. package/packages/main/src/public/online.vue +89 -89
  122. package/packages/main/src/public/search.vue +458 -458
  123. package/packages/main/src/public/settings.vue +221 -221
  124. package/packages/main/src/simplicity/apps.vue +388 -388
  125. package/packages/main/src/simplicity/avatar.vue +82 -82
  126. package/packages/main/src/simplicity/handler.vue +259 -259
  127. package/packages/main/src/simplicity/index.vue +2102 -2102
  128. package/packages/main/src/simplicity/lists.vue +84 -84
  129. package/packages/main/src/simplicity/menu-list.vue +135 -135
  130. package/packages/main/src/simplicity/message.vue +259 -259
  131. package/packages/main/src/simplicity/notice.vue +190 -190
  132. package/packages/main/src/simplicity/router-page.vue +45 -45
  133. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  134. package/packages/main/src/simplicity/user.vue +260 -260
  135. package/packages/main/src/simplicity/userinfo.vue +312 -312
  136. package/packages/menu/.DS_Store +0 -0
  137. package/packages/menu/index.js +5 -5
  138. package/packages/menu/src/main.vue +584 -584
  139. package/packages/nav/index.js +5 -5
  140. package/packages/nav/src/main.vue +351 -351
  141. package/packages/notify/index.js +5 -5
  142. package/packages/notify/src/main.vue +538 -538
  143. package/packages/page/index.js +5 -5
  144. package/packages/page/src/main.vue +167 -167
  145. package/packages/pagination/index.js +5 -5
  146. package/packages/pagination/src/main.vue +96 -96
  147. package/packages/player/index.js +5 -5
  148. package/packages/player/src/main.vue +194 -194
  149. package/packages/qr-code/index.js +5 -5
  150. package/packages/qr-code/src/main.vue +170 -170
  151. package/packages/radio-group/index.js +6 -6
  152. package/packages/radio-group/src/main.vue +319 -319
  153. package/packages/retrial-auth/index.js +5 -5
  154. package/packages/retrial-auth/src/main.vue +280 -280
  155. package/packages/scrollbar/.DS_Store +0 -0
  156. package/packages/select/.DS_Store +0 -0
  157. package/packages/select/index.js +5 -5
  158. package/packages/select/src/main.vue +778 -778
  159. package/packages/select-ganged/index.js +5 -5
  160. package/packages/select-ganged/src/main.vue +724 -724
  161. package/packages/selector/.DS_Store +0 -0
  162. package/packages/selector/index.js +5 -5
  163. package/packages/selector/src/main.vue +745 -745
  164. package/packages/selector-panel/.DS_Store +0 -0
  165. package/packages/selector-panel/index.js +5 -5
  166. package/packages/selector-panel/src/main.vue +1027 -1027
  167. package/packages/selector-panel/src/selection.vue +170 -170
  168. package/packages/selector-panel/src/tree.vue +129 -129
  169. package/packages/sizer/index.js +5 -5
  170. package/packages/sizer/src/main.vue +254 -254
  171. package/packages/steps/index.js +5 -5
  172. package/packages/steps/src/main.vue +181 -181
  173. package/packages/switch/index.js +5 -5
  174. package/packages/switch/src/main.vue +154 -154
  175. package/packages/table-form/index.js +5 -5
  176. package/packages/tabs/index.js +5 -5
  177. package/packages/tabs/src/main.vue +788 -788
  178. package/packages/tabs-panel/index.js +5 -5
  179. package/packages/tabs-panel/src/main.vue +29 -29
  180. package/packages/theme-chalk/lib/base.css +1 -1
  181. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  182. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  183. package/packages/theme-chalk/lib/icon.css +1 -1
  184. package/packages/theme-chalk/lib/index.css +1 -1
  185. package/packages/theme-chalk/lib/main.css +1 -1
  186. package/packages/theme-chalk/lib/menu.css +1 -1
  187. package/packages/theme-chalk/lib/simplicity.css +1 -1
  188. package/packages/theme-chalk/lib/sizer.css +1 -1
  189. package/packages/theme-chalk/lib/upload.css +1 -1
  190. package/packages/theme-chalk/src/.DS_Store +0 -0
  191. package/packages/theme-chalk/src/base.scss +261 -261
  192. package/packages/theme-chalk/src/button-group.scss +176 -176
  193. package/packages/theme-chalk/src/button.scss +24 -24
  194. package/packages/theme-chalk/src/calendar.scss +113 -113
  195. package/packages/theme-chalk/src/card.scss +99 -99
  196. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  197. package/packages/theme-chalk/src/clients.scss +87 -87
  198. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  199. package/packages/theme-chalk/src/data-table.scss +293 -293
  200. package/packages/theme-chalk/src/date-picker.scss +7 -7
  201. package/packages/theme-chalk/src/dialog.scss +77 -77
  202. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  203. package/packages/theme-chalk/src/enterprise.scss +5 -5
  204. package/packages/theme-chalk/src/error-page.scss +18 -18
  205. package/packages/theme-chalk/src/flow-group.scss +110 -110
  206. package/packages/theme-chalk/src/flow-list.scss +39 -39
  207. package/packages/theme-chalk/src/flow.scss +348 -348
  208. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  209. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  210. package/packages/theme-chalk/src/form.scss +499 -499
  211. package/packages/theme-chalk/src/handle-user.scss +40 -40
  212. package/packages/theme-chalk/src/handler.scss +143 -143
  213. package/packages/theme-chalk/src/icon.scss +1817 -1809
  214. package/packages/theme-chalk/src/icons.scss +99 -99
  215. package/packages/theme-chalk/src/input.scss +9 -9
  216. package/packages/theme-chalk/src/label.scss +24 -24
  217. package/packages/theme-chalk/src/layout.scss +46 -46
  218. package/packages/theme-chalk/src/login.scss +984 -984
  219. package/packages/theme-chalk/src/main.scss +663 -663
  220. package/packages/theme-chalk/src/menu.scss +222 -222
  221. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  222. package/packages/theme-chalk/src/nav.scss +111 -111
  223. package/packages/theme-chalk/src/page.scss +3 -3
  224. package/packages/theme-chalk/src/pagination.scss +29 -29
  225. package/packages/theme-chalk/src/player.scss +9 -9
  226. package/packages/theme-chalk/src/qr-code.scss +17 -17
  227. package/packages/theme-chalk/src/radio-group.scss +9 -9
  228. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  229. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  230. package/packages/theme-chalk/src/select.scss +8 -8
  231. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  232. package/packages/theme-chalk/src/selector.scss +91 -91
  233. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  234. package/packages/theme-chalk/src/sizer.scss +36 -36
  235. package/packages/theme-chalk/src/steps.scss +88 -88
  236. package/packages/theme-chalk/src/switch.scss +3 -3
  237. package/packages/theme-chalk/src/table-form.scss +1 -1
  238. package/packages/theme-chalk/src/tabs.scss +87 -87
  239. package/packages/theme-chalk/src/tips.scss +7 -7
  240. package/packages/theme-chalk/src/toolbar.scss +179 -179
  241. package/packages/theme-chalk/src/tree-group.scss +72 -72
  242. package/packages/theme-chalk/src/tree.scss +165 -165
  243. package/packages/theme-chalk/src/upload.scss +172 -172
  244. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  245. package/packages/tips/index.js +5 -5
  246. package/packages/tips/src/main.vue +141 -141
  247. package/packages/toolbar/index.js +5 -5
  248. package/packages/toolbar/src/main.vue +430 -430
  249. package/packages/tree/index.js +5 -5
  250. package/packages/tree-group/index.js +5 -5
  251. package/packages/upload/.DS_Store +0 -0
  252. package/packages/upload/index.js +5 -5
  253. package/packages/upload/src/main.vue +1348 -1348
  254. package/packages/upload/src/picture.js +15 -15
  255. package/packages/wujie/index.js +5 -5
  256. package/packages/wujie/src/main.vue +145 -145
  257. package/packages/wxlogin/index.js +5 -5
  258. package/packages/wxlogin/src/main.vue +128 -128
  259. package/src/.DS_Store +0 -0
  260. package/src/config/api.js +294 -294
  261. package/src/config/image.js +2 -2
  262. package/src/index.js +163 -163
  263. package/src/utils/.DS_Store +0 -0
  264. package/src/utils/bus.js +3 -3
  265. package/src/utils/date-util.js +312 -312
  266. package/src/utils/http.js +50 -50
  267. package/src/utils/rules.js +18 -18
  268. package/src/utils/store.js +21 -21
  269. package/src/utils/webSocket.js +107 -107
package/lib/main.js CHANGED
@@ -7208,10 +7208,10 @@ var external_throttle_debounce_ = __webpack_require__(14);
7208
7208
  this.$emit('click', res);
7209
7209
  },
7210
7210
 
7211
- /**
7212
- * @desc:获取气泡提醒
7213
- * @author huangbo
7214
- * @date 2024年9月7日
7211
+ /**
7212
+ * @desc:获取气泡提醒
7213
+ * @author huangbo
7214
+ * @date 2024年9月7日
7215
7215
  **/
7216
7216
  getBadge: function getBadge(res) {
7217
7217
  var num = res.tips || 0;
@@ -11240,10 +11240,10 @@ var events = [function (tabs, index, that) {
11240
11240
  },
11241
11241
 
11242
11242
  methods: {
11243
- /**
11244
- * @desc:匹配路由
11245
- * @author huangbo
11246
- * @date 2024年9月7日
11243
+ /**
11244
+ * @desc:匹配路由
11245
+ * @author huangbo
11246
+ * @date 2024年9月7日
11247
11247
  **/
11248
11248
  hasRouter: function hasRouter(res, url, code) {
11249
11249
  if (!url) {
@@ -11287,10 +11287,10 @@ var events = [function (tabs, index, that) {
11287
11287
  return false;
11288
11288
  },
11289
11289
 
11290
- /**
11291
- * @desc:获取初始数据
11292
- * @author huangbo
11293
- * @date 2024年9月7日
11290
+ /**
11291
+ * @desc:获取初始数据
11292
+ * @author huangbo
11293
+ * @date 2024年9月7日
11294
11294
  **/
11295
11295
  init: function init(results, first) {
11296
11296
  this.setConfig(results);
@@ -11299,10 +11299,10 @@ var events = [function (tabs, index, that) {
11299
11299
  }
11300
11300
  },
11301
11301
 
11302
- /**
11303
- * @desc:设置用户配置及信息
11304
- * @author huangbo
11305
- * @date 2024年9月7日
11302
+ /**
11303
+ * @desc:设置用户配置及信息
11304
+ * @author huangbo
11305
+ * @date 2024年9月7日
11306
11306
  **/
11307
11307
  setConfig: function setConfig(results) {
11308
11308
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -11436,10 +11436,10 @@ var events = [function (tabs, index, that) {
11436
11436
  }
11437
11437
  },
11438
11438
 
11439
- /**
11440
- * @desc:获取所有应用
11441
- * @author huangbo
11442
- * @date 2024年9月7日
11439
+ /**
11440
+ * @desc:获取所有应用
11441
+ * @author huangbo
11442
+ * @date 2024年9月7日
11443
11443
  **/
11444
11444
  getApplications: function getApplications() {
11445
11445
  var _this = this;
@@ -11487,10 +11487,10 @@ var events = [function (tabs, index, that) {
11487
11487
  });
11488
11488
  },
11489
11489
 
11490
- /**
11491
- * @desc:获取菜单列表
11492
- * @author huangbo
11493
- * @date 2024年9月7日
11490
+ /**
11491
+ * @desc:获取菜单列表
11492
+ * @author huangbo
11493
+ * @date 2024年9月7日
11494
11494
  **/
11495
11495
  getMenus: function getMenus(loading) {
11496
11496
  var _this2 = this;
@@ -11523,10 +11523,10 @@ var events = [function (tabs, index, that) {
11523
11523
  });
11524
11524
  },
11525
11525
 
11526
- /**
11527
- * @desc:处理菜单列表
11528
- * @author huangbo
11529
- * @date 2024年9月7日
11526
+ /**
11527
+ * @desc:处理菜单列表
11528
+ * @author huangbo
11529
+ * @date 2024年9月7日
11530
11530
  **/
11531
11531
  renderMenus: function renderMenus(res) {
11532
11532
  this.menus = res;
@@ -11622,10 +11622,10 @@ var events = [function (tabs, index, that) {
11622
11622
  }
11623
11623
  },
11624
11624
 
11625
- /**
11626
- * @desc:设置页面加载类型
11627
- * @author huangbo
11628
- * @date 2024年9月7日
11625
+ /**
11626
+ * @desc:设置页面加载类型
11627
+ * @author huangbo
11628
+ * @date 2024年9月7日
11629
11629
  **/
11630
11630
  setIframeType: function setIframeType(res) {
11631
11631
  var url = res.url;
@@ -11681,10 +11681,10 @@ var events = [function (tabs, index, that) {
11681
11681
  return res;
11682
11682
  },
11683
11683
 
11684
- /**
11685
- * @desc:获取菜单
11686
- * @author huangbo
11687
- * @date 2024年9月7日
11684
+ /**
11685
+ * @desc:获取菜单
11686
+ * @author huangbo
11687
+ * @date 2024年9月7日
11688
11688
  **/
11689
11689
  getMenu: function getMenu(menus, res, key) {
11690
11690
  if (Array.isArray(menus)) {
@@ -11713,10 +11713,10 @@ var events = [function (tabs, index, that) {
11713
11713
  return false;
11714
11714
  },
11715
11715
 
11716
- /**
11717
- * @desc:获取菜单第一条数据
11718
- * @author huangbo
11719
- * @date 2024年9月7日
11716
+ /**
11717
+ * @desc:获取菜单第一条数据
11718
+ * @author huangbo
11719
+ * @date 2024年9月7日
11720
11720
  **/
11721
11721
  getFirst: function getFirst(obj) {
11722
11722
  if (!obj) {
@@ -11735,10 +11735,10 @@ var events = [function (tabs, index, that) {
11735
11735
  }
11736
11736
  },
11737
11737
 
11738
- /**
11739
- * @desc:遍历设置菜单气泡提醒
11740
- * @author huangbo
11741
- * @date 2024年9月7日
11738
+ /**
11739
+ * @desc:遍历设置菜单气泡提醒
11740
+ * @author huangbo
11741
+ * @date 2024年9月7日
11742
11742
  **/
11743
11743
  setTips: function setTips(obj) {
11744
11744
  var _this3 = this;
@@ -11801,10 +11801,10 @@ var events = [function (tabs, index, that) {
11801
11801
  }
11802
11802
  },
11803
11803
 
11804
- /**
11805
- * @desc:获取气泡提醒
11806
- * @author huangbo
11807
- * @date 2024年9月7日
11804
+ /**
11805
+ * @desc:获取气泡提醒
11806
+ * @author huangbo
11807
+ * @date 2024年9月7日
11808
11808
  **/
11809
11809
  getBadge: function getBadge(res) {
11810
11810
  var num = res.tips || 0;
@@ -11818,10 +11818,10 @@ var events = [function (tabs, index, that) {
11818
11818
  };
11819
11819
  },
11820
11820
 
11821
- /**
11822
- * @desc:开启weosocket
11823
- * @author huangbo
11824
- * @date 2024年9月7日
11821
+ /**
11822
+ * @desc:开启weosocket
11823
+ * @author huangbo
11824
+ * @date 2024年9月7日
11825
11825
  **/
11826
11826
  initWebSocket: function initWebSocket() {
11827
11827
  var _this5 = this;
@@ -11870,10 +11870,10 @@ var events = [function (tabs, index, that) {
11870
11870
  });
11871
11871
  },
11872
11872
 
11873
- /**
11874
- * @desc:显示用户信息
11875
- * @author huangbo
11876
- * @date 2024年9月7日
11873
+ /**
11874
+ * @desc:显示用户信息
11875
+ * @author huangbo
11876
+ * @date 2024年9月7日
11877
11877
  **/
11878
11878
  showUserInfo: function showUserInfo() {
11879
11879
  if (this.showUser === false) {
@@ -11881,19 +11881,19 @@ var events = [function (tabs, index, that) {
11881
11881
  }
11882
11882
  },
11883
11883
 
11884
- /**
11885
- * @desc:删除更多应用菜单点击
11886
- * @author huangbo
11887
- * @date 2024年9月7日
11884
+ /**
11885
+ * @desc:删除更多应用菜单点击
11886
+ * @author huangbo
11887
+ * @date 2024年9月7日
11888
11888
  **/
11889
11889
  handleDelete: function handleDelete(index) {
11890
11890
  this.newApps.splice(index, 1);
11891
11891
  },
11892
11892
 
11893
- /**
11894
- * @desc:储存更多应用菜单点击
11895
- * @author huangbo
11896
- * @date 2024年9月7日
11893
+ /**
11894
+ * @desc:储存更多应用菜单点击
11895
+ * @author huangbo
11896
+ * @date 2024年9月7日
11897
11897
  **/
11898
11898
  handlerClickApps: function handlerClickApps(res) {
11899
11899
  if (res.permission === false) {
@@ -11906,10 +11906,10 @@ var events = [function (tabs, index, that) {
11906
11906
  this.handlerClickApp(res);
11907
11907
  },
11908
11908
 
11909
- /**
11910
- * @desc:侧边应用菜单点击
11911
- * @author huangbo
11912
- * @date 2024年9月7日
11909
+ /**
11910
+ * @desc:侧边应用菜单点击
11911
+ * @author huangbo
11912
+ * @date 2024年9月7日
11913
11913
  **/
11914
11914
  handlerClickApp: function handlerClickApp(res) {
11915
11915
  this.showMsg = false;
@@ -11998,10 +11998,10 @@ var events = [function (tabs, index, that) {
11998
11998
  }
11999
11999
  },
12000
12000
 
12001
- /**
12002
- * @desc:显示Drawer界面
12003
- * @author huangbo
12004
- * @date 2024年9月7日
12001
+ /**
12002
+ * @desc:显示Drawer界面
12003
+ * @author huangbo
12004
+ * @date 2024年9月7日
12005
12005
  **/
12006
12006
  handlerSetDrawer: function handlerSetDrawer(res, type) {
12007
12007
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -12021,19 +12021,19 @@ var events = [function (tabs, index, that) {
12021
12021
  }
12022
12022
  },
12023
12023
 
12024
- /**
12025
- * @desc:关闭Drawer界面
12026
- * @author huangbo
12027
- * @date 2024年9月7日
12024
+ /**
12025
+ * @desc:关闭Drawer界面
12026
+ * @author huangbo
12027
+ * @date 2024年9月7日
12028
12028
  **/
12029
12029
  handleCloseDrawer: function handleCloseDrawer() {
12030
12030
  this.drawer = { visible: false };
12031
12031
  },
12032
12032
 
12033
- /**
12034
- * @desc:菜单点击
12035
- * @author huangbo
12036
- * @date 2024年9月7日
12033
+ /**
12034
+ * @desc:菜单点击
12035
+ * @author huangbo
12036
+ * @date 2024年9月7日
12037
12037
  **/
12038
12038
  handlerClickMenu: function handlerClickMenu(res) {
12039
12039
  util["a" /* default */].ajax({
@@ -12082,19 +12082,19 @@ var events = [function (tabs, index, that) {
12082
12082
  },
12083
12083
 
12084
12084
 
12085
- /**
12086
- * @desc:用户详情请求成功
12087
- * @author huangbo
12088
- * @date 2024年9月7日
12085
+ /**
12086
+ * @desc:用户详情请求成功
12087
+ * @author huangbo
12088
+ * @date 2024年9月7日
12089
12089
  **/
12090
12090
  handleSuccess: function handleSuccess(res) {
12091
12091
  this.simpleUserInfo = res.simpleUserInfo;
12092
12092
  },
12093
12093
 
12094
- /**
12095
- * @desc:修改用户配置
12096
- * @author huangbo
12097
- * @date 2024年9月7日
12094
+ /**
12095
+ * @desc:修改用户配置
12096
+ * @author huangbo
12097
+ * @date 2024年9月7日
12098
12098
  **/
12099
12099
  handleChangeConfig: function handleChangeConfig(name, res) {
12100
12100
  if (name == 'userHeadUrl') {
@@ -12110,10 +12110,10 @@ var events = [function (tabs, index, that) {
12110
12110
  }
12111
12111
  },
12112
12112
 
12113
- /**
12114
- * @desc:关闭webSocket
12115
- * @author huangbo
12116
- * @date 2024年9月7日
12113
+ /**
12114
+ * @desc:关闭webSocket
12115
+ * @author huangbo
12116
+ * @date 2024年9月7日
12117
12117
  **/
12118
12118
  handlerClose: function handlerClose() {
12119
12119
  if (this.webSocket) {
@@ -12121,10 +12121,10 @@ var events = [function (tabs, index, that) {
12121
12121
  }
12122
12122
  },
12123
12123
 
12124
- /**
12125
- * @desc:刷新选中iframe页签
12126
- * @author huangbo
12127
- * @date 2024年9月7日
12124
+ /**
12125
+ * @desc:刷新选中iframe页签
12126
+ * @author huangbo
12127
+ * @date 2024年9月7日
12128
12128
  **/
12129
12129
  handleRefresh: function handleRefresh() {
12130
12130
  var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -12145,10 +12145,10 @@ var events = [function (tabs, index, that) {
12145
12145
  }
12146
12146
  },
12147
12147
 
12148
- /**
12149
- * @desc:删除iframe
12150
- * @author huangbo
12151
- * @date 2024年9月7日
12148
+ /**
12149
+ * @desc:删除iframe
12150
+ * @author huangbo
12151
+ * @date 2024年9月7日
12152
12152
  **/
12153
12153
  handleRemove: function handleRemove(name) {
12154
12154
  var len = this.tabs.length - 1;
@@ -12165,10 +12165,10 @@ var events = [function (tabs, index, that) {
12165
12165
  }
12166
12166
  },
12167
12167
 
12168
- /**
12169
- * @desc:tabs鼠标右键事件
12170
- * @author huangbo
12171
- * @date 2024年9月7日
12168
+ /**
12169
+ * @desc:tabs鼠标右键事件
12170
+ * @author huangbo
12171
+ * @date 2024年9月7日
12172
12172
  **/
12173
12173
  handleContextmenu: function handleContextmenu(tabs, e) {
12174
12174
  var disabled = {};
@@ -12193,10 +12193,10 @@ var events = [function (tabs, index, that) {
12193
12193
  window.addEventListener('click', this.closeTabsEvents);
12194
12194
  },
12195
12195
 
12196
- /**
12197
- * @desc:tabs页签事件
12198
- * @author huangbo
12199
- * @date 2024年9月7日
12196
+ /**
12197
+ * @desc:tabs页签事件
12198
+ * @author huangbo
12199
+ * @date 2024年9月7日
12200
12200
  **/
12201
12201
  handleTabsEvents: function handleTabsEvents(num) {
12202
12202
  if (this.pane !== null) {
@@ -12214,10 +12214,10 @@ var events = [function (tabs, index, that) {
12214
12214
  window.removeEventListener('click', this.closeTabsEvents);
12215
12215
  },
12216
12216
 
12217
- /**
12218
- * @desc:handler工具栏点击事件
12219
- * @author huangbo
12220
- * @date 2024年9月7日
12217
+ /**
12218
+ * @desc:handler工具栏点击事件
12219
+ * @author huangbo
12220
+ * @date 2024年9月7日
12221
12221
  **/
12222
12222
  handleClick: function handleClick(res) {
12223
12223
  var type = res.type,
@@ -12295,10 +12295,10 @@ var events = [function (tabs, index, that) {
12295
12295
  this.$emit('handler-click', res);
12296
12296
  },
12297
12297
 
12298
- /**
12299
- * @desc:退出登录
12300
- * @author huangbo
12301
- * @date 2024年9月7日
12298
+ /**
12299
+ * @desc:退出登录
12300
+ * @author huangbo
12301
+ * @date 2024年9月7日
12302
12302
  **/
12303
12303
  handleQuit: function handleQuit() {
12304
12304
  var _this6 = this;
@@ -12373,10 +12373,10 @@ var events = [function (tabs, index, that) {
12373
12373
  }).catch(function (e) {});
12374
12374
  },
12375
12375
 
12376
- /**
12377
- * @desc:主题、消息回调
12378
- * @author huangbo
12379
- * @date 2024年9月7日
12376
+ /**
12377
+ * @desc:主题、消息回调
12378
+ * @author huangbo
12379
+ * @date 2024年9月7日
12380
12380
  **/
12381
12381
  handleChange: function handleChange(res) {
12382
12382
  var type = res.type,
@@ -12392,10 +12392,10 @@ var events = [function (tabs, index, that) {
12392
12392
  }
12393
12393
  },
12394
12394
 
12395
- /**
12396
- * @desc:菜单布局样式切换
12397
- * @author huangbo
12398
- * @date 2024年9月7日
12395
+ /**
12396
+ * @desc:菜单布局样式切换
12397
+ * @author huangbo
12398
+ * @date 2024年9月7日
12399
12399
  **/
12400
12400
  handleLayout: function handleLayout(res, active) {
12401
12401
  if (active) {
@@ -12404,10 +12404,10 @@ var events = [function (tabs, index, that) {
12404
12404
  this.$emit('chang-layout', res, active);
12405
12405
  },
12406
12406
 
12407
- /**
12408
- * @desc:消息修改总数
12409
- * @author huangbo
12410
- * @date 2024年9月7日
12407
+ /**
12408
+ * @desc:消息修改总数
12409
+ * @author huangbo
12410
+ * @date 2024年9月7日
12411
12411
  **/
12412
12412
  handleMenuTips: function handleMenuTips(id, num) {
12413
12413
  if (num) {
@@ -12418,10 +12418,10 @@ var events = [function (tabs, index, that) {
12418
12418
  }
12419
12419
  },
12420
12420
 
12421
- /**
12422
- * @desc:处理即时消息
12423
- * @author huangbo
12424
- * @date 2024年9月7日
12421
+ /**
12422
+ * @desc:处理即时消息
12423
+ * @author huangbo
12424
+ * @date 2024年9月7日
12425
12425
  **/
12426
12426
  handleOpened: function handleOpened(res) {
12427
12427
  var _this7 = this;
package/lib/qr-code.js CHANGED
@@ -4322,19 +4322,19 @@ var QRCode = __webpack_require__(28);
4322
4322
  //设置logo大小
4323
4323
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
4324
4324
  //设置获取的logo将其变为圆角以及添加白色背景
4325
- /* ctx.fillStyle = "#fff";
4326
- ctx.beginPath();
4327
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
4328
- let w = 46; //圆角宽
4329
- let x = logoPosition - 5;
4330
- let y = logoPosition - 5;
4331
- let r = 5; //圆角半径
4332
- ctx.moveTo(x + r, y);
4333
- ctx.arcTo(x + w, y, x + w, y + h, r);
4334
- ctx.arcTo(x + w, y + h, x, y + h, r);
4335
- ctx.arcTo(x, y + h, x, y, r);
4336
- ctx.arcTo(x, y, x + w, y, r);
4337
- ctx.closePath();
4325
+ /* ctx.fillStyle = "#fff";
4326
+ ctx.beginPath();
4327
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
4328
+ let w = 46; //圆角宽
4329
+ let x = logoPosition - 5;
4330
+ let y = logoPosition - 5;
4331
+ let r = 5; //圆角半径
4332
+ ctx.moveTo(x + r, y);
4333
+ ctx.arcTo(x + w, y, x + w, y + h, r);
4334
+ ctx.arcTo(x + w, y + h, x, y + h, r);
4335
+ ctx.arcTo(x, y + h, x, y, r);
4336
+ ctx.arcTo(x, y, x + w, y, r);
4337
+ ctx.closePath();
4338
4338
  ctx.fill(); */
4339
4339
  logo.onload = function () {
4340
4340
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
package/lib/table-form.js CHANGED
@@ -4180,8 +4180,8 @@ module.exports = require("json-bigint");
4180
4180
  // ESM COMPAT FLAG
4181
4181
  __webpack_require__.r(__webpack_exports__);
4182
4182
 
4183
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=a829d438&
4184
- var tablevue_type_template_id_a829d438_render = function () {
4183
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=0d90ce54&
4184
+ var tablevue_type_template_id_0d90ce54_render = function () {
4185
4185
  var _vm = this
4186
4186
  var _h = _vm.$createElement
4187
4187
  var _c = _vm._self._c || _h
@@ -5225,6 +5225,7 @@ var tablevue_type_template_id_a829d438_render = function () {
5225
5225
  data: item,
5226
5226
  attrs: [
5227
5227
  "value",
5228
+ "label",
5228
5229
  ],
5229
5230
  }
5230
5231
  ),
@@ -6012,6 +6013,7 @@ var tablevue_type_template_id_a829d438_render = function () {
6012
6013
  attrs:
6013
6014
  [
6014
6015
  "value",
6016
+ "label",
6015
6017
  ],
6016
6018
  }
6017
6019
  ),
@@ -6671,6 +6673,7 @@ var tablevue_type_template_id_a829d438_render = function () {
6671
6673
  attrs:
6672
6674
  [
6673
6675
  "value",
6676
+ "label",
6674
6677
  ],
6675
6678
  }
6676
6679
  ),
@@ -7024,10 +7027,10 @@ var tablevue_type_template_id_a829d438_render = function () {
7024
7027
  )
7025
7028
  }
7026
7029
  var staticRenderFns = []
7027
- tablevue_type_template_id_a829d438_render._withStripped = true
7030
+ tablevue_type_template_id_0d90ce54_render._withStripped = true
7028
7031
 
7029
7032
 
7030
- // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=a829d438&
7033
+ // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=0d90ce54&
7031
7034
 
7032
7035
  // EXTERNAL MODULE: ./src/utils/rules.js
7033
7036
  var rules = __webpack_require__(16);
@@ -8544,7 +8547,7 @@ var componentNormalizer = __webpack_require__(3);
8544
8547
 
8545
8548
  var component = Object(componentNormalizer["a" /* default */])(
8546
8549
  src_tablevue_type_script_lang_js_,
8547
- tablevue_type_template_id_a829d438_render,
8550
+ tablevue_type_template_id_0d90ce54_render,
8548
8551
  staticRenderFns,
8549
8552
  false,
8550
8553
  null,