eoss-ui 0.5.10 → 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 (77) hide show
  1. package/lib/button-group.js +246 -157
  2. package/lib/button.js +185 -108
  3. package/lib/card.js +2 -2
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +184 -108
  6. package/lib/clients.js +2 -2
  7. package/lib/data-table-form.js +183 -107
  8. package/lib/data-table.js +216 -131
  9. package/lib/date-picker.js +190 -113
  10. package/lib/dialog.js +192 -116
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +506 -642
  13. package/lib/error-page.js +2 -2
  14. package/lib/flow-group.js +183 -106
  15. package/lib/flow-list.js +218 -116
  16. package/lib/flow.js +218 -125
  17. package/lib/form.js +308 -323
  18. package/lib/handle-user.js +186 -109
  19. package/lib/handler.js +184 -107
  20. package/lib/icons.js +4 -4
  21. package/lib/index.js +1 -1
  22. package/lib/input-number.js +185 -108
  23. package/lib/input.js +187 -110
  24. package/lib/label.js +2 -2
  25. package/lib/layout.js +4 -4
  26. package/lib/login.js +186 -110
  27. package/lib/main.js +311 -385
  28. package/lib/menu.js +2 -2
  29. package/lib/nav.js +185 -108
  30. package/lib/notify.js +2 -2
  31. package/lib/page.js +185 -108
  32. package/lib/pagination.js +2 -2
  33. package/lib/player.js +191 -114
  34. package/lib/qr-code.js +187 -110
  35. package/lib/radio-group.js +188 -111
  36. package/lib/retrial-auth.js +185 -108
  37. package/lib/select-ganged.js +183 -106
  38. package/lib/select.js +184 -107
  39. package/lib/selector-panel.js +184 -108
  40. package/lib/selector.js +185 -108
  41. package/lib/sizer.js +187 -110
  42. package/lib/steps.js +185 -108
  43. package/lib/switch.js +185 -108
  44. package/lib/table-form.js +197 -136
  45. package/lib/tabs-panel.js +2 -2
  46. package/lib/tabs.js +188 -111
  47. package/lib/theme-chalk/index.css +1 -1
  48. package/lib/theme-chalk/pagination.css +1 -1
  49. package/lib/theme-chalk/toolbar.css +1 -1
  50. package/lib/tips.js +185 -108
  51. package/lib/toolbar.js +21 -11
  52. package/lib/tree-group.js +183 -106
  53. package/lib/tree.js +183 -106
  54. package/lib/upload.js +186 -110
  55. package/lib/utils/util.js +35 -94
  56. package/lib/utils/webSocket.js +134 -0
  57. package/lib/wujie.js +185 -108
  58. package/lib/wxlogin.js +185 -108
  59. package/package.json +1 -1
  60. package/packages/data-table/src/main.vue +16 -8
  61. package/packages/data-table/src/sizer.vue +1 -1
  62. package/packages/flow/src/main.vue +2 -0
  63. package/packages/flow/src/processForm.vue +23 -9
  64. package/packages/flow-list/src/main.vue +25 -2
  65. package/packages/form/src/main.vue +11 -46
  66. package/packages/form/src/table.vue +6 -11
  67. package/packages/main/src/main.vue +25 -164
  68. package/packages/radio-group/src/main.vue +1 -5
  69. package/packages/theme-chalk/lib/index.css +1 -1
  70. package/packages/theme-chalk/lib/pagination.css +1 -1
  71. package/packages/theme-chalk/lib/toolbar.css +1 -1
  72. package/packages/theme-chalk/src/pagination.scss +8 -0
  73. package/packages/theme-chalk/src/toolbar.scss +1 -0
  74. package/packages/toolbar/src/main.vue +17 -8
  75. package/src/index.js +1 -1
  76. package/src/utils/util.js +58 -115
  77. package/src/utils/webSocket.js +103 -0
@@ -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 = 31);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 32);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -97,14 +97,9 @@ module.exports =
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
98
98
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
100
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
101
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_4__);
102
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
103
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_5__);
104
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2);
105
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_6__);
106
- 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; };
107
-
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__);
108
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; };
109
104
 
110
105
  /**
@@ -115,8 +110,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
115
110
  **/
116
111
 
117
112
  /* eslint-disable indent */
118
- var sm2 = __webpack_require__(9).sm2;
119
-
113
+ var sm2 = __webpack_require__(10).sm2;
120
114
 
121
115
 
122
116
 
@@ -264,7 +258,7 @@ var ajax = function ajax(_ref) {
264
258
  clearTimeout(loginMsg);
265
259
  loginMsg = setTimeout(function () {
266
260
  sessionStorage.setItem('remind', 1);
267
- 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 ? {
268
262
  confirmButtonText: '确定',
269
263
  closeOnClickModal: false,
270
264
  type: 'warning'
@@ -311,7 +305,7 @@ var ajax = function ajax(_ref) {
311
305
  } else if (response.data.rCode === 61) {
312
306
  clearTimeout(initAuth);
313
307
  initAuth = setTimeout(function () {
314
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"])({
308
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"])({
315
309
  title: '请进行二次鉴权',
316
310
  closeOnClickModal: false,
317
311
  closeOnPressEscape: false,
@@ -745,6 +739,7 @@ var delUrlParam = function delUrlParam(_ref2) {
745
739
  key.forEach(function (item) {
746
740
  if (param.hasOwnProperty(item)) {
747
741
  var reg = item + '=' + param[item];
742
+ console.log(reg);
748
743
  if (src.indexOf(reg + '&') > -1) {
749
744
  src = src.replace(reg + '&', '');
750
745
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1945,7 +1940,6 @@ var isLogined = function isLogined(_ref8) {
1945
1940
  next = _ref8.next,
1946
1941
  _ref8$exclude = _ref8.exclude,
1947
1942
  exclude = _ref8$exclude === undefined ? [] : _ref8$exclude,
1948
- open = _ref8.open,
1949
1943
  cookie = _ref8.cookie,
1950
1944
  loginPage = _ref8.loginPage,
1951
1945
  redirect = _ref8.redirect;
@@ -1953,24 +1947,24 @@ var isLogined = function isLogined(_ref8) {
1953
1947
  if (cookie === undefined) {
1954
1948
  cookie = getParams({ name: 'cookie' });
1955
1949
  }
1950
+ var pathname = win.top.location.pathname;
1956
1951
  if (loginPage) {
1957
1952
  sessionStorage.setItem('loginPage', loginPage);
1958
1953
  if (!startWith(loginPage, ['http', '/'], true)) {
1959
- var pathname = win.top.location.pathname;
1960
1954
  if (pathname !== '/') {
1961
- pathname = pathname.split('/');
1962
- pathname.splice(pathname.length - 1);
1963
- pathname = pathname.join('/');
1964
- loginPage = pathname + '/' + loginPage.replace('./', '');
1955
+ var path = pathname.split('/');
1956
+ path.splice(pathname.length - 1);
1957
+ path = path.join('/');
1958
+ loginPage = path + '/' + loginPage.replace('./', '');
1965
1959
  } else {
1966
1960
  loginPage = pathname + loginPage.replace('./', '');
1967
1961
  }
1968
1962
  }
1969
1963
  }
1970
1964
  var token = getStorage('token') || getStorage('Authorization');
1971
- var logined = getStorage('logined');
1965
+ // const logined = getStorage('logined');
1972
1966
  // eslint-disable-next-line eqeqeq
1973
- if (token || logined || cookie == true || cookie == 1) {
1967
+ if (token || cookie == true || cookie == 1) {
1974
1968
  next && next();
1975
1969
  } else {
1976
1970
  if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
@@ -1994,40 +1988,25 @@ var isLogined = function isLogined(_ref8) {
1994
1988
  deviceUnique: results.deviceUnique
1995
1989
  }
1996
1990
  });
1997
- next();
1991
+ var url = delUrlParam({
1992
+ url: win.top.location.href,
1993
+ key: ['serverId', 'authType', 'code', 'sessionId']
1994
+ });
1995
+ win.top.location.href = url;
1996
+ setTimeout(function () {
1997
+ win.top.location.reload();
1998
+ }, 200);
1998
1999
  break;
1999
2000
  case 1:
2000
2001
  break;
2001
2002
  case 2:
2002
2003
  break;
2003
2004
  case 3:
2004
- var url = win.top.location.href;
2005
- var href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(url));
2006
- if (to.query.openType) {
2007
- switch (to.query.openType) {
2008
- case 'self':
2009
- win.location.href = href;
2010
- break;
2011
- case 'blank':
2012
- win.open(href);
2013
- break;
2014
- case 'top':
2015
- win.top.location.href = href;
2016
- break;
2017
- case 'parent':
2018
- win.parent.location.href = href;
2019
- break;
2020
- }
2021
- } else {
2022
- if (open) {
2023
- win.open(href);
2024
- } else {
2025
- win.top.location.href = href;
2026
- }
2027
- }
2005
+ var href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(win.top.location.href));
2006
+ win.top.location.href = href;
2028
2007
  break;
2029
2008
  case 4:
2030
- 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 : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2031
2010
  confirmButtonText: '确定',
2032
2011
  type: 'error',
2033
2012
  callback: function callback() {
@@ -2047,7 +2026,7 @@ var isLogined = function isLogined(_ref8) {
2047
2026
  default:
2048
2027
  }
2049
2028
  } else {
2050
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(res.msg, '提示', {
2029
+ eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"].alert(res.msg, '提示', {
2051
2030
  confirmButtonText: '确定',
2052
2031
  type: 'error',
2053
2032
  callback: function callback() {
@@ -2178,7 +2157,7 @@ var loadJs = function loadJs(_ref10) {
2178
2157
  **/
2179
2158
  var loading = function loading($loading, res) {
2180
2159
  if (!$loading) {
2181
- $loading = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service;
2160
+ $loading = eoss_element__WEBPACK_IMPORTED_MODULE_5__["Loading"].service;
2182
2161
  }
2183
2162
  if (isObject(res)) {
2184
2163
  var config = extend({}, {
@@ -2543,63 +2522,25 @@ var setStorage = function setStorage(_ref14) {
2543
2522
  * @author huangbo
2544
2523
  * @date 2022年5月7日
2545
2524
  * @param {String} [url] - 连接地址
2525
+ * @param {String} [send] - 是否发送消息
2546
2526
  * @param {String} [take] - 订阅地址
2547
2527
  * @param {String} [debug] - 调试
2548
2528
  * @param {String} [interval] - 重连间隔时间
2529
+ * @param {Function} [success] - 调试
2530
+ * @param {Function} [error] - 重连间隔时间
2549
2531
  **/
2550
- function socket(options) {
2551
- var nextDate = 0;
2552
- var connect = 1;
2553
- return new Promise(function (resolve, reject) {
2554
- var wshost = getStorage('wshost') || '';
2555
- var option = {
2556
- url: wshost + _config_api__WEBPACK_IMPORTED_MODULE_0__[/* wss */ "Zb"],
2557
- take: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* topic */ "Qb"],
2558
- debug: true,
2559
- interval: 20
2560
- };
2561
- var websocket = win.websocket || {};
2562
- if (options && isObject(options)) {
2563
- option = _extends({}, option, options);
2564
- }
2565
- var key = window.btoa(option.url);
2566
- if (!websocket[key]) {
2567
- websocket[key] = { socket: new sockjs_client__WEBPACK_IMPORTED_MODULE_4___default.a(option.url) };
2568
- win.websocket = websocket;
2569
- }
2570
-
2571
- var client = websocket[key] ? websocket[key].client : null;
2572
- if (!client) {
2573
- client = websocket[key].client = stompjs__WEBPACK_IMPORTED_MODULE_5___default.a.over(websocket[key].socket);
2574
- !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];
2575
2539
  }
2576
- client.connect({}, function () {
2577
- client.subscribe(option.take, function (response) {
2578
- var res = JSON.parse(response.body);
2579
- resolve(res, function () {
2580
- client.disconnect();
2581
- win.top.websocket && win.top.websocket[key] && delete win.top.websocket[key];
2582
- }, client, websocket[key]);
2583
- });
2584
- }, function (error) {
2585
- var diffSecond = parseInt((new Date() - nextDate) / 1000, 10);
2586
- if (connect > 5 && diffSecond < option.interval) {
2587
- client.disconnect();
2588
- if (win.top.websocket) {
2589
- if (Object.keys(win.top.websocket).length > 1) {
2590
- delete win.top.websocket[key];
2591
- } else {
2592
- delete win.top.websocket;
2593
- }
2594
- }
2595
- } else {
2596
- win.top.websocket && win.top.websocket[key] && setTimeout(function () {
2597
- socket(options);
2598
- }, 5000);
2599
- }
2600
- reject(error);
2601
- });
2602
- });
2540
+ }
2541
+ var socket = new _webSocket__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"]();
2542
+ socket.init(options, vm);
2543
+ return socket;
2603
2544
  }
2604
2545
  /**
2605
2546
  * sum
@@ -3507,24 +3448,158 @@ module.exports = require("json-bigint");
3507
3448
 
3508
3449
  /***/ }),
3509
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 */
3510
3586
  /***/ (function(module, exports) {
3511
3587
 
3512
3588
  module.exports = require("sockjs-client");
3513
3589
 
3514
3590
  /***/ }),
3515
- /* 8 */
3591
+ /* 9 */
3516
3592
  /***/ (function(module, exports) {
3517
3593
 
3518
3594
  module.exports = require("stompjs");
3519
3595
 
3520
3596
  /***/ }),
3521
- /* 9 */
3597
+ /* 10 */
3522
3598
  /***/ (function(module, exports) {
3523
3599
 
3524
3600
  module.exports = require("sm-crypto");
3525
3601
 
3526
3602
  /***/ }),
3527
- /* 10 */,
3528
3603
  /* 11 */,
3529
3604
  /* 12 */,
3530
3605
  /* 13 */,
@@ -3537,20 +3612,21 @@ module.exports = require("sm-crypto");
3537
3612
  /* 20 */,
3538
3613
  /* 21 */,
3539
3614
  /* 22 */,
3540
- /* 23 */
3615
+ /* 23 */,
3616
+ /* 24 */
3541
3617
  /***/ (function(module, exports) {
3542
3618
 
3543
3619
  module.exports = require("sortablejs");
3544
3620
 
3545
3621
  /***/ }),
3546
- /* 24 */,
3547
3622
  /* 25 */,
3548
3623
  /* 26 */,
3549
3624
  /* 27 */,
3550
3625
  /* 28 */,
3551
3626
  /* 29 */,
3552
3627
  /* 30 */,
3553
- /* 31 */
3628
+ /* 31 */,
3629
+ /* 32 */
3554
3630
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3555
3631
 
3556
3632
  "use strict";
@@ -4243,7 +4319,7 @@ selectionvue_type_template_id_66e09547_render._withStripped = true
4243
4319
  // CONCATENATED MODULE: ./packages/selector-panel/src/selection.vue?vue&type=template&id=66e09547&
4244
4320
 
4245
4321
  // EXTERNAL MODULE: external "sortablejs"
4246
- var external_sortablejs_ = __webpack_require__(23);
4322
+ var external_sortablejs_ = __webpack_require__(24);
4247
4323
  var external_sortablejs_default = /*#__PURE__*/__webpack_require__.n(external_sortablejs_);
4248
4324
 
4249
4325
  // EXTERNAL MODULE: ./src/utils/util.js