@zscreate/form-component 1.1.535-test.3 → 1.1.535-test.4
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/dist/form-component.css +62 -62
- package/dist/form-component.umd.js +11 -10
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -4617,46 +4617,46 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4617
4617
|
align-items: center;
|
|
4618
4618
|
}
|
|
4619
4619
|
|
|
4620
|
-
.t-border[data-v-
|
|
4620
|
+
.t-border[data-v-ce1cb0aa] {
|
|
4621
4621
|
border-right: 1px solid #333;
|
|
4622
4622
|
border-bottom: 1px solid #333;
|
|
4623
4623
|
}
|
|
4624
|
-
[data-v-
|
|
4624
|
+
[data-v-ce1cb0aa] * {
|
|
4625
4625
|
font-size: var(--paperFontSize);
|
|
4626
4626
|
}
|
|
4627
|
-
[data-v-
|
|
4627
|
+
[data-v-ce1cb0aa] .custom_form_item {
|
|
4628
4628
|
height: -moz-fit-content;
|
|
4629
4629
|
height: fit-content;
|
|
4630
4630
|
}
|
|
4631
|
-
.save-pdf[data-v-
|
|
4631
|
+
.save-pdf[data-v-ce1cb0aa] .ant-input {
|
|
4632
4632
|
border: none !important;
|
|
4633
4633
|
}
|
|
4634
|
-
.save-pdf[data-v-
|
|
4634
|
+
.save-pdf[data-v-ce1cb0aa] .ant-select-selection {
|
|
4635
4635
|
border: none !important;
|
|
4636
4636
|
}
|
|
4637
|
-
.save-pdf[data-v-
|
|
4637
|
+
.save-pdf[data-v-ce1cb0aa] .ant-select-arrow svg {
|
|
4638
4638
|
display: none;
|
|
4639
4639
|
}
|
|
4640
|
-
.save-pdf[data-v-
|
|
4640
|
+
.save-pdf[data-v-ce1cb0aa] .ant-upload.ant-upload-select-picture-card {
|
|
4641
4641
|
display: none;
|
|
4642
4642
|
}
|
|
4643
|
-
.save-pdf[data-v-
|
|
4643
|
+
.save-pdf[data-v-ce1cb0aa] .anticon svg {
|
|
4644
4644
|
display: none;
|
|
4645
4645
|
}
|
|
4646
|
-
.save-pdf[data-v-
|
|
4646
|
+
.save-pdf[data-v-ce1cb0aa] .ant-time-picker-input {
|
|
4647
4647
|
border: none !important;
|
|
4648
4648
|
}
|
|
4649
|
-
.save-pdf[data-v-
|
|
4649
|
+
.save-pdf[data-v-ce1cb0aa] .ant-upload.ant-upload-select {
|
|
4650
4650
|
display: none;
|
|
4651
4651
|
}
|
|
4652
4652
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4653
|
-
.computed-wrap[data-v-
|
|
4653
|
+
.computed-wrap[data-v-ce1cb0aa] {
|
|
4654
4654
|
background: #f5f5f5;
|
|
4655
4655
|
}
|
|
4656
|
-
.computed-wrap .item[data-v-
|
|
4656
|
+
.computed-wrap .item[data-v-ce1cb0aa] {
|
|
4657
4657
|
display: flex;
|
|
4658
4658
|
}
|
|
4659
|
-
.computed-wrap .item > div[data-v-
|
|
4659
|
+
.computed-wrap .item > div[data-v-ce1cb0aa] {
|
|
4660
4660
|
height: 35px;
|
|
4661
4661
|
line-height: 35px;
|
|
4662
4662
|
flex: 1;
|
|
@@ -4664,130 +4664,130 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4664
4664
|
border-bottom: 1px solid #000;
|
|
4665
4665
|
text-align: center;
|
|
4666
4666
|
}
|
|
4667
|
-
.computed-wrap .item > div + div[data-v-
|
|
4667
|
+
.computed-wrap .item > div + div[data-v-ce1cb0aa] {
|
|
4668
4668
|
flex: 2;
|
|
4669
4669
|
}
|
|
4670
|
-
.layout .paper[data-v-
|
|
4670
|
+
.layout .paper[data-v-ce1cb0aa] {
|
|
4671
4671
|
position: relative;
|
|
4672
4672
|
}
|
|
4673
|
-
.layout .paper .form-title[data-v-
|
|
4673
|
+
.layout .paper .form-title[data-v-ce1cb0aa] {
|
|
4674
4674
|
text-align: center;
|
|
4675
4675
|
font-weight: 600;
|
|
4676
4676
|
font-size: 16px;
|
|
4677
4677
|
min-height: 40px;
|
|
4678
4678
|
line-height: 30px;
|
|
4679
4679
|
}
|
|
4680
|
-
.row-item[data-v-
|
|
4680
|
+
.row-item[data-v-ce1cb0aa] {
|
|
4681
4681
|
height: -moz-fit-content;
|
|
4682
4682
|
height: fit-content;
|
|
4683
4683
|
/**打印非固定高度标签 高度不确定bug**/
|
|
4684
4684
|
}
|
|
4685
|
-
.no-row-item[data-v-
|
|
4685
|
+
.no-row-item[data-v-ce1cb0aa] {
|
|
4686
4686
|
border-right: none;
|
|
4687
4687
|
border-bottom: none;
|
|
4688
4688
|
}
|
|
4689
4689
|
/****page边框内的 ***/
|
|
4690
|
-
.page-border[data-v-
|
|
4690
|
+
.page-border[data-v-ce1cb0aa] {
|
|
4691
4691
|
background: #fff;
|
|
4692
4692
|
box-sizing: border-box;
|
|
4693
4693
|
}
|
|
4694
|
-
.page-border .row-item[data-v-
|
|
4694
|
+
.page-border .row-item[data-v-ce1cb0aa]:first-child {
|
|
4695
4695
|
border-top: 1px solid #000;
|
|
4696
4696
|
}
|
|
4697
|
-
.page-border .row-item[data-v-
|
|
4697
|
+
.page-border .row-item[data-v-ce1cb0aa] {
|
|
4698
4698
|
border-left: 1px solid #000;
|
|
4699
4699
|
}
|
|
4700
|
-
.page-border .item-bottom[data-v-
|
|
4700
|
+
.page-border .item-bottom[data-v-ce1cb0aa] {
|
|
4701
4701
|
border-bottom: 1px solid #000;
|
|
4702
4702
|
}
|
|
4703
|
-
.page-border .row-item[data-v-
|
|
4703
|
+
.page-border .row-item[data-v-ce1cb0aa]:not(:last-child) {
|
|
4704
4704
|
position: relative;
|
|
4705
4705
|
}
|
|
4706
|
-
.page-border li.sortable-chosen[data-v-
|
|
4706
|
+
.page-border li.sortable-chosen[data-v-ce1cb0aa] {
|
|
4707
4707
|
height: 2px !important;
|
|
4708
4708
|
overflow: hidden !important;
|
|
4709
4709
|
background: red !important;
|
|
4710
4710
|
}
|
|
4711
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
4711
|
+
.page-border .ant-time-picker-panel[data-v-ce1cb0aa] {
|
|
4712
4712
|
z-index: 200000 !important;
|
|
4713
4713
|
}
|
|
4714
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
4714
|
+
.page-border .ant-calendar-picker-container[data-v-ce1cb0aa] {
|
|
4715
4715
|
z-index: 200000 !important;
|
|
4716
4716
|
}
|
|
4717
|
-
[data-v-
|
|
4717
|
+
[data-v-ce1cb0aa] .ant-time-picker-panel {
|
|
4718
4718
|
z-index: 9999 !important;
|
|
4719
4719
|
}
|
|
4720
|
-
.ant-calendar-picker-container[data-v-
|
|
4720
|
+
.ant-calendar-picker-container[data-v-ce1cb0aa] {
|
|
4721
4721
|
z-index: 200000 !important;
|
|
4722
4722
|
}
|
|
4723
|
-
[data-v-
|
|
4723
|
+
[data-v-ce1cb0aa] .ant-form-item-children {
|
|
4724
4724
|
display: block;
|
|
4725
4725
|
}
|
|
4726
|
-
[data-v-
|
|
4726
|
+
[data-v-ce1cb0aa] .ant-form-item {
|
|
4727
4727
|
width: 100%;
|
|
4728
4728
|
height: 100%;
|
|
4729
4729
|
margin-bottom: 0;
|
|
4730
4730
|
display: flex;
|
|
4731
4731
|
}
|
|
4732
|
-
[data-v-
|
|
4732
|
+
[data-v-ce1cb0aa] .ant-form-item .is_required::before {
|
|
4733
4733
|
content: "*";
|
|
4734
4734
|
color: #f56c6c;
|
|
4735
4735
|
margin-right: 4px;
|
|
4736
4736
|
}
|
|
4737
|
-
[data-v-
|
|
4737
|
+
[data-v-ce1cb0aa] .ant-form-item .ant-form-item-label {
|
|
4738
4738
|
border-right: 1px solid #000;
|
|
4739
4739
|
}
|
|
4740
|
-
[data-v-
|
|
4740
|
+
[data-v-ce1cb0aa] .ant-form-item .ant-form-item-label label {
|
|
4741
4741
|
display: flex;
|
|
4742
4742
|
justify-content: center;
|
|
4743
4743
|
align-items: center;
|
|
4744
4744
|
height: 100%;
|
|
4745
4745
|
}
|
|
4746
|
-
[data-v-
|
|
4746
|
+
[data-v-ce1cb0aa] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
4747
4747
|
display: none;
|
|
4748
4748
|
}
|
|
4749
|
-
[data-v-
|
|
4749
|
+
[data-v-ce1cb0aa] .ant-form-item .ant-form-item-control-wrapper {
|
|
4750
4750
|
display: flex;
|
|
4751
4751
|
align-items: center;
|
|
4752
4752
|
text-align: left;
|
|
4753
4753
|
}
|
|
4754
|
-
[data-v-
|
|
4754
|
+
[data-v-ce1cb0aa] .ant-form-item .ant-form-item-control {
|
|
4755
4755
|
width: 98%;
|
|
4756
4756
|
margin: 0 auto;
|
|
4757
4757
|
}
|
|
4758
|
-
[data-v-
|
|
4758
|
+
[data-v-ce1cb0aa] .ant-form-item .is_required::before {
|
|
4759
4759
|
content: "*";
|
|
4760
4760
|
color: #f56c6c;
|
|
4761
4761
|
margin-right: 4px;
|
|
4762
4762
|
}
|
|
4763
|
-
.row-table[data-v-
|
|
4763
|
+
.row-table[data-v-ce1cb0aa] {
|
|
4764
4764
|
display: flex;
|
|
4765
4765
|
}
|
|
4766
|
-
.row-table[data-v-
|
|
4767
|
-
.row-table[data-v-
|
|
4766
|
+
.row-table[data-v-ce1cb0aa] .ant-spin-container,
|
|
4767
|
+
.row-table[data-v-ce1cb0aa] {
|
|
4768
4768
|
display: flex;
|
|
4769
4769
|
width: 100%;
|
|
4770
4770
|
}
|
|
4771
|
-
.row-table[data-v-
|
|
4772
|
-
.row-table .table-left[data-v-
|
|
4771
|
+
.row-table[data-v-ce1cb0aa] .ant-spin-container .table-left,
|
|
4772
|
+
.row-table .table-left[data-v-ce1cb0aa] {
|
|
4773
4773
|
width: 100px;
|
|
4774
4774
|
text-align: center;
|
|
4775
4775
|
border-right: 1px solid #333;
|
|
4776
4776
|
border-bottom: 1px solid #333;
|
|
4777
4777
|
position: relative;
|
|
4778
4778
|
}
|
|
4779
|
-
.row-table[data-v-
|
|
4780
|
-
.row-table .table-left p[data-v-
|
|
4779
|
+
.row-table[data-v-ce1cb0aa] .ant-spin-container .table-left p,
|
|
4780
|
+
.row-table .table-left p[data-v-ce1cb0aa] {
|
|
4781
4781
|
position: absolute;
|
|
4782
4782
|
top: 50%;
|
|
4783
4783
|
left: 50%;
|
|
4784
4784
|
transform: translate(-50%, -50%);
|
|
4785
4785
|
}
|
|
4786
|
-
.row-table[data-v-
|
|
4787
|
-
.row-table .table-right[data-v-
|
|
4786
|
+
.row-table[data-v-ce1cb0aa] .ant-spin-container .table-right,
|
|
4787
|
+
.row-table .table-right[data-v-ce1cb0aa] {
|
|
4788
4788
|
flex: 1;
|
|
4789
4789
|
}
|
|
4790
|
-
.table-content[data-v-
|
|
4790
|
+
.table-content[data-v-ce1cb0aa] {
|
|
4791
4791
|
width: 100%;
|
|
4792
4792
|
height: 40px;
|
|
4793
4793
|
line-height: 40px;
|
|
@@ -4796,11 +4796,11 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4796
4796
|
border-bottom: 1px solid #333;
|
|
4797
4797
|
border-right: 1px solid #333;
|
|
4798
4798
|
}
|
|
4799
|
-
.sub-table-col[data-v-
|
|
4799
|
+
.sub-table-col[data-v-ce1cb0aa] {
|
|
4800
4800
|
display: flex;
|
|
4801
4801
|
box-sizing: border-box;
|
|
4802
4802
|
}
|
|
4803
|
-
.sub-table-col > span[data-v-
|
|
4803
|
+
.sub-table-col > span[data-v-ce1cb0aa] {
|
|
4804
4804
|
flex: 2;
|
|
4805
4805
|
border-bottom: 1px solid #000;
|
|
4806
4806
|
border-right: 1px solid #000;
|
|
@@ -4808,22 +4808,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4808
4808
|
line-height: 40px;
|
|
4809
4809
|
text-align: center;
|
|
4810
4810
|
}
|
|
4811
|
-
.sub-table-col > .last-one[data-v-
|
|
4811
|
+
.sub-table-col > .last-one[data-v-ce1cb0aa] {
|
|
4812
4812
|
width: 87px;
|
|
4813
4813
|
flex: 0 0 87px;
|
|
4814
4814
|
border-right: 1px solid #333;
|
|
4815
4815
|
border-bottom: 1px solid #333;
|
|
4816
4816
|
}
|
|
4817
|
-
.sub-table-col-no-border > span[data-v-
|
|
4817
|
+
.sub-table-col-no-border > span[data-v-ce1cb0aa] {
|
|
4818
4818
|
border: none;
|
|
4819
4819
|
height: auto;
|
|
4820
4820
|
width: 0;
|
|
4821
4821
|
}
|
|
4822
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
4823
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
4822
|
+
.sub-table-col-no-border > .sub-table-title[data-v-ce1cb0aa]:last-child,
|
|
4823
|
+
.sub-table-col-no-border > .sub-table-item[data-v-ce1cb0aa]:last-child {
|
|
4824
4824
|
border-right: none !important;
|
|
4825
4825
|
}
|
|
4826
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
4826
|
+
.sub-table-col-no-border > .last-one[data-v-ce1cb0aa] {
|
|
4827
4827
|
width: 87px;
|
|
4828
4828
|
flex: 0 0 87px;
|
|
4829
4829
|
display: flex;
|
|
@@ -4831,33 +4831,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4831
4831
|
align-items: center;
|
|
4832
4832
|
}
|
|
4833
4833
|
/*****无border *****/
|
|
4834
|
-
.no-border .page-border[data-v-
|
|
4834
|
+
.no-border .page-border[data-v-ce1cb0aa] {
|
|
4835
4835
|
border: none;
|
|
4836
4836
|
}
|
|
4837
|
-
.no-border .page-border .row-item[data-v-
|
|
4837
|
+
.no-border .page-border .row-item[data-v-ce1cb0aa]:not(:last-child) {
|
|
4838
4838
|
border: none;
|
|
4839
4839
|
}
|
|
4840
|
-
.no-border .page-border[data-v-
|
|
4840
|
+
.no-border .page-border[data-v-ce1cb0aa] .ant-form-item .ant-form-item-label {
|
|
4841
4841
|
border: none;
|
|
4842
4842
|
}
|
|
4843
|
-
.table_border[data-v-
|
|
4843
|
+
.table_border[data-v-ce1cb0aa] {
|
|
4844
4844
|
border-bottom: 0;
|
|
4845
4845
|
border-right: 0;
|
|
4846
4846
|
}
|
|
4847
4847
|
/*****无border *****/
|
|
4848
|
-
[data-v-
|
|
4848
|
+
[data-v-ce1cb0aa] .ant-form-item-children > div > p,[data-v-ce1cb0aa] .ant-form-item-children > div > h1,[data-v-ce1cb0aa] .ant-form-item-children > div > h2,[data-v-ce1cb0aa] .ant-form-item-children > div > h3,[data-v-ce1cb0aa] .ant-form-item-children > div > h4,[data-v-ce1cb0aa] .ant-form-item-children > div > h5,[data-v-ce1cb0aa] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
4849
4849
|
margin: 10px 0;
|
|
4850
4850
|
line-height: 1.5;
|
|
4851
4851
|
}
|
|
4852
|
-
[data-v-
|
|
4852
|
+
[data-v-ce1cb0aa] .ant-spin-dot {
|
|
4853
4853
|
font-size: 20px !important;
|
|
4854
4854
|
}
|
|
4855
|
-
.form_skeleton[data-v-
|
|
4855
|
+
.form_skeleton[data-v-ce1cb0aa] {
|
|
4856
4856
|
display: block;
|
|
4857
4857
|
width: 700px;
|
|
4858
4858
|
margin: 55px auto;
|
|
4859
4859
|
}
|
|
4860
|
-
.form_skeleton[data-v-
|
|
4860
|
+
.form_skeleton[data-v-ce1cb0aa] .ant-skeleton-title {
|
|
4861
4861
|
margin: 0 auto;
|
|
4862
4862
|
}
|
|
4863
4863
|
|
|
@@ -68058,6 +68058,7 @@ let getFileExt = filename => {
|
|
|
68058
68058
|
if (!flag && isAllFlag) {
|
|
68059
68059
|
// 删除所有行
|
|
68060
68060
|
that.tableData = [];
|
|
68061
|
+
that.models[widget.parentModel] = [];
|
|
68061
68062
|
}
|
|
68062
68063
|
}, 100);
|
|
68063
68064
|
}
|
|
@@ -137739,7 +137740,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
137739
137740
|
|
|
137740
137741
|
/***/ }),
|
|
137741
137742
|
|
|
137742
|
-
/***/
|
|
137743
|
+
/***/ 5772:
|
|
137743
137744
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
137744
137745
|
|
|
137745
137746
|
"use strict";
|
|
@@ -137751,7 +137752,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
137751
137752
|
"default": () => (/* binding */ layoutForPaper)
|
|
137752
137753
|
});
|
|
137753
137754
|
|
|
137754
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=template&id=
|
|
137755
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=template&id=ce1cb0aa&scoped=true
|
|
137755
137756
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-spin',{staticClass:"layout layout-input-all-setting",class:{ 'no-border': !_vm.data.config.border, 'save-pdf': _vm.showLine, 'ant-form-noBorder': _vm.data.config.componentsNoBorder },style:({ 'overflow-x': _vm.data.config.layout === 'horizontal' ? 'auto' : 'initial' }),attrs:{"spinning":_vm.formLoading,"tip":_vm.formLoadingTip}},[(_vm.pageLoading && _vm.showLayoutLoading)?_c('div',{class:{ form_skeleton: _vm.pageLoading }},[(_vm.pageLoading)?_c('a-skeleton',{attrs:{"active":"","loading":_vm.pageLoading,"paragraph":{ rows: 12 }}}):_vm._e()],1):_vm._e(),_c('a-form-model',{ref:"Form",attrs:{"hideRequiredMark":true,"model":_vm.models,"rules":_vm.rules,"wrapper-col":{}},on:{"update:rules":function($event){_vm.rules=$event},"validate":_vm.validate}},_vm._l((_vm.widgetList),function(list,listindex){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.widgetList[0].length > 0),expression:"widgetList[0].length > 0"}],key:listindex,staticClass:"paper",style:(_vm.contentStyle)},[(listindex == 0)?_vm._t("default"):_vm._e(),(listindex == 0)?_c('div',{staticClass:"form-title",style:(Object.assign({}, _vm.formNameStyle))},[_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameLeftContent || '')}}),_vm._v(_vm._s(_vm.data.config.formName)),_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameRightContent || '')}})]):_vm._e(),(_vm.value && _vm.value.formIndex)?_c('div',{staticStyle:{"text-align":"right","font-weight":"bold"}},[_vm._v(_vm._s(_vm.value.formIndex))]):_vm._e(),(_vm.data.config.pageHeader && listindex === 0)?_c('div',{style:(_vm.data.config.headerHeight),domProps:{"innerHTML":_vm._s(_vm.data.config.pageHeader)}}):_vm._e(),_c('div',{staticClass:"page-border",style:({ borderColor: _vm.data.config.borderColor })},[_vm._l((list),function(widget,index){return [(widget.type == 'table')?[(
|
|
137756
137757
|
widget.options.layoutModel === 'auto' ||
|
|
137757
137758
|
widget.options.layoutModel === undefined
|
|
@@ -137798,15 +137799,15 @@ var staticRenderFns = []
|
|
|
137798
137799
|
var layoutForPapervue_type_script_lang_js = __webpack_require__(9218);
|
|
137799
137800
|
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=script&lang=js
|
|
137800
137801
|
/* harmony default export */ const layout_layoutForPapervue_type_script_lang_js = (layoutForPapervue_type_script_lang_js/* default */.A);
|
|
137801
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.9.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
137802
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.9.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=ce1cb0aa&prod&lang=less&scoped=true
|
|
137802
137803
|
// extracted by mini-css-extract-plugin
|
|
137803
137804
|
|
|
137804
|
-
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
137805
|
+
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=ce1cb0aa&prod&lang=less&scoped=true
|
|
137805
137806
|
|
|
137806
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.9.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
137807
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.9.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=ce1cb0aa&prod&lang=css
|
|
137807
137808
|
// extracted by mini-css-extract-plugin
|
|
137808
137809
|
|
|
137809
|
-
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
137810
|
+
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=ce1cb0aa&prod&lang=css
|
|
137810
137811
|
|
|
137811
137812
|
// EXTERNAL MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js
|
|
137812
137813
|
var componentNormalizer = __webpack_require__(4008);
|
|
@@ -137826,7 +137827,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
137826
137827
|
staticRenderFns,
|
|
137827
137828
|
false,
|
|
137828
137829
|
null,
|
|
137829
|
-
"
|
|
137830
|
+
"ce1cb0aa",
|
|
137830
137831
|
null
|
|
137831
137832
|
|
|
137832
137833
|
)
|
|
@@ -154899,7 +154900,7 @@ function toString(value) {
|
|
|
154899
154900
|
/***/ ((module) => {
|
|
154900
154901
|
|
|
154901
154902
|
"use strict";
|
|
154902
|
-
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.535-test.
|
|
154903
|
+
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.535-test.4"}');
|
|
154903
154904
|
|
|
154904
154905
|
/***/ })
|
|
154905
154906
|
|
|
@@ -168204,7 +168205,7 @@ var SvgIcon_component = (0,componentNormalizer/* default */.A)(
|
|
|
168204
168205
|
|
|
168205
168206
|
/* harmony default export */ const SvgIcon = (SvgIcon_component.exports);
|
|
168206
168207
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutForPaper.vue + 6 modules
|
|
168207
|
-
var layoutForPaper = __webpack_require__(
|
|
168208
|
+
var layoutForPaper = __webpack_require__(5772);
|
|
168208
168209
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutItem.vue + 10 modules
|
|
168209
168210
|
var layoutItem = __webpack_require__(159);
|
|
168210
168211
|
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=template&id=614354e2
|
|
@@ -181137,7 +181138,7 @@ var formula_edit_component = (0,componentNormalizer/* default */.A)(
|
|
|
181137
181138
|
}
|
|
181138
181139
|
},
|
|
181139
181140
|
components: {
|
|
181140
|
-
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
181141
|
+
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5772)),
|
|
181141
181142
|
FormulaEdit: formula_edit
|
|
181142
181143
|
},
|
|
181143
181144
|
data() {
|