fec-dev-designer 1.0.5 → 1.1.0

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 (34) hide show
  1. package/es/node_modules/@element-plus/icons-vue/dist/index.js +112 -93
  2. package/es/src/api/index.js +5 -5
  3. package/es/src/components/EventConfigButton.vue.js +2 -2
  4. package/es/src/components/FieldSetMapping.vue.js +211 -0
  5. package/es/src/components/FieldSetMapping.vue2.js +4 -0
  6. package/es/src/components/FormulaEditorInput.vue.js +43 -38
  7. package/es/src/components/JsonDataDrawer.vue.js +1 -1
  8. package/es/src/components/OnlyFLowConfigButton.vue.js +102 -0
  9. package/es/src/components/OnlyFLowConfigButton.vue2.js +4 -0
  10. package/es/src/components/TemplateSelector.vue.js +45 -45
  11. package/es/src/components/ValueSelectorPopover.vue2.js +1 -2
  12. package/es/src/packages/dialog/index.vue.js +718 -0
  13. package/es/src/packages/dialog/index.vue2.js +4 -0
  14. package/es/src/packages/dialog/useDialogDialog.js +15 -0
  15. package/es/src/packages/event/index.vue2.js +1 -1
  16. package/es/src/packages/event/onlyFlow.vue.js +91 -0
  17. package/es/src/packages/event/onlyFlow.vue2.js +4 -0
  18. package/es/src/packages/event/useOnlyFlowDialog.js +15 -0
  19. package/es/src/packages/eventFlow/dialog/action/Dialog.vue.js +48 -0
  20. package/es/src/packages/eventFlow/dialog/action/Page.vue.js +1 -1
  21. package/es/src/packages/eventFlow/dialog/action/config.js +12 -11
  22. package/es/src/packages/form/PageFooterSetting.vue.js +53 -58
  23. package/es/src/packages/form/aside/index.js +3 -1
  24. package/es/src/packages/form/components/ComponentPreviewWrapper.vue.js +70 -56
  25. package/es/src/packages/form/default.js +19 -19
  26. package/es/src/packages/form/headerBtn.vue.js +84 -65
  27. package/es/src/packages/form/property/pageFooterBtn.vue.js +39 -39
  28. package/es/src/packages/form/property/widgets.vue.js +339 -261
  29. package/es/src/packages/table/default.js +9 -1
  30. package/es/src/packages/table/headerBtn.vue.js +72 -54
  31. package/es/src/packages/table/tableSetting.vue.js +197 -195
  32. package/es/src/packages/utils/common.js +44 -35
  33. package/es/style.css +1 -1
  34. package/package.json +1 -1
@@ -16,34 +16,40 @@ import "../../../../node_modules/element-plus/theme-chalk/el-option-group.css.js
16
16
  import "../../../../node_modules/element-plus/theme-chalk/el-scrollbar.css.js";
17
17
  import "../../../../node_modules/element-plus/theme-chalk/el-popper.css.js";
18
18
  import "../../../../node_modules/element-plus/theme-chalk/el-select.css.js";
19
- import { computed as T, ref as q, openBlock as i, createBlock as s, unref as l, isRef as L, withCtx as d, createVNode as t, createElementBlock as V, Fragment as v, renderList as O, createTextVNode as k, createCommentVNode as p, createElementVNode as f } from "vue";
20
- import { getCurrentItem as R, getEditConfigData as W } from "../../utils/common.js";
21
- import G from "../../../components/OptionConfig.vue.js";
22
- import E from "../aside/index.js";
23
- import $ from "../../../components/EventConfigButton.vue.js";
24
- import F from "../../../components/DataSourceSelect.vue.js";
25
- import j from "../../../components/ConditionConfigButton.vue2.js";
26
- import A from "../../utils/eventBus.js";
19
+ import { computed as T, ref as G, openBlock as n, createBlock as f, unref as o, isRef as $, withCtx as d, createVNode as t, createElementBlock as V, Fragment as v, renderList as N, createTextVNode as x, createCommentVNode as r, createElementVNode as s } from "vue";
20
+ import { getCurrentItem as j, getEditConfigData as S } from "../../utils/common.js";
21
+ import A from "../../../components/OptionConfig.vue.js";
22
+ import F from "../aside/index.js";
23
+ import B from "../../../components/EventConfigButton.vue.js";
24
+ import P from "../../../components/DataSourceSelect.vue.js";
25
+ import H from "../../../components/ConditionConfigButton.vue2.js";
26
+ import J from "../../utils/eventBus.js";
27
27
  import "./widgets.vue2.js";
28
- import H from "../../../../_virtual/_plugin-vue_export-helper.js";
29
- import { ElOption as J, ElSelect as K } from "../../../../node_modules/element-plus/es/components/select/index.js";
30
- import { ElInput as Q } from "../../../../node_modules/element-plus/es/components/input/index.js";
31
- import { ElFormItem as X, ElForm as Y } from "../../../../node_modules/element-plus/es/components/form/index.js";
32
- import { ElCheckbox as Z } from "../../../../node_modules/element-plus/es/components/checkbox/index.js";
33
- import { ElRadioButton as h, ElRadioGroup as c } from "../../../../node_modules/element-plus/es/components/radio/index.js";
34
- import { ElInputNumber as ee } from "../../../../node_modules/element-plus/es/components/input-number/index.js";
35
- import { ElSwitch as le } from "../../../../node_modules/element-plus/es/components/switch/index.js";
36
- import { ElCollapseItem as oe, ElCollapse as ae } from "../../../../node_modules/element-plus/es/components/collapse/index.js";
37
- const te = { style: { display: "flex", "align-items": "center", gap: "8px" } }, de = { class: "data-source-fields" }, ne = { class: "field-item" }, ue = { class: "field-item" }, ie = { class: "field-item" }, me = { class: "field-item" }, pe = { style: { display: "flex", "align-items": "center", gap: "20px", width: "100%" } }, re = {
28
+ import K from "../../../../_virtual/_plugin-vue_export-helper.js";
29
+ import { ElOption as Q, ElSelect as X } from "../../../../node_modules/element-plus/es/components/select/index.js";
30
+ import { ElInput as Y } from "../../../../node_modules/element-plus/es/components/input/index.js";
31
+ import { ElFormItem as Z, ElForm as h } from "../../../../node_modules/element-plus/es/components/form/index.js";
32
+ import { ElCheckbox as c } from "../../../../node_modules/element-plus/es/components/checkbox/index.js";
33
+ import { ElRadioButton as ll, ElRadioGroup as el } from "../../../../node_modules/element-plus/es/components/radio/index.js";
34
+ import { ElInputNumber as ol } from "../../../../node_modules/element-plus/es/components/input-number/index.js";
35
+ import { ElSwitch as al } from "../../../../node_modules/element-plus/es/components/switch/index.js";
36
+ import { ElCollapseItem as tl, ElCollapse as dl } from "../../../../node_modules/element-plus/es/components/collapse/index.js";
37
+ const ul = {
38
+ key: 0,
39
+ class: "data-source-fields"
40
+ }, il = { class: "field-item" }, nl = { class: "field-item" }, ml = {
41
+ key: 1,
42
+ class: "data-source-fields"
43
+ }, sl = { class: "field-item" }, rl = { class: "field-item" }, pl = { style: { display: "flex", "align-items": "center", gap: "8px" } }, fl = { class: "data-source-fields" }, Vl = { class: "field-item" }, bl = { class: "field-item" }, vl = { class: "field-item" }, yl = { class: "field-item" }, gl = { style: { display: "flex", "align-items": "center", gap: "20px", width: "100%" } }, xl = {
38
44
  key: 0,
39
45
  style: { "margin-bottom": "12px", width: "100%" }
40
- }, se = {
46
+ }, Ul = {
41
47
  key: 1,
42
48
  style: { "margin-bottom": "12px", width: "100%" }
43
- }, fe = {
49
+ }, Cl = {
44
50
  __name: "widgets",
45
- setup(Ve) {
46
- const e = T(() => R()), U = q(["common"]), w = {
51
+ setup(Tl) {
52
+ const l = T(() => j()), k = G(["common"]), w = {
47
53
  idCard: "请输入正确的身份证号",
48
54
  creditCode: "请输入正确的统一社会信用代码",
49
55
  zipCode: "请输入正确的邮编",
@@ -55,50 +61,54 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
55
61
  mobilePhone: "请输入正确的手机号或座机号",
56
62
  regex: "请输入正确的格式",
57
63
  custom: "请输入正确的值"
58
- }, S = () => e.value.validationType && w[e.value.validationType] || "请输入提示信息", P = (r) => {
59
- r != "none" ? (e.value.validationMessage = w[r] || "请输入正确的值", r === "regex" ? e.value.validationPattern = "" : r === "custom" && (e.value.validationDataSource = "")) : (e.value.validationMessage = "", e.value.validationPattern = "", e.value.validationDataSource = "");
64
+ }, D = () => l.value.validationType && w[l.value.validationType] || "请输入提示信息", I = (p) => {
65
+ p != "none" ? (l.value.validationMessage = w[p] || "请输入正确的值", p === "regex" ? l.value.validationPattern = "" : p === "custom" && (l.value.validationDataSource = "")) : (l.value.validationMessage = "", l.value.validationPattern = "", l.value.validationDataSource = "");
60
66
  };
61
67
  T(() => [
62
68
  { id: "source1", name: "数据源1" },
63
69
  { id: "source2", name: "数据源2" }
64
70
  ]);
65
- const N = T(() => {
66
- const r = E.find((u) => u.name === "basic"), o = E.find((u) => u.name === "advanced");
67
- return [...r == null ? void 0 : r.children, ...o == null ? void 0 : o.children];
71
+ const M = T(() => {
72
+ const p = F.find((i) => i.name === "basic"), e = F.find((i) => i.name === "advanced");
73
+ return [...p == null ? void 0 : p.children, ...e == null ? void 0 : e.children];
68
74
  });
69
- function M(r) {
70
- const o = e.value, u = W().fieldsData, b = u == null ? void 0 : u.find((m) => {
71
- var n;
72
- return ((n = m.component) == null ? void 0 : n.id) === o.id;
75
+ function z(p) {
76
+ const e = l.value, i = S().fieldsData, b = i == null ? void 0 : i.find((m) => {
77
+ var u;
78
+ return ((u = m.component) == null ? void 0 : u.id) === e.id;
73
79
  });
74
- r === "textarea" ? b.h = 2 : b.h = 1, A.emit("resizeEvent");
80
+ p === "textarea" ? b.h = 2 : b.h = 1, J.emit("resizeEvent");
81
+ }
82
+ function _(p) {
83
+ l.value.eventConfig = p;
75
84
  }
76
- function _(r) {
77
- e.value.eventConfig = r;
85
+ function q(p) {
86
+ l.value.suffixButtonConfig = p;
78
87
  }
79
- return (r, o) => {
80
- const u = J, b = K, m = Q, n = X, y = Z, C = h, D = c, g = ee, x = le, z = Y, B = oe, I = ae;
81
- return i(), s(I, {
88
+ const L = T(() => S().dialogs || []);
89
+ return (p, e) => {
90
+ const i = Q, b = X, m = Y, u = Z, y = c, g = ll, E = el, U = ol, C = al, O = h, R = tl, W = dl;
91
+ return n(), f(W, {
82
92
  class: "setting",
83
- modelValue: l(U),
84
- "onUpdate:modelValue": o[43] || (o[43] = (a) => L(U) ? U.value = a : null)
93
+ modelValue: o(k),
94
+ "onUpdate:modelValue": e[46] || (e[46] = (a) => $(k) ? k.value = a : null)
85
95
  }, {
86
96
  default: d(() => [
87
- t(B, {
97
+ t(R, {
88
98
  name: "common",
89
99
  title: "基本属性"
90
100
  }, {
91
101
  default: d(() => [
92
102
  t(b, {
93
- modelValue: l(e).fieldType,
94
- "onUpdate:modelValue": o[0] || (o[0] = (a) => l(e).fieldType = a),
103
+ modelValue: o(l).fieldType,
104
+ "onUpdate:modelValue": e[0] || (e[0] = (a) => o(l).fieldType = a),
95
105
  size: "small",
96
106
  class: "field-type-select",
97
- onChange: M,
107
+ onChange: z,
98
108
  placement: "bottom-end"
99
109
  }, {
100
110
  default: d(() => [
101
- (i(!0), V(v, null, O(l(N), (a) => (i(), s(u, {
111
+ (n(!0), V(v, null, N(o(M), (a) => (n(), f(i, {
102
112
  key: a.fieldType,
103
113
  label: a.label,
104
114
  value: a.fieldType
@@ -106,112 +116,112 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
106
116
  ]),
107
117
  _: 1
108
118
  }, 8, ["modelValue"]),
109
- (i(), s(z, {
119
+ (n(), f(O, {
110
120
  "label-position": "top",
111
121
  "label-width": "auto",
112
- model: l(e),
113
- key: l(e).id
122
+ model: o(l),
123
+ key: o(l).id
114
124
  }, {
115
125
  default: d(() => [
116
- t(n, {
126
+ t(u, {
117
127
  label: "标题",
118
128
  required: ""
119
129
  }, {
120
130
  default: d(() => [
121
131
  t(m, {
122
- modelValue: l(e).label,
123
- "onUpdate:modelValue": o[1] || (o[1] = (a) => l(e).label = a)
132
+ modelValue: o(l).label,
133
+ "onUpdate:modelValue": e[1] || (e[1] = (a) => o(l).label = a)
124
134
  }, null, 8, ["modelValue"])
125
135
  ]),
126
136
  _: 1
127
137
  }),
128
- l(e).fieldType === "cascader" || l(e).fieldType === "area" || l(e).fieldType === "industry" ? (i(), V(v, { key: 0 }, [
129
- t(n, { label: "真实值字段" }, {
138
+ o(l).fieldType === "cascader" || o(l).fieldType === "area" || o(l).fieldType === "industry" ? (n(), V(v, { key: 0 }, [
139
+ t(u, { label: "真实值字段" }, {
130
140
  default: d(() => [
131
141
  t(m, {
132
- modelValue: l(e).fieldName,
133
- "onUpdate:modelValue": o[2] || (o[2] = (a) => l(e).fieldName = a)
142
+ modelValue: o(l).fieldName,
143
+ "onUpdate:modelValue": e[2] || (e[2] = (a) => o(l).fieldName = a)
134
144
  }, null, 8, ["modelValue"])
135
145
  ]),
136
146
  _: 1
137
147
  }),
138
- t(n, { label: "显示字段" }, {
148
+ t(u, { label: "显示字段" }, {
139
149
  default: d(() => [
140
150
  t(m, {
141
- modelValue: l(e).displayFieldName,
142
- "onUpdate:modelValue": o[3] || (o[3] = (a) => l(e).displayFieldName = a)
151
+ modelValue: o(l).displayFieldName,
152
+ "onUpdate:modelValue": e[3] || (e[3] = (a) => o(l).displayFieldName = a)
143
153
  }, null, 8, ["modelValue"])
144
154
  ]),
145
155
  _: 1
146
156
  })
147
- ], 64)) : (i(), s(n, {
157
+ ], 64)) : (n(), f(u, {
148
158
  key: 1,
149
159
  label: "字段名称"
150
160
  }, {
151
161
  default: d(() => [
152
162
  t(m, {
153
- modelValue: l(e).fieldName,
154
- "onUpdate:modelValue": o[4] || (o[4] = (a) => l(e).fieldName = a)
163
+ modelValue: o(l).fieldName,
164
+ "onUpdate:modelValue": e[4] || (e[4] = (a) => o(l).fieldName = a)
155
165
  }, null, 8, ["modelValue"])
156
166
  ]),
157
167
  _: 1
158
168
  })),
159
- t(n, { label: "权限标识" }, {
169
+ t(u, { label: "权限标识" }, {
160
170
  default: d(() => [
161
171
  t(m, {
162
- modelValue: l(e).permission,
163
- "onUpdate:modelValue": o[5] || (o[5] = (a) => l(e).permission = a)
172
+ modelValue: o(l).permission,
173
+ "onUpdate:modelValue": e[5] || (e[5] = (a) => o(l).permission = a)
164
174
  }, null, 8, ["modelValue"])
165
175
  ]),
166
176
  _: 1
167
177
  }),
168
- t(n, { label: "占位内容" }, {
178
+ t(u, { label: "占位内容" }, {
169
179
  default: d(() => [
170
180
  t(m, {
171
- modelValue: l(e).placeholder,
172
- "onUpdate:modelValue": o[6] || (o[6] = (a) => l(e).placeholder = a)
181
+ modelValue: o(l).placeholder,
182
+ "onUpdate:modelValue": e[6] || (e[6] = (a) => o(l).placeholder = a)
173
183
  }, null, 8, ["modelValue"])
174
184
  ]),
175
185
  _: 1
176
186
  }),
177
- t(n, null, {
187
+ t(u, null, {
178
188
  default: d(() => [
179
189
  t(y, {
180
- modelValue: l(e).credit,
181
- "onUpdate:modelValue": o[7] || (o[7] = (a) => l(e).credit = a),
190
+ modelValue: o(l).credit,
191
+ "onUpdate:modelValue": e[7] || (e[7] = (a) => o(l).credit = a),
182
192
  label: "征信"
183
193
  }, null, 8, ["modelValue"]),
184
194
  t(y, {
185
- modelValue: l(e).regulation,
186
- "onUpdate:modelValue": o[8] || (o[8] = (a) => l(e).regulation = a),
195
+ modelValue: o(l).regulation,
196
+ "onUpdate:modelValue": e[8] || (e[8] = (a) => o(l).regulation = a),
187
197
  label: "监管"
188
198
  }, null, 8, ["modelValue"])
189
199
  ]),
190
200
  _: 1
191
201
  }),
192
- t(n, { label: "标签模式" }, {
202
+ t(u, { label: "标签模式" }, {
193
203
  default: d(() => [
194
- t(D, {
195
- modelValue: l(e).labelMode,
196
- "onUpdate:modelValue": o[9] || (o[9] = (a) => l(e).labelMode = a),
204
+ t(E, {
205
+ modelValue: o(l).labelMode,
206
+ "onUpdate:modelValue": e[9] || (e[9] = (a) => o(l).labelMode = a),
197
207
  size: "small"
198
208
  }, {
199
209
  default: d(() => [
200
- t(C, { value: "default" }, {
201
- default: d(() => [...o[44] || (o[44] = [
202
- k("默认", -1)
210
+ t(g, { value: "default" }, {
211
+ default: d(() => [...e[47] || (e[47] = [
212
+ x("默认", -1)
203
213
  ])]),
204
214
  _: 1
205
215
  }),
206
- t(C, { value: "label" }, {
207
- default: d(() => [...o[45] || (o[45] = [
208
- k("标签", -1)
216
+ t(g, { value: "label" }, {
217
+ default: d(() => [...e[48] || (e[48] = [
218
+ x("标签", -1)
209
219
  ])]),
210
220
  _: 1
211
221
  }),
212
- t(C, { value: "input" }, {
213
- default: d(() => [...o[46] || (o[46] = [
214
- k("输入框", -1)
222
+ t(g, { value: "input" }, {
223
+ default: d(() => [...e[49] || (e[49] = [
224
+ x("输入框", -1)
215
225
  ])]),
216
226
  _: 1
217
227
  })
@@ -221,26 +231,26 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
221
231
  ]),
222
232
  _: 1
223
233
  }),
224
- t(n, null, {
234
+ t(u, null, {
225
235
  default: d(() => [
226
236
  t(y, {
227
- modelValue: l(e).readOnly,
228
- "onUpdate:modelValue": o[10] || (o[10] = (a) => l(e).readOnly = a),
237
+ modelValue: o(l).readOnly,
238
+ "onUpdate:modelValue": e[10] || (e[10] = (a) => o(l).readOnly = a),
229
239
  label: "只读"
230
240
  }, null, 8, ["modelValue"]),
231
241
  t(y, {
232
- modelValue: l(e).disabled,
233
- "onUpdate:modelValue": o[11] || (o[11] = (a) => l(e).disabled = a),
242
+ modelValue: o(l).disabled,
243
+ "onUpdate:modelValue": e[11] || (e[11] = (a) => o(l).disabled = a),
234
244
  label: "禁用"
235
245
  }, null, 8, ["modelValue"])
236
246
  ]),
237
247
  _: 1
238
248
  }),
239
- t(n, { label: "提示信息" }, {
249
+ t(u, { label: "提示信息" }, {
240
250
  default: d(() => [
241
251
  t(m, {
242
- modelValue: l(e).tooltip,
243
- "onUpdate:modelValue": o[12] || (o[12] = (a) => l(e).tooltip = a),
252
+ modelValue: o(l).tooltip,
253
+ "onUpdate:modelValue": e[12] || (e[12] = (a) => o(l).tooltip = a),
244
254
  rows: 2,
245
255
  type: "textarea",
246
256
  resize: "none"
@@ -248,22 +258,22 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
248
258
  ]),
249
259
  _: 1
250
260
  }),
251
- t(n, { label: "默认值" }, {
261
+ t(u, { label: "默认值" }, {
252
262
  default: d(() => [
253
263
  t(m, {
254
- modelValue: l(e).defaultValue,
255
- "onUpdate:modelValue": o[13] || (o[13] = (a) => l(e).defaultValue = a)
264
+ modelValue: o(l).defaultValue,
265
+ "onUpdate:modelValue": e[13] || (e[13] = (a) => o(l).defaultValue = a)
256
266
  }, null, 8, ["modelValue"])
257
267
  ]),
258
268
  _: 1
259
269
  }),
260
- l(e).fieldType === "text" || l(e).fieldType === "textarea" ? (i(), V(v, { key: 2 }, [
261
- t(n, { label: "最大长度" }, {
270
+ o(l).fieldType === "text" || o(l).fieldType === "textarea" ? (n(), V(v, { key: 2 }, [
271
+ t(u, { label: "最大长度" }, {
262
272
  default: d(() => [
263
- t(g, {
273
+ t(U, {
264
274
  style: { width: "100%" },
265
- modelValue: l(e).maxLength,
266
- "onUpdate:modelValue": o[14] || (o[14] = (a) => l(e).maxLength = a),
275
+ modelValue: o(l).maxLength,
276
+ "onUpdate:modelValue": e[14] || (e[14] = (a) => o(l).maxLength = a),
267
277
  min: 0,
268
278
  max: 1e4,
269
279
  "controls-position": "right"
@@ -271,59 +281,127 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
271
281
  ]),
272
282
  _: 1
273
283
  }),
274
- t(n, null, {
284
+ t(u, null, {
275
285
  default: d(() => [
276
286
  t(y, {
277
- modelValue: l(e).showWordCount,
278
- "onUpdate:modelValue": o[15] || (o[15] = (a) => l(e).showWordCount = a),
287
+ modelValue: o(l).showWordCount,
288
+ "onUpdate:modelValue": e[15] || (e[15] = (a) => o(l).showWordCount = a),
279
289
  label: "显示字数统计"
280
290
  }, null, 8, ["modelValue"])
281
291
  ]),
282
292
  _: 1
283
293
  }),
284
- t(n, { label: "数据脱敏" }, {
294
+ t(u, { label: "数据脱敏" }, {
285
295
  default: d(() => [
286
296
  t(m, {
287
- modelValue: l(e).dataMasking,
288
- "onUpdate:modelValue": o[16] || (o[16] = (a) => l(e).dataMasking = a)
297
+ modelValue: o(l).dataMasking,
298
+ "onUpdate:modelValue": e[16] || (e[16] = (a) => o(l).dataMasking = a)
289
299
  }, null, 8, ["modelValue"])
290
300
  ]),
291
301
  _: 1
292
302
  })
293
- ], 64)) : p("", !0),
294
- l(e).fieldType === "text" ? (i(), s(n, { key: 3 }, {
295
- label: d(() => [...o[47] || (o[47] = [
296
- f("span", null, "尾部按钮", -1)
297
- ])]),
298
- default: d(() => [
299
- t(m, {
300
- modelValue: l(e).suffixButton,
301
- "onUpdate:modelValue": o[17] || (o[17] = (a) => l(e).suffixButton = a)
302
- }, null, 8, ["modelValue"])
303
- ]),
304
- _: 1
305
- })) : p("", !0),
306
- l(e).fieldType === "number" ? (i(), V(v, { key: 4 }, [
307
- t(n, { label: "格式" }, {
303
+ ], 64)) : r("", !0),
304
+ o(l).fieldType === "text" ? (n(), V(v, { key: 3 }, [
305
+ t(u, null, {
306
+ label: d(() => [...e[50] || (e[50] = [
307
+ s("span", null, "尾部按钮", -1)
308
+ ])]),
309
+ default: d(() => [
310
+ t(E, {
311
+ modelValue: o(l).suffixButton,
312
+ "onUpdate:modelValue": e[17] || (e[17] = (a) => o(l).suffixButton = a),
313
+ size: "small"
314
+ }, {
315
+ default: d(() => [
316
+ t(g, { value: "none" }, {
317
+ default: d(() => [...e[51] || (e[51] = [
318
+ x("无", -1)
319
+ ])]),
320
+ _: 1
321
+ }),
322
+ t(g, { value: "dialog" }, {
323
+ default: d(() => [...e[52] || (e[52] = [
324
+ x("弹层选择", -1)
325
+ ])]),
326
+ _: 1
327
+ }),
328
+ t(g, { value: "custom" }, {
329
+ default: d(() => [...e[53] || (e[53] = [
330
+ x("自定义", -1)
331
+ ])]),
332
+ _: 1
333
+ })
334
+ ]),
335
+ _: 1
336
+ }, 8, ["modelValue"])
337
+ ]),
338
+ _: 1
339
+ }),
340
+ o(l).suffixButton == "dialog" ? (n(), V("div", ul, [
341
+ s("div", il, [
342
+ e[54] || (e[54] = s("span", { class: "field-label" }, "按钮名称", -1)),
343
+ t(m, {
344
+ modelValue: o(l).suffixDialogName,
345
+ "onUpdate:modelValue": e[18] || (e[18] = (a) => o(l).suffixDialogName = a)
346
+ }, null, 8, ["modelValue"])
347
+ ]),
348
+ s("div", nl, [
349
+ e[55] || (e[55] = s("span", { class: "field-label" }, "选择弹层", -1)),
350
+ t(b, {
351
+ modelValue: o(l).suffixDialogId,
352
+ "onUpdate:modelValue": e[19] || (e[19] = (a) => o(l).suffixDialogId = a),
353
+ placeholder: "请选择弹层",
354
+ filterable: "",
355
+ style: { width: "100%" }
356
+ }, {
357
+ default: d(() => [
358
+ (n(!0), V(v, null, N(o(L), (a) => (n(), f(i, {
359
+ key: a.id,
360
+ label: a.name,
361
+ value: a.id
362
+ }, null, 8, ["label", "value"]))), 128))
363
+ ]),
364
+ _: 1
365
+ }, 8, ["modelValue"])
366
+ ])
367
+ ])) : o(l).suffixButton == "custom" ? (n(), V("div", ml, [
368
+ s("div", sl, [
369
+ e[56] || (e[56] = s("span", { class: "field-label" }, "按钮名称", -1)),
370
+ t(m, {
371
+ modelValue: o(l).suffixButtonName,
372
+ "onUpdate:modelValue": e[20] || (e[20] = (a) => o(l).suffixButtonName = a)
373
+ }, null, 8, ["modelValue"])
374
+ ]),
375
+ s("div", rl, [
376
+ e[57] || (e[57] = s("span", { class: "field-label" }, "按钮事件", -1)),
377
+ t(B, {
378
+ config: o(l).suffixButtonConfig,
379
+ onConfirm: q
380
+ }, null, 8, ["config"])
381
+ ])
382
+ ])) : r("", !0)
383
+ ], 64)) : r("", !0),
384
+ o(l).fieldType === "number" ? (n(), V(v, { key: 4 }, [
385
+ t(u, { label: "格式" }, {
308
386
  default: d(() => [
309
387
  t(b, {
310
- modelValue: l(e).format,
311
- "onUpdate:modelValue": o[18] || (o[18] = (a) => l(e).format = a)
388
+ modelValue: o(l).format,
389
+ "onUpdate:modelValue": e[21] || (e[21] = (a) => o(l).format = a)
312
390
  }, {
313
391
  default: d(() => [
314
- t(u, {
392
+ t(i, {
315
393
  label: "数值",
316
394
  value: "number"
317
395
  }),
318
- t(u, {
396
+ t(i, {
319
397
  label: "数值(万)",
320
398
  value: "wan"
321
399
  }),
322
- t(u, {
400
+ t(i, {
323
401
  label: "数值(百万)",
324
402
  value: "million"
325
403
  }),
326
- t(u, {
404
+ t(i, {
327
405
  label: "百分比",
328
406
  value: "percentage"
329
407
  })
@@ -333,56 +411,56 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
333
411
  ]),
334
412
  _: 1
335
413
  }),
336
- t(n, null, {
414
+ t(u, null, {
337
415
  default: d(() => [
338
416
  t(y, {
339
- modelValue: l(e).hasDecimalPlaces,
340
- "onUpdate:modelValue": o[19] || (o[19] = (a) => l(e).hasDecimalPlaces = a),
417
+ modelValue: o(l).hasDecimalPlaces,
418
+ "onUpdate:modelValue": e[22] || (e[22] = (a) => o(l).hasDecimalPlaces = a),
341
419
  label: "保留小数位数"
342
420
  }, null, 8, ["modelValue"]),
343
- l(e).hasDecimalPlaces ? (i(), s(g, {
421
+ o(l).hasDecimalPlaces ? (n(), f(U, {
344
422
  key: 0,
345
423
  style: { "margin-left": "10px", width: "80px" },
346
- modelValue: l(e).decimalPlaces,
347
- "onUpdate:modelValue": o[20] || (o[20] = (a) => l(e).decimalPlaces = a),
424
+ modelValue: o(l).decimalPlaces,
425
+ "onUpdate:modelValue": e[23] || (e[23] = (a) => o(l).decimalPlaces = a),
348
426
  min: 0,
349
427
  max: 10,
350
428
  "controls-position": "right",
351
429
  size: "small"
352
- }, null, 8, ["modelValue"])) : p("", !0)
430
+ }, null, 8, ["modelValue"])) : r("", !0)
353
431
  ]),
354
432
  _: 1
355
433
  }),
356
- l(e).format != "percentage" ? (i(), s(n, { key: 0 }, {
434
+ o(l).format != "percentage" ? (n(), f(u, { key: 0 }, {
357
435
  default: d(() => [
358
436
  t(y, {
359
- modelValue: l(e).showThousandsSeparator,
360
- "onUpdate:modelValue": o[21] || (o[21] = (a) => l(e).showThousandsSeparator = a),
437
+ modelValue: o(l).showThousandsSeparator,
438
+ "onUpdate:modelValue": e[24] || (e[24] = (a) => o(l).showThousandsSeparator = a),
361
439
  label: "显示千分符"
362
440
  }, null, 8, ["modelValue"])
363
441
  ]),
364
442
  _: 1
365
- })) : p("", !0),
366
- l(e).format !== "percentage" ? (i(), s(n, {
443
+ })) : r("", !0),
444
+ o(l).format !== "percentage" ? (n(), f(u, {
367
445
  key: 1,
368
446
  label: "数值范围"
369
447
  }, {
370
448
  default: d(() => [
371
- f("div", te, [
372
- t(g, {
449
+ s("div", pl, [
450
+ t(U, {
373
451
  style: { width: "100%" },
374
- modelValue: l(e).minValue,
375
- "onUpdate:modelValue": o[22] || (o[22] = (a) => l(e).minValue = a),
452
+ modelValue: o(l).minValue,
453
+ "onUpdate:modelValue": e[25] || (e[25] = (a) => o(l).minValue = a),
376
454
  min: 0,
377
455
  max: 999999,
378
456
  "controls-position": "right",
379
457
  placeholder: "最小值"
380
458
  }, null, 8, ["modelValue"]),
381
- o[48] || (o[48] = f("span", { style: { color: "#909399", "font-size": "14px" } }, "-", -1)),
382
- t(g, {
459
+ e[58] || (e[58] = s("span", { style: { color: "#909399", "font-size": "14px" } }, "-", -1)),
460
+ t(U, {
383
461
  style: { width: "100%" },
384
- modelValue: l(e).maxValue,
385
- "onUpdate:modelValue": o[23] || (o[23] = (a) => l(e).maxValue = a),
462
+ modelValue: o(l).maxValue,
463
+ "onUpdate:modelValue": e[26] || (e[26] = (a) => o(l).maxValue = a),
386
464
  min: 0,
387
465
  max: 999999,
388
466
  "controls-position": "right",
@@ -391,129 +469,129 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
391
469
  ])
392
470
  ]),
393
471
  _: 1
394
- })) : p("", !0)
395
- ], 64)) : p("", !0),
396
- l(e).fieldType === "text" || l(e).fieldType === "number" ? (i(), V(v, { key: 5 }, [
397
- t(n, { label: "前置内容" }, {
472
+ })) : r("", !0)
473
+ ], 64)) : r("", !0),
474
+ o(l).fieldType === "text" || o(l).fieldType === "number" ? (n(), V(v, { key: 5 }, [
475
+ t(u, { label: "前置内容" }, {
398
476
  default: d(() => [
399
477
  t(m, {
400
- modelValue: l(e).prefix,
401
- "onUpdate:modelValue": o[24] || (o[24] = (a) => l(e).prefix = a)
478
+ modelValue: o(l).prefix,
479
+ "onUpdate:modelValue": e[27] || (e[27] = (a) => o(l).prefix = a)
402
480
  }, null, 8, ["modelValue"])
403
481
  ]),
404
482
  _: 1
405
483
  }),
406
- t(n, { label: "后置内容" }, {
484
+ t(u, { label: "后置内容" }, {
407
485
  default: d(() => [
408
486
  t(m, {
409
- modelValue: l(e).suffix,
410
- "onUpdate:modelValue": o[25] || (o[25] = (a) => l(e).suffix = a)
487
+ modelValue: o(l).suffix,
488
+ "onUpdate:modelValue": e[28] || (e[28] = (a) => o(l).suffix = a)
411
489
  }, null, 8, ["modelValue"])
412
490
  ]),
413
491
  _: 1
414
492
  })
415
- ], 64)) : p("", !0),
416
- l(e).fieldType === "select" || l(e).fieldType === "multipleSelection" || l(e).fieldType === "radio" || l(e).fieldType === "checkbox" ? (i(), s(G, {
493
+ ], 64)) : r("", !0),
494
+ o(l).fieldType === "select" || o(l).fieldType === "multipleSelection" || o(l).fieldType === "radio" || o(l).fieldType === "checkbox" ? (n(), f(A, {
417
495
  key: 6,
418
- modelValue: l(e).optionConfig,
419
- "onUpdate:modelValue": o[26] || (o[26] = (a) => l(e).optionConfig = a)
420
- }, null, 8, ["modelValue"])) : p("", !0),
421
- l(e).fieldType === "cascader" ? (i(), V(v, { key: 7 }, [
422
- t(n, { label: "数据源" }, {
496
+ modelValue: o(l).optionConfig,
497
+ "onUpdate:modelValue": e[29] || (e[29] = (a) => o(l).optionConfig = a)
498
+ }, null, 8, ["modelValue"])) : r("", !0),
499
+ o(l).fieldType === "cascader" ? (n(), V(v, { key: 7 }, [
500
+ t(u, { label: "数据源" }, {
423
501
  default: d(() => [
424
- t(F, {
425
- modelValue: l(e).optionConfig.dataSourceValue,
426
- "onUpdate:modelValue": o[27] || (o[27] = (a) => l(e).optionConfig.dataSourceValue = a)
502
+ t(P, {
503
+ modelValue: o(l).optionConfig.dataSourceValue,
504
+ "onUpdate:modelValue": e[30] || (e[30] = (a) => o(l).optionConfig.dataSourceValue = a)
427
505
  }, null, 8, ["modelValue"])
428
506
  ]),
429
507
  _: 1
430
508
  }),
431
- f("div", de, [
432
- f("div", ne, [
433
- o[49] || (o[49] = f("span", { class: "field-label" }, "显示字段", -1)),
509
+ s("div", fl, [
510
+ s("div", Vl, [
511
+ e[59] || (e[59] = s("span", { class: "field-label" }, "显示字段", -1)),
434
512
  t(m, {
435
- modelValue: l(e).optionConfig.displayField,
436
- "onUpdate:modelValue": o[28] || (o[28] = (a) => l(e).optionConfig.displayField = a),
513
+ modelValue: o(l).optionConfig.displayField,
514
+ "onUpdate:modelValue": e[31] || (e[31] = (a) => o(l).optionConfig.displayField = a),
437
515
  placeholder: "如:optName"
438
516
  }, null, 8, ["modelValue"])
439
517
  ]),
440
- f("div", ue, [
441
- o[50] || (o[50] = f("span", { class: "field-label" }, "值字段", -1)),
518
+ s("div", bl, [
519
+ e[60] || (e[60] = s("span", { class: "field-label" }, "值字段", -1)),
442
520
  t(m, {
443
- modelValue: l(e).optionConfig.valueField,
444
- "onUpdate:modelValue": o[29] || (o[29] = (a) => l(e).optionConfig.valueField = a),
521
+ modelValue: o(l).optionConfig.valueField,
522
+ "onUpdate:modelValue": e[32] || (e[32] = (a) => o(l).optionConfig.valueField = a),
445
523
  placeholder: "如:optCode"
446
524
  }, null, 8, ["modelValue"])
447
525
  ]),
448
- f("div", ie, [
449
- o[51] || (o[51] = f("span", { class: "field-label" }, "主键字段", -1)),
526
+ s("div", vl, [
527
+ e[61] || (e[61] = s("span", { class: "field-label" }, "主键字段", -1)),
450
528
  t(m, {
451
- modelValue: l(e).optionConfig.idField,
452
- "onUpdate:modelValue": o[30] || (o[30] = (a) => l(e).optionConfig.idField = a),
529
+ modelValue: o(l).optionConfig.idField,
530
+ "onUpdate:modelValue": e[33] || (e[33] = (a) => o(l).optionConfig.idField = a),
453
531
  placeholder: "如:id"
454
532
  }, null, 8, ["modelValue"])
455
533
  ]),
456
- f("div", me, [
457
- o[52] || (o[52] = f("span", { class: "field-label" }, "父主键字段", -1)),
534
+ s("div", yl, [
535
+ e[62] || (e[62] = s("span", { class: "field-label" }, "父主键字段", -1)),
458
536
  t(m, {
459
- modelValue: l(e).optionConfig.pidField,
460
- "onUpdate:modelValue": o[31] || (o[31] = (a) => l(e).optionConfig.pidField = a),
537
+ modelValue: o(l).optionConfig.pidField,
538
+ "onUpdate:modelValue": e[34] || (e[34] = (a) => o(l).optionConfig.pidField = a),
461
539
  placeholder: "如:pid"
462
540
  }, null, 8, ["modelValue"])
463
541
  ])
464
542
  ])
465
- ], 64)) : p("", !0),
466
- l(e).fieldType === "cascader" || l(e).fieldType === "area" || l(e).fieldType === "industry" ? (i(), V(v, { key: 8 }, [
467
- t(n, { label: "是否多选" }, {
543
+ ], 64)) : r("", !0),
544
+ o(l).fieldType === "cascader" || o(l).fieldType === "area" || o(l).fieldType === "industry" ? (n(), V(v, { key: 8 }, [
545
+ t(u, { label: "是否多选" }, {
468
546
  default: d(() => [
469
- t(x, {
470
- modelValue: l(e).multiple,
471
- "onUpdate:modelValue": o[32] || (o[32] = (a) => l(e).multiple = a)
547
+ t(C, {
548
+ modelValue: o(l).multiple,
549
+ "onUpdate:modelValue": e[35] || (e[35] = (a) => o(l).multiple = a)
472
550
  }, null, 8, ["modelValue"])
473
551
  ]),
474
552
  _: 1
475
553
  }),
476
- t(n, { label: "显示完整路径" }, {
554
+ t(u, { label: "显示完整路径" }, {
477
555
  default: d(() => [
478
- t(x, {
479
- modelValue: l(e).showFullPath,
480
- "onUpdate:modelValue": o[33] || (o[33] = (a) => l(e).showFullPath = a)
556
+ t(C, {
557
+ modelValue: o(l).showFullPath,
558
+ "onUpdate:modelValue": e[36] || (e[36] = (a) => o(l).showFullPath = a)
481
559
  }, null, 8, ["modelValue"])
482
560
  ]),
483
561
  _: 1
484
562
  }),
485
- t(n, { label: "可选择任意一级" }, {
563
+ t(u, { label: "可选择任意一级" }, {
486
564
  default: d(() => [
487
- t(x, {
488
- modelValue: l(e).checkStrictly,
489
- "onUpdate:modelValue": o[34] || (o[34] = (a) => l(e).checkStrictly = a)
565
+ t(C, {
566
+ modelValue: o(l).checkStrictly,
567
+ "onUpdate:modelValue": e[37] || (e[37] = (a) => o(l).checkStrictly = a)
490
568
  }, null, 8, ["modelValue"])
491
569
  ]),
492
570
  _: 1
493
571
  }),
494
- t(n, { label: "最大显示层级" }, {
572
+ t(u, { label: "最大显示层级" }, {
495
573
  default: d(() => [
496
- t(g, {
497
- modelValue: l(e).maxLevel,
498
- "onUpdate:modelValue": o[35] || (o[35] = (a) => l(e).maxLevel = a),
574
+ t(U, {
575
+ modelValue: o(l).maxLevel,
576
+ "onUpdate:modelValue": e[38] || (e[38] = (a) => o(l).maxLevel = a),
499
577
  min: 1,
500
578
  style: { width: "100%" }
501
579
  }, null, 8, ["modelValue"])
502
580
  ]),
503
581
  _: 1
504
582
  })
505
- ], 64)) : p("", !0),
506
- l(e).fieldType === "select" || l(e).fieldType === "multipleSelection" ? (i(), s(n, {
583
+ ], 64)) : r("", !0),
584
+ o(l).fieldType === "select" || o(l).fieldType === "multipleSelection" ? (n(), f(u, {
507
585
  key: 9,
508
586
  label: "标签效果"
509
587
  }, {
510
588
  default: d(() => [
511
589
  t(b, {
512
- modelValue: l(e).optionStyle,
513
- "onUpdate:modelValue": o[36] || (o[36] = (a) => l(e).optionStyle = a)
590
+ modelValue: o(l).optionStyle,
591
+ "onUpdate:modelValue": e[39] || (e[39] = (a) => o(l).optionStyle = a)
514
592
  }, {
515
593
  default: d(() => [
516
- t(u, {
594
+ t(i, {
517
595
  label: "默认",
518
596
  value: "default"
519
597
  })
@@ -522,34 +600,34 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
522
600
  }, 8, ["modelValue"])
523
601
  ]),
524
602
  _: 1
525
- })) : p("", !0),
526
- l(e).fieldType === "date" ? (i(), s(n, {
603
+ })) : r("", !0),
604
+ o(l).fieldType === "date" ? (n(), f(u, {
527
605
  key: 10,
528
606
  label: "类型"
529
607
  }, {
530
608
  default: d(() => [
531
609
  t(b, {
532
- modelValue: l(e).dateType,
533
- "onUpdate:modelValue": o[37] || (o[37] = (a) => l(e).dateType = a)
610
+ modelValue: o(l).dateType,
611
+ "onUpdate:modelValue": e[40] || (e[40] = (a) => o(l).dateType = a)
534
612
  }, {
535
613
  default: d(() => [
536
- t(u, {
614
+ t(i, {
537
615
  label: "年-月-日",
538
616
  value: "date"
539
617
  }),
540
- t(u, {
618
+ t(i, {
541
619
  label: "年-周",
542
620
  value: "week"
543
621
  }),
544
- t(u, {
622
+ t(i, {
545
623
  label: "年-月",
546
624
  value: "month"
547
625
  }),
548
- t(u, {
626
+ t(i, {
549
627
  label: "年",
550
628
  value: "year"
551
629
  }),
552
- t(u, {
630
+ t(i, {
553
631
  label: "年-月-日 时:分:秒",
554
632
  value: "datetime"
555
633
  })
@@ -558,114 +636,114 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
558
636
  }, 8, ["modelValue"])
559
637
  ]),
560
638
  _: 1
561
- })) : p("", !0),
562
- t(n, { label: "事件配置" }, {
639
+ })) : r("", !0),
640
+ t(u, { label: "事件配置" }, {
563
641
  default: d(() => [
564
- t($, {
565
- config: l(e).eventConfig,
642
+ t(B, {
643
+ config: o(l).eventConfig,
566
644
  onConfirm: _
567
645
  }, null, 8, ["config"])
568
646
  ]),
569
647
  _: 1
570
648
  }),
571
- t(n, { label: "是否必填" }, {
649
+ t(u, { label: "是否必填" }, {
572
650
  default: d(() => [
573
- f("div", pe, [
574
- t(x, {
575
- modelValue: l(e).required,
576
- "onUpdate:modelValue": o[38] || (o[38] = (a) => l(e).required = a)
651
+ s("div", gl, [
652
+ t(C, {
653
+ modelValue: o(l).required,
654
+ "onUpdate:modelValue": e[41] || (e[41] = (a) => o(l).required = a)
577
655
  }, null, 8, ["modelValue"]),
578
- l(e).required ? (i(), s(m, {
656
+ o(l).required ? (n(), f(m, {
579
657
  key: 0,
580
- modelValue: l(e).requiredMessage,
581
- "onUpdate:modelValue": o[39] || (o[39] = (a) => l(e).requiredMessage = a),
658
+ modelValue: o(l).requiredMessage,
659
+ "onUpdate:modelValue": e[42] || (e[42] = (a) => o(l).requiredMessage = a),
582
660
  placeholder: "请输入提示信息",
583
661
  style: { flex: "1" }
584
- }, null, 8, ["modelValue"])) : p("", !0)
662
+ }, null, 8, ["modelValue"])) : r("", !0)
585
663
  ])
586
664
  ]),
587
665
  _: 1
588
666
  }),
589
- t(n, { label: "校验规则" }, {
667
+ t(u, { label: "校验规则" }, {
590
668
  default: d(() => [
591
669
  t(b, {
592
- modelValue: l(e).validationType,
593
- "onUpdate:modelValue": o[40] || (o[40] = (a) => l(e).validationType = a),
670
+ modelValue: o(l).validationType,
671
+ "onUpdate:modelValue": e[43] || (e[43] = (a) => o(l).validationType = a),
594
672
  placeholder: "选择校验规则",
595
- onChange: P,
673
+ onChange: I,
596
674
  style: { "margin-bottom": "12px" }
597
675
  }, {
598
676
  default: d(() => [
599
- t(u, {
677
+ t(i, {
600
678
  label: "无",
601
679
  value: "none"
602
680
  }),
603
- t(u, {
681
+ t(i, {
604
682
  label: "身份证",
605
683
  value: "idCard"
606
684
  }),
607
- t(u, {
685
+ t(i, {
608
686
  label: "统一社会信用代码",
609
687
  value: "creditCode"
610
688
  }),
611
- t(u, {
689
+ t(i, {
612
690
  label: "邮编",
613
691
  value: "zipCode"
614
692
  }),
615
- t(u, {
693
+ t(i, {
616
694
  label: "传真",
617
695
  value: "fax"
618
696
  }),
619
- t(u, {
697
+ t(i, {
620
698
  label: "银行卡号",
621
699
  value: "bankCard"
622
700
  }),
623
- t(u, {
701
+ t(i, {
624
702
  label: "邮箱",
625
703
  value: "email"
626
704
  }),
627
- t(u, {
705
+ t(i, {
628
706
  label: "手机",
629
707
  value: "mobile"
630
708
  }),
631
- t(u, {
709
+ t(i, {
632
710
  label: "座机",
633
711
  value: "phone"
634
712
  }),
635
- t(u, {
713
+ t(i, {
636
714
  label: "手机+座机",
637
715
  value: "mobilePhone"
638
716
  }),
639
- t(u, {
717
+ t(i, {
640
718
  label: "条件表达式",
641
719
  value: "regex"
642
720
  }),
643
- t(u, {
721
+ t(i, {
644
722
  label: "自定义",
645
723
  value: "custom"
646
724
  })
647
725
  ]),
648
726
  _: 1
649
727
  }, 8, ["modelValue"]),
650
- l(e).validationType === "regex" ? (i(), V("div", re, [
651
- t(j, {
652
- condition: l(e).validationPattern,
653
- onConfirm: (a) => l(e).validationPattern = a
728
+ o(l).validationType === "regex" ? (n(), V("div", xl, [
729
+ t(H, {
730
+ condition: o(l).validationPattern,
731
+ onConfirm: (a) => o(l).validationPattern = a
654
732
  }, null, 8, ["condition", "onConfirm"])
655
- ])) : p("", !0),
656
- l(e).validationType === "custom" ? (i(), V("div", se, [
657
- t(F, {
658
- modelValue: l(e).validationDataSource,
659
- "onUpdate:modelValue": o[41] || (o[41] = (a) => l(e).validationDataSource = a)
733
+ ])) : r("", !0),
734
+ o(l).validationType === "custom" ? (n(), V("div", Ul, [
735
+ t(P, {
736
+ modelValue: o(l).validationDataSource,
737
+ "onUpdate:modelValue": e[44] || (e[44] = (a) => o(l).validationDataSource = a)
660
738
  }, null, 8, ["modelValue"])
661
- ])) : p("", !0),
662
- l(e).validationType !== "none" ? (i(), s(m, {
739
+ ])) : r("", !0),
740
+ o(l).validationType !== "none" ? (n(), f(m, {
663
741
  key: 2,
664
- modelValue: l(e).validationMessage,
665
- "onUpdate:modelValue": o[42] || (o[42] = (a) => l(e).validationMessage = a),
666
- placeholder: S(),
742
+ modelValue: o(l).validationMessage,
743
+ "onUpdate:modelValue": e[45] || (e[45] = (a) => o(l).validationMessage = a),
744
+ placeholder: D(),
667
745
  style: { "margin-bottom": "12px" }
668
- }, null, 8, ["modelValue", "placeholder"])) : p("", !0)
746
+ }, null, 8, ["modelValue", "placeholder"])) : r("", !0)
669
747
  ]),
670
748
  _: 1
671
749
  })
@@ -680,7 +758,7 @@ const te = { style: { display: "flex", "align-items": "center", gap: "8px" } },
680
758
  }, 8, ["modelValue"]);
681
759
  };
682
760
  }
683
- }, Ze = /* @__PURE__ */ H(fe, [["__scopeId", "data-v-4be5c613"]]);
761
+ }, de = /* @__PURE__ */ K(Cl, [["__scopeId", "data-v-e9217d62"]]);
684
762
  export {
685
- Ze as default
763
+ de as default
686
764
  };