super-page-designer 2.1.49 → 2.1.52
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/es/components/design/utils/assemblys-config.js +9 -13
- package/dist/es/components/design/utils/data-table-util.js +15 -19
- package/dist/es/components/design/utils/form-design-util.js +0 -1
- package/dist/es/components/design/utils/page-service-util.d.ts +2 -2
- package/dist/es/components/design/utils/page-service-util.js +7 -5
- package/dist/es/components/design/utils/page-table-util.js +33 -10
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-groupby.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +7 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +698 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue.js +40 -15
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +12 -12
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/row-colmun.vue.js +106 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/row-colmun.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +25 -11
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +69 -31
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue.js +19 -8
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +422 -287
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue.js +9 -6
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-attr-size.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-select-page.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind-option.js +4 -4
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +3 -7
- package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +46 -52
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +29 -9
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +9 -2
- package/dist/es/components/design/views/assemblys/data/component/formatting-icon-label.vue.js +67 -9
- package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue.js +1 -7
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +22 -8
- package/dist/es/components/design/views/assemblys/data/table/table-attr-style.vue.js +7 -2
- package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +8 -2
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +31 -28
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +33 -470
- package/dist/es/components/design/views/assemblys/form/common/condition.vue.js +7 -3
- package/dist/es/components/design/views/assemblys/form/common/data-linkage.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue.js +275 -0
- package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +4 -1
- package/dist/es/components/design/views/design/page-design.vue.js +1 -1
- package/dist/es/components/design/views/design/page-event/config.vue.js +1 -1
- package/dist/es/components/design/views/design/page-event/config.vue3.js +102 -16
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +14 -10
- package/dist/es/stores/statistics-table-store.js +2 -1
- package/dist/es/style.css +108 -108
- package/package.json +5 -4
- package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue2.js +0 -78
- /package/dist/es/components/design/views/assemblys/{data/component/row-backgroud-color.vue3.js → chart/statistical-table/component/data-origin.vue3.js} +0 -0
package/dist/es/style.css
CHANGED
|
@@ -1292,10 +1292,6 @@ fieldset.amb-design-item-selected {
|
|
|
1292
1292
|
padding: 10px;
|
|
1293
1293
|
font-weight: bold;
|
|
1294
1294
|
}
|
|
1295
|
-
|
|
1296
|
-
.el-select__wrapper.is-disabled{
|
|
1297
|
-
cursor: default;
|
|
1298
|
-
}
|
|
1299
1295
|
.el-tree-node__content {
|
|
1300
1296
|
height: 34px !important;
|
|
1301
1297
|
}
|
|
@@ -2532,6 +2528,10 @@ fieldset.amb-design-item-selected {
|
|
|
2532
2528
|
padding: 10px;
|
|
2533
2529
|
font-weight: bold;
|
|
2534
2530
|
}
|
|
2531
|
+
|
|
2532
|
+
.el-select__wrapper.is-disabled{
|
|
2533
|
+
cursor: default;
|
|
2534
|
+
}
|
|
2535
2535
|
.el-tree-node__content {
|
|
2536
2536
|
height: 34px !important;
|
|
2537
2537
|
}
|
|
@@ -3150,6 +3150,10 @@ fieldset.amb-design-item-selected {
|
|
|
3150
3150
|
padding: 10px;
|
|
3151
3151
|
font-weight: bold;
|
|
3152
3152
|
}
|
|
3153
|
+
|
|
3154
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
3155
|
+
cursor: default;
|
|
3156
|
+
}
|
|
3153
3157
|
.el-tree-node__content {
|
|
3154
3158
|
height: 34px !important;
|
|
3155
3159
|
}
|
|
@@ -4386,10 +4390,6 @@ fieldset.amb-design-item-selected {
|
|
|
4386
4390
|
padding: 10px;
|
|
4387
4391
|
font-weight: bold;
|
|
4388
4392
|
}
|
|
4389
|
-
|
|
4390
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
4391
|
-
cursor: default;
|
|
4392
|
-
}
|
|
4393
4393
|
.el-tree-node__content {
|
|
4394
4394
|
height: 34px !important;
|
|
4395
4395
|
}
|
|
@@ -9334,56 +9334,6 @@ fieldset.amb-design-item-selected {
|
|
|
9334
9334
|
padding: 10px;
|
|
9335
9335
|
font-weight: bold;
|
|
9336
9336
|
}
|
|
9337
|
-
|
|
9338
|
-
/*不显示列样式*/
|
|
9339
|
-
.hiddenBorder {
|
|
9340
|
-
border-right: solid 1px #ebebeb !important;
|
|
9341
|
-
border-left: solid 1px #ebebeb !important;
|
|
9342
|
-
background-color: #ebebeb !important;
|
|
9343
|
-
}
|
|
9344
|
-
/*选中列样式*/
|
|
9345
|
-
.addBorder {
|
|
9346
|
-
border-right: solid 1px #5893ef !important;
|
|
9347
|
-
border-left: solid 1px #5893ef !important;
|
|
9348
|
-
background-color: #5893ef !important;
|
|
9349
|
-
color: #ffffff;
|
|
9350
|
-
}
|
|
9351
|
-
.ghost {
|
|
9352
|
-
opacity: 0.5;
|
|
9353
|
-
background: #c8ebfb;
|
|
9354
|
-
}
|
|
9355
|
-
|
|
9356
|
-
li[data-v-5581ec9f] {
|
|
9357
|
-
color: #333;
|
|
9358
|
-
}
|
|
9359
|
-
.context-menu[data-v-5581ec9f] {
|
|
9360
|
-
position: fixed;
|
|
9361
|
-
background: #fff;
|
|
9362
|
-
z-index: 999;
|
|
9363
|
-
padding: 5px;
|
|
9364
|
-
margin: 0;
|
|
9365
|
-
margin-top: 30px;
|
|
9366
|
-
}
|
|
9367
|
-
.context-menu li[data-v-5581ec9f] {
|
|
9368
|
-
min-width: 75px;
|
|
9369
|
-
height: 28px;
|
|
9370
|
-
line-height: 28px;
|
|
9371
|
-
text-align: left;
|
|
9372
|
-
color: #1a1a1a;
|
|
9373
|
-
cursor: pointer;
|
|
9374
|
-
}
|
|
9375
|
-
.context-menu li[data-v-5581ec9f]:hover {
|
|
9376
|
-
background: #5893ef;
|
|
9377
|
-
color: #fff;
|
|
9378
|
-
}
|
|
9379
|
-
.context-menu[data-v-5581ec9f] {
|
|
9380
|
-
border: 1px solid #eee;
|
|
9381
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9382
|
-
border-radius: 5px;
|
|
9383
|
-
}
|
|
9384
|
-
li[data-v-5581ec9f] {
|
|
9385
|
-
list-style-type: none;
|
|
9386
|
-
}
|
|
9387
9337
|
.el-tree-node__content {
|
|
9388
9338
|
height: 34px !important;
|
|
9389
9339
|
}
|
|
@@ -10002,6 +9952,56 @@ fieldset.amb-design-item-selected {
|
|
|
10002
9952
|
padding: 10px;
|
|
10003
9953
|
font-weight: bold;
|
|
10004
9954
|
}
|
|
9955
|
+
|
|
9956
|
+
/*不显示列样式*/
|
|
9957
|
+
.hiddenBorder {
|
|
9958
|
+
border-right: solid 1px #ebebeb !important;
|
|
9959
|
+
border-left: solid 1px #ebebeb !important;
|
|
9960
|
+
background-color: #ebebeb !important;
|
|
9961
|
+
}
|
|
9962
|
+
/*选中列样式*/
|
|
9963
|
+
.addBorder {
|
|
9964
|
+
border-right: solid 1px #5893ef !important;
|
|
9965
|
+
border-left: solid 1px #5893ef !important;
|
|
9966
|
+
background-color: #5893ef !important;
|
|
9967
|
+
color: #ffffff;
|
|
9968
|
+
}
|
|
9969
|
+
.ghost {
|
|
9970
|
+
opacity: 0.5;
|
|
9971
|
+
background: #c8ebfb;
|
|
9972
|
+
}
|
|
9973
|
+
|
|
9974
|
+
li[data-v-5581ec9f] {
|
|
9975
|
+
color: #333;
|
|
9976
|
+
}
|
|
9977
|
+
.context-menu[data-v-5581ec9f] {
|
|
9978
|
+
position: fixed;
|
|
9979
|
+
background: #fff;
|
|
9980
|
+
z-index: 999;
|
|
9981
|
+
padding: 5px;
|
|
9982
|
+
margin: 0;
|
|
9983
|
+
margin-top: 30px;
|
|
9984
|
+
}
|
|
9985
|
+
.context-menu li[data-v-5581ec9f] {
|
|
9986
|
+
min-width: 75px;
|
|
9987
|
+
height: 28px;
|
|
9988
|
+
line-height: 28px;
|
|
9989
|
+
text-align: left;
|
|
9990
|
+
color: #1a1a1a;
|
|
9991
|
+
cursor: pointer;
|
|
9992
|
+
}
|
|
9993
|
+
.context-menu li[data-v-5581ec9f]:hover {
|
|
9994
|
+
background: #5893ef;
|
|
9995
|
+
color: #fff;
|
|
9996
|
+
}
|
|
9997
|
+
.context-menu[data-v-5581ec9f] {
|
|
9998
|
+
border: 1px solid #eee;
|
|
9999
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10000
|
+
border-radius: 5px;
|
|
10001
|
+
}
|
|
10002
|
+
li[data-v-5581ec9f] {
|
|
10003
|
+
list-style-type: none;
|
|
10004
|
+
}
|
|
10005
10005
|
.el-tree-node__content {
|
|
10006
10006
|
height: 34px !important;
|
|
10007
10007
|
}
|
|
@@ -17441,10 +17441,10 @@ fieldset.amb-design-item-selected {
|
|
|
17441
17441
|
background: #c8ebfb;
|
|
17442
17442
|
}
|
|
17443
17443
|
|
|
17444
|
-
li[data-v-
|
|
17444
|
+
li[data-v-a555cba7] {
|
|
17445
17445
|
color: #333;
|
|
17446
17446
|
}
|
|
17447
|
-
.context-menu[data-v-
|
|
17447
|
+
.context-menu[data-v-a555cba7] {
|
|
17448
17448
|
position: fixed;
|
|
17449
17449
|
background: #fff;
|
|
17450
17450
|
z-index: 999;
|
|
@@ -17452,7 +17452,7 @@ li[data-v-a74e7ce8] {
|
|
|
17452
17452
|
margin: 0;
|
|
17453
17453
|
margin-top: 30px;
|
|
17454
17454
|
}
|
|
17455
|
-
.context-menu li[data-v-
|
|
17455
|
+
.context-menu li[data-v-a555cba7] {
|
|
17456
17456
|
min-width: 75px;
|
|
17457
17457
|
height: 28px;
|
|
17458
17458
|
line-height: 28px;
|
|
@@ -17460,16 +17460,16 @@ li[data-v-a74e7ce8] {
|
|
|
17460
17460
|
color: #1a1a1a;
|
|
17461
17461
|
cursor: pointer;
|
|
17462
17462
|
}
|
|
17463
|
-
.context-menu li[data-v-
|
|
17463
|
+
.context-menu li[data-v-a555cba7]:hover {
|
|
17464
17464
|
background: #5893ef;
|
|
17465
17465
|
color: #fff;
|
|
17466
17466
|
}
|
|
17467
|
-
.context-menu[data-v-
|
|
17467
|
+
.context-menu[data-v-a555cba7] {
|
|
17468
17468
|
border: 1px solid #eee;
|
|
17469
17469
|
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
17470
17470
|
border-radius: 5px;
|
|
17471
17471
|
}
|
|
17472
|
-
li[data-v-
|
|
17472
|
+
li[data-v-a555cba7] {
|
|
17473
17473
|
list-style-type: none;
|
|
17474
17474
|
}
|
|
17475
17475
|
|
|
@@ -17499,7 +17499,7 @@ li[data-v-a74e7ce8] {
|
|
|
17499
17499
|
color: #ffffff;
|
|
17500
17500
|
}
|
|
17501
17501
|
|
|
17502
|
-
.seleteSort[data-v-
|
|
17502
|
+
.seleteSort[data-v-727aa6f0] {
|
|
17503
17503
|
border-radius: 5px;
|
|
17504
17504
|
border: 1px solid rgba(88, 147, 239);
|
|
17505
17505
|
}
|
|
@@ -17511,6 +17511,28 @@ li[data-v-a74e7ce8] {
|
|
|
17511
17511
|
padding-bottom: 5px;
|
|
17512
17512
|
}
|
|
17513
17513
|
|
|
17514
|
+
[data-v-a4871164] .el-cascader-menu {
|
|
17515
|
+
min-width: 120px !important;
|
|
17516
|
+
}
|
|
17517
|
+
|
|
17518
|
+
.seleteSort[data-v-8aacbe0c] {
|
|
17519
|
+
border-radius: 5px;
|
|
17520
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17521
|
+
}
|
|
17522
|
+
|
|
17523
|
+
.editorTool[data-v-39d5d5cf] {
|
|
17524
|
+
margin-left: auto;
|
|
17525
|
+
}
|
|
17526
|
+
.editorOption[data-v-39d5d5cf] {
|
|
17527
|
+
margin-right: 10px;
|
|
17528
|
+
cursor: pointer;
|
|
17529
|
+
}
|
|
17530
|
+
.pppp[data-v-39d5d5cf] {
|
|
17531
|
+
display: flex; /* 使用Flex布局 */
|
|
17532
|
+
justify-content: flex-start;
|
|
17533
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
17534
|
+
}
|
|
17535
|
+
|
|
17514
17536
|
.icon-set-center-body[data-v-181d1ce8]{
|
|
17515
17537
|
display: grid;
|
|
17516
17538
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -17548,28 +17570,6 @@ li[data-v-a74e7ce8] {
|
|
|
17548
17570
|
margin-bottom: 20px;
|
|
17549
17571
|
}
|
|
17550
17572
|
|
|
17551
|
-
[data-v-8d11abea] .el-cascader-menu {
|
|
17552
|
-
min-width: 120px !important;
|
|
17553
|
-
}
|
|
17554
|
-
|
|
17555
|
-
.editorTool[data-v-26f79956] {
|
|
17556
|
-
margin-left: auto;
|
|
17557
|
-
}
|
|
17558
|
-
.editorOption[data-v-26f79956] {
|
|
17559
|
-
margin-right: 10px;
|
|
17560
|
-
cursor: pointer;
|
|
17561
|
-
}
|
|
17562
|
-
.pppp[data-v-26f79956] {
|
|
17563
|
-
display: flex; /* 使用Flex布局 */
|
|
17564
|
-
justify-content: flex-start;
|
|
17565
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
17566
|
-
}
|
|
17567
|
-
|
|
17568
|
-
.seleteSort[data-v-8aacbe0c] {
|
|
17569
|
-
border-radius: 5px;
|
|
17570
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17571
|
-
}
|
|
17572
|
-
|
|
17573
17573
|
.seleteSort[data-v-1dada466] {
|
|
17574
17574
|
border-radius: 5px;
|
|
17575
17575
|
border: 1px solid rgba(88, 147, 239);
|
|
@@ -17578,6 +17578,11 @@ li[data-v-a74e7ce8] {
|
|
|
17578
17578
|
display: inline-block;
|
|
17579
17579
|
}
|
|
17580
17580
|
|
|
17581
|
+
.seleteSort[data-v-3336d6c5] {
|
|
17582
|
+
border-radius: 5px;
|
|
17583
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17584
|
+
}
|
|
17585
|
+
|
|
17581
17586
|
.stateBtn[data-v-ae2798fb]{
|
|
17582
17587
|
display: flex;
|
|
17583
17588
|
}
|
|
@@ -17586,10 +17591,10 @@ li[data-v-a74e7ce8] {
|
|
|
17586
17591
|
color: #7b7b7b;
|
|
17587
17592
|
}
|
|
17588
17593
|
|
|
17589
|
-
li[data-v-
|
|
17594
|
+
li[data-v-3438f06f] {
|
|
17590
17595
|
color: #333;
|
|
17591
17596
|
}
|
|
17592
|
-
.context-menu[data-v-
|
|
17597
|
+
.context-menu[data-v-3438f06f] {
|
|
17593
17598
|
position: fixed;
|
|
17594
17599
|
background: #fff;
|
|
17595
17600
|
z-index: 999;
|
|
@@ -17597,7 +17602,7 @@ li[data-v-74ebe0ac] {
|
|
|
17597
17602
|
margin: 0;
|
|
17598
17603
|
margin-top: 30px;
|
|
17599
17604
|
}
|
|
17600
|
-
.context-menu li[data-v-
|
|
17605
|
+
.context-menu li[data-v-3438f06f] {
|
|
17601
17606
|
min-width: 75px;
|
|
17602
17607
|
height: 28px;
|
|
17603
17608
|
line-height: 28px;
|
|
@@ -17610,38 +17615,24 @@ li[data-v-74ebe0ac] {
|
|
|
17610
17615
|
/* background: #5893ef;*/
|
|
17611
17616
|
/* color: #fff;*/
|
|
17612
17617
|
/*}*/
|
|
17613
|
-
.context-menuLi[data-v-
|
|
17618
|
+
.context-menuLi[data-v-3438f06f]:hover {
|
|
17614
17619
|
background: #5893ef;
|
|
17615
17620
|
color: #fff;
|
|
17616
17621
|
}
|
|
17617
|
-
.context-menu[data-v-
|
|
17622
|
+
.context-menu[data-v-3438f06f] {
|
|
17618
17623
|
border: 1px solid #eee;
|
|
17619
17624
|
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
17620
17625
|
border-radius: 5px;
|
|
17621
17626
|
}
|
|
17622
|
-
li[data-v-
|
|
17627
|
+
li[data-v-3438f06f] {
|
|
17623
17628
|
list-style-type: none;
|
|
17624
17629
|
}
|
|
17625
17630
|
|
|
17626
|
-
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
17627
|
-
display: flex;
|
|
17628
|
-
justify-content: space-between;
|
|
17629
|
-
text-align: center
|
|
17630
|
-
}
|
|
17631
|
-
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
17632
|
-
width: 100%
|
|
17633
|
-
}
|
|
17634
|
-
|
|
17635
17631
|
.el-tag[data-v-665d3bf4]{
|
|
17636
17632
|
margin-left: 10px;
|
|
17637
17633
|
}
|
|
17638
17634
|
|
|
17639
|
-
.seleteSort[data-v-
|
|
17640
|
-
border-radius: 5px;
|
|
17641
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17642
|
-
}
|
|
17643
|
-
|
|
17644
|
-
.seleteSort[data-v-ccdcf268] {
|
|
17635
|
+
.seleteSort[data-v-c2babae7] {
|
|
17645
17636
|
border-radius: 5px;
|
|
17646
17637
|
border: 1px solid rgba(88, 147, 239);
|
|
17647
17638
|
}
|
|
@@ -17650,6 +17641,15 @@ li[data-v-74ebe0ac] {
|
|
|
17650
17641
|
text-align: center;
|
|
17651
17642
|
}
|
|
17652
17643
|
|
|
17644
|
+
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
17645
|
+
display: flex;
|
|
17646
|
+
justify-content: space-between;
|
|
17647
|
+
text-align: center
|
|
17648
|
+
}
|
|
17649
|
+
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
17650
|
+
width: 100%
|
|
17651
|
+
}
|
|
17652
|
+
|
|
17653
17653
|
.input-with-select .el-input-group__append {
|
|
17654
17654
|
background-color: var(--el-fill-color-blank);
|
|
17655
17655
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.52",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -28,18 +28,19 @@
|
|
|
28
28
|
"@logicflow/layout": "1.2.0-alpha.16",
|
|
29
29
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
30
30
|
"@vueuse/core": "^10.9.0",
|
|
31
|
-
"agilebuilder-ui": "1.0.
|
|
31
|
+
"agilebuilder-ui": "1.0.86",
|
|
32
32
|
"echarts": "^5.5.0",
|
|
33
33
|
"element-plus": "^2.6.1",
|
|
34
34
|
"font-awesome": "^4.7.0",
|
|
35
|
+
"js-beautify": "^1.15.1",
|
|
35
36
|
"jsbarcode": "^3.11.6",
|
|
36
37
|
"mitt": "^3.0.1",
|
|
37
38
|
"nprogress": "^0.2.0",
|
|
38
39
|
"pinia": "^2.1.7",
|
|
39
40
|
"qrcode": "^1.5.3",
|
|
40
41
|
"quill": "^2.0.1",
|
|
41
|
-
"service-flow-designer": "2.1.
|
|
42
|
-
"super-page-runtime": "2.1.
|
|
42
|
+
"service-flow-designer": "2.1.51",
|
|
43
|
+
"super-page-runtime": "2.1.50",
|
|
43
44
|
"uuid": "^9.0.1",
|
|
44
45
|
"vite": "^5.1.6",
|
|
45
46
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|
package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue2.js
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, renderList, createVNode, withCtx, unref, createBlock, createCommentVNode, pushScopeId, popScopeId } from "vue";
|
|
2
|
-
import { Plus, Minus } from "@element-plus/icons-vue";
|
|
3
|
-
const _withScopeId = (n) => (pushScopeId("data-v-b203475d"), n = n(), popScopeId(), n);
|
|
4
|
-
const _hoisted_1 = { class: "row-backgroud-header-tittle" };
|
|
5
|
-
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", null, "判断条件", -1));
|
|
6
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
|
-
__name: "row-backgroud-color",
|
|
8
|
-
props: {
|
|
9
|
-
list: {
|
|
10
|
-
type: Array,
|
|
11
|
-
default: []
|
|
12
|
-
},
|
|
13
|
-
showStyleTittle: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
setup(__props) {
|
|
19
|
-
const props = __props;
|
|
20
|
-
function addOrgFieldsItem() {
|
|
21
|
-
props.list.push({ type: "", model: "" });
|
|
22
|
-
}
|
|
23
|
-
function reomveOrgFieldsItem(index) {
|
|
24
|
-
props.list.splice(index, 1);
|
|
25
|
-
}
|
|
26
|
-
return (_ctx, _cache) => {
|
|
27
|
-
const _component_el_input = resolveComponent("el-input");
|
|
28
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
29
|
-
return openBlock(), createElementBlock(Fragment, null, [
|
|
30
|
-
createElementVNode("div", _hoisted_1, [
|
|
31
|
-
_hoisted_2,
|
|
32
|
-
createElementVNode("div", null, toDisplayString(__props.showStyleTittle ? "显示的样式" : ""), 1)
|
|
33
|
-
]),
|
|
34
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.list, (item, index) => {
|
|
35
|
-
return openBlock(), createElementBlock("div", { key: index }, [
|
|
36
|
-
createVNode(_component_el_input, {
|
|
37
|
-
modelValue: item.condition,
|
|
38
|
-
"onUpdate:modelValue": ($event) => item.condition = $event,
|
|
39
|
-
style: { "margin-top": "8px" },
|
|
40
|
-
class: "amb-design-attr-item"
|
|
41
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
42
|
-
createVNode(_component_el_input, {
|
|
43
|
-
modelValue: item.style,
|
|
44
|
-
"onUpdate:modelValue": ($event) => item.style = $event,
|
|
45
|
-
autosize: { minRows: 4 },
|
|
46
|
-
class: "amb-design-attr-item",
|
|
47
|
-
type: "textarea",
|
|
48
|
-
placeholder: "Please input"
|
|
49
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
50
|
-
createElementVNode("div", null, [
|
|
51
|
-
createVNode(_component_el_icon, { style: { "width": "100%" } }, {
|
|
52
|
-
default: withCtx(() => [
|
|
53
|
-
createVNode(unref(Plus), { onClick: addOrgFieldsItem }),
|
|
54
|
-
createVNode(unref(Minus), {
|
|
55
|
-
onClick: ($event) => reomveOrgFieldsItem(index)
|
|
56
|
-
}, null, 8, ["onClick"])
|
|
57
|
-
]),
|
|
58
|
-
_: 2
|
|
59
|
-
}, 1024)
|
|
60
|
-
])
|
|
61
|
-
]);
|
|
62
|
-
}), 128)),
|
|
63
|
-
!__props.list || __props.list.length === 0 ? (openBlock(), createBlock(_component_el_icon, {
|
|
64
|
-
key: 0,
|
|
65
|
-
style: { "width": "100%" }
|
|
66
|
-
}, {
|
|
67
|
-
default: withCtx(() => [
|
|
68
|
-
createVNode(unref(Plus), { onClick: addOrgFieldsItem })
|
|
69
|
-
]),
|
|
70
|
-
_: 1
|
|
71
|
-
})) : createCommentVNode("", true)
|
|
72
|
-
], 64);
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
});
|
|
76
|
-
export {
|
|
77
|
-
_sfc_main as default
|
|
78
|
-
};
|