super-page-designer 2.1.71 → 2.1.74
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 -738
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +738 -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 +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/view-design-display.vue.js +1 -1
- package/dist/es/style.css +125 -125
- package/package.json +4 -4
|
@@ -9,7 +9,7 @@ import "uuid";
|
|
|
9
9
|
import "../../../../../../stores/page-store.js";
|
|
10
10
|
import "../../../../../../stores/table-store.js";
|
|
11
11
|
import "../../../../../../stores/statistics-table-store.js";
|
|
12
|
-
import "../../common/common-variable-bind.
|
|
12
|
+
import "../../common/common-variable-bind.vue2.js";
|
|
13
13
|
import "../../../../utils/eventBus.js";
|
|
14
14
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
15
15
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -8,7 +8,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
10
|
import "../../../../../../stores/statistics-table-store.js";
|
|
11
|
-
import "../../common/common-variable-bind.
|
|
11
|
+
import "../../common/common-variable-bind.vue2.js";
|
|
12
12
|
import _sfc_main$4 from "./data-origin-service-in.vue.js";
|
|
13
13
|
import { queryTableFields } from "../../../../utils/page-table-util.js";
|
|
14
14
|
import { getCustomFuncs } from "../../../../utils/page-event-util.js";
|
|
@@ -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-bc0d50cd"]]);
|
|
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-bc0d50cd"]]);
|
|
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";
|
|
@@ -16,7 +16,7 @@ import "@codemirror/autocomplete";
|
|
|
16
16
|
import "@codemirror/language";
|
|
17
17
|
import "@codemirror/search";
|
|
18
18
|
import "js-beautify";
|
|
19
|
-
import "../page-event/config.
|
|
19
|
+
import "../page-event/config.vue2.js";
|
|
20
20
|
import "../../../utils/assemblys-config.js";
|
|
21
21
|
import "../../../../../stores/page-store.js";
|
|
22
22
|
import "../../../../../stores/event-undo-redo-store.js";
|
package/dist/es/style.css
CHANGED
|
@@ -1910,10 +1910,6 @@ fieldset.amb-design-item-selected {
|
|
|
1910
1910
|
padding: 10px;
|
|
1911
1911
|
font-weight: bold;
|
|
1912
1912
|
}
|
|
1913
|
-
|
|
1914
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
1915
|
-
cursor: default;
|
|
1916
|
-
}
|
|
1917
1913
|
.el-tree-node__content {
|
|
1918
1914
|
height: 34px !important;
|
|
1919
1915
|
}
|
|
@@ -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
|
}
|
|
@@ -4387,7 +4387,7 @@ fieldset.amb-design-item-selected {
|
|
|
4387
4387
|
font-weight: bold;
|
|
4388
4388
|
}
|
|
4389
4389
|
|
|
4390
|
-
.el-
|
|
4390
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
4391
4391
|
cursor: default;
|
|
4392
4392
|
}
|
|
4393
4393
|
.el-tree-node__content {
|
|
@@ -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-5581ec9f] {
|
|
9357
|
-
color: #333;
|
|
9358
|
-
}
|
|
9359
|
-
.context-menu[data-v-5581ec9f] {
|
|
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-5581ec9f] {
|
|
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-5581ec9f]:hover {
|
|
9376
|
-
background: #5893ef;
|
|
9377
|
-
color: #fff;
|
|
9378
|
-
}
|
|
9379
|
-
.context-menu[data-v-5581ec9f] {
|
|
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-5581ec9f] {
|
|
9385
|
-
list-style-type: none;
|
|
9386
|
-
}
|
|
9387
9337
|
.el-tree-node__content {
|
|
9388
9338
|
height: 34px !important;
|
|
9389
9339
|
}
|
|
@@ -10002,6 +9952,56 @@ fieldset.amb-design-item-selected {
|
|
|
10002
9952
|
padding: 10px;
|
|
10003
9953
|
font-weight: bold;
|
|
10004
9954
|
}
|
|
9955
|
+
|
|
9956
|
+
/*不显示列样式*/
|
|
9957
|
+
.hiddenBorder {
|
|
9958
|
+
border-right: solid 1px #ebebeb !important;
|
|
9959
|
+
border-left: solid 1px #ebebeb !important;
|
|
9960
|
+
background-color: #ebebeb !important;
|
|
9961
|
+
}
|
|
9962
|
+
/*选中列样式*/
|
|
9963
|
+
.addBorder {
|
|
9964
|
+
border-right: solid 1px #5893ef !important;
|
|
9965
|
+
border-left: solid 1px #5893ef !important;
|
|
9966
|
+
background-color: #5893ef !important;
|
|
9967
|
+
color: #ffffff;
|
|
9968
|
+
}
|
|
9969
|
+
.ghost {
|
|
9970
|
+
opacity: 0.5;
|
|
9971
|
+
background: #c8ebfb;
|
|
9972
|
+
}
|
|
9973
|
+
|
|
9974
|
+
li[data-v-5581ec9f] {
|
|
9975
|
+
color: #333;
|
|
9976
|
+
}
|
|
9977
|
+
.context-menu[data-v-5581ec9f] {
|
|
9978
|
+
position: fixed;
|
|
9979
|
+
background: #fff;
|
|
9980
|
+
z-index: 999;
|
|
9981
|
+
padding: 5px;
|
|
9982
|
+
margin: 0;
|
|
9983
|
+
margin-top: 30px;
|
|
9984
|
+
}
|
|
9985
|
+
.context-menu li[data-v-5581ec9f] {
|
|
9986
|
+
min-width: 75px;
|
|
9987
|
+
height: 28px;
|
|
9988
|
+
line-height: 28px;
|
|
9989
|
+
text-align: left;
|
|
9990
|
+
color: #1a1a1a;
|
|
9991
|
+
cursor: pointer;
|
|
9992
|
+
}
|
|
9993
|
+
.context-menu li[data-v-5581ec9f]:hover {
|
|
9994
|
+
background: #5893ef;
|
|
9995
|
+
color: #fff;
|
|
9996
|
+
}
|
|
9997
|
+
.context-menu[data-v-5581ec9f] {
|
|
9998
|
+
border: 1px solid #eee;
|
|
9999
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10000
|
+
border-radius: 5px;
|
|
10001
|
+
}
|
|
10002
|
+
li[data-v-5581ec9f] {
|
|
10003
|
+
list-style-type: none;
|
|
10004
|
+
}
|
|
10005
10005
|
.el-tree-node__content {
|
|
10006
10006
|
height: 34px !important;
|
|
10007
10007
|
}
|
|
@@ -16182,6 +16182,10 @@ fieldset.amb-design-item-selected {
|
|
|
16182
16182
|
padding: 10px;
|
|
16183
16183
|
font-weight: bold;
|
|
16184
16184
|
}
|
|
16185
|
+
|
|
16186
|
+
[data-v-bab42532] .el-form-item__label {
|
|
16187
|
+
padding: 0;
|
|
16188
|
+
}
|
|
16185
16189
|
.el-tree-node__content {
|
|
16186
16190
|
height: 34px !important;
|
|
16187
16191
|
}
|
|
@@ -16800,6 +16804,56 @@ fieldset.amb-design-item-selected {
|
|
|
16800
16804
|
padding: 10px;
|
|
16801
16805
|
font-weight: bold;
|
|
16802
16806
|
}
|
|
16807
|
+
|
|
16808
|
+
/*不显示列样式*/
|
|
16809
|
+
.hiddenBorder {
|
|
16810
|
+
border-right: solid 1px #ebebeb !important;
|
|
16811
|
+
border-left: solid 1px #ebebeb !important;
|
|
16812
|
+
background-color: #ebebeb !important;
|
|
16813
|
+
}
|
|
16814
|
+
/*选中列样式*/
|
|
16815
|
+
.addBorder {
|
|
16816
|
+
border-right: solid 1px #5893ef !important;
|
|
16817
|
+
border-left: solid 1px #5893ef !important;
|
|
16818
|
+
background-color: #5893ef !important;
|
|
16819
|
+
color: #ffffff;
|
|
16820
|
+
}
|
|
16821
|
+
.ghost {
|
|
16822
|
+
opacity: 0.5;
|
|
16823
|
+
background: #c8ebfb;
|
|
16824
|
+
}
|
|
16825
|
+
|
|
16826
|
+
li[data-v-a555cba7] {
|
|
16827
|
+
color: #333;
|
|
16828
|
+
}
|
|
16829
|
+
.context-menu[data-v-a555cba7] {
|
|
16830
|
+
position: fixed;
|
|
16831
|
+
background: #fff;
|
|
16832
|
+
z-index: 999;
|
|
16833
|
+
padding: 5px;
|
|
16834
|
+
margin: 0;
|
|
16835
|
+
margin-top: 30px;
|
|
16836
|
+
}
|
|
16837
|
+
.context-menu li[data-v-a555cba7] {
|
|
16838
|
+
min-width: 75px;
|
|
16839
|
+
height: 28px;
|
|
16840
|
+
line-height: 28px;
|
|
16841
|
+
text-align: left;
|
|
16842
|
+
color: #1a1a1a;
|
|
16843
|
+
cursor: pointer;
|
|
16844
|
+
}
|
|
16845
|
+
.context-menu li[data-v-a555cba7]:hover {
|
|
16846
|
+
background: #5893ef;
|
|
16847
|
+
color: #fff;
|
|
16848
|
+
}
|
|
16849
|
+
.context-menu[data-v-a555cba7] {
|
|
16850
|
+
border: 1px solid #eee;
|
|
16851
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
16852
|
+
border-radius: 5px;
|
|
16853
|
+
}
|
|
16854
|
+
li[data-v-a555cba7] {
|
|
16855
|
+
list-style-type: none;
|
|
16856
|
+
}
|
|
16803
16857
|
.el-tree-node__content {
|
|
16804
16858
|
height: 34px !important;
|
|
16805
16859
|
}
|
|
@@ -17418,60 +17472,6 @@ fieldset.amb-design-item-selected {
|
|
|
17418
17472
|
padding: 10px;
|
|
17419
17473
|
font-weight: bold;
|
|
17420
17474
|
}
|
|
17421
|
-
|
|
17422
|
-
/*不显示列样式*/
|
|
17423
|
-
.hiddenBorder {
|
|
17424
|
-
border-right: solid 1px #ebebeb !important;
|
|
17425
|
-
border-left: solid 1px #ebebeb !important;
|
|
17426
|
-
background-color: #ebebeb !important;
|
|
17427
|
-
}
|
|
17428
|
-
/*选中列样式*/
|
|
17429
|
-
.addBorder {
|
|
17430
|
-
border-right: solid 1px #5893ef !important;
|
|
17431
|
-
border-left: solid 1px #5893ef !important;
|
|
17432
|
-
background-color: #5893ef !important;
|
|
17433
|
-
color: #ffffff;
|
|
17434
|
-
}
|
|
17435
|
-
.ghost {
|
|
17436
|
-
opacity: 0.5;
|
|
17437
|
-
background: #c8ebfb;
|
|
17438
|
-
}
|
|
17439
|
-
|
|
17440
|
-
li[data-v-a555cba7] {
|
|
17441
|
-
color: #333;
|
|
17442
|
-
}
|
|
17443
|
-
.context-menu[data-v-a555cba7] {
|
|
17444
|
-
position: fixed;
|
|
17445
|
-
background: #fff;
|
|
17446
|
-
z-index: 999;
|
|
17447
|
-
padding: 5px;
|
|
17448
|
-
margin: 0;
|
|
17449
|
-
margin-top: 30px;
|
|
17450
|
-
}
|
|
17451
|
-
.context-menu li[data-v-a555cba7] {
|
|
17452
|
-
min-width: 75px;
|
|
17453
|
-
height: 28px;
|
|
17454
|
-
line-height: 28px;
|
|
17455
|
-
text-align: left;
|
|
17456
|
-
color: #1a1a1a;
|
|
17457
|
-
cursor: pointer;
|
|
17458
|
-
}
|
|
17459
|
-
.context-menu li[data-v-a555cba7]:hover {
|
|
17460
|
-
background: #5893ef;
|
|
17461
|
-
color: #fff;
|
|
17462
|
-
}
|
|
17463
|
-
.context-menu[data-v-a555cba7] {
|
|
17464
|
-
border: 1px solid #eee;
|
|
17465
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
17466
|
-
border-radius: 5px;
|
|
17467
|
-
}
|
|
17468
|
-
li[data-v-a555cba7] {
|
|
17469
|
-
list-style-type: none;
|
|
17470
|
-
}
|
|
17471
|
-
|
|
17472
|
-
[data-v-bab42532] .el-form-item__label {
|
|
17473
|
-
padding: 0;
|
|
17474
|
-
}
|
|
17475
17475
|
|
|
17476
17476
|
.amb-design-attr-header[data-v-226997f7] {
|
|
17477
17477
|
position: sticky;
|
|
@@ -17511,6 +17511,10 @@ li[data-v-a555cba7] {
|
|
|
17511
17511
|
padding-bottom: 5px;
|
|
17512
17512
|
}
|
|
17513
17513
|
|
|
17514
|
+
[data-v-3528c938] .el-cascader-menu {
|
|
17515
|
+
min-width: 120px !important;
|
|
17516
|
+
}
|
|
17517
|
+
|
|
17514
17518
|
.editorTool[data-v-bc0d50cd] {
|
|
17515
17519
|
margin-left: auto;
|
|
17516
17520
|
}
|
|
@@ -17524,11 +17528,20 @@ li[data-v-a555cba7] {
|
|
|
17524
17528
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
17525
17529
|
}
|
|
17526
17530
|
|
|
17527
|
-
[data-v-
|
|
17528
|
-
|
|
17531
|
+
.seleteSort[data-v-8aacbe0c] {
|
|
17532
|
+
border-radius: 5px;
|
|
17533
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17529
17534
|
}
|
|
17530
17535
|
|
|
17531
|
-
.seleteSort[data-v-
|
|
17536
|
+
.seleteSort[data-v-1fd3d630] {
|
|
17537
|
+
border-radius: 5px;
|
|
17538
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17539
|
+
}
|
|
17540
|
+
[data-v-1fd3d630] .el-select__selection{
|
|
17541
|
+
display: inline-block;
|
|
17542
|
+
}
|
|
17543
|
+
|
|
17544
|
+
.seleteSort[data-v-3336d6c5] {
|
|
17532
17545
|
border-radius: 5px;
|
|
17533
17546
|
border: 1px solid rgba(88, 147, 239);
|
|
17534
17547
|
}
|
|
@@ -17570,19 +17583,6 @@ li[data-v-a555cba7] {
|
|
|
17570
17583
|
margin-bottom: 20px;
|
|
17571
17584
|
}
|
|
17572
17585
|
|
|
17573
|
-
.seleteSort[data-v-1fd3d630] {
|
|
17574
|
-
border-radius: 5px;
|
|
17575
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17576
|
-
}
|
|
17577
|
-
[data-v-1fd3d630] .el-select__selection{
|
|
17578
|
-
display: inline-block;
|
|
17579
|
-
}
|
|
17580
|
-
|
|
17581
|
-
.seleteSort[data-v-3336d6c5] {
|
|
17582
|
-
border-radius: 5px;
|
|
17583
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17584
|
-
}
|
|
17585
|
-
|
|
17586
17586
|
.stateBtn[data-v-ae2798fb]{
|
|
17587
17587
|
display: flex;
|
|
17588
17588
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.74",
|
|
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.93",
|
|
33
33
|
"echarts": "^5.5.0",
|
|
34
34
|
"element-plus": "^2.6.1",
|
|
35
35
|
"font-awesome": "^4.7.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"qrcode": "^1.5.3",
|
|
42
42
|
"quill": "^2.0.1",
|
|
43
43
|
"service-flow-designer": "2.1.59",
|
|
44
|
-
"super-page-runtime": "2.1.
|
|
44
|
+
"super-page-runtime": "2.1.72",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"vue-echarts": "^6.6.9",
|
|
53
53
|
"vue-router": "^4.3.0",
|
|
54
54
|
"vuex": "^4.1.0",
|
|
55
|
-
"workflow-editor": "0.0.
|
|
55
|
+
"workflow-editor": "0.0.48-up"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@codemirror/autocomplete": "^6.16.0",
|