super-page-designer 2.0.58 → 2.0.61
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/page-table-util.js +8 -5
- 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 +1 -702
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +702 -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/design/page-event/config.vue.js +1 -7
- package/dist/es/components/design/views/design/page-event/config.vue2.js +7 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +70 -70
- package/package.json +2 -2
|
@@ -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.vue2.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.vue2.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";
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import "./config.vue2.js";
|
|
3
|
-
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-26f79956"]]);
|
|
5
|
-
export {
|
|
6
|
-
config as default
|
|
7
|
-
};
|
|
1
|
+
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import _sfc_main from "./config.vue3.js";
|
|
2
|
+
import "./config.vue.js";
|
|
3
|
+
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-26f79956"]]);
|
|
5
|
+
export {
|
|
6
|
+
config as default
|
|
7
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, onUnmounted, watch, resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, withDirectives, vShow, unref, createTextVNode, toDisplayString, Fragment, renderList, createBlock } from "vue";
|
|
2
2
|
import { ElMessageBox, ElMessage } from "element-plus";
|
|
3
|
-
import config from "./config.
|
|
3
|
+
import config from "./config.vue2.js";
|
|
4
4
|
import { standardButtonOperations } from "../../../utils/assemblys-config.js";
|
|
5
5
|
import { getUuidv4, deepCopy } from "../../../utils/common-util.js";
|
|
6
6
|
import { usePageContextStore } from "../../../../../stores/page-store.js";
|
|
@@ -15,7 +15,7 @@ import "@codemirror/state";
|
|
|
15
15
|
import "@codemirror/autocomplete";
|
|
16
16
|
import "@codemirror/language";
|
|
17
17
|
import "@codemirror/search";
|
|
18
|
-
import "../page-event/config.
|
|
18
|
+
import "../page-event/config.vue.js";
|
|
19
19
|
import "../../../utils/assemblys-config.js";
|
|
20
20
|
import "../../../../../stores/page-store.js";
|
|
21
21
|
import "../../../../../stores/event-undo-redo-store.js";
|
package/dist/es/style.css
CHANGED
|
@@ -8722,56 +8722,6 @@ fieldset.amb-design-item-selected {
|
|
|
8722
8722
|
padding: 10px;
|
|
8723
8723
|
font-weight: bold;
|
|
8724
8724
|
}
|
|
8725
|
-
|
|
8726
|
-
/*不显示列样式*/
|
|
8727
|
-
.hiddenBorder {
|
|
8728
|
-
border-right: solid 1px #ebebeb !important;
|
|
8729
|
-
border-left: solid 1px #ebebeb !important;
|
|
8730
|
-
background-color: #ebebeb !important;
|
|
8731
|
-
}
|
|
8732
|
-
/*选中列样式*/
|
|
8733
|
-
.addBorder {
|
|
8734
|
-
border-right: solid 1px #5893ef !important;
|
|
8735
|
-
border-left: solid 1px #5893ef !important;
|
|
8736
|
-
background-color: #5893ef !important;
|
|
8737
|
-
color: #ffffff;
|
|
8738
|
-
}
|
|
8739
|
-
.ghost {
|
|
8740
|
-
opacity: 0.5;
|
|
8741
|
-
background: #c8ebfb;
|
|
8742
|
-
}
|
|
8743
|
-
|
|
8744
|
-
li[data-v-20ea5d48] {
|
|
8745
|
-
color: #333;
|
|
8746
|
-
}
|
|
8747
|
-
.context-menu[data-v-20ea5d48] {
|
|
8748
|
-
position: fixed;
|
|
8749
|
-
background: #fff;
|
|
8750
|
-
z-index: 999;
|
|
8751
|
-
padding: 5px;
|
|
8752
|
-
margin: 0;
|
|
8753
|
-
margin-top: 30px;
|
|
8754
|
-
}
|
|
8755
|
-
.context-menu li[data-v-20ea5d48] {
|
|
8756
|
-
min-width: 75px;
|
|
8757
|
-
height: 28px;
|
|
8758
|
-
line-height: 28px;
|
|
8759
|
-
text-align: left;
|
|
8760
|
-
color: #1a1a1a;
|
|
8761
|
-
cursor: pointer;
|
|
8762
|
-
}
|
|
8763
|
-
.context-menu li[data-v-20ea5d48]:hover {
|
|
8764
|
-
background: #5893ef;
|
|
8765
|
-
color: #fff;
|
|
8766
|
-
}
|
|
8767
|
-
.context-menu[data-v-20ea5d48] {
|
|
8768
|
-
border: 1px solid #eee;
|
|
8769
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
8770
|
-
border-radius: 5px;
|
|
8771
|
-
}
|
|
8772
|
-
li[data-v-20ea5d48] {
|
|
8773
|
-
list-style-type: none;
|
|
8774
|
-
}
|
|
8775
8725
|
.el-tree-node__content {
|
|
8776
8726
|
height: 34px !important;
|
|
8777
8727
|
}
|
|
@@ -10010,6 +9960,56 @@ fieldset.amb-design-item-selected {
|
|
|
10010
9960
|
padding: 10px;
|
|
10011
9961
|
font-weight: bold;
|
|
10012
9962
|
}
|
|
9963
|
+
|
|
9964
|
+
/*不显示列样式*/
|
|
9965
|
+
.hiddenBorder {
|
|
9966
|
+
border-right: solid 1px #ebebeb !important;
|
|
9967
|
+
border-left: solid 1px #ebebeb !important;
|
|
9968
|
+
background-color: #ebebeb !important;
|
|
9969
|
+
}
|
|
9970
|
+
/*选中列样式*/
|
|
9971
|
+
.addBorder {
|
|
9972
|
+
border-right: solid 1px #5893ef !important;
|
|
9973
|
+
border-left: solid 1px #5893ef !important;
|
|
9974
|
+
background-color: #5893ef !important;
|
|
9975
|
+
color: #ffffff;
|
|
9976
|
+
}
|
|
9977
|
+
.ghost {
|
|
9978
|
+
opacity: 0.5;
|
|
9979
|
+
background: #c8ebfb;
|
|
9980
|
+
}
|
|
9981
|
+
|
|
9982
|
+
li[data-v-20ea5d48] {
|
|
9983
|
+
color: #333;
|
|
9984
|
+
}
|
|
9985
|
+
.context-menu[data-v-20ea5d48] {
|
|
9986
|
+
position: fixed;
|
|
9987
|
+
background: #fff;
|
|
9988
|
+
z-index: 999;
|
|
9989
|
+
padding: 5px;
|
|
9990
|
+
margin: 0;
|
|
9991
|
+
margin-top: 30px;
|
|
9992
|
+
}
|
|
9993
|
+
.context-menu li[data-v-20ea5d48] {
|
|
9994
|
+
min-width: 75px;
|
|
9995
|
+
height: 28px;
|
|
9996
|
+
line-height: 28px;
|
|
9997
|
+
text-align: left;
|
|
9998
|
+
color: #1a1a1a;
|
|
9999
|
+
cursor: pointer;
|
|
10000
|
+
}
|
|
10001
|
+
.context-menu li[data-v-20ea5d48]:hover {
|
|
10002
|
+
background: #5893ef;
|
|
10003
|
+
color: #fff;
|
|
10004
|
+
}
|
|
10005
|
+
.context-menu[data-v-20ea5d48] {
|
|
10006
|
+
border: 1px solid #eee;
|
|
10007
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10008
|
+
border-radius: 5px;
|
|
10009
|
+
}
|
|
10010
|
+
li[data-v-20ea5d48] {
|
|
10011
|
+
list-style-type: none;
|
|
10012
|
+
}
|
|
10013
10013
|
.el-tree-node__content {
|
|
10014
10014
|
height: 34px !important;
|
|
10015
10015
|
}
|
|
@@ -16242,6 +16242,11 @@ fieldset.amb-design-item-selected {
|
|
|
16242
16242
|
min-width: 120px !important;
|
|
16243
16243
|
}
|
|
16244
16244
|
|
|
16245
|
+
.seleteSort[data-v-0ac2eace] {
|
|
16246
|
+
border-radius: 5px;
|
|
16247
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16248
|
+
}
|
|
16249
|
+
|
|
16245
16250
|
.editorTool[data-v-26f79956] {
|
|
16246
16251
|
margin-left: auto;
|
|
16247
16252
|
}
|
|
@@ -16255,11 +16260,6 @@ fieldset.amb-design-item-selected {
|
|
|
16255
16260
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16256
16261
|
}
|
|
16257
16262
|
|
|
16258
|
-
.seleteSort[data-v-0ac2eace] {
|
|
16259
|
-
border-radius: 5px;
|
|
16260
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16261
|
-
}
|
|
16262
|
-
|
|
16263
16263
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
16264
16264
|
display: grid;
|
|
16265
16265
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -16297,8 +16297,9 @@ fieldset.amb-design-item-selected {
|
|
|
16297
16297
|
margin-bottom: 20px;
|
|
16298
16298
|
}
|
|
16299
16299
|
|
|
16300
|
-
.
|
|
16301
|
-
|
|
16300
|
+
.seleteSort[data-v-4978a9d6] {
|
|
16301
|
+
border-radius: 5px;
|
|
16302
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16302
16303
|
}
|
|
16303
16304
|
|
|
16304
16305
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
@@ -16310,11 +16311,6 @@ fieldset.amb-design-item-selected {
|
|
|
16310
16311
|
width: 100%
|
|
16311
16312
|
}
|
|
16312
16313
|
|
|
16313
|
-
.seleteSort[data-v-4978a9d6] {
|
|
16314
|
-
border-radius: 5px;
|
|
16315
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16316
|
-
}
|
|
16317
|
-
|
|
16318
16314
|
.seleteSort[data-v-97438be5] {
|
|
16319
16315
|
border-radius: 5px;
|
|
16320
16316
|
border: 1px solid rgba(88, 147, 239);
|
|
@@ -16323,14 +16319,6 @@ fieldset.amb-design-item-selected {
|
|
|
16323
16319
|
display: inline-block;
|
|
16324
16320
|
}
|
|
16325
16321
|
|
|
16326
|
-
.stateBtn[data-v-ae2798fb]{
|
|
16327
|
-
display: flex;
|
|
16328
|
-
}
|
|
16329
|
-
.stateText[data-v-ae2798fb]{
|
|
16330
|
-
margin-left: 10px;
|
|
16331
|
-
color: #7b7b7b;
|
|
16332
|
-
}
|
|
16333
|
-
|
|
16334
16322
|
li[data-v-b436905c] {
|
|
16335
16323
|
color: #333;
|
|
16336
16324
|
}
|
|
@@ -16368,6 +16356,18 @@ li[data-v-b436905c] {
|
|
|
16368
16356
|
list-style-type: none;
|
|
16369
16357
|
}
|
|
16370
16358
|
|
|
16359
|
+
.stateBtn[data-v-ae2798fb]{
|
|
16360
|
+
display: flex;
|
|
16361
|
+
}
|
|
16362
|
+
.stateText[data-v-ae2798fb]{
|
|
16363
|
+
margin-left: 10px;
|
|
16364
|
+
color: #7b7b7b;
|
|
16365
|
+
}
|
|
16366
|
+
|
|
16367
|
+
.el-tag[data-v-665d3bf4]{
|
|
16368
|
+
margin-left: 10px;
|
|
16369
|
+
}
|
|
16370
|
+
|
|
16371
16371
|
.input-with-select .el-input-group__append {
|
|
16372
16372
|
background-color: var(--el-fill-color-blank);
|
|
16373
16373
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.61",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"qrcode": "^1.5.3",
|
|
40
40
|
"quill": "^2.0.1",
|
|
41
41
|
"service-flow-designer": "2.0.57",
|
|
42
|
-
"super-page-runtime": "2.0.
|
|
42
|
+
"super-page-runtime": "2.0.60",
|
|
43
43
|
"uuid": "^9.0.1",
|
|
44
44
|
"vite": "^5.1.6",
|
|
45
45
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|