eoss-ui 0.5.93 → 0.5.95

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 (93) hide show
  1. package/lib/.DS_Store +0 -0
  2. package/lib/button-group.js +198 -210
  3. package/lib/button.js +2 -2
  4. package/lib/calendar.js +2 -2
  5. package/lib/card.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/checkbox-group.js +3 -2
  8. package/lib/clients.js +2 -2
  9. package/lib/config/image.js +3 -0
  10. package/lib/data-table-form.js +3 -2
  11. package/lib/data-table.js +31 -25
  12. package/lib/date-picker.js +2 -2
  13. package/lib/dialog.js +6 -5
  14. package/lib/enterprise.js +2 -2
  15. package/lib/eoss-ui.common.js +466 -327
  16. package/lib/error-page.js +2 -2
  17. package/lib/flow-group.js +2 -2
  18. package/lib/flow-list.js +4 -4
  19. package/lib/flow.js +6 -5
  20. package/lib/form.js +6 -5
  21. package/lib/handle-user.js +2 -2
  22. package/lib/handler.js +203 -200
  23. package/lib/icon.js +9 -9
  24. package/lib/icons.js +4 -4
  25. package/lib/index.js +1 -1
  26. package/lib/input-number.js +2 -2
  27. package/lib/input.js +2 -2
  28. package/lib/label.js +2 -2
  29. package/lib/layout.js +2 -2
  30. package/lib/login.js +132 -18
  31. package/lib/main.js +91 -54
  32. package/lib/menu.js +2 -2
  33. package/lib/nav.js +2 -2
  34. package/lib/notify.js +2 -2
  35. package/lib/page.js +2 -2
  36. package/lib/pagination.js +2 -2
  37. package/lib/player.js +8 -8
  38. package/lib/qr-code.js +4 -4
  39. package/lib/radio-group.js +2 -2
  40. package/lib/retrial-auth.js +2 -2
  41. package/lib/select-ganged.js +2 -2
  42. package/lib/select.js +2 -2
  43. package/lib/selector-panel.js +6 -5
  44. package/lib/selector.js +11 -11
  45. package/lib/sizer.js +2 -2
  46. package/lib/steps.js +2 -2
  47. package/lib/switch.js +9 -9
  48. package/lib/table-form.js +10 -7
  49. package/lib/tabs-panel.js +2 -2
  50. package/lib/tabs.js +2 -2
  51. package/lib/theme-chalk/base.css +1 -1
  52. package/lib/theme-chalk/index.css +1 -1
  53. package/lib/theme-chalk/main.css +1 -1
  54. package/lib/theme-chalk/menu.css +1 -1
  55. package/lib/theme-chalk/simplicity.css +1 -1
  56. package/lib/theme-chalk/sizer.css +1 -1
  57. package/lib/theme-chalk/upload.css +1 -1
  58. package/lib/tips.js +2 -2
  59. package/lib/toolbar.js +2 -2
  60. package/lib/tree-group.js +2 -2
  61. package/lib/tree.js +2 -2
  62. package/lib/upload.js +14 -13
  63. package/lib/wujie.js +2 -2
  64. package/lib/wxlogin.js +145 -145
  65. package/package.json +1 -1
  66. package/packages/.DS_Store +0 -0
  67. package/packages/data-table/src/main.vue +7 -4
  68. package/packages/form/src/main.vue +1 -1
  69. package/packages/form/src/table.vue +3 -0
  70. package/packages/handler/.DS_Store +0 -0
  71. package/packages/handler/src/main.vue +5 -6
  72. package/packages/login/.DS_Store +0 -0
  73. package/packages/login/src/main.vue +92 -14
  74. package/packages/main/.DS_Store +0 -0
  75. package/packages/main/src/.DS_Store +0 -0
  76. package/packages/main/src/default/index.vue +36 -36
  77. package/packages/main/src/main.vue +27 -4
  78. package/packages/main/src/simplicity/index.vue +2 -3
  79. package/packages/theme-chalk/lib/base.css +1 -1
  80. package/packages/theme-chalk/lib/index.css +1 -1
  81. package/packages/theme-chalk/lib/main.css +1 -1
  82. package/packages/theme-chalk/lib/menu.css +1 -1
  83. package/packages/theme-chalk/lib/simplicity.css +1 -1
  84. package/packages/theme-chalk/lib/sizer.css +1 -1
  85. package/packages/theme-chalk/lib/upload.css +1 -1
  86. package/packages/theme-chalk/src/.DS_Store +0 -0
  87. package/packages/theme-chalk/src/base.scss +41 -0
  88. package/packages/theme-chalk/src/main.scss +3 -0
  89. package/packages/theme-chalk/src/menu.scss +8 -0
  90. package/packages/upload/src/main.vue +8 -3
  91. package/src/.DS_Store +0 -0
  92. package/src/config/image.js +2 -0
  93. package/src/index.js +1 -1
package/lib/.DS_Store ADDED
Binary file
@@ -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 = 36);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 37);
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";
@@ -3263,7 +3264,8 @@ var watermark = function watermark(option) {
3263
3264
  });
3264
3265
 
3265
3266
  /***/ }),
3266
- /* 1 */
3267
+
3268
+ /***/ 1:
3267
3269
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3268
3270
 
3269
3271
  "use strict";
@@ -3621,13 +3623,22 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3621
3623
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3622
3624
 
3623
3625
  /***/ }),
3624
- /* 2 */
3626
+
3627
+ /***/ 10:
3628
+ /***/ (function(module, exports) {
3629
+
3630
+ module.exports = require("sm-crypto");
3631
+
3632
+ /***/ }),
3633
+
3634
+ /***/ 2:
3625
3635
  /***/ (function(module, exports) {
3626
3636
 
3627
3637
  module.exports = require("eoss-element");
3628
3638
 
3629
3639
  /***/ }),
3630
- /* 3 */
3640
+
3641
+ /***/ 3:
3631
3642
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3632
3643
 
3633
3644
  "use strict";
@@ -3731,210 +3742,8 @@ function normalizeComponent(
3731
3742
 
3732
3743
 
3733
3744
  /***/ }),
3734
- /* 4 */
3735
- /***/ (function(module, exports) {
3736
-
3737
- module.exports = require("qs");
3738
-
3739
- /***/ }),
3740
- /* 5 */
3741
- /***/ (function(module, exports) {
3742
-
3743
- module.exports = require("axios");
3744
-
3745
- /***/ }),
3746
- /* 6 */
3747
- /***/ (function(module, exports) {
3748
-
3749
- module.exports = require("json-bigint");
3750
3745
 
3751
- /***/ }),
3752
- /* 7 */
3753
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
3754
-
3755
- "use strict";
3756
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8);
3757
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
3758
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
3759
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
3760
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3761
-
3762
-
3763
-
3764
-
3765
- var WebSocket = function () {
3766
- // 构造函数
3767
- function WebSocket() {
3768
- _classCallCheck(this, WebSocket);
3769
-
3770
- this.host = sessionStorage.getItem('wshost') || '';
3771
- this.tryTimes = 1; // 重连次数
3772
- this.callback = null; // 回调函数
3773
- this.client = null; // stomp对象
3774
- this.reconTimeout = null; // 重连延时器
3775
- this.debug = true; // 调试
3776
- this.interval = 20; // 重连间隔时间
3777
- this.vm = null;
3778
- this.nextDate = 0;
3779
- this.connects = 1;
3780
- this.recon = false;
3781
- this.sendTimeout = null;
3782
- this.socket = null;
3783
- this.subscription = null;
3784
- }
3785
-
3786
- /** socket连接 */
3787
-
3788
-
3789
- WebSocket.prototype.connect = function connect() {
3790
- var _this = this;
3791
-
3792
- if (!this.client) {
3793
- // 连接SockJS
3794
- this.socket = new sockjs_client__WEBPACK_IMPORTED_MODULE_0___default.a(this.host + this.url, { timeout: 60000 });
3795
- this.client = stompjs__WEBPACK_IMPORTED_MODULE_1___default.a.over(this.socket);
3796
- }
3797
-
3798
- // 日志不打印
3799
- if (!this.debug) {
3800
- this.client.debug = function () {};
3801
- }
3802
-
3803
- // 向服务器发起websocket连接
3804
- this.client.connect({}, function () {
3805
- _this.recon = true;
3806
- // tryTimes定义重置
3807
- _this.connects = 1;
3808
- // 订阅消息
3809
- _this.subscribe();
3810
- }, function (error) {
3811
- _this.unsubscribe();
3812
- _this.client = null;
3813
- var diffSecond = parseInt((new Date() - _this.nextDate) / 1000, 10);
3814
- if (_this.connects > 5 && diffSecond < _this.interval) {
3815
- _this.error && _this.error(error);
3816
- } else {
3817
- _this.reconTimeout = setTimeout(function () {
3818
- _this.connect();
3819
- _this.connects++;
3820
- }, 5000);
3821
- }
3822
- });
3823
- }; // 清除订阅
3824
-
3825
-
3826
- WebSocket.prototype.unsubscribe = function unsubscribe() {
3827
- if (this.subscription) {
3828
- this.subscription.unsubscribe();
3829
- this.subscription = null;
3830
- }
3831
- };
3832
- /** 订阅服务端 */
3833
-
3834
-
3835
- WebSocket.prototype.subscribe = function subscribe() {
3836
- var _this2 = this;
3837
-
3838
- // 订阅服务端提供的某个topic
3839
- this.subscription = this.client.subscribe(this.take, function (response) {
3840
- if (response && (_this2.callback || _this2.success)) {
3841
- var callback = _this2.callback || _this2.success;
3842
- callback(JSON.parse(response.body));
3843
- }
3844
- });
3845
- };
3846
-
3847
- /** 赋值、初始化socket */
3848
-
3849
-
3850
- WebSocket.prototype.init = function init(option, vm) {
3851
- for (var i in option) {
3852
- this[i] = option[i];
3853
- }
3854
- this.vm = vm;
3855
- // 初始化连接
3856
- this.connect();
3857
- };
3858
-
3859
- /** 发送消息 */
3860
-
3861
-
3862
- WebSocket.prototype.send = function send(data) {
3863
- var _this3 = this;
3864
-
3865
- if (this.recon) {
3866
- clearTimeout(this.sendTimeout);
3867
- this.client.send(this.take, {}, typeof data === 'string' ? data : JSON.stringify(data));
3868
- } else {
3869
- this.sendTimeout = setTimeout(function () {
3870
- _this3.send(data);
3871
- }, 1000);
3872
- }
3873
- };
3874
-
3875
- /** 销毁 */
3876
-
3877
-
3878
- WebSocket.prototype.destroy = function destroy() {
3879
- // 断开连接,清除定时器
3880
- this.unsubscribe();
3881
- if (this.client) {
3882
- this.client.disconnect();
3883
- };
3884
- this.reconTimeout && clearTimeout(this.reconTimeout);
3885
- this.sendTimeout && clearTimeout(this.sendTimeout);
3886
- };
3887
-
3888
- return WebSocket;
3889
- }();
3890
-
3891
- /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
3892
-
3893
- /***/ }),
3894
- /* 8 */
3895
- /***/ (function(module, exports) {
3896
-
3897
- module.exports = require("sockjs-client");
3898
-
3899
- /***/ }),
3900
- /* 9 */
3901
- /***/ (function(module, exports) {
3902
-
3903
- module.exports = require("stompjs");
3904
-
3905
- /***/ }),
3906
- /* 10 */
3907
- /***/ (function(module, exports) {
3908
-
3909
- module.exports = require("sm-crypto");
3910
-
3911
- /***/ }),
3912
- /* 11 */,
3913
- /* 12 */,
3914
- /* 13 */,
3915
- /* 14 */,
3916
- /* 15 */,
3917
- /* 16 */,
3918
- /* 17 */,
3919
- /* 18 */,
3920
- /* 19 */,
3921
- /* 20 */,
3922
- /* 21 */,
3923
- /* 22 */,
3924
- /* 23 */,
3925
- /* 24 */,
3926
- /* 25 */,
3927
- /* 26 */,
3928
- /* 27 */,
3929
- /* 28 */,
3930
- /* 29 */,
3931
- /* 30 */,
3932
- /* 31 */,
3933
- /* 32 */,
3934
- /* 33 */,
3935
- /* 34 */,
3936
- /* 35 */,
3937
- /* 36 */
3746
+ /***/ 37:
3938
3747
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3939
3748
 
3940
3749
  "use strict";
@@ -4551,5 +4360,184 @@ main.install = function (Vue) {
4551
4360
 
4552
4361
  /* harmony default export */ var button_group = __webpack_exports__["default"] = (main);
4553
4362
 
4363
+ /***/ }),
4364
+
4365
+ /***/ 4:
4366
+ /***/ (function(module, exports) {
4367
+
4368
+ module.exports = require("qs");
4369
+
4370
+ /***/ }),
4371
+
4372
+ /***/ 5:
4373
+ /***/ (function(module, exports) {
4374
+
4375
+ module.exports = require("axios");
4376
+
4377
+ /***/ }),
4378
+
4379
+ /***/ 6:
4380
+ /***/ (function(module, exports) {
4381
+
4382
+ module.exports = require("json-bigint");
4383
+
4384
+ /***/ }),
4385
+
4386
+ /***/ 7:
4387
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
4388
+
4389
+ "use strict";
4390
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8);
4391
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
4392
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
4393
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
4394
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
4395
+
4396
+
4397
+
4398
+
4399
+ var WebSocket = function () {
4400
+ // 构造函数
4401
+ function WebSocket() {
4402
+ _classCallCheck(this, WebSocket);
4403
+
4404
+ this.host = sessionStorage.getItem('wshost') || '';
4405
+ this.tryTimes = 1; // 重连次数
4406
+ this.callback = null; // 回调函数
4407
+ this.client = null; // stomp对象
4408
+ this.reconTimeout = null; // 重连延时器
4409
+ this.debug = true; // 调试
4410
+ this.interval = 20; // 重连间隔时间
4411
+ this.vm = null;
4412
+ this.nextDate = 0;
4413
+ this.connects = 1;
4414
+ this.recon = false;
4415
+ this.sendTimeout = null;
4416
+ this.socket = null;
4417
+ this.subscription = null;
4418
+ }
4419
+
4420
+ /** socket连接 */
4421
+
4422
+
4423
+ WebSocket.prototype.connect = function connect() {
4424
+ var _this = this;
4425
+
4426
+ if (!this.client) {
4427
+ // 连接SockJS
4428
+ this.socket = new sockjs_client__WEBPACK_IMPORTED_MODULE_0___default.a(this.host + this.url, { timeout: 60000 });
4429
+ this.client = stompjs__WEBPACK_IMPORTED_MODULE_1___default.a.over(this.socket);
4430
+ }
4431
+
4432
+ // 日志不打印
4433
+ if (!this.debug) {
4434
+ this.client.debug = function () {};
4435
+ }
4436
+
4437
+ // 向服务器发起websocket连接
4438
+ this.client.connect({}, function () {
4439
+ _this.recon = true;
4440
+ // tryTimes定义重置
4441
+ _this.connects = 1;
4442
+ // 订阅消息
4443
+ _this.subscribe();
4444
+ }, function (error) {
4445
+ _this.unsubscribe();
4446
+ _this.client = null;
4447
+ var diffSecond = parseInt((new Date() - _this.nextDate) / 1000, 10);
4448
+ if (_this.connects > 5 && diffSecond < _this.interval) {
4449
+ _this.error && _this.error(error);
4450
+ } else {
4451
+ _this.reconTimeout = setTimeout(function () {
4452
+ _this.connect();
4453
+ _this.connects++;
4454
+ }, 5000);
4455
+ }
4456
+ });
4457
+ }; // 清除订阅
4458
+
4459
+
4460
+ WebSocket.prototype.unsubscribe = function unsubscribe() {
4461
+ if (this.subscription) {
4462
+ this.subscription.unsubscribe();
4463
+ this.subscription = null;
4464
+ }
4465
+ };
4466
+ /** 订阅服务端 */
4467
+
4468
+
4469
+ WebSocket.prototype.subscribe = function subscribe() {
4470
+ var _this2 = this;
4471
+
4472
+ // 订阅服务端提供的某个topic
4473
+ this.subscription = this.client.subscribe(this.take, function (response) {
4474
+ if (response && (_this2.callback || _this2.success)) {
4475
+ var callback = _this2.callback || _this2.success;
4476
+ callback(JSON.parse(response.body));
4477
+ }
4478
+ });
4479
+ };
4480
+
4481
+ /** 赋值、初始化socket */
4482
+
4483
+
4484
+ WebSocket.prototype.init = function init(option, vm) {
4485
+ for (var i in option) {
4486
+ this[i] = option[i];
4487
+ }
4488
+ this.vm = vm;
4489
+ // 初始化连接
4490
+ this.connect();
4491
+ };
4492
+
4493
+ /** 发送消息 */
4494
+
4495
+
4496
+ WebSocket.prototype.send = function send(data) {
4497
+ var _this3 = this;
4498
+
4499
+ if (this.recon) {
4500
+ clearTimeout(this.sendTimeout);
4501
+ this.client.send(this.take, {}, typeof data === 'string' ? data : JSON.stringify(data));
4502
+ } else {
4503
+ this.sendTimeout = setTimeout(function () {
4504
+ _this3.send(data);
4505
+ }, 1000);
4506
+ }
4507
+ };
4508
+
4509
+ /** 销毁 */
4510
+
4511
+
4512
+ WebSocket.prototype.destroy = function destroy() {
4513
+ // 断开连接,清除定时器
4514
+ this.unsubscribe();
4515
+ if (this.client) {
4516
+ this.client.disconnect();
4517
+ };
4518
+ this.reconTimeout && clearTimeout(this.reconTimeout);
4519
+ this.sendTimeout && clearTimeout(this.sendTimeout);
4520
+ };
4521
+
4522
+ return WebSocket;
4523
+ }();
4524
+
4525
+ /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
4526
+
4527
+ /***/ }),
4528
+
4529
+ /***/ 8:
4530
+ /***/ (function(module, exports) {
4531
+
4532
+ module.exports = require("sockjs-client");
4533
+
4534
+ /***/ }),
4535
+
4536
+ /***/ 9:
4537
+ /***/ (function(module, exports) {
4538
+
4539
+ module.exports = require("stompjs");
4540
+
4554
4541
  /***/ })
4555
- /******/ ]);
4542
+
4543
+ /******/ });
package/lib/button.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 = 70);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 71);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -3907,7 +3907,7 @@ var WebSocket = function () {
3907
3907
 
3908
3908
  /***/ }),
3909
3909
 
3910
- /***/ 70:
3910
+ /***/ 71:
3911
3911
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3912
3912
 
3913
3913
  "use strict";
package/lib/calendar.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 = 37);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 38);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 37:
195
+ /***/ 38:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/card.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 = 38);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 39);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 38:
195
+ /***/ 39:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/cascader.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 = 71);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 72);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 71:
195
+ /***/ 72:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -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 = 39);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 40);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -3983,7 +3983,8 @@ module.exports = require("vue");
3983
3983
  /* 36 */,
3984
3984
  /* 37 */,
3985
3985
  /* 38 */,
3986
- /* 39 */
3986
+ /* 39 */,
3987
+ /* 40 */
3987
3988
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3988
3989
 
3989
3990
  "use strict";
package/lib/clients.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 = 40);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 41);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 40:
195
+ /***/ 41:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";