@web-utils/form-ui 1.0.0-beta5 → 1.0.0-beta51
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/B1IPSTA6.mjs +198 -0
- package/chunks/B9gA65rt2.mjs +38 -0
- package/chunks/BBERmTup.mjs +83 -0
- package/chunks/BG8z3V9d2.mjs +643 -0
- package/chunks/BQk3-Ppb2.mjs +146 -0
- package/chunks/BQyL45PF2.mjs +207 -0
- package/chunks/BWh6u1O0.mjs +660 -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/Bwbtu2cp.mjs +194 -0
- package/chunks/ByHz4mmh.mjs +87 -0
- package/chunks/C2zgFLYO.mjs +185 -0
- package/chunks/C7G-cAoI.mjs +1361 -0
- package/chunks/CAd1zK9Q.mjs +25 -0
- package/chunks/CJdkjadi.mjs +17 -0
- package/chunks/CXsoKP22.mjs +86 -0
- package/chunks/CabldOLo.mjs +157 -0
- package/chunks/CkOD-_VV.mjs +8 -0
- package/chunks/CqVd8D222.mjs +89 -0
- package/chunks/CuAoMR3n.mjs +105 -0
- package/chunks/DA7oGHSX.mjs +141 -0
- package/chunks/DKwp6AMl.mjs +168 -0
- package/chunks/DOP3aBxf.mjs +93 -0
- package/chunks/DOZRzqlo.mjs +37 -0
- package/chunks/D_Fs3bkZ.mjs +57 -0
- package/chunks/D_qiRmiE.mjs +230 -0
- package/chunks/DcTVYqeJ.mjs +113 -0
- package/chunks/Dt3lfDnL.mjs +166 -0
- package/chunks/GI8krYU82.mjs +478 -0
- package/chunks/V2p-PCpL.mjs +176 -0
- package/chunks/YFiU0ngn.mjs +622 -0
- package/chunks/bFbPPcdq.mjs +25 -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/pIzhYsBe.mjs +93 -0
- package/chunks/wDS9KBFw.mjs +67 -0
- package/chunks/wXeqV-_7.mjs +89 -0
- package/confirm-button/index.d.ts +122 -0
- package/confirm-button/index.mjs +35 -0
- package/confirmable/index.d.ts +93 -0
- package/confirmable/index.mjs +8 -0
- package/constants/index.d.ts +54 -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 +123 -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 +400 -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 +537 -0
- package/sub-table/style.css +1 -0
- package/sub-table-plus/index.d.ts +100 -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 +341 -1
- package/table-view/index.mjs +457 -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
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { n as e } from "./D_qiRmiE.mjs";
|
|
2
|
+
import { n as t, t as n } from "./CabldOLo.mjs";
|
|
3
|
+
import { createVNode as r, isVNode as i, mergeProps as a, useModel 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]" && !i(e);
|
|
7
|
+
}
|
|
8
|
+
//#endregion
|
|
9
|
+
//#region src/components/form/FormInputIdCard.vue
|
|
10
|
+
var c = {
|
|
11
|
+
name: "FormInputIdCard",
|
|
12
|
+
inheritAttrs: !1,
|
|
13
|
+
props: { ...t },
|
|
14
|
+
emits: { ...e },
|
|
15
|
+
setup(e, { slots: t, attrs: i }) {
|
|
16
|
+
let c = o(e, "modelValue");
|
|
17
|
+
return () => r(n, a(e, i, {
|
|
18
|
+
modelValue: c.value,
|
|
19
|
+
"onUpdate:modelValue": (e) => c.value = e,
|
|
20
|
+
type: "idcard"
|
|
21
|
+
}), s(t) ? t : { default: () => [t] });
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
//#endregion
|
|
25
|
+
export { c as t };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { c as e, s as t } from "./D_qiRmiE.mjs";
|
|
2
|
+
//#region src/components/form/props/common.ts
|
|
3
|
+
var n = {
|
|
4
|
+
...e,
|
|
5
|
+
...t,
|
|
6
|
+
wrapFormItem: {
|
|
7
|
+
type: Boolean,
|
|
8
|
+
default: !0
|
|
9
|
+
},
|
|
10
|
+
disabled: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: void 0
|
|
13
|
+
},
|
|
14
|
+
col: Boolean
|
|
15
|
+
}, r = { size: { type: String } };
|
|
16
|
+
//#endregion
|
|
17
|
+
export { n, r as t };
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { isFunction as e } from "@web-utils/core";
|
|
2
|
+
import { defineComponent as t, h as n } from "vue";
|
|
3
|
+
import { ElButton as r, ElLoading as i, ElMessageBox as a } from "element-plus";
|
|
4
|
+
//#region src/components/button/confirmable-mixin.ts
|
|
5
|
+
async function o(t, n, r) {
|
|
6
|
+
let { stop: o, prevent: s, message: c, loadable: l, loadingText: u, confirmable: d, confirmType: f, confirmText: p, confirmTitle: m } = n;
|
|
7
|
+
o && t.stopPropagation(), s && t.preventDefault();
|
|
8
|
+
let { onBefore: h, onClick: g, onCancel: _, onAfter: v } = r;
|
|
9
|
+
if (e(g)) try {
|
|
10
|
+
let n = !0;
|
|
11
|
+
if (e(h) && (n = await h(t)), !n) return;
|
|
12
|
+
d && await a.confirm(c || p, {
|
|
13
|
+
type: f,
|
|
14
|
+
title: m
|
|
15
|
+
});
|
|
16
|
+
let r;
|
|
17
|
+
l && (r = i.service({
|
|
18
|
+
background: "rgba(0,0,0,0.3)",
|
|
19
|
+
text: u
|
|
20
|
+
}));
|
|
21
|
+
let o;
|
|
22
|
+
try {
|
|
23
|
+
o = await g(t);
|
|
24
|
+
} catch {}
|
|
25
|
+
l && (r == null || r.close()), e(v) && await v(t, o);
|
|
26
|
+
} catch (t) {
|
|
27
|
+
e(_) && await _(t);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
var s = t({
|
|
31
|
+
inheritAttrs: !1,
|
|
32
|
+
props: {
|
|
33
|
+
stop: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: !0
|
|
36
|
+
},
|
|
37
|
+
prevent: {
|
|
38
|
+
type: Boolean,
|
|
39
|
+
default: !0
|
|
40
|
+
},
|
|
41
|
+
text: {
|
|
42
|
+
type: String,
|
|
43
|
+
default: ""
|
|
44
|
+
},
|
|
45
|
+
message: String,
|
|
46
|
+
confirmable: {
|
|
47
|
+
type: Boolean,
|
|
48
|
+
default: !0
|
|
49
|
+
},
|
|
50
|
+
confirmText: {
|
|
51
|
+
type: String,
|
|
52
|
+
default: "你确定要删除该记录吗?"
|
|
53
|
+
},
|
|
54
|
+
confirmType: {
|
|
55
|
+
type: String,
|
|
56
|
+
default: "warning"
|
|
57
|
+
},
|
|
58
|
+
confirmTitle: {
|
|
59
|
+
type: String,
|
|
60
|
+
default: "系统提示"
|
|
61
|
+
},
|
|
62
|
+
loadable: Boolean,
|
|
63
|
+
loadingText: {
|
|
64
|
+
type: String,
|
|
65
|
+
default: "正在处理中请稍候..."
|
|
66
|
+
},
|
|
67
|
+
tag: {
|
|
68
|
+
type: String,
|
|
69
|
+
default: "i"
|
|
70
|
+
},
|
|
71
|
+
icon: String
|
|
72
|
+
},
|
|
73
|
+
render() {
|
|
74
|
+
let e = this.tag === "ElButton" ? r : this.tag, { text: t, icon: i, ...a } = this.$props, { onClick: s, ...c } = this.$attrs;
|
|
75
|
+
return n(e, {
|
|
76
|
+
...c,
|
|
77
|
+
...a,
|
|
78
|
+
onClick: (e) => o(e, this.$props, this.$attrs)
|
|
79
|
+
}, {
|
|
80
|
+
default: this.$slots.default || (() => t),
|
|
81
|
+
icon: this.icon ? () => n("i", { class: this.icon }) : null
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
//#endregion
|
|
86
|
+
export { s as t };
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { i as e, n as t, t as n } from "./D_qiRmiE.mjs";
|
|
2
|
+
import { n as r, t as i } from "./CJdkjadi.mjs";
|
|
3
|
+
import { validatePhoneNum as a } from "@web-utils/core";
|
|
4
|
+
import { computed as o, createVNode as s, mergeProps as c, useModel as l } from "vue";
|
|
5
|
+
import { ElInput as u } from "element-plus/es";
|
|
6
|
+
//#region src/utils/form-validate.ts
|
|
7
|
+
var d = (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();
|
|
8
|
+
function f(e, t, n) {
|
|
9
|
+
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();
|
|
10
|
+
}
|
|
11
|
+
function p(e, t, n) {
|
|
12
|
+
if (this.$refs.table.$refs.table.records.length === 0) {
|
|
13
|
+
n(Error(e.message || `请添加${e.label}`));
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
n();
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/components/form/props/input.ts
|
|
20
|
+
var m = {
|
|
21
|
+
...r,
|
|
22
|
+
...i,
|
|
23
|
+
type: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: "text"
|
|
26
|
+
},
|
|
27
|
+
modelValue: [String, Number],
|
|
28
|
+
modelModifiers: Object,
|
|
29
|
+
maxlength: {
|
|
30
|
+
type: [String, Number],
|
|
31
|
+
default: 255
|
|
32
|
+
},
|
|
33
|
+
minlength: [String, Number],
|
|
34
|
+
showWordLimit: {
|
|
35
|
+
type: Boolean,
|
|
36
|
+
default: !0
|
|
37
|
+
},
|
|
38
|
+
wordLimitPosition: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: "inside"
|
|
41
|
+
},
|
|
42
|
+
placeholder: String,
|
|
43
|
+
clearable: {
|
|
44
|
+
type: Boolean,
|
|
45
|
+
default: !0
|
|
46
|
+
},
|
|
47
|
+
clearIcon: [String, Object],
|
|
48
|
+
formatter: Function,
|
|
49
|
+
parser: Function,
|
|
50
|
+
showPassword: {
|
|
51
|
+
type: Boolean,
|
|
52
|
+
default: !1
|
|
53
|
+
},
|
|
54
|
+
size: String,
|
|
55
|
+
prefixIcon: [String, Object],
|
|
56
|
+
suffixIcon: [String, Object],
|
|
57
|
+
rows: {
|
|
58
|
+
type: Number,
|
|
59
|
+
default: 4
|
|
60
|
+
},
|
|
61
|
+
autosize: [Boolean, Object],
|
|
62
|
+
autocomplete: {
|
|
63
|
+
type: String,
|
|
64
|
+
default: "off"
|
|
65
|
+
},
|
|
66
|
+
name: String,
|
|
67
|
+
readonly: {
|
|
68
|
+
type: Boolean,
|
|
69
|
+
default: !1
|
|
70
|
+
},
|
|
71
|
+
max: [String, Number],
|
|
72
|
+
min: [String, Number],
|
|
73
|
+
step: [String, Number],
|
|
74
|
+
resize: String,
|
|
75
|
+
autofocus: {
|
|
76
|
+
type: Boolean,
|
|
77
|
+
default: !1
|
|
78
|
+
},
|
|
79
|
+
form: String,
|
|
80
|
+
ariaLabel: String,
|
|
81
|
+
tabindex: [String, Number],
|
|
82
|
+
validateEvent: {
|
|
83
|
+
type: Boolean,
|
|
84
|
+
default: !0
|
|
85
|
+
},
|
|
86
|
+
inputStyle: [String, Object],
|
|
87
|
+
inputmode: String,
|
|
88
|
+
countGraphemes: Function,
|
|
89
|
+
prepend: String,
|
|
90
|
+
append: String,
|
|
91
|
+
prefix: String,
|
|
92
|
+
suffix: String,
|
|
93
|
+
picker: Boolean,
|
|
94
|
+
readonlyGrey: {
|
|
95
|
+
type: Boolean,
|
|
96
|
+
default: !0
|
|
97
|
+
}
|
|
98
|
+
}, h = {
|
|
99
|
+
readonly: !0,
|
|
100
|
+
prefixIcon: !0,
|
|
101
|
+
disabled: !0,
|
|
102
|
+
suffixIcon: !0,
|
|
103
|
+
placeholder: !0,
|
|
104
|
+
modelValue: !0,
|
|
105
|
+
readonlyGrey: !0,
|
|
106
|
+
picker: !0,
|
|
107
|
+
append: !0,
|
|
108
|
+
prefix: !0,
|
|
109
|
+
suffix: !0,
|
|
110
|
+
prepend: !0
|
|
111
|
+
}, g = (e) => r[e] === void 0 && h[e] !== !0, _ = {
|
|
112
|
+
name: "FormInput",
|
|
113
|
+
inheritAttrs: !1,
|
|
114
|
+
props: { ...m },
|
|
115
|
+
emits: { ...t },
|
|
116
|
+
setup(t, { emit: r, slots: i, attrs: p }) {
|
|
117
|
+
let m = l(t, "modelValue"), h = `请输入正确的${t.label}!`, { render: _, placeholder: v, disabled: y, listeners: b, inputProps: x } = e(t, {
|
|
118
|
+
emit: r,
|
|
119
|
+
slots: i,
|
|
120
|
+
attrs: p,
|
|
121
|
+
rules: o(() => {
|
|
122
|
+
if (!t.type || t.type === "textarea") return null;
|
|
123
|
+
let e = {
|
|
124
|
+
message: h,
|
|
125
|
+
trigger: "blur"
|
|
126
|
+
};
|
|
127
|
+
if (t.type === "email") e.validator = d;
|
|
128
|
+
else if (t.type === "idcard") e.validator = f;
|
|
129
|
+
else if (t.type === "phone") e.validator = a;
|
|
130
|
+
else return null;
|
|
131
|
+
return [e];
|
|
132
|
+
}),
|
|
133
|
+
predicate: g
|
|
134
|
+
});
|
|
135
|
+
return () => _({ vNodes: s(u, c(b.value, x.value, {
|
|
136
|
+
class: ["form-input", {
|
|
137
|
+
"is-readonly": t.readonlyGrey && t.readonly && !t.picker,
|
|
138
|
+
"el-input-cursor-pointer": t.picker && !y.value
|
|
139
|
+
}],
|
|
140
|
+
modelValue: m.value,
|
|
141
|
+
"onUpdate:modelValue": (e) => m.value = e,
|
|
142
|
+
disabled: y.value,
|
|
143
|
+
placeholder: v.value,
|
|
144
|
+
readonly: t.readonly || t.picker,
|
|
145
|
+
"prefix-icon": n({ icon: t.picker ? "el-icon-search" : t.prefixIcon }),
|
|
146
|
+
"suffix-icon": n({ icon: t.suffixIcon })
|
|
147
|
+
}), {
|
|
148
|
+
prefix: i.prefix || t.prefix ? () => t.prefix : null,
|
|
149
|
+
suffix: i.suffix || t.suffix ? () => t.suffix : null,
|
|
150
|
+
"password-icon": i["password-icon"],
|
|
151
|
+
prepend: i.prepend || t.prepend ? () => t.prepend : null,
|
|
152
|
+
append: i.append || t.append ? () => t.append : null
|
|
153
|
+
}) });
|
|
154
|
+
}
|
|
155
|
+
};
|
|
156
|
+
//#endregion
|
|
157
|
+
export { m as n, p as r, _ as t };
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { i as e, n as t } from "./D_qiRmiE.mjs";
|
|
2
|
+
import { n, t as r } from "./CJdkjadi.mjs";
|
|
3
|
+
import { createVNode as i, mergeProps as a } from "vue";
|
|
4
|
+
import { ElTimeSelect as o } from "element-plus/es";
|
|
5
|
+
//#region src/components/form/props/time-select.ts
|
|
6
|
+
var s = {
|
|
7
|
+
...n,
|
|
8
|
+
...r,
|
|
9
|
+
modelValue: String,
|
|
10
|
+
editable: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: !0
|
|
13
|
+
},
|
|
14
|
+
clearable: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
default: !0
|
|
17
|
+
},
|
|
18
|
+
includeEndTime: {
|
|
19
|
+
type: Boolean,
|
|
20
|
+
default: !1
|
|
21
|
+
},
|
|
22
|
+
size: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: "default"
|
|
25
|
+
},
|
|
26
|
+
placeholder: String,
|
|
27
|
+
name: String,
|
|
28
|
+
effect: {
|
|
29
|
+
type: String,
|
|
30
|
+
default: "light"
|
|
31
|
+
},
|
|
32
|
+
prefixIcon: [String, Object],
|
|
33
|
+
clearIcon: [String, Object],
|
|
34
|
+
start: {
|
|
35
|
+
type: String,
|
|
36
|
+
default: "09:00"
|
|
37
|
+
},
|
|
38
|
+
end: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: "18:00"
|
|
41
|
+
},
|
|
42
|
+
step: {
|
|
43
|
+
type: String,
|
|
44
|
+
default: "00:30"
|
|
45
|
+
},
|
|
46
|
+
minTime: String,
|
|
47
|
+
maxTime: String,
|
|
48
|
+
format: {
|
|
49
|
+
type: String,
|
|
50
|
+
default: "HH:mm"
|
|
51
|
+
},
|
|
52
|
+
emptyValues: Array,
|
|
53
|
+
valueOnClear: [
|
|
54
|
+
String,
|
|
55
|
+
Number,
|
|
56
|
+
Boolean,
|
|
57
|
+
Function
|
|
58
|
+
],
|
|
59
|
+
popperClass: {
|
|
60
|
+
type: String,
|
|
61
|
+
default: ""
|
|
62
|
+
},
|
|
63
|
+
popperStyle: [String, Object]
|
|
64
|
+
}, c = {
|
|
65
|
+
disabled: !0,
|
|
66
|
+
modelValue: !0
|
|
67
|
+
}, l = (e) => n[e] === void 0 && c[e] !== !0, u = {
|
|
68
|
+
name: "FormTimeSelect",
|
|
69
|
+
inheritAttrs: !1,
|
|
70
|
+
props: { ...s },
|
|
71
|
+
emits: { ...t },
|
|
72
|
+
setup(t, { emit: n, slots: r, attrs: s }) {
|
|
73
|
+
let { emitInput: c, render: u, placeholder: d, disabled: f, listeners: p, inputProps: m } = e(t, {
|
|
74
|
+
emit: n,
|
|
75
|
+
slots: r,
|
|
76
|
+
attrs: s,
|
|
77
|
+
predicate: l
|
|
78
|
+
});
|
|
79
|
+
return () => u({ vNodes: i(o, a(p.value, m.value, {
|
|
80
|
+
style: "width: 100%",
|
|
81
|
+
modelValue: t.modelValue,
|
|
82
|
+
disabled: f.value,
|
|
83
|
+
"onUpdate:modelValue": c,
|
|
84
|
+
placeholder: d.value
|
|
85
|
+
}), null) });
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
//#endregion
|
|
89
|
+
export { u as t };
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { n as e } from "./D_qiRmiE.mjs";
|
|
2
|
+
import { n as t, t as n } from "./CJdkjadi.mjs";
|
|
3
|
+
import { t as r } from "./CabldOLo.mjs";
|
|
4
|
+
import { createVNode as i, isVNode as a, mergeProps as o, useModel as s } from "vue";
|
|
5
|
+
//#region src/components/form/props/textarea.ts
|
|
6
|
+
var c = {
|
|
7
|
+
...t,
|
|
8
|
+
...n,
|
|
9
|
+
modelValue: [String, Number],
|
|
10
|
+
modelModifiers: Object,
|
|
11
|
+
maxlength: {
|
|
12
|
+
type: [String, Number],
|
|
13
|
+
default: 800
|
|
14
|
+
},
|
|
15
|
+
minlength: [String, Number],
|
|
16
|
+
showWordLimit: {
|
|
17
|
+
type: Boolean,
|
|
18
|
+
default: !0
|
|
19
|
+
},
|
|
20
|
+
wordLimitPosition: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: "inside"
|
|
23
|
+
},
|
|
24
|
+
placeholder: String,
|
|
25
|
+
clearIcon: [String, Object],
|
|
26
|
+
formatter: Function,
|
|
27
|
+
parser: Function,
|
|
28
|
+
showPassword: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: !1
|
|
31
|
+
},
|
|
32
|
+
prefixIcon: [String, Object],
|
|
33
|
+
suffixIcon: [String, Object],
|
|
34
|
+
rows: {
|
|
35
|
+
type: Number,
|
|
36
|
+
default: 4
|
|
37
|
+
},
|
|
38
|
+
autosize: [Boolean, Object],
|
|
39
|
+
autocomplete: {
|
|
40
|
+
type: String,
|
|
41
|
+
default: "off"
|
|
42
|
+
},
|
|
43
|
+
name: String,
|
|
44
|
+
readonly: {
|
|
45
|
+
type: Boolean,
|
|
46
|
+
default: !1
|
|
47
|
+
},
|
|
48
|
+
max: [String, Number],
|
|
49
|
+
min: [String, Number],
|
|
50
|
+
step: [String, Number],
|
|
51
|
+
resize: String,
|
|
52
|
+
autofocus: {
|
|
53
|
+
type: Boolean,
|
|
54
|
+
default: !1
|
|
55
|
+
},
|
|
56
|
+
form: String,
|
|
57
|
+
ariaLabel: String,
|
|
58
|
+
tabindex: [String, Number],
|
|
59
|
+
validateEvent: {
|
|
60
|
+
type: Boolean,
|
|
61
|
+
default: !0
|
|
62
|
+
},
|
|
63
|
+
inputStyle: [String, Object],
|
|
64
|
+
inputmode: String,
|
|
65
|
+
countGraphemes: Function,
|
|
66
|
+
readonlyGrey: {
|
|
67
|
+
type: Boolean,
|
|
68
|
+
default: !0
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
//#endregion
|
|
72
|
+
//#region src/components/form/FormTextarea.vue?vue&type=script&lang.jsx
|
|
73
|
+
function l(e) {
|
|
74
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
|
|
75
|
+
}
|
|
76
|
+
//#endregion
|
|
77
|
+
//#region src/components/form/FormTextarea.vue
|
|
78
|
+
var u = {
|
|
79
|
+
name: "FormTextarea",
|
|
80
|
+
inheritAttrs: !1,
|
|
81
|
+
props: {
|
|
82
|
+
...c,
|
|
83
|
+
maxlength: {
|
|
84
|
+
type: [String, Number],
|
|
85
|
+
default: 800
|
|
86
|
+
},
|
|
87
|
+
block: {
|
|
88
|
+
type: Boolean,
|
|
89
|
+
default: !0
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
emits: { ...e },
|
|
93
|
+
setup(e, { slots: t, attrs: n }) {
|
|
94
|
+
let a = s(e, "modelValue");
|
|
95
|
+
return () => i(r, o(e, n, {
|
|
96
|
+
maxlength: e.maxlength,
|
|
97
|
+
block: e.block,
|
|
98
|
+
modelValue: a.value,
|
|
99
|
+
"onUpdate:modelValue": (e) => a.value = e,
|
|
100
|
+
type: "textarea"
|
|
101
|
+
}), l(t) ? t : { default: () => [t] });
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
//#endregion
|
|
105
|
+
export { u as t };
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import { i as e, n as t } from "./D_qiRmiE.mjs";
|
|
2
|
+
import { n } from "./CJdkjadi.mjs";
|
|
3
|
+
import { useDictionary as r } from "../hook/useDictionary.mjs";
|
|
4
|
+
import { computed as i, createVNode as a, isVNode as o, mergeProps as s, useModel as c } from "vue";
|
|
5
|
+
import { ElRadio as l, ElRadioButton as u, ElRadioGroup as d } from "element-plus/es";
|
|
6
|
+
//#region src/components/form/props/radio-group.ts
|
|
7
|
+
var f = {
|
|
8
|
+
...n,
|
|
9
|
+
modelValue: [
|
|
10
|
+
String,
|
|
11
|
+
Number,
|
|
12
|
+
Boolean
|
|
13
|
+
],
|
|
14
|
+
size: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: "default"
|
|
17
|
+
},
|
|
18
|
+
validateEvent: {
|
|
19
|
+
type: Boolean,
|
|
20
|
+
default: !0
|
|
21
|
+
},
|
|
22
|
+
textColor: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: "#ffffff"
|
|
25
|
+
},
|
|
26
|
+
fill: {
|
|
27
|
+
type: String,
|
|
28
|
+
default: "#409eff"
|
|
29
|
+
},
|
|
30
|
+
ariaLabel: String,
|
|
31
|
+
name: String,
|
|
32
|
+
id: String,
|
|
33
|
+
options: {
|
|
34
|
+
type: Array,
|
|
35
|
+
default: () => []
|
|
36
|
+
},
|
|
37
|
+
props: {
|
|
38
|
+
type: Object,
|
|
39
|
+
default: () => ({
|
|
40
|
+
value: "value",
|
|
41
|
+
label: "label",
|
|
42
|
+
disabled: "disabled"
|
|
43
|
+
})
|
|
44
|
+
},
|
|
45
|
+
type: {
|
|
46
|
+
type: String,
|
|
47
|
+
default: "radio"
|
|
48
|
+
},
|
|
49
|
+
border: Boolean,
|
|
50
|
+
gender: Boolean,
|
|
51
|
+
overFlow: Boolean,
|
|
52
|
+
confirm: Boolean,
|
|
53
|
+
trigger: {
|
|
54
|
+
type: String,
|
|
55
|
+
default: "change"
|
|
56
|
+
},
|
|
57
|
+
labelProp: {
|
|
58
|
+
type: String,
|
|
59
|
+
default: "name"
|
|
60
|
+
},
|
|
61
|
+
valueProp: {
|
|
62
|
+
type: String,
|
|
63
|
+
default: "code"
|
|
64
|
+
},
|
|
65
|
+
english: Boolean,
|
|
66
|
+
chinese: Boolean,
|
|
67
|
+
typing: Boolean,
|
|
68
|
+
classic: {
|
|
69
|
+
type: Boolean,
|
|
70
|
+
default: !0
|
|
71
|
+
},
|
|
72
|
+
fillRow: Boolean,
|
|
73
|
+
ellipsis: Boolean,
|
|
74
|
+
inline: Boolean,
|
|
75
|
+
allowCancel: Boolean,
|
|
76
|
+
radioType: {
|
|
77
|
+
type: String,
|
|
78
|
+
default: "radio"
|
|
79
|
+
},
|
|
80
|
+
dictType: String
|
|
81
|
+
}, p = {
|
|
82
|
+
modelValue: !0,
|
|
83
|
+
disabled: !0,
|
|
84
|
+
type: !0,
|
|
85
|
+
options: !0
|
|
86
|
+
}, m = (e) => n[e] === void 0 && p[e] !== !0;
|
|
87
|
+
//#endregion
|
|
88
|
+
//#region src/components/form/FormRadioGroup.vue?vue&type=script&lang.jsx
|
|
89
|
+
function h(e) {
|
|
90
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !o(e);
|
|
91
|
+
}
|
|
92
|
+
//#endregion
|
|
93
|
+
//#region src/components/form/FormRadioGroup.vue
|
|
94
|
+
var g = {
|
|
95
|
+
name: "FormRadioGroup",
|
|
96
|
+
inheritAttrs: !1,
|
|
97
|
+
props: { ...f },
|
|
98
|
+
emits: { ...t },
|
|
99
|
+
setup(t, { slots: n, attrs: o, emit: f }) {
|
|
100
|
+
let p = c(t, "modelValue"), { render: g, disabled: _, listeners: v, inputProps: y } = e(t, {
|
|
101
|
+
emit: f,
|
|
102
|
+
slots: n,
|
|
103
|
+
attrs: o,
|
|
104
|
+
predicate: m,
|
|
105
|
+
messagePrefix: "请选择"
|
|
106
|
+
}), b = i(() => t.classic ? "label" : t.labelProp), x = i(() => t.classic ? "value" : t.valueProp), { dictItems: S } = r(t), C = i(() => t.dictType ? S.value : t.gender ? [{
|
|
107
|
+
[b.value]: "男",
|
|
108
|
+
[x.value]: t.chinese ? "男" : t.typing ? 1 : "1"
|
|
109
|
+
}, {
|
|
110
|
+
[b.value]: "女",
|
|
111
|
+
[x.value]: t.chinese ? "女" : t.typing ? 2 : "2"
|
|
112
|
+
}] : t.confirm ? [{
|
|
113
|
+
[b.value]: "是",
|
|
114
|
+
[x.value]: t.chinese ? "是" : t.english ? "Y" : t.typing ? 1 : "1"
|
|
115
|
+
}, {
|
|
116
|
+
[b.value]: "否",
|
|
117
|
+
[x.value]: t.chinese ? "否" : t.english ? "N" : t.typing ? 0 : "0"
|
|
118
|
+
}] : t.options);
|
|
119
|
+
return () => g({ vNodes: a(d, s(v.value, y.value, {
|
|
120
|
+
modelValue: p.value,
|
|
121
|
+
"onUpdate:modelValue": (e) => p.value = e,
|
|
122
|
+
disabled: _.value
|
|
123
|
+
}), {
|
|
124
|
+
...n,
|
|
125
|
+
default: n.default || (() => {
|
|
126
|
+
var e;
|
|
127
|
+
return (e = C.value) == null ? void 0 : e.map(({ value: e, label: n, disabled: r }) => t.type === "button" || t.radioType === "button" ? a(u, {
|
|
128
|
+
key: e,
|
|
129
|
+
value: e,
|
|
130
|
+
disabled: r
|
|
131
|
+
}, h(n) ? n : { default: () => [n] }) : a(l, {
|
|
132
|
+
key: e,
|
|
133
|
+
value: e,
|
|
134
|
+
disabled: r
|
|
135
|
+
}, h(n) ? n : { default: () => [n] }));
|
|
136
|
+
})
|
|
137
|
+
}) });
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
//#endregion
|
|
141
|
+
export { g as t };
|