super-page-designer 2.2.45 → 2.2.47-tmp2
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./composite-header.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const r = o(e, [["__scopeId", "data-v-
|
|
4
|
+
const r = o(e, [["__scopeId", "data-v-dbd1c08b"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
|
7
7
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -9057,10 +9057,10 @@ li[data-v-b0bcae22] {
|
|
|
9057
9057
|
border: 1px solid rgba(88, 147, 239);
|
|
9058
9058
|
}
|
|
9059
9059
|
|
|
9060
|
-
li[data-v-
|
|
9060
|
+
li[data-v-dbd1c08b] {
|
|
9061
9061
|
color: #333;
|
|
9062
9062
|
}
|
|
9063
|
-
.context-menu[data-v-
|
|
9063
|
+
.context-menu[data-v-dbd1c08b] {
|
|
9064
9064
|
position: fixed;
|
|
9065
9065
|
background: #fff;
|
|
9066
9066
|
z-index: 999;
|
|
@@ -9068,7 +9068,7 @@ li[data-v-8ac0bd71] {
|
|
|
9068
9068
|
margin: 0;
|
|
9069
9069
|
margin-top: 30px;
|
|
9070
9070
|
}
|
|
9071
|
-
.context-menu li[data-v-
|
|
9071
|
+
.context-menu li[data-v-dbd1c08b] {
|
|
9072
9072
|
min-width: 75px;
|
|
9073
9073
|
height: 28px;
|
|
9074
9074
|
line-height: 28px;
|
|
@@ -9081,16 +9081,16 @@ li[data-v-8ac0bd71] {
|
|
|
9081
9081
|
/* background: #5893ef;*/
|
|
9082
9082
|
/* color: #fff;*/
|
|
9083
9083
|
/*}*/
|
|
9084
|
-
.context-menuLi[data-v-
|
|
9084
|
+
.context-menuLi[data-v-dbd1c08b]:hover {
|
|
9085
9085
|
background: #5893ef;
|
|
9086
9086
|
color: #fff;
|
|
9087
9087
|
}
|
|
9088
|
-
.context-menu[data-v-
|
|
9088
|
+
.context-menu[data-v-dbd1c08b] {
|
|
9089
9089
|
border: 1px solid #eee;
|
|
9090
9090
|
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9091
9091
|
border-radius: 5px;
|
|
9092
9092
|
}
|
|
9093
|
-
li[data-v-
|
|
9093
|
+
li[data-v-dbd1c08b] {
|
|
9094
9094
|
list-style-type: none;
|
|
9095
9095
|
}
|
|
9096
9096
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.47-tmp2",
|
|
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.1.16",
|
|
32
|
+
"agilebuilder-ui": "1.1.16-tmp1",
|
|
33
33
|
"echarts": "^5.5.0",
|
|
34
34
|
"element-plus": "^2.6.1",
|
|
35
35
|
"font-awesome": "^4.7.0",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"pinia": "^2.1.7",
|
|
41
41
|
"qrcode": "^1.5.3",
|
|
42
42
|
"quill": "^2.0.1",
|
|
43
|
-
"service-flow-designer": "2.2.
|
|
44
|
-
"super-page-runtime": "2.2.
|
|
43
|
+
"service-flow-designer": "2.2.47-tmp1",
|
|
44
|
+
"super-page-runtime": "2.2.47",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|