@web-utils/form-ui 1.0.0-beta5 → 1.0.0-beta50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/index.d.ts +60 -0
- package/api/index.mjs +42 -0
- package/awesome-button/index.d.ts +60 -0
- package/awesome-button/index.mjs +49 -0
- package/base.css +1 -1
- package/chunks/6yfBZFOB.mjs +56 -0
- package/chunks/B-zqRAXo.mjs +69 -0
- package/chunks/B1IPSTA6.mjs +198 -0
- package/chunks/B9gA65rt2.mjs +38 -0
- package/chunks/BA2KEptL.mjs +172 -0
- package/chunks/BBERmTup.mjs +83 -0
- package/chunks/BUGCiCnl.mjs +83 -0
- package/chunks/BbSPWDDZ.mjs +100 -0
- package/chunks/BfxDxIg0.mjs +106 -0
- package/chunks/BqWvBF14.mjs +35 -0
- package/chunks/BsZgAJX_2.mjs +81 -0
- package/chunks/BtcjAHE6.mjs +317 -0
- package/chunks/ByHz4mmh.mjs +87 -0
- package/chunks/C2zgFLYO.mjs +185 -0
- package/chunks/CAd1zK9Q.mjs +25 -0
- package/chunks/CJdkjadi.mjs +17 -0
- package/chunks/CabldOLo.mjs +157 -0
- package/chunks/CkOD-_VV.mjs +8 -0
- package/chunks/Cln3RBAD.mjs +660 -0
- package/chunks/CqoVAnxC2.mjs +93 -0
- package/chunks/CuAoMR3n.mjs +105 -0
- package/chunks/CxTg0r4n.mjs +166 -0
- package/chunks/D0Zg2CV0.mjs +57 -0
- package/chunks/DA7oGHSX.mjs +141 -0
- package/chunks/DOP3aBxf.mjs +93 -0
- package/chunks/DOZRzqlo.mjs +37 -0
- package/chunks/D_qiRmiE.mjs +230 -0
- package/chunks/DcTVYqeJ.mjs +113 -0
- package/chunks/Dkd5BC98.mjs +198 -0
- package/chunks/GI8krYU82.mjs +478 -0
- package/chunks/V2p-PCpL.mjs +176 -0
- package/chunks/bFbPPcdq.mjs +25 -0
- package/chunks/cqIZWDHo.mjs +614 -0
- package/chunks/eae6huQB.mjs +25 -0
- package/chunks/gCeDFHo1.mjs +32 -0
- package/chunks/gLPy4Sus.mjs +164 -0
- package/chunks/hlha6Bhc.mjs +107 -0
- package/chunks/hzaYr6Ud2.mjs +207 -0
- package/chunks/kflKDW4T2.mjs +146 -0
- package/chunks/pIzhYsBe.mjs +93 -0
- package/chunks/vXQf89tS.mjs +1361 -0
- package/chunks/wXeqV-_7.mjs +89 -0
- package/chunks/zwXzk9ff2.mjs +568 -0
- package/confirm-button/index.d.ts +115 -0
- package/confirm-button/index.mjs +35 -0
- package/confirmable/index.d.ts +86 -0
- package/confirmable/index.mjs +8 -0
- package/constants/index.d.ts +53 -0
- package/constants/index.mjs +4 -0
- package/dict-render/index.d.ts +28 -0
- package/dict-render/index.mjs +2 -0
- package/editable-tree/index.d.ts +254 -0
- package/editable-tree/index.mjs +2 -0
- package/editable-tree/style.css +1 -0
- package/element-dialog/index.d.ts +337 -16
- package/element-dialog/index.mjs +2 -91
- package/element-resize-observer/index.d.ts +8 -0
- package/element-resize-observer/index.mjs +40 -0
- package/element-resize-observer/style.css +1 -0
- package/empty-view/index.d.ts +2 -2
- package/empty-view/index.mjs +1 -1
- package/flex-scroll-area/index.d.ts +1 -1
- package/flex-scroll-area/index.mjs +1 -1
- package/form-advice/index.mjs +13 -12
- package/form-button/index.d.ts +116 -0
- package/form-button/index.mjs +36 -0
- package/form-card/index.d.ts +14 -0
- package/form-card/index.mjs +18 -0
- package/form-cascader/index.d.ts +472 -0
- package/form-cascader/index.mjs +2 -0
- package/form-checkbox/index.d.ts +236 -16
- package/form-checkbox/index.mjs +1 -1
- package/form-checkbox-group/index.d.ts +364 -0
- package/form-checkbox-group/index.mjs +2 -0
- package/form-checkbox-group/style.css +1 -0
- package/form-date-picker/index.d.ts +390 -19
- package/form-date-picker/index.mjs +1 -1
- package/form-holder/index.d.ts +87 -20
- package/form-holder/index.mjs +1 -1
- package/form-holder/style.css +1 -1
- package/form-image/index.d.ts +145 -13
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +301 -20
- package/form-input/index.mjs +1 -1
- package/form-input/style.css +1 -0
- package/form-input-cron-expression/index.d.ts +217 -0
- package/form-input-cron-expression/index.mjs +2 -0
- package/form-input-cron-expression/style.css +1 -0
- package/form-input-email/index.d.ts +307 -16
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +307 -16
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +246 -18
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +307 -16
- package/form-input-phone-number/index.mjs +1 -1
- package/form-input-tag/index.d.ts +263 -1
- package/form-input-tag/index.mjs +1 -3
- package/form-input-time/index.d.ts +434 -1
- package/form-input-time/index.mjs +1 -3
- package/form-item-config-provider/index.d.ts +22 -0
- package/form-item-config-provider/index.mjs +24 -0
- package/form-item-group/index.d.ts +91 -17
- package/form-item-group/index.mjs +2 -78
- package/form-item-group/style.css +1 -1
- package/form-item-x/index.d.ts +141 -11
- package/form-item-x/index.mjs +1 -1
- package/form-item-x/style.css +1 -0
- package/form-radio-group/index.d.ts +303 -16
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.d.ts +254 -14
- package/form-rate/index.mjs +1 -1
- package/form-red-table/index.mjs +27 -26
- package/form-row/index.d.ts +2 -2
- package/form-row/index.mjs +1 -1
- package/form-select/index.d.ts +537 -18
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +283 -16
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.d.ts +272 -14
- package/form-switch/index.mjs +1 -1
- package/form-table/index.d.ts +269 -0
- package/form-table/index.mjs +2 -0
- package/form-table-plus/index.d.ts +266 -0
- package/form-table-plus/index.mjs +2 -0
- package/form-text/index.d.ts +165 -13
- package/form-text/index.mjs +1 -1
- package/form-textarea/index.d.ts +351 -0
- package/form-textarea/index.mjs +2 -0
- package/form-time-select/index.d.ts +319 -0
- package/form-time-select/index.mjs +2 -0
- package/form-view/index.mjs +1 -1
- package/helper/dictionary.d.ts +15 -0
- package/helper/dictionary.mjs +97 -0
- package/hook/useDictionary.d.ts +60 -0
- package/hook/useDictionary.mjs +15 -0
- package/hook/useVisibilityChange.d.ts +4 -0
- package/hook/useVisibilityChange.mjs +14 -0
- package/iframe-window/index.d.ts +9 -0
- package/iframe-window/index.mjs +37 -0
- package/iframe-window/style.css +1 -0
- package/index.css +2 -0
- package/index.d.ts +57 -36
- package/index.mjs +59 -61
- package/package.json +10 -5
- package/pageable-table/index.d.ts +398 -0
- package/pageable-table/index.mjs +2 -0
- package/pageable-table/style.css +1 -0
- package/resolver/index.mjs +29 -0
- package/sub-table/index.d.ts +100 -0
- package/sub-table/index.mjs +472 -0
- package/sub-table/style.css +1 -0
- package/sub-table-plus/index.d.ts +97 -0
- package/sub-table-plus/index.mjs +2 -0
- package/sub-table-plus/style.css +1 -0
- package/table-column/index.d.ts +160 -0
- package/table-column/index.mjs +2 -0
- package/table-column/style.css +1 -0
- package/table-column-def/index.d.ts +95 -0
- package/table-column-def/index.mjs +11 -0
- package/table-view/index.d.ts +340 -1
- package/table-view/index.mjs +454 -6
- package/table-view/style.css +1 -0
- package/toolbar/index.d.ts +128 -1
- package/toolbar/index.mjs +1 -8
- package/toolbar/style.css +1 -0
- package/toolbar-button/index.d.ts +188 -1
- package/toolbar-button/index.mjs +1 -8
- package/vue-cron/index.d.ts +191 -0
- package/vue-cron/index.mjs +2 -0
- package/vue-cron/style.css +1 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/x-input-tag/index.mjs +228 -0
- package/x-input-tag/style.css +1 -0
- package/year-calendar/index.d.ts +99 -0
- package/year-calendar/index.mjs +2 -0
- package/year-calendar/style.css +1 -0
- package/chunks/B4M_TFeR.mjs +0 -152
- package/chunks/B5BIQCcK.mjs +0 -149
- package/chunks/BHNKrW1j.mjs +0 -61
- package/chunks/BO9jWhBl.mjs +0 -46
- package/chunks/BZ8aOa78.mjs +0 -35
- package/chunks/Bsz7y4Xp.mjs +0 -73
- package/chunks/Bxj372sF.mjs +0 -53
- package/chunks/C33EmJN8.mjs +0 -32
- package/chunks/C6Li3-l7.mjs +0 -28
- package/chunks/CBcdalMX.mjs +0 -35
- package/chunks/CdRsyF0n.mjs +0 -43
- package/chunks/ClNahmiU.mjs +0 -23
- package/chunks/CstztYMu.mjs +0 -28
- package/chunks/DC9b53M6.mjs +0 -32
- package/chunks/DDVAgRED.mjs +0 -36
- package/chunks/DpJQABVD.mjs +0 -91
- package/chunks/ZsLNWI9x.mjs +0 -46
- package/chunks/jn_iQrVZ.mjs +0 -28
- package/constants.d.ts +0 -1
- package/constants.mjs +0 -4
- package/form-check-box-group/index.d.ts +0 -93
- package/form-check-box-group/index.mjs +0 -2
- package/input/style.css +0 -1
- package/resolver.mjs +0 -79
- /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
package/chunks/BHNKrW1j.mjs
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElInput as r } from "element-plus/es";
|
|
3
|
-
import { computed as i, createVNode as a } from "vue";
|
|
4
|
-
import { validatePhoneNum as o } from "@web-utils/core";
|
|
5
|
-
//#region src/util/form-validate.js
|
|
6
|
-
var s = (e, t, n) => t && !/^[A-Za-z0-9\u4e00-\u9fa5_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(t) ? n(/* @__PURE__ */ Error("invalid")) : n();
|
|
7
|
-
function c(e, t, n) {
|
|
8
|
-
t && !/^[1-9][0-9]{5}(18|19|(2[0-9]))[0-9]{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)[0-9]{3}[0-9Xx]$/.test(t) ? n(/* @__PURE__ */ Error("invalid")) : n();
|
|
9
|
-
}
|
|
10
|
-
//#endregion
|
|
11
|
-
//#region src/components/form/FormInput.vue
|
|
12
|
-
var l = {
|
|
13
|
-
name: "FormInput",
|
|
14
|
-
inheritAttrs: !1,
|
|
15
|
-
props: {
|
|
16
|
-
...t,
|
|
17
|
-
modelValue: String,
|
|
18
|
-
type: String,
|
|
19
|
-
rows: Number,
|
|
20
|
-
prepend: String,
|
|
21
|
-
append: String,
|
|
22
|
-
prefix: String,
|
|
23
|
-
suffix: String
|
|
24
|
-
},
|
|
25
|
-
emits: [...n],
|
|
26
|
-
setup(t, { emit: n, slots: l }) {
|
|
27
|
-
let u = `请输入正确的${t.label}!`, { emitInput: d, render: f, placeholder: p, disabled: m } = e(t, {
|
|
28
|
-
emit: n,
|
|
29
|
-
slots: l,
|
|
30
|
-
rules: i(() => {
|
|
31
|
-
if (!t.type || t.type === "textarea") return null;
|
|
32
|
-
let e = {
|
|
33
|
-
message: u,
|
|
34
|
-
trigger: "blur"
|
|
35
|
-
};
|
|
36
|
-
if (t.type === "email") e.validator = s;
|
|
37
|
-
else if (t.type === "idcard") e.validator = c;
|
|
38
|
-
else if (t.type === "phone") e.validator = o;
|
|
39
|
-
else return null;
|
|
40
|
-
return [e];
|
|
41
|
-
})
|
|
42
|
-
});
|
|
43
|
-
return () => f({ vNodes: a(r, {
|
|
44
|
-
modelValue: t.modelValue,
|
|
45
|
-
type: t.type,
|
|
46
|
-
clearable: !0,
|
|
47
|
-
rows: t.rows,
|
|
48
|
-
disabled: m.value,
|
|
49
|
-
"onUpdate:modelValue": d,
|
|
50
|
-
placeholder: p.value
|
|
51
|
-
}, {
|
|
52
|
-
prefix: l.prefix || t.prefix ? () => t.prefix : null,
|
|
53
|
-
suffix: l.suffix || t.suffix ? () => t.suffix : null,
|
|
54
|
-
"password-icon": l["password-icon"],
|
|
55
|
-
prepend: l.prepend || t.prepend ? () => t.prepend : null,
|
|
56
|
-
append: l.append || t.append ? () => t.append : null
|
|
57
|
-
}) });
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
//#endregion
|
|
61
|
-
export { l as t };
|
package/chunks/BO9jWhBl.mjs
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElRadio as r, ElRadioGroup as i } from "element-plus/es";
|
|
3
|
-
import { createVNode as a, isVNode as o } from "vue";
|
|
4
|
-
//#region src/components/form/FormRadioGroup.vue?vue&type=script&lang.jsx
|
|
5
|
-
function s(e) {
|
|
6
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !o(e);
|
|
7
|
-
}
|
|
8
|
-
//#endregion
|
|
9
|
-
//#region src/components/form/FormRadioGroup.vue
|
|
10
|
-
var c = {
|
|
11
|
-
name: "FormRadioGroup",
|
|
12
|
-
inheritAttrs: !1,
|
|
13
|
-
props: {
|
|
14
|
-
...t,
|
|
15
|
-
modelValue: [
|
|
16
|
-
String,
|
|
17
|
-
Number,
|
|
18
|
-
Boolean
|
|
19
|
-
],
|
|
20
|
-
options: Array
|
|
21
|
-
},
|
|
22
|
-
emits: [...n],
|
|
23
|
-
setup(t, { emit: n, slots: o }) {
|
|
24
|
-
let { emitInput: c, render: l, placeholder: u, disabled: d } = e(t, {
|
|
25
|
-
emit: n,
|
|
26
|
-
slots: o
|
|
27
|
-
});
|
|
28
|
-
return () => l({ vNodes: a(i, {
|
|
29
|
-
modelValue: t.modelValue,
|
|
30
|
-
disabled: d.value,
|
|
31
|
-
"onUpdate:modelValue": c,
|
|
32
|
-
placeholder: u.value
|
|
33
|
-
}, {
|
|
34
|
-
...o,
|
|
35
|
-
default: o.default || (() => {
|
|
36
|
-
var e;
|
|
37
|
-
return (e = t.options) == null ? void 0 : e.map(({ value: e, label: t }) => a(r, {
|
|
38
|
-
key: e,
|
|
39
|
-
value: e
|
|
40
|
-
}, s(t) ? t : { default: () => [t] }));
|
|
41
|
-
})
|
|
42
|
-
}) });
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
//#endregion
|
|
46
|
-
export { c as t };
|
package/chunks/BZ8aOa78.mjs
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { n as e, r as t, s as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElImage as r } from "element-plus/es";
|
|
3
|
-
import { createVNode as i, isVNode as a } from "vue";
|
|
4
|
-
//#region src/components/form/FormImage.vue?vue&type=script&lang.jsx
|
|
5
|
-
function o(e) {
|
|
6
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
|
|
7
|
-
}
|
|
8
|
-
//#endregion
|
|
9
|
-
//#region src/components/form/FormImage.vue
|
|
10
|
-
var s = {
|
|
11
|
-
name: "FormImage",
|
|
12
|
-
inheritAttrs: !1,
|
|
13
|
-
props: {
|
|
14
|
-
...e,
|
|
15
|
-
src: String,
|
|
16
|
-
fit: String,
|
|
17
|
-
hideOnClickModal: Boolean
|
|
18
|
-
},
|
|
19
|
-
setup(e, { slots: a, attrs: s }) {
|
|
20
|
-
let c = n(e);
|
|
21
|
-
return () => t(e, {
|
|
22
|
-
vNodes: i(r, {
|
|
23
|
-
src: e.src,
|
|
24
|
-
fit: e.fit,
|
|
25
|
-
"preview-src-list": [e.src],
|
|
26
|
-
"hide-on-click-modal": e.hideOnClickModal,
|
|
27
|
-
style: s.style
|
|
28
|
-
}, o(a) ? a : { default: () => [a] }),
|
|
29
|
-
formItemProps: c,
|
|
30
|
-
slots: a
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
//#endregion
|
|
35
|
-
export { s as t };
|
package/chunks/Bsz7y4Xp.mjs
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElDatePicker as r } from "element-plus/es";
|
|
3
|
-
import { computed as i, createVNode as a } from "vue";
|
|
4
|
-
//#endregion
|
|
5
|
-
//#region src/components/form/FormDatePicker.vue
|
|
6
|
-
var o = {
|
|
7
|
-
name: "FormDatePicker",
|
|
8
|
-
inheritAttrs: !1,
|
|
9
|
-
props: {
|
|
10
|
-
...t,
|
|
11
|
-
modelValue: [
|
|
12
|
-
String,
|
|
13
|
-
Number,
|
|
14
|
-
Date,
|
|
15
|
-
Array
|
|
16
|
-
],
|
|
17
|
-
type: {
|
|
18
|
-
type: String,
|
|
19
|
-
default: "date"
|
|
20
|
-
},
|
|
21
|
-
unlinkPanels: {
|
|
22
|
-
type: Boolean,
|
|
23
|
-
default: !0
|
|
24
|
-
},
|
|
25
|
-
split: Boolean,
|
|
26
|
-
startDate: String,
|
|
27
|
-
endDate: String
|
|
28
|
-
},
|
|
29
|
-
emits: [
|
|
30
|
-
...n,
|
|
31
|
-
"update:startDate",
|
|
32
|
-
"update:endDate"
|
|
33
|
-
],
|
|
34
|
-
setup(t, { emit: n, slots: o }) {
|
|
35
|
-
let { emitInput: s, render: c, placeholder: l, disabled: u } = e(t, {
|
|
36
|
-
emit: n,
|
|
37
|
-
slots: o
|
|
38
|
-
}), d = i(() => {
|
|
39
|
-
switch (t.type) {
|
|
40
|
-
case "date":
|
|
41
|
-
case "daterange": return "YYYY-MM-DD";
|
|
42
|
-
case "datetime":
|
|
43
|
-
case "datetimerange": return "YYYY-MM-DD HH:mm:ss";
|
|
44
|
-
default: return "";
|
|
45
|
-
}
|
|
46
|
-
}), f = i(() => t.split && t.type.indexOf("range") > -1), p = (e, t) => {
|
|
47
|
-
n("update:startDate", e), n("update:endDate", t);
|
|
48
|
-
}, m = (e) => {
|
|
49
|
-
f.value ? e ? p(e[0], e[1]) : p(null, null) : s(e);
|
|
50
|
-
}, h = i(() => f.value ? [t.startDate, t.endDate] : t.modelValue);
|
|
51
|
-
return () => c({ vNodes: a(r, {
|
|
52
|
-
style: "width: 100%",
|
|
53
|
-
clearable: !0,
|
|
54
|
-
modelValue: h.value,
|
|
55
|
-
type: t.type,
|
|
56
|
-
unlinkPanels: t.unlinkPanels,
|
|
57
|
-
disabled: u.value,
|
|
58
|
-
"onUpdate:modelValue": m,
|
|
59
|
-
format: d.value,
|
|
60
|
-
"value-format": d.value,
|
|
61
|
-
placeholder: l.value
|
|
62
|
-
}, {
|
|
63
|
-
default: o.default,
|
|
64
|
-
"range-separator": o["range-separator"],
|
|
65
|
-
"pre-month": o["pre-month"],
|
|
66
|
-
"next-month": o["next-month"],
|
|
67
|
-
"pre-year": o["pre-year"],
|
|
68
|
-
"next-year": o["next-year"]
|
|
69
|
-
}) });
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
//#endregion
|
|
73
|
-
export { o as t };
|
package/chunks/Bxj372sF.mjs
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElCheckbox as r, ElCheckboxGroup as i } from "element-plus/es";
|
|
3
|
-
import { computed as a, createVNode as o, isVNode as s } from "vue";
|
|
4
|
-
//#region src/components/form/FormCheckBoxGroup.vue?vue&type=script&lang.jsx
|
|
5
|
-
function c(e) {
|
|
6
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
|
|
7
|
-
}
|
|
8
|
-
//#endregion
|
|
9
|
-
//#region src/components/form/FormCheckBoxGroup.vue
|
|
10
|
-
var l = {
|
|
11
|
-
name: "FormCheckBoxGroup",
|
|
12
|
-
inheritAttrs: !1,
|
|
13
|
-
props: {
|
|
14
|
-
...t,
|
|
15
|
-
modelValue: [Array, String],
|
|
16
|
-
options: Array,
|
|
17
|
-
stringMode: Boolean,
|
|
18
|
-
delimiter: {
|
|
19
|
-
type: String,
|
|
20
|
-
default: ","
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
emits: [...n],
|
|
24
|
-
setup(t, { emit: n, slots: s }) {
|
|
25
|
-
let { emitInput: l, render: u, placeholder: d, disabled: f } = e(t, {
|
|
26
|
-
emit: n,
|
|
27
|
-
slots: s
|
|
28
|
-
}), p = (e) => l(t.stringMode ? e.join(t.delimiter) : e), m = a(() => {
|
|
29
|
-
if (t.stringMode) {
|
|
30
|
-
var e;
|
|
31
|
-
return Array.isArray(t.modelValue) ? t.modelValue.filter((e) => e) : ((e = t.modelValue) == null ? void 0 : e.split(t.delimiter).filter((e) => e)) ?? [];
|
|
32
|
-
}
|
|
33
|
-
return t.modelValue || [];
|
|
34
|
-
});
|
|
35
|
-
return () => u({ vNodes: o(i, {
|
|
36
|
-
modelValue: m.value,
|
|
37
|
-
disabled: f.value,
|
|
38
|
-
"onUpdate:modelValue": p,
|
|
39
|
-
placeholder: d.value
|
|
40
|
-
}, {
|
|
41
|
-
...s,
|
|
42
|
-
default: s.default || (() => {
|
|
43
|
-
var e;
|
|
44
|
-
return (e = t.options) == null ? void 0 : e.map(({ value: e, label: t }) => o(r, {
|
|
45
|
-
key: e,
|
|
46
|
-
value: e
|
|
47
|
-
}, c(t) ? t : { default: () => [t] }));
|
|
48
|
-
})
|
|
49
|
-
}) });
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
//#endregion
|
|
53
|
-
export { l as t };
|
package/chunks/C33EmJN8.mjs
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElSlider as r } from "element-plus/es";
|
|
3
|
-
import { createVNode as i, isVNode as a } from "vue";
|
|
4
|
-
//#region src/components/form/FormSlider.vue?vue&type=script&lang.jsx
|
|
5
|
-
function o(e) {
|
|
6
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
|
|
7
|
-
}
|
|
8
|
-
//#endregion
|
|
9
|
-
//#region src/components/form/FormSlider.vue
|
|
10
|
-
var s = {
|
|
11
|
-
name: "FormSlider",
|
|
12
|
-
inheritAttrs: !1,
|
|
13
|
-
props: {
|
|
14
|
-
...t,
|
|
15
|
-
modelValue: [Number, Array]
|
|
16
|
-
},
|
|
17
|
-
emits: [...n],
|
|
18
|
-
setup(t, { emit: n, slots: a }) {
|
|
19
|
-
let { emitInput: s, render: c, disabled: l } = e(t, {
|
|
20
|
-
emit: n,
|
|
21
|
-
slots: a
|
|
22
|
-
});
|
|
23
|
-
return () => c({ vNodes: i(r, {
|
|
24
|
-
modelValue: t.modelValue,
|
|
25
|
-
clearable: !0,
|
|
26
|
-
disabled: l.value,
|
|
27
|
-
"onUpdate:modelValue": s
|
|
28
|
-
}, o(a) ? a : { default: () => [a] }) });
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
//#endregion
|
|
32
|
-
export { s as t };
|
package/chunks/C6Li3-l7.mjs
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { i as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { t as r } from "./BHNKrW1j.mjs";
|
|
3
|
-
import { createVNode as i, isVNode as a, mergeProps as o } from "vue";
|
|
4
|
-
//#region src/components/form/FormInputEmail.vue?vue&type=script&lang.jsx
|
|
5
|
-
function s(e) {
|
|
6
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
|
|
7
|
-
}
|
|
8
|
-
//#endregion
|
|
9
|
-
//#region src/components/form/FormInputEmail.vue
|
|
10
|
-
var c = {
|
|
11
|
-
name: "FormInputEmail",
|
|
12
|
-
inheritAttrs: !1,
|
|
13
|
-
props: {
|
|
14
|
-
...t,
|
|
15
|
-
modelValue: String
|
|
16
|
-
},
|
|
17
|
-
emits: [...n],
|
|
18
|
-
setup(t, { emit: n, slots: a }) {
|
|
19
|
-
let c = (t) => e(n, t);
|
|
20
|
-
return () => i(r, o(t, {
|
|
21
|
-
modelValue: t.modelValue,
|
|
22
|
-
type: "email",
|
|
23
|
-
"onUpdate:modelValue": c
|
|
24
|
-
}), s(a) ? a : { default: () => [a] });
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
//#endregion
|
|
28
|
-
export { c as t };
|
package/chunks/CBcdalMX.mjs
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElCheckbox as r } from "element-plus/es";
|
|
3
|
-
import { createVNode as i } from "vue";
|
|
4
|
-
//#endregion
|
|
5
|
-
//#region src/components/form/FormCheckbox.vue
|
|
6
|
-
var a = {
|
|
7
|
-
name: "FormCheckbox",
|
|
8
|
-
inheritAttrs: !1,
|
|
9
|
-
props: {
|
|
10
|
-
...t,
|
|
11
|
-
modelValue: [
|
|
12
|
-
String,
|
|
13
|
-
Number,
|
|
14
|
-
Boolean
|
|
15
|
-
],
|
|
16
|
-
value: String,
|
|
17
|
-
label: String
|
|
18
|
-
},
|
|
19
|
-
emits: [...n],
|
|
20
|
-
setup(t, { emit: n, slots: a }) {
|
|
21
|
-
let { emitInput: o, render: s, disabled: c } = e(t, {
|
|
22
|
-
emit: n,
|
|
23
|
-
slots: a
|
|
24
|
-
});
|
|
25
|
-
return () => s({ vNodes: i(r, {
|
|
26
|
-
modelValue: t.modelValue,
|
|
27
|
-
value: t.value,
|
|
28
|
-
label: t.label,
|
|
29
|
-
disabled: c.value,
|
|
30
|
-
"onUpdate:modelValue": o
|
|
31
|
-
}, { default: a.default }) });
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
//#endregion
|
|
35
|
-
export { a as t };
|
package/chunks/CdRsyF0n.mjs
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElInputNumber as r } from "element-plus/es";
|
|
3
|
-
import { createVNode as i } from "vue";
|
|
4
|
-
//#endregion
|
|
5
|
-
//#region src/components/form/FormInputNumber.vue
|
|
6
|
-
var a = {
|
|
7
|
-
name: "FormInputNumber",
|
|
8
|
-
inheritAttrs: !1,
|
|
9
|
-
props: {
|
|
10
|
-
...t,
|
|
11
|
-
modelValue: Number,
|
|
12
|
-
controls: Boolean,
|
|
13
|
-
align: {
|
|
14
|
-
type: String,
|
|
15
|
-
default: "left"
|
|
16
|
-
},
|
|
17
|
-
prefix: String,
|
|
18
|
-
suffix: String
|
|
19
|
-
},
|
|
20
|
-
emits: [...n],
|
|
21
|
-
setup(t, { emit: n, slots: a }) {
|
|
22
|
-
let { emitInput: o, render: s, placeholder: c, disabled: l } = e(t, {
|
|
23
|
-
emit: n,
|
|
24
|
-
slots: a
|
|
25
|
-
});
|
|
26
|
-
return () => s({ vNodes: i(r, {
|
|
27
|
-
style: "width: 100%",
|
|
28
|
-
align: t.align,
|
|
29
|
-
modelValue: t.modelValue,
|
|
30
|
-
disabled: l.value,
|
|
31
|
-
controls: t.controls,
|
|
32
|
-
"onUpdate:modelValue": o,
|
|
33
|
-
placeholder: c.value
|
|
34
|
-
}, {
|
|
35
|
-
prefix: a.prefix || t.prefix ? () => t.prefix : null,
|
|
36
|
-
suffix: a.suffix || t.suffix ? () => t.suffix : null,
|
|
37
|
-
"decrease-icon": a["decrease-icon"],
|
|
38
|
-
"increase-icon": a["increase-icon"]
|
|
39
|
-
}) });
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
//#endregion
|
|
43
|
-
export { a as t };
|
package/chunks/ClNahmiU.mjs
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { n as e, r as t, s as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElText as r } from "element-plus/es";
|
|
3
|
-
import { createVNode as i } from "vue";
|
|
4
|
-
//#endregion
|
|
5
|
-
//#region src/components/form/FormText.vue
|
|
6
|
-
var a = {
|
|
7
|
-
name: "FormText",
|
|
8
|
-
inheritAttrs: !1,
|
|
9
|
-
props: {
|
|
10
|
-
...e,
|
|
11
|
-
text: String
|
|
12
|
-
},
|
|
13
|
-
setup(e, { slots: a }) {
|
|
14
|
-
let o = n(e);
|
|
15
|
-
return () => t(e, {
|
|
16
|
-
vNodes: i(r, null, { default: a.default || (() => e.text) }),
|
|
17
|
-
formItemProps: o,
|
|
18
|
-
slots: a
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
//#endregion
|
|
23
|
-
export { a as t };
|
package/chunks/CstztYMu.mjs
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { i as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { t as r } from "./BHNKrW1j.mjs";
|
|
3
|
-
import { createVNode as i, isVNode as a, mergeProps as o } from "vue";
|
|
4
|
-
//#region src/components/form/FormInputIdCard.vue?vue&type=script&lang.jsx
|
|
5
|
-
function s(e) {
|
|
6
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
|
|
7
|
-
}
|
|
8
|
-
//#endregion
|
|
9
|
-
//#region src/components/form/FormInputIdCard.vue
|
|
10
|
-
var c = {
|
|
11
|
-
name: "FormInputIdCard",
|
|
12
|
-
inheritAttrs: !1,
|
|
13
|
-
props: {
|
|
14
|
-
...t,
|
|
15
|
-
modelValue: String
|
|
16
|
-
},
|
|
17
|
-
emits: [...n],
|
|
18
|
-
setup(t, { emit: n, slots: a }) {
|
|
19
|
-
let c = (t) => e(n, t);
|
|
20
|
-
return () => i(r, o(t, {
|
|
21
|
-
modelValue: t.modelValue,
|
|
22
|
-
type: "idcard",
|
|
23
|
-
"onUpdate:modelValue": c
|
|
24
|
-
}), s(a) ? a : { default: () => [a] });
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
//#endregion
|
|
28
|
-
export { c as t };
|
package/chunks/DC9b53M6.mjs
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElRate as r } from "element-plus/es";
|
|
3
|
-
import { createVNode as i, isVNode as a } from "vue";
|
|
4
|
-
//#region src/components/form/FormRate.vue?vue&type=script&lang.jsx
|
|
5
|
-
function o(e) {
|
|
6
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
|
|
7
|
-
}
|
|
8
|
-
//#endregion
|
|
9
|
-
//#region src/components/form/FormRate.vue
|
|
10
|
-
var s = {
|
|
11
|
-
name: "FormRate",
|
|
12
|
-
inheritAttrs: !1,
|
|
13
|
-
props: {
|
|
14
|
-
...t,
|
|
15
|
-
modelValue: Number
|
|
16
|
-
},
|
|
17
|
-
emits: [...n],
|
|
18
|
-
setup(t, { emit: n, slots: a }) {
|
|
19
|
-
let { emitInput: s, render: c, disabled: l } = e(t, {
|
|
20
|
-
emit: n,
|
|
21
|
-
slots: a
|
|
22
|
-
});
|
|
23
|
-
return () => c({ vNodes: i(r, {
|
|
24
|
-
modelValue: t.modelValue,
|
|
25
|
-
clearable: !0,
|
|
26
|
-
disabled: l.value,
|
|
27
|
-
"onUpdate:modelValue": s
|
|
28
|
-
}, o(a) ? a : { default: () => [a] }) });
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
//#endregion
|
|
32
|
-
export { s as t };
|
package/chunks/DDVAgRED.mjs
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElSwitch as r } from "element-plus/es";
|
|
3
|
-
import { createVNode as i, isVNode as a } from "vue";
|
|
4
|
-
//#region src/components/form/FormSwitch.vue?vue&type=script&lang.jsx
|
|
5
|
-
function o(e) {
|
|
6
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
|
|
7
|
-
}
|
|
8
|
-
//#endregion
|
|
9
|
-
//#region src/components/form/FormSwitch.vue
|
|
10
|
-
var s = {
|
|
11
|
-
name: "FormSwitch",
|
|
12
|
-
inheritAttrs: !1,
|
|
13
|
-
props: {
|
|
14
|
-
...t,
|
|
15
|
-
modelValue: [
|
|
16
|
-
Boolean,
|
|
17
|
-
String,
|
|
18
|
-
Number
|
|
19
|
-
]
|
|
20
|
-
},
|
|
21
|
-
emits: [...n],
|
|
22
|
-
setup(t, { emit: n, slots: a }) {
|
|
23
|
-
let { emitInput: s, render: c, disabled: l } = e(t, {
|
|
24
|
-
emit: n,
|
|
25
|
-
slots: a
|
|
26
|
-
});
|
|
27
|
-
return () => c({ vNodes: i(r, {
|
|
28
|
-
modelValue: t.modelValue,
|
|
29
|
-
clearable: !0,
|
|
30
|
-
disabled: l.value,
|
|
31
|
-
"onUpdate:modelValue": s
|
|
32
|
-
}, o(a) ? a : { default: () => [a] }) });
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
//#endregion
|
|
36
|
-
export { s as t };
|
package/chunks/DpJQABVD.mjs
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import e from "../form-cell/index.mjs";
|
|
2
|
-
import { ElTooltip as t } from "element-plus/es";
|
|
3
|
-
import { Comment as n, Fragment as r, Text as i, createVNode as a, inject as o, isVNode as s } from "vue";
|
|
4
|
-
import { camelize as c, isDef as l, isString as u } from "@web-utils/core";
|
|
5
|
-
//#region src/components/red-form/FormRow.vue?vue&type=script&lang.jsx
|
|
6
|
-
function d(e) {
|
|
7
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
|
|
8
|
-
}
|
|
9
|
-
var f = (e) => {
|
|
10
|
-
let t = Object.keys({});
|
|
11
|
-
for (let n in e) t[c(n)] = e[n];
|
|
12
|
-
return t;
|
|
13
|
-
}, p = (e, { columnSize: o }) => {
|
|
14
|
-
if (!e || !e.length) return null;
|
|
15
|
-
e = e.filter((e) => e.type !== n);
|
|
16
|
-
let s = [], c = e.length === 1;
|
|
17
|
-
for (let n = 0; n < e.length; n++) {
|
|
18
|
-
let g = e[n], { name: _ } = g.type;
|
|
19
|
-
if (g.type === i) s.push({
|
|
20
|
-
tag: _,
|
|
21
|
-
type: "text",
|
|
22
|
-
content: g,
|
|
23
|
-
colspan: c ? o : 0
|
|
24
|
-
});
|
|
25
|
-
else if (g.type === r) s.push(...p(g.children, { columnSize: o }));
|
|
26
|
-
else if (u(g.type) && g.type === "td") s.push({
|
|
27
|
-
tag: g.type,
|
|
28
|
-
type: "td",
|
|
29
|
-
content: g
|
|
30
|
-
});
|
|
31
|
-
else if (_ === "FormCell") s.push({
|
|
32
|
-
tag: _,
|
|
33
|
-
type: "FormCell",
|
|
34
|
-
content: g
|
|
35
|
-
});
|
|
36
|
-
else if (typeof g.type == "object") {
|
|
37
|
-
let { label: e, hideLabel: n, labelColspan: r, inputColspan: i, labelRowspan: u, inputRowspan: p, tipsAfterLabel: v, tips: y } = f(g.props);
|
|
38
|
-
if (!l(n)) {
|
|
39
|
-
var d, m, h;
|
|
40
|
-
let n = (d = g.children) == null ? void 0 : d.tips, i = n || y ? a(t, {
|
|
41
|
-
effect: "light",
|
|
42
|
-
content: y,
|
|
43
|
-
offset: 4
|
|
44
|
-
}, {
|
|
45
|
-
default: () => a("i", { class: "el-icon-info form-item-input-info" }, null),
|
|
46
|
-
content: n || null
|
|
47
|
-
}) : null;
|
|
48
|
-
s.push({
|
|
49
|
-
tag: _,
|
|
50
|
-
type: "label",
|
|
51
|
-
colspan: r,
|
|
52
|
-
rowspan: u,
|
|
53
|
-
content: [((m = g.children) == null || (h = m.label) == null ? void 0 : h.call(m)) || e, v === "" ? i : null]
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
let b;
|
|
57
|
-
b = c && l(n) ? o : l(i) ? i : c ? o - 1 : 0, s.push({
|
|
58
|
-
tag: _,
|
|
59
|
-
type: "input",
|
|
60
|
-
colspan: b,
|
|
61
|
-
rowspan: p,
|
|
62
|
-
content: g
|
|
63
|
-
});
|
|
64
|
-
} else console.error("未知节点");
|
|
65
|
-
}
|
|
66
|
-
return s;
|
|
67
|
-
}, m = {
|
|
68
|
-
name: "FormRow",
|
|
69
|
-
props: {
|
|
70
|
-
isLabel: Boolean,
|
|
71
|
-
alignCenter: Boolean
|
|
72
|
-
},
|
|
73
|
-
setup(t, { slots: n }) {
|
|
74
|
-
let r = o("setColumnSize", null), i = o("columnSize", null);
|
|
75
|
-
return () => {
|
|
76
|
-
var o;
|
|
77
|
-
let s = (o = n.default) == null ? void 0 : o.call(n), c = [];
|
|
78
|
-
return c.push(...p(s, { columnSize: (i == null ? void 0 : i.value) ?? 0 })), ((i == null ? void 0 : i.value) ?? 0) < c.length && (r == null || r(c.length)), a("tr", null, [c.map(({ tag: n, type: r, colspan: i, rowspan: o, content: s }) => n === "td" || r === "FormCell" ? s : r === "text" ? a(e, {
|
|
79
|
-
isLabel: t.isLabel,
|
|
80
|
-
alignCenter: t.alignCenter,
|
|
81
|
-
colspan: i
|
|
82
|
-
}, d(s) ? s : { default: () => [s] }) : a("td", {
|
|
83
|
-
class: r,
|
|
84
|
-
colspan: i,
|
|
85
|
-
rowspan: o
|
|
86
|
-
}, [s]))]);
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
//#endregion
|
|
91
|
-
export { m as t };
|
package/chunks/ZsLNWI9x.mjs
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
|
|
2
|
-
import { ElOption as r, ElSelect as i } from "element-plus/es";
|
|
3
|
-
import { createVNode as a } from "vue";
|
|
4
|
-
//#endregion
|
|
5
|
-
//#region src/components/form/FormSelect.vue
|
|
6
|
-
var o = {
|
|
7
|
-
name: "FormSelect",
|
|
8
|
-
inheritAttrs: !1,
|
|
9
|
-
props: {
|
|
10
|
-
...t,
|
|
11
|
-
modelValue: String,
|
|
12
|
-
options: [
|
|
13
|
-
String,
|
|
14
|
-
Number,
|
|
15
|
-
Boolean,
|
|
16
|
-
Object,
|
|
17
|
-
Array
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
emits: [...n],
|
|
21
|
-
setup(t, { emit: n, slots: o }) {
|
|
22
|
-
let { emitInput: s, render: c, placeholder: l, disabled: u } = e(t, {
|
|
23
|
-
emit: n,
|
|
24
|
-
slots: o
|
|
25
|
-
});
|
|
26
|
-
return () => c({ vNodes: a(i, {
|
|
27
|
-
modelValue: t.modelValue,
|
|
28
|
-
clearable: !0,
|
|
29
|
-
disabled: u.value,
|
|
30
|
-
"onUpdate:modelValue": s,
|
|
31
|
-
placeholder: l.value
|
|
32
|
-
}, {
|
|
33
|
-
...o,
|
|
34
|
-
default: o.default || (() => {
|
|
35
|
-
var e;
|
|
36
|
-
return (e = t.options) == null ? void 0 : e.map(({ value: e, label: t }) => a(r, {
|
|
37
|
-
key: e,
|
|
38
|
-
label: t,
|
|
39
|
-
value: e
|
|
40
|
-
}, null));
|
|
41
|
-
})
|
|
42
|
-
}) });
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
//#endregion
|
|
46
|
-
export { o as t };
|