super-page-designer 1.2.4 → 1.2.6
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/button/button/button-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/bar-code/barcode-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-style.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue3.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/title.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/workflow/picture-flow/pictureflow-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/text-history/texthistory-attr-base.vue.js +1 -1
- package/dist/lib/components/design/views/assemblys/button/button/button-attr-base.vue.js +1 -1
- package/dist/lib/components/design/views/assemblys/data/bar-code/barcode-attr-base.vue.js +1 -1
- package/dist/lib/components/design/views/assemblys/data/component/attr-style.vue.js +1 -1
- package/dist/lib/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/lib/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +1 -1
- package/dist/lib/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +2 -2
- package/dist/lib/components/design/views/assemblys/data/tree/tree-attr-style.vue.js +2 -2
- package/dist/lib/components/design/views/assemblys/form/common/dimension-input.vue3.js +2 -2
- package/dist/lib/components/design/views/assemblys/form/common/title.vue.js +2 -2
- package/dist/lib/components/design/views/assemblys/workflow/picture-flow/pictureflow-attr-base.vue.js +1 -1
- package/dist/lib/components/design/views/assemblys/workflow/text-history/texthistory-attr-base.vue.js +1 -1
- package/package.json +3 -3
- /package/dist/es/components/design/views/assemblys/form/common/{dimension-input.vue2.js → dimension-input.vue.js} +0 -0
- /package/dist/lib/components/design/views/assemblys/form/common/{dimension-input.vue2.js → dimension-input.vue.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import "../../../../../../stores/page-store.js";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
import _sfc_main$2 from "../../common/common-icon-bind.vue.js";
|
|
6
6
|
import http from "agilebuilder-ui/src/utils/request";
|
|
7
7
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx
|
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import _sfc_main$2 from "../../common/common-attr-size.vue.js";
|
|
5
|
-
/* empty css
|
|
5
|
+
/* empty css */
|
|
6
6
|
import "@element-plus/icons";
|
|
7
7
|
import "agilebuilder-ui/src/utils/request";
|
|
8
8
|
import _sfc_main$1 from "../../form/common/dataorigin-input-table.vue.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, withCtx, createElementVNode, createBlock, createCommentVNode } from "vue";
|
|
2
|
-
/* empty css
|
|
2
|
+
/* empty css */
|
|
3
3
|
import RowBackgroudColor from "./row-backgroud-color.vue.js";
|
|
4
4
|
import _sfc_main$1 from "../../common/common-style-position.vue.js";
|
|
5
5
|
import _sfc_main$2 from "../../common/common-style-margin.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createCommentVNode, createTextVNode, unref, createElementBlock, Fragment, renderList } from "vue";
|
|
2
2
|
import { Setting, Search } from "@element-plus/icons-vue";
|
|
3
3
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
import _sfc_main$3 from "../component/formatting.vue.js";
|
|
6
6
|
import _sfc_main$4 from "../component/querySetting.vue.js";
|
|
7
7
|
import DataOrigin from "../../form/common/data-origin.vue.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
2
|
-
/* empty css
|
|
2
|
+
/* empty css */
|
|
3
3
|
import RowBackgroudColor from "../component/row-backgroud-color.vue.js";
|
|
4
4
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
5
5
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createTextVNode, createCommentVNode } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
|
-
import _sfc_main$1 from "../../form/common/dimension-input.
|
|
4
|
-
/* empty css
|
|
3
|
+
import _sfc_main$1 from "../../form/common/dimension-input.vue.js";
|
|
4
|
+
/* empty css */
|
|
5
5
|
import IconSetDialog from "../../form/common/icon-set-dialog.vue.js";
|
|
6
6
|
import _sfc_main$2 from "../../form/common/dataorigin-input-table.vue.js";
|
|
7
7
|
import DataOriginTree from "../component/data-origin-tree.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createTextVNode } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../form/common/attr-style.vue.js";
|
|
3
|
-
import _sfc_main$2 from "../../form/common/dimension-input.
|
|
4
|
-
/* empty css
|
|
3
|
+
import _sfc_main$2 from "../../form/common/dimension-input.vue.js";
|
|
4
|
+
/* empty css */
|
|
5
5
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
__name: "tree-attr-style",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode } from "vue";
|
|
2
|
-
import _sfc_main$1 from "./dimension-input.
|
|
3
|
-
/* empty css
|
|
2
|
+
import _sfc_main$1 from "./dimension-input.vue.js";
|
|
3
|
+
/* empty css */
|
|
4
4
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "title",
|
package/dist/es/components/design/views/assemblys/workflow/picture-flow/pictureflow-attr-base.vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import _sfc_main$1 from "../../common/common-attr-size.vue.js";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
__name: "pictureflow-attr-base",
|
package/dist/es/components/design/views/assemblys/workflow/text-history/texthistory-attr-base.vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createTextVNode } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import _sfc_main$1 from "../../common/common-attr-size.vue.js";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
6
6
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const assemblysConfig = require("../../../../utils/assemblys-config.js");
|
|
4
4
|
require("../../../../../../stores/page-store.js");
|
|
5
|
-
;/* empty css
|
|
5
|
+
;/* empty css */
|
|
6
6
|
const commonIconBind_vue_vue_type_script_setup_true_lang = require("../../common/common-icon-bind.vue.js");
|
|
7
7
|
const http = require("agilebuilder-ui/src/utils/request");
|
|
8
8
|
const commonFunctionCode_vue_vue_type_script_setup_true_lang = require("../../common/common-function-code.vue.js");
|
|
@@ -3,7 +3,7 @@ const vue = require("vue");
|
|
|
3
3
|
const assemblysConfig = require("../../../../utils/assemblys-config.js");
|
|
4
4
|
require("@element-plus/icons-vue");
|
|
5
5
|
const commonAttrSize_vue_vue_type_script_setup_true_lang = require("../../common/common-attr-size.vue.js");
|
|
6
|
-
;/* empty css
|
|
6
|
+
;/* empty css */
|
|
7
7
|
require("@element-plus/icons");
|
|
8
8
|
require("agilebuilder-ui/src/utils/request");
|
|
9
9
|
const dataoriginInputTable_vue_vue_type_script_setup_true_lang = require("../../form/common/dataorigin-input-table.vue.js");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
|
-
;/* empty css
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const rowBackgroudColor = require("./row-backgroud-color.vue.js");
|
|
5
5
|
const commonStylePosition_vue_vue_type_script_setup_true_lang = require("../../common/common-style-position.vue.js");
|
|
6
6
|
const commonStyleMargin_vue_vue_type_script_setup_true_lang = require("../../common/common-style-margin.vue.js");
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const iconsVue = require("@element-plus/icons-vue");
|
|
4
4
|
const assemblysConfig = require("../../../../utils/assemblys-config.js");
|
|
5
|
-
;/* empty css
|
|
5
|
+
;/* empty css */
|
|
6
6
|
const formatting_vue_vue_type_script_setup_true_lang = require("../component/formatting.vue.js");
|
|
7
7
|
const querySetting_vue_vue_type_script_setup_true_lang = require("../component/querySetting.vue.js");
|
|
8
8
|
const dataOrigin = require("../../form/common/data-origin.vue.js");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
|
-
;/* empty css
|
|
3
|
+
;/* empty css */
|
|
4
4
|
const rowBackgroudColor = require("../component/row-backgroud-color.vue.js");
|
|
5
5
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
6
6
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const assemblysConfig = require("../../../../utils/assemblys-config.js");
|
|
4
|
-
const dimensionInput_vue_vue_type_script_setup_true_lang = require("../../form/common/dimension-input.
|
|
5
|
-
;/* empty css
|
|
4
|
+
const dimensionInput_vue_vue_type_script_setup_true_lang = require("../../form/common/dimension-input.vue.js");
|
|
5
|
+
;/* empty css */
|
|
6
6
|
const iconSetDialog = require("../../form/common/icon-set-dialog.vue.js");
|
|
7
7
|
const dataoriginInputTable_vue_vue_type_script_setup_true_lang = require("../../form/common/dataorigin-input-table.vue.js");
|
|
8
8
|
const dataOriginTree = require("../component/data-origin-tree.vue.js");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const attrStyle_vue_vue_type_script_setup_true_lang = require("../../form/common/attr-style.vue.js");
|
|
4
|
-
const dimensionInput_vue_vue_type_script_setup_true_lang = require("../../form/common/dimension-input.
|
|
5
|
-
;/* empty css
|
|
4
|
+
const dimensionInput_vue_vue_type_script_setup_true_lang = require("../../form/common/dimension-input.vue.js");
|
|
5
|
+
;/* empty css */
|
|
6
6
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
8
8
|
__name: "tree-attr-style",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const dimensionInput_vue_vue_type_script_setup_true_lang = require("./dimension-input.
|
|
3
|
-
;/* empty css
|
|
2
|
+
const dimensionInput_vue_vue_type_script_setup_true_lang = require("./dimension-input.vue.js");
|
|
3
|
+
;/* empty css */
|
|
4
4
|
module.exports = dimensionInput_vue_vue_type_script_setup_true_lang;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
|
-
const dimensionInput_vue_vue_type_script_setup_true_lang = require("./dimension-input.
|
|
4
|
-
;/* empty css
|
|
3
|
+
const dimensionInput_vue_vue_type_script_setup_true_lang = require("./dimension-input.vue.js");
|
|
4
|
+
;/* empty css */
|
|
5
5
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
7
7
|
__name: "title",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const assemblysConfig = require("../../../../utils/assemblys-config.js");
|
|
4
4
|
const commonAttrSize_vue_vue_type_script_setup_true_lang = require("../../common/common-attr-size.vue.js");
|
|
5
|
-
;/* empty css
|
|
5
|
+
;/* empty css */
|
|
6
6
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
8
8
|
__name: "pictureflow-attr-base",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const assemblysConfig = require("../../../../utils/assemblys-config.js");
|
|
4
4
|
const commonAttrSize_vue_vue_type_script_setup_true_lang = require("../../common/common-attr-size.vue.js");
|
|
5
|
-
;/* empty css
|
|
5
|
+
;/* empty css */
|
|
6
6
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
7
7
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/lib/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"nprogress": "^0.2.0",
|
|
30
30
|
"qrcode": "^1.5.3",
|
|
31
31
|
"quill": "^2.0.1",
|
|
32
|
-
"service-flow-designer": "
|
|
33
|
-
"super-page-runtime": "
|
|
32
|
+
"service-flow-designer": "1.1.18",
|
|
33
|
+
"super-page-runtime": "1.0.10",
|
|
34
34
|
"uuid": "^9.0.1",
|
|
35
35
|
"vue-awesome": "^4.5.0",
|
|
36
36
|
"vue-codemirror": "^6.1.1",
|
|
File without changes
|
|
File without changes
|