super-page-designer 2.1.41 → 2.1.47
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 +93 -78
- 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/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/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 +3 -3
- 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 +2 -2
- 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 +34 -1
- 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 +129 -129
- package/package.json +4 -5
- 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
|
@@ -674,6 +674,10 @@ fieldset.amb-design-item-selected {
|
|
|
674
674
|
[data-v-511b453b]::-webkit-scrollbar-thumb:hover {
|
|
675
675
|
background-color: grey;
|
|
676
676
|
}
|
|
677
|
+
|
|
678
|
+
.el-select__wrapper.is-disabled{
|
|
679
|
+
cursor: default;
|
|
680
|
+
}
|
|
677
681
|
.el-tree-node__content {
|
|
678
682
|
height: 34px !important;
|
|
679
683
|
}
|
|
@@ -2528,10 +2532,6 @@ fieldset.amb-design-item-selected {
|
|
|
2528
2532
|
padding: 10px;
|
|
2529
2533
|
font-weight: bold;
|
|
2530
2534
|
}
|
|
2531
|
-
|
|
2532
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
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,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,9 +16182,55 @@ fieldset.amb-design-item-selected {
|
|
|
16182
16182
|
padding: 10px;
|
|
16183
16183
|
font-weight: bold;
|
|
16184
16184
|
}
|
|
16185
|
+
|
|
16186
|
+
/*不显示列样式*/
|
|
16187
|
+
.hiddenBorder {
|
|
16188
|
+
border-right: solid 1px #ebebeb !important;
|
|
16189
|
+
border-left: solid 1px #ebebeb !important;
|
|
16190
|
+
background-color: #ebebeb !important;
|
|
16191
|
+
}
|
|
16192
|
+
/*选中列样式*/
|
|
16193
|
+
.addBorder {
|
|
16194
|
+
border-right: solid 1px #5893ef !important;
|
|
16195
|
+
border-left: solid 1px #5893ef !important;
|
|
16196
|
+
background-color: #5893ef !important;
|
|
16197
|
+
color: #ffffff;
|
|
16198
|
+
}
|
|
16199
|
+
.ghost {
|
|
16200
|
+
opacity: 0.5;
|
|
16201
|
+
background: #c8ebfb;
|
|
16202
|
+
}
|
|
16185
16203
|
|
|
16186
|
-
[data-v-
|
|
16187
|
-
|
|
16204
|
+
li[data-v-a74e7ce8] {
|
|
16205
|
+
color: #333;
|
|
16206
|
+
}
|
|
16207
|
+
.context-menu[data-v-a74e7ce8] {
|
|
16208
|
+
position: fixed;
|
|
16209
|
+
background: #fff;
|
|
16210
|
+
z-index: 999;
|
|
16211
|
+
padding: 5px;
|
|
16212
|
+
margin: 0;
|
|
16213
|
+
margin-top: 30px;
|
|
16214
|
+
}
|
|
16215
|
+
.context-menu li[data-v-a74e7ce8] {
|
|
16216
|
+
min-width: 75px;
|
|
16217
|
+
height: 28px;
|
|
16218
|
+
line-height: 28px;
|
|
16219
|
+
text-align: left;
|
|
16220
|
+
color: #1a1a1a;
|
|
16221
|
+
cursor: pointer;
|
|
16222
|
+
}
|
|
16223
|
+
.context-menu li[data-v-a74e7ce8]:hover {
|
|
16224
|
+
background: #5893ef;
|
|
16225
|
+
color: #fff;
|
|
16226
|
+
}
|
|
16227
|
+
.context-menu[data-v-a74e7ce8] {
|
|
16228
|
+
border: 1px solid #eee;
|
|
16229
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
16230
|
+
border-radius: 5px;
|
|
16231
|
+
}
|
|
16232
|
+
li[data-v-a74e7ce8] {
|
|
16233
|
+
list-style-type: none;
|
|
16188
16234
|
}
|
|
16189
16235
|
.el-tree-node__content {
|
|
16190
16236
|
height: 34px !important;
|
|
@@ -16804,6 +16850,10 @@ fieldset.amb-design-item-selected {
|
|
|
16804
16850
|
padding: 10px;
|
|
16805
16851
|
font-weight: bold;
|
|
16806
16852
|
}
|
|
16853
|
+
|
|
16854
|
+
[data-v-bab42532] .el-form-item__label {
|
|
16855
|
+
padding: 0;
|
|
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,11 +17528,6 @@ li[data-v-ad6b7f2d] {
|
|
|
17528
17528
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
17529
17529
|
}
|
|
17530
17530
|
|
|
17531
|
-
.seleteSort[data-v-27806549] {
|
|
17532
|
-
border-radius: 5px;
|
|
17533
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17534
|
-
}
|
|
17535
|
-
|
|
17536
17531
|
.icon-set-center-body[data-v-181d1ce8]{
|
|
17537
17532
|
display: grid;
|
|
17538
17533
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -17570,12 +17565,22 @@ li[data-v-ad6b7f2d] {
|
|
|
17570
17565
|
margin-bottom: 20px;
|
|
17571
17566
|
}
|
|
17572
17567
|
|
|
17573
|
-
.seleteSort[data-v-
|
|
17574
|
-
|
|
17575
|
-
|
|
17568
|
+
.seleteSort[data-v-8aacbe0c] {
|
|
17569
|
+
border-radius: 5px;
|
|
17570
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17571
|
+
}
|
|
17572
|
+
|
|
17573
|
+
.seleteSort[data-v-a8c75465] {
|
|
17574
|
+
border-radius: 5px;
|
|
17575
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17576
|
+
}
|
|
17577
|
+
|
|
17578
|
+
.stateBtn[data-v-ae2798fb]{
|
|
17579
|
+
display: flex;
|
|
17576
17580
|
}
|
|
17577
|
-
[data-v-
|
|
17578
|
-
|
|
17581
|
+
.stateText[data-v-ae2798fb]{
|
|
17582
|
+
margin-left: 10px;
|
|
17583
|
+
color: #7b7b7b;
|
|
17579
17584
|
}
|
|
17580
17585
|
|
|
17581
17586
|
li[data-v-74ebe0ac] {
|
|
@@ -17615,17 +17620,12 @@ li[data-v-74ebe0ac] {
|
|
|
17615
17620
|
list-style-type: none;
|
|
17616
17621
|
}
|
|
17617
17622
|
|
|
17618
|
-
.seleteSort[data-v-
|
|
17619
|
-
|
|
17620
|
-
|
|
17621
|
-
}
|
|
17622
|
-
|
|
17623
|
-
.stateBtn[data-v-ae2798fb]{
|
|
17624
|
-
display: flex;
|
|
17623
|
+
.seleteSort[data-v-1dada466] {
|
|
17624
|
+
border-radius: 5px;
|
|
17625
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17625
17626
|
}
|
|
17626
|
-
|
|
17627
|
-
|
|
17628
|
-
color: #7b7b7b;
|
|
17627
|
+
[data-v-1dada466] .el-select__selection{
|
|
17628
|
+
display: inline-block;
|
|
17629
17629
|
}
|
|
17630
17630
|
|
|
17631
17631
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
@@ -17641,7 +17641,7 @@ li[data-v-74ebe0ac] {
|
|
|
17641
17641
|
margin-left: 10px;
|
|
17642
17642
|
}
|
|
17643
17643
|
|
|
17644
|
-
.seleteSort[data-v-
|
|
17644
|
+
.seleteSort[data-v-ccdcf268] {
|
|
17645
17645
|
border-radius: 5px;
|
|
17646
17646
|
border: 1px solid rgba(88, 147, 239);
|
|
17647
17647
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.47",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -28,8 +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-
|
|
32
|
-
"agilebuilder-ui": "1.0.76",
|
|
31
|
+
"agilebuilder-ui": "1.0.83",
|
|
33
32
|
"echarts": "^5.5.0",
|
|
34
33
|
"element-plus": "^2.6.1",
|
|
35
34
|
"font-awesome": "^4.7.0",
|
|
@@ -39,8 +38,8 @@
|
|
|
39
38
|
"pinia": "^2.1.7",
|
|
40
39
|
"qrcode": "^1.5.3",
|
|
41
40
|
"quill": "^2.0.1",
|
|
42
|
-
"service-flow-designer": "2.1.
|
|
43
|
-
"super-page-runtime": "2.1.
|
|
41
|
+
"service-flow-designer": "2.1.46",
|
|
42
|
+
"super-page-runtime": "2.1.45",
|
|
44
43
|
"uuid": "^9.0.1",
|
|
45
44
|
"vite": "^5.1.6",
|
|
46
45
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|