@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 = 29);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -215,6 +215,30 @@ module.exports = require("element-ui/lib/button");
|
|
|
215
215
|
|
|
216
216
|
/***/ }),
|
|
217
217
|
/* 5 */
|
|
218
|
+
/***/ (function(module, exports) {
|
|
219
|
+
|
|
220
|
+
module.exports = require("element-ui/lib/tabs");
|
|
221
|
+
|
|
222
|
+
/***/ }),
|
|
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 */
|
|
218
242
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
219
243
|
|
|
220
244
|
"use strict";
|
|
@@ -292,19 +316,19 @@ render._withStripped = true
|
|
|
292
316
|
// CONCATENATED MODULE: ./src/components/form/src/form.vue?vue&type=template&id=42f43bc0&
|
|
293
317
|
|
|
294
318
|
// EXTERNAL MODULE: external "element-ui/lib/form"
|
|
295
|
-
var form_ = __webpack_require__(
|
|
319
|
+
var form_ = __webpack_require__(13);
|
|
296
320
|
var form_default = /*#__PURE__*/__webpack_require__.n(form_);
|
|
297
321
|
|
|
298
322
|
// EXTERNAL MODULE: external "element-ui/lib/row"
|
|
299
|
-
var row_ = __webpack_require__(
|
|
323
|
+
var row_ = __webpack_require__(14);
|
|
300
324
|
var row_default = /*#__PURE__*/__webpack_require__.n(row_);
|
|
301
325
|
|
|
302
326
|
// EXTERNAL MODULE: external "element-ui/lib/col"
|
|
303
|
-
var col_ = __webpack_require__(
|
|
327
|
+
var col_ = __webpack_require__(15);
|
|
304
328
|
var col_default = /*#__PURE__*/__webpack_require__.n(col_);
|
|
305
329
|
|
|
306
330
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/components/form-item"
|
|
307
|
-
var form_item_ = __webpack_require__(
|
|
331
|
+
var form_item_ = __webpack_require__(16);
|
|
308
332
|
var form_item_default = /*#__PURE__*/__webpack_require__.n(form_item_);
|
|
309
333
|
|
|
310
334
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/utils/formula"
|
|
@@ -477,64 +501,355 @@ src_form.install = function (Vue) {
|
|
|
477
501
|
/* harmony default export */ var components_form = __webpack_exports__["default"] = (src_form);
|
|
478
502
|
|
|
479
503
|
/***/ }),
|
|
480
|
-
/*
|
|
481
|
-
/*
|
|
482
|
-
|
|
504
|
+
/* 10 */,
|
|
505
|
+
/* 11 */,
|
|
506
|
+
/* 12 */
|
|
507
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
483
508
|
|
|
484
|
-
|
|
509
|
+
"use strict";
|
|
485
510
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
511
|
+
// 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&
|
|
512
|
+
var render = function render() {
|
|
513
|
+
var _vm = this,
|
|
514
|
+
_c = _vm._self._c
|
|
515
|
+
return _c(
|
|
516
|
+
"transition",
|
|
517
|
+
{
|
|
518
|
+
attrs: { name: "dialog-fade" },
|
|
519
|
+
on: { "after-enter": _vm.afterEnter, "after-leave": _vm.afterLeave },
|
|
520
|
+
},
|
|
521
|
+
[
|
|
522
|
+
_c(
|
|
523
|
+
"div",
|
|
524
|
+
{
|
|
525
|
+
directives: [
|
|
526
|
+
{
|
|
527
|
+
name: "show",
|
|
528
|
+
rawName: "v-show",
|
|
529
|
+
value: _vm.visible,
|
|
530
|
+
expression: "visible",
|
|
531
|
+
},
|
|
532
|
+
],
|
|
533
|
+
staticClass: "el-dialog__wrapper",
|
|
534
|
+
on: {
|
|
535
|
+
click: function ($event) {
|
|
536
|
+
if ($event.target !== $event.currentTarget) return null
|
|
537
|
+
return _vm.handleWrapperClick.apply(null, arguments)
|
|
538
|
+
},
|
|
539
|
+
},
|
|
540
|
+
},
|
|
541
|
+
[
|
|
542
|
+
_c(
|
|
543
|
+
"div",
|
|
544
|
+
{
|
|
545
|
+
key: _vm.key,
|
|
546
|
+
ref: "dialog",
|
|
547
|
+
class: [
|
|
548
|
+
"el-dialog",
|
|
549
|
+
{
|
|
550
|
+
"is-scroll": _vm.scroll,
|
|
551
|
+
"is-fullscreen": _vm.fullscreen,
|
|
552
|
+
"el-dialog--center": _vm.center,
|
|
553
|
+
},
|
|
554
|
+
_vm.customClass,
|
|
555
|
+
],
|
|
556
|
+
style: _vm.style,
|
|
557
|
+
attrs: {
|
|
558
|
+
role: "dialog",
|
|
559
|
+
"aria-modal": "true",
|
|
560
|
+
"aria-label": _vm.title || "dialog",
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
[
|
|
564
|
+
_c(
|
|
565
|
+
"div",
|
|
566
|
+
{ staticClass: "el-dialog__header" },
|
|
567
|
+
[
|
|
568
|
+
_vm._t("title", function () {
|
|
569
|
+
return [
|
|
570
|
+
_c("span", { staticClass: "el-dialog__title" }, [
|
|
571
|
+
_vm._v(_vm._s(_vm.title)),
|
|
572
|
+
]),
|
|
573
|
+
]
|
|
574
|
+
}),
|
|
575
|
+
_vm.showClose
|
|
576
|
+
? _c(
|
|
577
|
+
"button",
|
|
578
|
+
{
|
|
579
|
+
staticClass: "el-dialog__headerbtn",
|
|
580
|
+
attrs: { type: "button", "aria-label": "Close" },
|
|
581
|
+
on: { click: _vm.handleClose },
|
|
582
|
+
},
|
|
583
|
+
[
|
|
584
|
+
_c("i", {
|
|
585
|
+
staticClass:
|
|
586
|
+
"el-dialog__close el-icon el-icon-close",
|
|
587
|
+
}),
|
|
588
|
+
]
|
|
589
|
+
)
|
|
590
|
+
: _vm._e(),
|
|
591
|
+
],
|
|
592
|
+
2
|
|
593
|
+
),
|
|
594
|
+
_vm.rendered
|
|
595
|
+
? _c(
|
|
596
|
+
"div",
|
|
597
|
+
{ staticClass: "el-dialog__body" },
|
|
598
|
+
[_vm._t("default")],
|
|
599
|
+
2
|
|
600
|
+
)
|
|
601
|
+
: _vm._e(),
|
|
602
|
+
_vm.$slots.footer
|
|
603
|
+
? _c(
|
|
604
|
+
"div",
|
|
605
|
+
{ staticClass: "el-dialog__footer" },
|
|
606
|
+
[_vm._t("footer")],
|
|
607
|
+
2
|
|
608
|
+
)
|
|
609
|
+
: _vm._e(),
|
|
610
|
+
]
|
|
611
|
+
),
|
|
612
|
+
]
|
|
613
|
+
),
|
|
614
|
+
]
|
|
615
|
+
)
|
|
616
|
+
}
|
|
617
|
+
var staticRenderFns = []
|
|
618
|
+
render._withStripped = true
|
|
489
619
|
|
|
490
|
-
module.exports = require("element-ui/lib/tab-pane");
|
|
491
620
|
|
|
492
|
-
|
|
493
|
-
/* 9 */
|
|
494
|
-
/***/ (function(module, exports) {
|
|
621
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue?vue&type=template&id=f33d57c0&
|
|
495
622
|
|
|
496
|
-
|
|
623
|
+
// EXTERNAL MODULE: external "element-ui/src/utils/popup"
|
|
624
|
+
var popup_ = __webpack_require__(21);
|
|
625
|
+
var popup_default = /*#__PURE__*/__webpack_require__.n(popup_);
|
|
497
626
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
627
|
+
// EXTERNAL MODULE: external "element-ui/src/mixins/migrating"
|
|
628
|
+
var migrating_ = __webpack_require__(22);
|
|
629
|
+
var migrating_default = /*#__PURE__*/__webpack_require__.n(migrating_);
|
|
501
630
|
|
|
502
|
-
|
|
631
|
+
// EXTERNAL MODULE: external "element-ui/src/mixins/emitter"
|
|
632
|
+
var emitter_ = __webpack_require__(23);
|
|
633
|
+
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
634
|
+
|
|
635
|
+
// 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&
|
|
503
636
|
|
|
504
|
-
/***/ }),
|
|
505
|
-
/* 11 */,
|
|
506
|
-
/* 12 */
|
|
507
|
-
/***/ (function(module, exports) {
|
|
508
637
|
|
|
509
|
-
|
|
638
|
+
|
|
639
|
+
/* harmony default export */ var srcvue_type_script_lang_js_ = ({
|
|
640
|
+
name: 'Dialog',
|
|
641
|
+
mixins: [popup_default.a, emitter_default.a, migrating_default.a],
|
|
642
|
+
props: {
|
|
643
|
+
title: {
|
|
644
|
+
type: String,
|
|
645
|
+
default: ''
|
|
646
|
+
},
|
|
647
|
+
modal: {
|
|
648
|
+
type: Boolean,
|
|
649
|
+
default: true
|
|
650
|
+
},
|
|
651
|
+
scroll: {
|
|
652
|
+
type: Boolean,
|
|
653
|
+
default: true
|
|
654
|
+
},
|
|
655
|
+
modalAppendToBody: {
|
|
656
|
+
type: Boolean,
|
|
657
|
+
default: true
|
|
658
|
+
},
|
|
659
|
+
appendToBody: {
|
|
660
|
+
type: Boolean,
|
|
661
|
+
default: false
|
|
662
|
+
},
|
|
663
|
+
lockScroll: {
|
|
664
|
+
type: Boolean,
|
|
665
|
+
default: true
|
|
666
|
+
},
|
|
667
|
+
closeOnClickModal: {
|
|
668
|
+
type: Boolean,
|
|
669
|
+
default: true
|
|
670
|
+
},
|
|
671
|
+
closeOnPressEscape: {
|
|
672
|
+
type: Boolean,
|
|
673
|
+
default: true
|
|
674
|
+
},
|
|
675
|
+
showClose: {
|
|
676
|
+
type: Boolean,
|
|
677
|
+
default: true
|
|
678
|
+
},
|
|
679
|
+
width: String,
|
|
680
|
+
fullscreen: Boolean,
|
|
681
|
+
customClass: {
|
|
682
|
+
type: String,
|
|
683
|
+
default: ''
|
|
684
|
+
},
|
|
685
|
+
top: {
|
|
686
|
+
type: String,
|
|
687
|
+
default: '15vh'
|
|
688
|
+
},
|
|
689
|
+
beforeClose: Function,
|
|
690
|
+
center: {
|
|
691
|
+
type: Boolean,
|
|
692
|
+
default: false
|
|
693
|
+
},
|
|
694
|
+
destroyOnClose: Boolean
|
|
695
|
+
},
|
|
696
|
+
data: function data() {
|
|
697
|
+
return {
|
|
698
|
+
closed: false,
|
|
699
|
+
key: 0
|
|
700
|
+
};
|
|
701
|
+
},
|
|
702
|
+
watch: {
|
|
703
|
+
visible: function visible(val) {
|
|
704
|
+
var _this = this;
|
|
705
|
+
if (val) {
|
|
706
|
+
this.closed = false;
|
|
707
|
+
this.$emit('open');
|
|
708
|
+
this.$el.addEventListener('scroll', this.updatePopper);
|
|
709
|
+
this.$nextTick(function () {
|
|
710
|
+
_this.$refs.dialog.scrollTop = 0;
|
|
711
|
+
});
|
|
712
|
+
if (this.appendToBody) {
|
|
713
|
+
document.body.appendChild(this.$el);
|
|
714
|
+
}
|
|
715
|
+
} else {
|
|
716
|
+
this.$el.removeEventListener('scroll', this.updatePopper);
|
|
717
|
+
if (!this.closed) this.$emit('close');
|
|
718
|
+
if (this.destroyOnClose) {
|
|
719
|
+
this.$nextTick(function () {
|
|
720
|
+
_this.key++;
|
|
721
|
+
});
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
computed: {
|
|
727
|
+
style: function style() {
|
|
728
|
+
var style = {};
|
|
729
|
+
if (!this.fullscreen) {
|
|
730
|
+
style.marginTop = this.top;
|
|
731
|
+
if (this.width) {
|
|
732
|
+
style.width = this.width;
|
|
733
|
+
}
|
|
734
|
+
if (this.scroll) {
|
|
735
|
+
style.maxHeight = "calc(100vh - " + this.top + " * 2)";
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
return style;
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
methods: {
|
|
742
|
+
getMigratingConfig: function getMigratingConfig() {
|
|
743
|
+
return {
|
|
744
|
+
props: {
|
|
745
|
+
'size': 'size is removed.'
|
|
746
|
+
}
|
|
747
|
+
};
|
|
748
|
+
},
|
|
749
|
+
handleWrapperClick: function handleWrapperClick() {
|
|
750
|
+
if (!this.closeOnClickModal) return;
|
|
751
|
+
this.handleClose();
|
|
752
|
+
},
|
|
753
|
+
handleClose: function handleClose() {
|
|
754
|
+
if (typeof this.beforeClose === 'function') {
|
|
755
|
+
this.beforeClose(this.hide);
|
|
756
|
+
} else {
|
|
757
|
+
this.hide();
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
hide: function hide(cancel) {
|
|
761
|
+
if (cancel !== false) {
|
|
762
|
+
this.$emit('update:visible', false);
|
|
763
|
+
this.$emit('close');
|
|
764
|
+
this.closed = true;
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
updatePopper: function updatePopper() {
|
|
768
|
+
this.broadcast('ElSelectDropdown', 'updatePopper');
|
|
769
|
+
this.broadcast('ElDropdownMenu', 'updatePopper');
|
|
770
|
+
},
|
|
771
|
+
afterEnter: function afterEnter() {
|
|
772
|
+
this.$emit('opened');
|
|
773
|
+
},
|
|
774
|
+
afterLeave: function afterLeave() {
|
|
775
|
+
this.$emit('closed');
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
mounted: function mounted() {
|
|
779
|
+
if (this.visible) {
|
|
780
|
+
this.rendered = true;
|
|
781
|
+
this.open();
|
|
782
|
+
if (this.appendToBody) {
|
|
783
|
+
document.body.appendChild(this.$el);
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
destroyed: function destroyed() {
|
|
788
|
+
// if appendToBody is true, remove DOM node after destroy
|
|
789
|
+
if (this.appendToBody && this.$el && this.$el.parentNode) {
|
|
790
|
+
this.$el.parentNode.removeChild(this.$el);
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
});
|
|
794
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue?vue&type=script&lang=js&
|
|
795
|
+
/* harmony default export */ var dialog_srcvue_type_script_lang_js_ = (srcvue_type_script_lang_js_);
|
|
796
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
797
|
+
var componentNormalizer = __webpack_require__(1);
|
|
798
|
+
|
|
799
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
/* normalize component */
|
|
806
|
+
|
|
807
|
+
var component = Object(componentNormalizer["a" /* default */])(
|
|
808
|
+
dialog_srcvue_type_script_lang_js_,
|
|
809
|
+
render,
|
|
810
|
+
staticRenderFns,
|
|
811
|
+
false,
|
|
812
|
+
null,
|
|
813
|
+
null,
|
|
814
|
+
null
|
|
815
|
+
|
|
816
|
+
)
|
|
817
|
+
|
|
818
|
+
/* harmony default export */ var src = (component.exports);
|
|
819
|
+
// CONCATENATED MODULE: ./src/components/dialog/index.js
|
|
820
|
+
|
|
821
|
+
src.install = function (Vue) {
|
|
822
|
+
Vue.component(src.name, src);
|
|
823
|
+
};
|
|
824
|
+
/* harmony default export */ var dialog = __webpack_exports__["a"] = (src);
|
|
510
825
|
|
|
511
826
|
/***/ }),
|
|
512
827
|
/* 13 */
|
|
513
828
|
/***/ (function(module, exports) {
|
|
514
829
|
|
|
515
|
-
module.exports = require("element-ui/lib/
|
|
830
|
+
module.exports = require("element-ui/lib/form");
|
|
516
831
|
|
|
517
832
|
/***/ }),
|
|
518
833
|
/* 14 */
|
|
519
834
|
/***/ (function(module, exports) {
|
|
520
835
|
|
|
521
|
-
module.exports = require("element-ui/lib/
|
|
836
|
+
module.exports = require("element-ui/lib/row");
|
|
522
837
|
|
|
523
838
|
/***/ }),
|
|
524
839
|
/* 15 */
|
|
525
840
|
/***/ (function(module, exports) {
|
|
526
841
|
|
|
527
|
-
module.exports = require("
|
|
842
|
+
module.exports = require("element-ui/lib/col");
|
|
528
843
|
|
|
529
844
|
/***/ }),
|
|
530
|
-
/* 16
|
|
531
|
-
/* 17 */,
|
|
532
|
-
/* 18 */
|
|
845
|
+
/* 16 */
|
|
533
846
|
/***/ (function(module, exports) {
|
|
534
847
|
|
|
535
|
-
module.exports = require("
|
|
848
|
+
module.exports = require("@panpanzhao/component-ui/lib/components/form-item");
|
|
536
849
|
|
|
537
850
|
/***/ }),
|
|
851
|
+
/* 17 */,
|
|
852
|
+
/* 18 */,
|
|
538
853
|
/* 19 */
|
|
539
854
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
540
855
|
|
|
@@ -547,7 +862,7 @@ var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
|
547
862
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
548
863
|
|
|
549
864
|
// EXTERNAL MODULE: ./src/components/form/index.js + 5 modules
|
|
550
|
-
var components_form = __webpack_require__(
|
|
865
|
+
var components_form = __webpack_require__(9);
|
|
551
866
|
|
|
552
867
|
// CONCATENATED MODULE: ./src/components/form-group/src/content.js
|
|
553
868
|
|
|
@@ -629,19 +944,19 @@ var components_form = __webpack_require__(5);
|
|
|
629
944
|
}
|
|
630
945
|
});
|
|
631
946
|
// EXTERNAL MODULE: external "element-ui/lib/tabs"
|
|
632
|
-
var tabs_ = __webpack_require__(
|
|
947
|
+
var tabs_ = __webpack_require__(5);
|
|
633
948
|
var tabs_default = /*#__PURE__*/__webpack_require__.n(tabs_);
|
|
634
949
|
|
|
635
950
|
// EXTERNAL MODULE: external "element-ui/lib/tab-pane"
|
|
636
|
-
var tab_pane_ = __webpack_require__(
|
|
951
|
+
var tab_pane_ = __webpack_require__(6);
|
|
637
952
|
var tab_pane_default = /*#__PURE__*/__webpack_require__.n(tab_pane_);
|
|
638
953
|
|
|
639
954
|
// EXTERNAL MODULE: external "element-ui/lib/collapse"
|
|
640
|
-
var collapse_ = __webpack_require__(
|
|
955
|
+
var collapse_ = __webpack_require__(7);
|
|
641
956
|
var collapse_default = /*#__PURE__*/__webpack_require__.n(collapse_);
|
|
642
957
|
|
|
643
958
|
// EXTERNAL MODULE: external "element-ui/lib/collapse-item"
|
|
644
|
-
var collapse_item_ = __webpack_require__(
|
|
959
|
+
var collapse_item_ = __webpack_require__(8);
|
|
645
960
|
var collapse_item_default = /*#__PURE__*/__webpack_require__.n(collapse_item_);
|
|
646
961
|
|
|
647
962
|
// CONCATENATED MODULE: ./src/components/form-group/src/index.js
|
|
@@ -896,11 +1211,30 @@ src.install = function (Vue) {
|
|
|
896
1211
|
|
|
897
1212
|
/***/ }),
|
|
898
1213
|
/* 20 */,
|
|
899
|
-
/* 21
|
|
900
|
-
|
|
901
|
-
|
|
1214
|
+
/* 21 */
|
|
1215
|
+
/***/ (function(module, exports) {
|
|
1216
|
+
|
|
1217
|
+
module.exports = require("element-ui/src/utils/popup");
|
|
1218
|
+
|
|
1219
|
+
/***/ }),
|
|
1220
|
+
/* 22 */
|
|
1221
|
+
/***/ (function(module, exports) {
|
|
1222
|
+
|
|
1223
|
+
module.exports = require("element-ui/src/mixins/migrating");
|
|
1224
|
+
|
|
1225
|
+
/***/ }),
|
|
1226
|
+
/* 23 */
|
|
1227
|
+
/***/ (function(module, exports) {
|
|
1228
|
+
|
|
1229
|
+
module.exports = require("element-ui/src/mixins/emitter");
|
|
1230
|
+
|
|
1231
|
+
/***/ }),
|
|
902
1232
|
/* 24 */,
|
|
903
|
-
/* 25
|
|
1233
|
+
/* 25 */,
|
|
1234
|
+
/* 26 */,
|
|
1235
|
+
/* 27 */,
|
|
1236
|
+
/* 28 */,
|
|
1237
|
+
/* 29 */
|
|
904
1238
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
905
1239
|
|
|
906
1240
|
"use strict";
|
|
@@ -911,16 +1245,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
911
1245
|
var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
912
1246
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
913
1247
|
|
|
914
|
-
// EXTERNAL MODULE:
|
|
915
|
-
var
|
|
916
|
-
var dialog_default = /*#__PURE__*/__webpack_require__.n(dialog_);
|
|
1248
|
+
// EXTERNAL MODULE: ./src/components/dialog/index.js + 5 modules
|
|
1249
|
+
var dialog = __webpack_require__(12);
|
|
917
1250
|
|
|
918
1251
|
// EXTERNAL MODULE: external "element-ui/lib/button"
|
|
919
1252
|
var button_ = __webpack_require__(4);
|
|
920
1253
|
var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
921
1254
|
|
|
922
1255
|
// EXTERNAL MODULE: ./src/components/form/index.js + 5 modules
|
|
923
|
-
var components_form = __webpack_require__(
|
|
1256
|
+
var components_form = __webpack_require__(9);
|
|
924
1257
|
|
|
925
1258
|
// EXTERNAL MODULE: ./src/components/form-group/index.js + 2 modules
|
|
926
1259
|
var form_group = __webpack_require__(19);
|
|
@@ -949,7 +1282,7 @@ var external_lodash_ = __webpack_require__(3);
|
|
|
949
1282
|
components: {
|
|
950
1283
|
Form: components_form["default"],
|
|
951
1284
|
FormGroup: form_group["default"],
|
|
952
|
-
|
|
1285
|
+
Dialog: dialog["a" /* default */],
|
|
953
1286
|
Tool: {
|
|
954
1287
|
components: {
|
|
955
1288
|
elButton: button_default.a
|
|
@@ -1153,7 +1486,7 @@ var external_lodash_ = __webpack_require__(3);
|
|
|
1153
1486
|
}
|
|
1154
1487
|
})
|
|
1155
1488
|
};
|
|
1156
|
-
return h(
|
|
1489
|
+
return h(dialog["a" /* default */], babel_helper_vue_jsx_merge_props_default()([{}, param]), [h("template", {
|
|
1157
1490
|
"slot": "title",
|
|
1158
1491
|
"class": "dialog-title"
|
|
1159
1492
|
}, [this.renderTitle(h)]), h("template", {
|
|
@@ -205,6 +205,30 @@ module.exports = require("@panpanzhao/component-ui/lib/utils/formula");
|
|
|
205
205
|
/* 3 */,
|
|
206
206
|
/* 4 */,
|
|
207
207
|
/* 5 */
|
|
208
|
+
/***/ (function(module, exports) {
|
|
209
|
+
|
|
210
|
+
module.exports = require("element-ui/lib/tabs");
|
|
211
|
+
|
|
212
|
+
/***/ }),
|
|
213
|
+
/* 6 */
|
|
214
|
+
/***/ (function(module, exports) {
|
|
215
|
+
|
|
216
|
+
module.exports = require("element-ui/lib/tab-pane");
|
|
217
|
+
|
|
218
|
+
/***/ }),
|
|
219
|
+
/* 7 */
|
|
220
|
+
/***/ (function(module, exports) {
|
|
221
|
+
|
|
222
|
+
module.exports = require("element-ui/lib/collapse");
|
|
223
|
+
|
|
224
|
+
/***/ }),
|
|
225
|
+
/* 8 */
|
|
226
|
+
/***/ (function(module, exports) {
|
|
227
|
+
|
|
228
|
+
module.exports = require("element-ui/lib/collapse-item");
|
|
229
|
+
|
|
230
|
+
/***/ }),
|
|
231
|
+
/* 9 */
|
|
208
232
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
209
233
|
|
|
210
234
|
"use strict";
|
|
@@ -282,19 +306,19 @@ render._withStripped = true
|
|
|
282
306
|
// CONCATENATED MODULE: ./src/components/form/src/form.vue?vue&type=template&id=42f43bc0&
|
|
283
307
|
|
|
284
308
|
// EXTERNAL MODULE: external "element-ui/lib/form"
|
|
285
|
-
var form_ = __webpack_require__(
|
|
309
|
+
var form_ = __webpack_require__(13);
|
|
286
310
|
var form_default = /*#__PURE__*/__webpack_require__.n(form_);
|
|
287
311
|
|
|
288
312
|
// EXTERNAL MODULE: external "element-ui/lib/row"
|
|
289
|
-
var row_ = __webpack_require__(
|
|
313
|
+
var row_ = __webpack_require__(14);
|
|
290
314
|
var row_default = /*#__PURE__*/__webpack_require__.n(row_);
|
|
291
315
|
|
|
292
316
|
// EXTERNAL MODULE: external "element-ui/lib/col"
|
|
293
|
-
var col_ = __webpack_require__(
|
|
317
|
+
var col_ = __webpack_require__(15);
|
|
294
318
|
var col_default = /*#__PURE__*/__webpack_require__.n(col_);
|
|
295
319
|
|
|
296
320
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/components/form-item"
|
|
297
|
-
var form_item_ = __webpack_require__(
|
|
321
|
+
var form_item_ = __webpack_require__(16);
|
|
298
322
|
var form_item_default = /*#__PURE__*/__webpack_require__.n(form_item_);
|
|
299
323
|
|
|
300
324
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/utils/formula"
|
|
@@ -467,57 +491,33 @@ src_form.install = function (Vue) {
|
|
|
467
491
|
/* harmony default export */ var components_form = __webpack_exports__["default"] = (src_form);
|
|
468
492
|
|
|
469
493
|
/***/ }),
|
|
470
|
-
/*
|
|
471
|
-
/* 7 */
|
|
472
|
-
/***/ (function(module, exports) {
|
|
473
|
-
|
|
474
|
-
module.exports = require("element-ui/lib/tabs");
|
|
475
|
-
|
|
476
|
-
/***/ }),
|
|
477
|
-
/* 8 */
|
|
478
|
-
/***/ (function(module, exports) {
|
|
479
|
-
|
|
480
|
-
module.exports = require("element-ui/lib/tab-pane");
|
|
481
|
-
|
|
482
|
-
/***/ }),
|
|
483
|
-
/* 9 */
|
|
484
|
-
/***/ (function(module, exports) {
|
|
485
|
-
|
|
486
|
-
module.exports = require("element-ui/lib/collapse");
|
|
487
|
-
|
|
488
|
-
/***/ }),
|
|
489
|
-
/* 10 */
|
|
490
|
-
/***/ (function(module, exports) {
|
|
491
|
-
|
|
492
|
-
module.exports = require("element-ui/lib/collapse-item");
|
|
493
|
-
|
|
494
|
-
/***/ }),
|
|
494
|
+
/* 10 */,
|
|
495
495
|
/* 11 */,
|
|
496
|
-
/* 12
|
|
496
|
+
/* 12 */,
|
|
497
|
+
/* 13 */
|
|
497
498
|
/***/ (function(module, exports) {
|
|
498
499
|
|
|
499
500
|
module.exports = require("element-ui/lib/form");
|
|
500
501
|
|
|
501
502
|
/***/ }),
|
|
502
|
-
/*
|
|
503
|
+
/* 14 */
|
|
503
504
|
/***/ (function(module, exports) {
|
|
504
505
|
|
|
505
506
|
module.exports = require("element-ui/lib/row");
|
|
506
507
|
|
|
507
508
|
/***/ }),
|
|
508
|
-
/*
|
|
509
|
+
/* 15 */
|
|
509
510
|
/***/ (function(module, exports) {
|
|
510
511
|
|
|
511
512
|
module.exports = require("element-ui/lib/col");
|
|
512
513
|
|
|
513
514
|
/***/ }),
|
|
514
|
-
/*
|
|
515
|
+
/* 16 */
|
|
515
516
|
/***/ (function(module, exports) {
|
|
516
517
|
|
|
517
518
|
module.exports = require("@panpanzhao/component-ui/lib/components/form-item");
|
|
518
519
|
|
|
519
520
|
/***/ }),
|
|
520
|
-
/* 16 */,
|
|
521
521
|
/* 17 */,
|
|
522
522
|
/* 18 */,
|
|
523
523
|
/* 19 */
|
|
@@ -532,7 +532,7 @@ var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
|
532
532
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
533
533
|
|
|
534
534
|
// EXTERNAL MODULE: ./src/components/form/index.js + 5 modules
|
|
535
|
-
var components_form = __webpack_require__(
|
|
535
|
+
var components_form = __webpack_require__(9);
|
|
536
536
|
|
|
537
537
|
// CONCATENATED MODULE: ./src/components/form-group/src/content.js
|
|
538
538
|
|
|
@@ -614,19 +614,19 @@ var components_form = __webpack_require__(5);
|
|
|
614
614
|
}
|
|
615
615
|
});
|
|
616
616
|
// EXTERNAL MODULE: external "element-ui/lib/tabs"
|
|
617
|
-
var tabs_ = __webpack_require__(
|
|
617
|
+
var tabs_ = __webpack_require__(5);
|
|
618
618
|
var tabs_default = /*#__PURE__*/__webpack_require__.n(tabs_);
|
|
619
619
|
|
|
620
620
|
// EXTERNAL MODULE: external "element-ui/lib/tab-pane"
|
|
621
|
-
var tab_pane_ = __webpack_require__(
|
|
621
|
+
var tab_pane_ = __webpack_require__(6);
|
|
622
622
|
var tab_pane_default = /*#__PURE__*/__webpack_require__.n(tab_pane_);
|
|
623
623
|
|
|
624
624
|
// EXTERNAL MODULE: external "element-ui/lib/collapse"
|
|
625
|
-
var collapse_ = __webpack_require__(
|
|
625
|
+
var collapse_ = __webpack_require__(7);
|
|
626
626
|
var collapse_default = /*#__PURE__*/__webpack_require__.n(collapse_);
|
|
627
627
|
|
|
628
628
|
// EXTERNAL MODULE: external "element-ui/lib/collapse-item"
|
|
629
|
-
var collapse_item_ = __webpack_require__(
|
|
629
|
+
var collapse_item_ = __webpack_require__(8);
|
|
630
630
|
var collapse_item_default = /*#__PURE__*/__webpack_require__.n(collapse_item_);
|
|
631
631
|
|
|
632
632
|
// CONCATENATED MODULE: ./src/components/form-group/src/index.js
|