eoss-ui 0.5.11 → 0.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/lib/button-group.js +228 -124
  2. package/lib/button.js +167 -75
  3. package/lib/card.js +2 -2
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +166 -75
  6. package/lib/clients.js +2 -2
  7. package/lib/data-table-form.js +165 -74
  8. package/lib/data-table.js +185 -94
  9. package/lib/date-picker.js +172 -80
  10. package/lib/dialog.js +174 -83
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +316 -183
  13. package/lib/error-page.js +2 -2
  14. package/lib/flow-group.js +165 -73
  15. package/lib/flow-list.js +200 -83
  16. package/lib/flow.js +200 -92
  17. package/lib/form.js +258 -151
  18. package/lib/handle-user.js +168 -76
  19. package/lib/handler.js +166 -74
  20. package/lib/icons.js +4 -4
  21. package/lib/index.js +1 -1
  22. package/lib/input-number.js +167 -75
  23. package/lib/input.js +169 -77
  24. package/lib/label.js +2 -2
  25. package/lib/layout.js +4 -4
  26. package/lib/login.js +168 -77
  27. package/lib/main.js +209 -118
  28. package/lib/menu.js +2 -2
  29. package/lib/nav.js +167 -75
  30. package/lib/notify.js +2 -2
  31. package/lib/page.js +167 -75
  32. package/lib/pagination.js +2 -2
  33. package/lib/player.js +173 -81
  34. package/lib/qr-code.js +169 -77
  35. package/lib/radio-group.js +167 -75
  36. package/lib/retrial-auth.js +167 -75
  37. package/lib/select-ganged.js +165 -73
  38. package/lib/select.js +166 -74
  39. package/lib/selector-panel.js +166 -75
  40. package/lib/selector.js +167 -75
  41. package/lib/sizer.js +169 -77
  42. package/lib/steps.js +167 -75
  43. package/lib/switch.js +167 -75
  44. package/lib/table-form.js +167 -75
  45. package/lib/tabs-panel.js +2 -2
  46. package/lib/tabs.js +170 -78
  47. package/lib/tips.js +167 -75
  48. package/lib/toolbar.js +2 -2
  49. package/lib/tree-group.js +165 -73
  50. package/lib/tree.js +165 -73
  51. package/lib/upload.js +168 -77
  52. package/lib/utils/util.js +17 -61
  53. package/lib/utils/webSocket.js +134 -0
  54. package/lib/wujie.js +167 -75
  55. package/lib/wxlogin.js +167 -75
  56. package/package.json +1 -1
  57. package/packages/data-table/src/main.vue +2 -2
  58. package/packages/data-table/src/sizer.vue +1 -1
  59. package/packages/flow/src/main.vue +2 -0
  60. package/packages/flow/src/processForm.vue +23 -9
  61. package/packages/flow-list/src/main.vue +25 -2
  62. package/packages/main/src/main.vue +13 -14
  63. package/src/index.js +1 -1
  64. package/src/utils/util.js +38 -81
  65. package/src/utils/webSocket.js +103 -0
package/lib/form.js CHANGED
@@ -82,12 +82,11 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 42);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 43);
86
86
  /******/ })
87
87
  /************************************************************************/
88
- /******/ ({
89
-
90
- /***/ 0:
88
+ /******/ ([
89
+ /* 0 */
91
90
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
91
 
93
92
  "use strict";
@@ -98,14 +97,9 @@ module.exports =
98
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
99
98
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
100
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
101
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
102
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_4__);
103
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
104
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_5__);
105
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2);
106
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_6__);
107
- var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
108
-
100
+ /* harmony import */ var _webSocket__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
101
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(2);
102
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_5__);
109
103
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
110
104
 
111
105
  /**
@@ -116,8 +110,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
116
110
  **/
117
111
 
118
112
  /* eslint-disable indent */
119
- var sm2 = __webpack_require__(9).sm2;
120
-
113
+ var sm2 = __webpack_require__(10).sm2;
121
114
 
122
115
 
123
116
 
@@ -265,7 +258,7 @@ var ajax = function ajax(_ref) {
265
258
  clearTimeout(loginMsg);
266
259
  loginMsg = setTimeout(function () {
267
260
  sessionStorage.setItem('remind', 1);
268
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
261
+ eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
269
262
  confirmButtonText: '确定',
270
263
  closeOnClickModal: false,
271
264
  type: 'warning'
@@ -312,7 +305,7 @@ var ajax = function ajax(_ref) {
312
305
  } else if (response.data.rCode === 61) {
313
306
  clearTimeout(initAuth);
314
307
  initAuth = setTimeout(function () {
315
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"])({
308
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"])({
316
309
  title: '请进行二次鉴权',
317
310
  closeOnClickModal: false,
318
311
  closeOnPressEscape: false,
@@ -2013,7 +2006,7 @@ var isLogined = function isLogined(_ref8) {
2013
2006
  win.top.location.href = href;
2014
2007
  break;
2015
2008
  case 4:
2016
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2009
+ eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2017
2010
  confirmButtonText: '确定',
2018
2011
  type: 'error',
2019
2012
  callback: function callback() {
@@ -2033,7 +2026,7 @@ var isLogined = function isLogined(_ref8) {
2033
2026
  default:
2034
2027
  }
2035
2028
  } else {
2036
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(res.msg, '提示', {
2029
+ eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"].alert(res.msg, '提示', {
2037
2030
  confirmButtonText: '确定',
2038
2031
  type: 'error',
2039
2032
  callback: function callback() {
@@ -2164,7 +2157,7 @@ var loadJs = function loadJs(_ref10) {
2164
2157
  **/
2165
2158
  var loading = function loading($loading, res) {
2166
2159
  if (!$loading) {
2167
- $loading = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service;
2160
+ $loading = eoss_element__WEBPACK_IMPORTED_MODULE_5__["Loading"].service;
2168
2161
  }
2169
2162
  if (isObject(res)) {
2170
2163
  var config = extend({}, {
@@ -2529,63 +2522,25 @@ var setStorage = function setStorage(_ref14) {
2529
2522
  * @author huangbo
2530
2523
  * @date 2022年5月7日
2531
2524
  * @param {String} [url] - 连接地址
2525
+ * @param {String} [send] - 是否发送消息
2532
2526
  * @param {String} [take] - 订阅地址
2533
2527
  * @param {String} [debug] - 调试
2534
2528
  * @param {String} [interval] - 重连间隔时间
2529
+ * @param {Function} [success] - 调试
2530
+ * @param {Function} [error] - 重连间隔时间
2535
2531
  **/
2536
- function socket(options) {
2537
- var nextDate = 0;
2538
- var connect = 1;
2539
- return new Promise(function (resolve, reject) {
2540
- var wshost = getStorage('wshost') || '';
2541
- var option = {
2542
- url: wshost + _config_api__WEBPACK_IMPORTED_MODULE_0__[/* wss */ "Zb"],
2543
- take: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* topic */ "Qb"],
2544
- debug: true,
2545
- interval: 20
2546
- };
2547
- var websocket = win.websocket || {};
2548
- if (options && isObject(options)) {
2549
- option = _extends({}, option, options);
2550
- }
2551
- var key = window.btoa(option.url);
2552
- if (!websocket[key]) {
2553
- websocket[key] = { socket: new sockjs_client__WEBPACK_IMPORTED_MODULE_4___default.a(option.url) };
2554
- win.websocket = websocket;
2555
- }
2556
-
2557
- var client = websocket[key] ? websocket[key].client : null;
2558
- if (!client) {
2559
- client = websocket[key].client = stompjs__WEBPACK_IMPORTED_MODULE_5___default.a.over(websocket[key].socket);
2560
- !option.debug && (client.debug = null);
2532
+ function socket(option, vm) {
2533
+ var options = {};
2534
+ for (var i in option) {
2535
+ if (i === 'send') {
2536
+ options['isSend'] = option[i];
2537
+ } else {
2538
+ options[i] = option[i];
2561
2539
  }
2562
- client.connect({}, function () {
2563
- client.subscribe(option.take, function (response) {
2564
- var res = JSON.parse(response.body);
2565
- resolve(res, function () {
2566
- client.disconnect();
2567
- win.top.websocket && win.top.websocket[key] && delete win.top.websocket[key];
2568
- }, client, websocket[key]);
2569
- });
2570
- }, function (error) {
2571
- var diffSecond = parseInt((new Date() - nextDate) / 1000, 10);
2572
- if (connect > 5 && diffSecond < option.interval) {
2573
- client.disconnect();
2574
- if (win.top.websocket) {
2575
- if (Object.keys(win.top.websocket).length > 1) {
2576
- delete win.top.websocket[key];
2577
- } else {
2578
- delete win.top.websocket;
2579
- }
2580
- }
2581
- } else {
2582
- win.top.websocket && win.top.websocket[key] && setTimeout(function () {
2583
- socket(options);
2584
- }, 5000);
2585
- }
2586
- reject(error);
2587
- });
2588
- });
2540
+ }
2541
+ var socket = new _webSocket__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"]();
2542
+ socket.init(options, vm);
2543
+ return socket;
2589
2544
  }
2590
2545
  /**
2591
2546
  * sum
@@ -3025,8 +2980,7 @@ var watermark = function watermark(option) {
3025
2980
  });
3026
2981
 
3027
2982
  /***/ }),
3028
-
3029
- /***/ 1:
2983
+ /* 1 */
3030
2984
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3031
2985
 
3032
2986
  "use strict";
@@ -3365,47 +3319,13 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3365
3319
  var formContents = '/config/admin/online/onlineForm/render';
3366
3320
 
3367
3321
  /***/ }),
3368
-
3369
- /***/ 11:
3370
- /***/ (function(module, exports) {
3371
-
3372
- module.exports = require("babel-runtime/regenerator");
3373
-
3374
- /***/ }),
3375
-
3376
- /***/ 12:
3377
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
3378
-
3379
- "use strict";
3380
- // 手机号
3381
- var phone = { pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'), message: '手机号不合法' };
3382
- // 身份证
3383
- var idCard = { pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'), message: '身份证号不合法' };
3384
- // 座机号
3385
- var telephone = { pattern: new RegExp('^(\\d{3,4}-)?\\d{7,8}$'), message: '座机号不合法' };
3386
- // IP
3387
- var ip = { pattern: new RegExp('^(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])$'), message: 'IP地址不合法' };
3388
- // 银行卡号
3389
- var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message: '银行卡号不合法' };
3390
-
3391
- /* harmony default export */ __webpack_exports__["a"] = ({
3392
- phone: phone,
3393
- idCard: idCard,
3394
- telephone: telephone,
3395
- ip: ip,
3396
- bankCard: bankCard
3397
- });
3398
-
3399
- /***/ }),
3400
-
3401
- /***/ 2:
3322
+ /* 2 */
3402
3323
  /***/ (function(module, exports) {
3403
3324
 
3404
3325
  module.exports = require("eoss-element");
3405
3326
 
3406
3327
  /***/ }),
3407
-
3408
- /***/ 3:
3328
+ /* 3 */
3409
3329
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3410
3330
 
3411
3331
  "use strict";
@@ -3509,15 +3429,238 @@ function normalizeComponent(
3509
3429
 
3510
3430
 
3511
3431
  /***/ }),
3512
-
3513
- /***/ 4:
3432
+ /* 4 */
3514
3433
  /***/ (function(module, exports) {
3515
3434
 
3516
3435
  module.exports = require("qs");
3517
3436
 
3518
3437
  /***/ }),
3438
+ /* 5 */
3439
+ /***/ (function(module, exports) {
3440
+
3441
+ module.exports = require("axios");
3442
+
3443
+ /***/ }),
3444
+ /* 6 */
3445
+ /***/ (function(module, exports) {
3446
+
3447
+ module.exports = require("json-bigint");
3448
+
3449
+ /***/ }),
3450
+ /* 7 */
3451
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
3452
+
3453
+ "use strict";
3454
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8);
3455
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
3456
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
3457
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
3458
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3459
+
3460
+
3461
+
3462
+
3463
+ var WebSocket = function () {
3464
+ // 构造函数
3465
+ function WebSocket() {
3466
+ _classCallCheck(this, WebSocket);
3467
+
3468
+ this.host = sessionStorage.getItem('wshost') || '';
3469
+ this.tryTimes = 1; // 重连次数
3470
+ this.callback = null; // 回调函数
3471
+ this.client = null; // stomp对象
3472
+ this.reconTimeout = null; // 重连延时器
3473
+ this.debug = true; // 调试
3474
+ this.interval = 20; // 重连间隔时间
3475
+ this.vm = null;
3476
+ this.nextDate = 0;
3477
+ this.connects = 1;
3478
+ this.recon = false;
3479
+ this.sendTimeout = null;
3480
+ this.isSend = false;
3481
+ }
3482
+
3483
+ /** socket连接 */
3484
+
3485
+
3486
+ WebSocket.prototype.connect = function connect() {
3487
+ var _this = this;
3488
+
3489
+ if (!this.client) {
3490
+ // 连接SockJS
3491
+ var socket = new sockjs_client__WEBPACK_IMPORTED_MODULE_0___default.a(this.host + this.url);
3492
+ // 获取STOMP子协议的客户端对象
3493
+ this.client = stompjs__WEBPACK_IMPORTED_MODULE_1___default.a.over(socket);
3494
+ }
3495
+
3496
+ // 日志不打印
3497
+ if (!this.debug) {
3498
+ console.log(111);
3499
+ this.client.debug = function () {};
3500
+ }
3501
+
3502
+ // 向服务器发起websocket连接
3503
+ this.client.connect({}, function () {
3504
+ _this.recon = true;
3505
+ // tryTimes定义重置
3506
+ _this.connects = 1;
3507
+ // 订阅消息
3508
+ // if (!this.isSend) {
3509
+ _this.subscribe();
3510
+ // }
3511
+ }, function (error) {
3512
+ var diffSecond = parseInt((new Date() - _this.nextDate) / 1000, 10);
3513
+ if (_this.connects > 5 && diffSecond < _this.interval) {
3514
+ _this.client.disconnect();
3515
+ _this.error && _this.error(error);
3516
+ } else {
3517
+ _this.reconTimeout = setTimeout(function () {
3518
+ _this.connect();
3519
+ _this.connects++;
3520
+ }, 5000);
3521
+ }
3522
+ });
3523
+ };
3524
+ /** 订阅服务端 */
3525
+
3526
+
3527
+ WebSocket.prototype.subscribe = function subscribe() {
3528
+ var _this2 = this;
3529
+
3530
+ // 订阅服务端提供的某个topic
3531
+ this.client.subscribe(this.take, function (response) {
3532
+ if (response && (_this2.callback || _this2.success)) {
3533
+ var callback = _this2.callback || _this2.success;
3534
+ callback(JSON.parse(response.body));
3535
+ }
3536
+ });
3537
+ };
3538
+
3539
+ /** 赋值、初始化socket */
3540
+
3541
+
3542
+ WebSocket.prototype.init = function init(option, vm) {
3543
+ for (var i in option) {
3544
+ this[i] = option[i];
3545
+ }
3546
+ this.vm = vm;
3547
+ // 初始化连接
3548
+ this.connect();
3549
+ };
3550
+
3551
+ /** 发送消息 */
3552
+
3553
+
3554
+ WebSocket.prototype.send = function send(data) {
3555
+ var _this3 = this;
3556
+
3557
+ if (this.recon) {
3558
+ clearTimeout(this.sendTimeout);
3559
+ this.client.send(this.take, {}, typeof data === 'string' ? data : JSON.stringify(data));
3560
+ } else {
3561
+ this.sendTimeout = setTimeout(function () {
3562
+ _this3.send(data);
3563
+ }, 1000);
3564
+ }
3565
+ };
3566
+
3567
+ /** 销毁 */
3568
+
3569
+
3570
+ WebSocket.prototype.destroy = function destroy() {
3571
+ // 断开连接,清除定时器
3572
+ if (this.client) {
3573
+ this.client.disconnect();
3574
+ };
3575
+ this.reconTimeout && clearTimeout(this.reconTimeout);
3576
+ this.sendTimeout && clearTimeout(this.sendTimeout);
3577
+ };
3578
+
3579
+ return WebSocket;
3580
+ }();
3581
+
3582
+ /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
3583
+
3584
+ /***/ }),
3585
+ /* 8 */
3586
+ /***/ (function(module, exports) {
3587
+
3588
+ module.exports = require("sockjs-client");
3589
+
3590
+ /***/ }),
3591
+ /* 9 */
3592
+ /***/ (function(module, exports) {
3593
+
3594
+ module.exports = require("stompjs");
3595
+
3596
+ /***/ }),
3597
+ /* 10 */
3598
+ /***/ (function(module, exports) {
3599
+
3600
+ module.exports = require("sm-crypto");
3601
+
3602
+ /***/ }),
3603
+ /* 11 */,
3604
+ /* 12 */
3605
+ /***/ (function(module, exports) {
3606
+
3607
+ module.exports = require("babel-runtime/regenerator");
3608
+
3609
+ /***/ }),
3610
+ /* 13 */
3611
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
3612
+
3613
+ "use strict";
3614
+ // 手机号
3615
+ var phone = { pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'), message: '手机号不合法' };
3616
+ // 身份证
3617
+ var idCard = { pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'), message: '身份证号不合法' };
3618
+ // 座机号
3619
+ var telephone = { pattern: new RegExp('^(\\d{3,4}-)?\\d{7,8}$'), message: '座机号不合法' };
3620
+ // IP
3621
+ var ip = { pattern: new RegExp('^(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])$'), message: 'IP地址不合法' };
3622
+ // 银行卡号
3623
+ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message: '银行卡号不合法' };
3519
3624
 
3520
- /***/ 42:
3625
+ /* harmony default export */ __webpack_exports__["a"] = ({
3626
+ phone: phone,
3627
+ idCard: idCard,
3628
+ telephone: telephone,
3629
+ ip: ip,
3630
+ bankCard: bankCard
3631
+ });
3632
+
3633
+ /***/ }),
3634
+ /* 14 */,
3635
+ /* 15 */,
3636
+ /* 16 */,
3637
+ /* 17 */,
3638
+ /* 18 */,
3639
+ /* 19 */,
3640
+ /* 20 */,
3641
+ /* 21 */,
3642
+ /* 22 */,
3643
+ /* 23 */,
3644
+ /* 24 */,
3645
+ /* 25 */,
3646
+ /* 26 */,
3647
+ /* 27 */,
3648
+ /* 28 */,
3649
+ /* 29 */,
3650
+ /* 30 */,
3651
+ /* 31 */,
3652
+ /* 32 */,
3653
+ /* 33 */,
3654
+ /* 34 */,
3655
+ /* 35 */,
3656
+ /* 36 */,
3657
+ /* 37 */,
3658
+ /* 38 */,
3659
+ /* 39 */,
3660
+ /* 40 */,
3661
+ /* 41 */,
3662
+ /* 42 */,
3663
+ /* 43 */
3521
3664
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3522
3665
 
3523
3666
  "use strict";
@@ -14446,7 +14589,7 @@ render._withStripped = true
14446
14589
  // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=2fd814fb&
14447
14590
 
14448
14591
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
14449
- var regenerator_ = __webpack_require__(11);
14592
+ var regenerator_ = __webpack_require__(12);
14450
14593
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
14451
14594
 
14452
14595
  // EXTERNAL MODULE: ./src/config/api.js
@@ -14456,7 +14599,7 @@ var api = __webpack_require__(1);
14456
14599
  var util = __webpack_require__(0);
14457
14600
 
14458
14601
  // EXTERNAL MODULE: ./src/utils/rules.js
14459
- var rules = __webpack_require__(12);
14602
+ var rules = __webpack_require__(13);
14460
14603
 
14461
14604
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=script&lang=js&
14462
14605
 
@@ -19571,41 +19714,5 @@ main.install = function (Vue) {
19571
19714
 
19572
19715
  /* harmony default export */ var packages_form = __webpack_exports__["default"] = (main);
19573
19716
 
19574
- /***/ }),
19575
-
19576
- /***/ 5:
19577
- /***/ (function(module, exports) {
19578
-
19579
- module.exports = require("axios");
19580
-
19581
- /***/ }),
19582
-
19583
- /***/ 6:
19584
- /***/ (function(module, exports) {
19585
-
19586
- module.exports = require("json-bigint");
19587
-
19588
- /***/ }),
19589
-
19590
- /***/ 7:
19591
- /***/ (function(module, exports) {
19592
-
19593
- module.exports = require("sockjs-client");
19594
-
19595
- /***/ }),
19596
-
19597
- /***/ 8:
19598
- /***/ (function(module, exports) {
19599
-
19600
- module.exports = require("stompjs");
19601
-
19602
- /***/ }),
19603
-
19604
- /***/ 9:
19605
- /***/ (function(module, exports) {
19606
-
19607
- module.exports = require("sm-crypto");
19608
-
19609
19717
  /***/ })
19610
-
19611
- /******/ });
19718
+ /******/ ]);