super-page-designer 2.1.41 → 2.1.44
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/assemblys-config.js +45 -13
- package/dist/es/components/design/utils/form-design-util.js +1 -0
- package/dist/es/components/design/utils/page-design-util.d.ts +1 -1
- package/dist/es/components/design/utils/page-design-util.js +3 -2
- package/dist/es/components/design/utils/page-table-util.js +4 -2
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +9 -8
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +1 -7
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +92 -77
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +13 -9
- package/dist/es/components/design/views/assemblys/common/common-attr-size.vue.js +5 -6
- package/dist/es/components/design/views/assemblys/container/card/card-design.vue2.js +6 -0
- package/dist/es/components/design/views/assemblys/container/collapse/collapse-design.vue2.js +10 -0
- package/dist/es/components/design/views/assemblys/container/container/container-design.vue2.js +6 -0
- package/dist/es/components/design/views/assemblys/container/flex/flex-design.vue2.js +6 -0
- package/dist/es/components/design/views/assemblys/container/form/form-design.vue2.js +6 -0
- package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue2.js +10 -0
- package/dist/es/components/design/views/assemblys/container/tools/tools-design.vue2.js +7 -4
- package/dist/es/components/design/views/assemblys/data/component/column-config.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +2 -2
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +50 -35
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin-autoset.vue.js +4 -2
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +8 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +1 -152
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +152 -1
- package/dist/es/components/design/views/assemblys/form/common/verification.vue.js +4 -3
- package/dist/es/components/design/views/assemblys/form/custom/custom-attr-base.vue.js +8 -29
- package/dist/es/components/design/views/assemblys/form/custom/custom-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/custom/custom-design.vue2.js +16 -7
- package/dist/es/components/design/views/assemblys/object-design.vue.js +15 -0
- package/dist/es/components/design/views/assemblys/page/create-workflow-dialog.vue.d.ts +6 -0
- package/dist/es/components/design/views/assemblys/page/create-workflow-dialog.vue.js +95 -0
- package/dist/es/components/design/views/assemblys/page/create-workflow-dialog.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +61 -22
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +1 -1
- package/dist/es/style.css +122 -122
- package/package.json +4 -4
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +0 -542
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue3.js +0 -1
|
@@ -2,14 +2,17 @@ import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx
|
|
|
2
2
|
import { Search, Close, Setting } from "@element-plus/icons";
|
|
3
3
|
import _sfc_main$1 from "../common/common-select-table.vue.js";
|
|
4
4
|
import _sfc_main$2 from "./variable-dialog.vue.js";
|
|
5
|
+
import _sfc_main$3 from "./create-workflow-dialog.vue.js";
|
|
5
6
|
import { queryTableFields, changeFeieldToMap } from "../../../utils/page-table-util.js";
|
|
6
7
|
import { usePageContextStore } from "../../../../../stores/page-store.js";
|
|
7
8
|
import { queryWorkflowsRequest, createWorkflowRequest } from "../../../utils/page-design-util.js";
|
|
9
|
+
import { ElMessageBox } from "element-plus";
|
|
8
10
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
9
11
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
10
12
|
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
11
|
-
const _hoisted_4 = {
|
|
12
|
-
const _hoisted_5 = { style: { "float": "
|
|
13
|
+
const _hoisted_4 = { key: 0 };
|
|
14
|
+
const _hoisted_5 = { style: { "float": "left" } };
|
|
15
|
+
const _hoisted_6 = { style: { "float": "right", "color": "var(--el-text-color-secondary)", "font-size": "13px" } };
|
|
13
16
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
14
17
|
__name: "page-attr-base",
|
|
15
18
|
props: {
|
|
@@ -31,6 +34,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
31
34
|
const workflows = ref([]);
|
|
32
35
|
const linkWorkflowCode = props.configure.props.linkWorkflowCode ? props.configure.props.linkWorkflowCode : null;
|
|
33
36
|
const linkWorkflowCodeInfo = ref(linkWorkflowCode);
|
|
37
|
+
const isCreateWorkflow = ref(false);
|
|
38
|
+
const activeWorkflow = ref(props.configure.props.activeWorkflow);
|
|
34
39
|
function selectWorkflow(value) {
|
|
35
40
|
linkWorkflowCodeInfo.value = value;
|
|
36
41
|
if (value && value.indexOf(":") > 0) {
|
|
@@ -123,19 +128,47 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
123
128
|
}
|
|
124
129
|
changeWorkflowSource(props.configure.props ? props.configure.props.workflowSource : null);
|
|
125
130
|
function createWorkflow() {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
props.configure.
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
131
|
+
isCreateWorkflow.value = true;
|
|
132
|
+
}
|
|
133
|
+
function onCloseCreateWorkflowDialog(workflowInfo) {
|
|
134
|
+
if (workflowInfo) {
|
|
135
|
+
createWorkflowRequest(
|
|
136
|
+
props.configure.tableName,
|
|
137
|
+
props.configure.systemCode,
|
|
138
|
+
props.configure.systemVersion,
|
|
139
|
+
workflowInfo.code,
|
|
140
|
+
workflowInfo.name
|
|
141
|
+
).then((definition) => {
|
|
142
|
+
if (definition) {
|
|
143
|
+
props.configure.props.createWorkflowCode = definition.code;
|
|
144
|
+
props.configure.props.createWorkflowName = definition.name;
|
|
145
|
+
props.configure.workflowCode = props.configure.props.createWorkflowCode;
|
|
146
|
+
props.configure.workflowVersion = definition.definitionVersion;
|
|
147
|
+
}
|
|
148
|
+
isCreateWorkflow.value = false;
|
|
149
|
+
});
|
|
150
|
+
} else {
|
|
151
|
+
isCreateWorkflow.value = false;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
function changeActiveWorkflowState(newVal) {
|
|
155
|
+
const isActive = activeWorkflow.value;
|
|
156
|
+
if (isActive) {
|
|
157
|
+
ElMessageBox.confirm("开启流程后所有字段的必填验证配置会被取消,以流程图设置中的为准,确定开启吗?", "提示", {
|
|
158
|
+
confirmButtonText: "确认",
|
|
159
|
+
cancelButtonText: "取消",
|
|
160
|
+
type: "warning"
|
|
161
|
+
}).then(() => {
|
|
162
|
+
console.log("确定开启!!");
|
|
163
|
+
props.configure.props.activeWorkflow = true;
|
|
164
|
+
}).catch((err) => {
|
|
165
|
+
console.log("取消开启!!");
|
|
166
|
+
activeWorkflow.value = false;
|
|
167
|
+
props.configure.props.activeWorkflow = false;
|
|
168
|
+
});
|
|
169
|
+
} else {
|
|
170
|
+
props.configure.props.activeWorkflow = false;
|
|
171
|
+
}
|
|
139
172
|
}
|
|
140
173
|
return (_ctx, _cache) => {
|
|
141
174
|
const _component_el_text = resolveComponent("el-text");
|
|
@@ -392,8 +425,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
392
425
|
}, {
|
|
393
426
|
default: withCtx(() => [
|
|
394
427
|
createVNode(_component_el_switch, {
|
|
395
|
-
modelValue:
|
|
396
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) =>
|
|
428
|
+
modelValue: activeWorkflow.value,
|
|
429
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => activeWorkflow.value = $event),
|
|
430
|
+
onChange: changeActiveWorkflowState
|
|
397
431
|
}, null, 8, ["modelValue"])
|
|
398
432
|
]),
|
|
399
433
|
_: 1
|
|
@@ -422,14 +456,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
422
456
|
]),
|
|
423
457
|
_: 1
|
|
424
458
|
}),
|
|
425
|
-
|
|
459
|
+
_ctx.configure.props.workflowSource && _ctx.configure.props.workflowSource === "create" ? (openBlock(), createElementBlock("span", _hoisted_4, [
|
|
426
460
|
createVNode(_component_el_button, { onClick: createWorkflow }, {
|
|
427
461
|
default: withCtx(() => [
|
|
428
462
|
createTextVNode("新增")
|
|
429
463
|
]),
|
|
430
464
|
_: 1
|
|
431
465
|
})
|
|
432
|
-
])
|
|
466
|
+
])) : createCommentVNode("", true)
|
|
433
467
|
]),
|
|
434
468
|
_: 1
|
|
435
469
|
}, 8, ["modelValue"])
|
|
@@ -455,8 +489,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
455
489
|
value: item.code
|
|
456
490
|
}, {
|
|
457
491
|
default: withCtx(() => [
|
|
458
|
-
createElementVNode("span",
|
|
459
|
-
createElementVNode("span",
|
|
492
|
+
createElementVNode("span", _hoisted_5, toDisplayString(item.name), 1),
|
|
493
|
+
createElementVNode("span", _hoisted_6, toDisplayString(item.code), 1)
|
|
460
494
|
]),
|
|
461
495
|
_: 2
|
|
462
496
|
}, 1032, ["label", "value"]);
|
|
@@ -516,7 +550,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
516
550
|
ref: refVariableDialog,
|
|
517
551
|
pageDesign: _ctx.configure,
|
|
518
552
|
onClose: onCloseVariableDialog
|
|
519
|
-
}, null, 8, ["pageDesign"])
|
|
553
|
+
}, null, 8, ["pageDesign"]),
|
|
554
|
+
isCreateWorkflow.value ? (openBlock(), createBlock(_sfc_main$3, {
|
|
555
|
+
key: 0,
|
|
556
|
+
pageDesign: _ctx.configure,
|
|
557
|
+
onClose: onCloseCreateWorkflowDialog
|
|
558
|
+
}, null, 8, ["pageDesign"])) : createCommentVNode("", true)
|
|
520
559
|
]),
|
|
521
560
|
_: 1
|
|
522
561
|
});
|
|
@@ -297,7 +297,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
297
297
|
newColumn.props.base.querySettingName = f.querySettingName;
|
|
298
298
|
newColumn.props.base.exportable = f.exportable;
|
|
299
299
|
if (f.align) {
|
|
300
|
-
newColumn.props.base.
|
|
300
|
+
newColumn.props.base.alignTitle = f.align;
|
|
301
301
|
}
|
|
302
302
|
newColumn.props.base.prop = f.fieldName;
|
|
303
303
|
if (f.componentName) {
|
package/dist/es/style.css
CHANGED
|
@@ -2528,10 +2528,6 @@ fieldset.amb-design-item-selected {
|
|
|
2528
2528
|
padding: 10px;
|
|
2529
2529
|
font-weight: bold;
|
|
2530
2530
|
}
|
|
2531
|
-
|
|
2532
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
2533
|
-
cursor: default;
|
|
2534
|
-
}
|
|
2535
2531
|
.el-tree-node__content {
|
|
2536
2532
|
height: 34px !important;
|
|
2537
2533
|
}
|
|
@@ -5626,6 +5622,10 @@ fieldset.amb-design-item-selected {
|
|
|
5626
5622
|
padding: 10px;
|
|
5627
5623
|
font-weight: bold;
|
|
5628
5624
|
}
|
|
5625
|
+
|
|
5626
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
5627
|
+
cursor: default;
|
|
5628
|
+
}
|
|
5629
5629
|
.el-tree-node__content {
|
|
5630
5630
|
height: 34px !important;
|
|
5631
5631
|
}
|
|
@@ -9334,6 +9334,56 @@ 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
|
+
}
|
|
9337
9387
|
.el-tree-node__content {
|
|
9338
9388
|
height: 34px !important;
|
|
9339
9389
|
}
|
|
@@ -9952,56 +10002,6 @@ fieldset.amb-design-item-selected {
|
|
|
9952
10002
|
padding: 10px;
|
|
9953
10003
|
font-weight: bold;
|
|
9954
10004
|
}
|
|
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-828b46d0] {
|
|
9975
|
-
color: #333;
|
|
9976
|
-
}
|
|
9977
|
-
.context-menu[data-v-828b46d0] {
|
|
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-828b46d0] {
|
|
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-828b46d0]:hover {
|
|
9994
|
-
background: #5893ef;
|
|
9995
|
-
color: #fff;
|
|
9996
|
-
}
|
|
9997
|
-
.context-menu[data-v-828b46d0] {
|
|
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-828b46d0] {
|
|
10003
|
-
list-style-type: none;
|
|
10004
|
-
}
|
|
10005
10005
|
.el-tree-node__content {
|
|
10006
10006
|
height: 34px !important;
|
|
10007
10007
|
}
|
|
@@ -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
|
}
|
|
@@ -16804,6 +16800,60 @@ fieldset.amb-design-item-selected {
|
|
|
16804
16800
|
padding: 10px;
|
|
16805
16801
|
font-weight: bold;
|
|
16806
16802
|
}
|
|
16803
|
+
|
|
16804
|
+
[data-v-bab42532] .el-form-item__label {
|
|
16805
|
+
padding: 0;
|
|
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-a74e7ce8] {
|
|
16827
|
+
color: #333;
|
|
16828
|
+
}
|
|
16829
|
+
.context-menu[data-v-a74e7ce8] {
|
|
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-a74e7ce8] {
|
|
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-a74e7ce8]:hover {
|
|
16846
|
+
background: #5893ef;
|
|
16847
|
+
color: #fff;
|
|
16848
|
+
}
|
|
16849
|
+
.context-menu[data-v-a74e7ce8] {
|
|
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-a74e7ce8] {
|
|
16855
|
+
list-style-type: none;
|
|
16856
|
+
}
|
|
16807
16857
|
.el-tree-node__content {
|
|
16808
16858
|
height: 34px !important;
|
|
16809
16859
|
}
|
|
@@ -17422,56 +17472,6 @@ fieldset.amb-design-item-selected {
|
|
|
17422
17472
|
padding: 10px;
|
|
17423
17473
|
font-weight: bold;
|
|
17424
17474
|
}
|
|
17425
|
-
|
|
17426
|
-
/*不显示列样式*/
|
|
17427
|
-
.hiddenBorder {
|
|
17428
|
-
border-right: solid 1px #ebebeb !important;
|
|
17429
|
-
border-left: solid 1px #ebebeb !important;
|
|
17430
|
-
background-color: #ebebeb !important;
|
|
17431
|
-
}
|
|
17432
|
-
/*选中列样式*/
|
|
17433
|
-
.addBorder {
|
|
17434
|
-
border-right: solid 1px #5893ef !important;
|
|
17435
|
-
border-left: solid 1px #5893ef !important;
|
|
17436
|
-
background-color: #5893ef !important;
|
|
17437
|
-
color: #ffffff;
|
|
17438
|
-
}
|
|
17439
|
-
.ghost {
|
|
17440
|
-
opacity: 0.5;
|
|
17441
|
-
background: #c8ebfb;
|
|
17442
|
-
}
|
|
17443
|
-
|
|
17444
|
-
li[data-v-ad6b7f2d] {
|
|
17445
|
-
color: #333;
|
|
17446
|
-
}
|
|
17447
|
-
.context-menu[data-v-ad6b7f2d] {
|
|
17448
|
-
position: fixed;
|
|
17449
|
-
background: #fff;
|
|
17450
|
-
z-index: 999;
|
|
17451
|
-
padding: 5px;
|
|
17452
|
-
margin: 0;
|
|
17453
|
-
margin-top: 30px;
|
|
17454
|
-
}
|
|
17455
|
-
.context-menu li[data-v-ad6b7f2d] {
|
|
17456
|
-
min-width: 75px;
|
|
17457
|
-
height: 28px;
|
|
17458
|
-
line-height: 28px;
|
|
17459
|
-
text-align: left;
|
|
17460
|
-
color: #1a1a1a;
|
|
17461
|
-
cursor: pointer;
|
|
17462
|
-
}
|
|
17463
|
-
.context-menu li[data-v-ad6b7f2d]:hover {
|
|
17464
|
-
background: #5893ef;
|
|
17465
|
-
color: #fff;
|
|
17466
|
-
}
|
|
17467
|
-
.context-menu[data-v-ad6b7f2d] {
|
|
17468
|
-
border: 1px solid #eee;
|
|
17469
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
17470
|
-
border-radius: 5px;
|
|
17471
|
-
}
|
|
17472
|
-
li[data-v-ad6b7f2d] {
|
|
17473
|
-
list-style-type: none;
|
|
17474
|
-
}
|
|
17475
17475
|
|
|
17476
17476
|
.amb-design-attr-header[data-v-226997f7] {
|
|
17477
17477
|
position: sticky;
|
|
@@ -17499,7 +17499,7 @@ li[data-v-ad6b7f2d] {
|
|
|
17499
17499
|
color: #ffffff;
|
|
17500
17500
|
}
|
|
17501
17501
|
|
|
17502
|
-
.seleteSort[data-v-
|
|
17502
|
+
.seleteSort[data-v-931f64e3] {
|
|
17503
17503
|
border-radius: 5px;
|
|
17504
17504
|
border: 1px solid rgba(88, 147, 239);
|
|
17505
17505
|
}
|
|
@@ -17528,7 +17528,7 @@ li[data-v-ad6b7f2d] {
|
|
|
17528
17528
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
17529
17529
|
}
|
|
17530
17530
|
|
|
17531
|
-
.seleteSort[data-v-
|
|
17531
|
+
.seleteSort[data-v-8aacbe0c] {
|
|
17532
17532
|
border-radius: 5px;
|
|
17533
17533
|
border: 1px solid rgba(88, 147, 239);
|
|
17534
17534
|
}
|
|
@@ -17570,6 +17570,11 @@ li[data-v-ad6b7f2d] {
|
|
|
17570
17570
|
margin-bottom: 20px;
|
|
17571
17571
|
}
|
|
17572
17572
|
|
|
17573
|
+
.seleteSort[data-v-a8c75465] {
|
|
17574
|
+
border-radius: 5px;
|
|
17575
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17576
|
+
}
|
|
17577
|
+
|
|
17573
17578
|
.seleteSort[data-v-1dada466] {
|
|
17574
17579
|
border-radius: 5px;
|
|
17575
17580
|
border: 1px solid rgba(88, 147, 239);
|
|
@@ -17615,11 +17620,6 @@ li[data-v-74ebe0ac] {
|
|
|
17615
17620
|
list-style-type: none;
|
|
17616
17621
|
}
|
|
17617
17622
|
|
|
17618
|
-
.seleteSort[data-v-a8c75465] {
|
|
17619
|
-
border-radius: 5px;
|
|
17620
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17621
|
-
}
|
|
17622
|
-
|
|
17623
17623
|
.stateBtn[data-v-ae2798fb]{
|
|
17624
17624
|
display: flex;
|
|
17625
17625
|
}
|
|
@@ -17628,6 +17628,10 @@ li[data-v-74ebe0ac] {
|
|
|
17628
17628
|
color: #7b7b7b;
|
|
17629
17629
|
}
|
|
17630
17630
|
|
|
17631
|
+
.el-tag[data-v-665d3bf4]{
|
|
17632
|
+
margin-left: 10px;
|
|
17633
|
+
}
|
|
17634
|
+
|
|
17631
17635
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
17632
17636
|
display: flex;
|
|
17633
17637
|
justify-content: space-between;
|
|
@@ -17637,19 +17641,15 @@ li[data-v-74ebe0ac] {
|
|
|
17637
17641
|
width: 100%
|
|
17638
17642
|
}
|
|
17639
17643
|
|
|
17640
|
-
|
|
17641
|
-
|
|
17644
|
+
[data-v-1aa6f1ab] .centered-input .el-input__inner {
|
|
17645
|
+
text-align: center;
|
|
17642
17646
|
}
|
|
17643
17647
|
|
|
17644
|
-
.seleteSort[data-v-
|
|
17648
|
+
.seleteSort[data-v-ccdcf268] {
|
|
17645
17649
|
border-radius: 5px;
|
|
17646
17650
|
border: 1px solid rgba(88, 147, 239);
|
|
17647
17651
|
}
|
|
17648
17652
|
|
|
17649
|
-
[data-v-1aa6f1ab] .centered-input .el-input__inner {
|
|
17650
|
-
text-align: center;
|
|
17651
|
-
}
|
|
17652
|
-
|
|
17653
17653
|
.input-with-select .el-input-group__append {
|
|
17654
17654
|
background-color: var(--el-fill-color-blank);
|
|
17655
17655
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.44",
|
|
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.82",
|
|
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.43",
|
|
43
|
+
"super-page-runtime": "2.1.42",
|
|
44
44
|
"uuid": "^9.0.1",
|
|
45
45
|
"vite": "^5.1.6",
|
|
46
46
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|