@zscreate/form-component 1.1.295 → 1.1.296
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 +21 -25
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3424,46 +3424,46 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3424
3424
|
align-items: center;
|
|
3425
3425
|
}
|
|
3426
3426
|
|
|
3427
|
-
.t-border[data-v-
|
|
3427
|
+
.t-border[data-v-209d137c] {
|
|
3428
3428
|
border-right: 1px solid #333;
|
|
3429
3429
|
border-bottom: 1px solid #333;
|
|
3430
3430
|
}
|
|
3431
|
-
[data-v-
|
|
3431
|
+
[data-v-209d137c] * {
|
|
3432
3432
|
font-size: var(--paperFontSize);
|
|
3433
3433
|
}
|
|
3434
|
-
[data-v-
|
|
3434
|
+
[data-v-209d137c] .custom_form_item {
|
|
3435
3435
|
height: -moz-fit-content;
|
|
3436
3436
|
height: fit-content;
|
|
3437
3437
|
}
|
|
3438
|
-
.save-pdf[data-v-
|
|
3438
|
+
.save-pdf[data-v-209d137c] .ant-input {
|
|
3439
3439
|
border: none !important;
|
|
3440
3440
|
}
|
|
3441
|
-
.save-pdf[data-v-
|
|
3441
|
+
.save-pdf[data-v-209d137c] .ant-select-selection {
|
|
3442
3442
|
border: none !important;
|
|
3443
3443
|
}
|
|
3444
|
-
.save-pdf[data-v-
|
|
3444
|
+
.save-pdf[data-v-209d137c] .ant-select-arrow svg {
|
|
3445
3445
|
display: none;
|
|
3446
3446
|
}
|
|
3447
|
-
.save-pdf[data-v-
|
|
3447
|
+
.save-pdf[data-v-209d137c] .ant-upload.ant-upload-select-picture-card {
|
|
3448
3448
|
display: none;
|
|
3449
3449
|
}
|
|
3450
|
-
.save-pdf[data-v-
|
|
3450
|
+
.save-pdf[data-v-209d137c] .anticon svg {
|
|
3451
3451
|
display: none;
|
|
3452
3452
|
}
|
|
3453
|
-
.save-pdf[data-v-
|
|
3453
|
+
.save-pdf[data-v-209d137c] .ant-time-picker-input {
|
|
3454
3454
|
border: none !important;
|
|
3455
3455
|
}
|
|
3456
|
-
.save-pdf[data-v-
|
|
3456
|
+
.save-pdf[data-v-209d137c] .ant-upload.ant-upload-select {
|
|
3457
3457
|
display: none;
|
|
3458
3458
|
}
|
|
3459
3459
|
/**打印非固定高度标签 高度不确定bug**/
|
|
3460
|
-
.computed-wrap[data-v-
|
|
3460
|
+
.computed-wrap[data-v-209d137c] {
|
|
3461
3461
|
background: #f5f5f5;
|
|
3462
3462
|
}
|
|
3463
|
-
.computed-wrap .item[data-v-
|
|
3463
|
+
.computed-wrap .item[data-v-209d137c] {
|
|
3464
3464
|
display: flex;
|
|
3465
3465
|
}
|
|
3466
|
-
.computed-wrap .item > div[data-v-
|
|
3466
|
+
.computed-wrap .item > div[data-v-209d137c] {
|
|
3467
3467
|
height: 35px;
|
|
3468
3468
|
line-height: 35px;
|
|
3469
3469
|
flex: 1;
|
|
@@ -3471,129 +3471,129 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3471
3471
|
border-bottom: 1px solid #000;
|
|
3472
3472
|
text-align: center;
|
|
3473
3473
|
}
|
|
3474
|
-
.computed-wrap .item > div + div[data-v-
|
|
3474
|
+
.computed-wrap .item > div + div[data-v-209d137c] {
|
|
3475
3475
|
flex: 2;
|
|
3476
3476
|
}
|
|
3477
|
-
.layout .paper[data-v-
|
|
3477
|
+
.layout .paper[data-v-209d137c] {
|
|
3478
3478
|
position: relative;
|
|
3479
3479
|
}
|
|
3480
|
-
.layout .paper .form-title[data-v-
|
|
3480
|
+
.layout .paper .form-title[data-v-209d137c] {
|
|
3481
3481
|
text-align: center;
|
|
3482
3482
|
font-weight: 600;
|
|
3483
3483
|
font-size: 16px;
|
|
3484
3484
|
height: 40px;
|
|
3485
3485
|
}
|
|
3486
|
-
.row-item[data-v-
|
|
3486
|
+
.row-item[data-v-209d137c] {
|
|
3487
3487
|
height: -moz-fit-content;
|
|
3488
3488
|
height: fit-content;
|
|
3489
3489
|
/**打印非固定高度标签 高度不确定bug**/
|
|
3490
3490
|
}
|
|
3491
|
-
.no-row-item[data-v-
|
|
3491
|
+
.no-row-item[data-v-209d137c] {
|
|
3492
3492
|
border-right: none;
|
|
3493
3493
|
border-bottom: none;
|
|
3494
3494
|
}
|
|
3495
3495
|
/****page边框内的 ***/
|
|
3496
|
-
.page-border[data-v-
|
|
3496
|
+
.page-border[data-v-209d137c] {
|
|
3497
3497
|
background: #fff;
|
|
3498
3498
|
box-sizing: border-box;
|
|
3499
3499
|
}
|
|
3500
|
-
.page-border .row-item[data-v-
|
|
3500
|
+
.page-border .row-item[data-v-209d137c]:first-child {
|
|
3501
3501
|
border-top: 1px solid #000;
|
|
3502
3502
|
}
|
|
3503
|
-
.page-border .row-item[data-v-
|
|
3503
|
+
.page-border .row-item[data-v-209d137c] {
|
|
3504
3504
|
border-left: 1px solid #000;
|
|
3505
3505
|
}
|
|
3506
|
-
.page-border .item-bottom[data-v-
|
|
3506
|
+
.page-border .item-bottom[data-v-209d137c] {
|
|
3507
3507
|
border-bottom: 1px solid #000;
|
|
3508
3508
|
}
|
|
3509
|
-
.page-border .row-item[data-v-
|
|
3509
|
+
.page-border .row-item[data-v-209d137c]:not(:last-child) {
|
|
3510
3510
|
position: relative;
|
|
3511
3511
|
}
|
|
3512
|
-
.page-border li.sortable-chosen[data-v-
|
|
3512
|
+
.page-border li.sortable-chosen[data-v-209d137c] {
|
|
3513
3513
|
height: 2px !important;
|
|
3514
3514
|
overflow: hidden !important;
|
|
3515
3515
|
background: red !important;
|
|
3516
3516
|
}
|
|
3517
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
3517
|
+
.page-border .ant-time-picker-panel[data-v-209d137c] {
|
|
3518
3518
|
z-index: 200000 !important;
|
|
3519
3519
|
}
|
|
3520
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
3520
|
+
.page-border .ant-calendar-picker-container[data-v-209d137c] {
|
|
3521
3521
|
z-index: 200000 !important;
|
|
3522
3522
|
}
|
|
3523
|
-
[data-v-
|
|
3523
|
+
[data-v-209d137c] .ant-time-picker-panel {
|
|
3524
3524
|
z-index: 9999 !important;
|
|
3525
3525
|
}
|
|
3526
|
-
.ant-calendar-picker-container[data-v-
|
|
3526
|
+
.ant-calendar-picker-container[data-v-209d137c] {
|
|
3527
3527
|
z-index: 200000 !important;
|
|
3528
3528
|
}
|
|
3529
|
-
[data-v-
|
|
3529
|
+
[data-v-209d137c] .ant-form-item-children {
|
|
3530
3530
|
display: block;
|
|
3531
3531
|
}
|
|
3532
|
-
[data-v-
|
|
3532
|
+
[data-v-209d137c] .ant-form-item {
|
|
3533
3533
|
width: 100%;
|
|
3534
3534
|
height: 100%;
|
|
3535
3535
|
margin-bottom: 0;
|
|
3536
3536
|
display: flex;
|
|
3537
3537
|
}
|
|
3538
|
-
[data-v-
|
|
3538
|
+
[data-v-209d137c] .ant-form-item .is_required::before {
|
|
3539
3539
|
content: "*";
|
|
3540
3540
|
color: #f56c6c;
|
|
3541
3541
|
margin-right: 4px;
|
|
3542
3542
|
}
|
|
3543
|
-
[data-v-
|
|
3543
|
+
[data-v-209d137c] .ant-form-item .ant-form-item-label {
|
|
3544
3544
|
border-right: 1px solid #000;
|
|
3545
3545
|
}
|
|
3546
|
-
[data-v-
|
|
3546
|
+
[data-v-209d137c] .ant-form-item .ant-form-item-label label {
|
|
3547
3547
|
display: flex;
|
|
3548
3548
|
justify-content: center;
|
|
3549
3549
|
align-items: center;
|
|
3550
3550
|
height: 100%;
|
|
3551
3551
|
}
|
|
3552
|
-
[data-v-
|
|
3552
|
+
[data-v-209d137c] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
3553
3553
|
display: none;
|
|
3554
3554
|
}
|
|
3555
|
-
[data-v-
|
|
3555
|
+
[data-v-209d137c] .ant-form-item .ant-form-item-control-wrapper {
|
|
3556
3556
|
display: flex;
|
|
3557
3557
|
align-items: center;
|
|
3558
3558
|
text-align: left;
|
|
3559
3559
|
}
|
|
3560
|
-
[data-v-
|
|
3560
|
+
[data-v-209d137c] .ant-form-item .ant-form-item-control {
|
|
3561
3561
|
width: 98%;
|
|
3562
3562
|
margin: 0 auto;
|
|
3563
3563
|
}
|
|
3564
|
-
[data-v-
|
|
3564
|
+
[data-v-209d137c] .ant-form-item .is_required::before {
|
|
3565
3565
|
content: "*";
|
|
3566
3566
|
color: #f56c6c;
|
|
3567
3567
|
margin-right: 4px;
|
|
3568
3568
|
}
|
|
3569
|
-
.row-table[data-v-
|
|
3569
|
+
.row-table[data-v-209d137c] {
|
|
3570
3570
|
display: flex;
|
|
3571
3571
|
}
|
|
3572
|
-
.row-table[data-v-
|
|
3573
|
-
.row-table[data-v-
|
|
3572
|
+
.row-table[data-v-209d137c] .ant-spin-container,
|
|
3573
|
+
.row-table[data-v-209d137c] {
|
|
3574
3574
|
display: flex;
|
|
3575
3575
|
width: 100%;
|
|
3576
3576
|
}
|
|
3577
|
-
.row-table[data-v-
|
|
3578
|
-
.row-table .table-left[data-v-
|
|
3577
|
+
.row-table[data-v-209d137c] .ant-spin-container .table-left,
|
|
3578
|
+
.row-table .table-left[data-v-209d137c] {
|
|
3579
3579
|
width: 100px;
|
|
3580
3580
|
text-align: center;
|
|
3581
3581
|
border-right: 1px solid #333;
|
|
3582
3582
|
border-bottom: 1px solid #333;
|
|
3583
3583
|
position: relative;
|
|
3584
3584
|
}
|
|
3585
|
-
.row-table[data-v-
|
|
3586
|
-
.row-table .table-left p[data-v-
|
|
3585
|
+
.row-table[data-v-209d137c] .ant-spin-container .table-left p,
|
|
3586
|
+
.row-table .table-left p[data-v-209d137c] {
|
|
3587
3587
|
position: absolute;
|
|
3588
3588
|
top: 50%;
|
|
3589
3589
|
left: 50%;
|
|
3590
3590
|
transform: translate(-50%, -50%);
|
|
3591
3591
|
}
|
|
3592
|
-
.row-table[data-v-
|
|
3593
|
-
.row-table .table-right[data-v-
|
|
3592
|
+
.row-table[data-v-209d137c] .ant-spin-container .table-right,
|
|
3593
|
+
.row-table .table-right[data-v-209d137c] {
|
|
3594
3594
|
flex: 1;
|
|
3595
3595
|
}
|
|
3596
|
-
.table-content[data-v-
|
|
3596
|
+
.table-content[data-v-209d137c] {
|
|
3597
3597
|
width: 100%;
|
|
3598
3598
|
height: 40px;
|
|
3599
3599
|
line-height: 40px;
|
|
@@ -3602,11 +3602,11 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3602
3602
|
border-bottom: 1px solid #333;
|
|
3603
3603
|
border-right: 1px solid #333;
|
|
3604
3604
|
}
|
|
3605
|
-
.sub-table-col[data-v-
|
|
3605
|
+
.sub-table-col[data-v-209d137c] {
|
|
3606
3606
|
display: flex;
|
|
3607
3607
|
box-sizing: border-box;
|
|
3608
3608
|
}
|
|
3609
|
-
.sub-table-col > span[data-v-
|
|
3609
|
+
.sub-table-col > span[data-v-209d137c] {
|
|
3610
3610
|
flex: 2;
|
|
3611
3611
|
border-bottom: 1px solid #000;
|
|
3612
3612
|
border-right: 1px solid #000;
|
|
@@ -3614,22 +3614,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3614
3614
|
line-height: 40px;
|
|
3615
3615
|
text-align: center;
|
|
3616
3616
|
}
|
|
3617
|
-
.sub-table-col > .last-one[data-v-
|
|
3617
|
+
.sub-table-col > .last-one[data-v-209d137c] {
|
|
3618
3618
|
width: 87px;
|
|
3619
3619
|
flex: 0 0 87px;
|
|
3620
3620
|
border-right: 1px solid #333;
|
|
3621
3621
|
border-bottom: 1px solid #333;
|
|
3622
3622
|
}
|
|
3623
|
-
.sub-table-col-no-border > span[data-v-
|
|
3623
|
+
.sub-table-col-no-border > span[data-v-209d137c] {
|
|
3624
3624
|
border: none;
|
|
3625
3625
|
height: auto;
|
|
3626
3626
|
width: 0;
|
|
3627
3627
|
}
|
|
3628
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
3629
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
3628
|
+
.sub-table-col-no-border > .sub-table-title[data-v-209d137c]:last-child,
|
|
3629
|
+
.sub-table-col-no-border > .sub-table-item[data-v-209d137c]:last-child {
|
|
3630
3630
|
border-right: none !important;
|
|
3631
3631
|
}
|
|
3632
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
3632
|
+
.sub-table-col-no-border > .last-one[data-v-209d137c] {
|
|
3633
3633
|
width: 87px;
|
|
3634
3634
|
flex: 0 0 87px;
|
|
3635
3635
|
display: flex;
|
|
@@ -3637,33 +3637,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3637
3637
|
align-items: center;
|
|
3638
3638
|
}
|
|
3639
3639
|
/*****无border *****/
|
|
3640
|
-
.no-border .page-border[data-v-
|
|
3640
|
+
.no-border .page-border[data-v-209d137c] {
|
|
3641
3641
|
border: none;
|
|
3642
3642
|
}
|
|
3643
|
-
.no-border .page-border .row-item[data-v-
|
|
3643
|
+
.no-border .page-border .row-item[data-v-209d137c]:not(:last-child) {
|
|
3644
3644
|
border: none;
|
|
3645
3645
|
}
|
|
3646
|
-
.no-border .page-border[data-v-
|
|
3646
|
+
.no-border .page-border[data-v-209d137c] .ant-form-item .ant-form-item-label {
|
|
3647
3647
|
border: none;
|
|
3648
3648
|
}
|
|
3649
|
-
.table_border[data-v-
|
|
3649
|
+
.table_border[data-v-209d137c] {
|
|
3650
3650
|
border-bottom: 0;
|
|
3651
3651
|
border-right: 0;
|
|
3652
3652
|
}
|
|
3653
3653
|
/*****无border *****/
|
|
3654
|
-
[data-v-
|
|
3654
|
+
[data-v-209d137c] .ant-form-item-children > div > p,[data-v-209d137c] .ant-form-item-children > div > h1,[data-v-209d137c] .ant-form-item-children > div > h2,[data-v-209d137c] .ant-form-item-children > div > h3,[data-v-209d137c] .ant-form-item-children > div > h4,[data-v-209d137c] .ant-form-item-children > div > h5,[data-v-209d137c] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
3655
3655
|
margin: 10px 0;
|
|
3656
3656
|
line-height: 1.5;
|
|
3657
3657
|
}
|
|
3658
|
-
[data-v-
|
|
3658
|
+
[data-v-209d137c] .ant-spin-dot {
|
|
3659
3659
|
font-size: 20px !important;
|
|
3660
3660
|
}
|
|
3661
|
-
.form_skeleton[data-v-
|
|
3661
|
+
.form_skeleton[data-v-209d137c] {
|
|
3662
3662
|
display: block;
|
|
3663
3663
|
width: 700px;
|
|
3664
3664
|
margin: 55px auto;
|
|
3665
3665
|
}
|
|
3666
|
-
.form_skeleton[data-v-
|
|
3666
|
+
.form_skeleton[data-v-209d137c] .ant-skeleton-title {
|
|
3667
3667
|
margin: 0 auto;
|
|
3668
3668
|
}
|
|
3669
3669
|
|
|
@@ -29538,24 +29538,11 @@ let getFileExt = filename => {
|
|
|
29538
29538
|
item.tableColCanEdit = true;
|
|
29539
29539
|
}
|
|
29540
29540
|
const defaultValue = item.defaultValue ? item.defaultValue : item.options.defaultValue;
|
|
29541
|
-
if (String(defaultValue).startsWith('script:')) {
|
|
29542
|
-
map[item.model] = {
|
|
29543
|
-
script: defaultValue.replace('script:', ''),
|
|
29544
|
-
index: this.tableIndex[model],
|
|
29545
|
-
item
|
|
29546
|
-
};
|
|
29547
|
-
}
|
|
29548
29541
|
addModelObject[item.model] = defaultValue;
|
|
29549
29542
|
// if (addModelObject[item.model] === undefined) addModelObject[item.model] = ''
|
|
29550
29543
|
});
|
|
29551
29544
|
if (!Array.isArray(this.models[model])) {
|
|
29552
29545
|
this.models[model] = [];
|
|
29553
|
-
debugger;
|
|
29554
|
-
this.$watch(`this.models.${model}`, val => {
|
|
29555
|
-
console.log('watch table:' + model, val, map);
|
|
29556
|
-
}, {
|
|
29557
|
-
deep: true
|
|
29558
|
-
});
|
|
29559
29546
|
}
|
|
29560
29547
|
this.models[model].push(addModelObject);
|
|
29561
29548
|
dataTemp.options.isCorrect = false;
|
|
@@ -30709,7 +30696,9 @@ const API = '/form/formdesiger/countLeaveDays';
|
|
|
30709
30696
|
if (String(defaultValue).startsWith('script:')) {
|
|
30710
30697
|
defaultValue = defaultValue.replace('script:', '');
|
|
30711
30698
|
this.dataModel = eval(defaultValue);
|
|
30712
|
-
|
|
30699
|
+
if (this.tableKey) {
|
|
30700
|
+
this.models[this.tableKey][this.tableIndex][this.widget.model] = this.dataModel;
|
|
30701
|
+
}
|
|
30713
30702
|
}
|
|
30714
30703
|
}
|
|
30715
30704
|
},
|
|
@@ -30725,7 +30714,14 @@ const API = '/form/formdesiger/countLeaveDays';
|
|
|
30725
30714
|
this.tableData[tableKey].length = this.models[tableKey].length;
|
|
30726
30715
|
}
|
|
30727
30716
|
if (this.models[tableKey].length < this.tableData[tableKey].length) {
|
|
30728
|
-
|
|
30717
|
+
var _val;
|
|
30718
|
+
let val = this.models[tableKey][this.tableIndex][this.widget.model];
|
|
30719
|
+
if ((_val = val) !== null && _val !== void 0 && _val.startsWith('script:')) {
|
|
30720
|
+
val = val.replace('script:', '');
|
|
30721
|
+
val = eval(val);
|
|
30722
|
+
this.models[tableKey][this.tableIndex][this.widget.model] = val;
|
|
30723
|
+
}
|
|
30724
|
+
this.dataModel = val;
|
|
30729
30725
|
}
|
|
30730
30726
|
this.tableData[tableKey].length = this.models[tableKey].length;
|
|
30731
30727
|
}
|
|
@@ -94851,7 +94847,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
94851
94847
|
|
|
94852
94848
|
/***/ }),
|
|
94853
94849
|
|
|
94854
|
-
/***/
|
|
94850
|
+
/***/ 6271:
|
|
94855
94851
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
94856
94852
|
|
|
94857
94853
|
"use strict";
|
|
@@ -94863,7 +94859,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
94863
94859
|
"default": () => (/* binding */ layoutForPaper)
|
|
94864
94860
|
});
|
|
94865
94861
|
|
|
94866
|
-
;// 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=
|
|
94862
|
+
;// 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=209d137c&scoped=true
|
|
94867
94863
|
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({}, {height: _vm.formNameHeight}, _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')?[(
|
|
94868
94864
|
widget.options.layoutModel === 'auto' ||
|
|
94869
94865
|
widget.options.layoutModel === undefined
|
|
@@ -94899,15 +94895,15 @@ var staticRenderFns = []
|
|
|
94899
94895
|
var layoutForPapervue_type_script_lang_js = __webpack_require__(2856);
|
|
94900
94896
|
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=script&lang=js
|
|
94901
94897
|
/* harmony default export */ const layout_layoutForPapervue_type_script_lang_js = (layoutForPapervue_type_script_lang_js/* default */.A);
|
|
94902
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.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=
|
|
94898
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.10.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=209d137c&prod&lang=less&scoped=true
|
|
94903
94899
|
// extracted by mini-css-extract-plugin
|
|
94904
94900
|
|
|
94905
|
-
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
94901
|
+
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=209d137c&prod&lang=less&scoped=true
|
|
94906
94902
|
|
|
94907
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.10.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=
|
|
94903
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.8.1@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.10.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=209d137c&prod&lang=css
|
|
94908
94904
|
// extracted by mini-css-extract-plugin
|
|
94909
94905
|
|
|
94910
|
-
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
94906
|
+
;// CONCATENATED MODULE: ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=209d137c&prod&lang=css
|
|
94911
94907
|
|
|
94912
94908
|
// EXTERNAL MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js
|
|
94913
94909
|
var componentNormalizer = __webpack_require__(4008);
|
|
@@ -94927,7 +94923,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
94927
94923
|
staticRenderFns,
|
|
94928
94924
|
false,
|
|
94929
94925
|
null,
|
|
94930
|
-
"
|
|
94926
|
+
"209d137c",
|
|
94931
94927
|
null
|
|
94932
94928
|
|
|
94933
94929
|
)
|
|
@@ -107988,7 +107984,7 @@ function keys(object) {
|
|
|
107988
107984
|
/***/ ((module) => {
|
|
107989
107985
|
|
|
107990
107986
|
"use strict";
|
|
107991
|
-
module.exports = {"rE":"1.1.
|
|
107987
|
+
module.exports = {"rE":"1.1.296"};
|
|
107992
107988
|
|
|
107993
107989
|
/***/ })
|
|
107994
107990
|
|
|
@@ -109930,7 +109926,7 @@ icon_Icon.install = function (Vue) {
|
|
|
109930
109926
|
|
|
109931
109927
|
/* harmony default export */ const icon = (icon_Icon);
|
|
109932
109928
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutForPaper.vue + 6 modules
|
|
109933
|
-
var layoutForPaper = __webpack_require__(
|
|
109929
|
+
var layoutForPaper = __webpack_require__(6271);
|
|
109934
109930
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutItem.vue + 10 modules
|
|
109935
109931
|
var layoutItem = __webpack_require__(3051);
|
|
109936
109932
|
;// 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=19cc3772
|
|
@@ -121586,7 +121582,7 @@ var formula_edit_component = (0,componentNormalizer/* default */.A)(
|
|
|
121586
121582
|
}
|
|
121587
121583
|
},
|
|
121588
121584
|
components: {
|
|
121589
|
-
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
121585
|
+
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 6271)),
|
|
121590
121586
|
FormulaEdit: formula_edit
|
|
121591
121587
|
},
|
|
121592
121588
|
data() {
|