@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
package/lib/components/crud.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 75);
|
|
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,7 +501,7 @@ src_form.install = function (Vue) {
|
|
|
477
501
|
/* harmony default export */ var components_form = __webpack_exports__["default"] = (src_form);
|
|
478
502
|
|
|
479
503
|
/***/ }),
|
|
480
|
-
/*
|
|
504
|
+
/* 10 */
|
|
481
505
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
482
506
|
|
|
483
507
|
"use strict";
|
|
@@ -534,11 +558,11 @@ render._withStripped = true
|
|
|
534
558
|
// CONCATENATED MODULE: ./src/components/form-view/src/index.vue?vue&type=template&id=82a59c42&
|
|
535
559
|
|
|
536
560
|
// EXTERNAL MODULE: external "element-ui/lib/descriptions"
|
|
537
|
-
var descriptions_ = __webpack_require__(
|
|
561
|
+
var descriptions_ = __webpack_require__(17);
|
|
538
562
|
var descriptions_default = /*#__PURE__*/__webpack_require__.n(descriptions_);
|
|
539
563
|
|
|
540
564
|
// EXTERNAL MODULE: external "element-ui/lib/descriptions-item"
|
|
541
|
-
var descriptions_item_ = __webpack_require__(
|
|
565
|
+
var descriptions_item_ = __webpack_require__(18);
|
|
542
566
|
var descriptions_item_default = /*#__PURE__*/__webpack_require__.n(descriptions_item_);
|
|
543
567
|
|
|
544
568
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/utils/formula"
|
|
@@ -657,71 +681,362 @@ src.install = function (Vue) {
|
|
|
657
681
|
/* harmony default export */ var form_view = __webpack_exports__["default"] = (src);
|
|
658
682
|
|
|
659
683
|
/***/ }),
|
|
660
|
-
/*
|
|
661
|
-
|
|
684
|
+
/* 11 */,
|
|
685
|
+
/* 12 */
|
|
686
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
662
687
|
|
|
663
|
-
|
|
688
|
+
"use strict";
|
|
664
689
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
690
|
+
// 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&
|
|
691
|
+
var render = function render() {
|
|
692
|
+
var _vm = this,
|
|
693
|
+
_c = _vm._self._c
|
|
694
|
+
return _c(
|
|
695
|
+
"transition",
|
|
696
|
+
{
|
|
697
|
+
attrs: { name: "dialog-fade" },
|
|
698
|
+
on: { "after-enter": _vm.afterEnter, "after-leave": _vm.afterLeave },
|
|
699
|
+
},
|
|
700
|
+
[
|
|
701
|
+
_c(
|
|
702
|
+
"div",
|
|
703
|
+
{
|
|
704
|
+
directives: [
|
|
705
|
+
{
|
|
706
|
+
name: "show",
|
|
707
|
+
rawName: "v-show",
|
|
708
|
+
value: _vm.visible,
|
|
709
|
+
expression: "visible",
|
|
710
|
+
},
|
|
711
|
+
],
|
|
712
|
+
staticClass: "el-dialog__wrapper",
|
|
713
|
+
on: {
|
|
714
|
+
click: function ($event) {
|
|
715
|
+
if ($event.target !== $event.currentTarget) return null
|
|
716
|
+
return _vm.handleWrapperClick.apply(null, arguments)
|
|
717
|
+
},
|
|
718
|
+
},
|
|
719
|
+
},
|
|
720
|
+
[
|
|
721
|
+
_c(
|
|
722
|
+
"div",
|
|
723
|
+
{
|
|
724
|
+
key: _vm.key,
|
|
725
|
+
ref: "dialog",
|
|
726
|
+
class: [
|
|
727
|
+
"el-dialog",
|
|
728
|
+
{
|
|
729
|
+
"is-scroll": _vm.scroll,
|
|
730
|
+
"is-fullscreen": _vm.fullscreen,
|
|
731
|
+
"el-dialog--center": _vm.center,
|
|
732
|
+
},
|
|
733
|
+
_vm.customClass,
|
|
734
|
+
],
|
|
735
|
+
style: _vm.style,
|
|
736
|
+
attrs: {
|
|
737
|
+
role: "dialog",
|
|
738
|
+
"aria-modal": "true",
|
|
739
|
+
"aria-label": _vm.title || "dialog",
|
|
740
|
+
},
|
|
741
|
+
},
|
|
742
|
+
[
|
|
743
|
+
_c(
|
|
744
|
+
"div",
|
|
745
|
+
{ staticClass: "el-dialog__header" },
|
|
746
|
+
[
|
|
747
|
+
_vm._t("title", function () {
|
|
748
|
+
return [
|
|
749
|
+
_c("span", { staticClass: "el-dialog__title" }, [
|
|
750
|
+
_vm._v(_vm._s(_vm.title)),
|
|
751
|
+
]),
|
|
752
|
+
]
|
|
753
|
+
}),
|
|
754
|
+
_vm.showClose
|
|
755
|
+
? _c(
|
|
756
|
+
"button",
|
|
757
|
+
{
|
|
758
|
+
staticClass: "el-dialog__headerbtn",
|
|
759
|
+
attrs: { type: "button", "aria-label": "Close" },
|
|
760
|
+
on: { click: _vm.handleClose },
|
|
761
|
+
},
|
|
762
|
+
[
|
|
763
|
+
_c("i", {
|
|
764
|
+
staticClass:
|
|
765
|
+
"el-dialog__close el-icon el-icon-close",
|
|
766
|
+
}),
|
|
767
|
+
]
|
|
768
|
+
)
|
|
769
|
+
: _vm._e(),
|
|
770
|
+
],
|
|
771
|
+
2
|
|
772
|
+
),
|
|
773
|
+
_vm.rendered
|
|
774
|
+
? _c(
|
|
775
|
+
"div",
|
|
776
|
+
{ staticClass: "el-dialog__body" },
|
|
777
|
+
[_vm._t("default")],
|
|
778
|
+
2
|
|
779
|
+
)
|
|
780
|
+
: _vm._e(),
|
|
781
|
+
_vm.$slots.footer
|
|
782
|
+
? _c(
|
|
783
|
+
"div",
|
|
784
|
+
{ staticClass: "el-dialog__footer" },
|
|
785
|
+
[_vm._t("footer")],
|
|
786
|
+
2
|
|
787
|
+
)
|
|
788
|
+
: _vm._e(),
|
|
789
|
+
]
|
|
790
|
+
),
|
|
791
|
+
]
|
|
792
|
+
),
|
|
793
|
+
]
|
|
794
|
+
)
|
|
795
|
+
}
|
|
796
|
+
var staticRenderFns = []
|
|
797
|
+
render._withStripped = true
|
|
668
798
|
|
|
669
|
-
module.exports = require("element-ui/lib/tab-pane");
|
|
670
799
|
|
|
671
|
-
|
|
672
|
-
/* 9 */
|
|
673
|
-
/***/ (function(module, exports) {
|
|
800
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue?vue&type=template&id=f33d57c0&
|
|
674
801
|
|
|
675
|
-
|
|
802
|
+
// EXTERNAL MODULE: external "element-ui/src/utils/popup"
|
|
803
|
+
var popup_ = __webpack_require__(21);
|
|
804
|
+
var popup_default = /*#__PURE__*/__webpack_require__.n(popup_);
|
|
676
805
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
806
|
+
// EXTERNAL MODULE: external "element-ui/src/mixins/migrating"
|
|
807
|
+
var migrating_ = __webpack_require__(22);
|
|
808
|
+
var migrating_default = /*#__PURE__*/__webpack_require__.n(migrating_);
|
|
680
809
|
|
|
681
|
-
|
|
810
|
+
// EXTERNAL MODULE: external "element-ui/src/mixins/emitter"
|
|
811
|
+
var emitter_ = __webpack_require__(23);
|
|
812
|
+
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
682
813
|
|
|
683
|
-
|
|
684
|
-
/* 11 */,
|
|
685
|
-
/* 12 */
|
|
686
|
-
/***/ (function(module, exports) {
|
|
814
|
+
// 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&
|
|
687
815
|
|
|
688
|
-
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
/* harmony default export */ var srcvue_type_script_lang_js_ = ({
|
|
819
|
+
name: 'Dialog',
|
|
820
|
+
mixins: [popup_default.a, emitter_default.a, migrating_default.a],
|
|
821
|
+
props: {
|
|
822
|
+
title: {
|
|
823
|
+
type: String,
|
|
824
|
+
default: ''
|
|
825
|
+
},
|
|
826
|
+
modal: {
|
|
827
|
+
type: Boolean,
|
|
828
|
+
default: true
|
|
829
|
+
},
|
|
830
|
+
scroll: {
|
|
831
|
+
type: Boolean,
|
|
832
|
+
default: true
|
|
833
|
+
},
|
|
834
|
+
modalAppendToBody: {
|
|
835
|
+
type: Boolean,
|
|
836
|
+
default: true
|
|
837
|
+
},
|
|
838
|
+
appendToBody: {
|
|
839
|
+
type: Boolean,
|
|
840
|
+
default: false
|
|
841
|
+
},
|
|
842
|
+
lockScroll: {
|
|
843
|
+
type: Boolean,
|
|
844
|
+
default: true
|
|
845
|
+
},
|
|
846
|
+
closeOnClickModal: {
|
|
847
|
+
type: Boolean,
|
|
848
|
+
default: true
|
|
849
|
+
},
|
|
850
|
+
closeOnPressEscape: {
|
|
851
|
+
type: Boolean,
|
|
852
|
+
default: true
|
|
853
|
+
},
|
|
854
|
+
showClose: {
|
|
855
|
+
type: Boolean,
|
|
856
|
+
default: true
|
|
857
|
+
},
|
|
858
|
+
width: String,
|
|
859
|
+
fullscreen: Boolean,
|
|
860
|
+
customClass: {
|
|
861
|
+
type: String,
|
|
862
|
+
default: ''
|
|
863
|
+
},
|
|
864
|
+
top: {
|
|
865
|
+
type: String,
|
|
866
|
+
default: '15vh'
|
|
867
|
+
},
|
|
868
|
+
beforeClose: Function,
|
|
869
|
+
center: {
|
|
870
|
+
type: Boolean,
|
|
871
|
+
default: false
|
|
872
|
+
},
|
|
873
|
+
destroyOnClose: Boolean
|
|
874
|
+
},
|
|
875
|
+
data: function data() {
|
|
876
|
+
return {
|
|
877
|
+
closed: false,
|
|
878
|
+
key: 0
|
|
879
|
+
};
|
|
880
|
+
},
|
|
881
|
+
watch: {
|
|
882
|
+
visible: function visible(val) {
|
|
883
|
+
var _this = this;
|
|
884
|
+
if (val) {
|
|
885
|
+
this.closed = false;
|
|
886
|
+
this.$emit('open');
|
|
887
|
+
this.$el.addEventListener('scroll', this.updatePopper);
|
|
888
|
+
this.$nextTick(function () {
|
|
889
|
+
_this.$refs.dialog.scrollTop = 0;
|
|
890
|
+
});
|
|
891
|
+
if (this.appendToBody) {
|
|
892
|
+
document.body.appendChild(this.$el);
|
|
893
|
+
}
|
|
894
|
+
} else {
|
|
895
|
+
this.$el.removeEventListener('scroll', this.updatePopper);
|
|
896
|
+
if (!this.closed) this.$emit('close');
|
|
897
|
+
if (this.destroyOnClose) {
|
|
898
|
+
this.$nextTick(function () {
|
|
899
|
+
_this.key++;
|
|
900
|
+
});
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
computed: {
|
|
906
|
+
style: function style() {
|
|
907
|
+
var style = {};
|
|
908
|
+
if (!this.fullscreen) {
|
|
909
|
+
style.marginTop = this.top;
|
|
910
|
+
if (this.width) {
|
|
911
|
+
style.width = this.width;
|
|
912
|
+
}
|
|
913
|
+
if (this.scroll) {
|
|
914
|
+
style.maxHeight = "calc(100vh - " + this.top + " * 2)";
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
return style;
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
methods: {
|
|
921
|
+
getMigratingConfig: function getMigratingConfig() {
|
|
922
|
+
return {
|
|
923
|
+
props: {
|
|
924
|
+
'size': 'size is removed.'
|
|
925
|
+
}
|
|
926
|
+
};
|
|
927
|
+
},
|
|
928
|
+
handleWrapperClick: function handleWrapperClick() {
|
|
929
|
+
if (!this.closeOnClickModal) return;
|
|
930
|
+
this.handleClose();
|
|
931
|
+
},
|
|
932
|
+
handleClose: function handleClose() {
|
|
933
|
+
if (typeof this.beforeClose === 'function') {
|
|
934
|
+
this.beforeClose(this.hide);
|
|
935
|
+
} else {
|
|
936
|
+
this.hide();
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
hide: function hide(cancel) {
|
|
940
|
+
if (cancel !== false) {
|
|
941
|
+
this.$emit('update:visible', false);
|
|
942
|
+
this.$emit('close');
|
|
943
|
+
this.closed = true;
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
updatePopper: function updatePopper() {
|
|
947
|
+
this.broadcast('ElSelectDropdown', 'updatePopper');
|
|
948
|
+
this.broadcast('ElDropdownMenu', 'updatePopper');
|
|
949
|
+
},
|
|
950
|
+
afterEnter: function afterEnter() {
|
|
951
|
+
this.$emit('opened');
|
|
952
|
+
},
|
|
953
|
+
afterLeave: function afterLeave() {
|
|
954
|
+
this.$emit('closed');
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
mounted: function mounted() {
|
|
958
|
+
if (this.visible) {
|
|
959
|
+
this.rendered = true;
|
|
960
|
+
this.open();
|
|
961
|
+
if (this.appendToBody) {
|
|
962
|
+
document.body.appendChild(this.$el);
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
destroyed: function destroyed() {
|
|
967
|
+
// if appendToBody is true, remove DOM node after destroy
|
|
968
|
+
if (this.appendToBody && this.$el && this.$el.parentNode) {
|
|
969
|
+
this.$el.parentNode.removeChild(this.$el);
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
});
|
|
973
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue?vue&type=script&lang=js&
|
|
974
|
+
/* harmony default export */ var dialog_srcvue_type_script_lang_js_ = (srcvue_type_script_lang_js_);
|
|
975
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
976
|
+
var componentNormalizer = __webpack_require__(1);
|
|
977
|
+
|
|
978
|
+
// CONCATENATED MODULE: ./src/components/dialog/src/index.vue
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
/* normalize component */
|
|
985
|
+
|
|
986
|
+
var component = Object(componentNormalizer["a" /* default */])(
|
|
987
|
+
dialog_srcvue_type_script_lang_js_,
|
|
988
|
+
render,
|
|
989
|
+
staticRenderFns,
|
|
990
|
+
false,
|
|
991
|
+
null,
|
|
992
|
+
null,
|
|
993
|
+
null
|
|
994
|
+
|
|
995
|
+
)
|
|
996
|
+
|
|
997
|
+
/* harmony default export */ var src = (component.exports);
|
|
998
|
+
// CONCATENATED MODULE: ./src/components/dialog/index.js
|
|
999
|
+
|
|
1000
|
+
src.install = function (Vue) {
|
|
1001
|
+
Vue.component(src.name, src);
|
|
1002
|
+
};
|
|
1003
|
+
/* harmony default export */ var dialog = __webpack_exports__["a"] = (src);
|
|
689
1004
|
|
|
690
1005
|
/***/ }),
|
|
691
1006
|
/* 13 */
|
|
692
1007
|
/***/ (function(module, exports) {
|
|
693
1008
|
|
|
694
|
-
module.exports = require("element-ui/lib/
|
|
1009
|
+
module.exports = require("element-ui/lib/form");
|
|
695
1010
|
|
|
696
1011
|
/***/ }),
|
|
697
1012
|
/* 14 */
|
|
698
1013
|
/***/ (function(module, exports) {
|
|
699
1014
|
|
|
700
|
-
module.exports = require("element-ui/lib/
|
|
1015
|
+
module.exports = require("element-ui/lib/row");
|
|
701
1016
|
|
|
702
1017
|
/***/ }),
|
|
703
1018
|
/* 15 */
|
|
704
1019
|
/***/ (function(module, exports) {
|
|
705
1020
|
|
|
706
|
-
module.exports = require("
|
|
1021
|
+
module.exports = require("element-ui/lib/col");
|
|
707
1022
|
|
|
708
1023
|
/***/ }),
|
|
709
1024
|
/* 16 */
|
|
710
1025
|
/***/ (function(module, exports) {
|
|
711
1026
|
|
|
712
|
-
module.exports = require("
|
|
1027
|
+
module.exports = require("@panpanzhao/component-ui/lib/components/form-item");
|
|
713
1028
|
|
|
714
1029
|
/***/ }),
|
|
715
1030
|
/* 17 */
|
|
716
1031
|
/***/ (function(module, exports) {
|
|
717
1032
|
|
|
718
|
-
module.exports = require("element-ui/lib/descriptions
|
|
1033
|
+
module.exports = require("element-ui/lib/descriptions");
|
|
719
1034
|
|
|
720
1035
|
/***/ }),
|
|
721
1036
|
/* 18 */
|
|
722
1037
|
/***/ (function(module, exports) {
|
|
723
1038
|
|
|
724
|
-
module.exports = require("element-ui/lib/
|
|
1039
|
+
module.exports = require("element-ui/lib/descriptions-item");
|
|
725
1040
|
|
|
726
1041
|
/***/ }),
|
|
727
1042
|
/* 19 */
|
|
@@ -736,7 +1051,7 @@ var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
|
736
1051
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
737
1052
|
|
|
738
1053
|
// EXTERNAL MODULE: ./src/components/form/index.js + 5 modules
|
|
739
|
-
var components_form = __webpack_require__(
|
|
1054
|
+
var components_form = __webpack_require__(9);
|
|
740
1055
|
|
|
741
1056
|
// CONCATENATED MODULE: ./src/components/form-group/src/content.js
|
|
742
1057
|
|
|
@@ -818,19 +1133,19 @@ var components_form = __webpack_require__(5);
|
|
|
818
1133
|
}
|
|
819
1134
|
});
|
|
820
1135
|
// EXTERNAL MODULE: external "element-ui/lib/tabs"
|
|
821
|
-
var tabs_ = __webpack_require__(
|
|
1136
|
+
var tabs_ = __webpack_require__(5);
|
|
822
1137
|
var tabs_default = /*#__PURE__*/__webpack_require__.n(tabs_);
|
|
823
1138
|
|
|
824
1139
|
// EXTERNAL MODULE: external "element-ui/lib/tab-pane"
|
|
825
|
-
var tab_pane_ = __webpack_require__(
|
|
1140
|
+
var tab_pane_ = __webpack_require__(6);
|
|
826
1141
|
var tab_pane_default = /*#__PURE__*/__webpack_require__.n(tab_pane_);
|
|
827
1142
|
|
|
828
1143
|
// EXTERNAL MODULE: external "element-ui/lib/collapse"
|
|
829
|
-
var collapse_ = __webpack_require__(
|
|
1144
|
+
var collapse_ = __webpack_require__(7);
|
|
830
1145
|
var collapse_default = /*#__PURE__*/__webpack_require__.n(collapse_);
|
|
831
1146
|
|
|
832
1147
|
// EXTERNAL MODULE: external "element-ui/lib/collapse-item"
|
|
833
|
-
var collapse_item_ = __webpack_require__(
|
|
1148
|
+
var collapse_item_ = __webpack_require__(8);
|
|
834
1149
|
var collapse_item_default = /*#__PURE__*/__webpack_require__.n(collapse_item_);
|
|
835
1150
|
|
|
836
1151
|
// CONCATENATED MODULE: ./src/components/form-group/src/index.js
|
|
@@ -1096,7 +1411,7 @@ var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
|
1096
1411
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
1097
1412
|
|
|
1098
1413
|
// EXTERNAL MODULE: ./src/components/form-view/index.js + 5 modules
|
|
1099
|
-
var form_view = __webpack_require__(
|
|
1414
|
+
var form_view = __webpack_require__(10);
|
|
1100
1415
|
|
|
1101
1416
|
// CONCATENATED MODULE: ./src/components/form-view-group/src/content.js
|
|
1102
1417
|
|
|
@@ -1159,19 +1474,19 @@ var form_view = __webpack_require__(6);
|
|
|
1159
1474
|
}
|
|
1160
1475
|
});
|
|
1161
1476
|
// EXTERNAL MODULE: external "element-ui/lib/tabs"
|
|
1162
|
-
var tabs_ = __webpack_require__(
|
|
1477
|
+
var tabs_ = __webpack_require__(5);
|
|
1163
1478
|
var tabs_default = /*#__PURE__*/__webpack_require__.n(tabs_);
|
|
1164
1479
|
|
|
1165
1480
|
// EXTERNAL MODULE: external "element-ui/lib/tab-pane"
|
|
1166
|
-
var tab_pane_ = __webpack_require__(
|
|
1481
|
+
var tab_pane_ = __webpack_require__(6);
|
|
1167
1482
|
var tab_pane_default = /*#__PURE__*/__webpack_require__.n(tab_pane_);
|
|
1168
1483
|
|
|
1169
1484
|
// EXTERNAL MODULE: external "element-ui/lib/collapse"
|
|
1170
|
-
var collapse_ = __webpack_require__(
|
|
1485
|
+
var collapse_ = __webpack_require__(7);
|
|
1171
1486
|
var collapse_default = /*#__PURE__*/__webpack_require__.n(collapse_);
|
|
1172
1487
|
|
|
1173
1488
|
// EXTERNAL MODULE: external "element-ui/lib/collapse-item"
|
|
1174
|
-
var collapse_item_ = __webpack_require__(
|
|
1489
|
+
var collapse_item_ = __webpack_require__(8);
|
|
1175
1490
|
var collapse_item_default = /*#__PURE__*/__webpack_require__.n(collapse_item_);
|
|
1176
1491
|
|
|
1177
1492
|
// EXTERNAL MODULE: external "lodash"
|
|
@@ -1335,11 +1650,30 @@ src.install = function (Vue) {
|
|
|
1335
1650
|
/* harmony default export */ var form_view_group = __webpack_exports__["default"] = (src);
|
|
1336
1651
|
|
|
1337
1652
|
/***/ }),
|
|
1338
|
-
/* 21
|
|
1339
|
-
|
|
1340
|
-
|
|
1653
|
+
/* 21 */
|
|
1654
|
+
/***/ (function(module, exports) {
|
|
1655
|
+
|
|
1656
|
+
module.exports = require("element-ui/src/utils/popup");
|
|
1657
|
+
|
|
1658
|
+
/***/ }),
|
|
1659
|
+
/* 22 */
|
|
1660
|
+
/***/ (function(module, exports) {
|
|
1661
|
+
|
|
1662
|
+
module.exports = require("element-ui/src/mixins/migrating");
|
|
1663
|
+
|
|
1664
|
+
/***/ }),
|
|
1665
|
+
/* 23 */
|
|
1666
|
+
/***/ (function(module, exports) {
|
|
1667
|
+
|
|
1668
|
+
module.exports = require("element-ui/src/mixins/emitter");
|
|
1669
|
+
|
|
1670
|
+
/***/ }),
|
|
1341
1671
|
/* 24 */,
|
|
1342
|
-
/* 25
|
|
1672
|
+
/* 25 */,
|
|
1673
|
+
/* 26 */,
|
|
1674
|
+
/* 27 */,
|
|
1675
|
+
/* 28 */,
|
|
1676
|
+
/* 29 */
|
|
1343
1677
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1344
1678
|
|
|
1345
1679
|
"use strict";
|
|
@@ -1350,16 +1684,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1350
1684
|
var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
1351
1685
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
1352
1686
|
|
|
1353
|
-
// EXTERNAL MODULE:
|
|
1354
|
-
var
|
|
1355
|
-
var dialog_default = /*#__PURE__*/__webpack_require__.n(dialog_);
|
|
1687
|
+
// EXTERNAL MODULE: ./src/components/dialog/index.js + 5 modules
|
|
1688
|
+
var dialog = __webpack_require__(12);
|
|
1356
1689
|
|
|
1357
1690
|
// EXTERNAL MODULE: external "element-ui/lib/button"
|
|
1358
1691
|
var button_ = __webpack_require__(4);
|
|
1359
1692
|
var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
1360
1693
|
|
|
1361
1694
|
// EXTERNAL MODULE: ./src/components/form/index.js + 5 modules
|
|
1362
|
-
var components_form = __webpack_require__(
|
|
1695
|
+
var components_form = __webpack_require__(9);
|
|
1363
1696
|
|
|
1364
1697
|
// EXTERNAL MODULE: ./src/components/form-group/index.js + 2 modules
|
|
1365
1698
|
var form_group = __webpack_require__(19);
|
|
@@ -1388,7 +1721,7 @@ var external_lodash_ = __webpack_require__(3);
|
|
|
1388
1721
|
components: {
|
|
1389
1722
|
Form: components_form["default"],
|
|
1390
1723
|
FormGroup: form_group["default"],
|
|
1391
|
-
|
|
1724
|
+
Dialog: dialog["a" /* default */],
|
|
1392
1725
|
Tool: {
|
|
1393
1726
|
components: {
|
|
1394
1727
|
elButton: button_default.a
|
|
@@ -1592,7 +1925,7 @@ var external_lodash_ = __webpack_require__(3);
|
|
|
1592
1925
|
}
|
|
1593
1926
|
})
|
|
1594
1927
|
};
|
|
1595
|
-
return h(
|
|
1928
|
+
return h(dialog["a" /* default */], babel_helper_vue_jsx_merge_props_default()([{}, param]), [h("template", {
|
|
1596
1929
|
"slot": "title",
|
|
1597
1930
|
"class": "dialog-title"
|
|
1598
1931
|
}, [this.renderTitle(h)]), h("template", {
|
|
@@ -1634,7 +1967,7 @@ src.install = function (Vue) {
|
|
|
1634
1967
|
/* harmony default export */ var form_dialog = __webpack_exports__["default"] = (src);
|
|
1635
1968
|
|
|
1636
1969
|
/***/ }),
|
|
1637
|
-
/*
|
|
1970
|
+
/* 30 */
|
|
1638
1971
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1639
1972
|
|
|
1640
1973
|
"use strict";
|
|
@@ -1645,16 +1978,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1645
1978
|
var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
1646
1979
|
var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
|
|
1647
1980
|
|
|
1648
|
-
// EXTERNAL MODULE:
|
|
1649
|
-
var
|
|
1650
|
-
var dialog_default = /*#__PURE__*/__webpack_require__.n(dialog_);
|
|
1981
|
+
// EXTERNAL MODULE: ./src/components/dialog/index.js + 5 modules
|
|
1982
|
+
var dialog = __webpack_require__(12);
|
|
1651
1983
|
|
|
1652
1984
|
// EXTERNAL MODULE: external "element-ui/lib/button"
|
|
1653
1985
|
var button_ = __webpack_require__(4);
|
|
1654
1986
|
var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
1655
1987
|
|
|
1656
1988
|
// EXTERNAL MODULE: ./src/components/form-view/index.js + 5 modules
|
|
1657
|
-
var form_view = __webpack_require__(
|
|
1989
|
+
var form_view = __webpack_require__(10);
|
|
1658
1990
|
|
|
1659
1991
|
// EXTERNAL MODULE: ./src/components/form-view-group/index.js + 2 modules
|
|
1660
1992
|
var form_view_group = __webpack_require__(20);
|
|
@@ -1683,7 +2015,7 @@ var external_lodash_ = __webpack_require__(3);
|
|
|
1683
2015
|
components: {
|
|
1684
2016
|
FormView: form_view["default"],
|
|
1685
2017
|
FormViewGroup: form_view_group["default"],
|
|
1686
|
-
|
|
2018
|
+
Dialog: dialog["a" /* default */],
|
|
1687
2019
|
Tool: {
|
|
1688
2020
|
components: {
|
|
1689
2021
|
elButton: button_default.a
|
|
@@ -1853,7 +2185,7 @@ var external_lodash_ = __webpack_require__(3);
|
|
|
1853
2185
|
}
|
|
1854
2186
|
})
|
|
1855
2187
|
};
|
|
1856
|
-
return h(
|
|
2188
|
+
return h(dialog["a" /* default */], babel_helper_vue_jsx_merge_props_default()([{}, param]), [h("template", {
|
|
1857
2189
|
"slot": "title",
|
|
1858
2190
|
"class": "dialog-title"
|
|
1859
2191
|
}, [this.renderTitle(h)]), h("template", {
|
|
@@ -1895,10 +2227,6 @@ src.install = function (Vue) {
|
|
|
1895
2227
|
/* harmony default export */ var form_view_dialog = __webpack_exports__["default"] = (src);
|
|
1896
2228
|
|
|
1897
2229
|
/***/ }),
|
|
1898
|
-
/* 27 */,
|
|
1899
|
-
/* 28 */,
|
|
1900
|
-
/* 29 */,
|
|
1901
|
-
/* 30 */,
|
|
1902
2230
|
/* 31 */,
|
|
1903
2231
|
/* 32 */,
|
|
1904
2232
|
/* 33 */,
|
|
@@ -1923,24 +2251,37 @@ src.install = function (Vue) {
|
|
|
1923
2251
|
/* 52 */,
|
|
1924
2252
|
/* 53 */,
|
|
1925
2253
|
/* 54 */,
|
|
1926
|
-
/* 55
|
|
2254
|
+
/* 55 */,
|
|
2255
|
+
/* 56 */,
|
|
2256
|
+
/* 57 */,
|
|
2257
|
+
/* 58 */,
|
|
2258
|
+
/* 59 */
|
|
1927
2259
|
/***/ (function(module, exports) {
|
|
1928
2260
|
|
|
1929
2261
|
module.exports = require("@panpanzhao/component-ui/lib/components/table-search");
|
|
1930
2262
|
|
|
1931
2263
|
/***/ }),
|
|
1932
|
-
/*
|
|
2264
|
+
/* 60 */
|
|
1933
2265
|
/***/ (function(module, exports) {
|
|
1934
2266
|
|
|
1935
2267
|
module.exports = require("element-ui/lib/message-box");
|
|
1936
2268
|
|
|
1937
2269
|
/***/ }),
|
|
1938
|
-
/* 57 */,
|
|
1939
|
-
/* 58 */,
|
|
1940
|
-
/* 59 */,
|
|
1941
|
-
/* 60 */,
|
|
1942
2270
|
/* 61 */,
|
|
1943
|
-
/* 62
|
|
2271
|
+
/* 62 */,
|
|
2272
|
+
/* 63 */,
|
|
2273
|
+
/* 64 */,
|
|
2274
|
+
/* 65 */,
|
|
2275
|
+
/* 66 */,
|
|
2276
|
+
/* 67 */,
|
|
2277
|
+
/* 68 */,
|
|
2278
|
+
/* 69 */,
|
|
2279
|
+
/* 70 */,
|
|
2280
|
+
/* 71 */,
|
|
2281
|
+
/* 72 */,
|
|
2282
|
+
/* 73 */,
|
|
2283
|
+
/* 74 */,
|
|
2284
|
+
/* 75 */
|
|
1944
2285
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1945
2286
|
|
|
1946
2287
|
"use strict";
|
|
@@ -2010,17 +2351,17 @@ render._withStripped = true
|
|
|
2010
2351
|
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=65e4153e&
|
|
2011
2352
|
|
|
2012
2353
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/components/table-search"
|
|
2013
|
-
var table_search_ = __webpack_require__(
|
|
2354
|
+
var table_search_ = __webpack_require__(59);
|
|
2014
2355
|
var table_search_default = /*#__PURE__*/__webpack_require__.n(table_search_);
|
|
2015
2356
|
|
|
2016
2357
|
// EXTERNAL MODULE: ./src/components/form-dialog/index.js + 3 modules
|
|
2017
|
-
var form_dialog = __webpack_require__(
|
|
2358
|
+
var form_dialog = __webpack_require__(29);
|
|
2018
2359
|
|
|
2019
2360
|
// EXTERNAL MODULE: ./src/components/form-view-dialog/index.js + 3 modules
|
|
2020
|
-
var form_view_dialog = __webpack_require__(
|
|
2361
|
+
var form_view_dialog = __webpack_require__(30);
|
|
2021
2362
|
|
|
2022
2363
|
// EXTERNAL MODULE: external "element-ui/lib/message-box"
|
|
2023
|
-
var message_box_ = __webpack_require__(
|
|
2364
|
+
var message_box_ = __webpack_require__(60);
|
|
2024
2365
|
var message_box_default = /*#__PURE__*/__webpack_require__.n(message_box_);
|
|
2025
2366
|
|
|
2026
2367
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/utils/formula"
|