@panpanzhao/component-ui 1.24.1226 → 1.25.106
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.
- package/lib/0.worker.js +1 -0
- package/lib/component-ui.common.js +2333 -2268
- package/lib/{component-ui.common.worker.js → components/0.worker.js} +483 -90
- package/lib/components/crud.js +13 -10
- package/lib/components/dialog.js +5 -5
- package/lib/components/drawer.js +3 -3
- package/lib/components/form-dialog.js +4 -4
- package/lib/components/form-drawer.js +7 -7
- package/lib/components/form-group.js +4 -3
- package/lib/components/form-input.js +2640 -2621
- package/lib/components/form-item.js +5 -5
- package/lib/components/form-query.js +4 -4
- package/lib/components/form-view-dialog.js +6 -6
- package/lib/components/form-view-group.js +6 -6
- package/lib/components/form-view.js +6 -5
- package/lib/components/form.js +1 -1
- package/lib/components/formula.js +23 -23
- package/lib/components/table-column.js +88 -44
- package/lib/components/table-editable.js +9 -9
- package/lib/components/table-operate.js +13 -10
- package/lib/components/table-search.js +7 -7
- package/lib/components/table.js +20 -18
- package/lib/components/timeline.js +10 -10
- package/lib/components/tree-line.js +3 -3
- package/lib/index.js +1 -1
- package/package.json +72 -73
- package/src/index.js +89 -0
- package/lib/components/hash.worker.worker.js +0 -659
- package/lib/index.worker.js +0 -1
package/lib/components/dialog.js
CHANGED
|
@@ -78,11 +78,11 @@ module.exports =
|
|
|
78
78
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
79
|
/******/
|
|
80
80
|
/******/ // __webpack_public_path__
|
|
81
|
-
/******/ __webpack_require__.p = "/
|
|
81
|
+
/******/ __webpack_require__.p = "/lib/";
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 83);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -206,14 +206,14 @@ module.exports = require("element-ui/lib/mixins/emitter");
|
|
|
206
206
|
|
|
207
207
|
/***/ }),
|
|
208
208
|
|
|
209
|
-
/***/
|
|
209
|
+
/***/ 69:
|
|
210
210
|
/***/ (function(module, exports) {
|
|
211
211
|
|
|
212
212
|
module.exports = require("element-ui/lib/mixins/migrating");
|
|
213
213
|
|
|
214
214
|
/***/ }),
|
|
215
215
|
|
|
216
|
-
/***/
|
|
216
|
+
/***/ 83:
|
|
217
217
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
218
218
|
|
|
219
219
|
"use strict";
|
|
@@ -360,7 +360,7 @@ var popup_ = __webpack_require__(33);
|
|
|
360
360
|
var popup_default = /*#__PURE__*/__webpack_require__.n(popup_);
|
|
361
361
|
|
|
362
362
|
// EXTERNAL MODULE: external "element-ui/lib/mixins/migrating"
|
|
363
|
-
var migrating_ = __webpack_require__(
|
|
363
|
+
var migrating_ = __webpack_require__(69);
|
|
364
364
|
var migrating_default = /*#__PURE__*/__webpack_require__.n(migrating_);
|
|
365
365
|
|
|
366
366
|
// EXTERNAL MODULE: external "element-ui/lib/mixins/emitter"
|
package/lib/components/drawer.js
CHANGED
|
@@ -78,11 +78,11 @@ module.exports =
|
|
|
78
78
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
79
|
/******/
|
|
80
80
|
/******/ // __webpack_public_path__
|
|
81
|
-
/******/ __webpack_require__.p = "/
|
|
81
|
+
/******/ __webpack_require__.p = "/lib/";
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 84);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -206,7 +206,7 @@ module.exports = require("element-ui/lib/mixins/emitter");
|
|
|
206
206
|
|
|
207
207
|
/***/ }),
|
|
208
208
|
|
|
209
|
-
/***/
|
|
209
|
+
/***/ 84:
|
|
210
210
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
211
211
|
|
|
212
212
|
"use strict";
|
|
@@ -78,7 +78,7 @@ module.exports =
|
|
|
78
78
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
79
|
/******/
|
|
80
80
|
/******/ // __webpack_public_path__
|
|
81
|
-
/******/ __webpack_require__.p = "/
|
|
81
|
+
/******/ __webpack_require__.p = "/lib/";
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
@@ -609,7 +609,8 @@ module.exports = require("@panpanzhao/component-ui/lib/components/form-item");
|
|
|
609
609
|
/* 18 */,
|
|
610
610
|
/* 19 */,
|
|
611
611
|
/* 20 */,
|
|
612
|
-
/* 21
|
|
612
|
+
/* 21 */,
|
|
613
|
+
/* 22 */
|
|
613
614
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
614
615
|
|
|
615
616
|
"use strict";
|
|
@@ -1030,7 +1031,6 @@ src.install = function (Vue) {
|
|
|
1030
1031
|
/* harmony default export */ var form_group = __webpack_exports__["default"] = (src);
|
|
1031
1032
|
|
|
1032
1033
|
/***/ }),
|
|
1033
|
-
/* 22 */,
|
|
1034
1034
|
/* 23 */,
|
|
1035
1035
|
/* 24 */,
|
|
1036
1036
|
/* 25 */
|
|
@@ -1060,7 +1060,7 @@ var message_default = /*#__PURE__*/__webpack_require__.n(message_);
|
|
|
1060
1060
|
var components_form = __webpack_require__(4);
|
|
1061
1061
|
|
|
1062
1062
|
// EXTERNAL MODULE: ./src/components/form-group/index.js + 2 modules
|
|
1063
|
-
var form_group = __webpack_require__(
|
|
1063
|
+
var form_group = __webpack_require__(22);
|
|
1064
1064
|
|
|
1065
1065
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/utils/formula"
|
|
1066
1066
|
var formula_ = __webpack_require__(3);
|
|
@@ -78,11 +78,11 @@ module.exports =
|
|
|
78
78
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
79
|
/******/
|
|
80
80
|
/******/ // __webpack_public_path__
|
|
81
|
-
/******/ __webpack_require__.p = "/
|
|
81
|
+
/******/ __webpack_require__.p = "/lib/";
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 86);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -241,7 +241,7 @@ module.exports = require("lodash");
|
|
|
241
241
|
|
|
242
242
|
/***/ }),
|
|
243
243
|
|
|
244
|
-
/***/
|
|
244
|
+
/***/ 22:
|
|
245
245
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
246
246
|
|
|
247
247
|
"use strict";
|
|
@@ -670,7 +670,7 @@ module.exports = require("@panpanzhao/component-ui/lib/utils/formula");
|
|
|
670
670
|
|
|
671
671
|
/***/ }),
|
|
672
672
|
|
|
673
|
-
/***/
|
|
673
|
+
/***/ 38:
|
|
674
674
|
/***/ (function(module, exports) {
|
|
675
675
|
|
|
676
676
|
module.exports = require("@panpanzhao/component-ui/lib/components/drawer");
|
|
@@ -1029,7 +1029,7 @@ module.exports = require("element-ui/lib/tab-pane");
|
|
|
1029
1029
|
|
|
1030
1030
|
/***/ }),
|
|
1031
1031
|
|
|
1032
|
-
/***/
|
|
1032
|
+
/***/ 86:
|
|
1033
1033
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1034
1034
|
|
|
1035
1035
|
"use strict";
|
|
@@ -1041,7 +1041,7 @@ var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
|
1041
1041
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
1042
1042
|
|
|
1043
1043
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/components/drawer"
|
|
1044
|
-
var drawer_ = __webpack_require__(
|
|
1044
|
+
var drawer_ = __webpack_require__(38);
|
|
1045
1045
|
var drawer_default = /*#__PURE__*/__webpack_require__.n(drawer_);
|
|
1046
1046
|
|
|
1047
1047
|
// EXTERNAL MODULE: external "element-ui/lib/button"
|
|
@@ -1052,7 +1052,7 @@ var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
|
1052
1052
|
var components_form = __webpack_require__(4);
|
|
1053
1053
|
|
|
1054
1054
|
// EXTERNAL MODULE: ./src/components/form-group/index.js + 2 modules
|
|
1055
|
-
var form_group = __webpack_require__(
|
|
1055
|
+
var form_group = __webpack_require__(22);
|
|
1056
1056
|
|
|
1057
1057
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/utils/formula"
|
|
1058
1058
|
var formula_ = __webpack_require__(3);
|
|
@@ -78,11 +78,11 @@ module.exports =
|
|
|
78
78
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
79
|
/******/
|
|
80
80
|
/******/ // __webpack_public_path__
|
|
81
|
-
/******/ __webpack_require__.p = "/
|
|
81
|
+
/******/ __webpack_require__.p = "/lib/";
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 22);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -594,7 +594,8 @@ module.exports = require("@panpanzhao/component-ui/lib/components/form-item");
|
|
|
594
594
|
/* 18 */,
|
|
595
595
|
/* 19 */,
|
|
596
596
|
/* 20 */,
|
|
597
|
-
/* 21
|
|
597
|
+
/* 21 */,
|
|
598
|
+
/* 22 */
|
|
598
599
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
599
600
|
|
|
600
601
|
"use strict";
|