super-page-designer 2.1.28 → 2.1.31
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/form/common/suffixmodule.vue.js +2 -2
- 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/components/i18n-setting-enabled.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +21 -21
- package/package.json +4 -4
|
@@ -31,10 +31,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
31
31
|
}
|
|
32
32
|
linkPage.value = props.configure.props.linkPage;
|
|
33
33
|
}
|
|
34
|
-
if (
|
|
34
|
+
if (linkPage.value.linkType === void 0) {
|
|
35
35
|
linkPage.value.linkType = "page";
|
|
36
36
|
}
|
|
37
|
-
if (
|
|
37
|
+
if (linkPage.value.isNewPage === void 0) {
|
|
38
38
|
linkPage.value.isNewPage = true;
|
|
39
39
|
}
|
|
40
40
|
if (!linkPage.value.dynamicTags) {
|
|
@@ -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-26f79956"]]);
|
|
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-26f79956"]]);
|
|
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";
|
|
@@ -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
|
@@ -1292,10 +1292,6 @@ fieldset.amb-design-item-selected {
|
|
|
1292
1292
|
padding: 10px;
|
|
1293
1293
|
font-weight: bold;
|
|
1294
1294
|
}
|
|
1295
|
-
|
|
1296
|
-
.el-select__wrapper.is-disabled{
|
|
1297
|
-
cursor: default;
|
|
1298
|
-
}
|
|
1299
1295
|
.el-tree-node__content {
|
|
1300
1296
|
height: 34px !important;
|
|
1301
1297
|
}
|
|
@@ -3150,6 +3146,10 @@ fieldset.amb-design-item-selected {
|
|
|
3150
3146
|
padding: 10px;
|
|
3151
3147
|
font-weight: bold;
|
|
3152
3148
|
}
|
|
3149
|
+
|
|
3150
|
+
.el-select__wrapper.is-disabled{
|
|
3151
|
+
cursor: default;
|
|
3152
|
+
}
|
|
3153
3153
|
.el-tree-node__content {
|
|
3154
3154
|
height: 34px !important;
|
|
3155
3155
|
}
|
|
@@ -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
|
}
|
|
@@ -16805,6 +16801,10 @@ fieldset.amb-design-item-selected {
|
|
|
16805
16801
|
font-weight: bold;
|
|
16806
16802
|
}
|
|
16807
16803
|
|
|
16804
|
+
[data-v-d87986ba] .el-form-item__label{
|
|
16805
|
+
padding: 0;
|
|
16806
|
+
}
|
|
16807
|
+
|
|
16808
16808
|
.amb-design-attr-header[data-v-226997f7] {
|
|
16809
16809
|
position: sticky;
|
|
16810
16810
|
position: -webkit-sticky;
|
|
@@ -16902,11 +16902,6 @@ fieldset.amb-design-item-selected {
|
|
|
16902
16902
|
margin-bottom: 20px;
|
|
16903
16903
|
}
|
|
16904
16904
|
|
|
16905
|
-
.seleteSort[data-v-a8c75465] {
|
|
16906
|
-
border-radius: 5px;
|
|
16907
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16908
|
-
}
|
|
16909
|
-
|
|
16910
16905
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
16911
16906
|
display: flex;
|
|
16912
16907
|
justify-content: space-between;
|
|
@@ -16924,14 +16919,6 @@ fieldset.amb-design-item-selected {
|
|
|
16924
16919
|
display: inline-block;
|
|
16925
16920
|
}
|
|
16926
16921
|
|
|
16927
|
-
.stateBtn[data-v-ae2798fb]{
|
|
16928
|
-
display: flex;
|
|
16929
|
-
}
|
|
16930
|
-
.stateText[data-v-ae2798fb]{
|
|
16931
|
-
margin-left: 10px;
|
|
16932
|
-
color: #7b7b7b;
|
|
16933
|
-
}
|
|
16934
|
-
|
|
16935
16922
|
li[data-v-74ebe0ac] {
|
|
16936
16923
|
color: #333;
|
|
16937
16924
|
}
|
|
@@ -16969,6 +16956,19 @@ li[data-v-74ebe0ac] {
|
|
|
16969
16956
|
list-style-type: none;
|
|
16970
16957
|
}
|
|
16971
16958
|
|
|
16959
|
+
.stateBtn[data-v-ae2798fb]{
|
|
16960
|
+
display: flex;
|
|
16961
|
+
}
|
|
16962
|
+
.stateText[data-v-ae2798fb]{
|
|
16963
|
+
margin-left: 10px;
|
|
16964
|
+
color: #7b7b7b;
|
|
16965
|
+
}
|
|
16966
|
+
|
|
16967
|
+
.seleteSort[data-v-a8c75465] {
|
|
16968
|
+
border-radius: 5px;
|
|
16969
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16970
|
+
}
|
|
16971
|
+
|
|
16972
16972
|
.el-tag[data-v-665d3bf4]{
|
|
16973
16973
|
margin-left: 10px;
|
|
16974
16974
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.31",
|
|
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.68",
|
|
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.29",
|
|
43
|
+
"super-page-runtime": "2.1.30",
|
|
44
44
|
"uuid": "^9.0.1",
|
|
45
45
|
"vite": "^5.1.6",
|
|
46
46
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|