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/flow.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 = 27);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 26);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -90,14 +90,14 @@ module.exports =
90
90
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
91
91
 
92
92
  "use strict";
93
- /* 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);
94
94
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
96
96
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
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 eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
100
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
101
101
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
102
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; };
103
103
 
@@ -2405,6 +2405,12 @@ var watermark = function watermark(option) {
2405
2405
 
2406
2406
  /***/ }),
2407
2407
  /* 1 */
2408
+ /***/ (function(module, exports) {
2409
+
2410
+ module.exports = require("eoss-element");
2411
+
2412
+ /***/ }),
2413
+ /* 2 */
2408
2414
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2409
2415
 
2410
2416
  "use strict";
@@ -2742,12 +2748,6 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
2742
2748
  // 表单结构
2743
2749
  var formContents = '/config/admin/online/onlineForm/render';
2744
2750
 
2745
- /***/ }),
2746
- /* 2 */
2747
- /***/ (function(module, exports) {
2748
-
2749
- module.exports = require("eoss-element");
2750
-
2751
2751
  /***/ }),
2752
2752
  /* 3 */
2753
2753
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -2931,7 +2931,7 @@ render._withStripped = true
2931
2931
  // CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=8bcb1480&
2932
2932
 
2933
2933
  // EXTERNAL MODULE: ./src/config/api.js
2934
- var api = __webpack_require__(1);
2934
+ var api = __webpack_require__(2);
2935
2935
 
2936
2936
  // EXTERNAL MODULE: ./src/utils/util.js
2937
2937
  var util = __webpack_require__(0);
@@ -3073,8 +3073,7 @@ var component = Object(componentNormalizer["a" /* default */])(
3073
3073
  /* 23 */,
3074
3074
  /* 24 */,
3075
3075
  /* 25 */,
3076
- /* 26 */,
3077
- /* 27 */
3076
+ /* 26 */
3078
3077
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3079
3078
 
3080
3079
  "use strict";
@@ -4768,7 +4767,7 @@ CommonOpinionsvue_type_template_id_4e1f4030_render._withStripped = true
4768
4767
  // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4e1f4030&
4769
4768
 
4770
4769
  // EXTERNAL MODULE: ./src/config/api.js
4771
- var api = __webpack_require__(1);
4770
+ var api = __webpack_require__(2);
4772
4771
 
4773
4772
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/table.vue?vue&type=template&id=508feae4&
4774
4773
  var tablevue_type_template_id_508feae4_render = function () {
@@ -5538,8 +5537,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
5538
5537
  )
5539
5538
 
5540
5539
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
5541
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=6cd1221f&
5542
- var processFormvue_type_template_id_6cd1221f_render = function () {
5540
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=98eb2948&
5541
+ var processFormvue_type_template_id_98eb2948_render = function () {
5543
5542
  var _vm = this
5544
5543
  var _h = _vm.$createElement
5545
5544
  var _c = _vm._self._c || _h
@@ -5861,19 +5860,7 @@ var processFormvue_type_template_id_6cd1221f_render = function () {
5861
5860
  : _vm._e(),
5862
5861
  _c(
5863
5862
  "el-form-item",
5864
- {
5865
- attrs: {
5866
- prop: "noticeType",
5867
- label: "通知方式",
5868
- rules: [
5869
- {
5870
- required: true,
5871
- message: "请选择通知方式",
5872
- trigger: "blur",
5873
- },
5874
- ],
5875
- },
5876
- },
5863
+ { attrs: { prop: "noticeType", label: "通知方式" } },
5877
5864
  [
5878
5865
  _c(
5879
5866
  "el-checkbox-group",
@@ -6015,11 +6002,11 @@ var processFormvue_type_template_id_6cd1221f_render = function () {
6015
6002
  1
6016
6003
  )
6017
6004
  }
6018
- var processFormvue_type_template_id_6cd1221f_staticRenderFns = []
6019
- processFormvue_type_template_id_6cd1221f_render._withStripped = true
6005
+ var processFormvue_type_template_id_98eb2948_staticRenderFns = []
6006
+ processFormvue_type_template_id_98eb2948_render._withStripped = true
6020
6007
 
6021
6008
 
6022
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=6cd1221f&
6009
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=98eb2948&
6023
6010
 
6024
6011
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=db651118&
6025
6012
  var selectUservue_type_template_id_db651118_render = function () {
@@ -7716,9 +7703,6 @@ var processFormvue_type_script_lang_js_components;
7716
7703
  //
7717
7704
  //
7718
7705
  //
7719
- //
7720
- //
7721
- //
7722
7706
 
7723
7707
 
7724
7708
 
@@ -8301,8 +8285,8 @@ var processFormvue_type_script_lang_js_components;
8301
8285
 
8302
8286
  var processForm_component = Object(componentNormalizer["a" /* default */])(
8303
8287
  src_processFormvue_type_script_lang_js_,
8304
- processFormvue_type_template_id_6cd1221f_render,
8305
- processFormvue_type_template_id_6cd1221f_staticRenderFns,
8288
+ processFormvue_type_template_id_98eb2948_render,
8289
+ processFormvue_type_template_id_98eb2948_staticRenderFns,
8306
8290
  false,
8307
8291
  null,
8308
8292
  null,
package/lib/form.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 = 40);
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,38 @@ 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
+ /***/ 10:
2417
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2418
+
2419
+ "use strict";
2420
+ // 手机号
2421
+ var phone = { pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'), message: '手机号不合法' };
2422
+ // 身份证
2423
+ var idCard = { pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'), message: '身份证号不合法' };
2424
+ // 座机号
2425
+ var telephone = { pattern: new RegExp('^(\\d{3,4}-)?\\d{7,8}$'), message: '座机号不合法' };
2426
+ // IP
2427
+ 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地址不合法' };
2428
+ // 银行卡号
2429
+ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message: '银行卡号不合法' };
2430
+
2431
+ /* harmony default export */ __webpack_exports__["a"] = ({
2432
+ phone: phone,
2433
+ idCard: idCard,
2434
+ telephone: telephone,
2435
+ ip: ip,
2436
+ bankCard: bankCard
2437
+ });
2438
+
2439
+ /***/ }),
2440
+
2441
+ /***/ 2:
2410
2442
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2411
2443
 
2412
2444
  "use strict";
@@ -2746,38 +2778,6 @@ var formContents = '/config/admin/online/onlineForm/render';
2746
2778
 
2747
2779
  /***/ }),
2748
2780
 
2749
- /***/ 10:
2750
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2751
-
2752
- "use strict";
2753
- // 手机号
2754
- var phone = { pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'), message: '手机号不合法' };
2755
- // 身份证
2756
- var idCard = { pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'), message: '身份证号不合法' };
2757
- // 座机号
2758
- var telephone = { pattern: new RegExp('^(\\d{3,4}-)?\\d{7,8}$'), message: '座机号不合法' };
2759
- // IP
2760
- 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地址不合法' };
2761
- // 银行卡号
2762
- var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message: '银行卡号不合法' };
2763
-
2764
- /* harmony default export */ __webpack_exports__["a"] = ({
2765
- phone: phone,
2766
- idCard: idCard,
2767
- telephone: telephone,
2768
- ip: ip,
2769
- bankCard: bankCard
2770
- });
2771
-
2772
- /***/ }),
2773
-
2774
- /***/ 2:
2775
- /***/ (function(module, exports) {
2776
-
2777
- module.exports = require("eoss-element");
2778
-
2779
- /***/ }),
2780
-
2781
2781
  /***/ 3:
2782
2782
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2783
2783
 
@@ -2890,7 +2890,7 @@ module.exports = require("qs");
2890
2890
 
2891
2891
  /***/ }),
2892
2892
 
2893
- /***/ 43:
2893
+ /***/ 40:
2894
2894
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2895
2895
 
2896
2896
  "use strict";
@@ -13556,7 +13556,7 @@ var regenerator_ = __webpack_require__(9);
13556
13556
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
13557
13557
 
13558
13558
  // EXTERNAL MODULE: ./src/config/api.js
13559
- var api = __webpack_require__(1);
13559
+ var api = __webpack_require__(2);
13560
13560
 
13561
13561
  // EXTERNAL MODULE: ./src/utils/util.js
13562
13562
  var util = __webpack_require__(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 = 45);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 43);
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
 
@@ -2865,7 +2865,7 @@ module.exports = require("qs");
2865
2865
 
2866
2866
  /***/ }),
2867
2867
 
2868
- /***/ 45:
2868
+ /***/ 43:
2869
2869
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2870
2870
 
2871
2871
  "use strict";
@@ -2963,7 +2963,7 @@ render._withStripped = true
2963
2963
  // CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=5b7835c6&
2964
2964
 
2965
2965
  // EXTERNAL MODULE: ./src/config/api.js
2966
- var api = __webpack_require__(1);
2966
+ var api = __webpack_require__(2);
2967
2967
 
2968
2968
  // EXTERNAL MODULE: ./src/utils/store.js
2969
2969
  var store = __webpack_require__(8);
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 = 46);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 44);
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
 
@@ -2865,7 +2865,7 @@ module.exports = require("qs");
2865
2865
 
2866
2866
  /***/ }),
2867
2867
 
2868
- /***/ 46:
2868
+ /***/ 44:
2869
2869
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2870
2870
 
2871
2871
  "use strict";
@@ -3050,7 +3050,7 @@ render._withStripped = true
3050
3050
  // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=367d53c4&
3051
3051
 
3052
3052
  // EXTERNAL MODULE: ./src/config/api.js
3053
- var api = __webpack_require__(1);
3053
+ var api = __webpack_require__(2);
3054
3054
 
3055
3055
  // EXTERNAL MODULE: ./src/utils/util.js
3056
3056
  var util = __webpack_require__(0);
package/lib/icons.js CHANGED
@@ -82,12 +82,12 @@ 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 = 45);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 18:
90
+ /***/ 16:
91
91
  /***/ (function(module) {
92
92
 
93
93
  module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"home\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\"]");
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 47:
202
+ /***/ 45:
203
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
204
204
 
205
205
  "use strict";
@@ -321,7 +321,7 @@ render._withStripped = true
321
321
  // CONCATENATED MODULE: ./packages/icons/src/main.vue?vue&type=template&id=32c03886&
322
322
 
323
323
  // EXTERNAL MODULE: ./packages/icons/src/icon.json
324
- var icon = __webpack_require__(18);
324
+ var icon = __webpack_require__(16);
325
325
 
326
326
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/icons/src/main.vue?vue&type=script&lang=js&
327
327
  //