eoss-ui 0.7.64 → 0.7.66
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/lib/button-group.js +119 -97
- package/lib/button.js +113 -97
- package/lib/calendar.js +2 -2
- package/lib/calogin.js +352 -330
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +119 -97
- package/lib/clients.js +43 -41
- package/lib/config/api.js +12 -1
- package/lib/data-table-form.js +119 -97
- package/lib/data-table.js +119 -97
- package/lib/date-picker.js +120 -104
- package/lib/dialog.js +119 -97
- package/lib/enable-drag.js +2 -2
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +8677 -720
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +120 -104
- package/lib/flow-list.js +287 -289
- package/lib/flow.js +175 -153
- package/lib/form.js +119 -97
- package/lib/handle-user.js +121 -105
- package/lib/handler.js +114 -98
- package/lib/icon.js +114 -98
- package/lib/icons.js +5 -5
- package/lib/index.js +1 -1
- package/lib/input-number.js +120 -104
- package/lib/input.js +120 -104
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +129 -107
- package/lib/main.js +8505 -545
- package/lib/menu.js +2 -2
- package/lib/nav.js +113 -97
- package/lib/notify.js +116 -100
- package/lib/page.js +120 -104
- package/lib/pagination.js +120 -104
- package/lib/player.js +130 -114
- package/lib/qr-code.js +141 -125
- package/lib/radio-group.js +120 -104
- package/lib/retrial-auth.js +116 -100
- package/lib/select-ganged.js +113 -97
- package/lib/select.js +120 -104
- package/lib/selector-panel.js +140 -118
- package/lib/selector.js +117 -101
- package/lib/sizer.js +115 -99
- package/lib/steps.js +113 -97
- package/lib/switch.js +113 -97
- package/lib/table-form.js +120 -104
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +120 -104
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -0
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/lib/tips.js +121 -105
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +120 -104
- package/lib/tree.js +121 -105
- package/lib/upload.js +129 -107
- package/lib/wujie.js +113 -97
- package/lib/wxlogin.js +113 -97
- package/package.json +1 -1
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +1 -1
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-list/index.js +5 -5
- package/packages/form/index.js +5 -5
- package/packages/handle-user/index.js +5 -5
- package/packages/handler/index.js +5 -5
- package/packages/icon/index.js +5 -5
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/icon.json +1 -1
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2 -2
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/main.vue +18 -0
- package/packages/main/src/public/settings.vue +121 -75
- package/packages/main/src/simplicity/index.vue +5 -5
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/apps.vue +388 -0
- package/packages/main/src/simplicityTop/avatar.vue +82 -0
- package/packages/main/src/simplicityTop/handler.vue +207 -0
- package/packages/main/src/simplicityTop/index.vue +2909 -0
- package/packages/main/src/simplicityTop/lists.vue +84 -0
- package/packages/main/src/simplicityTop/menu-list.vue +135 -0
- package/packages/main/src/simplicityTop/message.vue +293 -0
- package/packages/main/src/simplicityTop/notice.vue +222 -0
- package/packages/main/src/simplicityTop/router-page.vue +45 -0
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -0
- package/packages/main/src/simplicityTop/user.vue +259 -0
- package/packages/main/src/simplicityTop/userinfo.vue +401 -0
- package/packages/menu/index.js +5 -5
- package/packages/nav/index.js +5 -5
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity-top.css +1 -0
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/common/var.scss +3 -0
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/icon.scss +4 -0
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/main.scss +1 -0
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/simplicity-top.scss +1974 -0
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/toolbar/index.js +5 -5
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +15 -2
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
package/lib/calogin.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 41);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -1699,7 +1699,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1699
1699
|
* @param {function} callback - 回调函数
|
|
1700
1700
|
**/
|
|
1701
1701
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1702
|
-
util_ajax({ url: api["
|
|
1702
|
+
util_ajax({ url: api["wb" /* mainConfig */] }).then(function (res) {
|
|
1703
1703
|
if (res && res.rCode === 0) {
|
|
1704
1704
|
callback(res.results);
|
|
1705
1705
|
}
|
|
@@ -2425,7 +2425,7 @@ var isLogined = function () {
|
|
|
2425
2425
|
break;
|
|
2426
2426
|
}
|
|
2427
2427
|
|
|
2428
|
-
util_ajax({ method: 'post', url: api["
|
|
2428
|
+
util_ajax({ method: 'post', url: api["vb" /* logout */] }).then(function (res) {
|
|
2429
2429
|
if (res.rCode === 0) {
|
|
2430
2430
|
removeStorage();
|
|
2431
2431
|
}
|
|
@@ -3888,32 +3888,32 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3888
3888
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3889
3889
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3890
3890
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3891
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3892
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3893
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3891
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return logout; });
|
|
3892
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
|
|
3893
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return switchUserTo; });
|
|
3894
3894
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3895
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3895
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
|
|
3896
3896
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3897
3897
|
/* unused harmony export updateCode */
|
|
3898
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3898
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
|
|
3899
3899
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3900
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3900
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return loginModifyPassword; });
|
|
3901
3901
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3902
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3902
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
|
|
3903
3903
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3904
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3904
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getTwoFactorLoginCode; });
|
|
3905
3905
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3906
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3907
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3908
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3906
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
|
|
3907
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
|
|
3908
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return scanCodeRetrialAuth; });
|
|
3909
3909
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3910
3910
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3911
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3912
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3913
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3914
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3915
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3916
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3911
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return userOnline; });
|
|
3912
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
|
|
3913
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return recordUserApp; });
|
|
3914
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return mainConfig; });
|
|
3915
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
|
|
3916
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return updateUserInfo; });
|
|
3917
3917
|
/* unused harmony export getUserImgUrl */
|
|
3918
3918
|
/* unused harmony export getDoorIndex */
|
|
3919
3919
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3922,121 +3922,126 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3922
3922
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
3923
3923
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
3924
3924
|
/* unused harmony export getUserCustomInfo */
|
|
3925
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3926
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3927
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3928
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3929
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3930
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3925
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return updateUserCustomInfo; });
|
|
3926
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sysMsgPage; });
|
|
3927
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
|
|
3928
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
|
|
3929
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return searchType; });
|
|
3930
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
|
|
3931
3931
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
3932
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3933
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3932
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return uploads; });
|
|
3933
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return uploadOnlyOne; });
|
|
3934
3934
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
3935
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3935
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return uploadSort; });
|
|
3936
3936
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3937
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3938
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3939
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3940
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return uploadDownloads; });
|
|
3938
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return previewAdjunct; });
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct2; });
|
|
3940
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunctOffice; });
|
|
3941
3941
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3942
3942
|
/* unused harmony export upload_updateClassify */
|
|
3943
3943
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3944
3944
|
/* unused harmony export getPictureBase64 */
|
|
3945
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3947
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3948
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3945
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectorOrgTree; });
|
|
3946
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgDetail; });
|
|
3947
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getOrgMainTree; });
|
|
3948
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectOrgsubids; });
|
|
3949
3949
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3950
3950
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
|
|
3951
3951
|
/* unused harmony export findUserBaseInfo */
|
|
3952
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3952
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
|
|
3953
3953
|
/* unused harmony export getCurrentuser */
|
|
3954
3954
|
/* unused harmony export mainDetail */
|
|
3955
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3956
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3955
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toStartFlow; });
|
|
3956
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return tempSave; });
|
|
3957
3957
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3958
3958
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3959
3959
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3960
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return saveCommonOpinion; });
|
|
3961
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return updateCommonOpinion; });
|
|
3962
3962
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3963
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3964
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3963
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
|
|
3964
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
|
|
3965
3965
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3966
3966
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3967
3967
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3968
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3968
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
|
|
3969
3969
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
3970
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3970
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskHandleHtml; });
|
|
3971
3971
|
/* unused harmony export getView */
|
|
3972
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3973
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3974
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3975
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3976
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3977
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3978
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3979
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3980
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3981
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return register; });
|
|
3973
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return pendedhistoryList; });
|
|
3974
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskRejectHtml; });
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskRejectHtml; });
|
|
3976
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toStartTaskRead; });
|
|
3977
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toStartTaskReadIndex; });
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskReadHtml; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return rejectAndEnd; });
|
|
3980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toSendMsg; });
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendMsg; });
|
|
3982
3982
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3983
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3984
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3985
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3986
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3988
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3989
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3990
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3991
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
|
|
3984
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginUserInfo; });
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return wss; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return topic; });
|
|
3987
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
|
|
3988
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
|
|
3989
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskTransferIndex; });
|
|
3990
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskTransfer; });
|
|
3991
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toPresetInfoListIndex; });
|
|
3992
3992
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3993
3993
|
/* unused harmony export historyListJson */
|
|
3994
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3995
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3994
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryListJson; });
|
|
3995
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pressListJson; });
|
|
3996
3996
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3997
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3998
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3999
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4000
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4001
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4004
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4008
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4014
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4015
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3997
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return modifyFlow; });
|
|
3998
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
|
|
3999
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskUnionExamine; });
|
|
4000
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskUnionExamine; });
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskTakeAdvice; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskTakeAdvice; });
|
|
4003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskStartDraft; });
|
|
4004
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskSupervise; });
|
|
4005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskSuperviseSub; });
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskStartDraft; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskReview; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReview; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskUnionSeal; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskUnionSeal; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTwoOfficesDispatch; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return twoOfficesDispatch; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toResetProcessIndex; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return resetProcess; });
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskContinuationIndex; });
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskContinuation; });
|
|
4017
4017
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
4018
4018
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
4019
4019
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
4020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4021
4021
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
4022
4022
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskReadWithDraw; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4025
4025
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendList; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return sendInfo; });
|
|
4028
4028
|
/* unused harmony export sendSave */
|
|
4029
4029
|
/* unused harmony export sendUpdate */
|
|
4030
4030
|
/* unused harmony export sendDelete */
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return sendBatch; });
|
|
4032
4032
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
4033
4033
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
4034
4034
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
4035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
|
|
4036
4036
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4038
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toFreeTaskCircularRead; });
|
|
4039
4039
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return queryUseCommonMenu; });
|
|
4041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
|
|
4042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
|
|
4044
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
|
|
4040
4045
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4041
4046
|
// 登录
|
|
4042
4047
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4306,6 +4311,17 @@ var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
|
4306
4311
|
// 自由发起传阅提交
|
|
4307
4312
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
|
4308
4313
|
|
|
4314
|
+
// 查询常用菜单列表信息
|
|
4315
|
+
var queryUseCommonMenu = '/sys/v1/userCustom/queryUseCommonMenu.dhtml';
|
|
4316
|
+
// 查询待办任务数量
|
|
4317
|
+
var getIndexCount = '/bpm/pendingIndex/getIndexCount.dhtml';
|
|
4318
|
+
// 查询我的会议数量
|
|
4319
|
+
var getVoteMeetingNum = '/conference/v1/voteMeeting/getVoteMeetingNum.json';
|
|
4320
|
+
// 查询待签收/据签收任务数量
|
|
4321
|
+
var getUserTipsInstanceNum = '/archives/llm/subject/getUserTipsInstanceNum';
|
|
4322
|
+
// 查询待接收文件数量
|
|
4323
|
+
var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveCountNew.dhtml';
|
|
4324
|
+
|
|
4309
4325
|
/***/ }),
|
|
4310
4326
|
/* 2 */
|
|
4311
4327
|
/***/ (function(module, exports) {
|
|
@@ -4493,7 +4509,13 @@ module.exports = require("lodash");
|
|
|
4493
4509
|
/* 32 */,
|
|
4494
4510
|
/* 33 */,
|
|
4495
4511
|
/* 34 */,
|
|
4496
|
-
/* 35
|
|
4512
|
+
/* 35 */,
|
|
4513
|
+
/* 36 */,
|
|
4514
|
+
/* 37 */,
|
|
4515
|
+
/* 38 */,
|
|
4516
|
+
/* 39 */,
|
|
4517
|
+
/* 40 */,
|
|
4518
|
+
/* 41 */
|
|
4497
4519
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4498
4520
|
|
|
4499
4521
|
"use strict";
|
|
@@ -4523,8 +4545,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
4523
4545
|
|
|
4524
4546
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
4525
4547
|
|
|
4526
|
-
/**
|
|
4527
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
4548
|
+
/**
|
|
4549
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
4528
4550
|
*/
|
|
4529
4551
|
var CA_ExtInterface = function () {
|
|
4530
4552
|
function CA_ExtInterface() {
|
|
@@ -4537,11 +4559,11 @@ var CA_ExtInterface = function () {
|
|
|
4537
4559
|
this.init();
|
|
4538
4560
|
}
|
|
4539
4561
|
|
|
4540
|
-
/**
|
|
4541
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
4542
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
4543
|
-
* @param {Object} target - 目标对象
|
|
4544
|
-
* @param {Object} options - 新的选项对象
|
|
4562
|
+
/**
|
|
4563
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
4564
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
4565
|
+
* @param {Object} target - 目标对象
|
|
4566
|
+
* @param {Object} options - 新的选项对象
|
|
4545
4567
|
*/
|
|
4546
4568
|
|
|
4547
4569
|
|
|
@@ -4556,8 +4578,8 @@ var CA_ExtInterface = function () {
|
|
|
4556
4578
|
}
|
|
4557
4579
|
};
|
|
4558
4580
|
|
|
4559
|
-
/**
|
|
4560
|
-
* 检查当前会话的 WebSocket URL
|
|
4581
|
+
/**
|
|
4582
|
+
* 检查当前会话的 WebSocket URL
|
|
4561
4583
|
*/
|
|
4562
4584
|
|
|
4563
4585
|
|
|
@@ -4571,8 +4593,8 @@ var CA_ExtInterface = function () {
|
|
|
4571
4593
|
}
|
|
4572
4594
|
};
|
|
4573
4595
|
|
|
4574
|
-
/**
|
|
4575
|
-
* 检查是否使用 ActiveX
|
|
4596
|
+
/**
|
|
4597
|
+
* 检查是否使用 ActiveX
|
|
4576
4598
|
*/
|
|
4577
4599
|
|
|
4578
4600
|
|
|
@@ -4584,11 +4606,11 @@ var CA_ExtInterface = function () {
|
|
|
4584
4606
|
}
|
|
4585
4607
|
};
|
|
4586
4608
|
|
|
4587
|
-
/**
|
|
4588
|
-
* 扩展发送消息并等待响应
|
|
4589
|
-
* @param {string} operatorCmd - 操作命令
|
|
4590
|
-
* @param {string} sendMsg - 发送的消息
|
|
4591
|
-
* @returns {string} 响应消息
|
|
4609
|
+
/**
|
|
4610
|
+
* 扩展发送消息并等待响应
|
|
4611
|
+
* @param {string} operatorCmd - 操作命令
|
|
4612
|
+
* @param {string} sendMsg - 发送的消息
|
|
4613
|
+
* @returns {string} 响应消息
|
|
4592
4614
|
*/
|
|
4593
4615
|
|
|
4594
4616
|
|
|
@@ -4598,11 +4620,11 @@ var CA_ExtInterface = function () {
|
|
|
4598
4620
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
4599
4621
|
};
|
|
4600
4622
|
|
|
4601
|
-
/**
|
|
4602
|
-
* 发送消息并等待响应
|
|
4603
|
-
* @param {string} wsurl - WebSocket URL
|
|
4604
|
-
* @param {string} sendMsg - 发送的消息
|
|
4605
|
-
* @returns {string} 响应消息
|
|
4623
|
+
/**
|
|
4624
|
+
* 发送消息并等待响应
|
|
4625
|
+
* @param {string} wsurl - WebSocket URL
|
|
4626
|
+
* @param {string} sendMsg - 发送的消息
|
|
4627
|
+
* @returns {string} 响应消息
|
|
4606
4628
|
*/
|
|
4607
4629
|
|
|
4608
4630
|
|
|
@@ -4626,9 +4648,9 @@ var CA_ExtInterface = function () {
|
|
|
4626
4648
|
return ResultMsg;
|
|
4627
4649
|
};
|
|
4628
4650
|
|
|
4629
|
-
/**
|
|
4630
|
-
* 配置选项
|
|
4631
|
-
* @param {Object} extendOption - 扩展选项
|
|
4651
|
+
/**
|
|
4652
|
+
* 配置选项
|
|
4653
|
+
* @param {Object} extendOption - 扩展选项
|
|
4632
4654
|
*/
|
|
4633
4655
|
|
|
4634
4656
|
|
|
@@ -4638,8 +4660,8 @@ var CA_ExtInterface = function () {
|
|
|
4638
4660
|
}
|
|
4639
4661
|
};
|
|
4640
4662
|
|
|
4641
|
-
/**
|
|
4642
|
-
* 初始化
|
|
4663
|
+
/**
|
|
4664
|
+
* 初始化
|
|
4643
4665
|
*/
|
|
4644
4666
|
|
|
4645
4667
|
|
|
@@ -4647,9 +4669,9 @@ var CA_ExtInterface = function () {
|
|
|
4647
4669
|
this.isUseActioveX();
|
|
4648
4670
|
};
|
|
4649
4671
|
|
|
4650
|
-
/**
|
|
4651
|
-
* 返回客户端的版本
|
|
4652
|
-
* @returns {string} 客户端版本
|
|
4672
|
+
/**
|
|
4673
|
+
* 返回客户端的版本
|
|
4674
|
+
* @returns {string} 客户端版本
|
|
4653
4675
|
*/
|
|
4654
4676
|
|
|
4655
4677
|
|
|
@@ -4662,13 +4684,13 @@ var CA_ExtInterface = function () {
|
|
|
4662
4684
|
}
|
|
4663
4685
|
};
|
|
4664
4686
|
|
|
4665
|
-
/**
|
|
4666
|
-
* 下载客户端程序并安装
|
|
4667
|
-
* @param {string} bstrURL - 下载地址
|
|
4668
|
-
* @param {string} bstrHashValue - 哈希值
|
|
4669
|
-
* @param {boolean} bSync - 是否同步安装
|
|
4670
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
4671
|
-
* @returns {number} 安装结果
|
|
4687
|
+
/**
|
|
4688
|
+
* 下载客户端程序并安装
|
|
4689
|
+
* @param {string} bstrURL - 下载地址
|
|
4690
|
+
* @param {string} bstrHashValue - 哈希值
|
|
4691
|
+
* @param {boolean} bSync - 是否同步安装
|
|
4692
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
4693
|
+
* @returns {number} 安装结果
|
|
4672
4694
|
*/
|
|
4673
4695
|
|
|
4674
4696
|
|
|
@@ -4682,11 +4704,11 @@ var CA_ExtInterface = function () {
|
|
|
4682
4704
|
}
|
|
4683
4705
|
};
|
|
4684
4706
|
|
|
4685
|
-
/**
|
|
4686
|
-
* 获取硬件指纹信息
|
|
4687
|
-
* @param {number} dwSign - 签名
|
|
4688
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
4689
|
-
* @returns {string} 硬件指纹信息
|
|
4707
|
+
/**
|
|
4708
|
+
* 获取硬件指纹信息
|
|
4709
|
+
* @param {number} dwSign - 签名
|
|
4710
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
4711
|
+
* @returns {string} 硬件指纹信息
|
|
4690
4712
|
*/
|
|
4691
4713
|
|
|
4692
4714
|
|
|
@@ -4700,12 +4722,12 @@ var CA_ExtInterface = function () {
|
|
|
4700
4722
|
}
|
|
4701
4723
|
};
|
|
4702
4724
|
|
|
4703
|
-
/**
|
|
4704
|
-
* 设置转发策略和代填策略
|
|
4705
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
4706
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
4707
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4708
|
-
* @returns {number} 设置结果
|
|
4725
|
+
/**
|
|
4726
|
+
* 设置转发策略和代填策略
|
|
4727
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
4728
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
4729
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4730
|
+
* @returns {number} 设置结果
|
|
4709
4731
|
*/
|
|
4710
4732
|
|
|
4711
4733
|
|
|
@@ -4719,11 +4741,11 @@ var CA_ExtInterface = function () {
|
|
|
4719
4741
|
}
|
|
4720
4742
|
};
|
|
4721
4743
|
|
|
4722
|
-
/**
|
|
4723
|
-
* 启动认证信息模块
|
|
4724
|
-
* @param {string} strFileName - 文件名
|
|
4725
|
-
* @param {string} strXmlData - XML 数据
|
|
4726
|
-
* @returns {string} 认证信息
|
|
4744
|
+
/**
|
|
4745
|
+
* 启动认证信息模块
|
|
4746
|
+
* @param {string} strFileName - 文件名
|
|
4747
|
+
* @param {string} strXmlData - XML 数据
|
|
4748
|
+
* @returns {string} 认证信息
|
|
4727
4749
|
*/
|
|
4728
4750
|
|
|
4729
4751
|
|
|
@@ -4737,10 +4759,10 @@ var CA_ExtInterface = function () {
|
|
|
4737
4759
|
}
|
|
4738
4760
|
};
|
|
4739
4761
|
|
|
4740
|
-
/**
|
|
4741
|
-
* 打开 BS 应用
|
|
4742
|
-
* @param {string} strUrl - 应用 URL
|
|
4743
|
-
* @returns {number} 打开结果
|
|
4762
|
+
/**
|
|
4763
|
+
* 打开 BS 应用
|
|
4764
|
+
* @param {string} strUrl - 应用 URL
|
|
4765
|
+
* @returns {number} 打开结果
|
|
4744
4766
|
*/
|
|
4745
4767
|
|
|
4746
4768
|
|
|
@@ -4754,12 +4776,12 @@ var CA_ExtInterface = function () {
|
|
|
4754
4776
|
}
|
|
4755
4777
|
};
|
|
4756
4778
|
|
|
4757
|
-
/**
|
|
4758
|
-
* 打开 CS 应用
|
|
4759
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4760
|
-
* @param {string} strAppFlag - 应用标识
|
|
4761
|
-
* @param {string} strAppPath - 应用路径
|
|
4762
|
-
* @returns {number} 打开结果
|
|
4779
|
+
/**
|
|
4780
|
+
* 打开 CS 应用
|
|
4781
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4782
|
+
* @param {string} strAppFlag - 应用标识
|
|
4783
|
+
* @param {string} strAppPath - 应用路径
|
|
4784
|
+
* @returns {number} 打开结果
|
|
4763
4785
|
*/
|
|
4764
4786
|
|
|
4765
4787
|
|
|
@@ -4773,13 +4795,13 @@ var CA_ExtInterface = function () {
|
|
|
4773
4795
|
}
|
|
4774
4796
|
};
|
|
4775
4797
|
|
|
4776
|
-
/**
|
|
4777
|
-
* 设置自动更新策略
|
|
4778
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4779
|
-
* @param {number} nGatewayPort - 网关端口
|
|
4780
|
-
* @param {string} strUserToken - 用户令牌
|
|
4781
|
-
* @param {number} updatedelay - 更新延迟
|
|
4782
|
-
* @returns {number} 设置结果
|
|
4798
|
+
/**
|
|
4799
|
+
* 设置自动更新策略
|
|
4800
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4801
|
+
* @param {number} nGatewayPort - 网关端口
|
|
4802
|
+
* @param {string} strUserToken - 用户令牌
|
|
4803
|
+
* @param {number} updatedelay - 更新延迟
|
|
4804
|
+
* @returns {number} 设置结果
|
|
4783
4805
|
*/
|
|
4784
4806
|
|
|
4785
4807
|
|
|
@@ -4793,10 +4815,10 @@ var CA_ExtInterface = function () {
|
|
|
4793
4815
|
}
|
|
4794
4816
|
};
|
|
4795
4817
|
|
|
4796
|
-
/**
|
|
4797
|
-
* 获取客户端 IP
|
|
4798
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
4799
|
-
* @returns {string} 客户端 IP
|
|
4818
|
+
/**
|
|
4819
|
+
* 获取客户端 IP
|
|
4820
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
4821
|
+
* @returns {string} 客户端 IP
|
|
4800
4822
|
*/
|
|
4801
4823
|
|
|
4802
4824
|
|
|
@@ -4810,10 +4832,10 @@ var CA_ExtInterface = function () {
|
|
|
4810
4832
|
}
|
|
4811
4833
|
};
|
|
4812
4834
|
|
|
4813
|
-
/**
|
|
4814
|
-
* 登出网关
|
|
4815
|
-
* @param {string} strServerIP - 服务器 IP
|
|
4816
|
-
* @returns {number} 登出结果
|
|
4835
|
+
/**
|
|
4836
|
+
* 登出网关
|
|
4837
|
+
* @param {string} strServerIP - 服务器 IP
|
|
4838
|
+
* @returns {number} 登出结果
|
|
4817
4839
|
*/
|
|
4818
4840
|
|
|
4819
4841
|
|
|
@@ -4827,11 +4849,11 @@ var CA_ExtInterface = function () {
|
|
|
4827
4849
|
}
|
|
4828
4850
|
};
|
|
4829
4851
|
|
|
4830
|
-
/**
|
|
4831
|
-
* 运行安装包
|
|
4832
|
-
* @param {number} lRunType - 运行类型
|
|
4833
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
4834
|
-
* @returns {number} 运行结果
|
|
4852
|
+
/**
|
|
4853
|
+
* 运行安装包
|
|
4854
|
+
* @param {number} lRunType - 运行类型
|
|
4855
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
4856
|
+
* @returns {number} 运行结果
|
|
4835
4857
|
*/
|
|
4836
4858
|
|
|
4837
4859
|
|
|
@@ -4845,9 +4867,9 @@ var CA_ExtInterface = function () {
|
|
|
4845
4867
|
}
|
|
4846
4868
|
};
|
|
4847
4869
|
|
|
4848
|
-
/**
|
|
4849
|
-
* 获取下载进度
|
|
4850
|
-
* @returns {number} 下载进度
|
|
4870
|
+
/**
|
|
4871
|
+
* 获取下载进度
|
|
4872
|
+
* @returns {number} 下载进度
|
|
4851
4873
|
*/
|
|
4852
4874
|
|
|
4853
4875
|
|
|
@@ -4861,9 +4883,9 @@ var CA_ExtInterface = function () {
|
|
|
4861
4883
|
}
|
|
4862
4884
|
};
|
|
4863
4885
|
|
|
4864
|
-
/**
|
|
4865
|
-
* 是否安装完成
|
|
4866
|
-
* @returns {boolean} 安装完成状态
|
|
4886
|
+
/**
|
|
4887
|
+
* 是否安装完成
|
|
4888
|
+
* @returns {boolean} 安装完成状态
|
|
4867
4889
|
*/
|
|
4868
4890
|
|
|
4869
4891
|
|
|
@@ -4877,11 +4899,11 @@ var CA_ExtInterface = function () {
|
|
|
4877
4899
|
}
|
|
4878
4900
|
};
|
|
4879
4901
|
|
|
4880
|
-
/**
|
|
4881
|
-
* 初始化签包对象
|
|
4882
|
-
* @param {string} strAlgType - 算法类型
|
|
4883
|
-
* @param {string} strAuxParam - 辅助参数
|
|
4884
|
-
* @returns {number} 初始化结果
|
|
4902
|
+
/**
|
|
4903
|
+
* 初始化签包对象
|
|
4904
|
+
* @param {string} strAlgType - 算法类型
|
|
4905
|
+
* @param {string} strAuxParam - 辅助参数
|
|
4906
|
+
* @returns {number} 初始化结果
|
|
4885
4907
|
*/
|
|
4886
4908
|
|
|
4887
4909
|
|
|
@@ -4895,10 +4917,10 @@ var CA_ExtInterface = function () {
|
|
|
4895
4917
|
}
|
|
4896
4918
|
};
|
|
4897
4919
|
|
|
4898
|
-
/**
|
|
4899
|
-
* 设置摘要算法
|
|
4900
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
4901
|
-
* @returns {number} 设置结果
|
|
4920
|
+
/**
|
|
4921
|
+
* 设置摘要算法
|
|
4922
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
4923
|
+
* @returns {number} 设置结果
|
|
4902
4924
|
*/
|
|
4903
4925
|
|
|
4904
4926
|
|
|
@@ -4912,10 +4934,10 @@ var CA_ExtInterface = function () {
|
|
|
4912
4934
|
}
|
|
4913
4935
|
};
|
|
4914
4936
|
|
|
4915
|
-
/**
|
|
4916
|
-
* 设置单证书是否弹出对话框
|
|
4917
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
4918
|
-
* @returns {number} 设置结果
|
|
4937
|
+
/**
|
|
4938
|
+
* 设置单证书是否弹出对话框
|
|
4939
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
4940
|
+
* @returns {number} 设置结果
|
|
4919
4941
|
*/
|
|
4920
4942
|
|
|
4921
4943
|
|
|
@@ -4929,11 +4951,11 @@ var CA_ExtInterface = function () {
|
|
|
4929
4951
|
}
|
|
4930
4952
|
};
|
|
4931
4953
|
|
|
4932
|
-
/**
|
|
4933
|
-
* 添加证书过滤条件
|
|
4934
|
-
* @param {number} ulType - 过滤类型
|
|
4935
|
-
* @param {string} strValue - 过滤值
|
|
4936
|
-
* @returns {number} 添加结果
|
|
4954
|
+
/**
|
|
4955
|
+
* 添加证书过滤条件
|
|
4956
|
+
* @param {number} ulType - 过滤类型
|
|
4957
|
+
* @param {string} strValue - 过滤值
|
|
4958
|
+
* @returns {number} 添加结果
|
|
4937
4959
|
*/
|
|
4938
4960
|
|
|
4939
4961
|
|
|
@@ -4947,9 +4969,9 @@ var CA_ExtInterface = function () {
|
|
|
4947
4969
|
}
|
|
4948
4970
|
};
|
|
4949
4971
|
|
|
4950
|
-
/**
|
|
4951
|
-
* 清除所有过滤条件
|
|
4952
|
-
* @returns {number} 清除结果
|
|
4972
|
+
/**
|
|
4973
|
+
* 清除所有过滤条件
|
|
4974
|
+
* @returns {number} 清除结果
|
|
4953
4975
|
*/
|
|
4954
4976
|
|
|
4955
4977
|
|
|
@@ -4963,10 +4985,10 @@ var CA_ExtInterface = function () {
|
|
|
4963
4985
|
}
|
|
4964
4986
|
};
|
|
4965
4987
|
|
|
4966
|
-
/**
|
|
4967
|
-
* P1 签名
|
|
4968
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
4969
|
-
* @returns {string} 签名结果
|
|
4988
|
+
/**
|
|
4989
|
+
* P1 签名
|
|
4990
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
4991
|
+
* @returns {string} 签名结果
|
|
4970
4992
|
*/
|
|
4971
4993
|
|
|
4972
4994
|
|
|
@@ -4980,10 +5002,10 @@ var CA_ExtInterface = function () {
|
|
|
4980
5002
|
}
|
|
4981
5003
|
};
|
|
4982
5004
|
|
|
4983
|
-
/**
|
|
4984
|
-
* P1 签名字符串
|
|
4985
|
-
* @param {string} strValue - 待签名的字符串
|
|
4986
|
-
* @returns {string} 签名结果
|
|
5005
|
+
/**
|
|
5006
|
+
* P1 签名字符串
|
|
5007
|
+
* @param {string} strValue - 待签名的字符串
|
|
5008
|
+
* @returns {string} 签名结果
|
|
4987
5009
|
*/
|
|
4988
5010
|
|
|
4989
5011
|
|
|
@@ -4997,12 +5019,12 @@ var CA_ExtInterface = function () {
|
|
|
4997
5019
|
}
|
|
4998
5020
|
};
|
|
4999
5021
|
|
|
5000
|
-
/**
|
|
5001
|
-
* P7 签名
|
|
5002
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5003
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
5004
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5005
|
-
* @returns {string} 签名结果
|
|
5022
|
+
/**
|
|
5023
|
+
* P7 签名
|
|
5024
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5025
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
5026
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5027
|
+
* @returns {string} 签名结果
|
|
5006
5028
|
*/
|
|
5007
5029
|
|
|
5008
5030
|
|
|
@@ -5016,12 +5038,12 @@ var CA_ExtInterface = function () {
|
|
|
5016
5038
|
}
|
|
5017
5039
|
};
|
|
5018
5040
|
|
|
5019
|
-
/**
|
|
5020
|
-
* P7 签名字符串
|
|
5021
|
-
* @param {string} strValue - 待签名的字符串
|
|
5022
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
5023
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5024
|
-
* @returns {string} 签名结果
|
|
5041
|
+
/**
|
|
5042
|
+
* P7 签名字符串
|
|
5043
|
+
* @param {string} strValue - 待签名的字符串
|
|
5044
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
5045
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5046
|
+
* @returns {string} 签名结果
|
|
5025
5047
|
*/
|
|
5026
5048
|
|
|
5027
5049
|
|
|
@@ -5035,9 +5057,9 @@ var CA_ExtInterface = function () {
|
|
|
5035
5057
|
}
|
|
5036
5058
|
};
|
|
5037
5059
|
|
|
5038
|
-
/**
|
|
5039
|
-
* 释放签名对象
|
|
5040
|
-
* @returns {number} 释放结果
|
|
5060
|
+
/**
|
|
5061
|
+
* 释放签名对象
|
|
5062
|
+
* @returns {number} 释放结果
|
|
5041
5063
|
*/
|
|
5042
5064
|
|
|
5043
5065
|
|
|
@@ -5051,9 +5073,9 @@ var CA_ExtInterface = function () {
|
|
|
5051
5073
|
}
|
|
5052
5074
|
};
|
|
5053
5075
|
|
|
5054
|
-
/**
|
|
5055
|
-
* 获取签名版本
|
|
5056
|
-
* @returns {string} 签名版本
|
|
5076
|
+
/**
|
|
5077
|
+
* 获取签名版本
|
|
5078
|
+
* @returns {string} 签名版本
|
|
5057
5079
|
*/
|
|
5058
5080
|
|
|
5059
5081
|
|
|
@@ -5067,9 +5089,9 @@ var CA_ExtInterface = function () {
|
|
|
5067
5089
|
}
|
|
5068
5090
|
};
|
|
5069
5091
|
|
|
5070
|
-
/**
|
|
5071
|
-
* 获取签名证书
|
|
5072
|
-
* @returns {string} 签名证书
|
|
5092
|
+
/**
|
|
5093
|
+
* 获取签名证书
|
|
5094
|
+
* @returns {string} 签名证书
|
|
5073
5095
|
*/
|
|
5074
5096
|
|
|
5075
5097
|
|
|
@@ -5083,9 +5105,9 @@ var CA_ExtInterface = function () {
|
|
|
5083
5105
|
}
|
|
5084
5106
|
};
|
|
5085
5107
|
|
|
5086
|
-
/**
|
|
5087
|
-
* 获取错误码
|
|
5088
|
-
* @returns {number} 错误码
|
|
5108
|
+
/**
|
|
5109
|
+
* 获取错误码
|
|
5110
|
+
* @returns {number} 错误码
|
|
5089
5111
|
*/
|
|
5090
5112
|
|
|
5091
5113
|
|
|
@@ -5099,9 +5121,9 @@ var CA_ExtInterface = function () {
|
|
|
5099
5121
|
}
|
|
5100
5122
|
};
|
|
5101
5123
|
|
|
5102
|
-
/**
|
|
5103
|
-
* 获取错误信息
|
|
5104
|
-
* @returns {string} 错误信息
|
|
5124
|
+
/**
|
|
5125
|
+
* 获取错误信息
|
|
5126
|
+
* @returns {string} 错误信息
|
|
5105
5127
|
*/
|
|
5106
5128
|
|
|
5107
5129
|
|
|
@@ -5115,9 +5137,9 @@ var CA_ExtInterface = function () {
|
|
|
5115
5137
|
}
|
|
5116
5138
|
};
|
|
5117
5139
|
|
|
5118
|
-
/**
|
|
5119
|
-
* 销毁认证对象
|
|
5120
|
-
* @returns {number} 销毁结果
|
|
5140
|
+
/**
|
|
5141
|
+
* 销毁认证对象
|
|
5142
|
+
* @returns {number} 销毁结果
|
|
5121
5143
|
*/
|
|
5122
5144
|
|
|
5123
5145
|
|
|
@@ -5131,9 +5153,9 @@ var CA_ExtInterface = function () {
|
|
|
5131
5153
|
}
|
|
5132
5154
|
};
|
|
5133
5155
|
|
|
5134
|
-
/**
|
|
5135
|
-
* 获取证书类型
|
|
5136
|
-
* @returns {string} 证书类型
|
|
5156
|
+
/**
|
|
5157
|
+
* 获取证书类型
|
|
5158
|
+
* @returns {string} 证书类型
|
|
5137
5159
|
*/
|
|
5138
5160
|
|
|
5139
5161
|
|
|
@@ -5147,9 +5169,9 @@ var CA_ExtInterface = function () {
|
|
|
5147
5169
|
}
|
|
5148
5170
|
};
|
|
5149
5171
|
|
|
5150
|
-
/**
|
|
5151
|
-
* 获取签名摘要算法
|
|
5152
|
-
* @returns {string} 签名摘要算法
|
|
5172
|
+
/**
|
|
5173
|
+
* 获取签名摘要算法
|
|
5174
|
+
* @returns {string} 签名摘要算法
|
|
5153
5175
|
*/
|
|
5154
5176
|
|
|
5155
5177
|
|
|
@@ -5163,11 +5185,11 @@ var CA_ExtInterface = function () {
|
|
|
5163
5185
|
}
|
|
5164
5186
|
};
|
|
5165
5187
|
|
|
5166
|
-
/**
|
|
5167
|
-
* 使能调用序列
|
|
5168
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
5169
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
5170
|
-
* @returns {number} 使能结果
|
|
5188
|
+
/**
|
|
5189
|
+
* 使能调用序列
|
|
5190
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
5191
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
5192
|
+
* @returns {number} 使能结果
|
|
5171
5193
|
*/
|
|
5172
5194
|
|
|
5173
5195
|
|
|
@@ -5181,9 +5203,9 @@ var CA_ExtInterface = function () {
|
|
|
5181
5203
|
}
|
|
5182
5204
|
};
|
|
5183
5205
|
|
|
5184
|
-
/**
|
|
5185
|
-
* 清空调用序列结果
|
|
5186
|
-
* @returns {number} 清空调用序列结果
|
|
5206
|
+
/**
|
|
5207
|
+
* 清空调用序列结果
|
|
5208
|
+
* @returns {number} 清空调用序列结果
|
|
5187
5209
|
*/
|
|
5188
5210
|
|
|
5189
5211
|
|
|
@@ -5197,9 +5219,9 @@ var CA_ExtInterface = function () {
|
|
|
5197
5219
|
}
|
|
5198
5220
|
};
|
|
5199
5221
|
|
|
5200
|
-
/**
|
|
5201
|
-
* 获取调用序列结果
|
|
5202
|
-
* @returns {string} 调用序列结果
|
|
5222
|
+
/**
|
|
5223
|
+
* 获取调用序列结果
|
|
5224
|
+
* @returns {string} 调用序列结果
|
|
5203
5225
|
*/
|
|
5204
5226
|
|
|
5205
5227
|
|
|
@@ -5213,12 +5235,12 @@ var CA_ExtInterface = function () {
|
|
|
5213
5235
|
}
|
|
5214
5236
|
};
|
|
5215
5237
|
|
|
5216
|
-
/**
|
|
5217
|
-
* 客户端安全策略检查
|
|
5218
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5219
|
-
* @param {number} usGatewayPort - 网关端口
|
|
5220
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
5221
|
-
* @returns {boolean} 检查结果
|
|
5238
|
+
/**
|
|
5239
|
+
* 客户端安全策略检查
|
|
5240
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5241
|
+
* @param {number} usGatewayPort - 网关端口
|
|
5242
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
5243
|
+
* @returns {boolean} 检查结果
|
|
5222
5244
|
*/
|
|
5223
5245
|
|
|
5224
5246
|
|
|
@@ -5232,9 +5254,9 @@ var CA_ExtInterface = function () {
|
|
|
5232
5254
|
}
|
|
5233
5255
|
};
|
|
5234
5256
|
|
|
5235
|
-
/**
|
|
5236
|
-
* 获取通讯协议版本
|
|
5237
|
-
* @returns {string} 通讯协议版本
|
|
5257
|
+
/**
|
|
5258
|
+
* 获取通讯协议版本
|
|
5259
|
+
* @returns {string} 通讯协议版本
|
|
5238
5260
|
*/
|
|
5239
5261
|
|
|
5240
5262
|
|
|
@@ -5248,13 +5270,13 @@ var CA_ExtInterface = function () {
|
|
|
5248
5270
|
}
|
|
5249
5271
|
};
|
|
5250
5272
|
|
|
5251
|
-
/**
|
|
5252
|
-
* 修改 Key 的 Pin 码
|
|
5253
|
-
* @param {string} strCertSn - 证书序列号
|
|
5254
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
5255
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
5256
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
5257
|
-
* @returns {number} 修改结果
|
|
5273
|
+
/**
|
|
5274
|
+
* 修改 Key 的 Pin 码
|
|
5275
|
+
* @param {string} strCertSn - 证书序列号
|
|
5276
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
5277
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
5278
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
5279
|
+
* @returns {number} 修改结果
|
|
5258
5280
|
*/
|
|
5259
5281
|
|
|
5260
5282
|
|
|
@@ -5268,10 +5290,10 @@ var CA_ExtInterface = function () {
|
|
|
5268
5290
|
}
|
|
5269
5291
|
};
|
|
5270
5292
|
|
|
5271
|
-
/**
|
|
5272
|
-
* 等待策略设置完毕
|
|
5273
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5274
|
-
* @returns {number} 等待结果
|
|
5293
|
+
/**
|
|
5294
|
+
* 等待策略设置完毕
|
|
5295
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5296
|
+
* @returns {number} 等待结果
|
|
5275
5297
|
*/
|
|
5276
5298
|
|
|
5277
5299
|
|
|
@@ -5285,10 +5307,10 @@ var CA_ExtInterface = function () {
|
|
|
5285
5307
|
}
|
|
5286
5308
|
};
|
|
5287
5309
|
|
|
5288
|
-
/**
|
|
5289
|
-
* 获取会话 Token
|
|
5290
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5291
|
-
* @returns {string} 会话 Token
|
|
5310
|
+
/**
|
|
5311
|
+
* 获取会话 Token
|
|
5312
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5313
|
+
* @returns {string} 会话 Token
|
|
5292
5314
|
*/
|
|
5293
5315
|
|
|
5294
5316
|
|
|
@@ -5302,9 +5324,9 @@ var CA_ExtInterface = function () {
|
|
|
5302
5324
|
}
|
|
5303
5325
|
};
|
|
5304
5326
|
|
|
5305
|
-
/**
|
|
5306
|
-
* 获取控件版本
|
|
5307
|
-
* @returns {string} 控件版本
|
|
5327
|
+
/**
|
|
5328
|
+
* 获取控件版本
|
|
5329
|
+
* @returns {string} 控件版本
|
|
5308
5330
|
*/
|
|
5309
5331
|
|
|
5310
5332
|
|
|
@@ -5318,10 +5340,10 @@ var CA_ExtInterface = function () {
|
|
|
5318
5340
|
}
|
|
5319
5341
|
};
|
|
5320
5342
|
|
|
5321
|
-
/**
|
|
5322
|
-
* 设置语言资源
|
|
5323
|
-
* @param {string} strLanguage - 语言资源
|
|
5324
|
-
* @returns {number} 设置结果
|
|
5343
|
+
/**
|
|
5344
|
+
* 设置语言资源
|
|
5345
|
+
* @param {string} strLanguage - 语言资源
|
|
5346
|
+
* @returns {number} 设置结果
|
|
5325
5347
|
*/
|
|
5326
5348
|
|
|
5327
5349
|
|
|
@@ -5335,12 +5357,12 @@ var CA_ExtInterface = function () {
|
|
|
5335
5357
|
}
|
|
5336
5358
|
};
|
|
5337
5359
|
|
|
5338
|
-
/**
|
|
5339
|
-
* 获取用户属性
|
|
5340
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5341
|
-
* @param {string} strAppFlag - 应用标识
|
|
5342
|
-
* @param {string} strAttributeName - 属性名称
|
|
5343
|
-
* @returns {string} 用户属性值
|
|
5360
|
+
/**
|
|
5361
|
+
* 获取用户属性
|
|
5362
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5363
|
+
* @param {string} strAppFlag - 应用标识
|
|
5364
|
+
* @param {string} strAttributeName - 属性名称
|
|
5365
|
+
* @returns {string} 用户属性值
|
|
5344
5366
|
*/
|
|
5345
5367
|
|
|
5346
5368
|
|
|
@@ -5354,9 +5376,9 @@ var CA_ExtInterface = function () {
|
|
|
5354
5376
|
}
|
|
5355
5377
|
};
|
|
5356
5378
|
|
|
5357
|
-
/**
|
|
5358
|
-
* 获取签名加密 PIN 码
|
|
5359
|
-
* @returns {string} 签名加密 PIN 码
|
|
5379
|
+
/**
|
|
5380
|
+
* 获取签名加密 PIN 码
|
|
5381
|
+
* @returns {string} 签名加密 PIN 码
|
|
5360
5382
|
*/
|
|
5361
5383
|
|
|
5362
5384
|
|
|
@@ -5369,20 +5391,20 @@ var CA_ExtInterface = function () {
|
|
|
5369
5391
|
return result.value;
|
|
5370
5392
|
}
|
|
5371
5393
|
};
|
|
5372
|
-
/*
|
|
5373
|
-
*曙光四川CA
|
|
5374
|
-
*'SOF_GetUserList' 证书列表
|
|
5375
|
-
*'SOF_ExportUserCert' 导出证书
|
|
5376
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
5377
|
-
*'SOF_GenRandom': 生成随机数
|
|
5378
|
-
*'SOF_SignData': 获取证书签名
|
|
5379
|
-
*'SOF_Login': 登录证书
|
|
5380
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
5394
|
+
/*
|
|
5395
|
+
*曙光四川CA
|
|
5396
|
+
*'SOF_GetUserList' 证书列表
|
|
5397
|
+
*'SOF_ExportUserCert' 导出证书
|
|
5398
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
5399
|
+
*'SOF_GenRandom': 生成随机数
|
|
5400
|
+
*'SOF_SignData': 获取证书签名
|
|
5401
|
+
*'SOF_Login': 登录证书
|
|
5402
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
5381
5403
|
*/
|
|
5382
|
-
/**
|
|
5383
|
-
*
|
|
5384
|
-
* 获取webSocket消息
|
|
5385
|
-
* @returns {string}
|
|
5404
|
+
/**
|
|
5405
|
+
*
|
|
5406
|
+
* 获取webSocket消息
|
|
5407
|
+
* @returns {string}
|
|
5386
5408
|
*/
|
|
5387
5409
|
|
|
5388
5410
|
|
|
@@ -5418,10 +5440,10 @@ var CA_ExtInterface = function () {
|
|
|
5418
5440
|
};
|
|
5419
5441
|
});
|
|
5420
5442
|
};
|
|
5421
|
-
/**
|
|
5422
|
-
*
|
|
5423
|
-
* base64解码
|
|
5424
|
-
* @returns {string} base64解码后的字符串
|
|
5443
|
+
/**
|
|
5444
|
+
*
|
|
5445
|
+
* base64解码
|
|
5446
|
+
* @returns {string} base64解码后的字符串
|
|
5425
5447
|
*/
|
|
5426
5448
|
|
|
5427
5449
|
|
|
@@ -5456,10 +5478,10 @@ var CA_ExtInterface = function () {
|
|
|
5456
5478
|
val = this.utf8_decode(val);
|
|
5457
5479
|
return val;
|
|
5458
5480
|
};
|
|
5459
|
-
/**
|
|
5460
|
-
*
|
|
5461
|
-
* base64编码
|
|
5462
|
-
* @returns {string} base64编码后的字符串
|
|
5481
|
+
/**
|
|
5482
|
+
*
|
|
5483
|
+
* base64编码
|
|
5484
|
+
* @returns {string} base64编码后的字符串
|
|
5463
5485
|
*/
|
|
5464
5486
|
|
|
5465
5487
|
|
|
@@ -5492,10 +5514,10 @@ var CA_ExtInterface = function () {
|
|
|
5492
5514
|
}
|
|
5493
5515
|
return val;
|
|
5494
5516
|
};
|
|
5495
|
-
/**
|
|
5496
|
-
*
|
|
5497
|
-
* utf8解码
|
|
5498
|
-
* @returns {string} utf8解码后的字符串
|
|
5517
|
+
/**
|
|
5518
|
+
*
|
|
5519
|
+
* utf8解码
|
|
5520
|
+
* @returns {string} utf8解码后的字符串
|
|
5499
5521
|
*/
|
|
5500
5522
|
|
|
5501
5523
|
|
|
@@ -5524,10 +5546,10 @@ var CA_ExtInterface = function () {
|
|
|
5524
5546
|
}
|
|
5525
5547
|
return string;
|
|
5526
5548
|
};
|
|
5527
|
-
/**
|
|
5528
|
-
*
|
|
5529
|
-
* utf8编码
|
|
5530
|
-
* @returns {string} utf8编码后的字符串
|
|
5549
|
+
/**
|
|
5550
|
+
*
|
|
5551
|
+
* utf8编码
|
|
5552
|
+
* @returns {string} utf8编码后的字符串
|
|
5531
5553
|
*/
|
|
5532
5554
|
|
|
5533
5555
|
|