super-page-designer 2.0.31 → 2.0.34
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 +17 -0
- package/dist/es/components/design/utils/page-explore-util.d.ts +2 -2
- package/dist/es/components/design/utils/page-explore-util.js +5 -17
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -487
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +686 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +55 -25
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +9 -106
- package/dist/es/components/design/views/design/page-design.vue.js +14 -20
- package/dist/es/components/design/views/design/view/attr-container.vue.js +23 -1
- package/dist/es/style.css +90 -90
- package/package.json +4 -4
package/dist/es/style.css
CHANGED
|
@@ -9099,6 +9099,56 @@ fieldset.amb-design-item-selected {
|
|
|
9099
9099
|
/* font-size: 14px; */
|
|
9100
9100
|
margin-bottom: -8px;
|
|
9101
9101
|
}
|
|
9102
|
+
|
|
9103
|
+
/*不显示列样式*/
|
|
9104
|
+
.hiddenBorder{
|
|
9105
|
+
border-right: solid 1px #ebebeb !important;
|
|
9106
|
+
border-left: solid 1px #ebebeb !important;
|
|
9107
|
+
background-color: #ebebeb !important;
|
|
9108
|
+
}
|
|
9109
|
+
/*选中列样式*/
|
|
9110
|
+
.addBorder{
|
|
9111
|
+
border-right: solid 1px #5893ef !important;
|
|
9112
|
+
border-left: solid 1px #5893ef !important;
|
|
9113
|
+
background-color: #5893ef !important;
|
|
9114
|
+
color: #FFFFFF;
|
|
9115
|
+
}
|
|
9116
|
+
.ghost {
|
|
9117
|
+
opacity: 0.5;
|
|
9118
|
+
background: #c8ebfb;
|
|
9119
|
+
}
|
|
9120
|
+
|
|
9121
|
+
li[data-v-8f9a70b0] {
|
|
9122
|
+
color: #333;
|
|
9123
|
+
}
|
|
9124
|
+
.context-menu[data-v-8f9a70b0] {
|
|
9125
|
+
position: fixed;
|
|
9126
|
+
background: #fff;
|
|
9127
|
+
z-index: 999;
|
|
9128
|
+
padding: 5px;
|
|
9129
|
+
margin: 0;
|
|
9130
|
+
margin-top: 30px;
|
|
9131
|
+
}
|
|
9132
|
+
.context-menu li[data-v-8f9a70b0] {
|
|
9133
|
+
min-width: 75px;
|
|
9134
|
+
height: 28px;
|
|
9135
|
+
line-height: 28px;
|
|
9136
|
+
text-align: left;
|
|
9137
|
+
color: #1a1a1a;
|
|
9138
|
+
cursor: pointer;
|
|
9139
|
+
}
|
|
9140
|
+
.context-menu li[data-v-8f9a70b0]:hover {
|
|
9141
|
+
background: #5893ef;
|
|
9142
|
+
color: #fff;
|
|
9143
|
+
}
|
|
9144
|
+
.context-menu[data-v-8f9a70b0] {
|
|
9145
|
+
border: 1px solid #eee;
|
|
9146
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9147
|
+
border-radius: 5px;
|
|
9148
|
+
}
|
|
9149
|
+
li[data-v-8f9a70b0] {
|
|
9150
|
+
list-style-type: none;
|
|
9151
|
+
}
|
|
9102
9152
|
.el-tree-node__content {
|
|
9103
9153
|
height: 34px !important;
|
|
9104
9154
|
}
|
|
@@ -9702,56 +9752,6 @@ fieldset.amb-design-item-selected {
|
|
|
9702
9752
|
/* font-size: 14px; */
|
|
9703
9753
|
margin-bottom: -8px;
|
|
9704
9754
|
}
|
|
9705
|
-
|
|
9706
|
-
/*不显示列样式*/
|
|
9707
|
-
.hiddenBorder{
|
|
9708
|
-
border-right: solid 1px #ebebeb !important;
|
|
9709
|
-
border-left: solid 1px #ebebeb !important;
|
|
9710
|
-
background-color: #ebebeb !important;
|
|
9711
|
-
}
|
|
9712
|
-
/*选中列样式*/
|
|
9713
|
-
.addBorder{
|
|
9714
|
-
border-right: solid 1px #5893ef !important;
|
|
9715
|
-
border-left: solid 1px #5893ef !important;
|
|
9716
|
-
background-color: #5893ef !important;
|
|
9717
|
-
color: #FFFFFF;
|
|
9718
|
-
}
|
|
9719
|
-
.ghost {
|
|
9720
|
-
opacity: 0.5;
|
|
9721
|
-
background: #c8ebfb;
|
|
9722
|
-
}
|
|
9723
|
-
|
|
9724
|
-
li[data-v-8f9a70b0] {
|
|
9725
|
-
color: #333;
|
|
9726
|
-
}
|
|
9727
|
-
.context-menu[data-v-8f9a70b0] {
|
|
9728
|
-
position: fixed;
|
|
9729
|
-
background: #fff;
|
|
9730
|
-
z-index: 999;
|
|
9731
|
-
padding: 5px;
|
|
9732
|
-
margin: 0;
|
|
9733
|
-
margin-top: 30px;
|
|
9734
|
-
}
|
|
9735
|
-
.context-menu li[data-v-8f9a70b0] {
|
|
9736
|
-
min-width: 75px;
|
|
9737
|
-
height: 28px;
|
|
9738
|
-
line-height: 28px;
|
|
9739
|
-
text-align: left;
|
|
9740
|
-
color: #1a1a1a;
|
|
9741
|
-
cursor: pointer;
|
|
9742
|
-
}
|
|
9743
|
-
.context-menu li[data-v-8f9a70b0]:hover {
|
|
9744
|
-
background: #5893ef;
|
|
9745
|
-
color: #fff;
|
|
9746
|
-
}
|
|
9747
|
-
.context-menu[data-v-8f9a70b0] {
|
|
9748
|
-
border: 1px solid #eee;
|
|
9749
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9750
|
-
border-radius: 5px;
|
|
9751
|
-
}
|
|
9752
|
-
li[data-v-8f9a70b0] {
|
|
9753
|
-
list-style-type: none;
|
|
9754
|
-
}
|
|
9755
9755
|
.el-tree-node__content {
|
|
9756
9756
|
height: 34px !important;
|
|
9757
9757
|
}
|
|
@@ -15813,10 +15813,6 @@ fieldset.amb-design-item-selected {
|
|
|
15813
15813
|
color: #ffffff;
|
|
15814
15814
|
}
|
|
15815
15815
|
|
|
15816
|
-
.amb-design-event-content[data-v-524242a9] {
|
|
15817
|
-
padding: 10px;
|
|
15818
|
-
}
|
|
15819
|
-
|
|
15820
15816
|
.amb-design-attr-header[data-v-5458d957] {
|
|
15821
15817
|
position: sticky;
|
|
15822
15818
|
position: -webkit-sticky;
|
|
@@ -15855,6 +15851,10 @@ fieldset.amb-design-item-selected {
|
|
|
15855
15851
|
color: #ffffff;
|
|
15856
15852
|
}
|
|
15857
15853
|
|
|
15854
|
+
.amb-design-event-content[data-v-524242a9] {
|
|
15855
|
+
padding: 10px;
|
|
15856
|
+
}
|
|
15857
|
+
|
|
15858
15858
|
.event-item[data-v-c7ab7527] {
|
|
15859
15859
|
font-size: 12px;
|
|
15860
15860
|
border-bottom: 2px dashed #f5f6f8;
|
|
@@ -15862,7 +15862,7 @@ fieldset.amb-design-item-selected {
|
|
|
15862
15862
|
padding-bottom: 5px;
|
|
15863
15863
|
}
|
|
15864
15864
|
|
|
15865
|
-
[data-v-
|
|
15865
|
+
[data-v-f4f78abb] .el-cascader-menu {
|
|
15866
15866
|
min-width: 120px !important;
|
|
15867
15867
|
}
|
|
15868
15868
|
|
|
@@ -15871,19 +15871,6 @@ fieldset.amb-design-item-selected {
|
|
|
15871
15871
|
border: 1px solid rgba(88, 147, 239);
|
|
15872
15872
|
}
|
|
15873
15873
|
|
|
15874
|
-
.editorTool[data-v-26f79956] {
|
|
15875
|
-
margin-left: auto;
|
|
15876
|
-
}
|
|
15877
|
-
.editorOption[data-v-26f79956] {
|
|
15878
|
-
margin-right: 10px;
|
|
15879
|
-
cursor: pointer;
|
|
15880
|
-
}
|
|
15881
|
-
.pppp[data-v-26f79956] {
|
|
15882
|
-
display: flex; /* 使用Flex布局 */
|
|
15883
|
-
justify-content: flex-start;
|
|
15884
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
15885
|
-
}
|
|
15886
|
-
|
|
15887
15874
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
15888
15875
|
display: grid;
|
|
15889
15876
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -15921,28 +15908,6 @@ fieldset.amb-design-item-selected {
|
|
|
15921
15908
|
margin-bottom: 20px;
|
|
15922
15909
|
}
|
|
15923
15910
|
|
|
15924
|
-
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
15925
|
-
display: flex;
|
|
15926
|
-
justify-content: space-between;
|
|
15927
|
-
text-align: center
|
|
15928
|
-
}
|
|
15929
|
-
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
15930
|
-
width: 100%
|
|
15931
|
-
}
|
|
15932
|
-
|
|
15933
|
-
.seleteSort[data-v-27cba854] {
|
|
15934
|
-
border-radius: 5px;
|
|
15935
|
-
border: 1px solid rgba(88, 147, 239);
|
|
15936
|
-
}
|
|
15937
|
-
|
|
15938
|
-
.seleteSort[data-v-97438be5] {
|
|
15939
|
-
border-radius: 5px;
|
|
15940
|
-
border: 1px solid rgba(88, 147, 239);
|
|
15941
|
-
}
|
|
15942
|
-
[data-v-97438be5] .el-select__selection{
|
|
15943
|
-
display: inline-block;
|
|
15944
|
-
}
|
|
15945
|
-
|
|
15946
15911
|
li[data-v-690ad0d7] {
|
|
15947
15912
|
color: #333;
|
|
15948
15913
|
}
|
|
@@ -15988,6 +15953,41 @@ li[data-v-690ad0d7] {
|
|
|
15988
15953
|
color: #7b7b7b;
|
|
15989
15954
|
}
|
|
15990
15955
|
|
|
15956
|
+
.seleteSort[data-v-27cba854] {
|
|
15957
|
+
border-radius: 5px;
|
|
15958
|
+
border: 1px solid rgba(88, 147, 239);
|
|
15959
|
+
}
|
|
15960
|
+
|
|
15961
|
+
.editorTool[data-v-26f79956] {
|
|
15962
|
+
margin-left: auto;
|
|
15963
|
+
}
|
|
15964
|
+
.editorOption[data-v-26f79956] {
|
|
15965
|
+
margin-right: 10px;
|
|
15966
|
+
cursor: pointer;
|
|
15967
|
+
}
|
|
15968
|
+
.pppp[data-v-26f79956] {
|
|
15969
|
+
display: flex; /* 使用Flex布局 */
|
|
15970
|
+
justify-content: flex-start;
|
|
15971
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
15972
|
+
}
|
|
15973
|
+
|
|
15974
|
+
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
15975
|
+
display: flex;
|
|
15976
|
+
justify-content: space-between;
|
|
15977
|
+
text-align: center
|
|
15978
|
+
}
|
|
15979
|
+
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
15980
|
+
width: 100%
|
|
15981
|
+
}
|
|
15982
|
+
|
|
15983
|
+
.seleteSort[data-v-97438be5] {
|
|
15984
|
+
border-radius: 5px;
|
|
15985
|
+
border: 1px solid rgba(88, 147, 239);
|
|
15986
|
+
}
|
|
15987
|
+
[data-v-97438be5] .el-select__selection{
|
|
15988
|
+
display: inline-block;
|
|
15989
|
+
}
|
|
15990
|
+
|
|
15991
15991
|
.el-tag[data-v-665d3bf4]{
|
|
15992
15992
|
margin-left: 10px;
|
|
15993
15993
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.34",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -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.33",
|
|
42
|
+
"super-page-runtime": "2.0.32",
|
|
43
43
|
"uuid": "^9.0.1",
|
|
44
44
|
"vite": "^5.1.6",
|
|
45
45
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"vue-echarts": "^6.6.9",
|
|
51
51
|
"vue-router": "^4.3.0",
|
|
52
52
|
"vuex": "^4.1.0",
|
|
53
|
-
"workflow-editor": "0.0.
|
|
53
|
+
"workflow-editor": "0.0.31-up"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@codemirror/autocomplete": "^6.16.0",
|