eoss-ui 0.4.67 → 0.4.69

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 +11 -11
  2. package/lib/button.js +11 -11
  3. package/lib/card.js +2 -2
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +12 -12
  6. package/lib/clients.js +2 -2
  7. package/lib/data-table-form.js +11 -12
  8. package/lib/data-table.js +18 -19
  9. package/lib/date-picker.js +11 -11
  10. package/lib/dialog.js +13 -16
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +1898 -3874
  13. package/lib/error-page.js +2 -2
  14. package/lib/flow-group.js +1019 -908
  15. package/lib/flow-list.js +453 -1432
  16. package/lib/flow.js +20 -36
  17. package/lib/form.js +37 -37
  18. package/lib/handle-user.js +12 -12
  19. package/lib/handler.js +12 -12
  20. package/lib/icons.js +4 -4
  21. package/lib/index.js +1 -1
  22. package/lib/input-number.js +18 -18
  23. package/lib/input.js +43 -43
  24. package/lib/label.js +2 -2
  25. package/lib/login.js +110 -101
  26. package/lib/main.js +82 -72
  27. package/lib/menu.js +5 -2
  28. package/lib/nav.js +11 -11
  29. package/lib/notify.js +4 -4
  30. package/lib/page.js +18 -18
  31. package/lib/pagination.js +2 -2
  32. package/lib/player.js +23 -23
  33. package/lib/qr-code.js +13 -13
  34. package/lib/radio-group.js +12 -12
  35. package/lib/retrial-auth.js +12 -12
  36. package/lib/select-ganged.js +11 -11
  37. package/lib/select.js +14 -14
  38. package/lib/selector-panel.js +66 -56
  39. package/lib/selector.js +14 -14
  40. package/lib/sizer.js +12 -12
  41. package/lib/steps.js +11 -11
  42. package/lib/switch.js +11 -11
  43. package/lib/table-form.js +36 -36
  44. package/lib/tabs-panel.js +26 -8
  45. package/lib/tabs.js +16 -13
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/tips.js +19 -19
  48. package/lib/toolbar.js +2 -2
  49. package/lib/tree-group.js +11 -11
  50. package/lib/tree.js +12 -12
  51. package/lib/upload.js +12 -12
  52. package/lib/wujie.js +11 -11
  53. package/lib/wxlogin.js +11 -11
  54. package/package.json +1 -1
  55. package/packages/data-table/src/main.vue +3 -3
  56. package/packages/flow/src/processForm.vue +0 -3
  57. package/packages/flow-group/src/main.vue +263 -248
  58. package/packages/flow-list/src/main.vue +22 -114
  59. package/packages/main/src/main.vue +56 -39
  60. package/packages/main/src/message.vue +6 -8
  61. package/packages/menu/src/main.vue +3 -0
  62. package/packages/tabs/src/main.vue +3 -1
  63. package/packages/tabs-panel/src/main.vue +15 -4
  64. package/packages/theme-chalk/lib/index.css +1 -1
  65. package/packages/theme-chalk/src/index.scss +0 -1
  66. package/src/index.js +1 -4
  67. package/lib/editor.js +0 -1345
  68. package/lib/theme-chalk/editor.css +0 -1
  69. package/packages/editor/index.js +0 -5
  70. package/packages/editor/src/color.vue +0 -148
  71. package/packages/editor/src/editor.vue +0 -25
  72. package/packages/editor/src/main.vue +0 -114
  73. package/packages/editor/src/minx.js +0 -213
  74. package/packages/editor/src/toolbar.vue +0 -224
  75. package/packages/flow-list/src/flow-table.vue +0 -441
  76. package/packages/theme-chalk/lib/editor.css +0 -1
  77. package/packages/theme-chalk/src/editor.scss +0 -94
package/lib/qr-code.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 = 53);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 51);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -91,14 +91,14 @@ module.exports =
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
94
- /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
94
+ /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
96
96
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
98
98
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
101
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
101
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
102
102
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
103
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; };
104
104
 
@@ -2407,6 +2407,13 @@ var watermark = function watermark(option) {
2407
2407
  /***/ }),
2408
2408
 
2409
2409
  /***/ 1:
2410
+ /***/ (function(module, exports) {
2411
+
2412
+ module.exports = require("eoss-element");
2413
+
2414
+ /***/ }),
2415
+
2416
+ /***/ 2:
2410
2417
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2411
2418
 
2412
2419
  "use strict";
@@ -2746,14 +2753,7 @@ var formContents = '/config/admin/online/onlineForm/render';
2746
2753
 
2747
2754
  /***/ }),
2748
2755
 
2749
- /***/ 2:
2750
- /***/ (function(module, exports) {
2751
-
2752
- module.exports = require("eoss-element");
2753
-
2754
- /***/ }),
2755
-
2756
- /***/ 26:
2756
+ /***/ 24:
2757
2757
  /***/ (function(module, exports) {
2758
2758
 
2759
2759
  module.exports = require("qrcode");
@@ -2879,7 +2879,7 @@ module.exports = require("axios");
2879
2879
 
2880
2880
  /***/ }),
2881
2881
 
2882
- /***/ 53:
2882
+ /***/ 51:
2883
2883
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2884
2884
 
2885
2885
  "use strict";
@@ -2952,7 +2952,7 @@ var util = __webpack_require__(0);
2952
2952
  //
2953
2953
 
2954
2954
 
2955
- var QRCode = __webpack_require__(26);
2955
+ var QRCode = __webpack_require__(24);
2956
2956
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({
2957
2957
  name: 'EsQrCode',
2958
2958
  props: {
@@ -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 = 54);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 52);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -91,14 +91,14 @@ module.exports =
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
94
- /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
94
+ /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
96
96
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
98
98
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
101
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
101
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
102
102
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
103
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; };
104
104
 
@@ -2407,6 +2407,13 @@ var watermark = function watermark(option) {
2407
2407
  /***/ }),
2408
2408
 
2409
2409
  /***/ 1:
2410
+ /***/ (function(module, exports) {
2411
+
2412
+ module.exports = require("eoss-element");
2413
+
2414
+ /***/ }),
2415
+
2416
+ /***/ 2:
2410
2417
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2411
2418
 
2412
2419
  "use strict";
@@ -2746,13 +2753,6 @@ var formContents = '/config/admin/online/onlineForm/render';
2746
2753
 
2747
2754
  /***/ }),
2748
2755
 
2749
- /***/ 2:
2750
- /***/ (function(module, exports) {
2751
-
2752
- module.exports = require("eoss-element");
2753
-
2754
- /***/ }),
2755
-
2756
2756
  /***/ 3:
2757
2757
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2758
2758
 
@@ -2872,7 +2872,7 @@ module.exports = require("axios");
2872
2872
 
2873
2873
  /***/ }),
2874
2874
 
2875
- /***/ 54:
2875
+ /***/ 52:
2876
2876
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2877
2877
 
2878
2878
  "use strict";
@@ -3015,7 +3015,7 @@ render._withStripped = true
3015
3015
  // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=64807cce&
3016
3016
 
3017
3017
  // EXTERNAL MODULE: ./src/config/api.js
3018
- var api = __webpack_require__(1);
3018
+ var api = __webpack_require__(2);
3019
3019
 
3020
3020
  // EXTERNAL MODULE: ./src/utils/store.js
3021
3021
  var store = __webpack_require__(8);
@@ -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 = 55);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 53);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -91,14 +91,14 @@ module.exports =
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
94
- /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
94
+ /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
96
96
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
98
98
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
101
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
101
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
102
102
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
103
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; };
104
104
 
@@ -2407,6 +2407,13 @@ var watermark = function watermark(option) {
2407
2407
  /***/ }),
2408
2408
 
2409
2409
  /***/ 1:
2410
+ /***/ (function(module, exports) {
2411
+
2412
+ module.exports = require("eoss-element");
2413
+
2414
+ /***/ }),
2415
+
2416
+ /***/ 2:
2410
2417
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2411
2418
 
2412
2419
  "use strict";
@@ -2746,13 +2753,6 @@ var formContents = '/config/admin/online/onlineForm/render';
2746
2753
 
2747
2754
  /***/ }),
2748
2755
 
2749
- /***/ 2:
2750
- /***/ (function(module, exports) {
2751
-
2752
- module.exports = require("eoss-element");
2753
-
2754
- /***/ }),
2755
-
2756
2756
  /***/ 3:
2757
2757
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2758
2758
 
@@ -2872,7 +2872,7 @@ module.exports = require("axios");
2872
2872
 
2873
2873
  /***/ }),
2874
2874
 
2875
- /***/ 55:
2875
+ /***/ 53:
2876
2876
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2877
2877
 
2878
2878
  "use strict";
@@ -3039,7 +3039,7 @@ render._withStripped = true
3039
3039
  var util = __webpack_require__(0);
3040
3040
 
3041
3041
  // EXTERNAL MODULE: ./src/config/api.js
3042
- var api = __webpack_require__(1);
3042
+ var api = __webpack_require__(2);
3043
3043
 
3044
3044
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/retrial-auth/src/main.vue?vue&type=script&lang=js&
3045
3045
  //
@@ -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 = 75);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 73);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -91,14 +91,14 @@ module.exports =
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
94
- /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
94
+ /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
96
96
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
98
98
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
101
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
101
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
102
102
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
103
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; };
104
104
 
@@ -2407,6 +2407,13 @@ var watermark = function watermark(option) {
2407
2407
  /***/ }),
2408
2408
 
2409
2409
  /***/ 1:
2410
+ /***/ (function(module, exports) {
2411
+
2412
+ module.exports = require("eoss-element");
2413
+
2414
+ /***/ }),
2415
+
2416
+ /***/ 2:
2410
2417
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2411
2418
 
2412
2419
  "use strict";
@@ -2746,13 +2753,6 @@ var formContents = '/config/admin/online/onlineForm/render';
2746
2753
 
2747
2754
  /***/ }),
2748
2755
 
2749
- /***/ 2:
2750
- /***/ (function(module, exports) {
2751
-
2752
- module.exports = require("eoss-element");
2753
-
2754
- /***/ }),
2755
-
2756
2756
  /***/ 3:
2757
2757
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2758
2758
 
@@ -2886,7 +2886,7 @@ module.exports = require("sm-crypto");
2886
2886
 
2887
2887
  /***/ }),
2888
2888
 
2889
- /***/ 75:
2889
+ /***/ 73:
2890
2890
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2891
2891
 
2892
2892
  "use strict";
package/lib/select.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 = 74);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 72);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -91,14 +91,14 @@ module.exports =
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
94
- /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
94
+ /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
96
96
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
98
98
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
101
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
101
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
102
102
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
103
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; };
104
104
 
@@ -2407,6 +2407,13 @@ var watermark = function watermark(option) {
2407
2407
  /***/ }),
2408
2408
 
2409
2409
  /***/ 1:
2410
+ /***/ (function(module, exports) {
2411
+
2412
+ module.exports = require("eoss-element");
2413
+
2414
+ /***/ }),
2415
+
2416
+ /***/ 2:
2410
2417
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2411
2418
 
2412
2419
  "use strict";
@@ -2746,20 +2753,13 @@ var formContents = '/config/admin/online/onlineForm/render';
2746
2753
 
2747
2754
  /***/ }),
2748
2755
 
2749
- /***/ 14:
2756
+ /***/ 25:
2750
2757
  /***/ (function(module, exports) {
2751
2758
 
2752
2759
  module.exports = require("slate");
2753
2760
 
2754
2761
  /***/ }),
2755
2762
 
2756
- /***/ 2:
2757
- /***/ (function(module, exports) {
2758
-
2759
- module.exports = require("eoss-element");
2760
-
2761
- /***/ }),
2762
-
2763
2763
  /***/ 3:
2764
2764
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2765
2765
 
@@ -2893,7 +2893,7 @@ module.exports = require("sm-crypto");
2893
2893
 
2894
2894
  /***/ }),
2895
2895
 
2896
- /***/ 74:
2896
+ /***/ 72:
2897
2897
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2898
2898
 
2899
2899
  "use strict";
@@ -2901,7 +2901,7 @@ module.exports = require("sm-crypto");
2901
2901
  __webpack_require__.r(__webpack_exports__);
2902
2902
 
2903
2903
  // EXTERNAL MODULE: ./src/config/api.js
2904
- var api = __webpack_require__(1);
2904
+ var api = __webpack_require__(2);
2905
2905
 
2906
2906
  // EXTERNAL MODULE: ./src/utils/store.js
2907
2907
  var store = __webpack_require__(8);
@@ -2910,7 +2910,7 @@ var store = __webpack_require__(8);
2910
2910
  var util = __webpack_require__(0);
2911
2911
 
2912
2912
  // EXTERNAL MODULE: external "slate"
2913
- var external_slate_ = __webpack_require__(14);
2913
+ var external_slate_ = __webpack_require__(25);
2914
2914
 
2915
2915
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/select/src/main.vue?vue&type=script&lang=js&
2916
2916
  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; };
@@ -82,23 +82,22 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 32);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 30);
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";
94
- /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
93
+ /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
95
94
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
96
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
97
96
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
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 eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
100
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
102
101
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
103
102
  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; };
104
103
 
@@ -2405,8 +2404,13 @@ var watermark = function watermark(option) {
2405
2404
  });
2406
2405
 
2407
2406
  /***/ }),
2407
+ /* 1 */
2408
+ /***/ (function(module, exports) {
2408
2409
 
2409
- /***/ 1:
2410
+ module.exports = require("eoss-element");
2411
+
2412
+ /***/ }),
2413
+ /* 2 */
2410
2414
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2411
2415
 
2412
2416
  "use strict";
@@ -2745,22 +2749,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
2745
2749
  var formContents = '/config/admin/online/onlineForm/render';
2746
2750
 
2747
2751
  /***/ }),
2748
-
2749
- /***/ 2:
2750
- /***/ (function(module, exports) {
2751
-
2752
- module.exports = require("eoss-element");
2753
-
2754
- /***/ }),
2755
-
2756
- /***/ 24:
2757
- /***/ (function(module, exports) {
2758
-
2759
- module.exports = require("sortablejs");
2760
-
2761
- /***/ }),
2762
-
2763
- /***/ 3:
2752
+ /* 3 */
2764
2753
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2765
2754
 
2766
2755
  "use strict";
@@ -2864,8 +2853,58 @@ function normalizeComponent(
2864
2853
 
2865
2854
 
2866
2855
  /***/ }),
2856
+ /* 4 */
2857
+ /***/ (function(module, exports) {
2858
+
2859
+ module.exports = require("qs");
2860
+
2861
+ /***/ }),
2862
+ /* 5 */
2863
+ /***/ (function(module, exports) {
2864
+
2865
+ module.exports = require("axios");
2866
+
2867
+ /***/ }),
2868
+ /* 6 */
2869
+ /***/ (function(module, exports) {
2870
+
2871
+ module.exports = require("json-bigint");
2872
+
2873
+ /***/ }),
2874
+ /* 7 */
2875
+ /***/ (function(module, exports) {
2867
2876
 
2868
- /***/ 32:
2877
+ module.exports = require("sm-crypto");
2878
+
2879
+ /***/ }),
2880
+ /* 8 */,
2881
+ /* 9 */,
2882
+ /* 10 */,
2883
+ /* 11 */,
2884
+ /* 12 */,
2885
+ /* 13 */,
2886
+ /* 14 */,
2887
+ /* 15 */,
2888
+ /* 16 */,
2889
+ /* 17 */,
2890
+ /* 18 */,
2891
+ /* 19 */,
2892
+ /* 20 */,
2893
+ /* 21 */,
2894
+ /* 22 */
2895
+ /***/ (function(module, exports) {
2896
+
2897
+ module.exports = require("sortablejs");
2898
+
2899
+ /***/ }),
2900
+ /* 23 */,
2901
+ /* 24 */,
2902
+ /* 25 */,
2903
+ /* 26 */,
2904
+ /* 27 */,
2905
+ /* 28 */,
2906
+ /* 29 */,
2907
+ /* 30 */
2869
2908
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2870
2909
 
2871
2910
  "use strict";
@@ -3558,7 +3597,7 @@ selectionvue_type_template_id_66e09547_render._withStripped = true
3558
3597
  // CONCATENATED MODULE: ./packages/selector-panel/src/selection.vue?vue&type=template&id=66e09547&
3559
3598
 
3560
3599
  // EXTERNAL MODULE: external "sortablejs"
3561
- var external_sortablejs_ = __webpack_require__(24);
3600
+ var external_sortablejs_ = __webpack_require__(22);
3562
3601
  var external_sortablejs_default = /*#__PURE__*/__webpack_require__.n(external_sortablejs_);
3563
3602
 
3564
3603
  // EXTERNAL MODULE: ./src/utils/util.js
@@ -3730,7 +3769,7 @@ var selection_component = Object(componentNormalizer["a" /* default */])(
3730
3769
 
3731
3770
  /* harmony default export */ var selection = (selection_component.exports);
3732
3771
  // EXTERNAL MODULE: ./src/config/api.js
3733
- var api = __webpack_require__(1);
3772
+ var api = __webpack_require__(2);
3734
3773
 
3735
3774
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=script&lang=js&
3736
3775
  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; };
@@ -4686,34 +4725,5 @@ main.install = function (Vue) {
4686
4725
 
4687
4726
  /* harmony default export */ var selector_panel = __webpack_exports__["default"] = (main);
4688
4727
 
4689
- /***/ }),
4690
-
4691
- /***/ 4:
4692
- /***/ (function(module, exports) {
4693
-
4694
- module.exports = require("qs");
4695
-
4696
- /***/ }),
4697
-
4698
- /***/ 5:
4699
- /***/ (function(module, exports) {
4700
-
4701
- module.exports = require("axios");
4702
-
4703
- /***/ }),
4704
-
4705
- /***/ 6:
4706
- /***/ (function(module, exports) {
4707
-
4708
- module.exports = require("json-bigint");
4709
-
4710
- /***/ }),
4711
-
4712
- /***/ 7:
4713
- /***/ (function(module, exports) {
4714
-
4715
- module.exports = require("sm-crypto");
4716
-
4717
4728
  /***/ })
4718
-
4719
- /******/ });
4729
+ /******/ ]);
package/lib/selector.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 = 56);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 54);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -91,14 +91,14 @@ module.exports =
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
94
- /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
94
+ /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
96
96
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
98
98
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
101
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
101
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
102
102
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
103
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; };
104
104
 
@@ -2407,6 +2407,13 @@ var watermark = function watermark(option) {
2407
2407
  /***/ }),
2408
2408
 
2409
2409
  /***/ 1:
2410
+ /***/ (function(module, exports) {
2411
+
2412
+ module.exports = require("eoss-element");
2413
+
2414
+ /***/ }),
2415
+
2416
+ /***/ 2:
2410
2417
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2411
2418
 
2412
2419
  "use strict";
@@ -2746,14 +2753,7 @@ var formContents = '/config/admin/online/onlineForm/render';
2746
2753
 
2747
2754
  /***/ }),
2748
2755
 
2749
- /***/ 2:
2750
- /***/ (function(module, exports) {
2751
-
2752
- module.exports = require("eoss-element");
2753
-
2754
- /***/ }),
2755
-
2756
- /***/ 23:
2756
+ /***/ 21:
2757
2757
  /***/ (function(module, exports) {
2758
2758
 
2759
2759
  module.exports = require("eoss-element/src/utils/clickoutside");
@@ -2879,7 +2879,7 @@ module.exports = require("axios");
2879
2879
 
2880
2880
  /***/ }),
2881
2881
 
2882
- /***/ 56:
2882
+ /***/ 54:
2883
2883
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2884
2884
 
2885
2885
  "use strict";
@@ -3369,10 +3369,10 @@ render._withStripped = true
3369
3369
  var util = __webpack_require__(0);
3370
3370
 
3371
3371
  // EXTERNAL MODULE: ./src/config/api.js
3372
- var api = __webpack_require__(1);
3372
+ var api = __webpack_require__(2);
3373
3373
 
3374
3374
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
3375
- var clickoutside_ = __webpack_require__(23);
3375
+ var clickoutside_ = __webpack_require__(21);
3376
3376
  var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
3377
3377
 
3378
3378
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=script&lang=js&