eoss-ui 0.6.66 → 0.6.67
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 +108 -106
- package/lib/button.js +108 -106
- package/lib/calogin.js +312 -310
- package/lib/checkbox-group.js +110 -108
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +110 -108
- package/lib/data-table.js +113 -111
- package/lib/date-picker.js +108 -106
- package/lib/dialog.js +108 -106
- package/lib/eoss-ui.common.js +1067 -1042
- package/lib/flow-group.js +108 -106
- package/lib/flow-list.js +208 -199
- package/lib/flow.js +510 -492
- package/lib/form.js +110 -108
- package/lib/handle-user.js +109 -107
- package/lib/handler.js +109 -107
- package/lib/icon.js +109 -107
- package/lib/index.js +1 -1
- package/lib/input-number.js +108 -106
- package/lib/input.js +108 -106
- package/lib/login.js +114 -112
- package/lib/main.js +273 -271
- package/lib/nav.js +108 -106
- package/lib/notify.js +111 -109
- package/lib/page.js +108 -106
- package/lib/pagination.js +108 -106
- package/lib/player.js +108 -106
- package/lib/qr-code.js +121 -119
- package/lib/radio-group.js +110 -108
- package/lib/retrial-auth.js +111 -109
- package/lib/select-ganged.js +110 -108
- package/lib/select.js +110 -108
- package/lib/selector-panel.js +126 -124
- package/lib/selector.js +109 -107
- package/lib/sizer.js +110 -108
- package/lib/steps.js +108 -106
- package/lib/switch.js +108 -106
- package/lib/table-form.js +108 -106
- package/lib/tabs.js +108 -106
- package/lib/tips.js +109 -107
- package/lib/tree-group.js +108 -106
- package/lib/tree.js +109 -107
- package/lib/upload.js +118 -116
- package/lib/wujie.js +108 -106
- package/lib/wxlogin.js +108 -106
- package/package.json +160 -160
- 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/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +131 -131
- package/packages/calogin/src/plugin.js +748 -748
- 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 +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- 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/Circulate.vue +351 -346
- package/packages/flow/src/component/CommonOpinions.vue +346 -346
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +241 -241
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +619 -619
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3367 -3361
- package/packages/flow/src/processForm.vue +1091 -1091
- package/packages/flow/src/processReject.vue +294 -294
- package/packages/flow/src/reset.vue +905 -900
- package/packages/flow/src/selectUser.vue +1 -1
- package/packages/flow/src/startTaskRead.vue +659 -659
- package/packages/flow/src/supervise.vue +149 -149
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1757 -1750
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3581 -3581
- package/packages/form/src/table.vue +1426 -1426
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- 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 +1988 -1988
- package/packages/login/src/resetPassword.vue +562 -562
- 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/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +462 -462
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +83 -83
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2089 -2089
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- 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/src/main.vue +778 -778
- 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/src/main.vue +687 -687
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- 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/switch/src/main.vue +154 -154
- 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/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/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- 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/flow.scss +343 -343
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1792 -1792
- 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/login.scss +981 -981
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- 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/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1355 -1355
- 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/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +168 -168
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- 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/main.vue +1347 -1347
- 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 +291 -290
- 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/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
package/lib/calogin.js
CHANGED
|
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1604
1604
|
* @param {function} callback - 回调函数
|
|
1605
1605
|
**/
|
|
1606
1606
|
var getMainConfig = function getMainConfig(callback) {
|
|
1607
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1607
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
|
|
1608
1608
|
if (res && res.rCode === 0) {
|
|
1609
1609
|
callback(res.results);
|
|
1610
1610
|
}
|
|
@@ -2361,7 +2361,7 @@ var isLogined = function () {
|
|
|
2361
2361
|
break;
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2364
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
|
|
2365
2365
|
if (res.rCode === 0) {
|
|
2366
2366
|
removeStorage();
|
|
2367
2367
|
}
|
|
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
|
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3518
3518
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3519
3519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3520
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3521
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3522
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3520
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
|
|
3521
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
|
|
3522
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3524
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3524
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
|
|
3525
3525
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3526
3526
|
/* unused harmony export updateCode */
|
|
3527
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
|
|
3528
3528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3529
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
|
|
3530
3530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3531
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3533
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3533
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
|
|
3534
3534
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3535
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3535
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
|
|
3536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
|
|
3537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
|
|
3538
3538
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3539
3539
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3541
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3542
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3543
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3544
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3545
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
|
|
3541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
|
|
3542
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
|
|
3543
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
|
|
3544
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
|
|
3545
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
|
|
3546
3546
|
/* unused harmony export getUserImgUrl */
|
|
3547
3547
|
/* unused harmony export getDoorIndex */
|
|
3548
3548
|
/* unused harmony export refreshOnlineUsers */
|
|
3549
3549
|
/* unused harmony export getQuickMenuIds */
|
|
3550
3550
|
/* unused harmony export getApplicationIdArray */
|
|
3551
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
|
|
3553
3553
|
/* unused harmony export getUserCustomInfo */
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3555
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3556
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3557
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3558
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3559
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3560
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3562
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3563
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
|
|
3556
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
|
|
3557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
|
|
3560
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
|
|
3562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
|
|
3564
3564
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3565
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3566
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3567
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3568
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3565
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
|
|
3566
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
|
|
3567
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
|
|
3568
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
|
|
3569
3569
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3570
3570
|
/* unused harmony export upload_updateClassify */
|
|
3571
3571
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3572
3572
|
/* unused harmony export getPictureBase64 */
|
|
3573
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3574
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3575
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3577
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3573
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
|
|
3577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
|
|
3579
3579
|
/* unused harmony export findUserBaseInfo */
|
|
3580
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
|
|
3581
3581
|
/* unused harmony export getCurrentuser */
|
|
3582
3582
|
/* unused harmony export mainDetail */
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
|
|
3584
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3586
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3587
3587
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3588
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3588
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3594
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3595
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3596
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3597
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3598
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
|
|
3592
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
|
|
3599
3599
|
/* unused harmony export getView */
|
|
3600
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3604
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3606
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3607
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3608
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3609
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3610
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3613
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3615
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3616
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3618
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3600
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
|
|
3606
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
|
|
3616
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
|
|
3617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
|
|
3620
3620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3621
3621
|
/* unused harmony export historyListJson */
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
|
|
3624
3624
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
|
|
3626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
|
|
3627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
|
|
3632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
|
|
3634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
|
|
3636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
|
|
3637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
|
|
3640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
|
|
3641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
|
|
3642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
|
|
3645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
|
|
3646
3646
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
|
|
3649
3649
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
|
|
3651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3652
3652
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
|
|
3654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
|
|
3655
3655
|
/* unused harmony export sendSave */
|
|
3656
3656
|
/* unused harmony export sendUpdate */
|
|
3657
3657
|
/* unused harmony export sendDelete */
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
|
|
3659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
3660
3660
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
3661
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3661
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
3662
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
|
|
3662
3663
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3663
3664
|
// 登录
|
|
3664
3665
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
|
|
|
3914
3915
|
|
|
3915
3916
|
var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
|
|
3916
3917
|
var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
|
|
3918
|
+
var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
|
|
3917
3919
|
var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
|
|
3918
3920
|
|
|
3919
3921
|
/***/ }),
|
|
@@ -4278,8 +4280,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
4278
4280
|
|
|
4279
4281
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
4280
4282
|
|
|
4281
|
-
/**
|
|
4282
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
4283
|
+
/**
|
|
4284
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
4283
4285
|
*/
|
|
4284
4286
|
var CA_ExtInterface = function () {
|
|
4285
4287
|
function CA_ExtInterface() {
|
|
@@ -4290,11 +4292,11 @@ var CA_ExtInterface = function () {
|
|
|
4290
4292
|
this.options = {};
|
|
4291
4293
|
}
|
|
4292
4294
|
|
|
4293
|
-
/**
|
|
4294
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
4295
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
4296
|
-
* @param {Object} target - 目标对象
|
|
4297
|
-
* @param {Object} options - 新的选项对象
|
|
4295
|
+
/**
|
|
4296
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
4297
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
4298
|
+
* @param {Object} target - 目标对象
|
|
4299
|
+
* @param {Object} options - 新的选项对象
|
|
4298
4300
|
*/
|
|
4299
4301
|
|
|
4300
4302
|
|
|
@@ -4309,8 +4311,8 @@ var CA_ExtInterface = function () {
|
|
|
4309
4311
|
}
|
|
4310
4312
|
};
|
|
4311
4313
|
|
|
4312
|
-
/**
|
|
4313
|
-
* 检查当前会话的 WebSocket URL
|
|
4314
|
+
/**
|
|
4315
|
+
* 检查当前会话的 WebSocket URL
|
|
4314
4316
|
*/
|
|
4315
4317
|
|
|
4316
4318
|
|
|
@@ -4324,8 +4326,8 @@ var CA_ExtInterface = function () {
|
|
|
4324
4326
|
}
|
|
4325
4327
|
};
|
|
4326
4328
|
|
|
4327
|
-
/**
|
|
4328
|
-
* 检查是否使用 ActiveX
|
|
4329
|
+
/**
|
|
4330
|
+
* 检查是否使用 ActiveX
|
|
4329
4331
|
*/
|
|
4330
4332
|
|
|
4331
4333
|
|
|
@@ -4337,11 +4339,11 @@ var CA_ExtInterface = function () {
|
|
|
4337
4339
|
}
|
|
4338
4340
|
};
|
|
4339
4341
|
|
|
4340
|
-
/**
|
|
4341
|
-
* 扩展发送消息并等待响应
|
|
4342
|
-
* @param {string} operatorCmd - 操作命令
|
|
4343
|
-
* @param {string} sendMsg - 发送的消息
|
|
4344
|
-
* @returns {string} 响应消息
|
|
4342
|
+
/**
|
|
4343
|
+
* 扩展发送消息并等待响应
|
|
4344
|
+
* @param {string} operatorCmd - 操作命令
|
|
4345
|
+
* @param {string} sendMsg - 发送的消息
|
|
4346
|
+
* @returns {string} 响应消息
|
|
4345
4347
|
*/
|
|
4346
4348
|
|
|
4347
4349
|
|
|
@@ -4351,11 +4353,11 @@ var CA_ExtInterface = function () {
|
|
|
4351
4353
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
4352
4354
|
};
|
|
4353
4355
|
|
|
4354
|
-
/**
|
|
4355
|
-
* 发送消息并等待响应
|
|
4356
|
-
* @param {string} wsurl - WebSocket URL
|
|
4357
|
-
* @param {string} sendMsg - 发送的消息
|
|
4358
|
-
* @returns {string} 响应消息
|
|
4356
|
+
/**
|
|
4357
|
+
* 发送消息并等待响应
|
|
4358
|
+
* @param {string} wsurl - WebSocket URL
|
|
4359
|
+
* @param {string} sendMsg - 发送的消息
|
|
4360
|
+
* @returns {string} 响应消息
|
|
4359
4361
|
*/
|
|
4360
4362
|
|
|
4361
4363
|
|
|
@@ -4379,9 +4381,9 @@ var CA_ExtInterface = function () {
|
|
|
4379
4381
|
return ResultMsg;
|
|
4380
4382
|
};
|
|
4381
4383
|
|
|
4382
|
-
/**
|
|
4383
|
-
* 配置选项
|
|
4384
|
-
* @param {Object} extendOption - 扩展选项
|
|
4384
|
+
/**
|
|
4385
|
+
* 配置选项
|
|
4386
|
+
* @param {Object} extendOption - 扩展选项
|
|
4385
4387
|
*/
|
|
4386
4388
|
|
|
4387
4389
|
|
|
@@ -4391,8 +4393,8 @@ var CA_ExtInterface = function () {
|
|
|
4391
4393
|
}
|
|
4392
4394
|
};
|
|
4393
4395
|
|
|
4394
|
-
/**
|
|
4395
|
-
* 初始化
|
|
4396
|
+
/**
|
|
4397
|
+
* 初始化
|
|
4396
4398
|
*/
|
|
4397
4399
|
|
|
4398
4400
|
|
|
@@ -4400,9 +4402,9 @@ var CA_ExtInterface = function () {
|
|
|
4400
4402
|
this.isUseActioveX();
|
|
4401
4403
|
};
|
|
4402
4404
|
|
|
4403
|
-
/**
|
|
4404
|
-
* 返回客户端的版本
|
|
4405
|
-
* @returns {string} 客户端版本
|
|
4405
|
+
/**
|
|
4406
|
+
* 返回客户端的版本
|
|
4407
|
+
* @returns {string} 客户端版本
|
|
4406
4408
|
*/
|
|
4407
4409
|
|
|
4408
4410
|
|
|
@@ -4415,13 +4417,13 @@ var CA_ExtInterface = function () {
|
|
|
4415
4417
|
}
|
|
4416
4418
|
};
|
|
4417
4419
|
|
|
4418
|
-
/**
|
|
4419
|
-
* 下载客户端程序并安装
|
|
4420
|
-
* @param {string} bstrURL - 下载地址
|
|
4421
|
-
* @param {string} bstrHashValue - 哈希值
|
|
4422
|
-
* @param {boolean} bSync - 是否同步安装
|
|
4423
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
4424
|
-
* @returns {number} 安装结果
|
|
4420
|
+
/**
|
|
4421
|
+
* 下载客户端程序并安装
|
|
4422
|
+
* @param {string} bstrURL - 下载地址
|
|
4423
|
+
* @param {string} bstrHashValue - 哈希值
|
|
4424
|
+
* @param {boolean} bSync - 是否同步安装
|
|
4425
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
4426
|
+
* @returns {number} 安装结果
|
|
4425
4427
|
*/
|
|
4426
4428
|
|
|
4427
4429
|
|
|
@@ -4435,11 +4437,11 @@ var CA_ExtInterface = function () {
|
|
|
4435
4437
|
}
|
|
4436
4438
|
};
|
|
4437
4439
|
|
|
4438
|
-
/**
|
|
4439
|
-
* 获取硬件指纹信息
|
|
4440
|
-
* @param {number} dwSign - 签名
|
|
4441
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
4442
|
-
* @returns {string} 硬件指纹信息
|
|
4440
|
+
/**
|
|
4441
|
+
* 获取硬件指纹信息
|
|
4442
|
+
* @param {number} dwSign - 签名
|
|
4443
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
4444
|
+
* @returns {string} 硬件指纹信息
|
|
4443
4445
|
*/
|
|
4444
4446
|
|
|
4445
4447
|
|
|
@@ -4453,12 +4455,12 @@ var CA_ExtInterface = function () {
|
|
|
4453
4455
|
}
|
|
4454
4456
|
};
|
|
4455
4457
|
|
|
4456
|
-
/**
|
|
4457
|
-
* 设置转发策略和代填策略
|
|
4458
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
4459
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
4460
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4461
|
-
* @returns {number} 设置结果
|
|
4458
|
+
/**
|
|
4459
|
+
* 设置转发策略和代填策略
|
|
4460
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
4461
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
4462
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4463
|
+
* @returns {number} 设置结果
|
|
4462
4464
|
*/
|
|
4463
4465
|
|
|
4464
4466
|
|
|
@@ -4472,11 +4474,11 @@ var CA_ExtInterface = function () {
|
|
|
4472
4474
|
}
|
|
4473
4475
|
};
|
|
4474
4476
|
|
|
4475
|
-
/**
|
|
4476
|
-
* 启动认证信息模块
|
|
4477
|
-
* @param {string} strFileName - 文件名
|
|
4478
|
-
* @param {string} strXmlData - XML 数据
|
|
4479
|
-
* @returns {string} 认证信息
|
|
4477
|
+
/**
|
|
4478
|
+
* 启动认证信息模块
|
|
4479
|
+
* @param {string} strFileName - 文件名
|
|
4480
|
+
* @param {string} strXmlData - XML 数据
|
|
4481
|
+
* @returns {string} 认证信息
|
|
4480
4482
|
*/
|
|
4481
4483
|
|
|
4482
4484
|
|
|
@@ -4490,10 +4492,10 @@ var CA_ExtInterface = function () {
|
|
|
4490
4492
|
}
|
|
4491
4493
|
};
|
|
4492
4494
|
|
|
4493
|
-
/**
|
|
4494
|
-
* 打开 BS 应用
|
|
4495
|
-
* @param {string} strUrl - 应用 URL
|
|
4496
|
-
* @returns {number} 打开结果
|
|
4495
|
+
/**
|
|
4496
|
+
* 打开 BS 应用
|
|
4497
|
+
* @param {string} strUrl - 应用 URL
|
|
4498
|
+
* @returns {number} 打开结果
|
|
4497
4499
|
*/
|
|
4498
4500
|
|
|
4499
4501
|
|
|
@@ -4507,12 +4509,12 @@ var CA_ExtInterface = function () {
|
|
|
4507
4509
|
}
|
|
4508
4510
|
};
|
|
4509
4511
|
|
|
4510
|
-
/**
|
|
4511
|
-
* 打开 CS 应用
|
|
4512
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4513
|
-
* @param {string} strAppFlag - 应用标识
|
|
4514
|
-
* @param {string} strAppPath - 应用路径
|
|
4515
|
-
* @returns {number} 打开结果
|
|
4512
|
+
/**
|
|
4513
|
+
* 打开 CS 应用
|
|
4514
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4515
|
+
* @param {string} strAppFlag - 应用标识
|
|
4516
|
+
* @param {string} strAppPath - 应用路径
|
|
4517
|
+
* @returns {number} 打开结果
|
|
4516
4518
|
*/
|
|
4517
4519
|
|
|
4518
4520
|
|
|
@@ -4526,13 +4528,13 @@ var CA_ExtInterface = function () {
|
|
|
4526
4528
|
}
|
|
4527
4529
|
};
|
|
4528
4530
|
|
|
4529
|
-
/**
|
|
4530
|
-
* 设置自动更新策略
|
|
4531
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4532
|
-
* @param {number} nGatewayPort - 网关端口
|
|
4533
|
-
* @param {string} strUserToken - 用户令牌
|
|
4534
|
-
* @param {number} updatedelay - 更新延迟
|
|
4535
|
-
* @returns {number} 设置结果
|
|
4531
|
+
/**
|
|
4532
|
+
* 设置自动更新策略
|
|
4533
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4534
|
+
* @param {number} nGatewayPort - 网关端口
|
|
4535
|
+
* @param {string} strUserToken - 用户令牌
|
|
4536
|
+
* @param {number} updatedelay - 更新延迟
|
|
4537
|
+
* @returns {number} 设置结果
|
|
4536
4538
|
*/
|
|
4537
4539
|
|
|
4538
4540
|
|
|
@@ -4546,10 +4548,10 @@ var CA_ExtInterface = function () {
|
|
|
4546
4548
|
}
|
|
4547
4549
|
};
|
|
4548
4550
|
|
|
4549
|
-
/**
|
|
4550
|
-
* 获取客户端 IP
|
|
4551
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
4552
|
-
* @returns {string} 客户端 IP
|
|
4551
|
+
/**
|
|
4552
|
+
* 获取客户端 IP
|
|
4553
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
4554
|
+
* @returns {string} 客户端 IP
|
|
4553
4555
|
*/
|
|
4554
4556
|
|
|
4555
4557
|
|
|
@@ -4563,10 +4565,10 @@ var CA_ExtInterface = function () {
|
|
|
4563
4565
|
}
|
|
4564
4566
|
};
|
|
4565
4567
|
|
|
4566
|
-
/**
|
|
4567
|
-
* 登出网关
|
|
4568
|
-
* @param {string} strServerIP - 服务器 IP
|
|
4569
|
-
* @returns {number} 登出结果
|
|
4568
|
+
/**
|
|
4569
|
+
* 登出网关
|
|
4570
|
+
* @param {string} strServerIP - 服务器 IP
|
|
4571
|
+
* @returns {number} 登出结果
|
|
4570
4572
|
*/
|
|
4571
4573
|
|
|
4572
4574
|
|
|
@@ -4580,11 +4582,11 @@ var CA_ExtInterface = function () {
|
|
|
4580
4582
|
}
|
|
4581
4583
|
};
|
|
4582
4584
|
|
|
4583
|
-
/**
|
|
4584
|
-
* 运行安装包
|
|
4585
|
-
* @param {number} lRunType - 运行类型
|
|
4586
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
4587
|
-
* @returns {number} 运行结果
|
|
4585
|
+
/**
|
|
4586
|
+
* 运行安装包
|
|
4587
|
+
* @param {number} lRunType - 运行类型
|
|
4588
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
4589
|
+
* @returns {number} 运行结果
|
|
4588
4590
|
*/
|
|
4589
4591
|
|
|
4590
4592
|
|
|
@@ -4598,9 +4600,9 @@ var CA_ExtInterface = function () {
|
|
|
4598
4600
|
}
|
|
4599
4601
|
};
|
|
4600
4602
|
|
|
4601
|
-
/**
|
|
4602
|
-
* 获取下载进度
|
|
4603
|
-
* @returns {number} 下载进度
|
|
4603
|
+
/**
|
|
4604
|
+
* 获取下载进度
|
|
4605
|
+
* @returns {number} 下载进度
|
|
4604
4606
|
*/
|
|
4605
4607
|
|
|
4606
4608
|
|
|
@@ -4614,9 +4616,9 @@ var CA_ExtInterface = function () {
|
|
|
4614
4616
|
}
|
|
4615
4617
|
};
|
|
4616
4618
|
|
|
4617
|
-
/**
|
|
4618
|
-
* 是否安装完成
|
|
4619
|
-
* @returns {boolean} 安装完成状态
|
|
4619
|
+
/**
|
|
4620
|
+
* 是否安装完成
|
|
4621
|
+
* @returns {boolean} 安装完成状态
|
|
4620
4622
|
*/
|
|
4621
4623
|
|
|
4622
4624
|
|
|
@@ -4630,11 +4632,11 @@ var CA_ExtInterface = function () {
|
|
|
4630
4632
|
}
|
|
4631
4633
|
};
|
|
4632
4634
|
|
|
4633
|
-
/**
|
|
4634
|
-
* 初始化签包对象
|
|
4635
|
-
* @param {string} strAlgType - 算法类型
|
|
4636
|
-
* @param {string} strAuxParam - 辅助参数
|
|
4637
|
-
* @returns {number} 初始化结果
|
|
4635
|
+
/**
|
|
4636
|
+
* 初始化签包对象
|
|
4637
|
+
* @param {string} strAlgType - 算法类型
|
|
4638
|
+
* @param {string} strAuxParam - 辅助参数
|
|
4639
|
+
* @returns {number} 初始化结果
|
|
4638
4640
|
*/
|
|
4639
4641
|
|
|
4640
4642
|
|
|
@@ -4648,10 +4650,10 @@ var CA_ExtInterface = function () {
|
|
|
4648
4650
|
}
|
|
4649
4651
|
};
|
|
4650
4652
|
|
|
4651
|
-
/**
|
|
4652
|
-
* 设置摘要算法
|
|
4653
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
4654
|
-
* @returns {number} 设置结果
|
|
4653
|
+
/**
|
|
4654
|
+
* 设置摘要算法
|
|
4655
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
4656
|
+
* @returns {number} 设置结果
|
|
4655
4657
|
*/
|
|
4656
4658
|
|
|
4657
4659
|
|
|
@@ -4665,10 +4667,10 @@ var CA_ExtInterface = function () {
|
|
|
4665
4667
|
}
|
|
4666
4668
|
};
|
|
4667
4669
|
|
|
4668
|
-
/**
|
|
4669
|
-
* 设置单证书是否弹出对话框
|
|
4670
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
4671
|
-
* @returns {number} 设置结果
|
|
4670
|
+
/**
|
|
4671
|
+
* 设置单证书是否弹出对话框
|
|
4672
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
4673
|
+
* @returns {number} 设置结果
|
|
4672
4674
|
*/
|
|
4673
4675
|
|
|
4674
4676
|
|
|
@@ -4682,11 +4684,11 @@ var CA_ExtInterface = function () {
|
|
|
4682
4684
|
}
|
|
4683
4685
|
};
|
|
4684
4686
|
|
|
4685
|
-
/**
|
|
4686
|
-
* 添加证书过滤条件
|
|
4687
|
-
* @param {number} ulType - 过滤类型
|
|
4688
|
-
* @param {string} strValue - 过滤值
|
|
4689
|
-
* @returns {number} 添加结果
|
|
4687
|
+
/**
|
|
4688
|
+
* 添加证书过滤条件
|
|
4689
|
+
* @param {number} ulType - 过滤类型
|
|
4690
|
+
* @param {string} strValue - 过滤值
|
|
4691
|
+
* @returns {number} 添加结果
|
|
4690
4692
|
*/
|
|
4691
4693
|
|
|
4692
4694
|
|
|
@@ -4700,9 +4702,9 @@ var CA_ExtInterface = function () {
|
|
|
4700
4702
|
}
|
|
4701
4703
|
};
|
|
4702
4704
|
|
|
4703
|
-
/**
|
|
4704
|
-
* 清除所有过滤条件
|
|
4705
|
-
* @returns {number} 清除结果
|
|
4705
|
+
/**
|
|
4706
|
+
* 清除所有过滤条件
|
|
4707
|
+
* @returns {number} 清除结果
|
|
4706
4708
|
*/
|
|
4707
4709
|
|
|
4708
4710
|
|
|
@@ -4716,10 +4718,10 @@ var CA_ExtInterface = function () {
|
|
|
4716
4718
|
}
|
|
4717
4719
|
};
|
|
4718
4720
|
|
|
4719
|
-
/**
|
|
4720
|
-
* P1 签名
|
|
4721
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
4722
|
-
* @returns {string} 签名结果
|
|
4721
|
+
/**
|
|
4722
|
+
* P1 签名
|
|
4723
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
4724
|
+
* @returns {string} 签名结果
|
|
4723
4725
|
*/
|
|
4724
4726
|
|
|
4725
4727
|
|
|
@@ -4733,10 +4735,10 @@ var CA_ExtInterface = function () {
|
|
|
4733
4735
|
}
|
|
4734
4736
|
};
|
|
4735
4737
|
|
|
4736
|
-
/**
|
|
4737
|
-
* P1 签名字符串
|
|
4738
|
-
* @param {string} strValue - 待签名的字符串
|
|
4739
|
-
* @returns {string} 签名结果
|
|
4738
|
+
/**
|
|
4739
|
+
* P1 签名字符串
|
|
4740
|
+
* @param {string} strValue - 待签名的字符串
|
|
4741
|
+
* @returns {string} 签名结果
|
|
4740
4742
|
*/
|
|
4741
4743
|
|
|
4742
4744
|
|
|
@@ -4750,12 +4752,12 @@ var CA_ExtInterface = function () {
|
|
|
4750
4752
|
}
|
|
4751
4753
|
};
|
|
4752
4754
|
|
|
4753
|
-
/**
|
|
4754
|
-
* P7 签名
|
|
4755
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
4756
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
4757
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
4758
|
-
* @returns {string} 签名结果
|
|
4755
|
+
/**
|
|
4756
|
+
* P7 签名
|
|
4757
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
4758
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
4759
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
4760
|
+
* @returns {string} 签名结果
|
|
4759
4761
|
*/
|
|
4760
4762
|
|
|
4761
4763
|
|
|
@@ -4769,12 +4771,12 @@ var CA_ExtInterface = function () {
|
|
|
4769
4771
|
}
|
|
4770
4772
|
};
|
|
4771
4773
|
|
|
4772
|
-
/**
|
|
4773
|
-
* P7 签名字符串
|
|
4774
|
-
* @param {string} strValue - 待签名的字符串
|
|
4775
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
4776
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
4777
|
-
* @returns {string} 签名结果
|
|
4774
|
+
/**
|
|
4775
|
+
* P7 签名字符串
|
|
4776
|
+
* @param {string} strValue - 待签名的字符串
|
|
4777
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
4778
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
4779
|
+
* @returns {string} 签名结果
|
|
4778
4780
|
*/
|
|
4779
4781
|
|
|
4780
4782
|
|
|
@@ -4788,9 +4790,9 @@ var CA_ExtInterface = function () {
|
|
|
4788
4790
|
}
|
|
4789
4791
|
};
|
|
4790
4792
|
|
|
4791
|
-
/**
|
|
4792
|
-
* 释放签名对象
|
|
4793
|
-
* @returns {number} 释放结果
|
|
4793
|
+
/**
|
|
4794
|
+
* 释放签名对象
|
|
4795
|
+
* @returns {number} 释放结果
|
|
4794
4796
|
*/
|
|
4795
4797
|
|
|
4796
4798
|
|
|
@@ -4804,9 +4806,9 @@ var CA_ExtInterface = function () {
|
|
|
4804
4806
|
}
|
|
4805
4807
|
};
|
|
4806
4808
|
|
|
4807
|
-
/**
|
|
4808
|
-
* 获取签名版本
|
|
4809
|
-
* @returns {string} 签名版本
|
|
4809
|
+
/**
|
|
4810
|
+
* 获取签名版本
|
|
4811
|
+
* @returns {string} 签名版本
|
|
4810
4812
|
*/
|
|
4811
4813
|
|
|
4812
4814
|
|
|
@@ -4820,9 +4822,9 @@ var CA_ExtInterface = function () {
|
|
|
4820
4822
|
}
|
|
4821
4823
|
};
|
|
4822
4824
|
|
|
4823
|
-
/**
|
|
4824
|
-
* 获取签名证书
|
|
4825
|
-
* @returns {string} 签名证书
|
|
4825
|
+
/**
|
|
4826
|
+
* 获取签名证书
|
|
4827
|
+
* @returns {string} 签名证书
|
|
4826
4828
|
*/
|
|
4827
4829
|
|
|
4828
4830
|
|
|
@@ -4836,9 +4838,9 @@ var CA_ExtInterface = function () {
|
|
|
4836
4838
|
}
|
|
4837
4839
|
};
|
|
4838
4840
|
|
|
4839
|
-
/**
|
|
4840
|
-
* 获取错误码
|
|
4841
|
-
* @returns {number} 错误码
|
|
4841
|
+
/**
|
|
4842
|
+
* 获取错误码
|
|
4843
|
+
* @returns {number} 错误码
|
|
4842
4844
|
*/
|
|
4843
4845
|
|
|
4844
4846
|
|
|
@@ -4852,9 +4854,9 @@ var CA_ExtInterface = function () {
|
|
|
4852
4854
|
}
|
|
4853
4855
|
};
|
|
4854
4856
|
|
|
4855
|
-
/**
|
|
4856
|
-
* 获取错误信息
|
|
4857
|
-
* @returns {string} 错误信息
|
|
4857
|
+
/**
|
|
4858
|
+
* 获取错误信息
|
|
4859
|
+
* @returns {string} 错误信息
|
|
4858
4860
|
*/
|
|
4859
4861
|
|
|
4860
4862
|
|
|
@@ -4868,9 +4870,9 @@ var CA_ExtInterface = function () {
|
|
|
4868
4870
|
}
|
|
4869
4871
|
};
|
|
4870
4872
|
|
|
4871
|
-
/**
|
|
4872
|
-
* 销毁认证对象
|
|
4873
|
-
* @returns {number} 销毁结果
|
|
4873
|
+
/**
|
|
4874
|
+
* 销毁认证对象
|
|
4875
|
+
* @returns {number} 销毁结果
|
|
4874
4876
|
*/
|
|
4875
4877
|
|
|
4876
4878
|
|
|
@@ -4884,9 +4886,9 @@ var CA_ExtInterface = function () {
|
|
|
4884
4886
|
}
|
|
4885
4887
|
};
|
|
4886
4888
|
|
|
4887
|
-
/**
|
|
4888
|
-
* 获取证书类型
|
|
4889
|
-
* @returns {string} 证书类型
|
|
4889
|
+
/**
|
|
4890
|
+
* 获取证书类型
|
|
4891
|
+
* @returns {string} 证书类型
|
|
4890
4892
|
*/
|
|
4891
4893
|
|
|
4892
4894
|
|
|
@@ -4900,9 +4902,9 @@ var CA_ExtInterface = function () {
|
|
|
4900
4902
|
}
|
|
4901
4903
|
};
|
|
4902
4904
|
|
|
4903
|
-
/**
|
|
4904
|
-
* 获取签名摘要算法
|
|
4905
|
-
* @returns {string} 签名摘要算法
|
|
4905
|
+
/**
|
|
4906
|
+
* 获取签名摘要算法
|
|
4907
|
+
* @returns {string} 签名摘要算法
|
|
4906
4908
|
*/
|
|
4907
4909
|
|
|
4908
4910
|
|
|
@@ -4916,11 +4918,11 @@ var CA_ExtInterface = function () {
|
|
|
4916
4918
|
}
|
|
4917
4919
|
};
|
|
4918
4920
|
|
|
4919
|
-
/**
|
|
4920
|
-
* 使能调用序列
|
|
4921
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
4922
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
4923
|
-
* @returns {number} 使能结果
|
|
4921
|
+
/**
|
|
4922
|
+
* 使能调用序列
|
|
4923
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
4924
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
4925
|
+
* @returns {number} 使能结果
|
|
4924
4926
|
*/
|
|
4925
4927
|
|
|
4926
4928
|
|
|
@@ -4934,9 +4936,9 @@ var CA_ExtInterface = function () {
|
|
|
4934
4936
|
}
|
|
4935
4937
|
};
|
|
4936
4938
|
|
|
4937
|
-
/**
|
|
4938
|
-
* 清空调用序列结果
|
|
4939
|
-
* @returns {number} 清空调用序列结果
|
|
4939
|
+
/**
|
|
4940
|
+
* 清空调用序列结果
|
|
4941
|
+
* @returns {number} 清空调用序列结果
|
|
4940
4942
|
*/
|
|
4941
4943
|
|
|
4942
4944
|
|
|
@@ -4950,9 +4952,9 @@ var CA_ExtInterface = function () {
|
|
|
4950
4952
|
}
|
|
4951
4953
|
};
|
|
4952
4954
|
|
|
4953
|
-
/**
|
|
4954
|
-
* 获取调用序列结果
|
|
4955
|
-
* @returns {string} 调用序列结果
|
|
4955
|
+
/**
|
|
4956
|
+
* 获取调用序列结果
|
|
4957
|
+
* @returns {string} 调用序列结果
|
|
4956
4958
|
*/
|
|
4957
4959
|
|
|
4958
4960
|
|
|
@@ -4966,12 +4968,12 @@ var CA_ExtInterface = function () {
|
|
|
4966
4968
|
}
|
|
4967
4969
|
};
|
|
4968
4970
|
|
|
4969
|
-
/**
|
|
4970
|
-
* 客户端安全策略检查
|
|
4971
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4972
|
-
* @param {number} usGatewayPort - 网关端口
|
|
4973
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
4974
|
-
* @returns {boolean} 检查结果
|
|
4971
|
+
/**
|
|
4972
|
+
* 客户端安全策略检查
|
|
4973
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4974
|
+
* @param {number} usGatewayPort - 网关端口
|
|
4975
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
4976
|
+
* @returns {boolean} 检查结果
|
|
4975
4977
|
*/
|
|
4976
4978
|
|
|
4977
4979
|
|
|
@@ -4985,9 +4987,9 @@ var CA_ExtInterface = function () {
|
|
|
4985
4987
|
}
|
|
4986
4988
|
};
|
|
4987
4989
|
|
|
4988
|
-
/**
|
|
4989
|
-
* 获取通讯协议版本
|
|
4990
|
-
* @returns {string} 通讯协议版本
|
|
4990
|
+
/**
|
|
4991
|
+
* 获取通讯协议版本
|
|
4992
|
+
* @returns {string} 通讯协议版本
|
|
4991
4993
|
*/
|
|
4992
4994
|
|
|
4993
4995
|
|
|
@@ -5001,13 +5003,13 @@ var CA_ExtInterface = function () {
|
|
|
5001
5003
|
}
|
|
5002
5004
|
};
|
|
5003
5005
|
|
|
5004
|
-
/**
|
|
5005
|
-
* 修改 Key 的 Pin 码
|
|
5006
|
-
* @param {string} strCertSn - 证书序列号
|
|
5007
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
5008
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
5009
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
5010
|
-
* @returns {number} 修改结果
|
|
5006
|
+
/**
|
|
5007
|
+
* 修改 Key 的 Pin 码
|
|
5008
|
+
* @param {string} strCertSn - 证书序列号
|
|
5009
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
5010
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
5011
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
5012
|
+
* @returns {number} 修改结果
|
|
5011
5013
|
*/
|
|
5012
5014
|
|
|
5013
5015
|
|
|
@@ -5021,10 +5023,10 @@ var CA_ExtInterface = function () {
|
|
|
5021
5023
|
}
|
|
5022
5024
|
};
|
|
5023
5025
|
|
|
5024
|
-
/**
|
|
5025
|
-
* 等待策略设置完毕
|
|
5026
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5027
|
-
* @returns {number} 等待结果
|
|
5026
|
+
/**
|
|
5027
|
+
* 等待策略设置完毕
|
|
5028
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5029
|
+
* @returns {number} 等待结果
|
|
5028
5030
|
*/
|
|
5029
5031
|
|
|
5030
5032
|
|
|
@@ -5038,10 +5040,10 @@ var CA_ExtInterface = function () {
|
|
|
5038
5040
|
}
|
|
5039
5041
|
};
|
|
5040
5042
|
|
|
5041
|
-
/**
|
|
5042
|
-
* 获取会话 Token
|
|
5043
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5044
|
-
* @returns {string} 会话 Token
|
|
5043
|
+
/**
|
|
5044
|
+
* 获取会话 Token
|
|
5045
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5046
|
+
* @returns {string} 会话 Token
|
|
5045
5047
|
*/
|
|
5046
5048
|
|
|
5047
5049
|
|
|
@@ -5055,9 +5057,9 @@ var CA_ExtInterface = function () {
|
|
|
5055
5057
|
}
|
|
5056
5058
|
};
|
|
5057
5059
|
|
|
5058
|
-
/**
|
|
5059
|
-
* 获取控件版本
|
|
5060
|
-
* @returns {string} 控件版本
|
|
5060
|
+
/**
|
|
5061
|
+
* 获取控件版本
|
|
5062
|
+
* @returns {string} 控件版本
|
|
5061
5063
|
*/
|
|
5062
5064
|
|
|
5063
5065
|
|
|
@@ -5071,10 +5073,10 @@ var CA_ExtInterface = function () {
|
|
|
5071
5073
|
}
|
|
5072
5074
|
};
|
|
5073
5075
|
|
|
5074
|
-
/**
|
|
5075
|
-
* 设置语言资源
|
|
5076
|
-
* @param {string} strLanguage - 语言资源
|
|
5077
|
-
* @returns {number} 设置结果
|
|
5076
|
+
/**
|
|
5077
|
+
* 设置语言资源
|
|
5078
|
+
* @param {string} strLanguage - 语言资源
|
|
5079
|
+
* @returns {number} 设置结果
|
|
5078
5080
|
*/
|
|
5079
5081
|
|
|
5080
5082
|
|
|
@@ -5088,12 +5090,12 @@ var CA_ExtInterface = function () {
|
|
|
5088
5090
|
}
|
|
5089
5091
|
};
|
|
5090
5092
|
|
|
5091
|
-
/**
|
|
5092
|
-
* 获取用户属性
|
|
5093
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5094
|
-
* @param {string} strAppFlag - 应用标识
|
|
5095
|
-
* @param {string} strAttributeName - 属性名称
|
|
5096
|
-
* @returns {string} 用户属性值
|
|
5093
|
+
/**
|
|
5094
|
+
* 获取用户属性
|
|
5095
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5096
|
+
* @param {string} strAppFlag - 应用标识
|
|
5097
|
+
* @param {string} strAttributeName - 属性名称
|
|
5098
|
+
* @returns {string} 用户属性值
|
|
5097
5099
|
*/
|
|
5098
5100
|
|
|
5099
5101
|
|
|
@@ -5107,9 +5109,9 @@ var CA_ExtInterface = function () {
|
|
|
5107
5109
|
}
|
|
5108
5110
|
};
|
|
5109
5111
|
|
|
5110
|
-
/**
|
|
5111
|
-
* 获取签名加密 PIN 码
|
|
5112
|
-
* @returns {string} 签名加密 PIN 码
|
|
5112
|
+
/**
|
|
5113
|
+
* 获取签名加密 PIN 码
|
|
5114
|
+
* @returns {string} 签名加密 PIN 码
|
|
5113
5115
|
*/
|
|
5114
5116
|
|
|
5115
5117
|
|