@panpanzhao/component-ui 0.0.2 → 0.0.3
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/component-ui.common.js +2874 -71
- package/lib/components/crud.js +417 -76
- package/lib/components/form-dialog.js +381 -48
- package/lib/components/form-group.js +39 -39
- package/lib/components/form-input.js +59 -47
- package/lib/components/form-item.js +6 -6
- package/lib/components/form-view-dialog.js +377 -44
- package/lib/components/form-view-group.js +35 -35
- package/lib/components/form-view.js +11 -10
- package/lib/components/form.js +15 -14
- package/lib/components/formula.js +2655 -0
- package/lib/components/table-column.js +14 -14
- package/lib/components/table-editable.js +12 -12
- package/lib/components/table-search.js +6 -6
- package/lib/components/table.js +8 -8
- package/lib/index.js +1 -1
- package/lib/styles/code-mirror.css +1 -0
- package/lib/styles/component-ui.css +6 -1
- package/lib/styles/crud.css +0 -0
- package/lib/styles/dialog.css +1 -0
- package/lib/styles/form-dialog.css +0 -0
- package/lib/styles/form-group.css +0 -0
- package/lib/styles/form-input.css +0 -0
- package/lib/styles/form-item.css +0 -0
- package/lib/styles/form-view-dialog.css +0 -0
- package/lib/styles/form-view-group.css +0 -0
- package/lib/styles/form-view.css +0 -0
- package/lib/styles/formula.css +6 -0
- package/lib/styles/index.css +6 -1
- package/lib/styles/table-column.css +0 -0
- package/lib/styles/table-search.css +0 -0
- package/lib/utils/formula/doc.js +1547 -0
- package/lib/utils/formula/evalutor.js +17 -17
- package/lib/utils/helper.js +48 -0
- package/package.json +3 -3
|
@@ -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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 30);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -214,8 +214,32 @@ module.exports = require("lodash");
|
|
|
214
214
|
module.exports = require("element-ui/lib/button");
|
|
215
215
|
|
|
216
216
|
/***/ }),
|
|
217
|
-
/* 5
|
|
217
|
+
/* 5 */
|
|
218
|
+
/***/ (function(module, exports) {
|
|
219
|
+
|
|
220
|
+
module.exports = require("element-ui/lib/tabs");
|
|
221
|
+
|
|
222
|
+
/***/ }),
|
|
218
223
|
/* 6 */
|
|
224
|
+
/***/ (function(module, exports) {
|
|
225
|
+
|
|
226
|
+
module.exports = require("element-ui/lib/tab-pane");
|
|
227
|
+
|
|
228
|
+
/***/ }),
|
|
229
|
+
/* 7 */
|
|
230
|
+
/***/ (function(module, exports) {
|
|
231
|
+
|
|
232
|
+
module.exports = require("element-ui/lib/collapse");
|
|
233
|
+
|
|
234
|
+
/***/ }),
|
|
235
|
+
/* 8 */
|
|
236
|
+
/***/ (function(module, exports) {
|
|
237
|
+
|
|
238
|
+
module.exports = require("element-ui/lib/collapse-item");
|
|
239
|
+
|
|
240
|
+
/***/ }),
|
|
241
|
+
/* 9 */,
|
|
242
|
+
/* 10 */
|
|
219
243
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
220
244
|
|
|
221
245
|
"use strict";
|
|
@@ -272,11 +296,11 @@ render._withStripped = true
|
|
|
272
296
|
// CONCATENATED MODULE: ./src/components/form-view/src/index.vue?vue&type=template&id=82a59c42&
|
|
273
297
|
|
|
274
298
|
// EXTERNAL MODULE: external "element-ui/lib/descriptions"
|
|
275
|
-
var descriptions_ = __webpack_require__(
|
|
299
|
+
var descriptions_ = __webpack_require__(17);
|
|
276
300
|
var descriptions_default = /*#__PURE__*/__webpack_require__.n(descriptions_);
|
|
277
301
|
|
|
278
302
|
// EXTERNAL MODULE: external "element-ui/lib/descriptions-item"
|
|
279
|
-
var descriptions_item_ = __webpack_require__(
|
|
303
|
+
var descriptions_item_ = __webpack_require__(18);
|
|
280
304
|
var descriptions_item_default = /*#__PURE__*/__webpack_require__.n(descriptions_item_);
|
|
281
305
|
|
|
282
306
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/utils/formula"
|
|
@@ -395,51 +419,342 @@ src.install = function (Vue) {
|
|
|
395
419
|
/* harmony default export */ var form_view = __webpack_exports__["default"] = (src);
|
|
396
420
|
|
|
397
421
|
/***/ }),
|
|
398
|
-
/*
|
|
399
|
-
|
|
422
|
+
/* 11 */,
|
|
423
|
+
/* 12 */
|
|
424
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
400
425
|
|
|
401
|
-
|
|
426
|
+
"use strict";
|
|
402
427
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
428
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dialog/src/index.vue?vue&type=template&id=f33d57c0&
|
|
429
|
+
var render = function render() {
|
|
430
|
+
var _vm = this,
|
|
431
|
+
_c = _vm._self._c
|
|
432
|
+
return _c(
|
|
433
|
+
"transition",
|
|
434
|
+
{
|
|
435
|
+
attrs: { name: "dialog-fade" },
|
|
436
|
+
on: { "after-enter": _vm.afterEnter, "after-leave": _vm.afterLeave },
|
|
437
|
+
},
|
|
438
|
+
[
|
|
439
|
+
_c(
|
|
440
|
+
"div",
|
|
441
|
+
{
|
|
442
|
+
directives: [
|
|
443
|
+
{
|
|
444
|
+
name: "show",
|
|
445
|
+
rawName: "v-show",
|
|
446
|
+
value: _vm.visible,
|
|
447
|
+
expression: "visible",
|
|
448
|
+
},
|
|
449
|
+
],
|
|
450
|
+
staticClass: "el-dialog__wrapper",
|
|
451
|
+
on: {
|
|
452
|
+
click: function ($event) {
|
|
453
|
+
if ($event.target !== $event.currentTarget) return null
|
|
454
|
+
return _vm.handleWrapperClick.apply(null, arguments)
|
|
455
|
+
},
|
|
456
|
+
},
|
|
457
|
+
},
|
|
458
|
+
[
|
|
459
|
+
_c(
|
|
460
|
+
"div",
|
|
461
|
+
{
|
|
462
|
+
key: _vm.key,
|
|
463
|
+
ref: "dialog",
|
|
464
|
+
class: [
|
|
465
|
+
"el-dialog",
|
|
466
|
+
{
|
|
467
|
+
"is-scroll": _vm.scroll,
|
|
468
|
+
"is-fullscreen": _vm.fullscreen,
|
|
469
|
+
"el-dialog--center": _vm.center,
|
|
470
|
+
},
|
|
471
|
+
_vm.customClass,
|
|
472
|
+
],
|
|
473
|
+
style: _vm.style,
|
|
474
|
+
attrs: {
|
|
475
|
+
role: "dialog",
|
|
476
|
+
"aria-modal": "true",
|
|
477
|
+
"aria-label": _vm.title || "dialog",
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
[
|
|
481
|
+
_c(
|
|
482
|
+
"div",
|
|
483
|
+
{ staticClass: "el-dialog__header" },
|
|
484
|
+
[
|
|
485
|
+
_vm._t("title", function () {
|
|
486
|
+
return [
|
|
487
|
+
_c("span", { staticClass: "el-dialog__title" }, [
|
|
488
|
+
_vm._v(_vm._s(_vm.title)),
|
|
489
|
+
]),
|
|
490
|
+
]
|
|
491
|
+
}),
|
|
492
|
+
_vm.showClose
|
|
493
|
+
? _c(
|
|
494
|
+
"button",
|
|
495
|
+
{
|
|
496
|
+
staticClass: "el-dialog__headerbtn",
|
|
497
|
+
attrs: { type: "button", "aria-label": "Close" },
|
|
498
|
+
on: { click: _vm.handleClose },
|
|
499
|
+
},
|
|
500
|
+
[
|
|
501
|
+
_c("i", {
|
|
502
|
+
staticClass:
|
|
503
|
+
"el-dialog__close el-icon el-icon-close",
|
|
504
|
+
}),
|
|
505
|
+
]
|
|
506
|
+
)
|
|
507
|
+
: _vm._e(),
|
|
508
|
+
],
|
|
509
|
+
2
|
|
510
|
+
),
|
|
511
|
+
_vm.rendered
|
|
512
|
+
? _c(
|
|
513
|
+
"div",
|
|
514
|
+
{ staticClass: "el-dialog__body" },
|
|
515
|
+
[_vm._t("default")],
|
|
516
|
+
2
|
|
517
|
+
)
|
|
518
|
+
: _vm._e(),
|
|
519
|
+
_vm.$slots.footer
|
|
520
|
+
? _c(
|
|
521
|
+
"div",
|
|
522
|
+
{ staticClass: "el-dialog__footer" },
|
|
523
|
+
[_vm._t("footer")],
|
|
524
|
+
2
|
|
525
|
+
)
|
|
526
|
+
: _vm._e(),
|
|
527
|
+
]
|
|
528
|
+
),
|
|
529
|
+
]
|
|
530
|
+
),
|
|
531
|
+
]
|
|
532
|
+
)
|
|
533
|
+
}
|
|
534
|
+
var staticRenderFns = []
|
|
535
|
+
render._withStripped = true
|
|
406
536
|
|
|
407
|
-
module.exports = require("element-ui/lib/tab-pane");
|
|
408
537
|
|
|
409
|
-
|
|
410
|
-
/* 9 */
|
|
411
|
-
/***/ (function(module, exports) {
|
|
538
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue?vue&type=template&id=f33d57c0&
|
|
412
539
|
|
|
413
|
-
|
|
540
|
+
// EXTERNAL MODULE: external "element-ui/src/utils/popup"
|
|
541
|
+
var popup_ = __webpack_require__(21);
|
|
542
|
+
var popup_default = /*#__PURE__*/__webpack_require__.n(popup_);
|
|
543
|
+
|
|
544
|
+
// EXTERNAL MODULE: external "element-ui/src/mixins/migrating"
|
|
545
|
+
var migrating_ = __webpack_require__(22);
|
|
546
|
+
var migrating_default = /*#__PURE__*/__webpack_require__.n(migrating_);
|
|
547
|
+
|
|
548
|
+
// EXTERNAL MODULE: external "element-ui/src/mixins/emitter"
|
|
549
|
+
var emitter_ = __webpack_require__(23);
|
|
550
|
+
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
551
|
+
|
|
552
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dialog/src/index.vue?vue&type=script&lang=js&
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
/* harmony default export */ var srcvue_type_script_lang_js_ = ({
|
|
557
|
+
name: 'Dialog',
|
|
558
|
+
mixins: [popup_default.a, emitter_default.a, migrating_default.a],
|
|
559
|
+
props: {
|
|
560
|
+
title: {
|
|
561
|
+
type: String,
|
|
562
|
+
default: ''
|
|
563
|
+
},
|
|
564
|
+
modal: {
|
|
565
|
+
type: Boolean,
|
|
566
|
+
default: true
|
|
567
|
+
},
|
|
568
|
+
scroll: {
|
|
569
|
+
type: Boolean,
|
|
570
|
+
default: true
|
|
571
|
+
},
|
|
572
|
+
modalAppendToBody: {
|
|
573
|
+
type: Boolean,
|
|
574
|
+
default: true
|
|
575
|
+
},
|
|
576
|
+
appendToBody: {
|
|
577
|
+
type: Boolean,
|
|
578
|
+
default: false
|
|
579
|
+
},
|
|
580
|
+
lockScroll: {
|
|
581
|
+
type: Boolean,
|
|
582
|
+
default: true
|
|
583
|
+
},
|
|
584
|
+
closeOnClickModal: {
|
|
585
|
+
type: Boolean,
|
|
586
|
+
default: true
|
|
587
|
+
},
|
|
588
|
+
closeOnPressEscape: {
|
|
589
|
+
type: Boolean,
|
|
590
|
+
default: true
|
|
591
|
+
},
|
|
592
|
+
showClose: {
|
|
593
|
+
type: Boolean,
|
|
594
|
+
default: true
|
|
595
|
+
},
|
|
596
|
+
width: String,
|
|
597
|
+
fullscreen: Boolean,
|
|
598
|
+
customClass: {
|
|
599
|
+
type: String,
|
|
600
|
+
default: ''
|
|
601
|
+
},
|
|
602
|
+
top: {
|
|
603
|
+
type: String,
|
|
604
|
+
default: '15vh'
|
|
605
|
+
},
|
|
606
|
+
beforeClose: Function,
|
|
607
|
+
center: {
|
|
608
|
+
type: Boolean,
|
|
609
|
+
default: false
|
|
610
|
+
},
|
|
611
|
+
destroyOnClose: Boolean
|
|
612
|
+
},
|
|
613
|
+
data: function data() {
|
|
614
|
+
return {
|
|
615
|
+
closed: false,
|
|
616
|
+
key: 0
|
|
617
|
+
};
|
|
618
|
+
},
|
|
619
|
+
watch: {
|
|
620
|
+
visible: function visible(val) {
|
|
621
|
+
var _this = this;
|
|
622
|
+
if (val) {
|
|
623
|
+
this.closed = false;
|
|
624
|
+
this.$emit('open');
|
|
625
|
+
this.$el.addEventListener('scroll', this.updatePopper);
|
|
626
|
+
this.$nextTick(function () {
|
|
627
|
+
_this.$refs.dialog.scrollTop = 0;
|
|
628
|
+
});
|
|
629
|
+
if (this.appendToBody) {
|
|
630
|
+
document.body.appendChild(this.$el);
|
|
631
|
+
}
|
|
632
|
+
} else {
|
|
633
|
+
this.$el.removeEventListener('scroll', this.updatePopper);
|
|
634
|
+
if (!this.closed) this.$emit('close');
|
|
635
|
+
if (this.destroyOnClose) {
|
|
636
|
+
this.$nextTick(function () {
|
|
637
|
+
_this.key++;
|
|
638
|
+
});
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
computed: {
|
|
644
|
+
style: function style() {
|
|
645
|
+
var style = {};
|
|
646
|
+
if (!this.fullscreen) {
|
|
647
|
+
style.marginTop = this.top;
|
|
648
|
+
if (this.width) {
|
|
649
|
+
style.width = this.width;
|
|
650
|
+
}
|
|
651
|
+
if (this.scroll) {
|
|
652
|
+
style.maxHeight = "calc(100vh - " + this.top + " * 2)";
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
return style;
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
methods: {
|
|
659
|
+
getMigratingConfig: function getMigratingConfig() {
|
|
660
|
+
return {
|
|
661
|
+
props: {
|
|
662
|
+
'size': 'size is removed.'
|
|
663
|
+
}
|
|
664
|
+
};
|
|
665
|
+
},
|
|
666
|
+
handleWrapperClick: function handleWrapperClick() {
|
|
667
|
+
if (!this.closeOnClickModal) return;
|
|
668
|
+
this.handleClose();
|
|
669
|
+
},
|
|
670
|
+
handleClose: function handleClose() {
|
|
671
|
+
if (typeof this.beforeClose === 'function') {
|
|
672
|
+
this.beforeClose(this.hide);
|
|
673
|
+
} else {
|
|
674
|
+
this.hide();
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
hide: function hide(cancel) {
|
|
678
|
+
if (cancel !== false) {
|
|
679
|
+
this.$emit('update:visible', false);
|
|
680
|
+
this.$emit('close');
|
|
681
|
+
this.closed = true;
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
updatePopper: function updatePopper() {
|
|
685
|
+
this.broadcast('ElSelectDropdown', 'updatePopper');
|
|
686
|
+
this.broadcast('ElDropdownMenu', 'updatePopper');
|
|
687
|
+
},
|
|
688
|
+
afterEnter: function afterEnter() {
|
|
689
|
+
this.$emit('opened');
|
|
690
|
+
},
|
|
691
|
+
afterLeave: function afterLeave() {
|
|
692
|
+
this.$emit('closed');
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
mounted: function mounted() {
|
|
696
|
+
if (this.visible) {
|
|
697
|
+
this.rendered = true;
|
|
698
|
+
this.open();
|
|
699
|
+
if (this.appendToBody) {
|
|
700
|
+
document.body.appendChild(this.$el);
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
destroyed: function destroyed() {
|
|
705
|
+
// if appendToBody is true, remove DOM node after destroy
|
|
706
|
+
if (this.appendToBody && this.$el && this.$el.parentNode) {
|
|
707
|
+
this.$el.parentNode.removeChild(this.$el);
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
});
|
|
711
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue?vue&type=script&lang=js&
|
|
712
|
+
/* harmony default export */ var dialog_srcvue_type_script_lang_js_ = (srcvue_type_script_lang_js_);
|
|
713
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
714
|
+
var componentNormalizer = __webpack_require__(1);
|
|
715
|
+
|
|
716
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue
|
|
414
717
|
|
|
415
|
-
/***/ }),
|
|
416
|
-
/* 10 */
|
|
417
|
-
/***/ (function(module, exports) {
|
|
418
718
|
|
|
419
|
-
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
/* normalize component */
|
|
723
|
+
|
|
724
|
+
var component = Object(componentNormalizer["a" /* default */])(
|
|
725
|
+
dialog_srcvue_type_script_lang_js_,
|
|
726
|
+
render,
|
|
727
|
+
staticRenderFns,
|
|
728
|
+
false,
|
|
729
|
+
null,
|
|
730
|
+
null,
|
|
731
|
+
null
|
|
732
|
+
|
|
733
|
+
)
|
|
734
|
+
|
|
735
|
+
/* harmony default export */ var src = (component.exports);
|
|
736
|
+
// CONCATENATED MODULE: ./src/components/dialog/index.js
|
|
737
|
+
|
|
738
|
+
src.install = function (Vue) {
|
|
739
|
+
Vue.component(src.name, src);
|
|
740
|
+
};
|
|
741
|
+
/* harmony default export */ var dialog = __webpack_exports__["a"] = (src);
|
|
420
742
|
|
|
421
743
|
/***/ }),
|
|
422
|
-
/* 11 */,
|
|
423
|
-
/* 12 */,
|
|
424
744
|
/* 13 */,
|
|
425
745
|
/* 14 */,
|
|
426
746
|
/* 15 */,
|
|
427
|
-
/* 16
|
|
428
|
-
/***/ (function(module, exports) {
|
|
429
|
-
|
|
430
|
-
module.exports = require("element-ui/lib/descriptions");
|
|
431
|
-
|
|
432
|
-
/***/ }),
|
|
747
|
+
/* 16 */,
|
|
433
748
|
/* 17 */
|
|
434
749
|
/***/ (function(module, exports) {
|
|
435
750
|
|
|
436
|
-
module.exports = require("element-ui/lib/descriptions
|
|
751
|
+
module.exports = require("element-ui/lib/descriptions");
|
|
437
752
|
|
|
438
753
|
/***/ }),
|
|
439
754
|
/* 18 */
|
|
440
755
|
/***/ (function(module, exports) {
|
|
441
756
|
|
|
442
|
-
module.exports = require("element-ui/lib/
|
|
757
|
+
module.exports = require("element-ui/lib/descriptions-item");
|
|
443
758
|
|
|
444
759
|
/***/ }),
|
|
445
760
|
/* 19 */,
|
|
@@ -455,7 +770,7 @@ var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
|
455
770
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
456
771
|
|
|
457
772
|
// EXTERNAL MODULE: ./src/components/form-view/index.js + 5 modules
|
|
458
|
-
var form_view = __webpack_require__(
|
|
773
|
+
var form_view = __webpack_require__(10);
|
|
459
774
|
|
|
460
775
|
// CONCATENATED MODULE: ./src/components/form-view-group/src/content.js
|
|
461
776
|
|
|
@@ -518,19 +833,19 @@ var form_view = __webpack_require__(6);
|
|
|
518
833
|
}
|
|
519
834
|
});
|
|
520
835
|
// EXTERNAL MODULE: external "element-ui/lib/tabs"
|
|
521
|
-
var tabs_ = __webpack_require__(
|
|
836
|
+
var tabs_ = __webpack_require__(5);
|
|
522
837
|
var tabs_default = /*#__PURE__*/__webpack_require__.n(tabs_);
|
|
523
838
|
|
|
524
839
|
// EXTERNAL MODULE: external "element-ui/lib/tab-pane"
|
|
525
|
-
var tab_pane_ = __webpack_require__(
|
|
840
|
+
var tab_pane_ = __webpack_require__(6);
|
|
526
841
|
var tab_pane_default = /*#__PURE__*/__webpack_require__.n(tab_pane_);
|
|
527
842
|
|
|
528
843
|
// EXTERNAL MODULE: external "element-ui/lib/collapse"
|
|
529
|
-
var collapse_ = __webpack_require__(
|
|
844
|
+
var collapse_ = __webpack_require__(7);
|
|
530
845
|
var collapse_default = /*#__PURE__*/__webpack_require__.n(collapse_);
|
|
531
846
|
|
|
532
847
|
// EXTERNAL MODULE: external "element-ui/lib/collapse-item"
|
|
533
|
-
var collapse_item_ = __webpack_require__(
|
|
848
|
+
var collapse_item_ = __webpack_require__(8);
|
|
534
849
|
var collapse_item_default = /*#__PURE__*/__webpack_require__.n(collapse_item_);
|
|
535
850
|
|
|
536
851
|
// EXTERNAL MODULE: external "lodash"
|
|
@@ -694,12 +1009,31 @@ src.install = function (Vue) {
|
|
|
694
1009
|
/* harmony default export */ var form_view_group = __webpack_exports__["default"] = (src);
|
|
695
1010
|
|
|
696
1011
|
/***/ }),
|
|
697
|
-
/* 21
|
|
698
|
-
|
|
699
|
-
|
|
1012
|
+
/* 21 */
|
|
1013
|
+
/***/ (function(module, exports) {
|
|
1014
|
+
|
|
1015
|
+
module.exports = require("element-ui/src/utils/popup");
|
|
1016
|
+
|
|
1017
|
+
/***/ }),
|
|
1018
|
+
/* 22 */
|
|
1019
|
+
/***/ (function(module, exports) {
|
|
1020
|
+
|
|
1021
|
+
module.exports = require("element-ui/src/mixins/migrating");
|
|
1022
|
+
|
|
1023
|
+
/***/ }),
|
|
1024
|
+
/* 23 */
|
|
1025
|
+
/***/ (function(module, exports) {
|
|
1026
|
+
|
|
1027
|
+
module.exports = require("element-ui/src/mixins/emitter");
|
|
1028
|
+
|
|
1029
|
+
/***/ }),
|
|
700
1030
|
/* 24 */,
|
|
701
1031
|
/* 25 */,
|
|
702
|
-
/* 26
|
|
1032
|
+
/* 26 */,
|
|
1033
|
+
/* 27 */,
|
|
1034
|
+
/* 28 */,
|
|
1035
|
+
/* 29 */,
|
|
1036
|
+
/* 30 */
|
|
703
1037
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
704
1038
|
|
|
705
1039
|
"use strict";
|
|
@@ -710,16 +1044,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
710
1044
|
var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
711
1045
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
712
1046
|
|
|
713
|
-
// EXTERNAL MODULE:
|
|
714
|
-
var
|
|
715
|
-
var dialog_default = /*#__PURE__*/__webpack_require__.n(dialog_);
|
|
1047
|
+
// EXTERNAL MODULE: ./src/components/dialog/index.js + 5 modules
|
|
1048
|
+
var dialog = __webpack_require__(12);
|
|
716
1049
|
|
|
717
1050
|
// EXTERNAL MODULE: external "element-ui/lib/button"
|
|
718
1051
|
var button_ = __webpack_require__(4);
|
|
719
1052
|
var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
720
1053
|
|
|
721
1054
|
// EXTERNAL MODULE: ./src/components/form-view/index.js + 5 modules
|
|
722
|
-
var form_view = __webpack_require__(
|
|
1055
|
+
var form_view = __webpack_require__(10);
|
|
723
1056
|
|
|
724
1057
|
// EXTERNAL MODULE: ./src/components/form-view-group/index.js + 2 modules
|
|
725
1058
|
var form_view_group = __webpack_require__(20);
|
|
@@ -748,7 +1081,7 @@ var external_lodash_ = __webpack_require__(3);
|
|
|
748
1081
|
components: {
|
|
749
1082
|
FormView: form_view["default"],
|
|
750
1083
|
FormViewGroup: form_view_group["default"],
|
|
751
|
-
|
|
1084
|
+
Dialog: dialog["a" /* default */],
|
|
752
1085
|
Tool: {
|
|
753
1086
|
components: {
|
|
754
1087
|
elButton: button_default.a
|
|
@@ -918,7 +1251,7 @@ var external_lodash_ = __webpack_require__(3);
|
|
|
918
1251
|
}
|
|
919
1252
|
})
|
|
920
1253
|
};
|
|
921
|
-
return h(
|
|
1254
|
+
return h(dialog["a" /* default */], babel_helper_vue_jsx_merge_props_default()([{}, param]), [h("template", {
|
|
922
1255
|
"slot": "title",
|
|
923
1256
|
"class": "dialog-title"
|
|
924
1257
|
}, [this.renderTitle(h)]), h("template", {
|
|
@@ -209,8 +209,32 @@ module.exports = require("lodash");
|
|
|
209
209
|
|
|
210
210
|
/***/ }),
|
|
211
211
|
/* 4 */,
|
|
212
|
-
/* 5
|
|
212
|
+
/* 5 */
|
|
213
|
+
/***/ (function(module, exports) {
|
|
214
|
+
|
|
215
|
+
module.exports = require("element-ui/lib/tabs");
|
|
216
|
+
|
|
217
|
+
/***/ }),
|
|
213
218
|
/* 6 */
|
|
219
|
+
/***/ (function(module, exports) {
|
|
220
|
+
|
|
221
|
+
module.exports = require("element-ui/lib/tab-pane");
|
|
222
|
+
|
|
223
|
+
/***/ }),
|
|
224
|
+
/* 7 */
|
|
225
|
+
/***/ (function(module, exports) {
|
|
226
|
+
|
|
227
|
+
module.exports = require("element-ui/lib/collapse");
|
|
228
|
+
|
|
229
|
+
/***/ }),
|
|
230
|
+
/* 8 */
|
|
231
|
+
/***/ (function(module, exports) {
|
|
232
|
+
|
|
233
|
+
module.exports = require("element-ui/lib/collapse-item");
|
|
234
|
+
|
|
235
|
+
/***/ }),
|
|
236
|
+
/* 9 */,
|
|
237
|
+
/* 10 */
|
|
214
238
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
215
239
|
|
|
216
240
|
"use strict";
|
|
@@ -267,11 +291,11 @@ render._withStripped = true
|
|
|
267
291
|
// CONCATENATED MODULE: ./src/components/form-view/src/index.vue?vue&type=template&id=82a59c42&
|
|
268
292
|
|
|
269
293
|
// EXTERNAL MODULE: external "element-ui/lib/descriptions"
|
|
270
|
-
var descriptions_ = __webpack_require__(
|
|
294
|
+
var descriptions_ = __webpack_require__(17);
|
|
271
295
|
var descriptions_default = /*#__PURE__*/__webpack_require__.n(descriptions_);
|
|
272
296
|
|
|
273
297
|
// EXTERNAL MODULE: external "element-ui/lib/descriptions-item"
|
|
274
|
-
var descriptions_item_ = __webpack_require__(
|
|
298
|
+
var descriptions_item_ = __webpack_require__(18);
|
|
275
299
|
var descriptions_item_default = /*#__PURE__*/__webpack_require__.n(descriptions_item_);
|
|
276
300
|
|
|
277
301
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/utils/formula"
|
|
@@ -389,49 +413,25 @@ src.install = function (Vue) {
|
|
|
389
413
|
};
|
|
390
414
|
/* harmony default export */ var form_view = __webpack_exports__["default"] = (src);
|
|
391
415
|
|
|
392
|
-
/***/ }),
|
|
393
|
-
/* 7 */
|
|
394
|
-
/***/ (function(module, exports) {
|
|
395
|
-
|
|
396
|
-
module.exports = require("element-ui/lib/tabs");
|
|
397
|
-
|
|
398
|
-
/***/ }),
|
|
399
|
-
/* 8 */
|
|
400
|
-
/***/ (function(module, exports) {
|
|
401
|
-
|
|
402
|
-
module.exports = require("element-ui/lib/tab-pane");
|
|
403
|
-
|
|
404
|
-
/***/ }),
|
|
405
|
-
/* 9 */
|
|
406
|
-
/***/ (function(module, exports) {
|
|
407
|
-
|
|
408
|
-
module.exports = require("element-ui/lib/collapse");
|
|
409
|
-
|
|
410
|
-
/***/ }),
|
|
411
|
-
/* 10 */
|
|
412
|
-
/***/ (function(module, exports) {
|
|
413
|
-
|
|
414
|
-
module.exports = require("element-ui/lib/collapse-item");
|
|
415
|
-
|
|
416
416
|
/***/ }),
|
|
417
417
|
/* 11 */,
|
|
418
418
|
/* 12 */,
|
|
419
419
|
/* 13 */,
|
|
420
420
|
/* 14 */,
|
|
421
421
|
/* 15 */,
|
|
422
|
-
/* 16
|
|
422
|
+
/* 16 */,
|
|
423
|
+
/* 17 */
|
|
423
424
|
/***/ (function(module, exports) {
|
|
424
425
|
|
|
425
426
|
module.exports = require("element-ui/lib/descriptions");
|
|
426
427
|
|
|
427
428
|
/***/ }),
|
|
428
|
-
/*
|
|
429
|
+
/* 18 */
|
|
429
430
|
/***/ (function(module, exports) {
|
|
430
431
|
|
|
431
432
|
module.exports = require("element-ui/lib/descriptions-item");
|
|
432
433
|
|
|
433
434
|
/***/ }),
|
|
434
|
-
/* 18 */,
|
|
435
435
|
/* 19 */,
|
|
436
436
|
/* 20 */
|
|
437
437
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
@@ -445,7 +445,7 @@ var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
|
445
445
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
446
446
|
|
|
447
447
|
// EXTERNAL MODULE: ./src/components/form-view/index.js + 5 modules
|
|
448
|
-
var form_view = __webpack_require__(
|
|
448
|
+
var form_view = __webpack_require__(10);
|
|
449
449
|
|
|
450
450
|
// CONCATENATED MODULE: ./src/components/form-view-group/src/content.js
|
|
451
451
|
|
|
@@ -508,19 +508,19 @@ var form_view = __webpack_require__(6);
|
|
|
508
508
|
}
|
|
509
509
|
});
|
|
510
510
|
// EXTERNAL MODULE: external "element-ui/lib/tabs"
|
|
511
|
-
var tabs_ = __webpack_require__(
|
|
511
|
+
var tabs_ = __webpack_require__(5);
|
|
512
512
|
var tabs_default = /*#__PURE__*/__webpack_require__.n(tabs_);
|
|
513
513
|
|
|
514
514
|
// EXTERNAL MODULE: external "element-ui/lib/tab-pane"
|
|
515
|
-
var tab_pane_ = __webpack_require__(
|
|
515
|
+
var tab_pane_ = __webpack_require__(6);
|
|
516
516
|
var tab_pane_default = /*#__PURE__*/__webpack_require__.n(tab_pane_);
|
|
517
517
|
|
|
518
518
|
// EXTERNAL MODULE: external "element-ui/lib/collapse"
|
|
519
|
-
var collapse_ = __webpack_require__(
|
|
519
|
+
var collapse_ = __webpack_require__(7);
|
|
520
520
|
var collapse_default = /*#__PURE__*/__webpack_require__.n(collapse_);
|
|
521
521
|
|
|
522
522
|
// EXTERNAL MODULE: external "element-ui/lib/collapse-item"
|
|
523
|
-
var collapse_item_ = __webpack_require__(
|
|
523
|
+
var collapse_item_ = __webpack_require__(8);
|
|
524
524
|
var collapse_item_default = /*#__PURE__*/__webpack_require__.n(collapse_item_);
|
|
525
525
|
|
|
526
526
|
// EXTERNAL MODULE: external "lodash"
|