super-page-designer 2.0.48 → 2.0.51
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 +692 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +1 -692
- 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/style.css +23 -23
- package/package.json +4 -4
|
@@ -7,7 +7,7 @@ import "@element-plus/icons-vue";
|
|
|
7
7
|
import "agilebuilder-ui/src/utils/request";
|
|
8
8
|
import "uuid";
|
|
9
9
|
import "../../../../../../stores/page-store.js";
|
|
10
|
-
import "../../common/common-variable-bind.
|
|
10
|
+
import "../../common/common-variable-bind.vue3.js";
|
|
11
11
|
import "../../../../utils/eventBus.js";
|
|
12
12
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
13
13
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -6,7 +6,7 @@ import "uuid";
|
|
|
6
6
|
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
|
-
import "../../common/common-variable-bind.
|
|
9
|
+
import "../../common/common-variable-bind.vue3.js";
|
|
10
10
|
import _sfc_main$4 from "./data-origin-service-in.vue.js";
|
|
11
11
|
import { queryTableFields } from "../../../../utils/page-table-util.js";
|
|
12
12
|
import _sfc_main$5 from "../../common/common-select-table.vue.js";
|
package/dist/es/style.css
CHANGED
|
@@ -15619,6 +15619,10 @@ fieldset.amb-design-item-selected {
|
|
|
15619
15619
|
padding-bottom: 5px;
|
|
15620
15620
|
}
|
|
15621
15621
|
|
|
15622
|
+
[data-v-8cdbf8c5] .el-cascader-menu {
|
|
15623
|
+
min-width: 120px !important;
|
|
15624
|
+
}
|
|
15625
|
+
|
|
15622
15626
|
.editorTool[data-v-26f79956] {
|
|
15623
15627
|
margin-left: auto;
|
|
15624
15628
|
}
|
|
@@ -15632,6 +15636,11 @@ fieldset.amb-design-item-selected {
|
|
|
15632
15636
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
15633
15637
|
}
|
|
15634
15638
|
|
|
15639
|
+
.seleteSort[data-v-6dd67d1b] {
|
|
15640
|
+
border-radius: 5px;
|
|
15641
|
+
border: 1px solid rgba(88, 147, 239);
|
|
15642
|
+
}
|
|
15643
|
+
|
|
15635
15644
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
15636
15645
|
display: grid;
|
|
15637
15646
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -15669,13 +15678,12 @@ fieldset.amb-design-item-selected {
|
|
|
15669
15678
|
margin-bottom: 20px;
|
|
15670
15679
|
}
|
|
15671
15680
|
|
|
15672
|
-
[data-v-
|
|
15673
|
-
|
|
15674
|
-
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
|
|
15678
|
-
border: 1px solid rgba(88, 147, 239);
|
|
15681
|
+
.seleteSort[data-v-97438be5] {
|
|
15682
|
+
border-radius: 5px;
|
|
15683
|
+
border: 1px solid rgba(88, 147, 239);
|
|
15684
|
+
}
|
|
15685
|
+
[data-v-97438be5] .el-select__selection{
|
|
15686
|
+
display: inline-block;
|
|
15679
15687
|
}
|
|
15680
15688
|
|
|
15681
15689
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
@@ -15692,6 +15700,14 @@ fieldset.amb-design-item-selected {
|
|
|
15692
15700
|
border: 1px solid rgba(88, 147, 239);
|
|
15693
15701
|
}
|
|
15694
15702
|
|
|
15703
|
+
.stateBtn[data-v-ae2798fb]{
|
|
15704
|
+
display: flex;
|
|
15705
|
+
}
|
|
15706
|
+
.stateText[data-v-ae2798fb]{
|
|
15707
|
+
margin-left: 10px;
|
|
15708
|
+
color: #7b7b7b;
|
|
15709
|
+
}
|
|
15710
|
+
|
|
15695
15711
|
li[data-v-b436905c] {
|
|
15696
15712
|
color: #333;
|
|
15697
15713
|
}
|
|
@@ -15729,22 +15745,6 @@ li[data-v-b436905c] {
|
|
|
15729
15745
|
list-style-type: none;
|
|
15730
15746
|
}
|
|
15731
15747
|
|
|
15732
|
-
.stateBtn[data-v-ae2798fb]{
|
|
15733
|
-
display: flex;
|
|
15734
|
-
}
|
|
15735
|
-
.stateText[data-v-ae2798fb]{
|
|
15736
|
-
margin-left: 10px;
|
|
15737
|
-
color: #7b7b7b;
|
|
15738
|
-
}
|
|
15739
|
-
|
|
15740
|
-
.seleteSort[data-v-97438be5] {
|
|
15741
|
-
border-radius: 5px;
|
|
15742
|
-
border: 1px solid rgba(88, 147, 239);
|
|
15743
|
-
}
|
|
15744
|
-
[data-v-97438be5] .el-select__selection{
|
|
15745
|
-
display: inline-block;
|
|
15746
|
-
}
|
|
15747
|
-
|
|
15748
15748
|
.el-tag[data-v-665d3bf4]{
|
|
15749
15749
|
margin-left: 10px;
|
|
15750
15750
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.51",
|
|
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.38",
|
|
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.50",
|
|
42
|
+
"super-page-runtime": "2.0.49",
|
|
43
43
|
"uuid": "^9.0.1",
|
|
44
44
|
"vite": "^5.1.6",
|
|
45
45
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|