@vunk/form 2.19.1 → 2.19.3
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/components/_plugin-vue_export-helper-CHgC5LLL.mjs +9 -0
- package/components/api-tables-select/index.cjs +1 -1
- package/components/api-tables-select/index.mjs +1 -1
- package/components/api-tables-select/src/ctx.d.ts +5 -2
- package/components/api-tables-select/src/index.vue.d.ts +11 -5
- package/components/button/index.cjs +1 -1
- package/components/button/index.mjs +1 -1
- package/components/button/src/ctx.d.ts +5 -2
- package/components/button/src/index.vue.d.ts +22 -10
- package/components/card-input-collection/index.cjs +1 -1
- package/components/card-input-collection/index.mjs +2 -2
- package/components/card-input-collection/src/core.vue.d.ts +11 -5
- package/components/card-input-collection/src/ctx.d.ts +5 -2
- package/components/card-input-collection/src/index.vue.d.ts +11 -5
- package/components/cascader/src/ctx.d.ts +6 -3
- package/components/cascader/src/index.vue.d.ts +11 -5
- package/components/checkbox/index.cjs +1 -1
- package/components/checkbox/index.mjs +1 -1
- package/components/checkbox/src/ctx.d.ts +6 -3
- package/components/checkbox/src/index.vue.d.ts +22 -10
- package/components/cloneDeep-DE0l40hv.mjs +486 -0
- package/components/cloneDeep-DaYwfXwD.js +1 -0
- package/components/color-picker/src/ctx.d.ts +5 -2
- package/components/color-picker/src/index.vue.d.ts +11 -5
- package/components/date-picker/src/ctx.d.ts +6 -3
- package/components/date-picker/src/index.vue.d.ts +11 -5
- package/components/date-picker-range/index.cjs +1 -1
- package/components/date-picker-range/index.mjs +1 -1
- package/components/date-picker-range/src/ctx.d.ts +5 -2
- package/components/date-picker-range/src/index.vue.d.ts +22 -10
- package/components/debounce-CliSPkvP.js +1 -0
- package/components/debounce-DIph5ENi.mjs +85 -0
- package/components/dialog-input-collection/index.cjs +1 -1
- package/components/dialog-input-collection/index.mjs +2 -2
- package/components/dialog-input-collection/src/ctx.d.ts +5 -2
- package/components/dialog-input-collection/src/index.vue.d.ts +11 -5
- package/components/download-plus/index.cjs +1 -1
- package/components/download-plus/index.mjs +3 -3
- package/components/download-plus/src/ctx.d.ts +5 -2
- package/components/download-plus/src/index.vue.d.ts +22 -10
- package/components/editable-text/index.cjs +1 -1
- package/components/editable-text/index.mjs +1 -1
- package/components/editable-text/src/ctx.d.ts +5 -2
- package/components/editable-text/src/index.vue.d.ts +11 -5
- package/components/el-slider/index.cjs +1 -1
- package/components/el-slider/index.mjs +1 -1
- package/components/el-slider/src/composables/index.cjs +1 -1
- package/components/el-slider/src/composables/index.mjs +1 -1
- package/components/esri-input-geojson/index.cjs +1 -1
- package/components/esri-input-geojson/index.mjs +2 -2
- package/components/esri-input-geojson/src/ctx.d.ts +6 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +35 -17
- package/components/fieldset/index.cjs +1 -1
- package/components/fieldset/index.mjs +40 -35
- package/components/fieldset/src/ctx.d.ts +1 -1
- package/components/fieldset/src/index.vue.d.ts +3 -3
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +83 -72
- package/components/form/src/ctx.d.ts +5 -2
- package/components/form/src/index.vue.d.ts +13 -7
- package/components/form-item/index.cjs +1 -1
- package/components/form-item/index.mjs +78 -69
- package/components/form-item/src/ctx.d.ts +6 -3
- package/components/form-item/src/index.vue.d.ts +11 -5
- package/components/index-BCZuzyeO.mjs +317 -0
- package/components/index-DJv1MwwH.mjs +14 -0
- package/components/information-collection/src/ctx.d.ts +5 -2
- package/components/information-collection/src/index.vue.d.ts +11 -5
- package/components/input/index.cjs +1 -1
- package/components/input/index.mjs +1 -1
- package/components/input/src/ctx.d.ts +6 -3
- package/components/input/src/index.vue.d.ts +22 -10
- package/components/input-array/index.cjs +1 -1
- package/components/input-array/index.mjs +2 -2
- package/components/input-array/src/ctx.d.ts +5 -2
- package/components/input-array/src/index.vue.d.ts +11 -5
- package/components/input-collection/index.cjs +1 -1
- package/components/input-collection/index.mjs +2 -2
- package/components/input-collection/src/core.vue.d.ts +11 -5
- package/components/input-collection/src/ctx.d.ts +5 -2
- package/components/input-collection/src/index.vue.d.ts +11 -5
- package/components/input-file/src/index.vue.d.ts +11 -5
- package/components/input-link/index.cjs +1 -1
- package/components/input-link/index.mjs +2 -2
- package/components/input-link/src/ctx.d.ts +5 -2
- package/components/input-link/src/index.vue.d.ts +33 -15
- package/components/input-number/index.cjs +1 -1
- package/components/input-number/index.mjs +1 -1
- package/components/input-number/src/ctx.d.ts +6 -3
- package/components/input-number/src/index.vue.d.ts +22 -10
- package/components/input-tag/index.cjs +1 -1
- package/components/input-tag/index.mjs +1 -1
- package/components/input-tag/src/ctx.d.ts +6 -3
- package/components/input-tag/src/index.vue.d.ts +22 -10
- package/components/isObject-DQpnfMRp.mjs +34 -0
- package/components/monaco-editor/index.cjs +1 -1
- package/components/monaco-editor/index.mjs +1 -1
- package/components/monaco-editor/src/ctx.d.ts +5 -2
- package/components/monaco-editor/src/index.vue.d.ts +22 -10
- package/components/radio/index.cjs +1 -1
- package/components/radio/index.mjs +1 -1
- package/components/radio/src/ctx.d.ts +5 -2
- package/components/radio/src/index.vue.d.ts +22 -10
- package/components/radio/src/wraper.vue.d.ts +11 -5
- package/components/select/index.cjs +1 -1
- package/components/select/index.mjs +1 -1
- package/components/select/src/core.vue.d.ts +22 -10
- package/components/select/src/ctx.d.ts +6 -3
- package/components/select/src/index.vue.d.ts +11 -5
- package/components/slider/src/ctx.d.ts +5 -2
- package/components/slider/src/index.vue.d.ts +11 -5
- package/components/style.css +1 -1
- package/components/switch/src/ctx.d.ts +5 -2
- package/components/switch/src/index.vue.d.ts +11 -5
- package/components/tables-select/src/ctx.d.ts +6 -3
- package/components/tables-select/src/index.vue.d.ts +12 -6
- package/components/templates-default/index.cjs +1 -1
- package/components/templates-default/index.mjs +1 -1
- package/components/templates-default/src/index.vue.d.ts +219 -102
- package/components/templates-element-plus/index.cjs +1 -1
- package/components/templates-element-plus/index.mjs +1 -1
- package/components/templates-esri/index.cjs +1 -1
- package/components/templates-esri/index.mjs +1 -1
- package/components/templates-esri/src/index.vue.d.ts +35 -17
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +3 -3
- package/components/templates-variant/index.cjs +1 -1
- package/components/templates-variant/index.mjs +1 -1
- package/components/templates-variant/src/index.vue.d.ts +22 -10
- package/components/time-picker/src/ctx.d.ts +6 -3
- package/components/time-picker/src/index.vue.d.ts +11 -5
- package/components/upload/index.cjs +1 -1
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +6 -3
- package/components/upload/src/index.vue.d.ts +22 -10
- package/components/upload/src/wraper.vue.d.ts +11 -5
- package/components/upload-plus/index.cjs +1 -1
- package/components/upload-plus/index.mjs +2 -2
- package/components/upload-plus/src/ctx.d.ts +5 -2
- package/components/upload-plus/src/index.vue.d.ts +11 -5
- package/components/use-watch-Bfrz9pv_.js +1 -0
- package/components/use-watch-t49wP7jy.mjs +414 -0
- package/components/van-cascader/src/ctx.d.ts +5 -2
- package/components/van-cascader/src/index.vue.d.ts +11 -5
- package/components/var-datetime-picker/index.cjs +1 -1
- package/components/var-datetime-picker/index.mjs +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +5 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +22 -10
- package/components/vditor/index.cjs +1 -1
- package/components/vditor/index.mjs +1 -1
- package/components/vditor/src/ctx.d.ts +5 -2
- package/components/vditor/src/index.vue.d.ts +22 -10
- package/composables/index.cjs +1 -1
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +69 -60
- package/composables/useComputedLabelPosition.d.ts +15 -0
- package/index.css +1 -1
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +2 -2
- package/components/cloneDeep.cjs +0 -1
- package/components/debounce.cjs +0 -1
- package/components/use-watch.cjs +0 -1
- /package/components/{_plugin-vue_export-helper.cjs → _plugin-vue_export-helper-BHFhmbuH.js} +0 -0
- /package/components/{index2.cjs → index-BNPcMpOO.js} +0 -0
- /package/components/{index.cjs → index-DSyxYMB0.js} +0 -0
- /package/components/{isObject.cjs → isObject-fAvOGw_H.js} +0 -0
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
import { formItemProps as
|
|
2
|
-
import { bindPropsFactory as
|
|
3
|
-
import { defineComponent as
|
|
4
|
-
import { createFormItemBindProps as
|
|
5
|
-
import { useComputedReadonly as
|
|
6
|
-
import { useLocale as
|
|
7
|
-
import { isPlainObject as
|
|
8
|
-
import { PATTERN_OPTIONS as
|
|
9
|
-
import { w as
|
|
10
|
-
const
|
|
11
|
-
|
|
1
|
+
import { formItemProps as q, ElFormItem as z, ElTooltip as j, ElButton as A, ElIcon as M } from "element-plus";
|
|
2
|
+
import { bindPropsFactory as L } from "@vunk/core/shared/utils-vue";
|
|
3
|
+
import { defineComponent as C, openBlock as n, createBlock as p, unref as f, mergeProps as N, withCtx as r, renderSlot as i, normalizeProps as P, guardReactiveProps as g, createElementBlock as b, toDisplayString as S, createCommentVNode as s, createVNode as y, normalizeClass as w, createElementVNode as D, ref as K, computed as _, h as W } from "vue";
|
|
4
|
+
import { createFormItemBindProps as G } from "@vunk/form/shared/element-plus";
|
|
5
|
+
import { useComputedReadonly as H, useComputedLabelPosition as J, useRendererData as Q } from "@vunk/form/composables";
|
|
6
|
+
import { useLocale as U } from "@vunk/form/composables/element-plus";
|
|
7
|
+
import { isPlainObject as h } from "@vunk/core/shared/utils-object";
|
|
8
|
+
import { PATTERN_OPTIONS as X } from "@vunk/form/shared/rules";
|
|
9
|
+
import { w as Y } from "../index-BCZuzyeO.mjs";
|
|
10
|
+
const R = {
|
|
11
|
+
...q,
|
|
12
|
+
labelPosition: {
|
|
13
|
+
type: String,
|
|
14
|
+
default: void 0
|
|
15
|
+
},
|
|
12
16
|
formItemSize: {
|
|
13
17
|
type: String,
|
|
14
18
|
default: void 0
|
|
@@ -45,18 +49,18 @@ const h = {
|
|
|
45
49
|
prop: null,
|
|
46
50
|
defaultModelValue: null
|
|
47
51
|
};
|
|
48
|
-
Reflect.deleteProperty(
|
|
49
|
-
const
|
|
52
|
+
Reflect.deleteProperty(R, "size");
|
|
53
|
+
const v = R, Z = L(v), ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
50
54
|
__proto__: null,
|
|
51
|
-
createBindProps:
|
|
52
|
-
props:
|
|
53
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
55
|
+
createBindProps: Z,
|
|
56
|
+
props: v
|
|
57
|
+
}, Symbol.toStringTag, { value: "Module" })), x = {
|
|
54
58
|
key: 0,
|
|
55
59
|
class: "vkf-form-item-label__span"
|
|
56
|
-
},
|
|
60
|
+
}, ee = {
|
|
57
61
|
key: 2,
|
|
58
62
|
class: "vkf-form-item-label__actions"
|
|
59
|
-
},
|
|
63
|
+
}, te = /* @__PURE__ */ C({
|
|
60
64
|
inheritAttrs: !1,
|
|
61
65
|
__name: "core",
|
|
62
66
|
props: {
|
|
@@ -73,40 +77,40 @@ const y = h, H = z(y), oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
|
|
|
73
77
|
label: null
|
|
74
78
|
},
|
|
75
79
|
setup(e) {
|
|
76
|
-
return (l,
|
|
80
|
+
return (l, m) => (n(), p(f(z), N(l.$attrs, {
|
|
77
81
|
ref: e.elRef,
|
|
78
82
|
class: ["vkf-form-item", {
|
|
79
83
|
"has-label-actions": l.$slots.labelActions
|
|
80
84
|
}],
|
|
81
85
|
label: e.label
|
|
82
86
|
}), {
|
|
83
|
-
default:
|
|
87
|
+
default: r(() => [
|
|
84
88
|
i(l.$slots, "before"),
|
|
85
89
|
i(l.$slots, "default"),
|
|
86
90
|
i(l.$slots, "after"),
|
|
87
|
-
e.formItemTip ? (n(),
|
|
91
|
+
e.formItemTip ? (n(), b("div", {
|
|
88
92
|
key: 0,
|
|
89
|
-
class:
|
|
93
|
+
class: w(["vkf-form-item__tip", e.formItemTipClass])
|
|
90
94
|
}, [
|
|
91
|
-
|
|
95
|
+
D("span", null, S(e.formItemTip), 1)
|
|
92
96
|
], 2)) : s("", !0)
|
|
93
97
|
]),
|
|
94
|
-
label:
|
|
95
|
-
i(l.$slots, "label",
|
|
96
|
-
e.label ? (n(),
|
|
97
|
-
e.labelTip ? (n(),
|
|
98
|
+
label: r((a) => [
|
|
99
|
+
i(l.$slots, "label", P(g(a)), () => [
|
|
100
|
+
e.label ? (n(), b("span", x, S(a.label), 1)) : s("", !0),
|
|
101
|
+
e.labelTip ? (n(), p(f(j), {
|
|
98
102
|
key: 1,
|
|
99
103
|
content: e.labelTip
|
|
100
104
|
}, {
|
|
101
|
-
default:
|
|
102
|
-
|
|
105
|
+
default: r(() => [
|
|
106
|
+
y(f(A), {
|
|
103
107
|
text: "",
|
|
104
108
|
class: "vkf-form-item-label-tip-button"
|
|
105
109
|
}, {
|
|
106
|
-
default:
|
|
107
|
-
|
|
108
|
-
default:
|
|
109
|
-
|
|
110
|
+
default: r(() => [
|
|
111
|
+
y(f(M), null, {
|
|
112
|
+
default: r(() => [
|
|
113
|
+
y(f(Y))
|
|
110
114
|
]),
|
|
111
115
|
_: 1
|
|
112
116
|
})
|
|
@@ -116,67 +120,72 @@ const y = h, H = z(y), oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
|
|
|
116
120
|
]),
|
|
117
121
|
_: 1
|
|
118
122
|
}, 8, ["content"])) : s("", !0),
|
|
119
|
-
l.$slots.labelActions ? (n(),
|
|
123
|
+
l.$slots.labelActions ? (n(), b("div", ee, [
|
|
120
124
|
i(l.$slots, "labelActions")
|
|
121
125
|
])) : s("", !0)
|
|
122
126
|
])
|
|
123
127
|
]),
|
|
124
|
-
error:
|
|
125
|
-
i(l.$slots, "error",
|
|
128
|
+
error: r((a) => [
|
|
129
|
+
i(l.$slots, "error", P(g(a)))
|
|
126
130
|
]),
|
|
127
131
|
_: 3
|
|
128
132
|
}, 16, ["class", "label"]));
|
|
129
133
|
}
|
|
130
|
-
}),
|
|
134
|
+
}), de = /* @__PURE__ */ C({
|
|
131
135
|
name: "VkfFormItem",
|
|
132
|
-
props:
|
|
136
|
+
props: v,
|
|
133
137
|
setup(e, {
|
|
134
138
|
slots: l
|
|
135
139
|
}) {
|
|
136
|
-
const
|
|
137
|
-
tr:
|
|
138
|
-
} =
|
|
140
|
+
const m = G(e, ["rules"]), a = H(e), {
|
|
141
|
+
tr: u
|
|
142
|
+
} = U(), I = K(), $ = _(() => m.value.labelPosition ?? e.labelPosition), B = J(I, $), T = () => e.label || u("vkf.formItem.defaultField", "该字段"), E = (t) => {
|
|
139
143
|
if (t.message) return;
|
|
140
|
-
t.required && (t.message =
|
|
141
|
-
label:
|
|
144
|
+
t.required && (t.message = u("vkf.formItem.required", "{label}不能为空", {
|
|
145
|
+
label: T()
|
|
142
146
|
}));
|
|
143
|
-
const
|
|
144
|
-
|
|
145
|
-
label:
|
|
146
|
-
pattern:
|
|
147
|
+
const o = X.find((k) => k.value === t.pattern);
|
|
148
|
+
o && (t.message = u("vkf.formItem.pattern", "输入 {label} {pattern}", {
|
|
149
|
+
label: T(),
|
|
150
|
+
pattern: o.title
|
|
147
151
|
}));
|
|
148
|
-
},
|
|
152
|
+
}, F = _(() => {
|
|
149
153
|
let t = [];
|
|
150
154
|
return !e.rules && e.required && t.push({
|
|
151
155
|
required: !0
|
|
152
|
-
}),
|
|
156
|
+
}), h(e.rules) && (t = [e.rules]), Array.isArray(e.rules) && (t = e.rules, e.required && !e.rules.find((o) => o.required) && t.push({
|
|
153
157
|
required: !0
|
|
154
|
-
})), t = t.filter((
|
|
155
|
-
if (
|
|
156
|
-
return Object.keys(
|
|
157
|
-
}), t.forEach((
|
|
158
|
-
|
|
158
|
+
})), t = t.filter((o) => {
|
|
159
|
+
if (o && h(o))
|
|
160
|
+
return Object.keys(o).filter((V) => !V.startsWith("data-")).length > 0;
|
|
161
|
+
}), t.forEach((o) => {
|
|
162
|
+
E(o);
|
|
159
163
|
}), t;
|
|
160
164
|
}), {
|
|
161
|
-
getDataValue:
|
|
162
|
-
emitSetData:
|
|
163
|
-
} =
|
|
164
|
-
|
|
165
|
-
e.defaultModelValue !== void 0 && e.prop && (
|
|
165
|
+
getDataValue: d,
|
|
166
|
+
emitSetData: c
|
|
167
|
+
} = Q();
|
|
168
|
+
setTimeout(() => {
|
|
169
|
+
e.defaultModelValue !== void 0 && e.prop && (d == null ? void 0 : d(e.prop)) === void 0 && (c == null || c({
|
|
166
170
|
k: e.prop,
|
|
167
171
|
v: e.defaultModelValue
|
|
168
172
|
}));
|
|
169
|
-
})
|
|
170
|
-
|
|
171
|
-
|
|
173
|
+
});
|
|
174
|
+
const O = (t) => {
|
|
175
|
+
I.value = (t == null ? void 0 : t.$el) ?? t, typeof e.elRef == "function" && e.elRef(t);
|
|
176
|
+
};
|
|
177
|
+
return () => W(te, {
|
|
178
|
+
...m.value,
|
|
179
|
+
"label-position": B.value,
|
|
180
|
+
elRef: O,
|
|
172
181
|
class: {
|
|
173
|
-
"is-readonly":
|
|
182
|
+
"is-readonly": a.value,
|
|
174
183
|
"vkf-form-item--inline": e.inline,
|
|
175
184
|
"is-empty-label": !e.label,
|
|
176
185
|
"is-information": e.information
|
|
177
186
|
},
|
|
178
187
|
size: e.formItemSize,
|
|
179
|
-
rules:
|
|
188
|
+
rules: F.value,
|
|
180
189
|
formItemTip: e.formItemTip,
|
|
181
190
|
formItemTipClass: e.formItemTipClass,
|
|
182
191
|
labelTip: e.labelTip,
|
|
@@ -186,12 +195,12 @@ const y = h, H = z(y), oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
|
|
|
186
195
|
...e.formItemSlots
|
|
187
196
|
});
|
|
188
197
|
}
|
|
189
|
-
}),
|
|
198
|
+
}), ce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
190
199
|
__proto__: null
|
|
191
200
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
192
201
|
export {
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
202
|
+
de as VkfFormItem,
|
|
203
|
+
ue as _VkfFormItemCtx,
|
|
204
|
+
ce as __VkfFormItem,
|
|
205
|
+
de as default
|
|
197
206
|
};
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { FormItemSlots } from './types';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
3
|
declare const _props: {
|
|
4
|
+
labelPosition: {
|
|
5
|
+
type: PropType<"left" | "right" | "top" | "start" | "end">;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
4
8
|
formItemSize: {
|
|
5
9
|
type: PropType<"default" | "small" | "large">;
|
|
6
|
-
default:
|
|
10
|
+
default: undefined;
|
|
7
11
|
};
|
|
8
12
|
formItemSlots: {
|
|
9
13
|
type: PropType<FormItemSlots>;
|
|
@@ -43,7 +47,6 @@ declare const _props: {
|
|
|
43
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
44
48
|
__epPropKey: true;
|
|
45
49
|
};
|
|
46
|
-
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
47
50
|
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
48
51
|
rules: {
|
|
49
52
|
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | (((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>)) | null)[], unknown, unknown>>;
|
|
@@ -69,5 +72,5 @@ declare const _props: {
|
|
|
69
72
|
};
|
|
70
73
|
};
|
|
71
74
|
export declare const props: Omit<typeof _props, "size">;
|
|
72
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"defaultModelValue", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"
|
|
75
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"defaultModelValue", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2>)[]>(propsArg: T2, excludes?: EX | undefined) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"defaultModelValue", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> : Extract<"required", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"defaultModelValue", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2>]: { [k in Extract<"required", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"defaultModelValue", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2>]: T2[k]; }[P]; }>;
|
|
73
76
|
export {};
|
|
@@ -2,9 +2,13 @@ import { FormItemRule } from 'element-plus';
|
|
|
2
2
|
declare const _default: typeof __VLS_export;
|
|
3
3
|
export default _default;
|
|
4
4
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<Omit<{
|
|
5
|
+
labelPosition: {
|
|
6
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "end">;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
5
9
|
formItemSize: {
|
|
6
10
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
7
|
-
default:
|
|
11
|
+
default: undefined;
|
|
8
12
|
};
|
|
9
13
|
formItemSlots: {
|
|
10
14
|
type: import("vue").PropType<import("./types.ts").FormItemSlots>;
|
|
@@ -44,7 +48,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
44
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
49
|
__epPropKey: true;
|
|
46
50
|
};
|
|
47
|
-
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
48
51
|
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
49
52
|
rules: {
|
|
50
53
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | (((new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>)) | null)[], unknown, unknown>>;
|
|
@@ -71,9 +74,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
71
74
|
}, "size">>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
72
75
|
[key: string]: any;
|
|
73
76
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
77
|
+
labelPosition: {
|
|
78
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "end">;
|
|
79
|
+
default: undefined;
|
|
80
|
+
};
|
|
74
81
|
formItemSize: {
|
|
75
82
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
76
|
-
default:
|
|
83
|
+
default: undefined;
|
|
77
84
|
};
|
|
78
85
|
formItemSlots: {
|
|
79
86
|
type: import("vue").PropType<import("./types.ts").FormItemSlots>;
|
|
@@ -113,7 +120,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
113
120
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
121
|
__epPropKey: true;
|
|
115
122
|
};
|
|
116
|
-
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
117
123
|
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
118
124
|
rules: {
|
|
119
125
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | (((new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>)) | null)[], unknown, unknown>>;
|
|
@@ -139,6 +145,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
139
145
|
};
|
|
140
146
|
}, "size">>> & Readonly<{}>, {
|
|
141
147
|
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
148
|
+
labelPosition: "left" | "right" | "top" | "start" | "end";
|
|
142
149
|
formItemSize: "default" | "small" | "large";
|
|
143
150
|
formItemSlots: import("./types.ts").FormItemSlots;
|
|
144
151
|
inline: boolean;
|
|
@@ -146,7 +153,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
146
153
|
formItemTip: string;
|
|
147
154
|
labelTip: string;
|
|
148
155
|
information: boolean;
|
|
149
|
-
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
150
156
|
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
151
157
|
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
152
158
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
import { defineComponent as e, openBlock as t, createElementBlock as l, createElementVNode as a } from "vue";
|
|
2
|
+
/*! Element Plus Icons Vue v2.3.2 */
|
|
3
|
+
var c = /* @__PURE__ */ e({
|
|
4
|
+
name: "Check",
|
|
5
|
+
__name: "check",
|
|
6
|
+
setup(_) {
|
|
7
|
+
return (r, s) => (t(), l("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 1024 1024"
|
|
10
|
+
}, [
|
|
11
|
+
a("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"
|
|
14
|
+
})
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
}), k = c, o = /* @__PURE__ */ e({
|
|
18
|
+
name: "CircleCheck",
|
|
19
|
+
__name: "circle-check",
|
|
20
|
+
setup(_) {
|
|
21
|
+
return (r, s) => (t(), l("svg", {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
viewBox: "0 0 1024 1024"
|
|
24
|
+
}, [
|
|
25
|
+
a("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"
|
|
28
|
+
}),
|
|
29
|
+
a("path", {
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752z"
|
|
32
|
+
})
|
|
33
|
+
]));
|
|
34
|
+
}
|
|
35
|
+
}), D = o, n = /* @__PURE__ */ e({
|
|
36
|
+
name: "CircleCloseFilled",
|
|
37
|
+
__name: "circle-close-filled",
|
|
38
|
+
setup(_) {
|
|
39
|
+
return (r, s) => (t(), l("svg", {
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
viewBox: "0 0 1024 1024"
|
|
42
|
+
}, [
|
|
43
|
+
a("path", {
|
|
44
|
+
fill: "currentColor",
|
|
45
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"
|
|
46
|
+
})
|
|
47
|
+
]));
|
|
48
|
+
}
|
|
49
|
+
}), b = n, m = /* @__PURE__ */ e({
|
|
50
|
+
name: "CloseBold",
|
|
51
|
+
__name: "close-bold",
|
|
52
|
+
setup(_) {
|
|
53
|
+
return (r, s) => (t(), l("svg", {
|
|
54
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
55
|
+
viewBox: "0 0 1024 1024"
|
|
56
|
+
}, [
|
|
57
|
+
a("path", {
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
d: "M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496"
|
|
60
|
+
})
|
|
61
|
+
]));
|
|
62
|
+
}
|
|
63
|
+
}), E = m, p = /* @__PURE__ */ e({
|
|
64
|
+
name: "Close",
|
|
65
|
+
__name: "close",
|
|
66
|
+
setup(_) {
|
|
67
|
+
return (r, s) => (t(), l("svg", {
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
viewBox: "0 0 1024 1024"
|
|
70
|
+
}, [
|
|
71
|
+
a("path", {
|
|
72
|
+
fill: "currentColor",
|
|
73
|
+
d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
|
|
74
|
+
})
|
|
75
|
+
]));
|
|
76
|
+
}
|
|
77
|
+
}), F = p, v = /* @__PURE__ */ e({
|
|
78
|
+
name: "Delete",
|
|
79
|
+
__name: "delete",
|
|
80
|
+
setup(_) {
|
|
81
|
+
return (r, s) => (t(), l("svg", {
|
|
82
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
83
|
+
viewBox: "0 0 1024 1024"
|
|
84
|
+
}, [
|
|
85
|
+
a("path", {
|
|
86
|
+
fill: "currentColor",
|
|
87
|
+
d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
|
|
88
|
+
})
|
|
89
|
+
]));
|
|
90
|
+
}
|
|
91
|
+
}), A = v, w = /* @__PURE__ */ e({
|
|
92
|
+
name: "DocumentChecked",
|
|
93
|
+
__name: "document-checked",
|
|
94
|
+
setup(_) {
|
|
95
|
+
return (r, s) => (t(), l("svg", {
|
|
96
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
97
|
+
viewBox: "0 0 1024 1024"
|
|
98
|
+
}, [
|
|
99
|
+
a("path", {
|
|
100
|
+
fill: "currentColor",
|
|
101
|
+
d: "M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"
|
|
102
|
+
})
|
|
103
|
+
]));
|
|
104
|
+
}
|
|
105
|
+
}), S = w, h = /* @__PURE__ */ e({
|
|
106
|
+
name: "Document",
|
|
107
|
+
__name: "document",
|
|
108
|
+
setup(_) {
|
|
109
|
+
return (r, s) => (t(), l("svg", {
|
|
110
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
111
|
+
viewBox: "0 0 1024 1024"
|
|
112
|
+
}, [
|
|
113
|
+
a("path", {
|
|
114
|
+
fill: "currentColor",
|
|
115
|
+
d: "M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"
|
|
116
|
+
})
|
|
117
|
+
]));
|
|
118
|
+
}
|
|
119
|
+
}), U = h, u = /* @__PURE__ */ e({
|
|
120
|
+
name: "Download",
|
|
121
|
+
__name: "download",
|
|
122
|
+
setup(_) {
|
|
123
|
+
return (r, s) => (t(), l("svg", {
|
|
124
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
125
|
+
viewBox: "0 0 1024 1024"
|
|
126
|
+
}, [
|
|
127
|
+
a("path", {
|
|
128
|
+
fill: "currentColor",
|
|
129
|
+
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"
|
|
130
|
+
})
|
|
131
|
+
]));
|
|
132
|
+
}
|
|
133
|
+
}), j = u, i = /* @__PURE__ */ e({
|
|
134
|
+
name: "Edit",
|
|
135
|
+
__name: "edit",
|
|
136
|
+
setup(_) {
|
|
137
|
+
return (r, s) => (t(), l("svg", {
|
|
138
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
139
|
+
viewBox: "0 0 1024 1024"
|
|
140
|
+
}, [
|
|
141
|
+
a("path", {
|
|
142
|
+
fill: "currentColor",
|
|
143
|
+
d: "M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"
|
|
144
|
+
}),
|
|
145
|
+
a("path", {
|
|
146
|
+
fill: "currentColor",
|
|
147
|
+
d: "m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"
|
|
148
|
+
})
|
|
149
|
+
]));
|
|
150
|
+
}
|
|
151
|
+
}), I = i, d = /* @__PURE__ */ e({
|
|
152
|
+
name: "MapLocation",
|
|
153
|
+
__name: "map-location",
|
|
154
|
+
setup(_) {
|
|
155
|
+
return (r, s) => (t(), l("svg", {
|
|
156
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
157
|
+
viewBox: "0 0 1024 1024"
|
|
158
|
+
}, [
|
|
159
|
+
a("path", {
|
|
160
|
+
fill: "currentColor",
|
|
161
|
+
d: "M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"
|
|
162
|
+
}),
|
|
163
|
+
a("path", {
|
|
164
|
+
fill: "currentColor",
|
|
165
|
+
d: "M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"
|
|
166
|
+
})
|
|
167
|
+
]));
|
|
168
|
+
}
|
|
169
|
+
}), N = d, f = /* @__PURE__ */ e({
|
|
170
|
+
name: "Minus",
|
|
171
|
+
__name: "minus",
|
|
172
|
+
setup(_) {
|
|
173
|
+
return (r, s) => (t(), l("svg", {
|
|
174
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
175
|
+
viewBox: "0 0 1024 1024"
|
|
176
|
+
}, [
|
|
177
|
+
a("path", {
|
|
178
|
+
fill: "currentColor",
|
|
179
|
+
d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"
|
|
180
|
+
})
|
|
181
|
+
]));
|
|
182
|
+
}
|
|
183
|
+
}), P = f, g = /* @__PURE__ */ e({
|
|
184
|
+
name: "Plus",
|
|
185
|
+
__name: "plus",
|
|
186
|
+
setup(_) {
|
|
187
|
+
return (r, s) => (t(), l("svg", {
|
|
188
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
189
|
+
viewBox: "0 0 1024 1024"
|
|
190
|
+
}, [
|
|
191
|
+
a("path", {
|
|
192
|
+
fill: "currentColor",
|
|
193
|
+
d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"
|
|
194
|
+
})
|
|
195
|
+
]));
|
|
196
|
+
}
|
|
197
|
+
}), R = g, x = /* @__PURE__ */ e({
|
|
198
|
+
name: "Right",
|
|
199
|
+
__name: "right",
|
|
200
|
+
setup(_) {
|
|
201
|
+
return (r, s) => (t(), l("svg", {
|
|
202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
203
|
+
viewBox: "0 0 1024 1024"
|
|
204
|
+
}, [
|
|
205
|
+
a("path", {
|
|
206
|
+
fill: "currentColor",
|
|
207
|
+
d: "M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"
|
|
208
|
+
})
|
|
209
|
+
]));
|
|
210
|
+
}
|
|
211
|
+
}), W = x, C = /* @__PURE__ */ e({
|
|
212
|
+
name: "Select",
|
|
213
|
+
__name: "select",
|
|
214
|
+
setup(_) {
|
|
215
|
+
return (r, s) => (t(), l("svg", {
|
|
216
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
217
|
+
viewBox: "0 0 1024 1024"
|
|
218
|
+
}, [
|
|
219
|
+
a("path", {
|
|
220
|
+
fill: "currentColor",
|
|
221
|
+
d: "M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496"
|
|
222
|
+
})
|
|
223
|
+
]));
|
|
224
|
+
}
|
|
225
|
+
}), Z = C, z = /* @__PURE__ */ e({
|
|
226
|
+
name: "SuccessFilled",
|
|
227
|
+
__name: "success-filled",
|
|
228
|
+
setup(_) {
|
|
229
|
+
return (r, s) => (t(), l("svg", {
|
|
230
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
231
|
+
viewBox: "0 0 1024 1024"
|
|
232
|
+
}, [
|
|
233
|
+
a("path", {
|
|
234
|
+
fill: "currentColor",
|
|
235
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"
|
|
236
|
+
})
|
|
237
|
+
]));
|
|
238
|
+
}
|
|
239
|
+
}), q = z, M = /* @__PURE__ */ e({
|
|
240
|
+
name: "UploadFilled",
|
|
241
|
+
__name: "upload-filled",
|
|
242
|
+
setup(_) {
|
|
243
|
+
return (r, s) => (t(), l("svg", {
|
|
244
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
245
|
+
viewBox: "0 0 1024 1024"
|
|
246
|
+
}, [
|
|
247
|
+
a("path", {
|
|
248
|
+
fill: "currentColor",
|
|
249
|
+
d: "M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.81 239.81 0 0 1 512 192a239.87 239.87 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"
|
|
250
|
+
})
|
|
251
|
+
]));
|
|
252
|
+
}
|
|
253
|
+
}), y = M, L = /* @__PURE__ */ e({
|
|
254
|
+
name: "Upload",
|
|
255
|
+
__name: "upload",
|
|
256
|
+
setup(_) {
|
|
257
|
+
return (r, s) => (t(), l("svg", {
|
|
258
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
259
|
+
viewBox: "0 0 1024 1024"
|
|
260
|
+
}, [
|
|
261
|
+
a("path", {
|
|
262
|
+
fill: "currentColor",
|
|
263
|
+
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"
|
|
264
|
+
})
|
|
265
|
+
]));
|
|
266
|
+
}
|
|
267
|
+
}), G = L, H = /* @__PURE__ */ e({
|
|
268
|
+
name: "Warning",
|
|
269
|
+
__name: "warning",
|
|
270
|
+
setup(_) {
|
|
271
|
+
return (r, s) => (t(), l("svg", {
|
|
272
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
273
|
+
viewBox: "0 0 1024 1024"
|
|
274
|
+
}, [
|
|
275
|
+
a("path", {
|
|
276
|
+
fill: "currentColor",
|
|
277
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"
|
|
278
|
+
})
|
|
279
|
+
]));
|
|
280
|
+
}
|
|
281
|
+
}), J = H, B = /* @__PURE__ */ e({
|
|
282
|
+
name: "ZoomIn",
|
|
283
|
+
__name: "zoom-in",
|
|
284
|
+
setup(_) {
|
|
285
|
+
return (r, s) => (t(), l("svg", {
|
|
286
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
287
|
+
viewBox: "0 0 1024 1024"
|
|
288
|
+
}, [
|
|
289
|
+
a("path", {
|
|
290
|
+
fill: "currentColor",
|
|
291
|
+
d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"
|
|
292
|
+
})
|
|
293
|
+
]));
|
|
294
|
+
}
|
|
295
|
+
}), K = B;
|
|
296
|
+
export {
|
|
297
|
+
b as a,
|
|
298
|
+
j as b,
|
|
299
|
+
E as c,
|
|
300
|
+
A as d,
|
|
301
|
+
I as e,
|
|
302
|
+
q as f,
|
|
303
|
+
U as g,
|
|
304
|
+
D as h,
|
|
305
|
+
F as i,
|
|
306
|
+
k as j,
|
|
307
|
+
N as k,
|
|
308
|
+
G as l,
|
|
309
|
+
P as m,
|
|
310
|
+
S as n,
|
|
311
|
+
R as p,
|
|
312
|
+
W as r,
|
|
313
|
+
Z as s,
|
|
314
|
+
y as u,
|
|
315
|
+
J as w,
|
|
316
|
+
K as z
|
|
317
|
+
};
|