super-page-designer 2.1.88 → 2.1.90
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/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 +38 -38
- package/package.json +3 -3
|
@@ -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,6 +1910,10 @@ fieldset.amb-design-item-selected {
|
|
|
1910
1910
|
padding: 10px;
|
|
1911
1911
|
font-weight: bold;
|
|
1912
1912
|
}
|
|
1913
|
+
|
|
1914
|
+
.el-select__wrapper.is-disabled{
|
|
1915
|
+
cursor: default;
|
|
1916
|
+
}
|
|
1913
1917
|
.el-tree-node__content {
|
|
1914
1918
|
height: 34px !important;
|
|
1915
1919
|
}
|
|
@@ -4382,14 +4386,6 @@ fieldset.amb-design-item-selected {
|
|
|
4382
4386
|
padding: 10px;
|
|
4383
4387
|
font-weight: bold;
|
|
4384
4388
|
}
|
|
4385
|
-
|
|
4386
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
4387
|
-
cursor: default;
|
|
4388
|
-
}
|
|
4389
|
-
|
|
4390
|
-
.el-select__wrapper.is-disabled{
|
|
4391
|
-
cursor: default;
|
|
4392
|
-
}
|
|
4393
4389
|
.el-tree-node__content {
|
|
4394
4390
|
height: 34px !important;
|
|
4395
4391
|
}
|
|
@@ -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
|
}
|
|
@@ -16800,6 +16800,10 @@ fieldset.amb-design-item-selected {
|
|
|
16800
16800
|
padding: 10px;
|
|
16801
16801
|
font-weight: bold;
|
|
16802
16802
|
}
|
|
16803
|
+
|
|
16804
|
+
[data-v-bab42532] .el-form-item__label {
|
|
16805
|
+
padding: 0;
|
|
16806
|
+
}
|
|
16803
16807
|
.el-tree-node__content {
|
|
16804
16808
|
height: 34px !important;
|
|
16805
16809
|
}
|
|
@@ -17418,10 +17422,6 @@ fieldset.amb-design-item-selected {
|
|
|
17418
17422
|
padding: 10px;
|
|
17419
17423
|
font-weight: bold;
|
|
17420
17424
|
}
|
|
17421
|
-
|
|
17422
|
-
[data-v-bab42532] .el-form-item__label {
|
|
17423
|
-
padding: 0;
|
|
17424
|
-
}
|
|
17425
17425
|
|
|
17426
17426
|
/*不显示列样式*/
|
|
17427
17427
|
.hiddenBorder {
|
|
@@ -17473,13 +17473,6 @@ li[data-v-a555cba7] {
|
|
|
17473
17473
|
list-style-type: none;
|
|
17474
17474
|
}
|
|
17475
17475
|
|
|
17476
|
-
.event-item[data-v-c7ab7527] {
|
|
17477
|
-
font-size: 12px;
|
|
17478
|
-
border-bottom: 2px dashed #f5f6f8;
|
|
17479
|
-
padding-top: 5px;
|
|
17480
|
-
padding-bottom: 5px;
|
|
17481
|
-
}
|
|
17482
|
-
|
|
17483
17476
|
.amb-design-attr-header[data-v-226997f7] {
|
|
17484
17477
|
position: sticky;
|
|
17485
17478
|
position: -webkit-sticky;
|
|
@@ -17506,12 +17499,14 @@ li[data-v-a555cba7] {
|
|
|
17506
17499
|
color: #ffffff;
|
|
17507
17500
|
}
|
|
17508
17501
|
|
|
17509
|
-
.
|
|
17510
|
-
|
|
17511
|
-
border:
|
|
17502
|
+
.event-item[data-v-c7ab7527] {
|
|
17503
|
+
font-size: 12px;
|
|
17504
|
+
border-bottom: 2px dashed #f5f6f8;
|
|
17505
|
+
padding-top: 5px;
|
|
17506
|
+
padding-bottom: 5px;
|
|
17512
17507
|
}
|
|
17513
17508
|
|
|
17514
|
-
.seleteSort[data-v-
|
|
17509
|
+
.seleteSort[data-v-727aa6f0] {
|
|
17515
17510
|
border-radius: 5px;
|
|
17516
17511
|
border: 1px solid rgba(88, 147, 239);
|
|
17517
17512
|
}
|
|
@@ -17557,6 +17552,11 @@ li[data-v-a555cba7] {
|
|
|
17557
17552
|
margin-bottom: 20px;
|
|
17558
17553
|
}
|
|
17559
17554
|
|
|
17555
|
+
.seleteSort[data-v-8aacbe0c] {
|
|
17556
|
+
border-radius: 5px;
|
|
17557
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17558
|
+
}
|
|
17559
|
+
|
|
17560
17560
|
.editorTool[data-v-bc0d50cd] {
|
|
17561
17561
|
margin-left: auto;
|
|
17562
17562
|
}
|
|
@@ -17575,14 +17575,6 @@ li[data-v-a555cba7] {
|
|
|
17575
17575
|
border: 1px solid rgba(88, 147, 239);
|
|
17576
17576
|
}
|
|
17577
17577
|
|
|
17578
|
-
.seleteSort[data-v-1fd3d630] {
|
|
17579
|
-
border-radius: 5px;
|
|
17580
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17581
|
-
}
|
|
17582
|
-
[data-v-1fd3d630] .el-select__selection{
|
|
17583
|
-
display: inline-block;
|
|
17584
|
-
}
|
|
17585
|
-
|
|
17586
17578
|
li[data-v-4fd4369c] {
|
|
17587
17579
|
color: #333;
|
|
17588
17580
|
}
|
|
@@ -17628,21 +17620,25 @@ li[data-v-4fd4369c] {
|
|
|
17628
17620
|
color: #7b7b7b;
|
|
17629
17621
|
}
|
|
17630
17622
|
|
|
17631
|
-
.seleteSort[data-v-a62867e0] {
|
|
17632
|
-
border-radius: 5px;
|
|
17633
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17634
|
-
}
|
|
17635
|
-
|
|
17636
17623
|
.el-tag[data-v-665d3bf4]{
|
|
17637
17624
|
margin-left: 10px;
|
|
17638
17625
|
}
|
|
17639
17626
|
|
|
17627
|
+
.seleteSort[data-v-1fd3d630] {
|
|
17628
|
+
border-radius: 5px;
|
|
17629
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17630
|
+
}
|
|
17631
|
+
[data-v-1fd3d630] .el-select__selection{
|
|
17632
|
+
display: inline-block;
|
|
17633
|
+
}
|
|
17634
|
+
|
|
17640
17635
|
[data-v-8e6fbc57] .centered-input .el-input__inner {
|
|
17641
17636
|
text-align: center;
|
|
17642
17637
|
}
|
|
17643
17638
|
|
|
17644
|
-
.
|
|
17645
|
-
|
|
17639
|
+
.seleteSort[data-v-a62867e0] {
|
|
17640
|
+
border-radius: 5px;
|
|
17641
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17646
17642
|
}
|
|
17647
17643
|
|
|
17648
17644
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
@@ -17653,3 +17649,7 @@ li[data-v-4fd4369c] {
|
|
|
17653
17649
|
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
17654
17650
|
width: 100%
|
|
17655
17651
|
}
|
|
17652
|
+
|
|
17653
|
+
.input-with-select .el-input-group__append {
|
|
17654
|
+
background-color: var(--el-fill-color-blank);
|
|
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.90",
|
|
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.1.0",
|
|
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.89",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|