super-page-designer 2.1.18 → 2.1.21
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/container-design-util.js +4 -1
- package/dist/es/components/design/utils/form-design-util.js +4 -10
- package/dist/es/components/design/utils/page-table-util.js +4 -2
- package/dist/es/components/design/views/assemblys/common/common-attr-size.vue.js +25 -4
- package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue.js +10 -2
- package/dist/es/components/design/views/assemblys/common/common-style-background.vue.js +17 -2
- package/dist/es/components/design/views/assemblys/common/common-style-border.vue.js +10 -4
- package/dist/es/components/design/views/assemblys/common/common-style-position.vue.js +6 -0
- 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 +725 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +1 -725
- package/dist/es/components/design/views/assemblys/container/card/card-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/container/collapse/collapse-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/container/container/container-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/container/flex/flex-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/container/form/form-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/container/iframe/iframe-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/container/tabs/tabs-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +3 -2
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +2 -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/date-picker/datepicker-attr-base.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/workflow/picture-flow/pictureflow-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/workflow/text-history/texthistory-attr-base.vue.js +2 -1
- package/dist/es/components/design/views/design/page-event/config.vue.js +2 -2
- package/dist/es/components/design/views/design/page-event/config.vue2.js +1 -336
- package/dist/es/components/design/views/design/page-event/config.vue3.js +336 -1
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +1 -0
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +27 -11
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +93 -93
- package/package.json +5 -5
|
@@ -8,12 +8,13 @@ import { useDraggable } from "vue-draggable-plus";
|
|
|
8
8
|
const _hoisted_1 = { key: 0 };
|
|
9
9
|
const _hoisted_2 = { key: 0 };
|
|
10
10
|
const _hoisted_3 = { key: 0 };
|
|
11
|
-
const _hoisted_4 = {
|
|
12
|
-
const _hoisted_5 = {
|
|
11
|
+
const _hoisted_4 = { key: 0 };
|
|
12
|
+
const _hoisted_5 = { style: { "display": "flex" } };
|
|
13
13
|
const _hoisted_6 = { key: 0 };
|
|
14
|
-
const _hoisted_7 =
|
|
15
|
-
const _hoisted_8 =
|
|
14
|
+
const _hoisted_7 = { key: 0 };
|
|
15
|
+
const _hoisted_8 = ["title"];
|
|
16
16
|
const _hoisted_9 = { key: 0 };
|
|
17
|
+
const _hoisted_10 = { key: 0 };
|
|
17
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
18
19
|
__name: "quick-add-fields",
|
|
19
20
|
props: {
|
|
@@ -309,6 +310,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
309
310
|
const _component_el_option = resolveComponent("el-option");
|
|
310
311
|
const _component_el_select = resolveComponent("el-select");
|
|
311
312
|
const _component_el_input = resolveComponent("el-input");
|
|
313
|
+
const _component_el_switch = resolveComponent("el-switch");
|
|
312
314
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
313
315
|
const _component_el_table = resolveComponent("el-table");
|
|
314
316
|
return openBlock(), createBlock(_component_el_table, {
|
|
@@ -437,7 +439,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
437
439
|
}),
|
|
438
440
|
createVNode(_component_el_table_column, {
|
|
439
441
|
prop: "querySettingName",
|
|
440
|
-
label: "
|
|
442
|
+
label: "查询设置",
|
|
441
443
|
width: "140"
|
|
442
444
|
}, {
|
|
443
445
|
default: withCtx((scope) => [
|
|
@@ -463,12 +465,26 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
463
465
|
]),
|
|
464
466
|
_: 1
|
|
465
467
|
}),
|
|
468
|
+
createVNode(_component_el_table_column, {
|
|
469
|
+
prop: "exportable",
|
|
470
|
+
label: "导出",
|
|
471
|
+
width: "120"
|
|
472
|
+
}, {
|
|
473
|
+
default: withCtx((scope) => [
|
|
474
|
+
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label", _hoisted_4, toDisplayString(scope.row.exportable), 1)) : (openBlock(), createBlock(_component_el_switch, {
|
|
475
|
+
key: 1,
|
|
476
|
+
modelValue: scope.row.exportable,
|
|
477
|
+
"onUpdate:modelValue": ($event) => scope.row.exportable = $event
|
|
478
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"]))
|
|
479
|
+
]),
|
|
480
|
+
_: 1
|
|
481
|
+
}),
|
|
466
482
|
createVNode(_component_el_table_column, {
|
|
467
483
|
prop: "componentName",
|
|
468
484
|
width: "120"
|
|
469
485
|
}, {
|
|
470
486
|
header: withCtx(() => [
|
|
471
|
-
createElementVNode("div",
|
|
487
|
+
createElementVNode("div", _hoisted_5, [
|
|
472
488
|
createTextVNode(" 组件 "),
|
|
473
489
|
withDirectives(createVNode(_component_el_checkbox, {
|
|
474
490
|
modelValue: allEditState.value,
|
|
@@ -484,7 +500,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
484
500
|
])
|
|
485
501
|
]),
|
|
486
502
|
default: withCtx((scope) => [
|
|
487
|
-
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label",
|
|
503
|
+
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label", _hoisted_6, toDisplayString(scope.row.componentName), 1)) : (openBlock(), createBlock(_component_el_select, {
|
|
488
504
|
key: 1,
|
|
489
505
|
size: "small",
|
|
490
506
|
modelValue: scope.row.componentName,
|
|
@@ -512,7 +528,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
512
528
|
width: "70"
|
|
513
529
|
}, {
|
|
514
530
|
default: withCtx((scope) => [
|
|
515
|
-
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label",
|
|
531
|
+
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label", _hoisted_7, toDisplayString(scope.row.state), 1)) : (openBlock(), createBlock(_component_el_select, {
|
|
516
532
|
key: 1,
|
|
517
533
|
size: "small",
|
|
518
534
|
disabled: !scope.row.componentName,
|
|
@@ -544,7 +560,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
544
560
|
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label", {
|
|
545
561
|
key: 0,
|
|
546
562
|
title: scope.row.valid
|
|
547
|
-
}, toDisplayString(scope.row.valid), 9,
|
|
563
|
+
}, toDisplayString(scope.row.valid), 9, _hoisted_8)) : (openBlock(), createBlock(_component_el_select, {
|
|
548
564
|
key: 1,
|
|
549
565
|
disabled: !scope.row.componentName,
|
|
550
566
|
size: "small",
|
|
@@ -576,7 +592,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
576
592
|
width: "75"
|
|
577
593
|
}, {
|
|
578
594
|
default: withCtx((scope) => [
|
|
579
|
-
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label",
|
|
595
|
+
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label", _hoisted_9, toDisplayString(scope.row.width), 1)) : (openBlock(), createBlock(_component_el_select, {
|
|
580
596
|
key: 1,
|
|
581
597
|
size: "small",
|
|
582
598
|
modelValue: scope.row.width,
|
|
@@ -604,7 +620,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
604
620
|
width: "70"
|
|
605
621
|
}, {
|
|
606
622
|
default: withCtx((scope) => [
|
|
607
|
-
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label",
|
|
623
|
+
scope.row.uuid != selRowUuid.value ? (openBlock(), createElementBlock("label", _hoisted_10, toDisplayString(scope.row.align), 1)) : (openBlock(), createBlock(_component_el_select, {
|
|
608
624
|
key: 1,
|
|
609
625
|
size: "small",
|
|
610
626
|
modelValue: scope.row.align,
|
|
@@ -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
|
@@ -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
|
}
|
|
@@ -3768,6 +3764,10 @@ fieldset.amb-design-item-selected {
|
|
|
3768
3764
|
padding: 10px;
|
|
3769
3765
|
font-weight: bold;
|
|
3770
3766
|
}
|
|
3767
|
+
|
|
3768
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
3769
|
+
cursor: default;
|
|
3770
|
+
}
|
|
3771
3771
|
.el-tree-node__content {
|
|
3772
3772
|
height: 34px !important;
|
|
3773
3773
|
}
|
|
@@ -4386,6 +4386,10 @@ fieldset.amb-design-item-selected {
|
|
|
4386
4386
|
padding: 10px;
|
|
4387
4387
|
font-weight: bold;
|
|
4388
4388
|
}
|
|
4389
|
+
|
|
4390
|
+
.el-select__wrapper.is-disabled{
|
|
4391
|
+
cursor: default;
|
|
4392
|
+
}
|
|
4389
4393
|
.el-tree-node__content {
|
|
4390
4394
|
height: 34px !important;
|
|
4391
4395
|
}
|
|
@@ -5622,10 +5626,6 @@ fieldset.amb-design-item-selected {
|
|
|
5622
5626
|
padding: 10px;
|
|
5623
5627
|
font-weight: bold;
|
|
5624
5628
|
}
|
|
5625
|
-
|
|
5626
|
-
.el-select__wrapper.is-disabled{
|
|
5627
|
-
cursor: default;
|
|
5628
|
-
}
|
|
5629
5629
|
.el-tree-node__content {
|
|
5630
5630
|
height: 34px !important;
|
|
5631
5631
|
}
|
|
@@ -6862,56 +6862,6 @@ fieldset.amb-design-item-selected {
|
|
|
6862
6862
|
padding: 10px;
|
|
6863
6863
|
font-weight: bold;
|
|
6864
6864
|
}
|
|
6865
|
-
|
|
6866
|
-
/*不显示列样式*/
|
|
6867
|
-
.hiddenBorder {
|
|
6868
|
-
border-right: solid 1px #ebebeb !important;
|
|
6869
|
-
border-left: solid 1px #ebebeb !important;
|
|
6870
|
-
background-color: #ebebeb !important;
|
|
6871
|
-
}
|
|
6872
|
-
/*选中列样式*/
|
|
6873
|
-
.addBorder {
|
|
6874
|
-
border-right: solid 1px #5893ef !important;
|
|
6875
|
-
border-left: solid 1px #5893ef !important;
|
|
6876
|
-
background-color: #5893ef !important;
|
|
6877
|
-
color: #ffffff;
|
|
6878
|
-
}
|
|
6879
|
-
.ghost {
|
|
6880
|
-
opacity: 0.5;
|
|
6881
|
-
background: #c8ebfb;
|
|
6882
|
-
}
|
|
6883
|
-
|
|
6884
|
-
li[data-v-55bb4cd3] {
|
|
6885
|
-
color: #333;
|
|
6886
|
-
}
|
|
6887
|
-
.context-menu[data-v-55bb4cd3] {
|
|
6888
|
-
position: fixed;
|
|
6889
|
-
background: #fff;
|
|
6890
|
-
z-index: 999;
|
|
6891
|
-
padding: 5px;
|
|
6892
|
-
margin: 0;
|
|
6893
|
-
margin-top: 30px;
|
|
6894
|
-
}
|
|
6895
|
-
.context-menu li[data-v-55bb4cd3] {
|
|
6896
|
-
min-width: 75px;
|
|
6897
|
-
height: 28px;
|
|
6898
|
-
line-height: 28px;
|
|
6899
|
-
text-align: left;
|
|
6900
|
-
color: #1a1a1a;
|
|
6901
|
-
cursor: pointer;
|
|
6902
|
-
}
|
|
6903
|
-
.context-menu li[data-v-55bb4cd3]:hover {
|
|
6904
|
-
background: #5893ef;
|
|
6905
|
-
color: #fff;
|
|
6906
|
-
}
|
|
6907
|
-
.context-menu[data-v-55bb4cd3] {
|
|
6908
|
-
border: 1px solid #eee;
|
|
6909
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
6910
|
-
border-radius: 5px;
|
|
6911
|
-
}
|
|
6912
|
-
li[data-v-55bb4cd3] {
|
|
6913
|
-
list-style-type: none;
|
|
6914
|
-
}
|
|
6915
6865
|
.el-tree-node__content {
|
|
6916
6866
|
height: 34px !important;
|
|
6917
6867
|
}
|
|
@@ -9384,6 +9334,56 @@ fieldset.amb-design-item-selected {
|
|
|
9384
9334
|
padding: 10px;
|
|
9385
9335
|
font-weight: bold;
|
|
9386
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
9387
|
.el-tree-node__content {
|
|
9388
9388
|
height: 34px !important;
|
|
9389
9389
|
}
|
|
@@ -16852,18 +16852,17 @@ fieldset.amb-design-item-selected {
|
|
|
16852
16852
|
border: 1px solid rgba(88, 147, 239);
|
|
16853
16853
|
}
|
|
16854
16854
|
|
|
16855
|
-
.
|
|
16856
|
-
|
|
16857
|
-
justify-content: space-between;
|
|
16858
|
-
text-align: center
|
|
16855
|
+
.editorTool[data-v-26f79956] {
|
|
16856
|
+
margin-left: auto;
|
|
16859
16857
|
}
|
|
16860
|
-
.
|
|
16861
|
-
|
|
16862
|
-
|
|
16863
|
-
|
|
16864
|
-
.
|
|
16865
|
-
|
|
16866
|
-
|
|
16858
|
+
.editorOption[data-v-26f79956] {
|
|
16859
|
+
margin-right: 10px;
|
|
16860
|
+
cursor: pointer;
|
|
16861
|
+
}
|
|
16862
|
+
.pppp[data-v-26f79956] {
|
|
16863
|
+
display: flex; /* 使用Flex布局 */
|
|
16864
|
+
justify-content: flex-start;
|
|
16865
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16867
16866
|
}
|
|
16868
16867
|
|
|
16869
16868
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
@@ -16903,25 +16902,30 @@ fieldset.amb-design-item-selected {
|
|
|
16903
16902
|
margin-bottom: 20px;
|
|
16904
16903
|
}
|
|
16905
16904
|
|
|
16906
|
-
.
|
|
16907
|
-
|
|
16908
|
-
}
|
|
16909
|
-
|
|
16910
|
-
|
|
16911
|
-
|
|
16905
|
+
.el-tag[data-v-665d3bf4]{
|
|
16906
|
+
margin-left: 10px;
|
|
16907
|
+
}
|
|
16908
|
+
|
|
16909
|
+
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
16910
|
+
display: flex;
|
|
16911
|
+
justify-content: space-between;
|
|
16912
|
+
text-align: center
|
|
16912
16913
|
}
|
|
16913
|
-
.
|
|
16914
|
-
|
|
16915
|
-
justify-content: flex-start;
|
|
16916
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16914
|
+
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
16915
|
+
width: 100%
|
|
16917
16916
|
}
|
|
16918
16917
|
|
|
16919
|
-
.
|
|
16920
|
-
|
|
16918
|
+
.seleteSort[data-v-a8c75465] {
|
|
16919
|
+
border-radius: 5px;
|
|
16920
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16921
|
+
}
|
|
16922
|
+
|
|
16923
|
+
.seleteSort[data-v-97438be5] {
|
|
16924
|
+
border-radius: 5px;
|
|
16925
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16921
16926
|
}
|
|
16922
|
-
|
|
16923
|
-
|
|
16924
|
-
color: #7b7b7b;
|
|
16927
|
+
[data-v-97438be5] .el-select__selection{
|
|
16928
|
+
display: inline-block;
|
|
16925
16929
|
}
|
|
16926
16930
|
|
|
16927
16931
|
li[data-v-b436905c] {
|
|
@@ -16961,16 +16965,12 @@ li[data-v-b436905c] {
|
|
|
16961
16965
|
list-style-type: none;
|
|
16962
16966
|
}
|
|
16963
16967
|
|
|
16964
|
-
.
|
|
16965
|
-
|
|
16966
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16968
|
+
.stateBtn[data-v-ae2798fb]{
|
|
16969
|
+
display: flex;
|
|
16967
16970
|
}
|
|
16968
|
-
[data-v-
|
|
16969
|
-
|
|
16970
|
-
|
|
16971
|
-
|
|
16972
|
-
.el-tag[data-v-665d3bf4]{
|
|
16973
|
-
margin-left: 10px;
|
|
16971
|
+
.stateText[data-v-ae2798fb]{
|
|
16972
|
+
margin-left: 10px;
|
|
16973
|
+
color: #7b7b7b;
|
|
16974
16974
|
}
|
|
16975
16975
|
|
|
16976
16976
|
.input-with-select .el-input-group__append {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.21",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
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-private-libs": "1.0.
|
|
32
|
-
"agilebuilder-ui": "1.0.
|
|
31
|
+
"agilebuilder-private-libs": "1.0.26",
|
|
32
|
+
"agilebuilder-ui": "1.0.62",
|
|
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.20",
|
|
43
|
+
"super-page-runtime": "2.1.19",
|
|
44
44
|
"uuid": "^9.0.1",
|
|
45
45
|
"vite": "^5.1.6",
|
|
46
46
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|