@das-fed/ui 6.4.0-beta.6 → 6.4.0-beta.7

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 (52) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/device-panel/index.js +9817 -10094
  3. package/packages/business-components/device-panel/index.js.gz +0 -0
  4. package/packages/business-components/export-button/index.js +152 -432
  5. package/packages/business-components/export-button/index.js.gz +0 -0
  6. package/packages/business-components/import-button/index.js +323 -603
  7. package/packages/business-components/import-button/index.js.gz +0 -0
  8. package/packages/business-components/process-form/index.js +841 -1122
  9. package/packages/business-components/process-form/index.js.gz +0 -0
  10. package/packages/business-components/process-log/index.js +1477 -1758
  11. package/packages/business-components/process-log/index.js.gz +0 -0
  12. package/packages/business-components/process-search-form/index.d.ts +34 -0
  13. package/packages/business-components/process-search-form/index.js +527 -739
  14. package/packages/business-components/process-search-form/index.js.gz +0 -0
  15. package/packages/business-components/process-search-form/src/type.d.ts +28 -0
  16. package/packages/business-components/process-table/hooks/useProcessTable.d.ts +32 -32
  17. package/packages/business-components/process-table/hooks/useValueFormatter.d.ts +5 -0
  18. package/packages/business-components/process-table/index.d.ts +401 -191
  19. package/packages/business-components/process-table/index.js +625 -708
  20. package/packages/business-components/process-table/index.js.gz +0 -0
  21. package/packages/business-components/process-table/src/App.vue.d.ts +11 -1
  22. package/packages/business-components/process-table/style.css +1 -1
  23. package/packages/business-components/urgent-panel/index.js +1691 -1969
  24. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  25. package/packages/business-components/video-dialog/index.js +338 -619
  26. package/packages/business-components/video-dialog/index.js.gz +0 -0
  27. package/packages/components/calendar/index.js +257 -614
  28. package/packages/components/calendar/index.js.gz +0 -0
  29. package/packages/components/date-picker/index.js +5129 -6025
  30. package/packages/components/date-picker/index.js.gz +0 -0
  31. package/packages/components/image-viewer/index.d.ts +9 -0
  32. package/packages/components/image-viewer/index.js +34 -29
  33. package/packages/components/image-viewer/index.js.gz +0 -0
  34. package/packages/components/image-viewer/src/Index.vue.d.ts +3 -0
  35. package/packages/components/image-viewer/src/hooks/use-handler-image-src.d.ts +2 -1
  36. package/packages/components/image-viewer/src/type.d.ts +3 -0
  37. package/packages/components/image-viewer/style.css +1 -1
  38. package/packages/components/image-viewer/style.css.gz +0 -0
  39. package/packages/components/search-form/index.js +19 -17
  40. package/packages/components/search-form/index.js.gz +0 -0
  41. package/packages/components/search-form/style.css +1 -1
  42. package/packages/components/search-form/style.css.gz +0 -0
  43. package/packages/components/table/index.js +12306 -8626
  44. package/packages/components/table/index.js.gz +0 -0
  45. package/packages/components/table/src/Table.vue.d.ts +2 -2
  46. package/packages/components/table/style.css +1 -1
  47. package/packages/components/table/style.css.gz +0 -0
  48. package/packages/components/tree/index.js +1802 -1799
  49. package/packages/components/tree/index.js.gz +0 -0
  50. package/packages/components/tree/src/App.vue.d.ts +11 -6
  51. package/packages/components/tree-select/index.js +29 -30
  52. package/packages/components/tree-select/index.js.gz +0 -0
@@ -1,97 +1,98 @@
1
1
  import '@das-fed/ui/packages/business-components/process-form/style.css';
2
- import { withInstall as bt } from "@das-fed/utils/with-install/index";
3
- import { ref as m, defineComponent as F, watch as x, openBlock as S, createBlock as N, unref as p, withCtx as E, createVNode as q, createElementVNode as _t, createTextVNode as me, toDisplayString as fe, createElementBlock as se, Fragment as Ve, isRef as $e, createSlots as wt, createCommentVNode as de, h as ae, warn as Vt, getCurrentInstance as $t, inject as ke, computed as ce, provide as Dt, resolveDynamicComponent as Ne, normalizeClass as Ae, normalizeStyle as Ce, renderSlot as xe, onMounted as Mt, renderList as Ee, withDirectives as St } from "vue";
4
- import { DasFormRef as Ot, DasForm as Rt } from "@das-fed/ui/packages/components/form/index";
5
- import { DasButton as Lt } from "@das-fed/ui/packages/components/button/index";
6
- import { vOverlay as Tt } from "@das-fed/ui/packages/components/overlay/index";
7
- import { createService as te } from "@das-fed/utils/create-api-service";
8
- import { DasUpload as jt } from "@das-fed/ui/packages/components/upload/index";
9
- import { DasFormItem as A } from "@das-fed/ui/packages/components/form-item/index";
10
- import { DasAutocomplete as Nt } from "@das-fed/ui/packages/components/autocomplete/index";
11
- import { DasImageViewer as Ue } from "@das-fed/ui/packages/components/image-viewer/index";
12
- import { DasInput as Ft } from "@das-fed/ui/packages/components/input/index";
13
- import { DasTableColumn as z } from "@das-fed/ui/packages/components/table/index";
14
- import { DasModelTableDialog as qt } from "@das-fed/ui/packages/business-components/model-table-dialog";
15
- import { getProjectInfo as ze } from "@das-fed/utils/common-info";
16
- import { i18n as X } from "@das-fed/web/packages/i18n/index";
17
- import { getConfig as Bt } from "@das-fed/utils/config";
18
- import { DasRichEditor as Qe } from "@das-fed/ui/packages/components/rich-editor/index";
19
- import { DasCollaspe as Pt } from "@das-fed/ui/packages/components/collaspe/index";
20
- import { DasCollaspePanel as Et } from "@das-fed/ui/packages/components/collapse-panel/index";
21
- const ie = "v1", It = te(`/workflow/form/form/${ie}`), Kt = te(`/workflow/form/formDef/${ie}`);
22
- te(`/workflow/api/user/${ie}`);
23
- const Je = te(`/workflow/api/extend/${ie}`), kt = te(`/workflow/flow/def/${ie}`), At = te(`/workflow/form/customQuery/${ie}`), ne = te(`/api/enterpriseright/permission/${ie}`), Fe = te(`/api/space-manage/space-tree/${ie}`), Ct = It.get("/formDesign"), xt = Kt.get("/get"), Ut = Je.get("/report-config");
24
- Je.get("/application-report");
25
- const zt = kt.get("/getBindRelationByDefKey"), Qt = At.get("/getByAlias"), Jt = ne.get("/organization/authTree"), Yt = ne.post("/user/list"), Wt = ne.post("/data/user-query"), Ht = ne.get("/role/list"), Zt = ne.post("/data/role-ids"), Gt = ne.get("/organization/organizationpage"), Xt = ne.get("/station/list"), es = ne.get("/position/list"), De = ne.post("/organization/detailbyids"), ts = Fe.get("/controller/area-children"), ss = Fe.get("/controller/fuzzy-tree-all"), ns = Fe.get("/controller/space"), Me = m(""), os = (s, e, t) => {
26
- const { setDetailData: n, getFormData: g, setFormData: c, formRule: r } = t, u = m([]), o = m([]), a = m([]), i = m(!1), l = Ot(), d = (V) => Object.keys(V).length === 0, f = async (V) => {
27
- const [R, T] = await Ct({ formId: V }).run();
28
- if (R) return;
29
- const J = JSON.parse(T.bos);
30
- Me.value = J[0].alias, o.value.length && o.value.forEach((ee) => {
31
- ee.formKey === T.formKey && c(T.formKey, Me.value, ee.id);
2
+ import { withInstall as Ge } from "@das-fed/utils/with-install/index";
3
+ import { ref as d, defineComponent as D, watch as O, openBlock as h, createBlock as V, unref as l, withCtx as S, createVNode as $, createElementVNode as Xe, createTextVNode as W, toDisplayString as Y, createElementBlock as I, Fragment as ee, isRef as oe, createSlots as et, createCommentVNode as J, h as C, warn as tt, getCurrentInstance as st, inject as _e, computed as x, provide as ot, resolveDynamicComponent as ce, normalizeClass as we, normalizeStyle as Ve, renderSlot as De, onMounted as nt, renderList as ye, withDirectives as at } from "vue";
4
+ import { DasFormRef as it, DasForm as lt } from "@das-fed/ui/packages/components/form/index";
5
+ import { DasButton as rt } from "@das-fed/ui/packages/components/button/index";
6
+ import { vOverlay as ut } from "@das-fed/ui/packages/components/overlay/index";
7
+ import { createService as K } from "@das-fed/utils/create-api-service";
8
+ import { DasUpload as pt } from "@das-fed/ui/packages/components/upload/index";
9
+ import { DasFormItem as M } from "@das-fed/ui/packages/components/form-item/index";
10
+ import { DasAutocomplete as gt } from "@das-fed/ui/packages/components/autocomplete/index";
11
+ import ge from "dayjs";
12
+ import { DasImageViewer as $e } from "@das-fed/ui/packages/components/image-viewer/index";
13
+ import { DasInput as ct } from "@das-fed/ui/packages/components/input/index";
14
+ import { DasTableColumn as T } from "@das-fed/ui/packages/components/table/index";
15
+ import { DasModelTableDialog as dt } from "@das-fed/ui/packages/business-components/model-table-dialog";
16
+ import { getProjectInfo as Re } from "@das-fed/utils/common-info";
17
+ import { i18n as E } from "@das-fed/web/packages/i18n/index";
18
+ import { getConfig as mt } from "@das-fed/utils/config";
19
+ import { DasRichEditor as Se } from "@das-fed/ui/packages/components/rich-editor/index";
20
+ import { DasCollaspe as ft } from "@das-fed/ui/packages/components/collaspe/index";
21
+ import { DasCollaspePanel as vt } from "@das-fed/ui/packages/components/collapse-panel/index";
22
+ const Q = "v1", yt = K(`/workflow/form/form/${Q}`), ht = K(`/workflow/form/formDef/${Q}`);
23
+ K(`/workflow/api/user/${Q}`);
24
+ const Me = K(`/workflow/api/extend/${Q}`), bt = K(`/workflow/flow/def/${Q}`), _t = K(`/workflow/form/customQuery/${Q}`), k = K(`/api/enterpriseright/permission/${Q}`), de = K(`/api/space-manage/space-tree/${Q}`), wt = yt.get("/formDesign"), Vt = ht.get("/get"), Dt = Me.get("/report-config");
25
+ Me.get("/application-report");
26
+ const $t = bt.get("/getBindRelationByDefKey"), Rt = _t.get("/getByAlias"), St = k.get("/organization/authTree"), Mt = k.post("/user/list"), Lt = k.post("/data/user-query"), Ot = k.get("/role/list"), Tt = k.post("/data/role-ids"), jt = k.get("/organization/organizationpage"), Nt = k.get("/station/list"), Ft = k.get("/position/list"), ne = k.post("/organization/detailbyids"), qt = de.get("/controller/area-children"), Bt = de.get("/controller/fuzzy-tree-all"), Pt = de.get("/controller/space"), ae = d(""), Et = (s, e, t) => {
27
+ const { setDetailData: o, getFormData: m, setFormData: g, formRule: r } = t, p = d([]), n = d([]), a = d([]), i = d(!1), u = it(), c = (y) => Object.keys(y).length === 0, f = async (y) => {
28
+ const [b, w] = await wt({ formId: y }).run();
29
+ if (b) return;
30
+ const q = JSON.parse(w.bos);
31
+ ae.value = q[0].alias, n.value.length && n.value.forEach((z) => {
32
+ z.formKey === w.formKey && g(w.formKey, ae.value, z.id);
32
33
  });
33
- const [Y, Z] = await xt({ formDefId: T.defId }).run();
34
- a.value = JSON.parse(Z.value.expand).list, o.value.length || c(T.formKey, Me.value), d(s.data) && (i.value = !0), d(s.data) || (n(s.data), s.flowKey && (u.value = s.data.button_list ? JSON.parse(s.data.button_list) : []), i.value = !0);
34
+ const [A, Z] = await Vt({ formDefId: w.defId }).run();
35
+ a.value = JSON.parse(Z.value.expand).list, n.value.length || g(w.formKey, ae.value), c(s.data) && (i.value = !0), c(s.data) || (o(s.data), s.flowKey && (p.value = s.data.button_list ? JSON.parse(s.data.button_list) : []), i.value = !0);
35
36
  };
36
37
  return {
37
38
  isShowPage: i,
38
39
  formJsonList: a,
39
- btnList: u,
40
- formRef: l,
40
+ btnList: p,
41
+ formRef: u,
41
42
  getForm: f,
42
43
  getBtnSet: async () => {
43
44
  if (s.formConfigurationId) {
44
- const [V, R] = await Ut({ id: s.formConfigurationId }).run();
45
- if (V) return;
46
- o.value = R.reports, u.value = R.reports[0].buttons.filter((T) => !(s.isView && T.event !== "LINK")), f(R.reports[0].formId);
45
+ const [y, b] = await Dt({ id: s.formConfigurationId }).run();
46
+ if (y) return;
47
+ n.value = b.reports, p.value = b.reports[0].buttons.filter((w) => !(s.isView && w.event !== "LINK")), f(b.reports[0].formId);
47
48
  }
48
49
  if (s.flowKey) {
49
- const [V, R] = await zt({ flowKey: s.flowKey }).run();
50
- if (V) return;
51
- f(R.pcForm.pcFormId);
50
+ const [y, b] = await $t({ flowKey: s.flowKey }).run();
51
+ if (y) return;
52
+ f(b.pcForm.pcFormId);
52
53
  }
53
54
  },
54
- handleClick: (V) => {
55
- var R;
56
- (R = l.value) == null || R.validate(async (T) => {
57
- T && (e("handleClick", V, g()), V.event === "LINK" && o.value.forEach((J) => {
58
- V.eventTarget === J.formKey && (u.value = J.buttons.filter((Y) => !(s.isView && Y.event !== "LINK")), i.value = !1, r.value = {}, f(J.formId));
55
+ handleClick: (y) => {
56
+ var b;
57
+ (b = u.value) == null || b.validate(async (w) => {
58
+ w && (e("handleClick", y, m()), y.event === "LINK" && n.value.forEach((q) => {
59
+ y.eventTarget === q.formKey && (p.value = q.buttons.filter((A) => !(s.isView && A.event !== "LINK")), i.value = !1, r.value = {}, f(q.formId));
59
60
  }));
60
61
  });
61
62
  },
62
- validateFormData: () => new Promise((V, R) => {
63
- var T;
64
- (T = l.value) == null || T.validate((J) => {
65
- const Y = g();
66
- V({
67
- result: J,
68
- data: Y
63
+ validateFormData: () => new Promise((y, b) => {
64
+ var w;
65
+ (w = u.value) == null || w.validate((q) => {
66
+ const A = m();
67
+ y({
68
+ result: q,
69
+ data: A
69
70
  });
70
71
  });
71
72
  })
72
73
  };
73
- }, Q = (s) => {
74
+ }, j = (s) => {
74
75
  var e = new RegExp("<.+?>", "g"), t = s.replace(e, "").replace(/&nbsp;/g, "");
75
76
  return t;
76
- }, _e = async (s, e) => {
77
- const [t, n] = await Qt({ alias: s }).run();
78
- if (!t && n.url) {
79
- const g = e.filter((a) => a.defaultType == 2), c = m({});
80
- g.forEach((a) => {
81
- c.value[a.field] = a.defaultValue;
77
+ }, X = async (s, e) => {
78
+ const [t, o] = await Rt({ alias: s }).run();
79
+ if (!t && o.url) {
80
+ const m = e.filter((a) => a.defaultType == 2), g = d({});
81
+ m.forEach((a) => {
82
+ g.value[a.field] = a.defaultValue;
82
83
  });
83
- const r = n.requestType === "POST" ? te(n.url).post("") : te(n.url).get(""), [u, o] = await r({}, { params: c.value }).run();
84
- return u ? void 0 : o;
84
+ const r = o.requestType === "POST" ? K(o.url).post("") : K(o.url).get(""), [p, n] = await r({}, { params: g.value }).run();
85
+ return p ? void 0 : n;
85
86
  }
86
- }, H = async (s) => {
87
- const e = m(!1);
87
+ }, F = async (s) => {
88
+ const e = d(!1);
88
89
  return s.forEach((t) => {
89
90
  t.key === "required" && (e.value = !0);
90
91
  }), e.value;
91
- }, as = {
92
+ }, Kt = {
92
93
  name: "attachment"
93
- }, is = /* @__PURE__ */ F({
94
- ...as,
94
+ }, It = /* @__PURE__ */ D({
95
+ ...Kt,
95
96
  props: {
96
97
  setting: { default: () => ({
97
98
  icon: "",
@@ -106,35 +107,35 @@ const zt = kt.get("/getBindRelationByDefKey"), Qt = At.get("/getByAlias"), Jt =
106
107
  store: {}
107
108
  },
108
109
  setup(s) {
109
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m();
110
- e.setting.options.tip && (c.value = Q(e.setting.options.tip));
111
- const r = m([{ name: "111", sizeText: "9.4KB" }]);
112
- return r.value || t(e.setting.name, null), x(r, (u) => {
113
- t(e.setting.name, JSON.stringify(u));
114
- }), (u, o) => (S(), N(p(A), {
110
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d();
111
+ e.setting.options.tip && (g.value = j(e.setting.options.tip));
112
+ const r = d([{ name: "111", sizeText: "9.4KB" }]);
113
+ return r.value || t(e.setting.name, null), O(r, (p) => {
114
+ t(e.setting.name, JSON.stringify(p));
115
+ }), (p, n) => (h(), V(l(M), {
115
116
  col: e.span,
116
- marginRight: u.marginRight,
117
- label: u.setting.desc,
117
+ marginRight: p.marginRight,
118
+ label: p.setting.desc,
118
119
  type: "custom",
119
- helpMessage: c.value
120
+ helpMessage: g.value
120
121
  }, {
121
- default: E(() => [
122
- q(p(jt), {
122
+ default: S(() => [
123
+ $(l(pt), {
123
124
  style: { width: "100%" },
124
125
  modelValue: r.value,
125
- "onUpdate:modelValue": o[0] || (o[0] = (a) => r.value = a)
126
+ "onUpdate:modelValue": n[0] || (n[0] = (a) => r.value = a)
126
127
  }, null, 8, ["modelValue"])
127
128
  ]),
128
129
  _: 1
129
130
  }, 8, ["col", "marginRight", "label", "helpMessage"]));
130
131
  }
131
- }), Ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
132
+ }), Le = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
132
133
  __proto__: null,
133
- default: is
134
- }, Symbol.toStringTag, { value: "Module" })), ls = {
134
+ default: It
135
+ }, Symbol.toStringTag, { value: "Module" })), kt = {
135
136
  name: "autocomplete"
136
- }, rs = /* @__PURE__ */ F({
137
- ...ls,
137
+ }, At = /* @__PURE__ */ D({
138
+ ...kt,
138
139
  props: {
139
140
  setting: { default: () => ({
140
141
  icon: "",
@@ -149,53 +150,53 @@ const zt = kt.get("/getBindRelationByDefKey"), Qt = At.get("/getByAlias"), Jt =
149
150
  store: {}
150
151
  },
151
152
  setup(s) {
152
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
153
- H(e.setting.options.validateList).then((d) => {
154
- c.value = d;
153
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
154
+ F(e.setting.options.validateList).then((c) => {
155
+ g.value = c;
155
156
  });
156
- const r = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "value", u = e.setting.options.children ? e.setting.options.children : "children", o = !!e.setting.options.fillInFullPath, a = m([]);
157
- e.setting.options.customQuery.alias ? _e(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((d) => {
158
- a.value = d;
157
+ const r = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "value", p = e.setting.options.children ? e.setting.options.children : "children", n = !!e.setting.options.fillInFullPath, a = d([]);
158
+ e.setting.options.customQuery.alias ? X(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((c) => {
159
+ a.value = c;
159
160
  }) : a.value = e.setting.options.options;
160
- const i = m();
161
- e.setting.options.tip && (i.value = Q(e.setting.options.tip));
162
- const l = m("");
163
- return l.value = n(e.setting.name) || l.value, l.value || t(e.setting.name, null), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(l, (d) => {
164
- t(e.setting.name, d.toString());
165
- }), (d, f) => (S(), N(p(A), {
161
+ const i = d();
162
+ e.setting.options.tip && (i.value = j(e.setting.options.tip));
163
+ const u = d("");
164
+ return u.value = o(e.setting.name) || u.value, u.value || t(e.setting.name, null), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(u, (c) => {
165
+ t(e.setting.name, c.toString());
166
+ }), (c, f) => (h(), V(l(M), {
166
167
  col: e.span,
167
- marginRight: d.marginRight,
168
+ marginRight: c.marginRight,
168
169
  prop: e.setting.name,
169
- modelValue: l.value,
170
- "onUpdate:modelValue": f[1] || (f[1] = (O) => l.value = O),
171
- label: d.setting.desc,
170
+ modelValue: u.value,
171
+ "onUpdate:modelValue": f[1] || (f[1] = (R) => u.value = R),
172
+ label: c.setting.desc,
172
173
  type: "custom",
173
174
  helpMessage: i.value,
174
- required: c.value
175
+ required: g.value
175
176
  }, {
176
- default: E(() => [
177
- q(p(Nt), {
178
- modelValue: l.value,
179
- "onUpdate:modelValue": f[0] || (f[0] = (O) => l.value = O),
177
+ default: S(() => [
178
+ $(l(gt), {
179
+ modelValue: u.value,
180
+ "onUpdate:modelValue": f[0] || (f[0] = (R) => u.value = R),
180
181
  options: a.value,
181
182
  isView: e.isView,
182
183
  width: "100%",
183
- fieldNames: { label: p(r), children: p(u) },
184
- showFullPath: p(o),
185
- placeholder: d.setting.options.placeholder,
184
+ fieldNames: { label: l(r), children: l(p) },
185
+ showFullPath: l(n),
186
+ placeholder: c.setting.options.placeholder,
186
187
  clearable: ""
187
188
  }, null, 8, ["modelValue", "options", "isView", "fieldNames", "showFullPath", "placeholder"])
188
189
  ]),
189
190
  _: 1
190
191
  }, 8, ["col", "marginRight", "prop", "modelValue", "label", "helpMessage", "required"]));
191
192
  }
192
- }), We = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
193
+ }), Oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
193
194
  __proto__: null,
194
- default: rs
195
- }, Symbol.toStringTag, { value: "Module" })), us = {
195
+ default: At
196
+ }, Symbol.toStringTag, { value: "Module" })), Ct = {
196
197
  name: "checkbox"
197
- }, ps = /* @__PURE__ */ F({
198
- ...us,
198
+ }, Qt = /* @__PURE__ */ D({
199
+ ...Ct,
199
200
  props: {
200
201
  setting: { default: () => ({
201
202
  icon: "",
@@ -210,327 +211,45 @@ const zt = kt.get("/getBindRelationByDefKey"), Qt = At.get("/getByAlias"), Jt =
210
211
  store: {}
211
212
  },
212
213
  setup(s) {
213
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
214
- H(e.setting.options.validateList).then((l) => {
215
- c.value = l;
214
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
215
+ F(e.setting.options.validateList).then((u) => {
216
+ g.value = u;
216
217
  });
217
- const r = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", u = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", o = m([]);
218
- e.setting.options.customQuery.alias ? _e(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((l) => {
219
- o.value = l;
220
- }) : o.value = e.setting.options.options;
221
- const a = m();
222
- e.setting.options.tip && (a.value = Q(e.setting.options.tip)());
223
- const i = m([]);
218
+ const r = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", p = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", n = d([]);
219
+ e.setting.options.customQuery.alias ? X(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((u) => {
220
+ n.value = u;
221
+ }) : n.value = e.setting.options.options;
222
+ const a = d();
223
+ e.setting.options.tip && (a.value = j(e.setting.options.tip)());
224
+ const i = d([]);
224
225
  return setTimeout(() => {
225
- n(e.setting.name) && (i.value = n(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (i.value = e.setting.options.formulasDiyJs.split(",")), i.value.length || i.value || t(e.setting.name, null);
226
- }, 50), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(i, (l) => {
227
- t(e.setting.name, l.toString());
228
- }), (l, d) => (S(), N(p(A), {
226
+ o(e.setting.name) && (i.value = o(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (i.value = e.setting.options.formulasDiyJs.split(",")), i.value.length || i.value || t(e.setting.name, null);
227
+ }, 50), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(i, (u) => {
228
+ t(e.setting.name, u.toString());
229
+ }), (u, c) => (h(), V(l(M), {
229
230
  col: e.span,
230
- marginRight: l.marginRight,
231
+ marginRight: u.marginRight,
231
232
  modelValue: i.value,
232
- "onUpdate:modelValue": d[0] || (d[0] = (f) => i.value = f),
233
- layout: l.setting.options.inline ? "vertical" : "default",
234
- label: l.setting.desc,
233
+ "onUpdate:modelValue": c[0] || (c[0] = (f) => i.value = f),
234
+ layout: u.setting.options.inline ? "vertical" : "default",
235
+ label: u.setting.desc,
235
236
  prop: e.setting.name,
236
237
  type: "checkbox",
237
- options: o.value,
238
+ options: n.value,
238
239
  isView: e.isView,
239
- optionsValueKey: p(r),
240
- optionsLabelKey: p(u),
240
+ optionsValueKey: l(r),
241
+ optionsLabelKey: l(p),
241
242
  helpMessage: a.value,
242
- required: c.value
243
+ required: g.value
243
244
  }, null, 8, ["col", "marginRight", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"]));
244
245
  }
245
- }), He = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
246
+ }), Te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
246
247
  __proto__: null,
247
- default: ps
248
- }, Symbol.toStringTag, { value: "Module" }));
249
- var cs = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
250
- function ds(s) {
251
- return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
252
- }
253
- var Ze = { exports: {} };
254
- (function(s, e) {
255
- (function(t, n) {
256
- s.exports = n();
257
- })(cs, function() {
258
- var t = 1e3, n = 6e4, g = 36e5, c = "millisecond", r = "second", u = "minute", o = "hour", a = "day", i = "week", l = "month", d = "quarter", f = "year", O = "date", _ = "Invalid Date", L = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, V = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, R = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(w) {
259
- var y = ["th", "st", "nd", "rd"], v = w % 100;
260
- return "[" + w + (y[(v - 20) % 10] || y[v] || y[0]) + "]";
261
- } }, T = function(w, y, v) {
262
- var b = String(w);
263
- return !b || b.length >= y ? w : "" + Array(y + 1 - b.length).join(v) + w;
264
- }, J = { s: T, z: function(w) {
265
- var y = -w.utcOffset(), v = Math.abs(y), b = Math.floor(v / 60), h = v % 60;
266
- return (y <= 0 ? "+" : "-") + T(b, 2, "0") + ":" + T(h, 2, "0");
267
- }, m: function w(y, v) {
268
- if (y.date() < v.date()) return -w(v, y);
269
- var b = 12 * (v.year() - y.year()) + (v.month() - y.month()), h = y.clone().add(b, l), D = v - h < 0, M = y.clone().add(b + (D ? -1 : 1), l);
270
- return +(-(b + (v - h) / (D ? h - M : M - h)) || 0);
271
- }, a: function(w) {
272
- return w < 0 ? Math.ceil(w) || 0 : Math.floor(w);
273
- }, p: function(w) {
274
- return { M: l, y: f, w: i, d: a, D: O, h: o, m: u, s: r, ms: c, Q: d }[w] || String(w || "").toLowerCase().replace(/s$/, "");
275
- }, u: function(w) {
276
- return w === void 0;
277
- } }, Y = "en", Z = {};
278
- Z[Y] = R;
279
- var ee = "$isDayjsObject", le = function(w) {
280
- return w instanceof C || !(!w || !w[ee]);
281
- }, B = function w(y, v, b) {
282
- var h;
283
- if (!y) return Y;
284
- if (typeof y == "string") {
285
- var D = y.toLowerCase();
286
- Z[D] && (h = D), v && (Z[D] = v, h = D);
287
- var M = y.split("-");
288
- if (!h && M.length > 1) return w(M[0]);
289
- } else {
290
- var j = y.name;
291
- Z[j] = y, h = j;
292
- }
293
- return !b && h && (Y = h), h || !b && Y;
294
- }, P = function(w, y) {
295
- if (le(w)) return w.clone();
296
- var v = typeof y == "object" ? y : {};
297
- return v.date = w, v.args = arguments, new C(v);
298
- }, $ = J;
299
- $.l = B, $.i = le, $.w = function(w, y) {
300
- return P(w, { locale: y.$L, utc: y.$u, x: y.$x, $offset: y.$offset });
301
- };
302
- var C = function() {
303
- function w(v) {
304
- this.$L = B(v.locale, null, !0), this.parse(v), this.$x = this.$x || v.x || {}, this[ee] = !0;
305
- }
306
- var y = w.prototype;
307
- return y.parse = function(v) {
308
- this.$d = function(b) {
309
- var h = b.date, D = b.utc;
310
- if (h === null) return /* @__PURE__ */ new Date(NaN);
311
- if ($.u(h)) return /* @__PURE__ */ new Date();
312
- if (h instanceof Date) return new Date(h);
313
- if (typeof h == "string" && !/Z$/i.test(h)) {
314
- var M = h.match(L);
315
- if (M) {
316
- var j = M[2] - 1 || 0, I = (M[7] || "0").substring(0, 3);
317
- return D ? new Date(Date.UTC(M[1], j, M[3] || 1, M[4] || 0, M[5] || 0, M[6] || 0, I)) : new Date(M[1], j, M[3] || 1, M[4] || 0, M[5] || 0, M[6] || 0, I);
318
- }
319
- }
320
- return new Date(h);
321
- }(v), this.init();
322
- }, y.init = function() {
323
- var v = this.$d;
324
- this.$y = v.getFullYear(), this.$M = v.getMonth(), this.$D = v.getDate(), this.$W = v.getDay(), this.$H = v.getHours(), this.$m = v.getMinutes(), this.$s = v.getSeconds(), this.$ms = v.getMilliseconds();
325
- }, y.$utils = function() {
326
- return $;
327
- }, y.isValid = function() {
328
- return this.$d.toString() !== _;
329
- }, y.isSame = function(v, b) {
330
- var h = P(v);
331
- return this.startOf(b) <= h && h <= this.endOf(b);
332
- }, y.isAfter = function(v, b) {
333
- return P(v) < this.startOf(b);
334
- }, y.isBefore = function(v, b) {
335
- return this.endOf(b) < P(v);
336
- }, y.$g = function(v, b, h) {
337
- return $.u(v) ? this[b] : this.set(h, v);
338
- }, y.unix = function() {
339
- return Math.floor(this.valueOf() / 1e3);
340
- }, y.valueOf = function() {
341
- return this.$d.getTime();
342
- }, y.startOf = function(v, b) {
343
- var h = this, D = !!$.u(b) || b, M = $.p(v), j = function(ue, W) {
344
- var oe = $.w(h.$u ? Date.UTC(h.$y, W, ue) : new Date(h.$y, W, ue), h);
345
- return D ? oe : oe.endOf(a);
346
- }, I = function(ue, W) {
347
- return $.w(h.toDate()[ue].apply(h.toDate("s"), (D ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(W)), h);
348
- }, k = this.$W, U = this.$M, G = this.$D, ge = "set" + (this.$u ? "UTC" : "");
349
- switch (M) {
350
- case f:
351
- return D ? j(1, 0) : j(31, 11);
352
- case l:
353
- return D ? j(1, U) : j(0, U + 1);
354
- case i:
355
- var re = this.$locale().weekStart || 0, ve = (k < re ? k + 7 : k) - re;
356
- return j(D ? G - ve : G + (6 - ve), U);
357
- case a:
358
- case O:
359
- return I(ge + "Hours", 0);
360
- case o:
361
- return I(ge + "Minutes", 1);
362
- case u:
363
- return I(ge + "Seconds", 2);
364
- case r:
365
- return I(ge + "Milliseconds", 3);
366
- default:
367
- return this.clone();
368
- }
369
- }, y.endOf = function(v) {
370
- return this.startOf(v, !1);
371
- }, y.$set = function(v, b) {
372
- var h, D = $.p(v), M = "set" + (this.$u ? "UTC" : ""), j = (h = {}, h[a] = M + "Date", h[O] = M + "Date", h[l] = M + "Month", h[f] = M + "FullYear", h[o] = M + "Hours", h[u] = M + "Minutes", h[r] = M + "Seconds", h[c] = M + "Milliseconds", h)[D], I = D === a ? this.$D + (b - this.$W) : b;
373
- if (D === l || D === f) {
374
- var k = this.clone().set(O, 1);
375
- k.$d[j](I), k.init(), this.$d = k.set(O, Math.min(this.$D, k.daysInMonth())).$d;
376
- } else j && this.$d[j](I);
377
- return this.init(), this;
378
- }, y.set = function(v, b) {
379
- return this.clone().$set(v, b);
380
- }, y.get = function(v) {
381
- return this[$.p(v)]();
382
- }, y.add = function(v, b) {
383
- var h, D = this;
384
- v = Number(v);
385
- var M = $.p(b), j = function(U) {
386
- var G = P(D);
387
- return $.w(G.date(G.date() + Math.round(U * v)), D);
388
- };
389
- if (M === l) return this.set(l, this.$M + v);
390
- if (M === f) return this.set(f, this.$y + v);
391
- if (M === a) return j(1);
392
- if (M === i) return j(7);
393
- var I = (h = {}, h[u] = n, h[o] = g, h[r] = t, h)[M] || 1, k = this.$d.getTime() + v * I;
394
- return $.w(k, this);
395
- }, y.subtract = function(v, b) {
396
- return this.add(-1 * v, b);
397
- }, y.format = function(v) {
398
- var b = this, h = this.$locale();
399
- if (!this.isValid()) return h.invalidDate || _;
400
- var D = v || "YYYY-MM-DDTHH:mm:ssZ", M = $.z(this), j = this.$H, I = this.$m, k = this.$M, U = h.weekdays, G = h.months, ge = h.meridiem, re = function(W, oe, he, we) {
401
- return W && (W[oe] || W(b, D)) || he[oe].slice(0, we);
402
- }, ve = function(W) {
403
- return $.s(j % 12 || 12, W, "0");
404
- }, ue = ge || function(W, oe, he) {
405
- var we = W < 12 ? "AM" : "PM";
406
- return he ? we.toLowerCase() : we;
407
- };
408
- return D.replace(V, function(W, oe) {
409
- return oe || function(he) {
410
- switch (he) {
411
- case "YY":
412
- return String(b.$y).slice(-2);
413
- case "YYYY":
414
- return $.s(b.$y, 4, "0");
415
- case "M":
416
- return k + 1;
417
- case "MM":
418
- return $.s(k + 1, 2, "0");
419
- case "MMM":
420
- return re(h.monthsShort, k, G, 3);
421
- case "MMMM":
422
- return re(G, k);
423
- case "D":
424
- return b.$D;
425
- case "DD":
426
- return $.s(b.$D, 2, "0");
427
- case "d":
428
- return String(b.$W);
429
- case "dd":
430
- return re(h.weekdaysMin, b.$W, U, 2);
431
- case "ddd":
432
- return re(h.weekdaysShort, b.$W, U, 3);
433
- case "dddd":
434
- return U[b.$W];
435
- case "H":
436
- return String(j);
437
- case "HH":
438
- return $.s(j, 2, "0");
439
- case "h":
440
- return ve(1);
441
- case "hh":
442
- return ve(2);
443
- case "a":
444
- return ue(j, I, !0);
445
- case "A":
446
- return ue(j, I, !1);
447
- case "m":
448
- return String(I);
449
- case "mm":
450
- return $.s(I, 2, "0");
451
- case "s":
452
- return String(b.$s);
453
- case "ss":
454
- return $.s(b.$s, 2, "0");
455
- case "SSS":
456
- return $.s(b.$ms, 3, "0");
457
- case "Z":
458
- return M;
459
- }
460
- return null;
461
- }(W) || M.replace(":", "");
462
- });
463
- }, y.utcOffset = function() {
464
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
465
- }, y.diff = function(v, b, h) {
466
- var D, M = this, j = $.p(b), I = P(v), k = (I.utcOffset() - this.utcOffset()) * n, U = this - I, G = function() {
467
- return $.m(M, I);
468
- };
469
- switch (j) {
470
- case f:
471
- D = G() / 12;
472
- break;
473
- case l:
474
- D = G();
475
- break;
476
- case d:
477
- D = G() / 3;
478
- break;
479
- case i:
480
- D = (U - k) / 6048e5;
481
- break;
482
- case a:
483
- D = (U - k) / 864e5;
484
- break;
485
- case o:
486
- D = U / g;
487
- break;
488
- case u:
489
- D = U / n;
490
- break;
491
- case r:
492
- D = U / t;
493
- break;
494
- default:
495
- D = U;
496
- }
497
- return h ? D : $.a(D);
498
- }, y.daysInMonth = function() {
499
- return this.endOf(l).$D;
500
- }, y.$locale = function() {
501
- return Z[this.$L];
502
- }, y.locale = function(v, b) {
503
- if (!v) return this.$L;
504
- var h = this.clone(), D = B(v, b, !0);
505
- return D && (h.$L = D), h;
506
- }, y.clone = function() {
507
- return $.w(this.$d, this);
508
- }, y.toDate = function() {
509
- return new Date(this.valueOf());
510
- }, y.toJSON = function() {
511
- return this.isValid() ? this.toISOString() : null;
512
- }, y.toISOString = function() {
513
- return this.$d.toISOString();
514
- }, y.toString = function() {
515
- return this.$d.toUTCString();
516
- }, w;
517
- }(), K = C.prototype;
518
- return P.prototype = K, [["$ms", c], ["$s", r], ["$m", u], ["$H", o], ["$W", a], ["$M", l], ["$y", f], ["$D", O]].forEach(function(w) {
519
- K[w[1]] = function(y) {
520
- return this.$g(y, w[0], w[1]);
521
- };
522
- }), P.extend = function(w, y) {
523
- return w.$i || (w(y, C, P), w.$i = !0), P;
524
- }, P.locale = B, P.isDayjs = le, P.unix = function(w) {
525
- return P(1e3 * w);
526
- }, P.en = Z[Y], P.Ls = Z, P.p = {}, P;
527
- });
528
- })(Ze);
529
- var gs = Ze.exports;
530
- const je = /* @__PURE__ */ ds(gs), ms = {
248
+ default: Qt
249
+ }, Symbol.toStringTag, { value: "Module" })), zt = {
531
250
  name: "date"
532
- }, fs = /* @__PURE__ */ F({
533
- ...ms,
251
+ }, Ut = /* @__PURE__ */ D({
252
+ ...zt,
534
253
  props: {
535
254
  setting: { default: () => ({
536
255
  icon: "",
@@ -545,44 +264,44 @@ const je = /* @__PURE__ */ ds(gs), ms = {
545
264
  store: {}
546
265
  },
547
266
  setup(s) {
548
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
549
- H(e.setting.options.validateList).then((a) => {
550
- c.value = a;
267
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
268
+ F(e.setting.options.validateList).then((a) => {
269
+ g.value = a;
551
270
  });
552
- const r = e.setting.options.format === "yyyy-MM-dd" ? "YYYY/MM/DD" : "YYYY/MM/DD HH:mm:ss", u = m();
553
- e.setting.options.tip && (u.value = Q(e.setting.options.tip));
554
- const o = m();
271
+ const r = e.setting.options.format === "yyyy-MM-dd" ? "YYYY/MM/DD" : "YYYY/MM/DD HH:mm:ss", p = d();
272
+ e.setting.options.tip && (p.value = j(e.setting.options.tip));
273
+ const n = d();
555
274
  if (setTimeout(() => {
556
- o.value = n(e.setting.name) || e.setting.options.formulasDiyJs || o.value, o.value || t(e.setting.name, null);
275
+ n.value = o(e.setting.name) || e.setting.options.formulasDiyJs || n.value, n.value || t(e.setting.name, null);
557
276
  }, 50), e.setting.options.showCurrentDate) {
558
277
  let a = /* @__PURE__ */ new Date();
559
- a.setDate(a.getDate() + e.setting.options.day), o.value = je(a.getTime()).format(r), t(e.setting.name, o.value);
278
+ a.setDate(a.getDate() + e.setting.options.day), n.value = ge(a.getTime()).format(r), t(e.setting.name, n.value);
560
279
  }
561
- return e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(o, (a) => {
280
+ return e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(n, (a) => {
562
281
  t(e.setting.name, a);
563
- }), (a, i) => (S(), N(p(A), {
282
+ }), (a, i) => (h(), V(l(M), {
564
283
  col: e.span,
565
284
  marginRight: a.marginRight,
566
- modelValue: o.value,
567
- "onUpdate:modelValue": i[0] || (i[0] = (l) => o.value = l),
285
+ modelValue: n.value,
286
+ "onUpdate:modelValue": i[0] || (i[0] = (u) => n.value = u),
568
287
  label: a.setting.desc,
569
288
  prop: e.setting.name,
570
289
  type: e.setting.options.format === "yyyy/MM/dd" ? "date" : "dateTime",
571
- format: p(r),
572
- valueFormat: p(r),
290
+ format: l(r),
291
+ valueFormat: l(r),
573
292
  isView: e.isView,
574
293
  placeholder: a.setting.options.placeholder,
575
- helpMessage: u.value,
576
- required: c.value
294
+ helpMessage: p.value,
295
+ required: g.value
577
296
  }, null, 8, ["col", "marginRight", "modelValue", "label", "prop", "type", "format", "valueFormat", "isView", "placeholder", "helpMessage", "required"]));
578
297
  }
579
- }), Ge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
298
+ }), je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
580
299
  __proto__: null,
581
- default: fs
582
- }, Symbol.toStringTag, { value: "Module" })), vs = {
300
+ default: Ut
301
+ }, Symbol.toStringTag, { value: "Module" })), xt = {
583
302
  name: "dropdown"
584
- }, hs = /* @__PURE__ */ F({
585
- ...vs,
303
+ }, Jt = /* @__PURE__ */ D({
304
+ ...xt,
586
305
  props: {
587
306
  setting: { default: () => ({
588
307
  icon: "",
@@ -597,26 +316,26 @@ const je = /* @__PURE__ */ ds(gs), ms = {
597
316
  store: {}
598
317
  },
599
318
  setup(s) {
600
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
601
- H(e.setting.options.validateList).then((f) => {
602
- c.value = f;
319
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
320
+ F(e.setting.options.validateList).then((f) => {
321
+ g.value = f;
603
322
  });
604
- const r = m(""), u = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", o = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", a = e.setting.options.customQuery.PId || "children", i = m([]);
605
- e.setting.options.customQuery.alias && _e(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((f) => {
323
+ const r = d(""), p = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", n = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", a = e.setting.options.customQuery.PId || "children", i = d([]);
324
+ e.setting.options.customQuery.alias && X(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((f) => {
606
325
  i.value = f;
607
326
  });
608
- const l = m();
609
- e.setting.options.tip && (l.value = Q(e.setting.options.tip));
610
- const d = m();
611
- return d.value = e.setting.options.multiple ? [] : "", e.setting.options.multiple && n(e.setting.name) ? d.value = n(e.setting.name).split(",") : d.value = n(e.setting.name) || d.value, d.value || t(e.setting.name, null), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(d, (f) => {
327
+ const u = d();
328
+ e.setting.options.tip && (u.value = j(e.setting.options.tip));
329
+ const c = d();
330
+ return c.value = e.setting.options.multiple ? [] : "", e.setting.options.multiple && o(e.setting.name) ? c.value = o(e.setting.name).split(",") : c.value = o(e.setting.name) || c.value, c.value || t(e.setting.name, null), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(c, (f) => {
612
331
  t(e.setting.name, f.toString());
613
- }), (f, O) => (S(), N(p(A), {
332
+ }), (f, R) => (h(), V(l(M), {
614
333
  col: e.span,
615
334
  marginRight: f.marginRight,
616
- modelValue: d.value,
617
- "onUpdate:modelValue": O[0] || (O[0] = (_) => d.value = _),
335
+ modelValue: c.value,
336
+ "onUpdate:modelValue": R[0] || (R[0] = (v) => c.value = v),
618
337
  keyword: r.value,
619
- "onUpdate:keyword": O[1] || (O[1] = (_) => r.value = _),
338
+ "onUpdate:keyword": R[1] || (R[1] = (v) => r.value = v),
620
339
  label: f.setting.desc,
621
340
  type: "treeSelect",
622
341
  "node-key": f.setting.options.customQuery.valueBind,
@@ -627,19 +346,19 @@ const je = /* @__PURE__ */ ds(gs), ms = {
627
346
  selectAttrs: { allowClear: !0 },
628
347
  options: i.value,
629
348
  isView: e.isView,
630
- helpMessage: l.value,
631
- props: { label: p(o), value: p(u), children: p(a) },
349
+ helpMessage: u.value,
350
+ props: { label: l(n), value: l(p), children: l(a) },
632
351
  "check-strictly": !f.setting.options.cascade,
633
- required: c.value
352
+ required: g.value
634
353
  }, null, 8, ["col", "marginRight", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "props", "check-strictly", "required"]));
635
354
  }
636
- }), Xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
355
+ }), Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
637
356
  __proto__: null,
638
- default: hs
639
- }, Symbol.toStringTag, { value: "Module" })), ys = { class: "form-image" }, bs = {
357
+ default: Jt
358
+ }, Symbol.toStringTag, { value: "Module" })), Wt = { class: "form-image" }, Yt = {
640
359
  name: "imageViewer"
641
- }, _s = /* @__PURE__ */ F({
642
- ...bs,
360
+ }, Zt = /* @__PURE__ */ D({
361
+ ...Yt,
643
362
  props: {
644
363
  setting: { default: () => ({
645
364
  icon: "",
@@ -654,46 +373,46 @@ const je = /* @__PURE__ */ ds(gs), ms = {
654
373
  store: {}
655
374
  },
656
375
  setup(s) {
657
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
658
- H(e.setting.options.validateList).then((i) => {
659
- c.value = i;
376
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
377
+ F(e.setting.options.validateList).then((i) => {
378
+ g.value = i;
660
379
  });
661
- const r = m("normal");
380
+ const r = d("normal");
662
381
  e.isView && (r.value = "info");
663
- const u = m();
664
- e.setting.options.tip && (u.value = Q(e.setting.options.tip));
665
- const o = m();
666
- o.value = e.setting.options.file.limit > 1 ? [] : "", e.setting.options.file.limit > 1 && n(e.setting.name) ? o.value = n(e.setting.name).split(",") : o.value = n(e.setting.name) || o.value, o.value || t(e.setting.name, null);
382
+ const p = d();
383
+ e.setting.options.tip && (p.value = j(e.setting.options.tip));
384
+ const n = d();
385
+ n.value = e.setting.options.file.limit > 1 ? [] : "", e.setting.options.file.limit > 1 && o(e.setting.name) ? n.value = o(e.setting.name).split(",") : n.value = o(e.setting.name) || n.value, n.value || t(e.setting.name, null);
667
386
  const a = (i) => {
668
387
  setTimeout(() => {
669
- t(e.setting.name, o.value.toString());
388
+ t(e.setting.name, n.value.toString());
670
389
  }, 100);
671
390
  };
672
- return e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(o.value, (i) => {
673
- const l = i.map((d) => {
391
+ return e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(n.value, (i) => {
392
+ const u = i.map((c) => {
674
393
  let f = "";
675
- return d.indexOf("/oss/") != -1 ? f = d : f = `/oss/${d}`, f;
394
+ return c.indexOf("/oss/") != -1 ? f = c : f = `/oss/${c}`, f;
676
395
  });
677
396
  setTimeout(() => {
678
- t(e.setting.name, l.join(","));
397
+ t(e.setting.name, u.join(","));
679
398
  }, 100);
680
- }), (i, l) => (S(), N(p(A), {
681
- modelValue: o.value,
682
- "onUpdate:modelValue": l[2] || (l[2] = (d) => o.value = d),
399
+ }), (i, u) => (h(), V(l(M), {
400
+ modelValue: n.value,
401
+ "onUpdate:modelValue": u[2] || (u[2] = (c) => n.value = c),
683
402
  "margin-bottom": "0",
684
403
  prop: e.setting.name,
685
404
  label: i.setting.desc,
686
405
  type: "custom",
687
- helpMessage: u.value,
688
- required: c.value
406
+ helpMessage: p.value,
407
+ required: g.value
689
408
  }, {
690
- default: E(() => [
691
- _t("div", ys, [
692
- q(p(Ue), {
693
- modelValue: o.value,
694
- "onUpdate:modelValue": l[0] || (l[0] = (d) => o.value = d),
409
+ default: S(() => [
410
+ Xe("div", Wt, [
411
+ $(l($e), {
412
+ modelValue: n.value,
413
+ "onUpdate:modelValue": u[0] || (u[0] = (c) => n.value = c),
695
414
  status: r.value,
696
- "onUpdate:status": l[1] || (l[1] = (d) => r.value = d),
415
+ "onUpdate:status": u[1] || (u[1] = (c) => r.value = c),
697
416
  maxSize: "6",
698
417
  "limit-num": i.setting.options.file.limit,
699
418
  prop: e.setting.name,
@@ -706,25 +425,25 @@ const je = /* @__PURE__ */ ds(gs), ms = {
706
425
  needDownloadBtn: i.setting.options.file.allowDownload == !0,
707
426
  needPreview: i.setting.options.file.allowPreview == !0,
708
427
  onImageUpload: a,
709
- required: c.value
428
+ required: g.value
710
429
  }, null, 8, ["modelValue", "status", "limit-num", "prop", "needDownloadBtn", "needPreview", "required"])
711
430
  ])
712
431
  ]),
713
432
  _: 1
714
433
  }, 8, ["modelValue", "prop", "label", "helpMessage", "required"]));
715
434
  }
716
- }), qe = (s, e) => {
435
+ }), me = (s, e) => {
717
436
  const t = s.__vccOpts || s;
718
- for (const [n, g] of e)
719
- t[n] = g;
437
+ for (const [o, m] of e)
438
+ t[o] = m;
720
439
  return t;
721
- }, ws = /* @__PURE__ */ qe(_s, [["__scopeId", "data-v-e26b3898"]]), et = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
440
+ }, Ht = /* @__PURE__ */ me(Zt, [["__scopeId", "data-v-e26b3898"]]), Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
722
441
  __proto__: null,
723
- default: ws
724
- }, Symbol.toStringTag, { value: "Module" })), Vs = {
442
+ default: Ht
443
+ }, Symbol.toStringTag, { value: "Module" })), Gt = {
725
444
  name: "input"
726
- }, $s = /* @__PURE__ */ F({
727
- ...Vs,
445
+ }, Xt = /* @__PURE__ */ D({
446
+ ...Gt,
728
447
  props: {
729
448
  setting: { default: () => ({
730
449
  icon: "",
@@ -739,42 +458,42 @@ const je = /* @__PURE__ */ ds(gs), ms = {
739
458
  store: {}
740
459
  },
741
460
  setup(s) {
742
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
743
- H(e.setting.options.validateList).then((o) => {
744
- c.value = o;
461
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
462
+ F(e.setting.options.validateList).then((n) => {
463
+ g.value = n;
745
464
  });
746
- const r = m();
747
- e.setting.options.tip && (r.value = Q(e.setting.options.tip));
748
- const u = m("");
465
+ const r = d();
466
+ e.setting.options.tip && (r.value = j(e.setting.options.tip));
467
+ const p = d("");
749
468
  return setTimeout(() => {
750
- u.value = n(e.setting.name) || e.setting.options.formulasDiyJs || u.value, u.value || t(e.setting.name, null);
751
- }, 50), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(u, (o) => {
752
- e.setting.options.dataType === "number" && !isNaN(o) ? t(e.setting.name, Number(o)) : t(e.setting.name, o);
753
- }), (o, a) => (S(), N(p(A), {
469
+ p.value = o(e.setting.name) || e.setting.options.formulasDiyJs || p.value, p.value || t(e.setting.name, null);
470
+ }, 50), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(p, (n) => {
471
+ e.setting.options.dataType === "number" && !isNaN(n) ? t(e.setting.name, Number(n)) : t(e.setting.name, n);
472
+ }), (n, a) => (h(), V(l(M), {
754
473
  col: e.span,
755
- marginRight: o.marginRight,
474
+ marginRight: n.marginRight,
756
475
  prop: e.setting.name,
757
- modelValue: u.value,
758
- "onUpdate:modelValue": a[1] || (a[1] = (i) => u.value = i),
759
- label: o.setting.desc,
476
+ modelValue: p.value,
477
+ "onUpdate:modelValue": a[1] || (a[1] = (i) => p.value = i),
478
+ label: n.setting.desc,
760
479
  type: "custom",
761
480
  helpMessage: r.value,
762
- required: c.value
481
+ required: g.value
763
482
  }, {
764
- default: E(() => [
765
- q(p(Ft), {
766
- modelValue: u.value,
767
- "onUpdate:modelValue": a[0] || (a[0] = (i) => u.value = i),
768
- width: o.setting.options.width,
769
- disabled: o.setting.options.isInputEdit,
770
- isView: o.setting.options.isReadonly || e.isView,
771
- placeholder: o.setting.options.placeholder
483
+ default: S(() => [
484
+ $(l(ct), {
485
+ modelValue: p.value,
486
+ "onUpdate:modelValue": a[0] || (a[0] = (i) => p.value = i),
487
+ width: n.setting.options.width,
488
+ disabled: n.setting.options.isInputEdit,
489
+ isView: n.setting.options.isReadonly || e.isView,
490
+ placeholder: n.setting.options.placeholder
772
491
  }, {
773
- prepend: E(() => [
774
- me(fe(o.setting.options.bindPreAndSufFixjson.preFix), 1)
492
+ prepend: S(() => [
493
+ W(Y(n.setting.options.bindPreAndSufFixjson.preFix), 1)
775
494
  ]),
776
- append: E(() => [
777
- me(fe(o.setting.options.bindPreAndSufFixjson.sufSix), 1)
495
+ append: S(() => [
496
+ W(Y(n.setting.options.bindPreAndSufFixjson.sufSix), 1)
778
497
  ]),
779
498
  _: 1
780
499
  }, 8, ["modelValue", "width", "disabled", "isView", "placeholder"])
@@ -782,13 +501,13 @@ const je = /* @__PURE__ */ ds(gs), ms = {
782
501
  _: 1
783
502
  }, 8, ["col", "marginRight", "prop", "modelValue", "label", "helpMessage", "required"]));
784
503
  }
785
- }), tt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
504
+ }), qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
786
505
  __proto__: null,
787
- default: $s
788
- }, Symbol.toStringTag, { value: "Module" })), Ds = {
506
+ default: Xt
507
+ }, Symbol.toStringTag, { value: "Module" })), es = {
789
508
  name: "number"
790
- }, Ms = /* @__PURE__ */ F({
791
- ...Ds,
509
+ }, ts = /* @__PURE__ */ D({
510
+ ...es,
792
511
  props: {
793
512
  setting: { default: () => ({
794
513
  icon: "",
@@ -803,42 +522,42 @@ const je = /* @__PURE__ */ ds(gs), ms = {
803
522
  store: {}
804
523
  },
805
524
  setup(s) {
806
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
807
- H(e.setting.options.validateList).then((o) => {
808
- c.value = o;
525
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
526
+ F(e.setting.options.validateList).then((n) => {
527
+ g.value = n;
809
528
  });
810
- const r = m();
811
- e.setting.options.tip && (r.value = Q(e.setting.options.tip));
812
- const u = m(0);
529
+ const r = d();
530
+ e.setting.options.tip && (r.value = j(e.setting.options.tip));
531
+ const p = d(0);
813
532
  return setTimeout(() => {
814
- u.value = n(e.setting.name) || e.setting.options.formulasDiyJs || u.value, u.value || t(e.setting.name, null);
815
- }, 50), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(u, (o) => {
816
- t(e.setting.name, o);
817
- }), (o, a) => (S(), N(p(A), {
533
+ p.value = o(e.setting.name) || e.setting.options.formulasDiyJs || p.value, p.value || t(e.setting.name, null);
534
+ }, 50), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(p, (n) => {
535
+ t(e.setting.name, n);
536
+ }), (n, a) => (h(), V(l(M), {
818
537
  col: e.span,
819
- marginRight: o.marginRight,
820
- modelValue: u.value,
821
- "onUpdate:modelValue": a[0] || (a[0] = (i) => u.value = i),
538
+ marginRight: n.marginRight,
539
+ modelValue: p.value,
540
+ "onUpdate:modelValue": a[0] || (a[0] = (i) => p.value = i),
822
541
  style: { width: "100%" },
823
- label: o.setting.desc,
542
+ label: n.setting.desc,
824
543
  type: "inputNumber",
825
544
  prop: e.setting.name,
826
- max: o.setting.options.max,
827
- min: o.setting.options.min,
828
- step: o.setting.options.step,
545
+ max: n.setting.options.max,
546
+ min: n.setting.options.min,
547
+ step: n.setting.options.step,
829
548
  isView: e.isView,
830
- precision: o.setting.options.decimalDigits,
549
+ precision: n.setting.options.decimalDigits,
831
550
  helpMessage: r.value,
832
- required: c.value
551
+ required: g.value
833
552
  }, null, 8, ["col", "marginRight", "modelValue", "label", "prop", "max", "min", "step", "isView", "precision", "helpMessage", "required"]));
834
553
  }
835
- }), st = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
554
+ }), Be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
836
555
  __proto__: null,
837
- default: Ms
838
- }, Symbol.toStringTag, { value: "Module" })), Ss = {
556
+ default: ts
557
+ }, Symbol.toStringTag, { value: "Module" })), ss = {
839
558
  name: "radio"
840
- }, Os = /* @__PURE__ */ F({
841
- ...Ss,
559
+ }, os = /* @__PURE__ */ D({
560
+ ...ss,
842
561
  props: {
843
562
  setting: { default: () => ({
844
563
  icon: "",
@@ -853,46 +572,46 @@ const je = /* @__PURE__ */ ds(gs), ms = {
853
572
  store: {}
854
573
  },
855
574
  setup(s) {
856
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
857
- H(e.setting.options.validateList).then((l) => {
858
- c.value = l;
575
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
576
+ F(e.setting.options.validateList).then((u) => {
577
+ g.value = u;
859
578
  });
860
- const r = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", u = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", o = m([]);
861
- e.setting.options.customQuery.alias ? _e(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((l) => {
862
- o.value = l;
863
- }) : o.value = e.setting.options.options;
864
- const a = m();
865
- e.setting.options.tip && (a.value = Q(e.setting.options.tip));
866
- const i = m(null);
579
+ const r = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", p = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", n = d([]);
580
+ e.setting.options.customQuery.alias ? X(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((u) => {
581
+ n.value = u;
582
+ }) : n.value = e.setting.options.options;
583
+ const a = d();
584
+ e.setting.options.tip && (a.value = j(e.setting.options.tip));
585
+ const i = d(null);
867
586
  return setTimeout(() => {
868
- i.value = n(e.setting.name) || e.setting.options.formulasDiyJs || i.value, i.value || t(e.setting.name, null);
869
- }, 50), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(i, (l) => {
870
- t(e.setting.name, l);
871
- }), (l, d) => (S(), N(p(A), {
587
+ i.value = o(e.setting.name) || e.setting.options.formulasDiyJs || i.value, i.value || t(e.setting.name, null);
588
+ }, 50), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(i, (u) => {
589
+ t(e.setting.name, u);
590
+ }), (u, c) => (h(), V(l(M), {
872
591
  col: e.span,
873
- marginRight: l.marginRight,
592
+ marginRight: u.marginRight,
874
593
  modelValue: i.value,
875
- "onUpdate:modelValue": d[0] || (d[0] = (f) => i.value = f),
876
- layout: l.setting.options.inline ? "vertical" : "default",
877
- label: l.setting.desc,
594
+ "onUpdate:modelValue": c[0] || (c[0] = (f) => i.value = f),
595
+ layout: u.setting.options.inline ? "vertical" : "default",
596
+ label: u.setting.desc,
878
597
  type: "radio",
879
598
  prop: e.setting.name,
880
- options: o.value,
599
+ options: n.value,
881
600
  isView: e.isView,
882
- optionsValueKey: p(r),
883
- optionsLabelKey: p(u),
601
+ optionsValueKey: l(r),
602
+ optionsLabelKey: l(p),
884
603
  helpMessage: a.value,
885
- required: c.value,
604
+ required: g.value,
886
605
  isSetTimeout: !0
887
606
  }, null, 8, ["col", "marginRight", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"]));
888
607
  }
889
- }), nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
608
+ }), Pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
890
609
  __proto__: null,
891
- default: Os
892
- }, Symbol.toStringTag, { value: "Module" })), Rs = {
610
+ default: os
611
+ }, Symbol.toStringTag, { value: "Module" })), ns = {
893
612
  name: "select"
894
- }, Ls = /* @__PURE__ */ F({
895
- ...Rs,
613
+ }, as = /* @__PURE__ */ D({
614
+ ...ns,
896
615
  props: {
897
616
  setting: { default: () => ({
898
617
  icon: "",
@@ -907,88 +626,88 @@ const je = /* @__PURE__ */ ds(gs), ms = {
907
626
  store: {}
908
627
  },
909
628
  setup(s) {
910
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
911
- H(e.setting.options.validateList).then((l) => {
912
- c.value = l;
629
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
630
+ F(e.setting.options.validateList).then((u) => {
631
+ g.value = u;
913
632
  });
914
- const r = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", u = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", o = m([]);
915
- e.setting.options.customQuery.alias ? _e(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((l) => {
916
- o.value = l;
917
- }) : o.value = e.setting.options.options;
918
- const a = m();
919
- e.setting.options.tip && (a.value = Q(e.setting.options.tip));
920
- const i = m();
633
+ const r = e.setting.options.customQuery.valueBind ? e.setting.options.customQuery.valueBind : "key", p = e.setting.options.customQuery.labelBind ? e.setting.options.customQuery.labelBind : "value", n = d([]);
634
+ e.setting.options.customQuery.alias ? X(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield).then((u) => {
635
+ n.value = u;
636
+ }) : n.value = e.setting.options.options;
637
+ const a = d();
638
+ e.setting.options.tip && (a.value = j(e.setting.options.tip));
639
+ const i = d();
921
640
  return i.value = e.setting.options.multiple ? [] : "", setTimeout(() => {
922
- e.setting.options.multiple && (n(e.setting.name) || e.setting.options.formulasDiyJs) ? (n(e.setting.name) && (i.value = n(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (i.value = e.setting.options.formulasDiyJs.split(","))) : i.value = n(e.setting.name) || e.setting.options.formulasDiyJs || i.value, i.value || t(e.setting.name, null);
923
- }, 50), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(i, (l) => {
924
- t(e.setting.name, l.toString());
925
- }), (l, d) => (S(), N(p(A), {
641
+ e.setting.options.multiple && (o(e.setting.name) || e.setting.options.formulasDiyJs) ? (o(e.setting.name) && (i.value = o(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (i.value = e.setting.options.formulasDiyJs.split(","))) : i.value = o(e.setting.name) || e.setting.options.formulasDiyJs || i.value, i.value || t(e.setting.name, null);
642
+ }, 50), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(i, (u) => {
643
+ t(e.setting.name, u.toString());
644
+ }), (u, c) => (h(), V(l(M), {
926
645
  col: e.span,
927
- marginRight: l.marginRight,
646
+ marginRight: u.marginRight,
928
647
  modelValue: i.value,
929
- "onUpdate:modelValue": d[0] || (d[0] = (f) => i.value = f),
930
- label: l.setting.desc,
648
+ "onUpdate:modelValue": c[0] || (c[0] = (f) => i.value = f),
649
+ label: u.setting.desc,
931
650
  type: "select",
932
651
  prop: e.setting.name,
933
- placeholder: l.setting.options.placeholder,
934
- mode: l.setting.options.multiple ? "tags" : "combobox",
935
- showSearch: l.setting.options.filterable,
652
+ placeholder: u.setting.options.placeholder,
653
+ mode: u.setting.options.multiple ? "tags" : "combobox",
654
+ showSearch: u.setting.options.filterable,
936
655
  allowClear: !0,
937
656
  isView: e.isView,
938
- options: o.value,
939
- optionsValueKey: p(r),
940
- optionsLabelKey: p(u),
657
+ options: n.value,
658
+ optionsValueKey: l(r),
659
+ optionsLabelKey: l(p),
941
660
  helpMessage: a.value,
942
- required: c.value
661
+ required: g.value
943
662
  }, null, 8, ["col", "marginRight", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"]));
944
663
  }
945
- }), ot = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
664
+ }), Ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
946
665
  __proto__: null,
947
- default: Ls
948
- }, Symbol.toStringTag, { value: "Module" })), Ts = (s) => {
949
- const e = ze().id, t = m(!1), n = s.options.selector.type.alias.replace("eip-", "").replace("-selector", ""), g = m([]), c = m(""), r = {
950
- user: X("用户选择器").value,
951
- org: X("组织选择器").value,
952
- role: X("角色选择器").value,
953
- job: X("职务选择器").value,
954
- post: X("岗位选择器").value
955
- }, u = {
666
+ default: as
667
+ }, Symbol.toStringTag, { value: "Module" })), is = (s) => {
668
+ const e = Re().id, t = d(!1), o = s.options.selector.type.alias.replace("eip-", "").replace("-selector", ""), m = d([]), g = d(""), r = {
669
+ user: E("用户选择器").value,
670
+ org: E("组织选择器").value,
671
+ role: E("角色选择器").value,
672
+ job: E("职务选择器").value,
673
+ post: E("岗位选择器").value
674
+ }, p = {
956
675
  user: "id",
957
676
  org: "id",
958
677
  role: "id",
959
678
  job: "positionId",
960
679
  post: "stationId"
961
- }, o = {
962
- 1: X("正常").value,
963
- 2: X("锁定").value,
964
- 3: X("禁用").value
680
+ }, n = {
681
+ 1: E("正常").value,
682
+ 2: E("锁定").value,
683
+ 3: E("禁用").value
965
684
  }, a = {
966
- 0: X("普通").value,
967
- 1: X("管理员").value
685
+ 0: E("普通").value,
686
+ 1: E("管理员").value
968
687
  }, i = {
969
- 0: X("无效").value,
970
- 1: X("有效").value
971
- }, l = {
972
- user: Wt,
973
- org: De,
974
- role: Zt,
975
- job: De,
976
- post: De
977
- }, d = r[n], f = m({});
978
- return n === "org" ? f.value = {
688
+ 0: E("无效").value,
689
+ 1: E("有效").value
690
+ }, u = {
691
+ user: Lt,
692
+ org: ne,
693
+ role: Tt,
694
+ job: ne,
695
+ post: ne
696
+ }, c = r[o], f = d({});
697
+ return o === "org" ? f.value = {
979
698
  left: !1,
980
699
  content: {}
981
700
  } : f.value = {
982
701
  left: {
983
- api: Jt,
702
+ api: St,
984
703
  params: {
985
704
  projectId: e,
986
705
  parentId: e
987
706
  }
988
707
  },
989
708
  content: {}
990
- }, n === "user" && (f.value.content = {
991
- api: Yt,
709
+ }, o === "user" && (f.value.content = {
710
+ api: Mt,
992
711
  searchKey: "groupId",
993
712
  params: {
994
713
  status: 1
@@ -996,13 +715,13 @@ const je = /* @__PURE__ */ ds(gs), ms = {
996
715
  selectListProps: {
997
716
  data: []
998
717
  }
999
- }), n === "org" && (f.value.content = {
1000
- api: Gt,
718
+ }), o === "org" && (f.value.content = {
719
+ api: jt,
1001
720
  selectListProps: {
1002
721
  data: []
1003
722
  }
1004
- }), n === "role" && (f.value.content = {
1005
- api: Ht,
723
+ }), o === "role" && (f.value.content = {
724
+ api: Ot,
1006
725
  searchKey: "orgId",
1007
726
  params: {
1008
727
  status: 1
@@ -1010,8 +729,8 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1010
729
  selectListProps: {
1011
730
  data: []
1012
731
  }
1013
- }), n === "job" && (f.value.content = {
1014
- api: es,
732
+ }), o === "job" && (f.value.content = {
733
+ api: Ft,
1015
734
  searchKey: "groupId",
1016
735
  props: {
1017
736
  rowKey: "positionId"
@@ -1019,8 +738,8 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1019
738
  selectListProps: {
1020
739
  data: []
1021
740
  }
1022
- }), n === "post" && (f.value.content = {
1023
- api: Xt,
741
+ }), o === "post" && (f.value.content = {
742
+ api: Nt,
1024
743
  searchKey: "groupId",
1025
744
  props: {
1026
745
  rowKey: "stationId"
@@ -1030,75 +749,75 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1030
749
  }
1031
750
  }), f.value.content.multiple = !s.options.selector.isSingle, {
1032
751
  dialogVisible: t,
1033
- title: d,
1034
- searchName: c,
1035
- selectorType: n,
1036
- selectOptions: g,
752
+ title: c,
753
+ searchName: g,
754
+ selectorType: o,
755
+ selectOptions: m,
1037
756
  tableOptions: f,
1038
- userStatusMap: o,
757
+ userStatusMap: n,
1039
758
  roleTypeMap: a,
1040
759
  roleStatusMap: i,
1041
760
  openDialog: () => {
1042
- c.value = "", t.value = !0;
1043
- let V = u[n];
1044
- f.value.content.selectListProps.data = g.value.map((R) => ({ name: R.label, [V]: R.value }));
761
+ g.value = "", t.value = !0;
762
+ let y = p[o];
763
+ f.value.content.selectListProps.data = m.value.map((b) => ({ name: b.label, [y]: b.value }));
1045
764
  },
1046
- confirm: (V) => {
1047
- let R = u[n];
1048
- g.value = V.map((T) => ({ label: T.name, value: T[R] }));
765
+ confirm: (y) => {
766
+ let b = p[o];
767
+ m.value = y.map((w) => ({ label: w.name, value: w[b] }));
1049
768
  },
1050
- getDetail: async (V) => {
1051
- const R = l[n];
1052
- let T = {};
1053
- const J = V.split(",");
1054
- n === "user" && (T = { userIds: J }), n === "role" ? T = { ids: J } : T = J;
1055
- const [Y, Z] = await R().run(T);
1056
- Y || (g.value = Z.map((ee) => ({ label: ee.name, value: ee.id })));
769
+ getDetail: async (y) => {
770
+ const b = u[o];
771
+ let w = {};
772
+ const q = y.split(",");
773
+ o === "user" && (w = { userIds: q }), o === "role" ? w = { ids: q } : w = q;
774
+ const [A, Z] = await b().run(w);
775
+ A || (m.value = Z.map((z) => ({ label: z.name, value: z.id })));
1057
776
  }
1058
777
  };
1059
- }, js = () => {
1060
- const s = m(""), e = m(""), t = m([]), n = m("");
778
+ }, ls = () => {
779
+ const s = d(""), e = d(""), t = d([]), o = d("");
1061
780
  return {
1062
781
  spacePath: s,
1063
782
  spaceName: e,
1064
783
  spaceTreeData: t,
1065
- searchSpace: n,
1066
- changeSpace: (o, a) => {
784
+ searchSpace: o,
785
+ changeSpace: (n, a) => {
1067
786
  s.value = a[0].path, e.value = a[0].pathName;
1068
787
  },
1069
- spaceLoad: async (o) => {
788
+ spaceLoad: async (n) => {
1070
789
  let a = {
1071
790
  pageSize: 1e4,
1072
791
  pageIndex: 1,
1073
- projectId: ze().id,
792
+ projectId: Re().id,
1074
793
  //项目id
1075
794
  spaceId: ""
1076
795
  // orgId:getProjectInfo().id
1077
796
  };
1078
- a.spaceId = o != null && o.id ? o.id : "";
1079
- let i = ts;
1080
- const [l, d] = await i(a).run();
1081
- return l ? {} : d;
797
+ a.spaceId = n != null && n.id ? n.id : "";
798
+ let i = qt;
799
+ const [u, c] = await i(a).run();
800
+ return u ? {} : c;
1082
801
  },
1083
- filterSpaceTree: async (o) => {
1084
- if (!o) return [];
1085
- let a = ss;
802
+ filterSpaceTree: async (n) => {
803
+ if (!n) return [];
804
+ let a = Bt;
1086
805
  const i = {
1087
- name: o
1088
- }, [l, d] = await a(i).run();
1089
- return l ? {} : (d.forEach((f) => {
806
+ name: n
807
+ }, [u, c] = await a(i).run();
808
+ return u ? {} : (c.forEach((f) => {
1090
809
  f.path.startsWith("/0") && (f.path = f.path.slice(2) + `/${f.id}`), f._name = f.nodeName ? f.nodeName : f.name;
1091
- }), d);
810
+ }), c);
1092
811
  },
1093
- getSpaceDetail: async (o) => {
1094
- const [a, i] = await ns().run({ spaceId: o });
812
+ getSpaceDetail: async (n) => {
813
+ const [a, i] = await Pt().run({ spaceId: n });
1095
814
  a || (s.value = i.path);
1096
815
  }
1097
816
  };
1098
- }, Ns = {
817
+ }, rs = {
1099
818
  name: "selector"
1100
- }, Fs = /* @__PURE__ */ F({
1101
- ...Ns,
819
+ }, us = /* @__PURE__ */ D({
820
+ ...rs,
1102
821
  props: {
1103
822
  setting: { default: () => ({
1104
823
  icon: "",
@@ -1113,148 +832,148 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1113
832
  store: {}
1114
833
  },
1115
834
  setup(s) {
1116
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, {
1117
- dialogVisible: c,
835
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, {
836
+ dialogVisible: g,
1118
837
  title: r,
1119
- searchName: u,
1120
- tableOptions: o,
838
+ searchName: p,
839
+ tableOptions: n,
1121
840
  selectorType: a,
1122
841
  selectOptions: i,
1123
- userStatusMap: l,
1124
- roleTypeMap: d,
842
+ userStatusMap: u,
843
+ roleTypeMap: c,
1125
844
  roleStatusMap: f,
1126
- openDialog: O,
1127
- confirm: _,
1128
- getDetail: L
1129
- } = Ts(e.setting), { spacePath: V, spaceName: R, searchSpace: T, changeSpace: J, spaceLoad: Y, filterSpaceTree: Z, getSpaceDetail: ee } = js(), le = m(!1);
1130
- H(e.setting.options.validateList).then(($) => {
1131
- le.value = $;
845
+ openDialog: R,
846
+ confirm: v,
847
+ getDetail: _
848
+ } = is(e.setting), { spacePath: y, spaceName: b, searchSpace: w, changeSpace: q, spaceLoad: A, filterSpaceTree: Z, getSpaceDetail: z } = ls(), te = d(!1);
849
+ F(e.setting.options.validateList).then((B) => {
850
+ te.value = B;
1132
851
  });
1133
- const B = m(""), P = m();
1134
- return e.setting.options.tip && (P.value = Q(e.setting.options.tip)), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), a !== "position" ? (B.value = n(e.setting.name) ? n(e.setting.name) : B.value, B.value && L(B.value), B.value.length || t(e.setting.name, null), x(i, ($) => {
1135
- B.value = $.map((C) => C.value).toString(), t(e.setting.name, B.value);
1136
- })) : (B.value = n(e.setting.name) ? n(e.setting.name) : B.value, B.value && ee(B.value), B.value || t(e.setting.name, null), x(B, ($) => {
1137
- t(e.setting.name, $);
1138
- }), x(R, ($) => {
1139
- t(e.setting.options.selector.type.positionName, $);
1140
- })), ($, C) => (S(), se(Ve, null, [
1141
- p(a) != "position" ? (S(), N(p(A), {
852
+ const L = d(""), se = d();
853
+ return e.setting.options.tip && (se.value = j(e.setting.options.tip)), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), a !== "position" ? (L.value = o(e.setting.name) ? o(e.setting.name) : L.value, L.value && _(L.value), L.value.length || t(e.setting.name, null), O(i, (B) => {
854
+ L.value = B.map((P) => P.value).toString(), t(e.setting.name, L.value);
855
+ })) : (L.value = o(e.setting.name) ? o(e.setting.name) : L.value, L.value && z(L.value), L.value || t(e.setting.name, null), O(L, (B) => {
856
+ t(e.setting.name, B);
857
+ }), O(b, (B) => {
858
+ t(e.setting.options.selector.type.positionName, B);
859
+ })), (B, P) => (h(), I(ee, null, [
860
+ l(a) != "position" ? (h(), V(l(M), {
1142
861
  key: 0,
1143
862
  col: e.span,
1144
- marginRight: $.marginRight,
1145
- modelValue: B.value,
1146
- "onUpdate:modelValue": C[1] || (C[1] = (K) => B.value = K),
863
+ marginRight: B.marginRight,
864
+ modelValue: L.value,
865
+ "onUpdate:modelValue": P[1] || (P[1] = (N) => L.value = N),
1147
866
  prop: e.setting.name,
1148
- label: $.setting.desc,
867
+ label: B.setting.desc,
1149
868
  type: "inputDialogSelect",
1150
- options: p(i),
1151
- helpMessage: P.value,
869
+ options: l(i),
870
+ helpMessage: se.value,
1152
871
  isView: e.isView,
1153
- required: le.value,
1154
- onOpenDialog: p(O)
872
+ required: te.value,
873
+ onOpenDialog: l(R)
1155
874
  }, {
1156
- default: E(() => [
1157
- q(p(qt), {
1158
- modelValue: p(c),
1159
- "onUpdate:modelValue": C[0] || (C[0] = (K) => $e(c) ? c.value = K : null),
1160
- options: p(o),
1161
- onConfirm: p(_),
1162
- title: p(r)
1163
- }, wt({ _: 2 }, [
1164
- p(a) === "user" ? {
875
+ default: S(() => [
876
+ $(l(dt), {
877
+ modelValue: l(g),
878
+ "onUpdate:modelValue": P[0] || (P[0] = (N) => oe(g) ? g.value = N : null),
879
+ options: l(n),
880
+ onConfirm: l(v),
881
+ title: l(r)
882
+ }, et({ _: 2 }, [
883
+ l(a) === "user" ? {
1165
884
  name: "table-column",
1166
- fn: E(() => [
1167
- q(p(z), {
885
+ fn: S(() => [
886
+ $(l(T), {
1168
887
  label: "姓名",
1169
888
  prop: "name"
1170
889
  }),
1171
- q(p(z), {
890
+ $(l(T), {
1172
891
  label: "账号",
1173
892
  prop: "userName"
1174
893
  }),
1175
- q(p(z), {
894
+ $(l(T), {
1176
895
  label: "手机号",
1177
896
  prop: "sensitivePhone"
1178
897
  }),
1179
- q(p(z), { label: "状态" }, {
1180
- default: E(({ row: K }) => [
1181
- me(fe(p(l)[K.status]), 1)
898
+ $(l(T), { label: "状态" }, {
899
+ default: S(({ row: N }) => [
900
+ W(Y(l(u)[N.status]), 1)
1182
901
  ]),
1183
902
  _: 1
1184
903
  })
1185
904
  ]),
1186
905
  key: "0"
1187
906
  } : void 0,
1188
- p(a) === "org" ? {
907
+ l(a) === "org" ? {
1189
908
  name: "table-column",
1190
- fn: E(() => [
1191
- q(p(z), {
909
+ fn: S(() => [
910
+ $(l(T), {
1192
911
  label: "组织名称",
1193
912
  prop: "name"
1194
913
  }),
1195
- q(p(z), {
914
+ $(l(T), {
1196
915
  label: "组织编码",
1197
916
  prop: "code"
1198
917
  }),
1199
- q(p(z), {
918
+ $(l(T), {
1200
919
  label: "组织类型",
1201
920
  prop: "typeName"
1202
921
  })
1203
922
  ]),
1204
923
  key: "1"
1205
924
  } : void 0,
1206
- p(a) === "role" ? {
925
+ l(a) === "role" ? {
1207
926
  name: "table-column",
1208
- fn: E(() => [
1209
- q(p(z), {
927
+ fn: S(() => [
928
+ $(l(T), {
1210
929
  label: "角色名称",
1211
930
  prop: "name"
1212
931
  }),
1213
- q(p(z), { label: "角色类型" }, {
1214
- default: E(({ row: K }) => [
1215
- me(fe(p(d)[K.type]), 1)
932
+ $(l(T), { label: "角色类型" }, {
933
+ default: S(({ row: N }) => [
934
+ W(Y(l(c)[N.type]), 1)
1216
935
  ]),
1217
936
  _: 1
1218
937
  }),
1219
- q(p(z), { label: "角色状态" }, {
1220
- default: E(({ row: K }) => [
1221
- me(fe(p(f)[K.status]), 1)
938
+ $(l(T), { label: "角色状态" }, {
939
+ default: S(({ row: N }) => [
940
+ W(Y(l(f)[N.status]), 1)
1222
941
  ]),
1223
942
  _: 1
1224
943
  })
1225
944
  ]),
1226
945
  key: "2"
1227
946
  } : void 0,
1228
- p(a) === "job" ? {
947
+ l(a) === "job" ? {
1229
948
  name: "table-column",
1230
- fn: E(() => [
1231
- q(p(z), {
949
+ fn: S(() => [
950
+ $(l(T), {
1232
951
  label: "职务名称",
1233
952
  prop: "name"
1234
953
  }),
1235
- q(p(z), {
954
+ $(l(T), {
1236
955
  label: "职务编码",
1237
956
  prop: "code"
1238
957
  }),
1239
- q(p(z), {
958
+ $(l(T), {
1240
959
  label: "所属组织路径",
1241
960
  prop: "groupName"
1242
961
  })
1243
962
  ]),
1244
963
  key: "3"
1245
964
  } : void 0,
1246
- p(a) === "post" ? {
965
+ l(a) === "post" ? {
1247
966
  name: "table-column",
1248
- fn: E(() => [
1249
- q(p(z), {
967
+ fn: S(() => [
968
+ $(l(T), {
1250
969
  label: "岗位名称",
1251
970
  prop: "name"
1252
971
  }),
1253
- q(p(z), {
972
+ $(l(T), {
1254
973
  label: "岗位编码",
1255
974
  prop: "code"
1256
975
  }),
1257
- q(p(z), {
976
+ $(l(T), {
1258
977
  label: "所属组织路径",
1259
978
  prop: "groupName"
1260
979
  })
@@ -1264,48 +983,48 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1264
983
  ]), 1032, ["modelValue", "options", "onConfirm", "title"])
1265
984
  ]),
1266
985
  _: 1
1267
- }, 8, ["col", "marginRight", "modelValue", "prop", "label", "options", "helpMessage", "isView", "required", "onOpenDialog"])) : de("", !0),
1268
- p(a) == "position" ? (S(), N(p(A), {
986
+ }, 8, ["col", "marginRight", "modelValue", "prop", "label", "options", "helpMessage", "isView", "required", "onOpenDialog"])) : J("", !0),
987
+ l(a) == "position" ? (h(), V(l(M), {
1269
988
  key: 1,
1270
989
  col: e.span,
1271
- marginRight: $.marginRight,
1272
- label: $.setting.desc,
990
+ marginRight: B.marginRight,
991
+ label: B.setting.desc,
1273
992
  prop: e.setting.name,
1274
993
  type: "treeSelect",
1275
994
  "node-key": "id",
1276
995
  showFullPath: !0,
1277
- helpMessage: P.value,
1278
- required: le.value,
1279
- modelValue: B.value,
1280
- "onUpdate:modelValue": C[2] || (C[2] = (K) => B.value = K),
1281
- keyword: p(T),
1282
- "onUpdate:keyword": C[3] || (C[3] = (K) => $e(T) ? T.value = K : null),
1283
- path: p(V),
1284
- "onUpdate:path": C[4] || (C[4] = (K) => $e(V) ? V.value = K : null),
996
+ helpMessage: se.value,
997
+ required: te.value,
998
+ modelValue: L.value,
999
+ "onUpdate:modelValue": P[2] || (P[2] = (N) => L.value = N),
1000
+ keyword: l(w),
1001
+ "onUpdate:keyword": P[3] || (P[3] = (N) => oe(w) ? w.value = N : null),
1002
+ path: l(y),
1003
+ "onUpdate:path": P[4] || (P[4] = (N) => oe(y) ? y.value = N : null),
1285
1004
  isView: e.isView,
1286
- load: p(Y),
1287
- search: p(Z),
1005
+ load: l(A),
1006
+ search: l(Z),
1288
1007
  props: {
1289
1008
  isLeaf: "leaf",
1290
1009
  label: "name"
1291
1010
  },
1292
- onChange: p(J)
1293
- }, null, 8, ["col", "marginRight", "label", "prop", "helpMessage", "required", "modelValue", "keyword", "path", "isView", "load", "search", "onChange"])) : de("", !0)
1011
+ onChange: l(q)
1012
+ }, null, 8, ["col", "marginRight", "label", "prop", "helpMessage", "required", "modelValue", "keyword", "path", "isView", "load", "search", "onChange"])) : J("", !0)
1294
1013
  ], 64));
1295
1014
  }
1296
- }), at = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1015
+ }), Ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1297
1016
  __proto__: null,
1298
- default: Fs
1299
- }, Symbol.toStringTag, { value: "Module" })), qs = {
1017
+ default: us
1018
+ }, Symbol.toStringTag, { value: "Module" })), ps = {
1300
1019
  key: 0,
1301
1020
  class: "form-image"
1302
- }, Bs = {
1021
+ }, gs = {
1303
1022
  key: 1,
1304
1023
  style: { "margin-bottom": "10px" }
1305
- }, Ps = {
1024
+ }, cs = {
1306
1025
  name: "soundRecording"
1307
- }, Es = /* @__PURE__ */ F({
1308
- ...Ps,
1026
+ }, ds = /* @__PURE__ */ D({
1027
+ ...cs,
1309
1028
  props: {
1310
1029
  setting: { default: () => ({
1311
1030
  icon: "",
@@ -1320,49 +1039,49 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1320
1039
  store: {}
1321
1040
  },
1322
1041
  setup(s) {
1323
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, { baseURL: c } = Bt(), r = m(!1);
1324
- H(e.setting.options.validateList).then((i) => {
1042
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, { baseURL: g } = mt(), r = d(!1);
1043
+ F(e.setting.options.validateList).then((i) => {
1325
1044
  r.value = i;
1326
1045
  });
1327
- const u = m("info"), o = m();
1328
- e.setting.options.tip && (o.value = Q(e.setting.options.tip));
1329
- const a = m();
1330
- if (n(e.setting.name)) {
1331
- const i = JSON.parse(n(e.setting.name));
1332
- a.value = c + i[0].url;
1046
+ const p = d("info"), n = d();
1047
+ e.setting.options.tip && (n.value = j(e.setting.options.tip));
1048
+ const a = d();
1049
+ if (o(e.setting.name)) {
1050
+ const i = JSON.parse(o(e.setting.name));
1051
+ a.value = g + i[0].url;
1333
1052
  }
1334
- return e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), (i, l) => e.isView ? (S(), N(p(A), {
1053
+ return e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), (i, u) => e.isView ? (h(), V(l(M), {
1335
1054
  key: 0,
1336
1055
  modelValue: a.value,
1337
- "onUpdate:modelValue": l[2] || (l[2] = (d) => a.value = d),
1056
+ "onUpdate:modelValue": u[2] || (u[2] = (c) => a.value = c),
1338
1057
  "margin-bottom": "0",
1339
1058
  prop: e.setting.name,
1340
1059
  label: i.setting.desc,
1341
1060
  type: "custom",
1342
- helpMessage: o.value,
1061
+ helpMessage: n.value,
1343
1062
  required: r.value
1344
1063
  }, {
1345
- default: E(() => [
1346
- a.value ? (S(), se("div", qs, [
1347
- q(p(Ue), {
1064
+ default: S(() => [
1065
+ a.value ? (h(), I("div", ps, [
1066
+ $(l($e), {
1348
1067
  modelValue: a.value,
1349
- "onUpdate:modelValue": l[0] || (l[0] = (d) => a.value = d),
1350
- status: u.value,
1351
- "onUpdate:status": l[1] || (l[1] = (d) => u.value = d),
1068
+ "onUpdate:modelValue": u[0] || (u[0] = (c) => a.value = c),
1069
+ status: p.value,
1070
+ "onUpdate:status": u[1] || (u[1] = (c) => p.value = c),
1352
1071
  required: r.value
1353
1072
  }, null, 8, ["modelValue", "status", "required"])
1354
- ])) : (S(), se("div", Bs, "-"))
1073
+ ])) : (h(), I("div", gs, "-"))
1355
1074
  ]),
1356
1075
  _: 1
1357
- }, 8, ["modelValue", "prop", "label", "helpMessage", "required"])) : de("", !0);
1076
+ }, 8, ["modelValue", "prop", "label", "helpMessage", "required"])) : J("", !0);
1358
1077
  }
1359
- }), Is = /* @__PURE__ */ qe(Es, [["__scopeId", "data-v-044dd90f"]]), it = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1078
+ }), ms = /* @__PURE__ */ me(ds, [["__scopeId", "data-v-044dd90f"]]), Ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1360
1079
  __proto__: null,
1361
- default: Is
1362
- }, Symbol.toStringTag, { value: "Module" })), Ks = {
1080
+ default: ms
1081
+ }, Symbol.toStringTag, { value: "Module" })), fs = {
1363
1082
  name: "switch"
1364
- }, ks = /* @__PURE__ */ F({
1365
- ...Ks,
1083
+ }, vs = /* @__PURE__ */ D({
1084
+ ...fs,
1366
1085
  props: {
1367
1086
  setting: { default: () => ({
1368
1087
  icon: "",
@@ -1377,41 +1096,41 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1377
1096
  store: {}
1378
1097
  },
1379
1098
  setup(s) {
1380
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
1381
- H(e.setting.options.validateList).then((o) => {
1382
- c.value = o;
1099
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
1100
+ F(e.setting.options.validateList).then((n) => {
1101
+ g.value = n;
1383
1102
  });
1384
- const r = m();
1385
- e.setting.options.tip && (r.value = Q(e.setting.options.tip));
1386
- const u = m();
1103
+ const r = d();
1104
+ e.setting.options.tip && (r.value = j(e.setting.options.tip));
1105
+ const p = d();
1387
1106
  return setTimeout(() => {
1388
- u.value = n(e.setting.name) || e.setting.options.formulasDiyJs || u.value, u.value || t(e.setting.name, null);
1389
- }, 50), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(u, (o) => {
1390
- t(e.setting.name, o);
1391
- }), (o, a) => (S(), N(p(A), {
1107
+ p.value = o(e.setting.name) || e.setting.options.formulasDiyJs || p.value, p.value || t(e.setting.name, null);
1108
+ }, 50), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(p, (n) => {
1109
+ t(e.setting.name, n);
1110
+ }), (n, a) => (h(), V(l(M), {
1392
1111
  col: e.span,
1393
- marginRight: o.marginRight,
1394
- modelValue: u.value,
1395
- "onUpdate:modelValue": a[0] || (a[0] = (i) => u.value = i),
1396
- label: o.setting.desc,
1112
+ marginRight: n.marginRight,
1113
+ modelValue: p.value,
1114
+ "onUpdate:modelValue": a[0] || (a[0] = (i) => p.value = i),
1115
+ label: n.setting.desc,
1397
1116
  type: "switch",
1398
1117
  prop: e.setting.name,
1399
- activeValue: o.setting.options.activeValue,
1400
- inactiveValue: o.setting.options.inactiveValue,
1401
- activeText: o.setting.options.activeText,
1402
- inactiveText: o.setting.options.inactiveText,
1118
+ activeValue: n.setting.options.activeValue,
1119
+ inactiveValue: n.setting.options.inactiveValue,
1120
+ activeText: n.setting.options.activeText,
1121
+ inactiveText: n.setting.options.inactiveText,
1403
1122
  helpMessage: r.value,
1404
- required: c.value,
1123
+ required: g.value,
1405
1124
  isView: e.isView
1406
1125
  }, null, 8, ["col", "marginRight", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "required", "isView"]));
1407
1126
  }
1408
- }), lt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1127
+ }), ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1409
1128
  __proto__: null,
1410
- default: ks
1411
- }, Symbol.toStringTag, { value: "Module" })), As = {
1129
+ default: vs
1130
+ }, Symbol.toStringTag, { value: "Module" })), ys = {
1412
1131
  name: "text"
1413
- }, Cs = /* @__PURE__ */ F({
1414
- ...As,
1132
+ }, hs = /* @__PURE__ */ D({
1133
+ ...ys,
1415
1134
  props: {
1416
1135
  setting: { default: () => ({
1417
1136
  icon: "",
@@ -1426,37 +1145,37 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1426
1145
  store: {}
1427
1146
  },
1428
1147
  setup(s) {
1429
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m();
1430
- e.setting.options.tip && (c.value = Q(e.setting.options.tip));
1431
- const r = m();
1432
- return r.value = e.setting.options.textValue, r.value = n(e.setting.name) || r.value, r.value || t(e.setting.name, null), x(r, (u) => {
1433
- t(e.setting.name, u);
1434
- }), (u, o) => (S(), N(p(A), {
1148
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d();
1149
+ e.setting.options.tip && (g.value = j(e.setting.options.tip));
1150
+ const r = d();
1151
+ return r.value = e.setting.options.textValue, r.value = o(e.setting.name) || r.value, r.value || t(e.setting.name, null), O(r, (p) => {
1152
+ t(e.setting.name, p);
1153
+ }), (p, n) => (h(), V(l(M), {
1435
1154
  col: e.span,
1436
- marginRight: u.marginRight,
1155
+ marginRight: p.marginRight,
1437
1156
  modelValue: r.value,
1438
- "onUpdate:modelValue": o[1] || (o[1] = (a) => r.value = a),
1439
- label: u.setting.desc,
1157
+ "onUpdate:modelValue": n[1] || (n[1] = (a) => r.value = a),
1158
+ label: p.setting.desc,
1440
1159
  type: "custom",
1441
- helpMessage: c.value
1160
+ helpMessage: g.value
1442
1161
  }, {
1443
- default: E(() => [
1444
- q(p(Qe), {
1162
+ default: S(() => [
1163
+ $(l(Se), {
1445
1164
  type: "text",
1446
1165
  modelValue: r.value,
1447
- "onUpdate:modelValue": o[0] || (o[0] = (a) => r.value = a)
1166
+ "onUpdate:modelValue": n[0] || (n[0] = (a) => r.value = a)
1448
1167
  }, null, 8, ["modelValue"])
1449
1168
  ]),
1450
1169
  _: 1
1451
1170
  }, 8, ["col", "marginRight", "modelValue", "label", "helpMessage"]));
1452
1171
  }
1453
- }), rt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1172
+ }), Ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1454
1173
  __proto__: null,
1455
- default: Cs
1456
- }, Symbol.toStringTag, { value: "Module" })), xs = {
1174
+ default: hs
1175
+ }, Symbol.toStringTag, { value: "Module" })), bs = {
1457
1176
  name: "textarea"
1458
- }, Us = /* @__PURE__ */ F({
1459
- ...xs,
1177
+ }, _s = /* @__PURE__ */ D({
1178
+ ...bs,
1460
1179
  props: {
1461
1180
  setting: { default: () => ({
1462
1181
  icon: "",
@@ -1471,28 +1190,28 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1471
1190
  store: {}
1472
1191
  },
1473
1192
  setup(s) {
1474
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
1475
- H(e.setting.options.validateList).then((i) => {
1476
- c.value = i;
1193
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
1194
+ F(e.setting.options.validateList).then((i) => {
1195
+ g.value = i;
1477
1196
  });
1478
- const r = m();
1479
- e.setting.options.tip && (r.value = Q(e.setting.options.tip));
1480
- const u = m("");
1197
+ const r = d();
1198
+ e.setting.options.tip && (r.value = j(e.setting.options.tip));
1199
+ const p = d("");
1481
1200
  setTimeout(() => {
1482
- u.value = n(e.setting.name) || e.setting.options.formulasDiyJs || u.value, u.value || t(e.setting.name, null);
1201
+ p.value = o(e.setting.name) || e.setting.options.formulasDiyJs || p.value, p.value || t(e.setting.name, null);
1483
1202
  }, 50);
1484
- const o = m(), a = m();
1485
- return o.value = e.setting.options.initialFrameWidth ? e.setting.options.initialFrameWidth + "px" : "", a.value = e.setting.options.initialFrameHeight ? e.setting.options.initialFrameHeight + "px" : "", e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(u, (i) => {
1203
+ const n = d(), a = d();
1204
+ return n.value = e.setting.options.initialFrameWidth ? e.setting.options.initialFrameWidth + "px" : "", a.value = e.setting.options.initialFrameHeight ? e.setting.options.initialFrameHeight + "px" : "", e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(p, (i) => {
1486
1205
  t(e.setting.name, i);
1487
- }), (i, l) => (S(), se(Ve, null, [
1488
- i.setting.options.isEditor ? de("", !0) : (S(), N(p(A), {
1206
+ }), (i, u) => (h(), I(ee, null, [
1207
+ i.setting.options.isEditor ? J("", !0) : (h(), V(l(M), {
1489
1208
  key: 0,
1490
1209
  col: e.span,
1491
1210
  marginRight: i.marginRight,
1492
1211
  label: i.setting.desc,
1493
1212
  type: "textarea",
1494
- modelValue: u.value,
1495
- "onUpdate:modelValue": l[0] || (l[0] = (d) => u.value = d),
1213
+ modelValue: p.value,
1214
+ "onUpdate:modelValue": u[0] || (u[0] = (c) => p.value = c),
1496
1215
  prop: e.setting.name,
1497
1216
  placeholder: i.setting.options.placeholder,
1498
1217
  disabled: i.setting.options.isInputEdit,
@@ -1503,41 +1222,41 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1503
1222
  },
1504
1223
  "show-word-limit": "",
1505
1224
  helpMessage: r.value,
1506
- required: c.value
1225
+ required: g.value
1507
1226
  }, null, 8, ["col", "marginRight", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])),
1508
- i.setting.options.isEditor ? (S(), N(p(A), {
1227
+ i.setting.options.isEditor ? (h(), V(l(M), {
1509
1228
  key: 1,
1510
- modelValue: u.value,
1511
- "onUpdate:modelValue": l[2] || (l[2] = (d) => u.value = d),
1229
+ modelValue: p.value,
1230
+ "onUpdate:modelValue": u[2] || (u[2] = (c) => p.value = c),
1512
1231
  prop: e.setting.name,
1513
- contentWidth: o.value,
1232
+ contentWidth: n.value,
1514
1233
  label: i.setting.desc,
1515
1234
  type: "custom",
1516
1235
  helpMessage: r.value,
1517
- required: c.value,
1236
+ required: g.value,
1518
1237
  readOnly: e.isView
1519
1238
  }, {
1520
- default: E(() => [
1521
- q(p(Qe), {
1239
+ default: S(() => [
1240
+ $(l(Se), {
1522
1241
  ref: "editor",
1523
- width: o.value,
1242
+ width: n.value,
1524
1243
  height: a.value,
1525
- modelValue: u.value,
1526
- "onUpdate:modelValue": l[1] || (l[1] = (d) => u.value = d),
1244
+ modelValue: p.value,
1245
+ "onUpdate:modelValue": u[1] || (u[1] = (c) => p.value = c),
1527
1246
  placeholder: i.setting.options.placeholder
1528
1247
  }, null, 8, ["width", "height", "modelValue", "placeholder"])
1529
1248
  ]),
1530
1249
  _: 1
1531
- }, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) : de("", !0)
1250
+ }, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) : J("", !0)
1532
1251
  ], 64));
1533
1252
  }
1534
- }), ut = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1253
+ }), Ce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1535
1254
  __proto__: null,
1536
- default: Us
1537
- }, Symbol.toStringTag, { value: "Module" })), zs = {
1255
+ default: _s
1256
+ }, Symbol.toStringTag, { value: "Module" })), ws = {
1538
1257
  name: "time"
1539
- }, Qs = /* @__PURE__ */ F({
1540
- ...zs,
1258
+ }, Vs = /* @__PURE__ */ D({
1259
+ ...ws,
1541
1260
  props: {
1542
1261
  setting: { default: () => ({
1543
1262
  icon: "",
@@ -1552,35 +1271,35 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1552
1271
  store: {}
1553
1272
  },
1554
1273
  setup(s) {
1555
- const e = s, { setData: t, getData: n, setFormRule: g } = e.store || {}, c = m(!1);
1556
- H(e.setting.options.validateList).then((o) => {
1557
- c.value = o;
1274
+ const e = s, { setData: t, getData: o, setFormRule: m } = e.store || {}, g = d(!1);
1275
+ F(e.setting.options.validateList).then((n) => {
1276
+ g.value = n;
1558
1277
  });
1559
- const r = m();
1560
- e.setting.options.tip && (r.value = Q(e.setting.options.tip));
1561
- const u = m();
1278
+ const r = d();
1279
+ e.setting.options.tip && (r.value = j(e.setting.options.tip));
1280
+ const p = d();
1562
1281
  return setTimeout(() => {
1563
- const o = je().format("YYYY-MM-DD ");
1564
- n(e.setting.name) && (u.value = n(e.setting.name)), e.setting.options.formulasDiyJs && (u.value = je(o + e.setting.options.formulasDiyJs)), u.value || t(e.setting.name, null);
1565
- }, 50), e.setting.options.validateList.length && g(e.setting.name, e.setting.options.validateList), x(u, (o) => {
1566
- t(e.setting.name, o);
1567
- }), (o, a) => (S(), N(p(A), {
1282
+ const n = ge().format("YYYY-MM-DD ");
1283
+ o(e.setting.name) && (p.value = o(e.setting.name)), e.setting.options.formulasDiyJs && (p.value = ge(n + e.setting.options.formulasDiyJs)), p.value || t(e.setting.name, null);
1284
+ }, 50), e.setting.options.validateList.length && m(e.setting.name, e.setting.options.validateList), O(p, (n) => {
1285
+ t(e.setting.name, n);
1286
+ }), (n, a) => (h(), V(l(M), {
1568
1287
  col: e.span,
1569
- marginRight: o.marginRight,
1570
- modelValue: u.value,
1571
- "onUpdate:modelValue": a[0] || (a[0] = (i) => u.value = i),
1288
+ marginRight: n.marginRight,
1289
+ modelValue: p.value,
1290
+ "onUpdate:modelValue": a[0] || (a[0] = (i) => p.value = i),
1572
1291
  prop: e.setting.name,
1573
- label: o.setting.desc,
1292
+ label: n.setting.desc,
1574
1293
  type: "time",
1575
1294
  helpMessage: r.value,
1576
1295
  isView: e.isView,
1577
- required: c.value
1296
+ required: g.value
1578
1297
  }, null, 8, ["col", "marginRight", "modelValue", "prop", "label", "helpMessage", "isView", "required"]));
1579
1298
  }
1580
- }), pt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1299
+ }), Qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1581
1300
  __proto__: null,
1582
- default: Qs
1583
- }, Symbol.toStringTag, { value: "Module" })), Js = F({
1301
+ default: Vs
1302
+ }, Symbol.toStringTag, { value: "Module" })), Ds = D({
1584
1303
  name: "accordion",
1585
1304
  props: {
1586
1305
  columns: {
@@ -1597,33 +1316,33 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1597
1316
  }
1598
1317
  },
1599
1318
  setup(s) {
1600
- const e = m([]), t = s.columns.map((n) => {
1601
- const g = n.list.map(
1602
- (c) => ae(Pe[c.ctrlType], { setting: c, isView: s.isView, store: s.store })
1319
+ const e = d([]), t = s.columns.map((o) => {
1320
+ const m = o.list.map(
1321
+ (g) => C(ve[g.ctrlType], { setting: g, isView: s.isView, store: s.store })
1603
1322
  );
1604
- return n.isOpen == !0 && e.value.push(n.idKey), ae(
1605
- Et,
1323
+ return o.isOpen == !0 && e.value.push(o.idKey), C(
1324
+ vt,
1606
1325
  {
1607
- header: n.span,
1608
- key: `${n.idKey}`
1326
+ header: o.span,
1327
+ key: `${o.idKey}`
1609
1328
  },
1610
- ae("div", g)
1329
+ C("div", m)
1611
1330
  );
1612
1331
  });
1613
- return () => ae(
1332
+ return () => C(
1614
1333
  "div",
1615
1334
  { class: "accordion-layout" },
1616
- ae(
1617
- Pt,
1335
+ C(
1336
+ ft,
1618
1337
  { activeKey: e.value, collapsible: s.options.accordion ? "" : "disabled" },
1619
1338
  t
1620
1339
  )
1621
1340
  );
1622
1341
  }
1623
- }), Ys = {
1342
+ }), $s = {
1624
1343
  name: "accordion"
1625
- }, Ws = /* @__PURE__ */ F({
1626
- ...Ys,
1344
+ }, Rs = /* @__PURE__ */ D({
1345
+ ...$s,
1627
1346
  props: {
1628
1347
  setting: { default: () => ({
1629
1348
  name: "",
@@ -1651,7 +1370,7 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1651
1370
  store: {}
1652
1371
  },
1653
1372
  setup(s) {
1654
- return (e, t) => (S(), N(p(Js), {
1373
+ return (e, t) => (h(), V(l(Ds), {
1655
1374
  columns: e.setting.columns,
1656
1375
  options: e.setting.options,
1657
1376
  isView: e.isView,
@@ -1659,9 +1378,9 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1659
1378
  style: { "margin-bottom": "10px" }
1660
1379
  }, null, 8, ["columns", "options", "isView", "store"]));
1661
1380
  }
1662
- }), Hs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1381
+ }), Ss = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1663
1382
  __proto__: null,
1664
- default: Ws
1383
+ default: Rs
1665
1384
  }, Symbol.toStringTag, { value: "Module" }));
1666
1385
  /**
1667
1386
  * @vue/shared v3.4.35
@@ -1670,88 +1389,88 @@ const je = /* @__PURE__ */ ds(gs), ms = {
1670
1389
  **/
1671
1390
  process.env.NODE_ENV !== "production" && Object.freeze({});
1672
1391
  process.env.NODE_ENV !== "production" && Object.freeze([]);
1673
- const Zs = Object.prototype.hasOwnProperty, Ie = (s, e) => Zs.call(s, e), Be = (s) => s !== null && typeof s == "object";
1674
- function Gs(s) {
1675
- for (var e = -1, t = s == null ? 0 : s.length, n = {}; ++e < t; ) {
1676
- var g = s[e];
1677
- n[g[0]] = g[1];
1392
+ const Ms = Object.prototype.hasOwnProperty, he = (s, e) => Ms.call(s, e), fe = (s) => s !== null && typeof s == "object";
1393
+ function Ls(s) {
1394
+ for (var e = -1, t = s == null ? 0 : s.length, o = {}; ++e < t; ) {
1395
+ var m = s[e];
1396
+ o[m[0]] = m[1];
1678
1397
  }
1679
- return n;
1398
+ return o;
1680
1399
  }
1681
- const Ke = (s) => typeof s == "number", ct = "__epPropKey", ye = (s) => s, Xs = (s) => Be(s) && !!s[ct], en = (s, e) => {
1682
- if (!Be(s) || Xs(s))
1400
+ const be = (s) => typeof s == "number", ze = "__epPropKey", H = (s) => s, Os = (s) => fe(s) && !!s[ze], Ts = (s, e) => {
1401
+ if (!fe(s) || Os(s))
1683
1402
  return s;
1684
- const { values: t, required: n, default: g, type: c, validator: r } = s, o = {
1685
- type: c,
1686
- required: !!n,
1403
+ const { values: t, required: o, default: m, type: g, validator: r } = s, n = {
1404
+ type: g,
1405
+ required: !!o,
1687
1406
  validator: t || r ? (a) => {
1688
- let i = !1, l = [];
1689
- if (t && (l = Array.from(t), Ie(s, "default") && l.push(g), i || (i = l.includes(a))), r && (i || (i = r(a))), !i && l.length > 0) {
1690
- const d = [...new Set(l)].map((f) => JSON.stringify(f)).join(", ");
1691
- Vt(`Invalid prop: validation failed${e ? ` for prop "${e}"` : ""}. Expected one of [${d}], got value ${JSON.stringify(a)}.`);
1407
+ let i = !1, u = [];
1408
+ if (t && (u = Array.from(t), he(s, "default") && u.push(m), i || (i = u.includes(a))), r && (i || (i = r(a))), !i && u.length > 0) {
1409
+ const c = [...new Set(u)].map((f) => JSON.stringify(f)).join(", ");
1410
+ tt(`Invalid prop: validation failed${e ? ` for prop "${e}"` : ""}. Expected one of [${c}], got value ${JSON.stringify(a)}.`);
1692
1411
  }
1693
1412
  return i;
1694
1413
  } : void 0,
1695
- [ct]: !0
1414
+ [ze]: !0
1696
1415
  };
1697
- return Ie(s, "default") && (o.default = g), o;
1698
- }, dt = (s) => Gs(Object.entries(s).map(([e, t]) => [
1416
+ return he(s, "default") && (n.default = m), n;
1417
+ }, Ue = (s) => Ls(Object.entries(s).map(([e, t]) => [
1699
1418
  e,
1700
- en(t, e)
1701
- ])), gt = (s, e) => (s.install = (t) => {
1702
- for (const n of [s, ...Object.values({})])
1703
- t.component(n.name, n);
1704
- }, s), be = (s) => s, Se = "el", tn = "is-", pe = (s, e, t, n, g) => {
1705
- let c = `${s}-${e}`;
1706
- return t && (c += `-${t}`), n && (c += `__${n}`), g && (c += `--${g}`), c;
1707
- }, sn = Symbol("namespaceContextKey"), nn = (s) => {
1708
- const e = $t() ? ke(sn, m(Se)) : m(Se);
1709
- return ce(() => p(e) || Se);
1710
- }, mt = (s, e) => {
1711
- const t = nn();
1419
+ Ts(t, e)
1420
+ ])), xe = (s, e) => (s.install = (t) => {
1421
+ for (const o of [s, ...Object.values({})])
1422
+ t.component(o.name, o);
1423
+ }, s), G = (s) => s, ie = "el", js = "is-", U = (s, e, t, o, m) => {
1424
+ let g = `${s}-${e}`;
1425
+ return t && (g += `-${t}`), o && (g += `__${o}`), m && (g += `--${m}`), g;
1426
+ }, Ns = Symbol("namespaceContextKey"), Fs = (s) => {
1427
+ const e = st() ? _e(Ns, d(ie)) : d(ie);
1428
+ return x(() => l(e) || ie);
1429
+ }, Je = (s, e) => {
1430
+ const t = Fs();
1712
1431
  return {
1713
1432
  namespace: t,
1714
- b: (_ = "") => pe(t.value, s, _, "", ""),
1715
- e: (_) => _ ? pe(t.value, s, "", _, "") : "",
1716
- m: (_) => _ ? pe(t.value, s, "", "", _) : "",
1717
- be: (_, L) => _ && L ? pe(t.value, s, _, L, "") : "",
1718
- em: (_, L) => _ && L ? pe(t.value, s, "", _, L) : "",
1719
- bm: (_, L) => _ && L ? pe(t.value, s, _, "", L) : "",
1720
- bem: (_, L, V) => _ && L && V ? pe(t.value, s, _, L, V) : "",
1721
- is: (_, ...L) => {
1722
- const V = L.length >= 1 ? L[0] : !0;
1723
- return _ && V ? `${tn}${_}` : "";
1433
+ b: (v = "") => U(t.value, s, v, "", ""),
1434
+ e: (v) => v ? U(t.value, s, "", v, "") : "",
1435
+ m: (v) => v ? U(t.value, s, "", "", v) : "",
1436
+ be: (v, _) => v && _ ? U(t.value, s, v, _, "") : "",
1437
+ em: (v, _) => v && _ ? U(t.value, s, "", v, _) : "",
1438
+ bm: (v, _) => v && _ ? U(t.value, s, v, "", _) : "",
1439
+ bem: (v, _, y) => v && _ && y ? U(t.value, s, v, _, y) : "",
1440
+ is: (v, ..._) => {
1441
+ const y = _.length >= 1 ? _[0] : !0;
1442
+ return v && y ? `${js}${v}` : "";
1724
1443
  },
1725
- cssVar: (_) => {
1726
- const L = {};
1727
- for (const V in _)
1728
- _[V] && (L[`--${t.value}-${V}`] = _[V]);
1729
- return L;
1444
+ cssVar: (v) => {
1445
+ const _ = {};
1446
+ for (const y in v)
1447
+ v[y] && (_[`--${t.value}-${y}`] = v[y]);
1448
+ return _;
1730
1449
  },
1731
- cssVarName: (_) => `--${t.value}-${_}`,
1732
- cssVarBlock: (_) => {
1733
- const L = {};
1734
- for (const V in _)
1735
- _[V] && (L[`--${t.value}-${s}-${V}`] = _[V]);
1736
- return L;
1450
+ cssVarName: (v) => `--${t.value}-${v}`,
1451
+ cssVarBlock: (v) => {
1452
+ const _ = {};
1453
+ for (const y in v)
1454
+ v[y] && (_[`--${t.value}-${s}-${y}`] = v[y]);
1455
+ return _;
1737
1456
  },
1738
- cssVarBlockName: (_) => `--${t.value}-${s}-${_}`
1457
+ cssVarBlockName: (v) => `--${t.value}-${s}-${v}`
1739
1458
  };
1740
1459
  };
1741
- var ft = (s, e) => {
1460
+ var We = (s, e) => {
1742
1461
  const t = s.__vccOpts || s;
1743
- for (const [n, g] of e)
1744
- t[n] = g;
1462
+ for (const [o, m] of e)
1463
+ t[o] = m;
1745
1464
  return t;
1746
1465
  };
1747
- const vt = Symbol("rowContextKey"), on = [
1466
+ const Ye = Symbol("rowContextKey"), qs = [
1748
1467
  "start",
1749
1468
  "center",
1750
1469
  "end",
1751
1470
  "space-around",
1752
1471
  "space-between",
1753
1472
  "space-evenly"
1754
- ], an = ["top", "middle", "bottom"], ln = dt({
1473
+ ], Bs = ["top", "middle", "bottom"], Ps = Ue({
1755
1474
  tag: {
1756
1475
  type: String,
1757
1476
  default: "div"
@@ -1762,44 +1481,44 @@ const vt = Symbol("rowContextKey"), on = [
1762
1481
  },
1763
1482
  justify: {
1764
1483
  type: String,
1765
- values: on,
1484
+ values: qs,
1766
1485
  default: "start"
1767
1486
  },
1768
1487
  align: {
1769
1488
  type: String,
1770
- values: an
1489
+ values: Bs
1771
1490
  }
1772
- }), rn = F({
1491
+ }), Es = D({
1773
1492
  name: "ElRow"
1774
- }), un = /* @__PURE__ */ F({
1775
- ...rn,
1776
- props: ln,
1493
+ }), Ks = /* @__PURE__ */ D({
1494
+ ...Es,
1495
+ props: Ps,
1777
1496
  setup(s) {
1778
- const e = s, t = mt("row"), n = ce(() => e.gutter);
1779
- Dt(vt, {
1780
- gutter: n
1497
+ const e = s, t = Je("row"), o = x(() => e.gutter);
1498
+ ot(Ye, {
1499
+ gutter: o
1781
1500
  });
1782
- const g = ce(() => {
1501
+ const m = x(() => {
1783
1502
  const r = {};
1784
1503
  return e.gutter && (r.marginRight = r.marginLeft = `-${e.gutter / 2}px`), r;
1785
- }), c = ce(() => [
1504
+ }), g = x(() => [
1786
1505
  t.b(),
1787
1506
  t.is(`justify-${e.justify}`, e.justify !== "start"),
1788
1507
  t.is(`align-${e.align}`, !!e.align)
1789
1508
  ]);
1790
- return (r, u) => (S(), N(Ne(r.tag), {
1791
- class: Ae(p(c)),
1792
- style: Ce(p(g))
1509
+ return (r, p) => (h(), V(ce(r.tag), {
1510
+ class: we(l(g)),
1511
+ style: Ve(l(m))
1793
1512
  }, {
1794
- default: E(() => [
1795
- xe(r.$slots, "default")
1513
+ default: S(() => [
1514
+ De(r.$slots, "default")
1796
1515
  ]),
1797
1516
  _: 3
1798
1517
  }, 8, ["class", "style"]));
1799
1518
  }
1800
1519
  });
1801
- var pn = /* @__PURE__ */ ft(un, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/row/src/row.vue"]]);
1802
- const cn = gt(pn), dn = dt({
1520
+ var Is = /* @__PURE__ */ We(Ks, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/row/src/row.vue"]]);
1521
+ const ks = xe(Is), As = Ue({
1803
1522
  tag: {
1804
1523
  type: String,
1805
1524
  default: "div"
@@ -1821,58 +1540,58 @@ const cn = gt(pn), dn = dt({
1821
1540
  default: 0
1822
1541
  },
1823
1542
  xs: {
1824
- type: ye([Number, Object]),
1825
- default: () => be({})
1543
+ type: H([Number, Object]),
1544
+ default: () => G({})
1826
1545
  },
1827
1546
  sm: {
1828
- type: ye([Number, Object]),
1829
- default: () => be({})
1547
+ type: H([Number, Object]),
1548
+ default: () => G({})
1830
1549
  },
1831
1550
  md: {
1832
- type: ye([Number, Object]),
1833
- default: () => be({})
1551
+ type: H([Number, Object]),
1552
+ default: () => G({})
1834
1553
  },
1835
1554
  lg: {
1836
- type: ye([Number, Object]),
1837
- default: () => be({})
1555
+ type: H([Number, Object]),
1556
+ default: () => G({})
1838
1557
  },
1839
1558
  xl: {
1840
- type: ye([Number, Object]),
1841
- default: () => be({})
1559
+ type: H([Number, Object]),
1560
+ default: () => G({})
1842
1561
  }
1843
- }), gn = F({
1562
+ }), Cs = D({
1844
1563
  name: "ElCol"
1845
- }), mn = /* @__PURE__ */ F({
1846
- ...gn,
1847
- props: dn,
1564
+ }), Qs = /* @__PURE__ */ D({
1565
+ ...Cs,
1566
+ props: As,
1848
1567
  setup(s) {
1849
- const e = s, { gutter: t } = ke(vt, { gutter: ce(() => 0) }), n = mt("col"), g = ce(() => {
1568
+ const e = s, { gutter: t } = _e(Ye, { gutter: x(() => 0) }), o = Je("col"), m = x(() => {
1850
1569
  const r = {};
1851
1570
  return t.value && (r.paddingLeft = r.paddingRight = `${t.value / 2}px`), r;
1852
- }), c = ce(() => {
1571
+ }), g = x(() => {
1853
1572
  const r = [];
1854
1573
  return ["span", "offset", "pull", "push"].forEach((a) => {
1855
1574
  const i = e[a];
1856
- Ke(i) && (a === "span" ? r.push(n.b(`${e[a]}`)) : i > 0 && r.push(n.b(`${a}-${e[a]}`)));
1575
+ be(i) && (a === "span" ? r.push(o.b(`${e[a]}`)) : i > 0 && r.push(o.b(`${a}-${e[a]}`)));
1857
1576
  }), ["xs", "sm", "md", "lg", "xl"].forEach((a) => {
1858
- Ke(e[a]) ? r.push(n.b(`${a}-${e[a]}`)) : Be(e[a]) && Object.entries(e[a]).forEach(([i, l]) => {
1859
- r.push(i !== "span" ? n.b(`${a}-${i}-${l}`) : n.b(`${a}-${l}`));
1577
+ be(e[a]) ? r.push(o.b(`${a}-${e[a]}`)) : fe(e[a]) && Object.entries(e[a]).forEach(([i, u]) => {
1578
+ r.push(i !== "span" ? o.b(`${a}-${i}-${u}`) : o.b(`${a}-${u}`));
1860
1579
  });
1861
- }), t.value && r.push(n.is("guttered")), [n.b(), r];
1580
+ }), t.value && r.push(o.is("guttered")), [o.b(), r];
1862
1581
  });
1863
- return (r, u) => (S(), N(Ne(r.tag), {
1864
- class: Ae(p(c)),
1865
- style: Ce(p(g))
1582
+ return (r, p) => (h(), V(ce(r.tag), {
1583
+ class: we(l(g)),
1584
+ style: Ve(l(m))
1866
1585
  }, {
1867
- default: E(() => [
1868
- xe(r.$slots, "default")
1586
+ default: S(() => [
1587
+ De(r.$slots, "default")
1869
1588
  ]),
1870
1589
  _: 3
1871
1590
  }, 8, ["class", "style"]));
1872
1591
  }
1873
1592
  });
1874
- var fn = /* @__PURE__ */ ft(mn, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/col/src/col.vue"]]);
1875
- const vn = gt(fn), hn = F({
1593
+ var zs = /* @__PURE__ */ We(Qs, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/col/src/col.vue"]]);
1594
+ const Us = xe(zs), xs = D({
1876
1595
  name: "grid",
1877
1596
  props: {
1878
1597
  columns: {
@@ -1889,22 +1608,22 @@ const vn = gt(fn), hn = F({
1889
1608
  },
1890
1609
  setup(s) {
1891
1610
  let e = 0;
1892
- const t = s.columns.map((n) => {
1893
- const g = n.list.map((c) => {
1894
- e += n.span;
1611
+ const t = s.columns.map((o) => {
1612
+ const m = o.list.map((g) => {
1613
+ e += o.span;
1895
1614
  const r = e == 24 ? "0px" : "80px";
1896
- return e == 24 && (e = 0), ae(Vn[c.ctrlType], {
1897
- setting: c,
1615
+ return e == 24 && (e = 0), C(Hs[g.ctrlType], {
1616
+ setting: g,
1898
1617
  isView: s.isView,
1899
1618
  store: s.store,
1900
1619
  class: "grid-item-layout",
1901
1620
  marginRight: r
1902
1621
  });
1903
1622
  });
1904
- return ae(vn, { span: n.span }, g);
1623
+ return C(Us, { span: o.span }, m);
1905
1624
  });
1906
- return () => ae(
1907
- cn,
1625
+ return () => C(
1626
+ ks,
1908
1627
  {
1909
1628
  class: "grid-layout"
1910
1629
  // gutter: 0,
@@ -1912,10 +1631,10 @@ const vn = gt(fn), hn = F({
1912
1631
  t
1913
1632
  );
1914
1633
  }
1915
- }), yn = {
1634
+ }), Js = {
1916
1635
  name: "grid"
1917
- }, bn = /* @__PURE__ */ F({
1918
- ...yn,
1636
+ }, Ws = /* @__PURE__ */ D({
1637
+ ...Js,
1919
1638
  props: {
1920
1639
  setting: { default: () => ({
1921
1640
  name: "",
@@ -1941,124 +1660,124 @@ const vn = gt(fn), hn = F({
1941
1660
  },
1942
1661
  setup(s) {
1943
1662
  const e = s;
1944
- return (t, n) => (S(), N(p(hn), {
1663
+ return (t, o) => (h(), V(l(xs), {
1945
1664
  columns: t.setting.columns,
1946
1665
  isView: e.isView,
1947
1666
  store: t.store
1948
1667
  }, null, 8, ["columns", "isView", "store"]));
1949
1668
  }
1950
- }), _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1669
+ }), Ys = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1951
1670
  __proto__: null,
1952
- default: bn
1953
- }, Symbol.toStringTag, { value: "Module" })), Oe = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": Ye, "./base/autocomplete.vue": We, "./base/checkbox.vue": He, "./base/date.vue": Ge, "./base/dropdown.vue": Xe, "./base/imageViewer.vue": et, "./base/input.vue": tt, "./base/number.vue": st, "./base/radio.vue": nt, "./base/select.vue": ot, "./base/selector.vue": at, "./base/soundRecording.vue": it, "./base/switch.vue": lt, "./base/text.vue": rt, "./base/textarea.vue": ut, "./base/time.vue": pt, "./layout/accordion/accordion.vue": Hs, "./layout/grid/gridLayout.vue": _n }), Re = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": Ye, "./base/autocomplete.vue": We, "./base/checkbox.vue": He, "./base/date.vue": Ge, "./base/dropdown.vue": Xe, "./base/imageViewer.vue": et, "./base/input.vue": tt, "./base/number.vue": st, "./base/radio.vue": nt, "./base/select.vue": ot, "./base/selector.vue": at, "./base/soundRecording.vue": it, "./base/switch.vue": lt, "./base/text.vue": rt, "./base/textarea.vue": ut, "./base/time.vue": pt }), Le = /* @__PURE__ */ Object.assign({}), Te = /* @__PURE__ */ Object.assign({}), Pe = {}, ht = {}, yt = {}, wn = {};
1954
- Object.keys(Re).map((s) => ht[Re[s].default.name] = Re[s].default);
1955
- Object.keys(Le).map((s) => yt[Le[s].default.name] = Le[s].default);
1956
- Object.keys(Te).map((s) => wn[Te[s].default.name] = Te[s].default);
1957
- Object.keys(Oe).map((s) => Pe[Oe[s].default.name] = Oe[s].default);
1958
- const Vn = { ...ht, ...yt }, $n = (s, e, t, n) => {
1959
- (!e || e.toString() === "") && parseInt(e) !== 0 ? t(new Error(`${n.name}`)) : t();
1960
- }, Dn = (s, e, t, n) => {
1961
- e !== "" && e.length > parseInt(n.value) ? t(new Error(`${n.name}不能超过${n.value}`)) : t();
1962
- }, Mn = (s, e, t, n) => {
1963
- e !== "" && e.length < parseInt(n.value) ? t(new Error(`${n.name}不能少于${n.value}`)) : t();
1964
- }, Sn = (s, e, t, n) => {
1671
+ default: Ws
1672
+ }, Symbol.toStringTag, { value: "Module" })), le = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": Le, "./base/autocomplete.vue": Oe, "./base/checkbox.vue": Te, "./base/date.vue": je, "./base/dropdown.vue": Ne, "./base/imageViewer.vue": Fe, "./base/input.vue": qe, "./base/number.vue": Be, "./base/radio.vue": Pe, "./base/select.vue": Ee, "./base/selector.vue": Ke, "./base/soundRecording.vue": Ie, "./base/switch.vue": ke, "./base/text.vue": Ae, "./base/textarea.vue": Ce, "./base/time.vue": Qe, "./layout/accordion/accordion.vue": Ss, "./layout/grid/gridLayout.vue": Ys }), re = /* @__PURE__ */ Object.assign({ "./base/attachment.vue": Le, "./base/autocomplete.vue": Oe, "./base/checkbox.vue": Te, "./base/date.vue": je, "./base/dropdown.vue": Ne, "./base/imageViewer.vue": Fe, "./base/input.vue": qe, "./base/number.vue": Be, "./base/radio.vue": Pe, "./base/select.vue": Ee, "./base/selector.vue": Ke, "./base/soundRecording.vue": Ie, "./base/switch.vue": ke, "./base/text.vue": Ae, "./base/textarea.vue": Ce, "./base/time.vue": Qe }), ue = /* @__PURE__ */ Object.assign({}), pe = /* @__PURE__ */ Object.assign({}), ve = {}, Ze = {}, He = {}, Zs = {};
1673
+ Object.keys(re).map((s) => Ze[re[s].default.name] = re[s].default);
1674
+ Object.keys(ue).map((s) => He[ue[s].default.name] = ue[s].default);
1675
+ Object.keys(pe).map((s) => Zs[pe[s].default.name] = pe[s].default);
1676
+ Object.keys(le).map((s) => ve[le[s].default.name] = le[s].default);
1677
+ const Hs = { ...Ze, ...He }, Gs = (s, e, t, o) => {
1678
+ (!e || e.toString() === "") && parseInt(e) !== 0 ? t(new Error(`${o.name}`)) : t();
1679
+ }, Xs = (s, e, t, o) => {
1680
+ e !== "" && e.length > parseInt(o.value) ? t(new Error(`${o.name}不能超过${o.value}`)) : t();
1681
+ }, eo = (s, e, t, o) => {
1682
+ e !== "" && e.length < parseInt(o.value) ? t(new Error(`${o.name}不能少于${o.value}`)) : t();
1683
+ }, to = (s, e, t, o) => {
1965
1684
  if (e !== "" && !/^1[3456789]\d{9}$/.test(e))
1966
1685
  return t(new Error("手机号码格式不正确,请重新输入")), !1;
1967
1686
  t();
1968
- }, On = (s, e, t) => {
1687
+ }, so = (s, e, t) => {
1969
1688
  if (e !== "" && !/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(e))
1970
1689
  return t(new Error("电子邮箱格式不正确,请重新输入")), !1;
1971
1690
  t();
1972
- }, Rn = (s, e, t) => {
1691
+ }, oo = (s, e, t) => {
1973
1692
  if (e !== "" && !/^-?\d+$/.test(e))
1974
1693
  return t(new Error("请输入整数")), !1;
1975
1694
  t();
1976
- }, Ln = (s, e, t, n) => {
1977
- if (e !== "" && e != n.value)
1695
+ }, no = (s, e, t, o) => {
1696
+ if (e !== "" && e != o.value)
1978
1697
  return t(new Error("请输入相同的值")), !1;
1979
1698
  t();
1980
- }, Tn = (s, e, t, n) => {
1981
- e === "" ? t() : /^[+-]?\d*\.?\d*$/.test(e) ? e < parseFloat(n.value) ? t(new Error(`${n.name}不能小于${n.value}`)) : t() : t(new Error("请输入数字"));
1982
- }, jn = (s, e, t, n) => {
1983
- e === "" ? t() : /^[+-]?\d*\.?\d*$/.test(e) ? e > parseFloat(n.value) ? t(new Error(`${n.name}不能大于${n.value}`)) : t() : t(new Error("请输入数字"));
1984
- }, Nn = (s, e, t, n) => {
1985
- const g = /^[+-]?(\d*\.\d+([eE]?[+-]?\d+)?|\d+[eE][+-]?\d+)$/, c = /^-?\d+$/;
1986
- e === "" ? t() : g.test(e) || c.test(e) ? e >= parseFloat(n.start) && e <= parseFloat(n.end) ? t() : t(new Error(`只能输入指定数字范围${n.start}-${n.end}`)) : t(new Error("请输入数字"));
1987
- }, Fn = (s, e, t, n) => {
1988
- e === "" || parseFloat(e) === parseFloat(n.value) ? t() : t(new Error(`只能输入指定的值${n.value}`));
1989
- }, qn = (s, e, t, n) => {
1990
- e === "" ? t() : /^-?\d+$/.test(e) ? Math.abs(e).toString().length === parseInt(n.value) ? t() : t(new Error(`只能输入${n.value}位数数字`)) : t(new Error("请输入整数"));
1991
- }, Bn = (s, e, t) => {
1699
+ }, ao = (s, e, t, o) => {
1700
+ e === "" ? t() : /^[+-]?\d*\.?\d*$/.test(e) ? e < parseFloat(o.value) ? t(new Error(`${o.name}不能小于${o.value}`)) : t() : t(new Error("请输入数字"));
1701
+ }, io = (s, e, t, o) => {
1702
+ e === "" ? t() : /^[+-]?\d*\.?\d*$/.test(e) ? e > parseFloat(o.value) ? t(new Error(`${o.name}不能大于${o.value}`)) : t() : t(new Error("请输入数字"));
1703
+ }, lo = (s, e, t, o) => {
1704
+ const m = /^[+-]?(\d*\.\d+([eE]?[+-]?\d+)?|\d+[eE][+-]?\d+)$/, g = /^-?\d+$/;
1705
+ e === "" ? t() : m.test(e) || g.test(e) ? e >= parseFloat(o.start) && e <= parseFloat(o.end) ? t() : t(new Error(`只能输入指定数字范围${o.start}-${o.end}`)) : t(new Error("请输入数字"));
1706
+ }, ro = (s, e, t, o) => {
1707
+ e === "" || parseFloat(e) === parseFloat(o.value) ? t() : t(new Error(`只能输入指定的值${o.value}`));
1708
+ }, uo = (s, e, t, o) => {
1709
+ e === "" ? t() : /^-?\d+$/.test(e) ? Math.abs(e).toString().length === parseInt(o.value) ? t() : t(new Error(`只能输入${o.value}位数数字`)) : t(new Error("请输入整数"));
1710
+ }, po = (s, e, t) => {
1992
1711
  if (e !== "" && !/^[a-zA-Z]{1,}$/.test(e))
1993
1712
  return t(new Error("只能输入字母")), !1;
1994
1713
  t();
1995
- }, Pn = (s, e, t) => {
1714
+ }, go = (s, e, t) => {
1996
1715
  if (e !== "" && !/^[a-zA-Z ]{1,}$/.test(e))
1997
1716
  return t(new Error("只能输入字母空格")), !1;
1998
1717
  t();
1999
- }, En = (s, e, t) => {
1718
+ }, co = (s, e, t) => {
2000
1719
  if (e !== "" && !/^[0-9a-zA-Z_-]{1,}$/.test(e))
2001
1720
  return t(new Error("只能输入字母数字横线下划线")), !1;
2002
1721
  t();
2003
- }, In = (s, e, t) => {
1722
+ }, mo = (s, e, t) => {
2004
1723
  if (e !== "" && !/^[0-9a-zA-Z]{1,}$/.test(e))
2005
1724
  return t(new Error("只能输入字母数字")), !1;
2006
1725
  t();
2007
- }, Kn = (s, e, t, n) => {
2008
- const g = new RegExp(n.value);
2009
- if (e !== "" && !g.test(e))
1726
+ }, fo = (s, e, t, o) => {
1727
+ const m = new RegExp(o.value);
1728
+ if (e !== "" && !m.test(e))
2010
1729
  return t(new Error("校验失败")), !1;
2011
1730
  t();
2012
- }, kn = {
2013
- required: $n,
2014
- min: Mn,
2015
- max: Dn,
2016
- email: On,
2017
- min_value: Tn,
2018
- max_value: jn,
2019
- confirmed: Ln,
2020
- numeric: Rn,
2021
- between: Nn,
2022
- is: Fn,
2023
- digits: qn,
2024
- mobile: Sn,
2025
- alpha: Bn,
2026
- alpha_spaces: Pn,
2027
- alpha_dash: En,
2028
- alpha_num: In,
2029
- regex: Kn
2030
- }, An = () => {
2031
- const s = m({}), e = m([]), t = m([]), n = m(""), g = m({});
2032
- return { data: s, formData: e, formRule: g, setData: (d, f) => {
2033
- e.value.forEach((O) => {
2034
- O.formKey === n.value && (O.data[d] = f);
1731
+ }, vo = {
1732
+ required: Gs,
1733
+ min: eo,
1734
+ max: Xs,
1735
+ email: so,
1736
+ min_value: ao,
1737
+ max_value: io,
1738
+ confirmed: no,
1739
+ numeric: oo,
1740
+ between: lo,
1741
+ is: ro,
1742
+ digits: uo,
1743
+ mobile: to,
1744
+ alpha: po,
1745
+ alpha_spaces: go,
1746
+ alpha_dash: co,
1747
+ alpha_num: mo,
1748
+ regex: fo
1749
+ }, yo = () => {
1750
+ const s = d({}), e = d([]), t = d([]), o = d(""), m = d({});
1751
+ return { data: s, formData: e, formRule: m, setData: (c, f) => {
1752
+ e.value.forEach((R) => {
1753
+ R.formKey === o.value && (R.data[c] = f);
2035
1754
  });
2036
- }, setDetailData: (d) => {
2037
- s.value = d, e.value.forEach((f) => {
2038
- f.formKey === n.value && (f.data = d);
1755
+ }, setDetailData: (c) => {
1756
+ s.value = c, e.value.forEach((f) => {
1757
+ f.formKey === o.value && (f.data = c);
2039
1758
  });
2040
- }, getData: (d) => s.value[d], setFormData: (d, f, O) => {
2041
- n.value = d, t.value.includes(d) ? e.value.forEach((_) => {
2042
- _.formKey === d && (s.value = _.data);
2043
- }) : (t.value.push(d), e.value.push({
2044
- formKey: d,
1759
+ }, getData: (c) => s.value[c], setFormData: (c, f, R) => {
1760
+ o.value = c, t.value.includes(c) ? e.value.forEach((v) => {
1761
+ v.formKey === c && (s.value = v.data);
1762
+ }) : (t.value.push(c), e.value.push({
1763
+ formKey: c,
2045
1764
  boKey: f,
2046
- reportId: O || null,
1765
+ reportId: R || null,
2047
1766
  data: {}
2048
1767
  }));
2049
- }, getFormData: () => e.value, setFormRule: (d, f) => {
2050
- g.value[d] = [], f.forEach((O) => {
2051
- g.value[d].push({
2052
- validator: (_, L, V) => kn[O.key](_, L, V, O)
1768
+ }, getFormData: () => e.value, setFormRule: (c, f) => {
1769
+ m.value[c] = [], f.forEach((R) => {
1770
+ m.value[c].push({
1771
+ validator: (v, _, y) => vo[R.key](v, _, y, R)
2053
1772
  });
2054
1773
  });
2055
1774
  }, clearData: () => {
2056
- s.value = {}, e.value = [], t.value = [], g.value = {};
1775
+ s.value = {}, e.value = [], t.value = [], m.value = {};
2057
1776
  } };
2058
- }, Cn = { class: "custom-page" }, xn = {
1777
+ }, ho = { class: "custom-page" }, bo = {
2059
1778
  key: 0,
2060
1779
  class: "btn-box"
2061
- }, Un = { class: "content-box" }, zn = /* @__PURE__ */ F({
1780
+ }, _o = { class: "content-box" }, wo = /* @__PURE__ */ D({
2062
1781
  __name: "App",
2063
1782
  props: {
2064
1783
  formConfigurationId: {},
@@ -2068,59 +1787,59 @@ const Vn = { ...ht, ...yt }, $n = (s, e, t, n) => {
2068
1787
  },
2069
1788
  emits: ["handleClick"],
2070
1789
  setup(s, { expose: e, emit: t }) {
2071
- const n = An(), { formRule: g, clearData: c } = n, r = s, u = t, { formJsonList: o, isShowPage: a, btnList: i, formRef: l, getForm: d, getBtnSet: f, handleClick: O, validateFormData: _ } = os(
1790
+ const o = yo(), { formRule: m, clearData: g } = o, r = s, p = t, { formJsonList: n, isShowPage: a, btnList: i, formRef: u, getForm: c, getBtnSet: f, handleClick: R, validateFormData: v } = Et(
2072
1791
  r,
2073
- u,
2074
- n
1792
+ p,
1793
+ o
2075
1794
  );
2076
- return Mt(async () => {
1795
+ return nt(async () => {
2077
1796
  f();
2078
1797
  }), e({
2079
- validateFormData: _,
2080
- clearData: c
2081
- }), (L, V) => (S(), se("div", Cn, [
2082
- p(i).length > 0 ? (S(), se("div", xn, [
2083
- (S(!0), se(Ve, null, Ee(p(i), (R) => (S(), N(p(Lt), {
2084
- key: R.id,
1798
+ validateFormData: v,
1799
+ clearData: g
1800
+ }), (_, y) => (h(), I("div", ho, [
1801
+ l(i).length > 0 ? (h(), I("div", bo, [
1802
+ (h(!0), I(ee, null, ye(l(i), (b) => (h(), V(l(rt), {
1803
+ key: b.id,
2085
1804
  style: { "margin-right": "20px" },
2086
1805
  "btn-type": "primary",
2087
- onClick: (T) => p(O)(R)
1806
+ onClick: (w) => l(R)(b)
2088
1807
  }, {
2089
- default: E(() => [
2090
- me(fe(R.name), 1)
1808
+ default: S(() => [
1809
+ W(Y(b.name), 1)
2091
1810
  ]),
2092
1811
  _: 2
2093
1812
  }, 1032, ["onClick"]))), 128))
2094
- ])) : de("", !0),
2095
- St((S(), se("div", Un, [
2096
- p(a) ? (S(), N(p(Rt), {
1813
+ ])) : J("", !0),
1814
+ at((h(), I("div", _o, [
1815
+ l(a) ? (h(), V(l(lt), {
2097
1816
  key: 0,
2098
1817
  ref_key: "formRef",
2099
- ref: l,
1818
+ ref: u,
2100
1819
  cols: 24,
2101
1820
  "margin-right": "80px",
2102
- rules: p(g),
2103
- form: p(n).data,
1821
+ rules: l(m),
1822
+ form: l(o).data,
2104
1823
  class: "form-preview-page",
2105
1824
  alignType: "horizontal"
2106
1825
  }, {
2107
- default: E(() => [
2108
- (S(!0), se(Ve, null, Ee(p(o), (R) => (S(), N(Ne(p(Pe)[R.ctrlType]), {
2109
- key: R.name,
2110
- setting: R,
1826
+ default: S(() => [
1827
+ (h(!0), I(ee, null, ye(l(n), (b) => (h(), V(ce(l(ve)[b.ctrlType]), {
1828
+ key: b.name,
1829
+ setting: b,
2111
1830
  isView: r.isView,
2112
- store: p(n)
1831
+ store: l(o)
2113
1832
  }, null, 8, ["setting", "isView", "store"]))), 128))
2114
1833
  ]),
2115
1834
  _: 1
2116
- }, 8, ["rules", "form"])) : de("", !0)
1835
+ }, 8, ["rules", "form"])) : J("", !0)
2117
1836
  ])), [
2118
- [p(Tt)]
1837
+ [l(ut)]
2119
1838
  ])
2120
1839
  ]));
2121
1840
  }
2122
- }), Qn = /* @__PURE__ */ qe(zn, [["__scopeId", "data-v-993c1451"]]), go = bt(Qn);
1841
+ }), Vo = /* @__PURE__ */ me(wo, [["__scopeId", "data-v-993c1451"]]), Qo = Ge(Vo);
2123
1842
  export {
2124
- go as DasProcessForm,
2125
- go as default
1843
+ Qo as DasProcessForm,
1844
+ Qo as default
2126
1845
  };