sun-form-v3 1.0.115 → 1.0.117

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { computed as z, ref as x, resolveComponent as p, openBlock as k, createElementBlock as U, Fragment as O, createVNode as e, withCtx as l, createTextVNode as V, unref as u, isRef as J, createElementVNode as m } from "vue";
2
- import { _ as E, c as H } from "./index-uGqw0pIv.js";
2
+ import { _ as E, c as H } from "./index-4Ljo76X6.js";
3
3
  const h = { class: "h-full flex flex-col" }, B = { class: "flex-1 overflow-hidden" }, T = /* @__PURE__ */ Object.assign({ name: "commonStyleConfig" }, {
4
4
  __name: "dataConfig",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { computed as S, ref as C, resolveComponent as u, openBlock as k, createElementBlock as O, Fragment as U, createVNode as e, withCtx as l, createTextVNode as f, unref as i, isRef as J, createElementVNode as c } from "vue";
2
- import { _ as E } from "./index-uGqw0pIv.js";
2
+ import { _ as E } from "./index-4Ljo76X6.js";
3
3
  const H = { class: "h-full flex flex-col" }, B = { class: "flex-1 overflow-hidden" }, T = {
4
4
  __name: "dataConfig",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { ref as C, resolveComponent as m, openBlock as H, createElementBlock as T, Fragment as A, createVNode as e, unref as l, withCtx as a, createTextVNode as b, isRef as L, createElementVNode as f, toDisplayString as k, createCommentVNode as R } from "vue";
2
- import { _ as $ } from "./index-uGqw0pIv.js";
2
+ import { _ as $ } from "./index-4Ljo76X6.js";
3
3
  const J = {
4
4
  key: 0,
5
5
  class: "flex h-full flex-col"
@@ -0,0 +1,73 @@
1
+ import { resolveComponent as m, openBlock as r, createElementBlock as s, Fragment as g, createVNode as o, withCtx as n, unref as t } from "vue";
2
+ const w = /* @__PURE__ */ Object.assign({ name: "config-modal2" }, {
3
+ __name: "index",
4
+ props: {
5
+ designer: {
6
+ type: Object,
7
+ default: {}
8
+ },
9
+ widget: {
10
+ type: Object,
11
+ default: {}
12
+ }
13
+ },
14
+ setup(i) {
15
+ let e = i;
16
+ return (V, l) => {
17
+ const p = m("el-input"), a = m("common-label-container"), u = m("el-switch");
18
+ return r(), s(g, null, [
19
+ o(a, { label: "弹窗标题" }, {
20
+ default: n(() => [
21
+ o(p, {
22
+ modelValue: t(e).widget.props.title,
23
+ "onUpdate:modelValue": l[0] || (l[0] = (d) => t(e).widget.props.title = d),
24
+ placeholder: "填写弹窗标题"
25
+ }, null, 8, ["modelValue"])
26
+ ]),
27
+ _: 1
28
+ }),
29
+ o(a, { label: "弹窗宽度" }, {
30
+ default: n(() => [
31
+ o(p, {
32
+ modelValue: t(e).widget.props.modalWidth,
33
+ "onUpdate:modelValue": l[1] || (l[1] = (d) => t(e).widget.props.modalWidth = d),
34
+ placeholder: "填写弹窗宽度"
35
+ }, null, 8, ["modelValue"])
36
+ ]),
37
+ _: 1
38
+ }),
39
+ o(a, { label: "弹窗高度" }, {
40
+ default: n(() => [
41
+ o(p, {
42
+ modelValue: t(e).widget.props.modalHeight,
43
+ "onUpdate:modelValue": l[2] || (l[2] = (d) => t(e).widget.props.modalHeight = d),
44
+ placeholder: "填写弹窗高度"
45
+ }, null, 8, ["modelValue"])
46
+ ]),
47
+ _: 1
48
+ }),
49
+ o(a, { label: "是否显示按钮栏" }, {
50
+ default: n(() => [
51
+ o(u, {
52
+ modelValue: t(e).widget.props.hasFooter,
53
+ "onUpdate:modelValue": l[3] || (l[3] = (d) => t(e).widget.props.hasFooter = d)
54
+ }, null, 8, ["modelValue"])
55
+ ]),
56
+ _: 1
57
+ }),
58
+ o(a, { label: "是否隐藏确定键" }, {
59
+ default: n(() => [
60
+ o(u, {
61
+ modelValue: t(e).widget.props.hideConfirm,
62
+ "onUpdate:modelValue": l[4] || (l[4] = (d) => t(e).widget.props.hideConfirm = d)
63
+ }, null, 8, ["modelValue"])
64
+ ]),
65
+ _: 1
66
+ })
67
+ ], 64);
68
+ };
69
+ }
70
+ });
71
+ export {
72
+ w as default
73
+ };
@@ -1,5 +1,5 @@
1
1
  import { computed as j, ref as g, onMounted as $, resolveComponent as f, openBlock as v, createElementBlock as h, Fragment as x, createVNode as u, withCtx as o, createTextVNode as C, createElementVNode as a, renderList as B, unref as V, toDisplayString as N, nextTick as U, createBlock as D } from "vue";
2
- import { e as E, i as M } from "./index-uGqw0pIv.js";
2
+ import { e as E, i as M } from "./index-4Ljo76X6.js";
3
3
  const R = { class: "flex-wrap flex" }, S = ["onClick"], T = { class: "inner cursor-pointer hover:shadow-md hover:shadow-blue-200 border w-full h-full p-1 flex flex-col overflow-hidden items-center rounded-md shadow-sm" }, z = { class: "lab border-t w-full text-center mt-1 font-bold" }, F = /* @__PURE__ */ Object.assign({ name: "chatChoose" }, {
4
4
  __name: "chartChoose",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { computed as S, ref as C, resolveComponent as p, openBlock as U, createElementBlock as k, Fragment as O, createVNode as e, withCtx as l, createTextVNode as g, unref as i, isRef as J, createElementVNode as f } from "vue";
2
- import { _ as T } from "./index-uGqw0pIv.js";
2
+ import { _ as T } from "./index-4Ljo76X6.js";
3
3
  const E = { class: "h-full flex flex-col" }, H = { class: "flex-1 overflow-hidden" }, B = {
4
4
  __name: "dataConfig",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { ref as g, resolveComponent as u, openBlock as b, createElementBlock as V, Fragment as w, createVNode as e, withCtx as n, unref as a } from "vue";
2
- import { c } from "./index-uGqw0pIv.js";
2
+ import { c } from "./index-4Ljo76X6.js";
3
3
  const k = /* @__PURE__ */ Object.assign({ name: "config-text" }, {
4
4
  __name: "index",
5
5
  props: {