super-page-designer 2.0.98 → 2.0.99
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 +725 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +1 -725
- 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/object-design.vue.js +2 -2
- package/dist/es/style.css +115 -115
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ import "agilebuilder-ui/src/utils/request";
|
|
|
8
8
|
import "uuid";
|
|
9
9
|
import "../../../../../../stores/page-store.js";
|
|
10
10
|
import "../../../../../../stores/table-store.js";
|
|
11
|
-
import "../../common/common-variable-bind.
|
|
11
|
+
import "../../common/common-variable-bind.vue3.js";
|
|
12
12
|
import "../../../../utils/eventBus.js";
|
|
13
13
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
14
14
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -7,7 +7,7 @@ import "@element-plus/icons-vue";
|
|
|
7
7
|
import http from "agilebuilder-ui/src/utils/request";
|
|
8
8
|
import { usePageContextStore } from "../../../../../../stores/page-store.js";
|
|
9
9
|
import "../../../../../../stores/table-store.js";
|
|
10
|
-
import "../../common/common-variable-bind.
|
|
10
|
+
import "../../common/common-variable-bind.vue3.js";
|
|
11
11
|
import _sfc_main$4 from "./data-origin-service-in.vue.js";
|
|
12
12
|
import { queryTableFields } from "../../../../utils/page-table-util.js";
|
|
13
13
|
import { getCustomFuncs } from "../../../../utils/page-event-util.js";
|
|
@@ -54,7 +54,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
54
54
|
if (!((_b = (_a = props.pageDesign) == null ? void 0 : _a.tableUuids) == null ? void 0 : _b.includes(props.configure.uuid))) {
|
|
55
55
|
(_d = (_c = props.pageDesign) == null ? void 0 : _c.tableUuids) == null ? void 0 : _d.push(props.configure.uuid);
|
|
56
56
|
}
|
|
57
|
-
if (
|
|
57
|
+
if ((_e = props.pageDesign) == null ? void 0 : _e.listCodesMap) {
|
|
58
58
|
const listCode = getListCode(props.pageDesign.code, props.pageDesign.version, props.configure.uuid);
|
|
59
59
|
props.pageDesign.listCodesMap[listCode] = props.configure.code;
|
|
60
60
|
}
|
|
@@ -66,7 +66,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
66
66
|
(_d = (_c = props.pageDesign) == null ? void 0 : _c.tableUuids) == null ? void 0 : _d.shift(uuidIndex, 1);
|
|
67
67
|
}
|
|
68
68
|
const listCode = getListCode(props.pageDesign.code, props.pageDesign.version, props.configure.uuid);
|
|
69
|
-
if (props.pageDesign.listCodesMap[listCode]) {
|
|
69
|
+
if (props.pageDesign.listCodesMap && props.pageDesign.listCodesMap[listCode]) {
|
|
70
70
|
delete props.pageDesign.listCodesMap[listCode];
|
|
71
71
|
}
|
|
72
72
|
});
|
package/dist/es/style.css
CHANGED
|
@@ -675,10 +675,6 @@ fieldset.amb-design-item-selected {
|
|
|
675
675
|
[data-v-56a8e877]::-webkit-scrollbar-thumb:hover {
|
|
676
676
|
background-color: grey;
|
|
677
677
|
}
|
|
678
|
-
|
|
679
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
680
|
-
cursor: default;
|
|
681
|
-
}
|
|
682
678
|
.el-tree-node__content {
|
|
683
679
|
height: 34px !important;
|
|
684
680
|
}
|
|
@@ -1298,6 +1294,10 @@ fieldset.amb-design-item-selected {
|
|
|
1298
1294
|
padding: 10px;
|
|
1299
1295
|
font-weight: bold;
|
|
1300
1296
|
}
|
|
1297
|
+
|
|
1298
|
+
.el-select__wrapper.is-disabled{
|
|
1299
|
+
cursor: default;
|
|
1300
|
+
}
|
|
1301
1301
|
.el-tree-node__content {
|
|
1302
1302
|
height: 34px !important;
|
|
1303
1303
|
}
|
|
@@ -1917,6 +1917,10 @@ fieldset.amb-design-item-selected {
|
|
|
1917
1917
|
padding: 10px;
|
|
1918
1918
|
font-weight: bold;
|
|
1919
1919
|
}
|
|
1920
|
+
|
|
1921
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
1922
|
+
cursor: default;
|
|
1923
|
+
}
|
|
1920
1924
|
.el-tree-node__content {
|
|
1921
1925
|
height: 34px !important;
|
|
1922
1926
|
}
|
|
@@ -2536,10 +2540,6 @@ fieldset.amb-design-item-selected {
|
|
|
2536
2540
|
padding: 10px;
|
|
2537
2541
|
font-weight: bold;
|
|
2538
2542
|
}
|
|
2539
|
-
|
|
2540
|
-
.el-select__wrapper.is-disabled{
|
|
2541
|
-
cursor: default;
|
|
2542
|
-
}
|
|
2543
2543
|
.el-tree-node__content {
|
|
2544
2544
|
height: 34px !important;
|
|
2545
2545
|
}
|
|
@@ -9349,6 +9349,56 @@ fieldset.amb-design-item-selected {
|
|
|
9349
9349
|
padding: 10px;
|
|
9350
9350
|
font-weight: bold;
|
|
9351
9351
|
}
|
|
9352
|
+
|
|
9353
|
+
/*不显示列样式*/
|
|
9354
|
+
.hiddenBorder {
|
|
9355
|
+
border-right: solid 1px #ebebeb !important;
|
|
9356
|
+
border-left: solid 1px #ebebeb !important;
|
|
9357
|
+
background-color: #ebebeb !important;
|
|
9358
|
+
}
|
|
9359
|
+
/*选中列样式*/
|
|
9360
|
+
.addBorder {
|
|
9361
|
+
border-right: solid 1px #5893ef !important;
|
|
9362
|
+
border-left: solid 1px #5893ef !important;
|
|
9363
|
+
background-color: #5893ef !important;
|
|
9364
|
+
color: #ffffff;
|
|
9365
|
+
}
|
|
9366
|
+
.ghost {
|
|
9367
|
+
opacity: 0.5;
|
|
9368
|
+
background: #c8ebfb;
|
|
9369
|
+
}
|
|
9370
|
+
|
|
9371
|
+
li[data-v-55bb4cd3] {
|
|
9372
|
+
color: #333;
|
|
9373
|
+
}
|
|
9374
|
+
.context-menu[data-v-55bb4cd3] {
|
|
9375
|
+
position: fixed;
|
|
9376
|
+
background: #fff;
|
|
9377
|
+
z-index: 999;
|
|
9378
|
+
padding: 5px;
|
|
9379
|
+
margin: 0;
|
|
9380
|
+
margin-top: 30px;
|
|
9381
|
+
}
|
|
9382
|
+
.context-menu li[data-v-55bb4cd3] {
|
|
9383
|
+
min-width: 75px;
|
|
9384
|
+
height: 28px;
|
|
9385
|
+
line-height: 28px;
|
|
9386
|
+
text-align: left;
|
|
9387
|
+
color: #1a1a1a;
|
|
9388
|
+
cursor: pointer;
|
|
9389
|
+
}
|
|
9390
|
+
.context-menu li[data-v-55bb4cd3]:hover {
|
|
9391
|
+
background: #5893ef;
|
|
9392
|
+
color: #fff;
|
|
9393
|
+
}
|
|
9394
|
+
.context-menu[data-v-55bb4cd3] {
|
|
9395
|
+
border: 1px solid #eee;
|
|
9396
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9397
|
+
border-radius: 5px;
|
|
9398
|
+
}
|
|
9399
|
+
li[data-v-55bb4cd3] {
|
|
9400
|
+
list-style-type: none;
|
|
9401
|
+
}
|
|
9352
9402
|
.el-tree-node__content {
|
|
9353
9403
|
height: 34px !important;
|
|
9354
9404
|
}
|
|
@@ -9968,56 +10018,6 @@ fieldset.amb-design-item-selected {
|
|
|
9968
10018
|
padding: 10px;
|
|
9969
10019
|
font-weight: bold;
|
|
9970
10020
|
}
|
|
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-55bb4cd3] {
|
|
9991
|
-
color: #333;
|
|
9992
|
-
}
|
|
9993
|
-
.context-menu[data-v-55bb4cd3] {
|
|
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-55bb4cd3] {
|
|
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-55bb4cd3]:hover {
|
|
10010
|
-
background: #5893ef;
|
|
10011
|
-
color: #fff;
|
|
10012
|
-
}
|
|
10013
|
-
.context-menu[data-v-55bb4cd3] {
|
|
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-55bb4cd3] {
|
|
10019
|
-
list-style-type: none;
|
|
10020
|
-
}
|
|
10021
10021
|
.el-tree-node__content {
|
|
10022
10022
|
height: 34px !important;
|
|
10023
10023
|
}
|
|
@@ -16208,10 +16208,6 @@ fieldset.amb-design-item-selected {
|
|
|
16208
16208
|
padding: 10px;
|
|
16209
16209
|
font-weight: bold;
|
|
16210
16210
|
}
|
|
16211
|
-
|
|
16212
|
-
[data-v-d87986ba] .el-form-item__label{
|
|
16213
|
-
padding: 0;
|
|
16214
|
-
}
|
|
16215
16211
|
.el-tree-node__content {
|
|
16216
16212
|
height: 34px !important;
|
|
16217
16213
|
}
|
|
@@ -16832,9 +16828,8 @@ fieldset.amb-design-item-selected {
|
|
|
16832
16828
|
font-weight: bold;
|
|
16833
16829
|
}
|
|
16834
16830
|
|
|
16835
|
-
|
|
16836
|
-
|
|
16837
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16831
|
+
[data-v-d87986ba] .el-form-item__label{
|
|
16832
|
+
padding: 0;
|
|
16838
16833
|
}
|
|
16839
16834
|
|
|
16840
16835
|
.amb-design-attr-header[data-v-226997f7] {
|
|
@@ -16863,6 +16858,11 @@ fieldset.amb-design-item-selected {
|
|
|
16863
16858
|
color: #ffffff;
|
|
16864
16859
|
}
|
|
16865
16860
|
|
|
16861
|
+
.seleteSort[data-v-c93dc980] {
|
|
16862
|
+
border-radius: 5px;
|
|
16863
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16864
|
+
}
|
|
16865
|
+
|
|
16866
16866
|
.event-item[data-v-c7ab7527] {
|
|
16867
16867
|
font-size: 12px;
|
|
16868
16868
|
border-bottom: 2px dashed #f5f6f8;
|
|
@@ -16879,15 +16879,6 @@ fieldset.amb-design-item-selected {
|
|
|
16879
16879
|
border: 1px solid rgba(88, 147, 239);
|
|
16880
16880
|
}
|
|
16881
16881
|
|
|
16882
|
-
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
16883
|
-
display: flex;
|
|
16884
|
-
justify-content: space-between;
|
|
16885
|
-
text-align: center
|
|
16886
|
-
}
|
|
16887
|
-
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
16888
|
-
width: 100%
|
|
16889
|
-
}
|
|
16890
|
-
|
|
16891
16882
|
.editorTool[data-v-26f79956] {
|
|
16892
16883
|
margin-left: auto;
|
|
16893
16884
|
}
|
|
@@ -16901,6 +16892,56 @@ fieldset.amb-design-item-selected {
|
|
|
16901
16892
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16902
16893
|
}
|
|
16903
16894
|
|
|
16895
|
+
.icon-set-center-body[data-v-4aa5ce08]{
|
|
16896
|
+
display: grid;
|
|
16897
|
+
grid-template-columns:repeat(5,1fr);
|
|
16898
|
+
grid-column-gap: 1px;
|
|
16899
|
+
}
|
|
16900
|
+
.icon-set-center-item[data-v-4aa5ce08]{
|
|
16901
|
+
width: 100%;
|
|
16902
|
+
height: 80px;
|
|
16903
|
+
display: flex;
|
|
16904
|
+
align-items: center;
|
|
16905
|
+
flex-direction: column;
|
|
16906
|
+
justify-content: center;
|
|
16907
|
+
cursor: pointer;
|
|
16908
|
+
border: 1px solid #eeeeee;
|
|
16909
|
+
}
|
|
16910
|
+
.icon-set-center-creation[data-v-4aa5ce08]{
|
|
16911
|
+
width: 100%;
|
|
16912
|
+
display: flex;
|
|
16913
|
+
align-items: center;
|
|
16914
|
+
justify-content: center;
|
|
16915
|
+
cursor: pointer;
|
|
16916
|
+
border: 1px solid #eeeeee;
|
|
16917
|
+
}
|
|
16918
|
+
.icon-set-center-item[data-v-4aa5ce08]:hover{
|
|
16919
|
+
background-color: #f2f6fc;
|
|
16920
|
+
}
|
|
16921
|
+
.icon-set-center-creation[data-v-4aa5ce08]:hover{
|
|
16922
|
+
background-color: #f2f6fc;
|
|
16923
|
+
}
|
|
16924
|
+
.icon-set-center-item-border[data-v-4aa5ce08]{
|
|
16925
|
+
border: 1px solid #5893ef;
|
|
16926
|
+
z-index: 1;
|
|
16927
|
+
}
|
|
16928
|
+
.el-form-item[data-v-4aa5ce08]{
|
|
16929
|
+
margin-bottom: 20px;
|
|
16930
|
+
}
|
|
16931
|
+
|
|
16932
|
+
.el-tag[data-v-665d3bf4]{
|
|
16933
|
+
margin-left: 10px;
|
|
16934
|
+
}
|
|
16935
|
+
|
|
16936
|
+
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
16937
|
+
display: flex;
|
|
16938
|
+
justify-content: space-between;
|
|
16939
|
+
text-align: center
|
|
16940
|
+
}
|
|
16941
|
+
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
16942
|
+
width: 100%
|
|
16943
|
+
}
|
|
16944
|
+
|
|
16904
16945
|
.seleteSort[data-v-a8c75465] {
|
|
16905
16946
|
border-radius: 5px;
|
|
16906
16947
|
border: 1px solid rgba(88, 147, 239);
|
|
@@ -16951,47 +16992,6 @@ li[data-v-b436905c] {
|
|
|
16951
16992
|
list-style-type: none;
|
|
16952
16993
|
}
|
|
16953
16994
|
|
|
16954
|
-
.icon-set-center-body[data-v-4aa5ce08]{
|
|
16955
|
-
display: grid;
|
|
16956
|
-
grid-template-columns:repeat(5,1fr);
|
|
16957
|
-
grid-column-gap: 1px;
|
|
16958
|
-
}
|
|
16959
|
-
.icon-set-center-item[data-v-4aa5ce08]{
|
|
16960
|
-
width: 100%;
|
|
16961
|
-
height: 80px;
|
|
16962
|
-
display: flex;
|
|
16963
|
-
align-items: center;
|
|
16964
|
-
flex-direction: column;
|
|
16965
|
-
justify-content: center;
|
|
16966
|
-
cursor: pointer;
|
|
16967
|
-
border: 1px solid #eeeeee;
|
|
16968
|
-
}
|
|
16969
|
-
.icon-set-center-creation[data-v-4aa5ce08]{
|
|
16970
|
-
width: 100%;
|
|
16971
|
-
display: flex;
|
|
16972
|
-
align-items: center;
|
|
16973
|
-
justify-content: center;
|
|
16974
|
-
cursor: pointer;
|
|
16975
|
-
border: 1px solid #eeeeee;
|
|
16976
|
-
}
|
|
16977
|
-
.icon-set-center-item[data-v-4aa5ce08]:hover{
|
|
16978
|
-
background-color: #f2f6fc;
|
|
16979
|
-
}
|
|
16980
|
-
.icon-set-center-creation[data-v-4aa5ce08]:hover{
|
|
16981
|
-
background-color: #f2f6fc;
|
|
16982
|
-
}
|
|
16983
|
-
.icon-set-center-item-border[data-v-4aa5ce08]{
|
|
16984
|
-
border: 1px solid #5893ef;
|
|
16985
|
-
z-index: 1;
|
|
16986
|
-
}
|
|
16987
|
-
.el-form-item[data-v-4aa5ce08]{
|
|
16988
|
-
margin-bottom: 20px;
|
|
16989
|
-
}
|
|
16990
|
-
|
|
16991
|
-
.el-tag[data-v-665d3bf4]{
|
|
16992
|
-
margin-left: 10px;
|
|
16993
|
-
}
|
|
16994
|
-
|
|
16995
16995
|
.seleteSort[data-v-97438be5] {
|
|
16996
16996
|
border-radius: 5px;
|
|
16997
16997
|
border: 1px solid rgba(88, 147, 239);
|