super-page-designer 2.0.73 → 2.0.78
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/views/assemblys/common/common-variable-bind.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +702 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +1 -702
- package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/formatting.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/querySetting.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -2
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue2.js +217 -1
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue3.js +1 -217
- package/dist/es/style.css +76 -76
- package/package.json +4 -4
package/dist/es/style.css
CHANGED
|
@@ -3770,10 +3770,6 @@ fieldset.amb-design-item-selected {
|
|
|
3770
3770
|
padding: 10px;
|
|
3771
3771
|
font-weight: bold;
|
|
3772
3772
|
}
|
|
3773
|
-
|
|
3774
|
-
.el-select__wrapper.is-disabled{
|
|
3775
|
-
cursor: default;
|
|
3776
|
-
}
|
|
3777
3773
|
.el-tree-node__content {
|
|
3778
3774
|
height: 34px !important;
|
|
3779
3775
|
}
|
|
@@ -4393,6 +4389,10 @@ fieldset.amb-design-item-selected {
|
|
|
4393
4389
|
padding: 10px;
|
|
4394
4390
|
font-weight: bold;
|
|
4395
4391
|
}
|
|
4392
|
+
|
|
4393
|
+
.el-select__wrapper.is-disabled{
|
|
4394
|
+
cursor: default;
|
|
4395
|
+
}
|
|
4396
4396
|
.el-tree-node__content {
|
|
4397
4397
|
height: 34px !important;
|
|
4398
4398
|
}
|
|
@@ -9968,56 +9968,6 @@ fieldset.amb-design-item-selected {
|
|
|
9968
9968
|
padding: 10px;
|
|
9969
9969
|
font-weight: bold;
|
|
9970
9970
|
}
|
|
9971
|
-
|
|
9972
|
-
/*不显示列样式*/
|
|
9973
|
-
.hiddenBorder {
|
|
9974
|
-
border-right: solid 1px #ebebeb !important;
|
|
9975
|
-
border-left: solid 1px #ebebeb !important;
|
|
9976
|
-
background-color: #ebebeb !important;
|
|
9977
|
-
}
|
|
9978
|
-
/*选中列样式*/
|
|
9979
|
-
.addBorder {
|
|
9980
|
-
border-right: solid 1px #5893ef !important;
|
|
9981
|
-
border-left: solid 1px #5893ef !important;
|
|
9982
|
-
background-color: #5893ef !important;
|
|
9983
|
-
color: #ffffff;
|
|
9984
|
-
}
|
|
9985
|
-
.ghost {
|
|
9986
|
-
opacity: 0.5;
|
|
9987
|
-
background: #c8ebfb;
|
|
9988
|
-
}
|
|
9989
|
-
|
|
9990
|
-
li[data-v-fdf0b268] {
|
|
9991
|
-
color: #333;
|
|
9992
|
-
}
|
|
9993
|
-
.context-menu[data-v-fdf0b268] {
|
|
9994
|
-
position: fixed;
|
|
9995
|
-
background: #fff;
|
|
9996
|
-
z-index: 999;
|
|
9997
|
-
padding: 5px;
|
|
9998
|
-
margin: 0;
|
|
9999
|
-
margin-top: 30px;
|
|
10000
|
-
}
|
|
10001
|
-
.context-menu li[data-v-fdf0b268] {
|
|
10002
|
-
min-width: 75px;
|
|
10003
|
-
height: 28px;
|
|
10004
|
-
line-height: 28px;
|
|
10005
|
-
text-align: left;
|
|
10006
|
-
color: #1a1a1a;
|
|
10007
|
-
cursor: pointer;
|
|
10008
|
-
}
|
|
10009
|
-
.context-menu li[data-v-fdf0b268]:hover {
|
|
10010
|
-
background: #5893ef;
|
|
10011
|
-
color: #fff;
|
|
10012
|
-
}
|
|
10013
|
-
.context-menu[data-v-fdf0b268] {
|
|
10014
|
-
border: 1px solid #eee;
|
|
10015
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10016
|
-
border-radius: 5px;
|
|
10017
|
-
}
|
|
10018
|
-
li[data-v-fdf0b268] {
|
|
10019
|
-
list-style-type: none;
|
|
10020
|
-
}
|
|
10021
9971
|
.el-tree-node__content {
|
|
10022
9972
|
height: 34px !important;
|
|
10023
9973
|
}
|
|
@@ -10637,6 +10587,56 @@ fieldset.amb-design-item-selected {
|
|
|
10637
10587
|
padding: 10px;
|
|
10638
10588
|
font-weight: bold;
|
|
10639
10589
|
}
|
|
10590
|
+
|
|
10591
|
+
/*不显示列样式*/
|
|
10592
|
+
.hiddenBorder {
|
|
10593
|
+
border-right: solid 1px #ebebeb !important;
|
|
10594
|
+
border-left: solid 1px #ebebeb !important;
|
|
10595
|
+
background-color: #ebebeb !important;
|
|
10596
|
+
}
|
|
10597
|
+
/*选中列样式*/
|
|
10598
|
+
.addBorder {
|
|
10599
|
+
border-right: solid 1px #5893ef !important;
|
|
10600
|
+
border-left: solid 1px #5893ef !important;
|
|
10601
|
+
background-color: #5893ef !important;
|
|
10602
|
+
color: #ffffff;
|
|
10603
|
+
}
|
|
10604
|
+
.ghost {
|
|
10605
|
+
opacity: 0.5;
|
|
10606
|
+
background: #c8ebfb;
|
|
10607
|
+
}
|
|
10608
|
+
|
|
10609
|
+
li[data-v-fdf0b268] {
|
|
10610
|
+
color: #333;
|
|
10611
|
+
}
|
|
10612
|
+
.context-menu[data-v-fdf0b268] {
|
|
10613
|
+
position: fixed;
|
|
10614
|
+
background: #fff;
|
|
10615
|
+
z-index: 999;
|
|
10616
|
+
padding: 5px;
|
|
10617
|
+
margin: 0;
|
|
10618
|
+
margin-top: 30px;
|
|
10619
|
+
}
|
|
10620
|
+
.context-menu li[data-v-fdf0b268] {
|
|
10621
|
+
min-width: 75px;
|
|
10622
|
+
height: 28px;
|
|
10623
|
+
line-height: 28px;
|
|
10624
|
+
text-align: left;
|
|
10625
|
+
color: #1a1a1a;
|
|
10626
|
+
cursor: pointer;
|
|
10627
|
+
}
|
|
10628
|
+
.context-menu li[data-v-fdf0b268]:hover {
|
|
10629
|
+
background: #5893ef;
|
|
10630
|
+
color: #fff;
|
|
10631
|
+
}
|
|
10632
|
+
.context-menu[data-v-fdf0b268] {
|
|
10633
|
+
border: 1px solid #eee;
|
|
10634
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10635
|
+
border-radius: 5px;
|
|
10636
|
+
}
|
|
10637
|
+
li[data-v-fdf0b268] {
|
|
10638
|
+
list-style-type: none;
|
|
10639
|
+
}
|
|
10640
10640
|
.el-tree-node__content {
|
|
10641
10641
|
height: 34px !important;
|
|
10642
10642
|
}
|
|
@@ -15589,6 +15589,10 @@ fieldset.amb-design-item-selected {
|
|
|
15589
15589
|
padding: 10px;
|
|
15590
15590
|
font-weight: bold;
|
|
15591
15591
|
}
|
|
15592
|
+
|
|
15593
|
+
[data-v-d87986ba] .el-form-item__label{
|
|
15594
|
+
padding: 0;
|
|
15595
|
+
}
|
|
15592
15596
|
.el-tree-node__content {
|
|
15593
15597
|
height: 34px !important;
|
|
15594
15598
|
}
|
|
@@ -16209,10 +16213,6 @@ fieldset.amb-design-item-selected {
|
|
|
16209
16213
|
font-weight: bold;
|
|
16210
16214
|
}
|
|
16211
16215
|
|
|
16212
|
-
[data-v-d87986ba] .el-form-item__label{
|
|
16213
|
-
padding: 0;
|
|
16214
|
-
}
|
|
16215
|
-
|
|
16216
16216
|
.amb-design-attr-header[data-v-226997f7] {
|
|
16217
16217
|
position: sticky;
|
|
16218
16218
|
position: -webkit-sticky;
|
|
@@ -16263,6 +16263,11 @@ fieldset.amb-design-item-selected {
|
|
|
16263
16263
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16264
16264
|
}
|
|
16265
16265
|
|
|
16266
|
+
.seleteSort[data-v-f1c21952] {
|
|
16267
|
+
border-radius: 5px;
|
|
16268
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16269
|
+
}
|
|
16270
|
+
|
|
16266
16271
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
16267
16272
|
display: grid;
|
|
16268
16273
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -16300,11 +16305,6 @@ fieldset.amb-design-item-selected {
|
|
|
16300
16305
|
margin-bottom: 20px;
|
|
16301
16306
|
}
|
|
16302
16307
|
|
|
16303
|
-
.seleteSort[data-v-f1c21952] {
|
|
16304
|
-
border-radius: 5px;
|
|
16305
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16306
|
-
}
|
|
16307
|
-
|
|
16308
16308
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
16309
16309
|
display: flex;
|
|
16310
16310
|
justify-content: space-between;
|
|
@@ -16314,12 +16314,12 @@ fieldset.amb-design-item-selected {
|
|
|
16314
16314
|
width: 100%
|
|
16315
16315
|
}
|
|
16316
16316
|
|
|
16317
|
-
.
|
|
16318
|
-
|
|
16317
|
+
.seleteSort[data-v-97438be5] {
|
|
16318
|
+
border-radius: 5px;
|
|
16319
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16319
16320
|
}
|
|
16320
|
-
|
|
16321
|
-
|
|
16322
|
-
color: #7b7b7b;
|
|
16321
|
+
[data-v-97438be5] .el-select__selection{
|
|
16322
|
+
display: inline-block;
|
|
16323
16323
|
}
|
|
16324
16324
|
|
|
16325
16325
|
li[data-v-b436905c] {
|
|
@@ -16359,19 +16359,19 @@ li[data-v-b436905c] {
|
|
|
16359
16359
|
list-style-type: none;
|
|
16360
16360
|
}
|
|
16361
16361
|
|
|
16362
|
+
.stateBtn[data-v-ae2798fb]{
|
|
16363
|
+
display: flex;
|
|
16364
|
+
}
|
|
16365
|
+
.stateText[data-v-ae2798fb]{
|
|
16366
|
+
margin-left: 10px;
|
|
16367
|
+
color: #7b7b7b;
|
|
16368
|
+
}
|
|
16369
|
+
|
|
16362
16370
|
.seleteSort[data-v-0f08e3d1] {
|
|
16363
16371
|
border-radius: 5px;
|
|
16364
16372
|
border: 1px solid rgba(88, 147, 239);
|
|
16365
16373
|
}
|
|
16366
16374
|
|
|
16367
|
-
.seleteSort[data-v-97438be5] {
|
|
16368
|
-
border-radius: 5px;
|
|
16369
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16370
|
-
}
|
|
16371
|
-
[data-v-97438be5] .el-select__selection{
|
|
16372
|
-
display: inline-block;
|
|
16373
|
-
}
|
|
16374
|
-
|
|
16375
16375
|
.el-tag[data-v-665d3bf4]{
|
|
16376
16376
|
margin-left: 10px;
|
|
16377
16377
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.78",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
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.55",
|
|
32
32
|
"echarts": "^5.5.0",
|
|
33
33
|
"element-plus": "^2.6.1",
|
|
34
34
|
"font-awesome": "^4.7.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"pinia": "^2.1.7",
|
|
39
39
|
"qrcode": "^1.5.3",
|
|
40
40
|
"quill": "^2.0.1",
|
|
41
|
-
"service-flow-designer": "2.0.
|
|
42
|
-
"super-page-runtime": "2.0.
|
|
41
|
+
"service-flow-designer": "2.0.77",
|
|
42
|
+
"super-page-runtime": "2.0.76",
|
|
43
43
|
"uuid": "^9.0.1",
|
|
44
44
|
"vite": "^5.1.6",
|
|
45
45
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|