super-page-designer 2.3.22-design1-tmp1 → 2.3.22-design1-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.
- package/dist/es/components/design/views/design/page-event/{config.vue2.mjs → config.vue.mjs} +1 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.mjs +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.mjs +1 -1
- package/dist/lib/components/design/views/design/page-event/{config.vue2.cjs → config.vue.cjs} +1 -1
- package/dist/lib/components/design/views/design/page-event/page-event-content.vue.cjs +1 -1
- package/dist/lib/components/design/views/design/view/view-design-display.vue.cjs +1 -1
- package/package.json +22 -22
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as e, ref as t, onMounted as n, onUnmounted as a, watch as l, resolveComponent as u, createElementBlock as o, openBlock as s, createElementVNode as i, createVNode as m, withDirectives as r, withCtx as c, vShow as d, unref as v, createTextVNode as p, toDisplayString as f, Fragment as g, renderList as b, createBlock as y } from "vue";
|
|
2
2
|
import { ElMessageBox as x, ElMessage as h } from "element-plus";
|
|
3
|
-
import C from "./config.
|
|
3
|
+
import C from "./config.vue.mjs";
|
|
4
4
|
import { standardButtonOperations as E } from "../../../utils/assemblys-config.mjs";
|
|
5
5
|
import { findDesignItemByUuid as S, getUuidv4 as V, deepCopy as k } from "../../../utils/common-util.mjs";
|
|
6
6
|
import { usePageContextStore as _ } from "../../../../../stores/page-store.mjs";
|
|
@@ -16,7 +16,7 @@ import "@codemirror/autocomplete";
|
|
|
16
16
|
import "@codemirror/language";
|
|
17
17
|
import "@codemirror/search";
|
|
18
18
|
import "js-beautify";
|
|
19
|
-
/* empty css
|
|
19
|
+
/* empty css */
|
|
20
20
|
import "../../../utils/assemblys-config.mjs";
|
|
21
21
|
import "../../../../../stores/page-store.mjs";
|
|
22
22
|
import "../../../../../stores/event-undo-redo-store.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const e = require("vue"), t = require("element-plus"), n = require("./config.
|
|
2
|
+
const e = require("vue"), t = require("element-plus"), n = require("./config.vue.cjs"), a = require("../../../utils/assemblys-config.cjs"), l = require("../../../utils/common-util.cjs"), o = require("../../../../../stores/page-store.cjs"), u = require("../../../../../stores/event-undo-redo-store.cjs"), s = require("../../../utils/eventBus.cjs"), r = { style: { margin: "10px" } }, i = { class: "amb-design-tool", style: { "user-select": "none", "margin-bottom": "10px" } }, c = { class: "amb-design-tool-item" }, m = { style: { "margin-left": "0px", display: "inline-block", width: "39px" } }, d = { class: "amb-design-tool-item", style: { "padding-right": "10px" } }, v = { style: { display: "flex", gap: "15px", padding: "0 20px" } }, p = { class: "codemirror", style: { "margin-left": "20px", "margin-top": "-10px" } }, f = e.defineComponent({ __name: "page-event-content", props: { eventForm: {}, configure: {}, customEvent: {}, handleType: {} }, emits: ["changeSelectEvent", "addEvent", "changeSelectStandardEvent"], setup(f2, { expose: g, emit: h }) {
|
|
3
3
|
const x = f2, C = u.undoRedo(), V = o.usePageContextStore(), E = e.ref(null), y = e.ref();
|
|
4
4
|
let N = e.ref();
|
|
5
5
|
const b = a.standardButtonOperations;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const e = require("vue"), t = require("@element-plus/icons"), n = require("vue-draggable-plus"), i = require("../../assemblys/object-design.vue.cjs"), r = require("../../../utils/common-util.cjs"), l = require("../../../utils/page-helper-util.cjs"), o = require("../../../utils/container-design-util.cjs"), s = require("./view-design-preview.vue.cjs"), a = require("element-plus");
|
|
3
|
-
require("@vueuse/core"), require("@element-plus/icons-vue"), require("codemirror"), require("@codemirror/lang-javascript"), require("@codemirror/state"), require("@codemirror/autocomplete"), require("@codemirror/language"), require("@codemirror/search"), require("js-beautify"),/* empty css
|
|
3
|
+
require("@vueuse/core"), require("@element-plus/icons-vue"), require("codemirror"), require("@codemirror/lang-javascript"), require("@codemirror/state"), require("@codemirror/autocomplete"), require("@codemirror/language"), require("@codemirror/search"), require("js-beautify"),/* empty css */ require("../../../utils/assemblys-config.cjs"), require("../../../../../stores/page-store.cjs"), require("../../../../../stores/event-undo-redo-store.cjs"), require("../../../utils/eventBus.cjs");
|
|
4
4
|
const u = require("./components/quick-add-dialog.vue.cjs"), c = require("./components/i18n-setting.vue.cjs"), d = require("../../../utils/page-table-util.cjs"), g = require("agilebuilder-ui"), m = require("../../../utils/page-design-util.cjs"), f = require("../../../utils/home-chart-util.cjs"), p = require("../../../utils/form-design-util.cjs");
|
|
5
5
|
require("super-page-runtime");
|
|
6
6
|
const v = { class: "amb-design-content-center-header" }, b = { class: "amb-design-tool" }, y = { class: "amb-design-tool-item" }, h = { class: "amb-design-tool-item", style: { "padding-right": "20px" } }, N = e.defineComponent({ __name: "view-design-display", props: { configure: {}, selectWidget: {}, selAsselbyType: {} }, emits: ["onSelectWidget", "onCustomAttrWidget", "changeSelectEvent", "addEvent", "changeSelectStandardEvent", "revocation", "regain"], setup(N2, { expose: C, emit: V }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.3.22-design1-
|
|
3
|
+
"version": "2.3.22-design1-tmp2",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/lib/index.cjs",
|
|
@@ -22,13 +22,18 @@
|
|
|
22
22
|
"format": "prettier --write src/"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
+
"@codemirror/autocomplete": "^6.16.0",
|
|
26
|
+
"@codemirror/lang-javascript": "^6.2.2",
|
|
27
|
+
"@codemirror/language": "^6.10.1",
|
|
28
|
+
"@codemirror/search": "^6.5.6",
|
|
29
|
+
"@codemirror/state": "^6.4.1",
|
|
25
30
|
"@element-plus/icons": "^0.0.11",
|
|
26
|
-
"@
|
|
27
|
-
"@
|
|
31
|
+
"@logicflow/core": "^1.2.23",
|
|
32
|
+
"@logicflow/extension": "^1.2.23",
|
|
33
|
+
"@uiw/codemirror-themes-all": "^4.21.25",
|
|
28
34
|
"@vueuse/core": "^10.9.0",
|
|
29
|
-
"
|
|
35
|
+
"codemirror": "^6.0.1",
|
|
30
36
|
"echarts": "^5.5.0",
|
|
31
|
-
"element-plus": "^2.6.1",
|
|
32
37
|
"font-awesome": "^4.7.0",
|
|
33
38
|
"js-beautify": "^1.15.1",
|
|
34
39
|
"jsbarcode": "^3.11.6",
|
|
@@ -36,39 +41,29 @@
|
|
|
36
41
|
"nprogress": "^0.2.0",
|
|
37
42
|
"qrcode": "^1.5.3",
|
|
38
43
|
"quill": "^2.0.1",
|
|
39
|
-
"service-flow-designer": "2.3.22-flow1-
|
|
40
|
-
"super-page-runtime": "2.3.22-
|
|
44
|
+
"service-flow-designer": "2.3.22-flow1-tmp2",
|
|
45
|
+
"super-page-runtime": "2.3.22-tmp2",
|
|
41
46
|
"uuid": "^9.0.1",
|
|
42
|
-
"vite": "^5.1.6",
|
|
43
|
-
"vite-plugin-node-stdlib-browser": "^0.2.1",
|
|
44
|
-
"vue": "^3.4.21",
|
|
45
47
|
"vue-awesome": "^4.5.0",
|
|
46
48
|
"vue-codemirror": "^6.1.1",
|
|
47
49
|
"vue-draggable-plus": "^0.3.5",
|
|
48
50
|
"vue-echarts": "^6.6.9",
|
|
49
|
-
"vue-router": "^4.3.0",
|
|
50
|
-
"vuex": "^4.1.0",
|
|
51
51
|
"workflow-editor": "0.0.81-up-tmp24"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@
|
|
55
|
-
"@codemirror/lang-javascript": "^6.2.2",
|
|
56
|
-
"@codemirror/language": "^6.10.1",
|
|
57
|
-
"@codemirror/search": "^6.5.6",
|
|
58
|
-
"@codemirror/state": "^6.4.1",
|
|
54
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
59
55
|
"@lezer/highlight": "^1.2.0",
|
|
60
|
-
"@logicflow/core": "^1.2.23",
|
|
61
|
-
"@logicflow/extension": "^1.2.23",
|
|
62
56
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
63
57
|
"@types/jsdom": "^21.1.6",
|
|
64
|
-
"@
|
|
58
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
65
59
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
66
60
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
67
61
|
"@vue/test-utils": "^2.4.4",
|
|
68
62
|
"@vueuse/core": "^10.9.0",
|
|
63
|
+
"agilebuilder-ui": "1.1.65-tmp22",
|
|
69
64
|
"axios": "^1.6.8",
|
|
70
|
-
"codemirror": "^6.0.1",
|
|
71
65
|
"cypress": "^13.6.6",
|
|
66
|
+
"element-plus": "^2.6.1",
|
|
72
67
|
"eslint": "^8.49.0",
|
|
73
68
|
"eslint-plugin-cypress": "^2.15.1",
|
|
74
69
|
"eslint-plugin-vue": "^9.17.0",
|
|
@@ -79,7 +74,12 @@
|
|
|
79
74
|
"saas": "^1.0.0",
|
|
80
75
|
"sass": "^1.72.0",
|
|
81
76
|
"start-server-and-test": "^2.0.3",
|
|
77
|
+
"vite": "^5.1.6",
|
|
78
|
+
"vite-plugin-node-stdlib-browser": "^0.2.1",
|
|
82
79
|
"vitest": "^1.3.1",
|
|
83
|
-
"vue
|
|
80
|
+
"vue": "^3.4.21",
|
|
81
|
+
"vue-i18n": "^9.10.2",
|
|
82
|
+
"vue-router": "^4.3.0",
|
|
83
|
+
"vuex": "^4.1.0"
|
|
84
84
|
}
|
|
85
85
|
}
|