eoss-ui 0.7.77 → 0.7.78

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 (219) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +270 -254
  3. package/lib/index.js +1 -1
  4. package/lib/qr-code.js +13 -13
  5. package/lib/selector-panel.js +18 -2
  6. package/lib/theme-chalk/index.css +1 -1
  7. package/lib/theme-chalk/login.css +1 -1
  8. package/package.json +1 -1
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/calendar/index.js +5 -5
  13. package/packages/calogin/index.js +5 -5
  14. package/packages/calogin/src/plugin.js +915 -915
  15. package/packages/card/index.js +5 -5
  16. package/packages/card/src/main.vue +156 -156
  17. package/packages/cascader/index.js +5 -5
  18. package/packages/cascader/src/main.vue +168 -168
  19. package/packages/checkbox-group/index.js +5 -5
  20. package/packages/checkbox-group/src/main.vue +333 -333
  21. package/packages/clients/index.js +5 -5
  22. package/packages/data-table/index.js +5 -5
  23. package/packages/data-table/src/children.vue +39 -39
  24. package/packages/data-table/src/sizer.vue +195 -195
  25. package/packages/data-table-form/index.js +5 -5
  26. package/packages/data-table-form/src/checkbox.vue +101 -101
  27. package/packages/data-table-form/src/colgroup.vue +17 -17
  28. package/packages/data-table-form/src/main.vue +181 -181
  29. package/packages/data-table-form/src/radio.vue +65 -65
  30. package/packages/data-table-form/src/table.vue +233 -233
  31. package/packages/data-table-form/src/tbody.vue +336 -336
  32. package/packages/data-table-form/src/thead.vue +68 -68
  33. package/packages/date-picker/index.js +5 -5
  34. package/packages/date-picker/src/main.vue +236 -236
  35. package/packages/dialog/index.js +5 -5
  36. package/packages/enable-drag/index.js +5 -5
  37. package/packages/enterprise/index.js +5 -5
  38. package/packages/enterprise/src/main.vue +66 -66
  39. package/packages/error-page/index.js +5 -5
  40. package/packages/error-page/src/main.vue +44 -44
  41. package/packages/flow/index.js +5 -5
  42. package/packages/flow/src/component/TimeLimit.vue +190 -190
  43. package/packages/flow/src/table.vue +58 -58
  44. package/packages/flow-group/index.js +5 -5
  45. package/packages/flow-list/index.js +5 -5
  46. package/packages/form/index.js +5 -5
  47. package/packages/handle-user/index.js +5 -5
  48. package/packages/handler/index.js +5 -5
  49. package/packages/icon/index.js +5 -5
  50. package/packages/icons/index.js +5 -5
  51. package/packages/icons/src/main.vue +81 -81
  52. package/packages/input/index.js +5 -5
  53. package/packages/input/src/main.vue +356 -356
  54. package/packages/input-number/index.js +5 -5
  55. package/packages/input-number/src/main.vue +106 -106
  56. package/packages/label/index.js +5 -5
  57. package/packages/label/src/main.vue +457 -457
  58. package/packages/layout/index.js +5 -5
  59. package/packages/layout/src/item.vue +152 -152
  60. package/packages/layout/src/main.vue +31 -31
  61. package/packages/login/index.js +5 -5
  62. package/packages/main/index.js +5 -5
  63. package/packages/main/src/default/message.vue +249 -249
  64. package/packages/main/src/default/notice.vue +157 -157
  65. package/packages/main/src/simplicity/lists.vue +84 -84
  66. package/packages/main/src/simplicity/router-page.vue +45 -45
  67. package/packages/menu/index.js +5 -5
  68. package/packages/nav/index.js +5 -5
  69. package/packages/notify/index.js +5 -5
  70. package/packages/notify/src/main.vue +538 -538
  71. package/packages/page/index.js +5 -5
  72. package/packages/page/src/main.vue +167 -167
  73. package/packages/pagination/index.js +5 -5
  74. package/packages/pagination/src/main.vue +96 -96
  75. package/packages/player/index.js +5 -5
  76. package/packages/player/src/main.vue +194 -194
  77. package/packages/qr-code/index.js +5 -5
  78. package/packages/qr-code/src/main.vue +170 -170
  79. package/packages/radio-group/index.js +6 -6
  80. package/packages/radio-group/src/main.vue +319 -319
  81. package/packages/retrial-auth/index.js +5 -5
  82. package/packages/retrial-auth/src/main.vue +280 -280
  83. package/packages/select/index.js +5 -5
  84. package/packages/select-ganged/index.js +5 -5
  85. package/packages/select-ganged/src/main.vue +724 -724
  86. package/packages/selector/index.js +5 -5
  87. package/packages/selector-panel/index.js +5 -5
  88. package/packages/selector-panel/src/main.vue +3 -0
  89. package/packages/selector-panel/src/tree.vue +129 -129
  90. package/packages/sizer/index.js +5 -5
  91. package/packages/sizer/src/main.vue +254 -254
  92. package/packages/steps/index.js +5 -5
  93. package/packages/steps/src/main.vue +181 -181
  94. package/packages/switch/index.js +5 -5
  95. package/packages/table-form/index.js +5 -5
  96. package/packages/tabs/index.js +5 -5
  97. package/packages/tabs/src/main.vue +788 -788
  98. package/packages/tabs-panel/index.js +5 -5
  99. package/packages/tabs-panel/src/main.vue +29 -29
  100. package/packages/theme-chalk/gulpfile.js +25 -0
  101. package/packages/theme-chalk/src/base.scss +261 -261
  102. package/packages/theme-chalk/src/button-group.scss +176 -176
  103. package/packages/theme-chalk/src/button.scss +24 -24
  104. package/packages/theme-chalk/src/calendar.scss +113 -113
  105. package/packages/theme-chalk/src/card.scss +99 -99
  106. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  107. package/packages/theme-chalk/src/clients.scss +87 -87
  108. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  109. package/packages/theme-chalk/src/date-picker.scss +7 -7
  110. package/packages/theme-chalk/src/dialog.scss +77 -77
  111. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  112. package/packages/theme-chalk/src/enterprise.scss +5 -5
  113. package/packages/theme-chalk/src/error-page.scss +18 -18
  114. package/packages/theme-chalk/src/flow-group.scss +110 -110
  115. package/packages/theme-chalk/src/flow-list.scss +39 -39
  116. package/packages/theme-chalk/src/handle-user.scss +40 -40
  117. package/packages/theme-chalk/src/icons.scss +99 -99
  118. package/packages/theme-chalk/src/input.scss +9 -9
  119. package/packages/theme-chalk/src/label.scss +24 -24
  120. package/packages/theme-chalk/src/layout.scss +46 -46
  121. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  122. package/packages/theme-chalk/src/nav.scss +111 -111
  123. package/packages/theme-chalk/src/page.scss +3 -3
  124. package/packages/theme-chalk/src/pagination.scss +29 -29
  125. package/packages/theme-chalk/src/player.scss +9 -9
  126. package/packages/theme-chalk/src/qr-code.scss +17 -17
  127. package/packages/theme-chalk/src/radio-group.scss +9 -9
  128. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  129. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  130. package/packages/theme-chalk/src/select.scss +8 -8
  131. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  132. package/packages/theme-chalk/src/sizer.scss +36 -36
  133. package/packages/theme-chalk/src/steps.scss +88 -88
  134. package/packages/theme-chalk/src/switch.scss +3 -3
  135. package/packages/theme-chalk/src/table-form.scss +1 -1
  136. package/packages/theme-chalk/src/tabs.scss +87 -87
  137. package/packages/theme-chalk/src/tips.scss +7 -7
  138. package/packages/theme-chalk/src/toolbar.scss +179 -179
  139. package/packages/theme-chalk/src/tree-group.scss +72 -72
  140. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  141. package/packages/tips/index.js +5 -5
  142. package/packages/toolbar/index.js +5 -5
  143. package/packages/tree/index.js +5 -5
  144. package/packages/tree-group/index.js +5 -5
  145. package/packages/upload/index.js +5 -5
  146. package/packages/upload/src/picture.js +15 -15
  147. package/packages/wujie/index.js +5 -5
  148. package/packages/wujie/src/main.vue +145 -145
  149. package/packages/wxlogin/index.js +5 -5
  150. package/packages/wxlogin/src/main.vue +128 -128
  151. package/src/config/image.js +2 -2
  152. package/src/index.js +1 -1
  153. package/src/utils/bus.js +3 -3
  154. package/src/utils/date-util.js +312 -312
  155. package/src/utils/http.js +50 -50
  156. package/src/utils/store.js +21 -21
  157. package/src/utils/webSocket.js +107 -107
  158. package/packages/theme-chalk/lib/base.css +0 -1
  159. package/packages/theme-chalk/lib/button-group.css +0 -1
  160. package/packages/theme-chalk/lib/button.css +0 -1
  161. package/packages/theme-chalk/lib/calendar.css +0 -1
  162. package/packages/theme-chalk/lib/calogin.css +0 -0
  163. package/packages/theme-chalk/lib/card.css +0 -1
  164. package/packages/theme-chalk/lib/cascader.css +0 -0
  165. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  166. package/packages/theme-chalk/lib/clients.css +0 -1
  167. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  168. package/packages/theme-chalk/lib/data-table.css +0 -1
  169. package/packages/theme-chalk/lib/date-picker.css +0 -1
  170. package/packages/theme-chalk/lib/dialog.css +0 -1
  171. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  172. package/packages/theme-chalk/lib/enterprise.css +0 -1
  173. package/packages/theme-chalk/lib/error-page.css +0 -1
  174. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  175. package/packages/theme-chalk/lib/flow-group.css +0 -1
  176. package/packages/theme-chalk/lib/flow-list.css +0 -1
  177. package/packages/theme-chalk/lib/flow.css +0 -1
  178. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  179. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  180. package/packages/theme-chalk/lib/form.css +0 -1
  181. package/packages/theme-chalk/lib/handle-user.css +0 -1
  182. package/packages/theme-chalk/lib/handler.css +0 -1
  183. package/packages/theme-chalk/lib/icon.css +0 -1
  184. package/packages/theme-chalk/lib/icons.css +0 -1
  185. package/packages/theme-chalk/lib/index.css +0 -1
  186. package/packages/theme-chalk/lib/input-number.css +0 -0
  187. package/packages/theme-chalk/lib/input.css +0 -1
  188. package/packages/theme-chalk/lib/label.css +0 -1
  189. package/packages/theme-chalk/lib/layout.css +0 -1
  190. package/packages/theme-chalk/lib/login.css +0 -1
  191. package/packages/theme-chalk/lib/main.css +0 -1
  192. package/packages/theme-chalk/lib/menu.css +0 -1
  193. package/packages/theme-chalk/lib/nav.css +0 -1
  194. package/packages/theme-chalk/lib/notify.css +0 -0
  195. package/packages/theme-chalk/lib/page.css +0 -1
  196. package/packages/theme-chalk/lib/pagination.css +0 -1
  197. package/packages/theme-chalk/lib/player.css +0 -1
  198. package/packages/theme-chalk/lib/qr-code.css +0 -1
  199. package/packages/theme-chalk/lib/radio-group.css +0 -1
  200. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  201. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  202. package/packages/theme-chalk/lib/select.css +0 -1
  203. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  204. package/packages/theme-chalk/lib/selector.css +0 -1
  205. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  206. package/packages/theme-chalk/lib/simplicity.css +0 -1
  207. package/packages/theme-chalk/lib/sizer.css +0 -1
  208. package/packages/theme-chalk/lib/steps.css +0 -1
  209. package/packages/theme-chalk/lib/switch.css +0 -1
  210. package/packages/theme-chalk/lib/table-form.css +0 -0
  211. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  212. package/packages/theme-chalk/lib/tabs.css +0 -1
  213. package/packages/theme-chalk/lib/tips.css +0 -1
  214. package/packages/theme-chalk/lib/toolbar.css +0 -1
  215. package/packages/theme-chalk/lib/tree-group.css +0 -1
  216. package/packages/theme-chalk/lib/tree.css +0 -1
  217. package/packages/theme-chalk/lib/upload.css +0 -1
  218. package/packages/theme-chalk/lib/wujie.css +0 -0
  219. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -6807,8 +6807,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6807
6807
 
6808
6808
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6809
6809
 
6810
- /**
6811
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6810
+ /**
6811
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6812
6812
  */
6813
6813
  var CA_ExtInterface = function () {
6814
6814
  function CA_ExtInterface() {
@@ -6821,11 +6821,11 @@ var CA_ExtInterface = function () {
6821
6821
  this.init();
6822
6822
  }
6823
6823
 
6824
- /**
6825
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6826
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6827
- * @param {Object} target - 目标对象
6828
- * @param {Object} options - 新的选项对象
6824
+ /**
6825
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6826
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6827
+ * @param {Object} target - 目标对象
6828
+ * @param {Object} options - 新的选项对象
6829
6829
  */
6830
6830
 
6831
6831
 
@@ -6840,8 +6840,8 @@ var CA_ExtInterface = function () {
6840
6840
  }
6841
6841
  };
6842
6842
 
6843
- /**
6844
- * 检查当前会话的 WebSocket URL
6843
+ /**
6844
+ * 检查当前会话的 WebSocket URL
6845
6845
  */
6846
6846
 
6847
6847
 
@@ -6855,8 +6855,8 @@ var CA_ExtInterface = function () {
6855
6855
  }
6856
6856
  };
6857
6857
 
6858
- /**
6859
- * 检查是否使用 ActiveX
6858
+ /**
6859
+ * 检查是否使用 ActiveX
6860
6860
  */
6861
6861
 
6862
6862
 
@@ -6868,11 +6868,11 @@ var CA_ExtInterface = function () {
6868
6868
  }
6869
6869
  };
6870
6870
 
6871
- /**
6872
- * 扩展发送消息并等待响应
6873
- * @param {string} operatorCmd - 操作命令
6874
- * @param {string} sendMsg - 发送的消息
6875
- * @returns {string} 响应消息
6871
+ /**
6872
+ * 扩展发送消息并等待响应
6873
+ * @param {string} operatorCmd - 操作命令
6874
+ * @param {string} sendMsg - 发送的消息
6875
+ * @returns {string} 响应消息
6876
6876
  */
6877
6877
 
6878
6878
 
@@ -6882,11 +6882,11 @@ var CA_ExtInterface = function () {
6882
6882
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6883
6883
  };
6884
6884
 
6885
- /**
6886
- * 发送消息并等待响应
6887
- * @param {string} wsurl - WebSocket URL
6888
- * @param {string} sendMsg - 发送的消息
6889
- * @returns {string} 响应消息
6885
+ /**
6886
+ * 发送消息并等待响应
6887
+ * @param {string} wsurl - WebSocket URL
6888
+ * @param {string} sendMsg - 发送的消息
6889
+ * @returns {string} 响应消息
6890
6890
  */
6891
6891
 
6892
6892
 
@@ -6910,9 +6910,9 @@ var CA_ExtInterface = function () {
6910
6910
  return ResultMsg;
6911
6911
  };
6912
6912
 
6913
- /**
6914
- * 配置选项
6915
- * @param {Object} extendOption - 扩展选项
6913
+ /**
6914
+ * 配置选项
6915
+ * @param {Object} extendOption - 扩展选项
6916
6916
  */
6917
6917
 
6918
6918
 
@@ -6922,8 +6922,8 @@ var CA_ExtInterface = function () {
6922
6922
  }
6923
6923
  };
6924
6924
 
6925
- /**
6926
- * 初始化
6925
+ /**
6926
+ * 初始化
6927
6927
  */
6928
6928
 
6929
6929
 
@@ -6931,9 +6931,9 @@ var CA_ExtInterface = function () {
6931
6931
  this.isUseActioveX();
6932
6932
  };
6933
6933
 
6934
- /**
6935
- * 返回客户端的版本
6936
- * @returns {string} 客户端版本
6934
+ /**
6935
+ * 返回客户端的版本
6936
+ * @returns {string} 客户端版本
6937
6937
  */
6938
6938
 
6939
6939
 
@@ -6946,13 +6946,13 @@ var CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 下载客户端程序并安装
6951
- * @param {string} bstrURL - 下载地址
6952
- * @param {string} bstrHashValue - 哈希值
6953
- * @param {boolean} bSync - 是否同步安装
6954
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6955
- * @returns {number} 安装结果
6949
+ /**
6950
+ * 下载客户端程序并安装
6951
+ * @param {string} bstrURL - 下载地址
6952
+ * @param {string} bstrHashValue - 哈希值
6953
+ * @param {boolean} bSync - 是否同步安装
6954
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6955
+ * @returns {number} 安装结果
6956
6956
  */
6957
6957
 
6958
6958
 
@@ -6966,11 +6966,11 @@ var CA_ExtInterface = function () {
6966
6966
  }
6967
6967
  };
6968
6968
 
6969
- /**
6970
- * 获取硬件指纹信息
6971
- * @param {number} dwSign - 签名
6972
- * @param {string} strGateWayIP - 网关 IP
6973
- * @returns {string} 硬件指纹信息
6969
+ /**
6970
+ * 获取硬件指纹信息
6971
+ * @param {number} dwSign - 签名
6972
+ * @param {string} strGateWayIP - 网关 IP
6973
+ * @returns {string} 硬件指纹信息
6974
6974
  */
6975
6975
 
6976
6976
 
@@ -6984,12 +6984,12 @@ var CA_ExtInterface = function () {
6984
6984
  }
6985
6985
  };
6986
6986
 
6987
- /**
6988
- * 设置转发策略和代填策略
6989
- * @param {string} strProxyPolicy - 转发策略
6990
- * @param {string} strSSOPolicy - 代填策略
6991
- * @param {string} strGatewayAddress - 网关地址
6992
- * @returns {number} 设置结果
6987
+ /**
6988
+ * 设置转发策略和代填策略
6989
+ * @param {string} strProxyPolicy - 转发策略
6990
+ * @param {string} strSSOPolicy - 代填策略
6991
+ * @param {string} strGatewayAddress - 网关地址
6992
+ * @returns {number} 设置结果
6993
6993
  */
6994
6994
 
6995
6995
 
@@ -7003,11 +7003,11 @@ var CA_ExtInterface = function () {
7003
7003
  }
7004
7004
  };
7005
7005
 
7006
- /**
7007
- * 启动认证信息模块
7008
- * @param {string} strFileName - 文件名
7009
- * @param {string} strXmlData - XML 数据
7010
- * @returns {string} 认证信息
7006
+ /**
7007
+ * 启动认证信息模块
7008
+ * @param {string} strFileName - 文件名
7009
+ * @param {string} strXmlData - XML 数据
7010
+ * @returns {string} 认证信息
7011
7011
  */
7012
7012
 
7013
7013
 
@@ -7021,10 +7021,10 @@ var CA_ExtInterface = function () {
7021
7021
  }
7022
7022
  };
7023
7023
 
7024
- /**
7025
- * 打开 BS 应用
7026
- * @param {string} strUrl - 应用 URL
7027
- * @returns {number} 打开结果
7024
+ /**
7025
+ * 打开 BS 应用
7026
+ * @param {string} strUrl - 应用 URL
7027
+ * @returns {number} 打开结果
7028
7028
  */
7029
7029
 
7030
7030
 
@@ -7038,12 +7038,12 @@ var CA_ExtInterface = function () {
7038
7038
  }
7039
7039
  };
7040
7040
 
7041
- /**
7042
- * 打开 CS 应用
7043
- * @param {string} strGatewayAddress - 网关地址
7044
- * @param {string} strAppFlag - 应用标识
7045
- * @param {string} strAppPath - 应用路径
7046
- * @returns {number} 打开结果
7041
+ /**
7042
+ * 打开 CS 应用
7043
+ * @param {string} strGatewayAddress - 网关地址
7044
+ * @param {string} strAppFlag - 应用标识
7045
+ * @param {string} strAppPath - 应用路径
7046
+ * @returns {number} 打开结果
7047
7047
  */
7048
7048
 
7049
7049
 
@@ -7057,13 +7057,13 @@ var CA_ExtInterface = function () {
7057
7057
  }
7058
7058
  };
7059
7059
 
7060
- /**
7061
- * 设置自动更新策略
7062
- * @param {string} strGatewayAddress - 网关地址
7063
- * @param {number} nGatewayPort - 网关端口
7064
- * @param {string} strUserToken - 用户令牌
7065
- * @param {number} updatedelay - 更新延迟
7066
- * @returns {number} 设置结果
7060
+ /**
7061
+ * 设置自动更新策略
7062
+ * @param {string} strGatewayAddress - 网关地址
7063
+ * @param {number} nGatewayPort - 网关端口
7064
+ * @param {string} strUserToken - 用户令牌
7065
+ * @param {number} updatedelay - 更新延迟
7066
+ * @returns {number} 设置结果
7067
7067
  */
7068
7068
 
7069
7069
 
@@ -7077,10 +7077,10 @@ var CA_ExtInterface = function () {
7077
7077
  }
7078
7078
  };
7079
7079
 
7080
- /**
7081
- * 获取客户端 IP
7082
- * @param {string} strGatewayIP - 网关 IP
7083
- * @returns {string} 客户端 IP
7080
+ /**
7081
+ * 获取客户端 IP
7082
+ * @param {string} strGatewayIP - 网关 IP
7083
+ * @returns {string} 客户端 IP
7084
7084
  */
7085
7085
 
7086
7086
 
@@ -7094,10 +7094,10 @@ var CA_ExtInterface = function () {
7094
7094
  }
7095
7095
  };
7096
7096
 
7097
- /**
7098
- * 登出网关
7099
- * @param {string} strServerIP - 服务器 IP
7100
- * @returns {number} 登出结果
7097
+ /**
7098
+ * 登出网关
7099
+ * @param {string} strServerIP - 服务器 IP
7100
+ * @returns {number} 登出结果
7101
7101
  */
7102
7102
 
7103
7103
 
@@ -7111,11 +7111,11 @@ var CA_ExtInterface = function () {
7111
7111
  }
7112
7112
  };
7113
7113
 
7114
- /**
7115
- * 运行安装包
7116
- * @param {number} lRunType - 运行类型
7117
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7118
- * @returns {number} 运行结果
7114
+ /**
7115
+ * 运行安装包
7116
+ * @param {number} lRunType - 运行类型
7117
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7118
+ * @returns {number} 运行结果
7119
7119
  */
7120
7120
 
7121
7121
 
@@ -7129,9 +7129,9 @@ var CA_ExtInterface = function () {
7129
7129
  }
7130
7130
  };
7131
7131
 
7132
- /**
7133
- * 获取下载进度
7134
- * @returns {number} 下载进度
7132
+ /**
7133
+ * 获取下载进度
7134
+ * @returns {number} 下载进度
7135
7135
  */
7136
7136
 
7137
7137
 
@@ -7145,9 +7145,9 @@ var CA_ExtInterface = function () {
7145
7145
  }
7146
7146
  };
7147
7147
 
7148
- /**
7149
- * 是否安装完成
7150
- * @returns {boolean} 安装完成状态
7148
+ /**
7149
+ * 是否安装完成
7150
+ * @returns {boolean} 安装完成状态
7151
7151
  */
7152
7152
 
7153
7153
 
@@ -7161,11 +7161,11 @@ var CA_ExtInterface = function () {
7161
7161
  }
7162
7162
  };
7163
7163
 
7164
- /**
7165
- * 初始化签包对象
7166
- * @param {string} strAlgType - 算法类型
7167
- * @param {string} strAuxParam - 辅助参数
7168
- * @returns {number} 初始化结果
7164
+ /**
7165
+ * 初始化签包对象
7166
+ * @param {string} strAlgType - 算法类型
7167
+ * @param {string} strAuxParam - 辅助参数
7168
+ * @returns {number} 初始化结果
7169
7169
  */
7170
7170
 
7171
7171
 
@@ -7179,10 +7179,10 @@ var CA_ExtInterface = function () {
7179
7179
  }
7180
7180
  };
7181
7181
 
7182
- /**
7183
- * 设置摘要算法
7184
- * @param {string} strDigestAlg - 摘要算法
7185
- * @returns {number} 设置结果
7182
+ /**
7183
+ * 设置摘要算法
7184
+ * @param {string} strDigestAlg - 摘要算法
7185
+ * @returns {number} 设置结果
7186
7186
  */
7187
7187
 
7188
7188
 
@@ -7196,10 +7196,10 @@ var CA_ExtInterface = function () {
7196
7196
  }
7197
7197
  };
7198
7198
 
7199
- /**
7200
- * 设置单证书是否弹出对话框
7201
- * @param {number} isChoose - 是否弹出对话框
7202
- * @returns {number} 设置结果
7199
+ /**
7200
+ * 设置单证书是否弹出对话框
7201
+ * @param {number} isChoose - 是否弹出对话框
7202
+ * @returns {number} 设置结果
7203
7203
  */
7204
7204
 
7205
7205
 
@@ -7213,11 +7213,11 @@ var CA_ExtInterface = function () {
7213
7213
  }
7214
7214
  };
7215
7215
 
7216
- /**
7217
- * 添加证书过滤条件
7218
- * @param {number} ulType - 过滤类型
7219
- * @param {string} strValue - 过滤值
7220
- * @returns {number} 添加结果
7216
+ /**
7217
+ * 添加证书过滤条件
7218
+ * @param {number} ulType - 过滤类型
7219
+ * @param {string} strValue - 过滤值
7220
+ * @returns {number} 添加结果
7221
7221
  */
7222
7222
 
7223
7223
 
@@ -7231,9 +7231,9 @@ var CA_ExtInterface = function () {
7231
7231
  }
7232
7232
  };
7233
7233
 
7234
- /**
7235
- * 清除所有过滤条件
7236
- * @returns {number} 清除结果
7234
+ /**
7235
+ * 清除所有过滤条件
7236
+ * @returns {number} 清除结果
7237
7237
  */
7238
7238
 
7239
7239
 
@@ -7247,10 +7247,10 @@ var CA_ExtInterface = function () {
7247
7247
  }
7248
7248
  };
7249
7249
 
7250
- /**
7251
- * P1 签名
7252
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7253
- * @returns {string} 签名结果
7250
+ /**
7251
+ * P1 签名
7252
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7253
+ * @returns {string} 签名结果
7254
7254
  */
7255
7255
 
7256
7256
 
@@ -7264,10 +7264,10 @@ var CA_ExtInterface = function () {
7264
7264
  }
7265
7265
  };
7266
7266
 
7267
- /**
7268
- * P1 签名字符串
7269
- * @param {string} strValue - 待签名的字符串
7270
- * @returns {string} 签名结果
7267
+ /**
7268
+ * P1 签名字符串
7269
+ * @param {string} strValue - 待签名的字符串
7270
+ * @returns {string} 签名结果
7271
7271
  */
7272
7272
 
7273
7273
 
@@ -7281,12 +7281,12 @@ var CA_ExtInterface = function () {
7281
7281
  }
7282
7282
  };
7283
7283
 
7284
- /**
7285
- * P7 签名
7286
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7287
- * @param {boolean} isDetach - 是否分离签名
7288
- * @param {boolean} isIncludeCert - 是否包含证书
7289
- * @returns {string} 签名结果
7284
+ /**
7285
+ * P7 签名
7286
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7287
+ * @param {boolean} isDetach - 是否分离签名
7288
+ * @param {boolean} isIncludeCert - 是否包含证书
7289
+ * @returns {string} 签名结果
7290
7290
  */
7291
7291
 
7292
7292
 
@@ -7300,12 +7300,12 @@ var CA_ExtInterface = function () {
7300
7300
  }
7301
7301
  };
7302
7302
 
7303
- /**
7304
- * P7 签名字符串
7305
- * @param {string} strValue - 待签名的字符串
7306
- * @param {boolean} isDetach - 是否分离签名
7307
- * @param {boolean} isIncludeCert - 是否包含证书
7308
- * @returns {string} 签名结果
7303
+ /**
7304
+ * P7 签名字符串
7305
+ * @param {string} strValue - 待签名的字符串
7306
+ * @param {boolean} isDetach - 是否分离签名
7307
+ * @param {boolean} isIncludeCert - 是否包含证书
7308
+ * @returns {string} 签名结果
7309
7309
  */
7310
7310
 
7311
7311
 
@@ -7319,9 +7319,9 @@ var CA_ExtInterface = function () {
7319
7319
  }
7320
7320
  };
7321
7321
 
7322
- /**
7323
- * 释放签名对象
7324
- * @returns {number} 释放结果
7322
+ /**
7323
+ * 释放签名对象
7324
+ * @returns {number} 释放结果
7325
7325
  */
7326
7326
 
7327
7327
 
@@ -7335,9 +7335,9 @@ var CA_ExtInterface = function () {
7335
7335
  }
7336
7336
  };
7337
7337
 
7338
- /**
7339
- * 获取签名版本
7340
- * @returns {string} 签名版本
7338
+ /**
7339
+ * 获取签名版本
7340
+ * @returns {string} 签名版本
7341
7341
  */
7342
7342
 
7343
7343
 
@@ -7351,9 +7351,9 @@ var CA_ExtInterface = function () {
7351
7351
  }
7352
7352
  };
7353
7353
 
7354
- /**
7355
- * 获取签名证书
7356
- * @returns {string} 签名证书
7354
+ /**
7355
+ * 获取签名证书
7356
+ * @returns {string} 签名证书
7357
7357
  */
7358
7358
 
7359
7359
 
@@ -7367,9 +7367,9 @@ var CA_ExtInterface = function () {
7367
7367
  }
7368
7368
  };
7369
7369
 
7370
- /**
7371
- * 获取错误码
7372
- * @returns {number} 错误码
7370
+ /**
7371
+ * 获取错误码
7372
+ * @returns {number} 错误码
7373
7373
  */
7374
7374
 
7375
7375
 
@@ -7383,9 +7383,9 @@ var CA_ExtInterface = function () {
7383
7383
  }
7384
7384
  };
7385
7385
 
7386
- /**
7387
- * 获取错误信息
7388
- * @returns {string} 错误信息
7386
+ /**
7387
+ * 获取错误信息
7388
+ * @returns {string} 错误信息
7389
7389
  */
7390
7390
 
7391
7391
 
@@ -7399,9 +7399,9 @@ var CA_ExtInterface = function () {
7399
7399
  }
7400
7400
  };
7401
7401
 
7402
- /**
7403
- * 销毁认证对象
7404
- * @returns {number} 销毁结果
7402
+ /**
7403
+ * 销毁认证对象
7404
+ * @returns {number} 销毁结果
7405
7405
  */
7406
7406
 
7407
7407
 
@@ -7415,9 +7415,9 @@ var CA_ExtInterface = function () {
7415
7415
  }
7416
7416
  };
7417
7417
 
7418
- /**
7419
- * 获取证书类型
7420
- * @returns {string} 证书类型
7418
+ /**
7419
+ * 获取证书类型
7420
+ * @returns {string} 证书类型
7421
7421
  */
7422
7422
 
7423
7423
 
@@ -7431,9 +7431,9 @@ var CA_ExtInterface = function () {
7431
7431
  }
7432
7432
  };
7433
7433
 
7434
- /**
7435
- * 获取签名摘要算法
7436
- * @returns {string} 签名摘要算法
7434
+ /**
7435
+ * 获取签名摘要算法
7436
+ * @returns {string} 签名摘要算法
7437
7437
  */
7438
7438
 
7439
7439
 
@@ -7447,11 +7447,11 @@ var CA_ExtInterface = function () {
7447
7447
  }
7448
7448
  };
7449
7449
 
7450
- /**
7451
- * 使能调用序列
7452
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7453
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7454
- * @returns {number} 使能结果
7450
+ /**
7451
+ * 使能调用序列
7452
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7453
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7454
+ * @returns {number} 使能结果
7455
7455
  */
7456
7456
 
7457
7457
 
@@ -7465,9 +7465,9 @@ var CA_ExtInterface = function () {
7465
7465
  }
7466
7466
  };
7467
7467
 
7468
- /**
7469
- * 清空调用序列结果
7470
- * @returns {number} 清空调用序列结果
7468
+ /**
7469
+ * 清空调用序列结果
7470
+ * @returns {number} 清空调用序列结果
7471
7471
  */
7472
7472
 
7473
7473
 
@@ -7481,9 +7481,9 @@ var CA_ExtInterface = function () {
7481
7481
  }
7482
7482
  };
7483
7483
 
7484
- /**
7485
- * 获取调用序列结果
7486
- * @returns {string} 调用序列结果
7484
+ /**
7485
+ * 获取调用序列结果
7486
+ * @returns {string} 调用序列结果
7487
7487
  */
7488
7488
 
7489
7489
 
@@ -7497,12 +7497,12 @@ var CA_ExtInterface = function () {
7497
7497
  }
7498
7498
  };
7499
7499
 
7500
- /**
7501
- * 客户端安全策略检查
7502
- * @param {string} strGatewayAddress - 网关地址
7503
- * @param {number} usGatewayPort - 网关端口
7504
- * @param {string} strSecurityPolicys - 安全策略
7505
- * @returns {boolean} 检查结果
7500
+ /**
7501
+ * 客户端安全策略检查
7502
+ * @param {string} strGatewayAddress - 网关地址
7503
+ * @param {number} usGatewayPort - 网关端口
7504
+ * @param {string} strSecurityPolicys - 安全策略
7505
+ * @returns {boolean} 检查结果
7506
7506
  */
7507
7507
 
7508
7508
 
@@ -7516,9 +7516,9 @@ var CA_ExtInterface = function () {
7516
7516
  }
7517
7517
  };
7518
7518
 
7519
- /**
7520
- * 获取通讯协议版本
7521
- * @returns {string} 通讯协议版本
7519
+ /**
7520
+ * 获取通讯协议版本
7521
+ * @returns {string} 通讯协议版本
7522
7522
  */
7523
7523
 
7524
7524
 
@@ -7532,13 +7532,13 @@ var CA_ExtInterface = function () {
7532
7532
  }
7533
7533
  };
7534
7534
 
7535
- /**
7536
- * 修改 Key 的 Pin 码
7537
- * @param {string} strCertSn - 证书序列号
7538
- * @param {number} lPinCodeType - Pin 码类型
7539
- * @param {string} strCurPinCode - 当前 Pin 码
7540
- * @param {string} strNewPinCode - 新 Pin 码
7541
- * @returns {number} 修改结果
7535
+ /**
7536
+ * 修改 Key 的 Pin 码
7537
+ * @param {string} strCertSn - 证书序列号
7538
+ * @param {number} lPinCodeType - Pin 码类型
7539
+ * @param {string} strCurPinCode - 当前 Pin 码
7540
+ * @param {string} strNewPinCode - 新 Pin 码
7541
+ * @returns {number} 修改结果
7542
7542
  */
7543
7543
 
7544
7544
 
@@ -7552,10 +7552,10 @@ var CA_ExtInterface = function () {
7552
7552
  }
7553
7553
  };
7554
7554
 
7555
- /**
7556
- * 等待策略设置完毕
7557
- * @param {string} strGatewayAddress - 网关地址
7558
- * @returns {number} 等待结果
7555
+ /**
7556
+ * 等待策略设置完毕
7557
+ * @param {string} strGatewayAddress - 网关地址
7558
+ * @returns {number} 等待结果
7559
7559
  */
7560
7560
 
7561
7561
 
@@ -7569,10 +7569,10 @@ var CA_ExtInterface = function () {
7569
7569
  }
7570
7570
  };
7571
7571
 
7572
- /**
7573
- * 获取会话 Token
7574
- * @param {string} strGatewayAddress - 网关地址
7575
- * @returns {string} 会话 Token
7572
+ /**
7573
+ * 获取会话 Token
7574
+ * @param {string} strGatewayAddress - 网关地址
7575
+ * @returns {string} 会话 Token
7576
7576
  */
7577
7577
 
7578
7578
 
@@ -7586,9 +7586,9 @@ var CA_ExtInterface = function () {
7586
7586
  }
7587
7587
  };
7588
7588
 
7589
- /**
7590
- * 获取控件版本
7591
- * @returns {string} 控件版本
7589
+ /**
7590
+ * 获取控件版本
7591
+ * @returns {string} 控件版本
7592
7592
  */
7593
7593
 
7594
7594
 
@@ -7602,10 +7602,10 @@ var CA_ExtInterface = function () {
7602
7602
  }
7603
7603
  };
7604
7604
 
7605
- /**
7606
- * 设置语言资源
7607
- * @param {string} strLanguage - 语言资源
7608
- * @returns {number} 设置结果
7605
+ /**
7606
+ * 设置语言资源
7607
+ * @param {string} strLanguage - 语言资源
7608
+ * @returns {number} 设置结果
7609
7609
  */
7610
7610
 
7611
7611
 
@@ -7619,12 +7619,12 @@ var CA_ExtInterface = function () {
7619
7619
  }
7620
7620
  };
7621
7621
 
7622
- /**
7623
- * 获取用户属性
7624
- * @param {string} strGatewayAddress - 网关地址
7625
- * @param {string} strAppFlag - 应用标识
7626
- * @param {string} strAttributeName - 属性名称
7627
- * @returns {string} 用户属性值
7622
+ /**
7623
+ * 获取用户属性
7624
+ * @param {string} strGatewayAddress - 网关地址
7625
+ * @param {string} strAppFlag - 应用标识
7626
+ * @param {string} strAttributeName - 属性名称
7627
+ * @returns {string} 用户属性值
7628
7628
  */
7629
7629
 
7630
7630
 
@@ -7638,9 +7638,9 @@ var CA_ExtInterface = function () {
7638
7638
  }
7639
7639
  };
7640
7640
 
7641
- /**
7642
- * 获取签名加密 PIN 码
7643
- * @returns {string} 签名加密 PIN 码
7641
+ /**
7642
+ * 获取签名加密 PIN 码
7643
+ * @returns {string} 签名加密 PIN 码
7644
7644
  */
7645
7645
 
7646
7646
 
@@ -7653,20 +7653,20 @@ var CA_ExtInterface = function () {
7653
7653
  return result.value;
7654
7654
  }
7655
7655
  };
7656
- /*
7657
- *曙光四川CA
7658
- *'SOF_GetUserList' 证书列表
7659
- *'SOF_ExportUserCert' 导出证书
7660
- *'SOF_GetCertInfo': 获取证书信息
7661
- *'SOF_GenRandom': 生成随机数
7662
- *'SOF_SignData': 获取证书签名
7663
- *'SOF_Login': 登录证书
7664
- *'SOF_GetPinRetryCount': 剩余次数
7656
+ /*
7657
+ *曙光四川CA
7658
+ *'SOF_GetUserList' 证书列表
7659
+ *'SOF_ExportUserCert' 导出证书
7660
+ *'SOF_GetCertInfo': 获取证书信息
7661
+ *'SOF_GenRandom': 生成随机数
7662
+ *'SOF_SignData': 获取证书签名
7663
+ *'SOF_Login': 登录证书
7664
+ *'SOF_GetPinRetryCount': 剩余次数
7665
7665
  */
7666
- /**
7667
- *
7668
- * 获取webSocket消息
7669
- * @returns {string}
7666
+ /**
7667
+ *
7668
+ * 获取webSocket消息
7669
+ * @returns {string}
7670
7670
  */
7671
7671
 
7672
7672
 
@@ -7702,10 +7702,10 @@ var CA_ExtInterface = function () {
7702
7702
  };
7703
7703
  });
7704
7704
  };
7705
- /**
7706
- *
7707
- * base64解码
7708
- * @returns {string} base64解码后的字符串
7705
+ /**
7706
+ *
7707
+ * base64解码
7708
+ * @returns {string} base64解码后的字符串
7709
7709
  */
7710
7710
 
7711
7711
 
@@ -7740,10 +7740,10 @@ var CA_ExtInterface = function () {
7740
7740
  val = this.utf8_decode(val);
7741
7741
  return val;
7742
7742
  };
7743
- /**
7744
- *
7745
- * base64编码
7746
- * @returns {string} base64编码后的字符串
7743
+ /**
7744
+ *
7745
+ * base64编码
7746
+ * @returns {string} base64编码后的字符串
7747
7747
  */
7748
7748
 
7749
7749
 
@@ -7776,10 +7776,10 @@ var CA_ExtInterface = function () {
7776
7776
  }
7777
7777
  return val;
7778
7778
  };
7779
- /**
7780
- *
7781
- * utf8解码
7782
- * @returns {string} utf8解码后的字符串
7779
+ /**
7780
+ *
7781
+ * utf8解码
7782
+ * @returns {string} utf8解码后的字符串
7783
7783
  */
7784
7784
 
7785
7785
 
@@ -7808,10 +7808,10 @@ var CA_ExtInterface = function () {
7808
7808
  }
7809
7809
  return string;
7810
7810
  };
7811
- /**
7812
- *
7813
- * utf8编码
7814
- * @returns {string} utf8编码后的字符串
7811
+ /**
7812
+ *
7813
+ * utf8编码
7814
+ * @returns {string} utf8编码后的字符串
7815
7815
  */
7816
7816
 
7817
7817
 
@@ -82900,19 +82900,19 @@ var QRCode = __webpack_require__(27);
82900
82900
  //设置logo大小
82901
82901
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
82902
82902
  //设置获取的logo将其变为圆角以及添加白色背景
82903
- /* ctx.fillStyle = "#fff";
82904
- ctx.beginPath();
82905
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
82906
- let w = 46; //圆角宽
82907
- let x = logoPosition - 5;
82908
- let y = logoPosition - 5;
82909
- let r = 5; //圆角半径
82910
- ctx.moveTo(x + r, y);
82911
- ctx.arcTo(x + w, y, x + w, y + h, r);
82912
- ctx.arcTo(x + w, y + h, x, y + h, r);
82913
- ctx.arcTo(x, y + h, x, y, r);
82914
- ctx.arcTo(x, y, x + w, y, r);
82915
- ctx.closePath();
82903
+ /* ctx.fillStyle = "#fff";
82904
+ ctx.beginPath();
82905
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
82906
+ let w = 46; //圆角宽
82907
+ let x = logoPosition - 5;
82908
+ let y = logoPosition - 5;
82909
+ let r = 5; //圆角半径
82910
+ ctx.moveTo(x + r, y);
82911
+ ctx.arcTo(x + w, y, x + w, y + h, r);
82912
+ ctx.arcTo(x + w, y + h, x, y + h, r);
82913
+ ctx.arcTo(x, y + h, x, y, r);
82914
+ ctx.arcTo(x, y, x + w, y, r);
82915
+ ctx.closePath();
82916
82916
  ctx.fill(); */
82917
82917
  logo.onload = function () {
82918
82918
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -86659,8 +86659,8 @@ selector_src_main.install = function (Vue) {
86659
86659
  };
86660
86660
 
86661
86661
  /* harmony default export */ var selector = (selector_src_main);
86662
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=template&id=51384e73&
86663
- var mainvue_type_template_id_51384e73_render = function () {
86662
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=template&id=4765b5a0&
86663
+ var mainvue_type_template_id_4765b5a0_render = function () {
86664
86664
  var _vm = this
86665
86665
  var _h = _vm.$createElement
86666
86666
  var _c = _vm._self._c || _h
@@ -86903,6 +86903,19 @@ var mainvue_type_template_id_51384e73_render = function () {
86903
86903
  "div",
86904
86904
  { staticClass: "es-selector-handle" },
86905
86905
  [
86906
+ _vm.multiple && _vm.checkeds.length > 0
86907
+ ? _c(
86908
+ "span",
86909
+ { staticStyle: { "margin-right": "20px", color: "red" } },
86910
+ [
86911
+ _vm._v(
86912
+ "\n 已选 " +
86913
+ _vm._s(_vm.checkeds.length) +
86914
+ "\n "
86915
+ ),
86916
+ ]
86917
+ )
86918
+ : _vm._e(),
86906
86919
  _c(
86907
86920
  "el-button",
86908
86921
  {
@@ -86925,11 +86938,11 @@ var mainvue_type_template_id_51384e73_render = function () {
86925
86938
  1
86926
86939
  )
86927
86940
  }
86928
- var mainvue_type_template_id_51384e73_staticRenderFns = []
86929
- mainvue_type_template_id_51384e73_render._withStripped = true
86941
+ var mainvue_type_template_id_4765b5a0_staticRenderFns = []
86942
+ mainvue_type_template_id_4765b5a0_render._withStripped = true
86930
86943
 
86931
86944
 
86932
- // CONCATENATED MODULE: ./packages/selector-panel/src/main.vue?vue&type=template&id=51384e73&
86945
+ // CONCATENATED MODULE: ./packages/selector-panel/src/main.vue?vue&type=template&id=4765b5a0&
86933
86946
 
86934
86947
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/tree.vue?vue&type=template&id=24ad732a&
86935
86948
  var treevue_type_template_id_24ad732a_render = function () {
@@ -87702,6 +87715,9 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
87702
87715
  //
87703
87716
  //
87704
87717
  //
87718
+ //
87719
+ //
87720
+ //
87705
87721
 
87706
87722
 
87707
87723
 
@@ -88556,8 +88572,8 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
88556
88572
 
88557
88573
  var selector_panel_src_main_component = normalizeComponent(
88558
88574
  packages_selector_panel_src_mainvue_type_script_lang_js_,
88559
- mainvue_type_template_id_51384e73_render,
88560
- mainvue_type_template_id_51384e73_staticRenderFns,
88575
+ mainvue_type_template_id_4765b5a0_render,
88576
+ mainvue_type_template_id_4765b5a0_staticRenderFns,
88561
88577
  false,
88562
88578
  null,
88563
88579
  null,
@@ -101029,7 +101045,7 @@ if (typeof window !== 'undefined' && window.Vue) {
101029
101045
  }
101030
101046
 
101031
101047
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
101032
- version: '0.7.77',
101048
+ version: '0.7.78',
101033
101049
  install: install,
101034
101050
  Button: packages_button,
101035
101051
  ButtonGroup: button_group,