super-page-designer 2.1.28 → 2.1.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/views/assemblys/common/common-variable-bind.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -733
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +733 -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/common/suffixmodule.vue.js +2 -2
- package/dist/es/components/design/views/design/page-event/config.vue.js +7 -1
- package/dist/es/components/design/views/design/page-event/config.vue2.js +1 -7
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/components/i18n-setting-enabled.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +107 -107
- package/package.json +4 -4
|
@@ -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";
|
|
@@ -31,10 +31,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
31
31
|
}
|
|
32
32
|
linkPage.value = props.configure.props.linkPage;
|
|
33
33
|
}
|
|
34
|
-
if (
|
|
34
|
+
if (linkPage.value.linkType === void 0) {
|
|
35
35
|
linkPage.value.linkType = "page";
|
|
36
36
|
}
|
|
37
|
-
if (
|
|
37
|
+
if (linkPage.value.isNewPage === void 0) {
|
|
38
38
|
linkPage.value.isNewPage = true;
|
|
39
39
|
}
|
|
40
40
|
if (!linkPage.value.dynamicTags) {
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import _sfc_main from "./config.vue3.js";
|
|
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,7 +1 @@
|
|
|
1
|
-
|
|
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
|
+
|
|
@@ -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.vue.js";
|
|
4
4
|
import { standardButtonOperations } from "../../../utils/assemblys-config.js";
|
|
5
5
|
import { findDesignItemByUuid, 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.vue2.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
|
@@ -1292,10 +1292,6 @@ fieldset.amb-design-item-selected {
|
|
|
1292
1292
|
padding: 10px;
|
|
1293
1293
|
font-weight: bold;
|
|
1294
1294
|
}
|
|
1295
|
-
|
|
1296
|
-
.el-select__wrapper.is-disabled{
|
|
1297
|
-
cursor: default;
|
|
1298
|
-
}
|
|
1299
1295
|
.el-tree-node__content {
|
|
1300
1296
|
height: 34px !important;
|
|
1301
1297
|
}
|
|
@@ -2532,6 +2528,10 @@ fieldset.amb-design-item-selected {
|
|
|
2532
2528
|
padding: 10px;
|
|
2533
2529
|
font-weight: bold;
|
|
2534
2530
|
}
|
|
2531
|
+
|
|
2532
|
+
.el-select__wrapper.is-disabled{
|
|
2533
|
+
cursor: default;
|
|
2534
|
+
}
|
|
2535
2535
|
.el-tree-node__content {
|
|
2536
2536
|
height: 34px !important;
|
|
2537
2537
|
}
|
|
@@ -9334,56 +9334,6 @@ fieldset.amb-design-item-selected {
|
|
|
9334
9334
|
padding: 10px;
|
|
9335
9335
|
font-weight: bold;
|
|
9336
9336
|
}
|
|
9337
|
-
|
|
9338
|
-
/*不显示列样式*/
|
|
9339
|
-
.hiddenBorder {
|
|
9340
|
-
border-right: solid 1px #ebebeb !important;
|
|
9341
|
-
border-left: solid 1px #ebebeb !important;
|
|
9342
|
-
background-color: #ebebeb !important;
|
|
9343
|
-
}
|
|
9344
|
-
/*选中列样式*/
|
|
9345
|
-
.addBorder {
|
|
9346
|
-
border-right: solid 1px #5893ef !important;
|
|
9347
|
-
border-left: solid 1px #5893ef !important;
|
|
9348
|
-
background-color: #5893ef !important;
|
|
9349
|
-
color: #ffffff;
|
|
9350
|
-
}
|
|
9351
|
-
.ghost {
|
|
9352
|
-
opacity: 0.5;
|
|
9353
|
-
background: #c8ebfb;
|
|
9354
|
-
}
|
|
9355
|
-
|
|
9356
|
-
li[data-v-55bb4cd3] {
|
|
9357
|
-
color: #333;
|
|
9358
|
-
}
|
|
9359
|
-
.context-menu[data-v-55bb4cd3] {
|
|
9360
|
-
position: fixed;
|
|
9361
|
-
background: #fff;
|
|
9362
|
-
z-index: 999;
|
|
9363
|
-
padding: 5px;
|
|
9364
|
-
margin: 0;
|
|
9365
|
-
margin-top: 30px;
|
|
9366
|
-
}
|
|
9367
|
-
.context-menu li[data-v-55bb4cd3] {
|
|
9368
|
-
min-width: 75px;
|
|
9369
|
-
height: 28px;
|
|
9370
|
-
line-height: 28px;
|
|
9371
|
-
text-align: left;
|
|
9372
|
-
color: #1a1a1a;
|
|
9373
|
-
cursor: pointer;
|
|
9374
|
-
}
|
|
9375
|
-
.context-menu li[data-v-55bb4cd3]:hover {
|
|
9376
|
-
background: #5893ef;
|
|
9377
|
-
color: #fff;
|
|
9378
|
-
}
|
|
9379
|
-
.context-menu[data-v-55bb4cd3] {
|
|
9380
|
-
border: 1px solid #eee;
|
|
9381
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9382
|
-
border-radius: 5px;
|
|
9383
|
-
}
|
|
9384
|
-
li[data-v-55bb4cd3] {
|
|
9385
|
-
list-style-type: none;
|
|
9386
|
-
}
|
|
9387
9337
|
.el-tree-node__content {
|
|
9388
9338
|
height: 34px !important;
|
|
9389
9339
|
}
|
|
@@ -10620,6 +10570,56 @@ fieldset.amb-design-item-selected {
|
|
|
10620
10570
|
padding: 10px;
|
|
10621
10571
|
font-weight: bold;
|
|
10622
10572
|
}
|
|
10573
|
+
|
|
10574
|
+
/*不显示列样式*/
|
|
10575
|
+
.hiddenBorder {
|
|
10576
|
+
border-right: solid 1px #ebebeb !important;
|
|
10577
|
+
border-left: solid 1px #ebebeb !important;
|
|
10578
|
+
background-color: #ebebeb !important;
|
|
10579
|
+
}
|
|
10580
|
+
/*选中列样式*/
|
|
10581
|
+
.addBorder {
|
|
10582
|
+
border-right: solid 1px #5893ef !important;
|
|
10583
|
+
border-left: solid 1px #5893ef !important;
|
|
10584
|
+
background-color: #5893ef !important;
|
|
10585
|
+
color: #ffffff;
|
|
10586
|
+
}
|
|
10587
|
+
.ghost {
|
|
10588
|
+
opacity: 0.5;
|
|
10589
|
+
background: #c8ebfb;
|
|
10590
|
+
}
|
|
10591
|
+
|
|
10592
|
+
li[data-v-55bb4cd3] {
|
|
10593
|
+
color: #333;
|
|
10594
|
+
}
|
|
10595
|
+
.context-menu[data-v-55bb4cd3] {
|
|
10596
|
+
position: fixed;
|
|
10597
|
+
background: #fff;
|
|
10598
|
+
z-index: 999;
|
|
10599
|
+
padding: 5px;
|
|
10600
|
+
margin: 0;
|
|
10601
|
+
margin-top: 30px;
|
|
10602
|
+
}
|
|
10603
|
+
.context-menu li[data-v-55bb4cd3] {
|
|
10604
|
+
min-width: 75px;
|
|
10605
|
+
height: 28px;
|
|
10606
|
+
line-height: 28px;
|
|
10607
|
+
text-align: left;
|
|
10608
|
+
color: #1a1a1a;
|
|
10609
|
+
cursor: pointer;
|
|
10610
|
+
}
|
|
10611
|
+
.context-menu li[data-v-55bb4cd3]:hover {
|
|
10612
|
+
background: #5893ef;
|
|
10613
|
+
color: #fff;
|
|
10614
|
+
}
|
|
10615
|
+
.context-menu[data-v-55bb4cd3] {
|
|
10616
|
+
border: 1px solid #eee;
|
|
10617
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10618
|
+
border-radius: 5px;
|
|
10619
|
+
}
|
|
10620
|
+
li[data-v-55bb4cd3] {
|
|
10621
|
+
list-style-type: none;
|
|
10622
|
+
}
|
|
10623
10623
|
.el-tree-node__content {
|
|
10624
10624
|
height: 34px !important;
|
|
10625
10625
|
}
|
|
@@ -16182,10 +16182,6 @@ fieldset.amb-design-item-selected {
|
|
|
16182
16182
|
padding: 10px;
|
|
16183
16183
|
font-weight: bold;
|
|
16184
16184
|
}
|
|
16185
|
-
|
|
16186
|
-
[data-v-d87986ba] .el-form-item__label{
|
|
16187
|
-
padding: 0;
|
|
16188
|
-
}
|
|
16189
16185
|
.el-tree-node__content {
|
|
16190
16186
|
height: 34px !important;
|
|
16191
16187
|
}
|
|
@@ -16805,6 +16801,10 @@ fieldset.amb-design-item-selected {
|
|
|
16805
16801
|
font-weight: bold;
|
|
16806
16802
|
}
|
|
16807
16803
|
|
|
16804
|
+
[data-v-d87986ba] .el-form-item__label{
|
|
16805
|
+
padding: 0;
|
|
16806
|
+
}
|
|
16807
|
+
|
|
16808
16808
|
.amb-design-attr-header[data-v-226997f7] {
|
|
16809
16809
|
position: sticky;
|
|
16810
16810
|
position: -webkit-sticky;
|
|
@@ -16847,11 +16847,6 @@ fieldset.amb-design-item-selected {
|
|
|
16847
16847
|
min-width: 120px !important;
|
|
16848
16848
|
}
|
|
16849
16849
|
|
|
16850
|
-
.seleteSort[data-v-e6c84ad9] {
|
|
16851
|
-
border-radius: 5px;
|
|
16852
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16853
|
-
}
|
|
16854
|
-
|
|
16855
16850
|
.editorTool[data-v-26f79956] {
|
|
16856
16851
|
margin-left: auto;
|
|
16857
16852
|
}
|
|
@@ -16865,44 +16860,7 @@ fieldset.amb-design-item-selected {
|
|
|
16865
16860
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16866
16861
|
}
|
|
16867
16862
|
|
|
16868
|
-
.
|
|
16869
|
-
display: grid;
|
|
16870
|
-
grid-template-columns:repeat(5,1fr);
|
|
16871
|
-
grid-column-gap: 1px;
|
|
16872
|
-
}
|
|
16873
|
-
.icon-set-center-item[data-v-4aa5ce08]{
|
|
16874
|
-
width: 100%;
|
|
16875
|
-
height: 80px;
|
|
16876
|
-
display: flex;
|
|
16877
|
-
align-items: center;
|
|
16878
|
-
flex-direction: column;
|
|
16879
|
-
justify-content: center;
|
|
16880
|
-
cursor: pointer;
|
|
16881
|
-
border: 1px solid #eeeeee;
|
|
16882
|
-
}
|
|
16883
|
-
.icon-set-center-creation[data-v-4aa5ce08]{
|
|
16884
|
-
width: 100%;
|
|
16885
|
-
display: flex;
|
|
16886
|
-
align-items: center;
|
|
16887
|
-
justify-content: center;
|
|
16888
|
-
cursor: pointer;
|
|
16889
|
-
border: 1px solid #eeeeee;
|
|
16890
|
-
}
|
|
16891
|
-
.icon-set-center-item[data-v-4aa5ce08]:hover{
|
|
16892
|
-
background-color: #f2f6fc;
|
|
16893
|
-
}
|
|
16894
|
-
.icon-set-center-creation[data-v-4aa5ce08]:hover{
|
|
16895
|
-
background-color: #f2f6fc;
|
|
16896
|
-
}
|
|
16897
|
-
.icon-set-center-item-border[data-v-4aa5ce08]{
|
|
16898
|
-
border: 1px solid #5893ef;
|
|
16899
|
-
z-index: 1;
|
|
16900
|
-
}
|
|
16901
|
-
.el-form-item[data-v-4aa5ce08]{
|
|
16902
|
-
margin-bottom: 20px;
|
|
16903
|
-
}
|
|
16904
|
-
|
|
16905
|
-
.seleteSort[data-v-a8c75465] {
|
|
16863
|
+
.seleteSort[data-v-e6c84ad9] {
|
|
16906
16864
|
border-radius: 5px;
|
|
16907
16865
|
border: 1px solid rgba(88, 147, 239);
|
|
16908
16866
|
}
|
|
@@ -16916,12 +16874,9 @@ fieldset.amb-design-item-selected {
|
|
|
16916
16874
|
width: 100%
|
|
16917
16875
|
}
|
|
16918
16876
|
|
|
16919
|
-
.seleteSort[data-v-
|
|
16920
|
-
|
|
16921
|
-
|
|
16922
|
-
}
|
|
16923
|
-
[data-v-97438be5] .el-select__selection{
|
|
16924
|
-
display: inline-block;
|
|
16877
|
+
.seleteSort[data-v-a8c75465] {
|
|
16878
|
+
border-radius: 5px;
|
|
16879
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16925
16880
|
}
|
|
16926
16881
|
|
|
16927
16882
|
.stateBtn[data-v-ae2798fb]{
|
|
@@ -16973,6 +16928,51 @@ li[data-v-74ebe0ac] {
|
|
|
16973
16928
|
margin-left: 10px;
|
|
16974
16929
|
}
|
|
16975
16930
|
|
|
16931
|
+
.icon-set-center-body[data-v-4aa5ce08]{
|
|
16932
|
+
display: grid;
|
|
16933
|
+
grid-template-columns:repeat(5,1fr);
|
|
16934
|
+
grid-column-gap: 1px;
|
|
16935
|
+
}
|
|
16936
|
+
.icon-set-center-item[data-v-4aa5ce08]{
|
|
16937
|
+
width: 100%;
|
|
16938
|
+
height: 80px;
|
|
16939
|
+
display: flex;
|
|
16940
|
+
align-items: center;
|
|
16941
|
+
flex-direction: column;
|
|
16942
|
+
justify-content: center;
|
|
16943
|
+
cursor: pointer;
|
|
16944
|
+
border: 1px solid #eeeeee;
|
|
16945
|
+
}
|
|
16946
|
+
.icon-set-center-creation[data-v-4aa5ce08]{
|
|
16947
|
+
width: 100%;
|
|
16948
|
+
display: flex;
|
|
16949
|
+
align-items: center;
|
|
16950
|
+
justify-content: center;
|
|
16951
|
+
cursor: pointer;
|
|
16952
|
+
border: 1px solid #eeeeee;
|
|
16953
|
+
}
|
|
16954
|
+
.icon-set-center-item[data-v-4aa5ce08]:hover{
|
|
16955
|
+
background-color: #f2f6fc;
|
|
16956
|
+
}
|
|
16957
|
+
.icon-set-center-creation[data-v-4aa5ce08]:hover{
|
|
16958
|
+
background-color: #f2f6fc;
|
|
16959
|
+
}
|
|
16960
|
+
.icon-set-center-item-border[data-v-4aa5ce08]{
|
|
16961
|
+
border: 1px solid #5893ef;
|
|
16962
|
+
z-index: 1;
|
|
16963
|
+
}
|
|
16964
|
+
.el-form-item[data-v-4aa5ce08]{
|
|
16965
|
+
margin-bottom: 20px;
|
|
16966
|
+
}
|
|
16967
|
+
|
|
16968
|
+
.seleteSort[data-v-97438be5] {
|
|
16969
|
+
border-radius: 5px;
|
|
16970
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16971
|
+
}
|
|
16972
|
+
[data-v-97438be5] .el-select__selection{
|
|
16973
|
+
display: inline-block;
|
|
16974
|
+
}
|
|
16975
|
+
|
|
16976
16976
|
[data-v-1aa6f1ab] .centered-input .el-input__inner {
|
|
16977
16977
|
text-align: center;
|
|
16978
16978
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.34",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
30
30
|
"@vueuse/core": "^10.9.0",
|
|
31
31
|
"agilebuilder-private-libs": "1.0.26",
|
|
32
|
-
"agilebuilder-ui": "1.0.
|
|
32
|
+
"agilebuilder-ui": "1.0.69",
|
|
33
33
|
"echarts": "^5.5.0",
|
|
34
34
|
"element-plus": "^2.6.1",
|
|
35
35
|
"font-awesome": "^4.7.0",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"pinia": "^2.1.7",
|
|
40
40
|
"qrcode": "^1.5.3",
|
|
41
41
|
"quill": "^2.0.1",
|
|
42
|
-
"service-flow-designer": "2.1.
|
|
43
|
-
"super-page-runtime": "2.1.
|
|
42
|
+
"service-flow-designer": "2.1.32",
|
|
43
|
+
"super-page-runtime": "2.1.33",
|
|
44
44
|
"uuid": "^9.0.1",
|
|
45
45
|
"vite": "^5.1.6",
|
|
46
46
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|