@web-utils/form-ui 1.0.0-beta2 → 1.0.0-beta21
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/base.css +1 -1
- package/chunks/1chbbDUh.mjs +98 -0
- package/chunks/5HLN3g1u.mjs +51 -0
- package/chunks/B5B9au3z.mjs +180 -0
- package/chunks/BI2XOQW3.mjs +226 -0
- package/chunks/BLpnMrum.mjs +189 -0
- package/chunks/BNpqILFO.mjs +95 -0
- package/chunks/Bb43eI1f.mjs +93 -0
- package/chunks/BbrVRWUo.mjs +73 -0
- package/chunks/Bd1I-R29.mjs +53 -0
- package/chunks/Bh_CMUlo.mjs +12 -0
- package/chunks/Bv-Gn_Jd.mjs +42 -0
- package/chunks/C4MTLHn4.mjs +26 -0
- package/chunks/CI4RZnNc.mjs +26 -0
- package/chunks/CnsFNU2A.mjs +17 -0
- package/chunks/Cw8pz9hK.mjs +222 -0
- package/chunks/D4v0MyB_.mjs +106 -0
- package/chunks/D9GcEl6r.mjs +8 -0
- package/chunks/DGhMkri0.mjs +88 -0
- package/chunks/DOI7ju3i.mjs +108 -0
- package/chunks/DRDj0e_k.mjs +171 -0
- package/chunks/Dq3yxEPg.mjs +106 -0
- package/chunks/Dy5-h_Tx.mjs +108 -0
- package/chunks/RcygoTkQ.mjs +26 -0
- package/chunks/iWlTrkaC.mjs +76 -0
- package/chunks/lTFu0zgR.mjs +106 -0
- package/chunks/wfL1FAwc.mjs +1360 -0
- package/constants.d.ts +42 -0
- package/constants.mjs +3 -3
- package/element-dialog/index.d.ts +96 -0
- package/element-dialog/index.mjs +2 -92
- package/element-dialog/style.css +1 -1
- package/empty-view/index.d.ts +29 -0
- package/flex-scroll-area/index.d.ts +22 -0
- package/form-advice/index.d.ts +9 -0
- package/form-advice/index.mjs +13 -12
- package/form-cascader/index.d.ts +2 -0
- package/form-cascader/index.mjs +10 -0
- package/form-cell/index.d.ts +25 -0
- package/form-check-box-group/index.d.ts +293 -0
- package/form-check-box-group/index.mjs +1 -1
- package/form-checkbox/index.d.ts +271 -0
- package/form-checkbox/index.mjs +1 -1
- package/form-date-picker/index.d.ts +421 -0
- package/form-date-picker/index.mjs +1 -1
- package/form-holder/index.d.ts +166 -0
- package/form-holder/index.mjs +1 -1
- package/form-holder/style.css +1 -1
- package/form-image/index.d.ts +224 -0
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +387 -0
- package/form-input/index.mjs +1 -1
- package/form-input/style.css +1 -0
- package/form-input-cron-expression/index.d.ts +215 -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 +363 -0
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +363 -0
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +325 -0
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +363 -0
- package/form-input-phone-number/index.mjs +1 -1
- package/form-input-tag/index.d.ts +2 -0
- package/form-input-time/index.d.ts +2 -0
- 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 +92 -0
- package/form-item-group/index.mjs +2 -78
- package/form-item-group/style.css +1 -1
- package/form-item-x/index.d.ts +184 -0
- package/form-item-x/index.mjs +1 -1
- package/form-item-x/style.css +1 -0
- package/form-radio-group/index.d.ts +281 -0
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.d.ts +319 -0
- package/form-rate/index.mjs +1 -1
- package/form-red-table/index.d.ts +21 -0
- package/form-red-table/index.mjs +27 -26
- package/form-row/index.d.ts +11 -0
- package/form-row/index.mjs +1 -1
- package/form-select/index.d.ts +540 -0
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +348 -0
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.d.ts +337 -0
- package/form-switch/index.mjs +1 -1
- package/form-text/index.d.ts +227 -0
- package/form-text/index.mjs +1 -1
- package/form-view/index.d.ts +2 -0
- package/index.d.ts +42 -0
- package/index.mjs +39 -34
- package/month-calendar/index.d.ts +80 -0
- package/month-calendar/index.mjs +312 -0
- package/month-calendar/style.css +1 -0
- package/package.json +10 -7
- package/resolver.d.ts +9 -0
- package/resolver.mjs +29 -0
- package/table-view/index.d.ts +2 -0
- package/toolbar/index.d.ts +2 -0
- package/toolbar-button/index.d.ts +2 -0
- 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/year-calendar/index.d.ts +99 -0
- package/year-calendar/index.mjs +174 -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/input/style.css +0 -1
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 };
|
package/chunks/jn_iQrVZ.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/FormInputPhoneNumber.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/FormInputPhoneNumber.vue
|
|
10
|
-
var c = {
|
|
11
|
-
name: "FormInputPhoneNumber",
|
|
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: "phone",
|
|
23
|
-
"onUpdate:modelValue": c
|
|
24
|
-
}), s(a) ? a : { default: () => [a] });
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
//#endregion
|
|
28
|
-
export { c as t };
|
package/input/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.form-item.with-tips .el-form-item__content{flex-wrap:nowrap}.form-item.required.el-form-item.is-required>.el-form-item__label:before,.form-item.required.el-form-item.is-required>.el-form-item__label-wrap>.el-form-item__label:before{display:block!important}.form-item-input-info{color:gray;cursor:help;margin-left:4px;font-size:16px}
|