super-page-designer 2.2.89-sit3 → 2.2.89-sit5

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.
Files changed (25) hide show
  1. package/dist/es/components/design/utils/assemblys-config.js +6 -7
  2. package/dist/es/components/design/utils/common-util.d.ts +1 -0
  3. package/dist/es/components/design/utils/common-util.js +14 -9
  4. package/dist/es/components/design/utils/page-table-util.js +9 -9
  5. package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +24 -24
  6. package/dist/es/components/design/views/assemblys/button/button/button-design.vue2.js +16 -16
  7. package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-design.vue2.js +4 -4
  8. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-design.vue2.js +3 -3
  9. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +4 -4
  10. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +0 -1
  11. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +27 -27
  12. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +47 -47
  13. package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue.js +5 -108
  14. package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue2.js +97 -2
  15. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
  16. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +5 -4
  17. package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
  18. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +2 -26
  19. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +26 -2
  20. package/dist/es/components/design/views/assemblys/form/common/parameter-table.vue.js +3 -3
  21. package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +8 -8
  22. package/dist/es/components/design/views/assemblys/form/custom/custom-attr-base.vue.js +4 -4
  23. package/dist/es/components/design/views/assemblys/form/custom/custom-attr.vue2.js +6 -6
  24. package/dist/es/style.css +430 -225
  25. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
- import { defineComponent as e, ref as a, resolveComponent as l, createBlock as t, openBlock as o, withCtx as i, createVNode as s, createElementVNode as u, createTextVNode as r, toDisplayString as d } from "vue";
1
+ import { defineComponent as e, ref as a, resolveComponent as l, createBlock as t, openBlock as o, withCtx as i, createVNode as s, createElementVNode as r, createTextVNode as u, toDisplayString as p } from "vue";
2
2
  import "../../../../utils/assemblys-config.js";
3
3
  import "@element-plus/icons-vue";
4
- import p from "../../common/common-attr-size.vue.js";
4
+ import d from "../../common/common-attr-size.vue.js";
5
5
  /* empty css */
6
6
  import "uuid";
7
7
  import m from "../../common/common-i18n-key-input.vue.js";
@@ -11,8 +11,8 @@ const f = { style: { padding: "8px 0px 0px 0px" } }, g = { style: { padding: "8p
11
11
  } } }, setup(e2) {
12
12
  const v2 = a([]);
13
13
  return (a2, V) => {
14
- const _ = l("el-form-item"), x = l("el-input"), h = l("el-radio"), j = l("el-radio-group"), y = l("el-collapse-item"), U = l("el-checkbox"), w = l("el-collapse"), z = l("el-form");
15
- return o(), t(z, { "label-width": "80px", size: "small" }, { default: i(() => [s(w, { modelValue: v2.value, "onUpdate:modelValue": V[7] || (V[7] = (e3) => v2.value = e3), style: { "margin-top": "6px" } }, { default: i(() => [s(y, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: i(() => [u("div", f, [s(_, { label: "组件类型", class: "amb-design-attr-item" }, { default: i(() => [r(d(e2.configure.label) + "(" + d(e2.configure.name) + ") ", 1)]), _: 1 }), s(_, { label: "组件名", class: "amb-design-attr-item" }, { default: i(() => [s(x, { modelValue: e2.configure.props.base.name, "onUpdate:modelValue": V[0] || (V[0] = (a3) => e2.configure.props.base.name = a3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), s(_, { label: "绑定变量", class: "amb-design-attr-item" }, { default: i(() => [s(x, { modelValue: e2.configure.props.base.prop, "onUpdate:modelValue": V[1] || (V[1] = (a3) => e2.configure.props.base.prop = a3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), s(_, { label: "标题", class: "amb-design-attr-item" }, { default: i(() => [s(m, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": V[2] || (V[2] = (a3) => e2.configure.props.base.title = a3) }, null, 8, ["modelValue"])]), _: 1 }), s(_, { label: "标题宽度", class: "amb-design-attr-item" }, { default: i(() => [s(x, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": V[3] || (V[3] = (a3) => e2.configure.props.base.titleWidth = a3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), s(_, { label: "标题显示", class: "amb-design-attr-item" }, { default: i(() => [s(j, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": V[4] || (V[4] = (a3) => e2.configure.props.base.tittleShow = a3), class: "ml-4" }, { default: i(() => [s(h, { value: false }, { default: i(() => V[8] || (V[8] = [r("隐藏")])), _: 1 }), s(h, { value: true }, { default: i(() => V[9] || (V[9] = [r("显示")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(_, { label: "状态", class: "amb-design-attr-item" }, { default: i(() => [s(j, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": V[5] || (V[5] = (a3) => e2.configure.props.base.state = a3), class: "ml-4" }, { default: i(() => [s(h, { value: "default" }, { default: i(() => V[10] || (V[10] = [r("普通")])), _: 1 }), s(h, { value: "disabled" }, { default: i(() => V[11] || (V[11] = [r("禁用")])), _: 1 }), s(h, { value: "hidden" }, { default: i(() => V[12] || (V[12] = [r("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), s(y, { title: "参数", name: "parameter", class: "amb-design-attr-group-header" }, { default: i(() => [u("div", g, [s(n, { data: e2.configure.props.parameter }, null, 8, ["data"])])]), _: 1 }), s(y, { title: "校验", name: "verification", class: "amb-design-attr-group-header" }, { default: i(() => [u("div", b, [s(_, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [s(U, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": V[6] || (V[6] = (a3) => e2.configure.props.verification.required = a3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), s(_, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [s(c, { pageDesign: e2.pageDesign, verification: e2.configure.props.verification }, null, 8, ["pageDesign", "verification"])]), _: 1 })])]), _: 1 }), s(p, { size: e2.configure.props.size }, null, 8, ["size"])]), _: 1 }, 8, ["modelValue"])]), _: 1 });
14
+ const _ = l("el-form-item"), x = l("el-input"), h = l("el-radio"), U = l("el-radio-group"), j = l("el-collapse-item"), y = l("el-checkbox"), w = l("el-collapse"), z = l("el-form");
15
+ return o(), t(z, { "label-width": "80px", size: "small" }, { default: i(() => [s(w, { modelValue: v2.value, "onUpdate:modelValue": V[8] || (V[8] = (e3) => v2.value = e3), style: { "margin-top": "6px" } }, { default: i(() => [s(j, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: i(() => [r("div", f, [s(_, { label: "组件类型", class: "amb-design-attr-item" }, { default: i(() => [u(p(e2.configure.label) + "(" + p(e2.configure.name) + ") ", 1)]), _: 1 }), s(_, { label: "组件名", class: "amb-design-attr-item" }, { default: i(() => [s(x, { modelValue: e2.configure.props.base.name, "onUpdate:modelValue": V[0] || (V[0] = (a3) => e2.configure.props.base.name = a3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), s(_, { label: "绑定变量", class: "amb-design-attr-item" }, { default: i(() => [s(x, { modelValue: e2.configure.props.base.prop, "onUpdate:modelValue": V[1] || (V[1] = (a3) => e2.configure.props.base.prop = a3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), s(_, { label: "标题", class: "amb-design-attr-item" }, { default: i(() => [s(m, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": V[2] || (V[2] = (a3) => e2.configure.props.base.title = a3) }, null, 8, ["modelValue"])]), _: 1 }), s(_, { label: "标题宽度", class: "amb-design-attr-item" }, { default: i(() => [s(x, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": V[3] || (V[3] = (a3) => e2.configure.props.base.titleWidth = a3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), s(_, { label: "标题显示", class: "amb-design-attr-item" }, { default: i(() => [s(U, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": V[4] || (V[4] = (a3) => e2.configure.props.base.tittleShow = a3), class: "ml-4" }, { default: i(() => [s(h, { value: false }, { default: i(() => V[9] || (V[9] = [u("隐藏")])), _: 1 }), s(h, { value: true }, { default: i(() => V[10] || (V[10] = [u("显示")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(_, { label: "状态", class: "amb-design-attr-item" }, { default: i(() => [s(U, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": V[5] || (V[5] = (a3) => e2.configure.props.base.state = a3), class: "ml-4" }, { default: i(() => [s(h, { value: "default" }, { default: i(() => V[11] || (V[11] = [u("普通")])), _: 1 }), s(h, { value: "disabled" }, { default: i(() => V[12] || (V[12] = [u("禁用")])), _: 1 }), s(h, { value: "hidden" }, { default: i(() => V[13] || (V[13] = [u("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), s(j, { title: "参数", name: "parameter", class: "amb-design-attr-group-header" }, { default: i(() => [r("div", g, [s(n, { data: e2.configure.props.parameter, "onUpdate:data": V[6] || (V[6] = (a3) => e2.configure.props.parameter = a3) }, null, 8, ["data"])])]), _: 1 }), s(j, { title: "校验", name: "verification", class: "amb-design-attr-group-header" }, { default: i(() => [r("div", b, [s(_, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [s(y, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": V[7] || (V[7] = (a3) => e2.configure.props.verification.required = a3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), s(_, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [s(c, { pageDesign: e2.pageDesign, verification: e2.configure.props.verification }, null, 8, ["pageDesign", "verification"])]), _: 1 })])]), _: 1 }), s(d, { size: e2.configure.props.size }, null, 8, ["size"])]), _: 1 }, 8, ["modelValue"])]), _: 1 });
16
16
  };
17
17
  } });
18
18
  export {
@@ -1,12 +1,12 @@
1
- import { defineComponent as e, ref as t, createElementBlock as o, openBlock as r, createVNode as u, createElementVNode as n, unref as a, isRef as s, withDirectives as c, vShow as i } from "vue";
1
+ import { defineComponent as e, ref as t, createElementBlock as o, openBlock as r, createVNode as u, createElementVNode as n, unref as a, isRef as s, withDirectives as i, vShow as c } from "vue";
2
2
  import l from "./custom-attr-base.vue.js";
3
3
  import m from "./custom-attr-style.vue.js";
4
- import f from "../common/attr-header.vue.js";
5
- import p from "./custom-attr-event.vue.js";
6
- import d from "./custom-attr-advanced.vue.js";
7
- const g = { class: "amb-design-attr-content" }, v = { class: "amb-design-attr-list" }, b = e({ __name: "custom-attr", props: { configure: { type: Object, default: () => ({ title: "Text", props: { type: "input-text" } }) } }, setup(e2) {
4
+ import g from "../common/attr-header.vue.js";
5
+ import f from "./custom-attr-event.vue.js";
6
+ import p from "./custom-attr-advanced.vue.js";
7
+ const d = { class: "amb-design-attr-content" }, v = { class: "amb-design-attr-list" }, b = e({ __name: "custom-attr", props: { configure: { type: Object, default: () => ({ title: "Text", props: { type: "input-text" } }) }, pageDesign: { type: Object, default: () => ({}) } }, setup(e2) {
8
8
  let b2 = t("base");
9
- return (t2, j) => (r(), o("div", g, [u(f, { modelValue: a(b2), "onUpdate:modelValue": j[0] || (j[0] = (e3) => s(b2) ? b2.value = e3 : b2 = e3) }, null, 8, ["modelValue"]), n("div", v, [c(u(l, { configure: e2.configure }, null, 8, ["configure"]), [[i, "base" === a(b2)]]), c(u(m, { configure: e2.configure }, null, 8, ["configure"]), [[i, "style" === a(b2)]]), c(u(p, { configure: e2.configure }, null, 8, ["configure"]), [[i, "event" === a(b2)]]), c(u(d, { configure: e2.configure }, null, 8, ["configure"]), [[i, "advanced" == a(b2)]])])]));
9
+ return (t2, j) => (r(), o("div", d, [u(g, { modelValue: a(b2), "onUpdate:modelValue": j[0] || (j[0] = (e3) => s(b2) ? b2.value = e3 : b2 = e3) }, null, 8, ["modelValue"]), n("div", v, [i(u(l, { configure: e2.configure, pageDesign: e2.pageDesign }, null, 8, ["configure", "pageDesign"]), [[c, "base" === a(b2)]]), i(u(m, { configure: e2.configure }, null, 8, ["configure"]), [[c, "style" === a(b2)]]), i(u(f, { configure: e2.configure }, null, 8, ["configure"]), [[c, "event" === a(b2)]]), i(u(p, { configure: e2.configure }, null, 8, ["configure"]), [[c, "advanced" == a(b2)]])])]));
10
10
  } });
11
11
  export {
12
12
  b as default