eoss-ui 0.5.45 → 0.5.46

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 (71) hide show
  1. package/lib/button.js +135 -135
  2. package/lib/calendar.js +769 -0
  3. package/lib/cascader.js +2 -2
  4. package/lib/checkbox-group.js +4 -2
  5. package/lib/clients.js +2 -2
  6. package/lib/data-table-form.js +36 -13
  7. package/lib/data-table.js +17 -6
  8. package/lib/date-picker.js +2 -2
  9. package/lib/dialog.js +8 -4
  10. package/lib/enterprise.js +2 -2
  11. package/lib/eoss-ui.common.js +1214 -630
  12. package/lib/error-page.js +2 -2
  13. package/lib/flow-group.js +2 -2
  14. package/lib/flow-list.js +2 -2
  15. package/lib/form.js +215 -231
  16. package/lib/handle-user.js +2 -2
  17. package/lib/handler.js +2 -2
  18. package/lib/icons.js +2 -2
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +2 -2
  21. package/lib/input.js +2 -2
  22. package/lib/label.js +2 -2
  23. package/lib/menu.js +2 -2
  24. package/lib/nav.js +5 -5
  25. package/lib/notify.js +2 -2
  26. package/lib/page.js +2 -2
  27. package/lib/pagination.js +2 -2
  28. package/lib/player.js +2 -2
  29. package/lib/qr-code.js +2 -2
  30. package/lib/radio-group.js +2 -2
  31. package/lib/retrial-auth.js +2 -2
  32. package/lib/select-ganged.js +2 -2
  33. package/lib/select.js +2 -2
  34. package/lib/selector.js +2 -2
  35. package/lib/sizer.js +9 -9
  36. package/lib/steps.js +2 -2
  37. package/lib/switch.js +2 -2
  38. package/lib/table-form.js +2 -2
  39. package/lib/tabs-panel.js +2 -2
  40. package/lib/tabs.js +2 -2
  41. package/lib/theme-chalk/calendar.css +0 -0
  42. package/lib/theme-chalk/cascader.css +1 -0
  43. package/lib/theme-chalk/data-table-form.css +1 -1
  44. package/lib/theme-chalk/index.css +1 -1
  45. package/lib/theme-chalk/toolbar.css +1 -1
  46. package/lib/tips.js +2 -2
  47. package/lib/toolbar.js +17 -33
  48. package/lib/tree-group.js +2 -2
  49. package/lib/tree.js +2 -2
  50. package/lib/wujie.js +2 -2
  51. package/lib/wxlogin.js +2 -2
  52. package/package.json +1 -1
  53. package/packages/calendar/index.js +5 -0
  54. package/packages/calendar/src/main.vue +386 -0
  55. package/packages/data-table/src/main.vue +12 -1
  56. package/packages/data-table-form/src/main.vue +30 -23
  57. package/packages/data-table-form/src/table.vue +16 -3
  58. package/packages/dialog/src/main.vue +3 -0
  59. package/packages/nav/src/main.vue +1 -1
  60. package/packages/theme-chalk/lib/calendar.css +0 -0
  61. package/packages/theme-chalk/lib/cascader.css +1 -0
  62. package/packages/theme-chalk/lib/data-table-form.css +1 -1
  63. package/packages/theme-chalk/lib/index.css +1 -1
  64. package/packages/theme-chalk/lib/toolbar.css +1 -1
  65. package/packages/theme-chalk/src/calendar.scss +0 -0
  66. package/packages/theme-chalk/src/cascader.scss +93 -0
  67. package/packages/theme-chalk/src/data-table-form.scss +11 -0
  68. package/packages/theme-chalk/src/index.scss +2 -1
  69. package/packages/theme-chalk/src/toolbar.scss +13 -11
  70. package/packages/toolbar/src/main.vue +34 -48
  71. package/src/index.js +7 -4
package/lib/error-page.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 = 43);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 44);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 43:
195
+ /***/ 44:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/flow-group.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 = 45);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 46);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3551,7 +3551,7 @@ module.exports = require("qs");
3551
3551
 
3552
3552
  /***/ }),
3553
3553
 
3554
- /***/ 45:
3554
+ /***/ 46:
3555
3555
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3556
3556
 
3557
3557
  "use strict";
package/lib/flow-list.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 = 46);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 47);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3728,7 +3728,7 @@ module.exports = require("qs");
3728
3728
 
3729
3729
  /***/ }),
3730
3730
 
3731
- /***/ 46:
3731
+ /***/ 47:
3732
3732
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3733
3733
 
3734
3734
  "use strict";
package/lib/form.js CHANGED
@@ -82,11 +82,12 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 44);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 45);
86
86
  /******/ })
87
87
  /************************************************************************/
88
- /******/ ([
89
- /* 0 */
88
+ /******/ ({
89
+
90
+ /***/ 0:
90
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
91
92
 
92
93
  "use strict";
@@ -3078,7 +3079,8 @@ var watermark = function watermark(option) {
3078
3079
  });
3079
3080
 
3080
3081
  /***/ }),
3081
- /* 1 */
3082
+
3083
+ /***/ 1:
3082
3084
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3083
3085
 
3084
3086
  "use strict";
@@ -3422,13 +3424,54 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3422
3424
  var formContents = '/config/admin/online/onlineForm/render';
3423
3425
 
3424
3426
  /***/ }),
3425
- /* 2 */
3427
+
3428
+ /***/ 10:
3429
+ /***/ (function(module, exports) {
3430
+
3431
+ module.exports = require("sm-crypto");
3432
+
3433
+ /***/ }),
3434
+
3435
+ /***/ 12:
3436
+ /***/ (function(module, exports) {
3437
+
3438
+ module.exports = require("babel-runtime/regenerator");
3439
+
3440
+ /***/ }),
3441
+
3442
+ /***/ 13:
3443
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
3444
+
3445
+ "use strict";
3446
+ // 手机号
3447
+ var phone = { pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'), message: '手机号不合法' };
3448
+ // 身份证
3449
+ var idCard = { pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'), message: '身份证号不合法' };
3450
+ // 座机号
3451
+ var telephone = { pattern: new RegExp('^(\\d{3,4}-)?\\d{7,8}$'), message: '座机号不合法' };
3452
+ // IP
3453
+ 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地址不合法' };
3454
+ // 银行卡号
3455
+ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message: '银行卡号不合法' };
3456
+
3457
+ /* harmony default export */ __webpack_exports__["a"] = ({
3458
+ phone: phone,
3459
+ idCard: idCard,
3460
+ telephone: telephone,
3461
+ ip: ip,
3462
+ bankCard: bankCard
3463
+ });
3464
+
3465
+ /***/ }),
3466
+
3467
+ /***/ 2:
3426
3468
  /***/ (function(module, exports) {
3427
3469
 
3428
3470
  module.exports = require("eoss-element");
3429
3471
 
3430
3472
  /***/ }),
3431
- /* 3 */
3473
+
3474
+ /***/ 3:
3432
3475
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3433
3476
 
3434
3477
  "use strict";
@@ -3532,236 +3575,15 @@ function normalizeComponent(
3532
3575
 
3533
3576
 
3534
3577
  /***/ }),
3535
- /* 4 */
3536
- /***/ (function(module, exports) {
3537
-
3538
- module.exports = require("qs");
3539
-
3540
- /***/ }),
3541
- /* 5 */
3542
- /***/ (function(module, exports) {
3543
-
3544
- module.exports = require("axios");
3545
3578
 
3546
- /***/ }),
3547
- /* 6 */
3579
+ /***/ 4:
3548
3580
  /***/ (function(module, exports) {
3549
3581
 
3550
- module.exports = require("json-bigint");
3551
-
3552
- /***/ }),
3553
- /* 7 */
3554
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
3555
-
3556
- "use strict";
3557
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8);
3558
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
3559
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
3560
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
3561
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3562
-
3563
-
3564
-
3565
-
3566
- var WebSocket = function () {
3567
- // 构造函数
3568
- function WebSocket() {
3569
- _classCallCheck(this, WebSocket);
3570
-
3571
- this.host = sessionStorage.getItem('wshost') || '';
3572
- this.tryTimes = 1; // 重连次数
3573
- this.callback = null; // 回调函数
3574
- this.client = null; // stomp对象
3575
- this.reconTimeout = null; // 重连延时器
3576
- this.debug = true; // 调试
3577
- this.interval = 20; // 重连间隔时间
3578
- this.vm = null;
3579
- this.nextDate = 0;
3580
- this.connects = 1;
3581
- this.recon = false;
3582
- this.sendTimeout = null;
3583
- }
3584
-
3585
- /** socket连接 */
3586
-
3587
-
3588
- WebSocket.prototype.connect = function connect() {
3589
- var _this = this;
3590
-
3591
- if (!this.client) {
3592
- // 连接SockJS
3593
- var socket = new sockjs_client__WEBPACK_IMPORTED_MODULE_0___default.a(this.host + this.url);
3594
- // 获取STOMP子协议的客户端对象
3595
- this.client = stompjs__WEBPACK_IMPORTED_MODULE_1___default.a.over(socket);
3596
- }
3597
-
3598
- // 日志不打印
3599
- if (!this.debug) {
3600
- console.log(111);
3601
- this.client.debug = function () {};
3602
- }
3603
-
3604
- // 向服务器发起websocket连接
3605
- this.client.connect({}, function () {
3606
- _this.recon = true;
3607
- // tryTimes定义重置
3608
- _this.connects = 1;
3609
- // 订阅消息
3610
- _this.subscribe();
3611
- }, function (error) {
3612
- var diffSecond = parseInt((new Date() - _this.nextDate) / 1000, 10);
3613
- if (_this.connects > 5 && diffSecond < _this.interval) {
3614
- _this.client.disconnect();
3615
- _this.error && _this.error(error);
3616
- } else {
3617
- _this.reconTimeout = setTimeout(function () {
3618
- _this.connect();
3619
- _this.connects++;
3620
- }, 5000);
3621
- }
3622
- });
3623
- };
3624
- /** 订阅服务端 */
3625
-
3626
-
3627
- WebSocket.prototype.subscribe = function subscribe() {
3628
- var _this2 = this;
3629
-
3630
- // 订阅服务端提供的某个topic
3631
- this.client.subscribe(this.take, function (response) {
3632
- if (response && (_this2.callback || _this2.success)) {
3633
- var callback = _this2.callback || _this2.success;
3634
- callback(JSON.parse(response.body));
3635
- }
3636
- });
3637
- };
3638
-
3639
- /** 赋值、初始化socket */
3640
-
3641
-
3642
- WebSocket.prototype.init = function init(option, vm) {
3643
- for (var i in option) {
3644
- this[i] = option[i];
3645
- }
3646
- this.vm = vm;
3647
- // 初始化连接
3648
- this.connect();
3649
- };
3650
-
3651
- /** 发送消息 */
3652
-
3653
-
3654
- WebSocket.prototype.send = function send(data) {
3655
- var _this3 = this;
3656
-
3657
- if (this.recon) {
3658
- clearTimeout(this.sendTimeout);
3659
- this.client.send(this.take, {}, typeof data === 'string' ? data : JSON.stringify(data));
3660
- } else {
3661
- this.sendTimeout = setTimeout(function () {
3662
- _this3.send(data);
3663
- }, 1000);
3664
- }
3665
- };
3666
-
3667
- /** 销毁 */
3668
-
3669
-
3670
- WebSocket.prototype.destroy = function destroy() {
3671
- // 断开连接,清除定时器
3672
- if (this.client) {
3673
- this.client.disconnect();
3674
- };
3675
- this.reconTimeout && clearTimeout(this.reconTimeout);
3676
- this.sendTimeout && clearTimeout(this.sendTimeout);
3677
- };
3678
-
3679
- return WebSocket;
3680
- }();
3681
-
3682
- /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
3683
-
3684
- /***/ }),
3685
- /* 8 */
3686
- /***/ (function(module, exports) {
3687
-
3688
- module.exports = require("sockjs-client");
3689
-
3690
- /***/ }),
3691
- /* 9 */
3692
- /***/ (function(module, exports) {
3693
-
3694
- module.exports = require("stompjs");
3695
-
3696
- /***/ }),
3697
- /* 10 */
3698
- /***/ (function(module, exports) {
3699
-
3700
- module.exports = require("sm-crypto");
3701
-
3702
- /***/ }),
3703
- /* 11 */,
3704
- /* 12 */
3705
- /***/ (function(module, exports) {
3706
-
3707
- module.exports = require("babel-runtime/regenerator");
3582
+ module.exports = require("qs");
3708
3583
 
3709
3584
  /***/ }),
3710
- /* 13 */
3711
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
3712
-
3713
- "use strict";
3714
- // 手机号
3715
- var phone = { pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'), message: '手机号不合法' };
3716
- // 身份证
3717
- var idCard = { pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'), message: '身份证号不合法' };
3718
- // 座机号
3719
- var telephone = { pattern: new RegExp('^(\\d{3,4}-)?\\d{7,8}$'), message: '座机号不合法' };
3720
- // IP
3721
- 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地址不合法' };
3722
- // 银行卡号
3723
- var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message: '银行卡号不合法' };
3724
3585
 
3725
- /* harmony default export */ __webpack_exports__["a"] = ({
3726
- phone: phone,
3727
- idCard: idCard,
3728
- telephone: telephone,
3729
- ip: ip,
3730
- bankCard: bankCard
3731
- });
3732
-
3733
- /***/ }),
3734
- /* 14 */,
3735
- /* 15 */,
3736
- /* 16 */,
3737
- /* 17 */,
3738
- /* 18 */,
3739
- /* 19 */,
3740
- /* 20 */,
3741
- /* 21 */,
3742
- /* 22 */,
3743
- /* 23 */,
3744
- /* 24 */,
3745
- /* 25 */,
3746
- /* 26 */,
3747
- /* 27 */,
3748
- /* 28 */,
3749
- /* 29 */,
3750
- /* 30 */,
3751
- /* 31 */,
3752
- /* 32 */,
3753
- /* 33 */,
3754
- /* 34 */,
3755
- /* 35 */,
3756
- /* 36 */,
3757
- /* 37 */,
3758
- /* 38 */,
3759
- /* 39 */,
3760
- /* 40 */,
3761
- /* 41 */,
3762
- /* 42 */,
3763
- /* 43 */,
3764
- /* 44 */
3586
+ /***/ 45:
3765
3587
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3766
3588
 
3767
3589
  "use strict";
@@ -19845,5 +19667,167 @@ main.install = function (Vue) {
19845
19667
 
19846
19668
  /* harmony default export */ var packages_form = __webpack_exports__["default"] = (main);
19847
19669
 
19670
+ /***/ }),
19671
+
19672
+ /***/ 5:
19673
+ /***/ (function(module, exports) {
19674
+
19675
+ module.exports = require("axios");
19676
+
19677
+ /***/ }),
19678
+
19679
+ /***/ 6:
19680
+ /***/ (function(module, exports) {
19681
+
19682
+ module.exports = require("json-bigint");
19683
+
19684
+ /***/ }),
19685
+
19686
+ /***/ 7:
19687
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
19688
+
19689
+ "use strict";
19690
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8);
19691
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
19692
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
19693
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
19694
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
19695
+
19696
+
19697
+
19698
+
19699
+ var WebSocket = function () {
19700
+ // 构造函数
19701
+ function WebSocket() {
19702
+ _classCallCheck(this, WebSocket);
19703
+
19704
+ this.host = sessionStorage.getItem('wshost') || '';
19705
+ this.tryTimes = 1; // 重连次数
19706
+ this.callback = null; // 回调函数
19707
+ this.client = null; // stomp对象
19708
+ this.reconTimeout = null; // 重连延时器
19709
+ this.debug = true; // 调试
19710
+ this.interval = 20; // 重连间隔时间
19711
+ this.vm = null;
19712
+ this.nextDate = 0;
19713
+ this.connects = 1;
19714
+ this.recon = false;
19715
+ this.sendTimeout = null;
19716
+ }
19717
+
19718
+ /** socket连接 */
19719
+
19720
+
19721
+ WebSocket.prototype.connect = function connect() {
19722
+ var _this = this;
19723
+
19724
+ if (!this.client) {
19725
+ // 连接SockJS
19726
+ var socket = new sockjs_client__WEBPACK_IMPORTED_MODULE_0___default.a(this.host + this.url);
19727
+ // 获取STOMP子协议的客户端对象
19728
+ this.client = stompjs__WEBPACK_IMPORTED_MODULE_1___default.a.over(socket);
19729
+ }
19730
+
19731
+ // 日志不打印
19732
+ if (!this.debug) {
19733
+ console.log(111);
19734
+ this.client.debug = function () {};
19735
+ }
19736
+
19737
+ // 向服务器发起websocket连接
19738
+ this.client.connect({}, function () {
19739
+ _this.recon = true;
19740
+ // tryTimes定义重置
19741
+ _this.connects = 1;
19742
+ // 订阅消息
19743
+ _this.subscribe();
19744
+ }, function (error) {
19745
+ var diffSecond = parseInt((new Date() - _this.nextDate) / 1000, 10);
19746
+ if (_this.connects > 5 && diffSecond < _this.interval) {
19747
+ _this.client.disconnect();
19748
+ _this.error && _this.error(error);
19749
+ } else {
19750
+ _this.reconTimeout = setTimeout(function () {
19751
+ _this.connect();
19752
+ _this.connects++;
19753
+ }, 5000);
19754
+ }
19755
+ });
19756
+ };
19757
+ /** 订阅服务端 */
19758
+
19759
+
19760
+ WebSocket.prototype.subscribe = function subscribe() {
19761
+ var _this2 = this;
19762
+
19763
+ // 订阅服务端提供的某个topic
19764
+ this.client.subscribe(this.take, function (response) {
19765
+ if (response && (_this2.callback || _this2.success)) {
19766
+ var callback = _this2.callback || _this2.success;
19767
+ callback(JSON.parse(response.body));
19768
+ }
19769
+ });
19770
+ };
19771
+
19772
+ /** 赋值、初始化socket */
19773
+
19774
+
19775
+ WebSocket.prototype.init = function init(option, vm) {
19776
+ for (var i in option) {
19777
+ this[i] = option[i];
19778
+ }
19779
+ this.vm = vm;
19780
+ // 初始化连接
19781
+ this.connect();
19782
+ };
19783
+
19784
+ /** 发送消息 */
19785
+
19786
+
19787
+ WebSocket.prototype.send = function send(data) {
19788
+ var _this3 = this;
19789
+
19790
+ if (this.recon) {
19791
+ clearTimeout(this.sendTimeout);
19792
+ this.client.send(this.take, {}, typeof data === 'string' ? data : JSON.stringify(data));
19793
+ } else {
19794
+ this.sendTimeout = setTimeout(function () {
19795
+ _this3.send(data);
19796
+ }, 1000);
19797
+ }
19798
+ };
19799
+
19800
+ /** 销毁 */
19801
+
19802
+
19803
+ WebSocket.prototype.destroy = function destroy() {
19804
+ // 断开连接,清除定时器
19805
+ if (this.client) {
19806
+ this.client.disconnect();
19807
+ };
19808
+ this.reconTimeout && clearTimeout(this.reconTimeout);
19809
+ this.sendTimeout && clearTimeout(this.sendTimeout);
19810
+ };
19811
+
19812
+ return WebSocket;
19813
+ }();
19814
+
19815
+ /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
19816
+
19817
+ /***/ }),
19818
+
19819
+ /***/ 8:
19820
+ /***/ (function(module, exports) {
19821
+
19822
+ module.exports = require("sockjs-client");
19823
+
19824
+ /***/ }),
19825
+
19826
+ /***/ 9:
19827
+ /***/ (function(module, exports) {
19828
+
19829
+ module.exports = require("stompjs");
19830
+
19848
19831
  /***/ })
19849
- /******/ ]);
19832
+
19833
+ /******/ });
@@ -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 = 47);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 48);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3579,7 +3579,7 @@ module.exports = require("qs");
3579
3579
 
3580
3580
  /***/ }),
3581
3581
 
3582
- /***/ 47:
3582
+ /***/ 48:
3583
3583
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3584
3584
 
3585
3585
  "use strict";
package/lib/handler.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 = 48);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 49);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3551,7 +3551,7 @@ module.exports = require("qs");
3551
3551
 
3552
3552
  /***/ }),
3553
3553
 
3554
- /***/ 48:
3554
+ /***/ 49:
3555
3555
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3556
3556
 
3557
3557
  "use strict";
package/lib/icons.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 = 49);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 50);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 49:
202
+ /***/ 50:
203
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
204
204
 
205
205
  "use strict";