st-comp 0.0.178 → 0.0.180
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/es/ChartLayout.cjs +1 -1
- package/es/ChartLayout.js +3 -3
- package/es/FactorWarning.cjs +1 -1
- package/es/FactorWarning.js +29 -33
- package/es/Kline.cjs +1 -1
- package/es/Kline.js +14 -18
- package/es/KlineBasic.cjs +1 -1
- package/es/KlineBasic.js +25 -30
- package/es/KlineConfig.cjs +1 -1
- package/es/KlineConfig.js +457 -419
- package/es/KlineNew.cjs +1 -1
- package/es/KlineNew.js +13 -16
- package/es/KlinePlus.cjs +3 -3
- package/es/KlinePlus.js +140 -142
- package/es/Pagination.cjs +1 -1
- package/es/Pagination.js +274 -276
- package/es/PasswordPrompt.cjs +1 -1
- package/es/PasswordPrompt.js +3 -3
- package/es/Table.cjs +1 -1
- package/es/Table.js +21 -23
- package/es/User.cjs +1 -1
- package/es/User.js +472 -482
- package/es/VarSelectDialog.cjs +3 -3
- package/es/VarSelectDialog.js +440 -2878
- package/es/VarietySearch.cjs +12 -12
- package/es/VarietySearch.js +1199 -1176
- package/es/VirtualTable.cjs +1 -13
- package/es/VirtualTable.js +1547 -1567
- package/es/{_initCloneObject-da90eef0.js → _initCloneObject-346b7ee2.js} +25 -26
- package/es/_initCloneObject-e2f0deb9.cjs +1 -0
- package/es/base-62a70f61.js +288 -0
- package/es/base-ef747d02.cjs +5 -0
- package/es/config-provider-178bb43c.cjs +1 -0
- package/es/config-provider-2e733cae.js +58 -0
- package/es/dayjs.min-2c20abe6.cjs +1 -0
- package/es/{dayjs.min-54a4e095.js → dayjs.min-8313b006.js} +96 -93
- package/es/{debounce-9e323221.cjs → debounce-0b77a317.cjs} +1 -1
- package/es/{debounce-3cec4646.js → debounce-5f2ec4be.js} +19 -19
- package/es/{dropdown-82b80e8b.js → dropdown-d06edf54.js} +49 -39
- package/es/dropdown-f2fec683.cjs +1 -0
- package/es/el-button-5b08c08a.js +272 -0
- package/es/el-button-fc46a173.cjs +1 -0
- package/es/el-dialog-0b7166c9.cjs +1 -0
- package/es/el-dialog-d8d0da7a.js +276 -0
- package/es/{el-divider-fd2b4e2e.js → el-divider-2f300113.js} +1 -1
- package/es/{el-divider-40c50ce7.cjs → el-divider-4713d74c.cjs} +1 -1
- package/es/{el-empty-412fc297.js → el-empty-87a86f30.js} +57 -80
- package/es/el-empty-bb2b0235.cjs +1 -0
- package/es/el-form-item-caffd133.cjs +12 -0
- package/es/el-form-item-ff9c7d98.js +1267 -0
- package/es/el-input-6db30c8c.js +531 -0
- package/es/el-input-9c912678.cjs +1 -0
- package/es/el-input-number-05f150e5.js +311 -0
- package/es/el-input-number-6fe73563.cjs +1 -0
- package/es/el-loading-8514feaa.cjs +1 -0
- package/es/el-loading-93842445.js +203 -0
- package/es/el-menu-item-7a57c1be.cjs +1 -0
- package/es/el-menu-item-a886fbdd.js +768 -0
- package/es/el-message-8aa674f2.js +406 -0
- package/es/el-message-aad5b42b.cjs +1 -0
- package/es/el-message-box-2b6b2b68.js +550 -0
- package/es/el-message-box-53f355d7.cjs +1 -0
- package/es/el-overlay-540b2a02.js +324 -0
- package/es/el-overlay-96630a2e.cjs +1 -0
- package/es/el-popconfirm-2afdf6fb.cjs +1 -0
- package/es/el-popconfirm-c18d8035.js +162 -0
- package/es/el-popper-544fd77e.js +2412 -0
- package/es/el-popper-73466d7a.cjs +1 -0
- package/es/el-scrollbar-691cfc11.cjs +1 -0
- package/es/el-scrollbar-fae984e3.js +763 -0
- package/es/el-segmented-a7493831.js +142 -0
- package/es/el-segmented-b6bd3c0e.cjs +1 -0
- package/es/el-select-5959e837.cjs +1 -0
- package/es/el-select-ea8feecf.js +1251 -0
- package/es/el-table-column-9ef52443.js +3878 -0
- package/es/el-table-column-b824ac5c.cjs +14 -0
- package/es/el-tag-2fc9b9eb.js +116 -0
- package/es/el-tag-ecad6d02.cjs +1 -0
- package/es/index-2e331d74.js +10 -0
- package/es/{index-a8e9ec0f.js → index-34592e82.js} +176 -182
- package/es/index-3a74eae4.cjs +1 -0
- package/es/{index-1c41bd56.js → index-5d4e5c51.js} +3 -3
- package/es/{index-e348d5e8.cjs → index-694bb944.cjs} +1 -1
- package/es/{index-ee1cebbc.js → index-74fb90c7.js} +5 -5
- package/es/{index-d577b81b.js → index-8d7ae5dc.js} +2 -2
- package/es/index-a9095b4a.js +163 -0
- package/es/index-a93dd9c4.cjs +1 -0
- package/es/index-ebd2fd7e.cjs +1 -0
- package/es/index-f1c702f6.cjs +1 -0
- package/es/{index-19fa1fcf.cjs → index-f6afafaa.cjs} +1 -1
- package/es/{raf-bfbf42e4.js → raf-41aed4d4.js} +1 -1
- package/es/{raf-07cb6953.cjs → raf-8249652f.cjs} +1 -1
- package/es/{scroll-e3cb691f.js → scroll-7d352c1f.js} +2 -2
- package/es/{scroll-4769a65d.cjs → scroll-b108dabd.cjs} +1 -1
- package/es/style.css +1 -1
- package/es/use-global-config-03735617.cjs +1 -0
- package/es/use-global-config-4b185eb5.js +71 -0
- package/es/validator-0e688e4e.cjs +1 -0
- package/es/validator-d12a8f8c.js +5 -0
- package/es/vnode-4db20540.cjs +1 -0
- package/es/vnode-a0795a4b.js +70 -0
- package/es/{zh-cn-d883afa8.js → zh-cn-0ff32188.js} +5 -4
- package/es/{zh-cn-b24a7dc9.cjs → zh-cn-adf19c4b.cjs} +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +226 -245
- package/lib/{index-0f16f8b0.js → index-9341884f.js} +44358 -46367
- package/lib/{python-e9c32bc9.js → python-5c9b3e4e.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +2 -2
- package/packages/KlinePlus/index.vue +2 -1
- package/packages/VarSelectDialog/index.vue +43 -67
- package/packages/VarietySearch/components/FactorScreen/FactorDescription.vue +4 -2
- package/packages/VarietySearch/components/FactorScreen/index.vue +6 -4
- package/packages/index.ts +0 -2
- package/src/pages/VarSelectDialog/index.vue +1 -1
- package/src/router/routes.ts +0 -5
- package/es/Dialog.cjs +0 -1
- package/es/Dialog.js +0 -95
- package/es/_commonjsHelpers-10dfc225.js +0 -8
- package/es/_commonjsHelpers-87b0abe8.cjs +0 -1
- package/es/_initCloneObject-9ccbb113.cjs +0 -1
- package/es/base-bdc10baa.cjs +0 -5
- package/es/base-d9284bf0.js +0 -304
- package/es/castArray-37eb9980.cjs +0 -1
- package/es/castArray-b0ab0165.js +0 -10
- package/es/config-provider-ec6b09df.cjs +0 -1
- package/es/config-provider-f0151e9f.js +0 -47
- package/es/dayjs.min-19fb125f.cjs +0 -1
- package/es/dropdown-b2dab5bb.cjs +0 -1
- package/es/el-button-34665425.js +0 -237
- package/es/el-button-960edd49.cjs +0 -1
- package/es/el-dialog-a412484e.js +0 -267
- package/es/el-dialog-cd484c1f.cjs +0 -1
- package/es/el-empty-627ec09e.cjs +0 -1
- package/es/el-form-item-668ba024.js +0 -1263
- package/es/el-form-item-e1c3104b.cjs +0 -12
- package/es/el-input-22e66e37.js +0 -523
- package/es/el-input-5163bda3.cjs +0 -1
- package/es/el-input-number-481e21c5.js +0 -284
- package/es/el-input-number-eb54cde4.cjs +0 -1
- package/es/el-loading-15a5501c.cjs +0 -1
- package/es/el-loading-d4e403ab.js +0 -187
- package/es/el-menu-item-404c10e5.js +0 -772
- package/es/el-menu-item-ac89e804.cjs +0 -1
- package/es/el-message-ad87b9dd.cjs +0 -1
- package/es/el-message-box-41f39f6d.js +0 -558
- package/es/el-message-box-6694f827.cjs +0 -1
- package/es/el-message-ef506caa.js +0 -375
- package/es/el-overlay-4a9fa4e1.js +0 -269
- package/es/el-overlay-e5d318c3.cjs +0 -1
- package/es/el-popconfirm-7b9183aa.js +0 -140
- package/es/el-popconfirm-a497b279.cjs +0 -1
- package/es/el-popper-14a9d493.cjs +0 -1
- package/es/el-popper-e73466eb.js +0 -2263
- package/es/el-scrollbar-45318df0.js +0 -201
- package/es/el-scrollbar-8bf765f2.cjs +0 -1
- package/es/el-segmented-3ba6d664.cjs +0 -1
- package/es/el-segmented-41820018.js +0 -135
- package/es/el-select-1d2309a1.cjs +0 -1
- package/es/el-select-d7a00294.js +0 -1130
- package/es/el-table-column-a2d0c635.js +0 -3805
- package/es/el-table-column-be9a76bb.cjs +0 -14
- package/es/el-tag-7f391090.js +0 -280
- package/es/el-tag-8d49d4d2.cjs +0 -1
- package/es/index-02ca0096.cjs +0 -5
- package/es/index-3120be08.js +0 -14
- package/es/index-5b81f4da.cjs +0 -1
- package/es/index-85a32a00.js +0 -59
- package/es/index-8d3c5e96.cjs +0 -3
- package/es/index-94f38460.js +0 -306
- package/es/index-a99a5307.cjs +0 -1
- package/es/index-b90c746b.cjs +0 -1
- package/es/index-d94bae37.cjs +0 -1
- package/es/index-d99fdc6d.js +0 -159
- package/es/use-form-common-props-592797e2.cjs +0 -2
- package/es/use-form-common-props-cc347a83.js +0 -171
- package/es/use-global-config-584b62f1.cjs +0 -1
- package/es/use-global-config-c7f0a7e3.js +0 -73
- package/es/validator-10fa54fe.js +0 -5
- package/es/validator-af488a9a.cjs +0 -1
- package/es/vnode-1b827c99.cjs +0 -1
- package/es/vnode-6be33bb1.js +0 -14
- package/packages/Dialog/index.ts +0 -8
- package/packages/Dialog/index.vue +0 -54
- package/src/pages/Dialog/index.vue +0 -16
|
@@ -0,0 +1,531 @@
|
|
|
1
|
+
import { computed as c, getCurrentInstance as Ue, defineComponent as Pe, useAttrs as We, useSlots as Ye, shallowRef as Z, ref as q, watch as J, nextTick as R, onMounted as Xe, toRef as Ge, openBlock as d, createElementBlock as S, normalizeClass as m, unref as t, normalizeStyle as be, createCommentVNode as p, Fragment as Q, renderSlot as j, createElementVNode as T, createBlock as C, withCtx as L, resolveDynamicComponent as O, mergeProps as we, withModifiers as _e, toDisplayString as U } from "vue";
|
|
2
|
+
import { h as Ze, i as ee, d as qe, f as Je, e as Qe, g as et, V as tt, u as ot } from "./el-scrollbar-fae984e3.js";
|
|
3
|
+
import { o as nt, v as at, s as st, E as B } from "./index-74fb90c7.js";
|
|
4
|
+
import { s as Te, p as xe, b as lt, e as H, c as te, G as rt, u as Se, g as it, N as ut, _ as dt, f as Ce, w as ct } from "./base-62a70f61.js";
|
|
5
|
+
import { m as pt } from "./typescript-7ae59c4c.js";
|
|
6
|
+
import { u as ft, U as oe, d as Ie, I as Ee, C as Ne } from "./el-popper-544fd77e.js";
|
|
7
|
+
import { a as vt, u as mt } from "./vnode-a0795a4b.js";
|
|
8
|
+
const ht = () => Te && /firefox/i.test(window.navigator.userAgent);
|
|
9
|
+
let g;
|
|
10
|
+
const yt = {
|
|
11
|
+
height: "0",
|
|
12
|
+
visibility: "hidden",
|
|
13
|
+
overflow: ht() ? "" : "hidden",
|
|
14
|
+
position: "absolute",
|
|
15
|
+
"z-index": "-1000",
|
|
16
|
+
top: "0",
|
|
17
|
+
right: "0"
|
|
18
|
+
}, gt = [
|
|
19
|
+
"letter-spacing",
|
|
20
|
+
"line-height",
|
|
21
|
+
"padding-top",
|
|
22
|
+
"padding-bottom",
|
|
23
|
+
"font-family",
|
|
24
|
+
"font-weight",
|
|
25
|
+
"font-size",
|
|
26
|
+
"text-rendering",
|
|
27
|
+
"text-transform",
|
|
28
|
+
"width",
|
|
29
|
+
"text-indent",
|
|
30
|
+
"padding-left",
|
|
31
|
+
"padding-right",
|
|
32
|
+
"border-width",
|
|
33
|
+
"box-sizing",
|
|
34
|
+
"word-break"
|
|
35
|
+
];
|
|
36
|
+
function bt(n) {
|
|
37
|
+
const f = window.getComputedStyle(n), r = f.getPropertyValue("box-sizing"), o = Number.parseFloat(f.getPropertyValue("padding-bottom")) + Number.parseFloat(f.getPropertyValue("padding-top")), i = Number.parseFloat(f.getPropertyValue("border-bottom-width")) + Number.parseFloat(f.getPropertyValue("border-top-width"));
|
|
38
|
+
return { contextStyle: gt.map((l) => [
|
|
39
|
+
l,
|
|
40
|
+
f.getPropertyValue(l)
|
|
41
|
+
]), paddingSize: o, borderSize: i, boxSizing: r };
|
|
42
|
+
}
|
|
43
|
+
function ze(n, f = 1, r) {
|
|
44
|
+
var o, i;
|
|
45
|
+
g || (g = document.createElement("textarea"), ((o = n.parentNode) != null ? o : document.body).appendChild(g));
|
|
46
|
+
const { paddingSize: u, borderSize: l, boxSizing: b, contextStyle: w } = bt(n);
|
|
47
|
+
w.forEach(([y, x]) => g == null ? void 0 : g.style.setProperty(y, x)), Object.entries(yt).forEach(([y, x]) => g == null ? void 0 : g.style.setProperty(y, x, "important")), g.value = n.value || n.placeholder || "";
|
|
48
|
+
let h = g.scrollHeight;
|
|
49
|
+
const v = {};
|
|
50
|
+
b === "border-box" ? h = h + l : b === "content-box" && (h = h - u), g.value = "";
|
|
51
|
+
const k = g.scrollHeight - u;
|
|
52
|
+
if (xe(f)) {
|
|
53
|
+
let y = k * f;
|
|
54
|
+
b === "border-box" && (y = y + u + l), h = Math.max(y, h), v.minHeight = `${y}px`;
|
|
55
|
+
}
|
|
56
|
+
if (xe(r)) {
|
|
57
|
+
let y = k * r;
|
|
58
|
+
b === "border-box" && (y = y + u + l), h = Math.min(y, h);
|
|
59
|
+
}
|
|
60
|
+
return v.height = `${h}px`, (i = g.parentNode) == null || i.removeChild(g), g = void 0, v;
|
|
61
|
+
}
|
|
62
|
+
const wt = lt({
|
|
63
|
+
id: {
|
|
64
|
+
type: String,
|
|
65
|
+
default: void 0
|
|
66
|
+
},
|
|
67
|
+
size: Ze,
|
|
68
|
+
disabled: Boolean,
|
|
69
|
+
modelValue: {
|
|
70
|
+
type: H([
|
|
71
|
+
String,
|
|
72
|
+
Number,
|
|
73
|
+
Object
|
|
74
|
+
]),
|
|
75
|
+
default: ""
|
|
76
|
+
},
|
|
77
|
+
maxlength: {
|
|
78
|
+
type: [String, Number]
|
|
79
|
+
},
|
|
80
|
+
minlength: {
|
|
81
|
+
type: [String, Number]
|
|
82
|
+
},
|
|
83
|
+
type: {
|
|
84
|
+
type: String,
|
|
85
|
+
default: "text"
|
|
86
|
+
},
|
|
87
|
+
resize: {
|
|
88
|
+
type: String,
|
|
89
|
+
values: ["none", "both", "horizontal", "vertical"]
|
|
90
|
+
},
|
|
91
|
+
autosize: {
|
|
92
|
+
type: H([Boolean, Object]),
|
|
93
|
+
default: !1
|
|
94
|
+
},
|
|
95
|
+
autocomplete: {
|
|
96
|
+
type: H(String),
|
|
97
|
+
default: "off"
|
|
98
|
+
},
|
|
99
|
+
formatter: {
|
|
100
|
+
type: Function
|
|
101
|
+
},
|
|
102
|
+
parser: {
|
|
103
|
+
type: Function
|
|
104
|
+
},
|
|
105
|
+
placeholder: {
|
|
106
|
+
type: String
|
|
107
|
+
},
|
|
108
|
+
form: {
|
|
109
|
+
type: String
|
|
110
|
+
},
|
|
111
|
+
readonly: Boolean,
|
|
112
|
+
clearable: Boolean,
|
|
113
|
+
clearIcon: {
|
|
114
|
+
type: ee,
|
|
115
|
+
default: nt
|
|
116
|
+
},
|
|
117
|
+
showPassword: Boolean,
|
|
118
|
+
showWordLimit: Boolean,
|
|
119
|
+
suffixIcon: {
|
|
120
|
+
type: ee
|
|
121
|
+
},
|
|
122
|
+
prefixIcon: {
|
|
123
|
+
type: ee
|
|
124
|
+
},
|
|
125
|
+
containerRole: {
|
|
126
|
+
type: String,
|
|
127
|
+
default: void 0
|
|
128
|
+
},
|
|
129
|
+
tabindex: {
|
|
130
|
+
type: [String, Number],
|
|
131
|
+
default: 0
|
|
132
|
+
},
|
|
133
|
+
validateEvent: {
|
|
134
|
+
type: Boolean,
|
|
135
|
+
default: !0
|
|
136
|
+
},
|
|
137
|
+
inputStyle: {
|
|
138
|
+
type: H([Object, Array, String]),
|
|
139
|
+
default: () => pt({})
|
|
140
|
+
},
|
|
141
|
+
autofocus: Boolean,
|
|
142
|
+
rows: {
|
|
143
|
+
type: Number,
|
|
144
|
+
default: 2
|
|
145
|
+
},
|
|
146
|
+
...ft(["ariaLabel"]),
|
|
147
|
+
inputmode: {
|
|
148
|
+
type: H(String),
|
|
149
|
+
default: void 0
|
|
150
|
+
},
|
|
151
|
+
name: String
|
|
152
|
+
}), xt = {
|
|
153
|
+
[oe]: (n) => te(n),
|
|
154
|
+
input: (n) => te(n),
|
|
155
|
+
change: (n) => te(n),
|
|
156
|
+
focus: (n) => n instanceof FocusEvent,
|
|
157
|
+
blur: (n) => n instanceof FocusEvent,
|
|
158
|
+
clear: () => !0,
|
|
159
|
+
mouseleave: (n) => n instanceof MouseEvent,
|
|
160
|
+
mouseenter: (n) => n instanceof MouseEvent,
|
|
161
|
+
keydown: (n) => n instanceof Event,
|
|
162
|
+
compositionstart: (n) => n instanceof CompositionEvent,
|
|
163
|
+
compositionupdate: (n) => n instanceof CompositionEvent,
|
|
164
|
+
compositionend: (n) => n instanceof CompositionEvent
|
|
165
|
+
}, St = ["class", "style"], Ct = /^on[A-Z]/, It = (n = {}) => {
|
|
166
|
+
const { excludeListeners: f = !1, excludeKeys: r } = n, o = c(() => ((r == null ? void 0 : r.value) || []).concat(St)), i = Ue();
|
|
167
|
+
return i ? c(() => {
|
|
168
|
+
var u;
|
|
169
|
+
return rt(Object.entries((u = i.proxy) == null ? void 0 : u.$attrs).filter(([l]) => !o.value.includes(l) && !(f && Ct.test(l))));
|
|
170
|
+
}) : c(() => ({}));
|
|
171
|
+
};
|
|
172
|
+
function Et(n) {
|
|
173
|
+
let f;
|
|
174
|
+
function r() {
|
|
175
|
+
if (n.value == null)
|
|
176
|
+
return;
|
|
177
|
+
const { selectionStart: i, selectionEnd: u, value: l } = n.value;
|
|
178
|
+
if (i == null || u == null)
|
|
179
|
+
return;
|
|
180
|
+
const b = l.slice(0, Math.max(0, i)), w = l.slice(Math.max(0, u));
|
|
181
|
+
f = {
|
|
182
|
+
selectionStart: i,
|
|
183
|
+
selectionEnd: u,
|
|
184
|
+
value: l,
|
|
185
|
+
beforeTxt: b,
|
|
186
|
+
afterTxt: w
|
|
187
|
+
};
|
|
188
|
+
}
|
|
189
|
+
function o() {
|
|
190
|
+
if (n.value == null || f == null)
|
|
191
|
+
return;
|
|
192
|
+
const { value: i } = n.value, { beforeTxt: u, afterTxt: l, selectionStart: b } = f;
|
|
193
|
+
if (u == null || l == null || b == null)
|
|
194
|
+
return;
|
|
195
|
+
let w = i.length;
|
|
196
|
+
if (i.endsWith(l))
|
|
197
|
+
w = i.length - l.length;
|
|
198
|
+
else if (i.startsWith(u))
|
|
199
|
+
w = u.length;
|
|
200
|
+
else {
|
|
201
|
+
const h = u[b - 1], v = i.indexOf(h, b - 1);
|
|
202
|
+
v !== -1 && (w = v + 1);
|
|
203
|
+
}
|
|
204
|
+
n.value.setSelectionRange(w, w);
|
|
205
|
+
}
|
|
206
|
+
return [r, o];
|
|
207
|
+
}
|
|
208
|
+
const Nt = "ElInput", zt = Pe({
|
|
209
|
+
name: Nt,
|
|
210
|
+
inheritAttrs: !1
|
|
211
|
+
}), Pt = /* @__PURE__ */ Pe({
|
|
212
|
+
...zt,
|
|
213
|
+
props: wt,
|
|
214
|
+
emits: xt,
|
|
215
|
+
setup(n, { expose: f, emit: r }) {
|
|
216
|
+
const o = n, i = We(), u = It(), l = Ye(), b = c(() => [
|
|
217
|
+
o.type === "textarea" ? ne.b() : a.b(),
|
|
218
|
+
a.m(y.value),
|
|
219
|
+
a.is("disabled", x.value),
|
|
220
|
+
a.is("exceed", Le.value),
|
|
221
|
+
{
|
|
222
|
+
[a.b("group")]: l.prepend || l.append,
|
|
223
|
+
[a.m("prefix")]: l.prefix || o.prefixIcon,
|
|
224
|
+
[a.m("suffix")]: l.suffix || o.suffixIcon || o.clearable || o.showPassword,
|
|
225
|
+
[a.bm("suffix", "password-clear")]: K.value && X.value,
|
|
226
|
+
[a.b("hidden")]: o.type === "hidden"
|
|
227
|
+
},
|
|
228
|
+
i.class
|
|
229
|
+
]), w = c(() => [
|
|
230
|
+
a.e("wrapper"),
|
|
231
|
+
a.is("focus", Y.value)
|
|
232
|
+
]), { form: h, formItem: v } = qe(), { inputId: k } = Je(o, {
|
|
233
|
+
formItemContext: v
|
|
234
|
+
}), y = Qe(), x = et(), a = Se("input"), ne = Se("textarea"), $ = Z(), I = Z(), W = q(!1), A = q(!1), ae = q(), D = Z(o.inputStyle), N = c(() => $.value || I.value), { wrapperRef: ke, isFocused: Y, handleFocus: Ve, handleBlur: Fe } = vt(N, {
|
|
235
|
+
disabled: x,
|
|
236
|
+
afterBlur() {
|
|
237
|
+
var e;
|
|
238
|
+
o.validateEvent && ((e = v == null ? void 0 : v.validate) == null || e.call(v, "blur").catch((s) => Ie()));
|
|
239
|
+
}
|
|
240
|
+
}), se = c(() => {
|
|
241
|
+
var e;
|
|
242
|
+
return (e = h == null ? void 0 : h.statusIcon) != null ? e : !1;
|
|
243
|
+
}), V = c(() => (v == null ? void 0 : v.validateState) || ""), le = c(() => V.value && tt[V.value]), Me = c(() => A.value ? at : st), Re = c(() => [
|
|
244
|
+
i.style
|
|
245
|
+
]), re = c(() => [
|
|
246
|
+
o.inputStyle,
|
|
247
|
+
D.value,
|
|
248
|
+
{ resize: o.resize }
|
|
249
|
+
]), E = c(() => it(o.modelValue) ? "" : String(o.modelValue)), K = c(() => o.clearable && !x.value && !o.readonly && !!E.value && (Y.value || W.value)), X = c(() => o.showPassword && !x.value && !!E.value), z = c(() => o.showWordLimit && !!o.maxlength && (o.type === "text" || o.type === "textarea") && !x.value && !o.readonly && !o.showPassword), G = c(() => E.value.length), Le = c(() => !!z.value && G.value > Number(o.maxlength)), Oe = c(() => !!l.suffix || !!o.suffixIcon || K.value || o.showPassword || z.value || !!V.value && se.value), [ie, ue] = Et($);
|
|
250
|
+
ot(I, (e) => {
|
|
251
|
+
if (Be(), !z.value || o.resize !== "both")
|
|
252
|
+
return;
|
|
253
|
+
const s = e[0], { width: P } = s.contentRect;
|
|
254
|
+
ae.value = {
|
|
255
|
+
right: `calc(100% - ${P + 15 + 6}px)`
|
|
256
|
+
};
|
|
257
|
+
});
|
|
258
|
+
const F = () => {
|
|
259
|
+
const { type: e, autosize: s } = o;
|
|
260
|
+
if (!(!Te || e !== "textarea" || !I.value))
|
|
261
|
+
if (s) {
|
|
262
|
+
const P = Ce(s) ? s.minRows : void 0, ye = Ce(s) ? s.maxRows : void 0, ge = ze(I.value, P, ye);
|
|
263
|
+
D.value = {
|
|
264
|
+
overflowY: "hidden",
|
|
265
|
+
...ge
|
|
266
|
+
}, R(() => {
|
|
267
|
+
I.value.offsetHeight, D.value = ge;
|
|
268
|
+
});
|
|
269
|
+
} else
|
|
270
|
+
D.value = {
|
|
271
|
+
minHeight: ze(I.value).minHeight
|
|
272
|
+
};
|
|
273
|
+
}, Be = ((e) => {
|
|
274
|
+
let s = !1;
|
|
275
|
+
return () => {
|
|
276
|
+
var P;
|
|
277
|
+
if (s || !o.autosize)
|
|
278
|
+
return;
|
|
279
|
+
((P = I.value) == null ? void 0 : P.offsetParent) === null || (setTimeout(e), s = !0);
|
|
280
|
+
};
|
|
281
|
+
})(F), M = () => {
|
|
282
|
+
const e = N.value, s = o.formatter ? o.formatter(E.value) : E.value;
|
|
283
|
+
!e || e.value === s || (e.value = s);
|
|
284
|
+
}, _ = async (e) => {
|
|
285
|
+
ie();
|
|
286
|
+
let { value: s } = e.target;
|
|
287
|
+
if (o.formatter && o.parser && (s = o.parser(s)), !ce.value) {
|
|
288
|
+
if (s === E.value) {
|
|
289
|
+
M();
|
|
290
|
+
return;
|
|
291
|
+
}
|
|
292
|
+
r(oe, s), r(Ee, s), await R(), M(), ue();
|
|
293
|
+
}
|
|
294
|
+
}, de = (e) => {
|
|
295
|
+
let { value: s } = e.target;
|
|
296
|
+
o.formatter && o.parser && (s = o.parser(s)), r(Ne, s);
|
|
297
|
+
}, {
|
|
298
|
+
isComposing: ce,
|
|
299
|
+
handleCompositionStart: pe,
|
|
300
|
+
handleCompositionUpdate: fe,
|
|
301
|
+
handleCompositionEnd: ve
|
|
302
|
+
} = mt({ emit: r, afterComposition: _ }), He = () => {
|
|
303
|
+
ie(), A.value = !A.value, setTimeout(ue);
|
|
304
|
+
}, $e = () => {
|
|
305
|
+
var e;
|
|
306
|
+
return (e = N.value) == null ? void 0 : e.focus();
|
|
307
|
+
}, Ae = () => {
|
|
308
|
+
var e;
|
|
309
|
+
return (e = N.value) == null ? void 0 : e.blur();
|
|
310
|
+
}, De = (e) => {
|
|
311
|
+
W.value = !1, r("mouseleave", e);
|
|
312
|
+
}, Ke = (e) => {
|
|
313
|
+
W.value = !0, r("mouseenter", e);
|
|
314
|
+
}, me = (e) => {
|
|
315
|
+
r("keydown", e);
|
|
316
|
+
}, je = () => {
|
|
317
|
+
var e;
|
|
318
|
+
(e = N.value) == null || e.select();
|
|
319
|
+
}, he = () => {
|
|
320
|
+
r(oe, ""), r(Ne, ""), r("clear"), r(Ee, "");
|
|
321
|
+
};
|
|
322
|
+
return J(() => o.modelValue, () => {
|
|
323
|
+
var e;
|
|
324
|
+
R(() => F()), o.validateEvent && ((e = v == null ? void 0 : v.validate) == null || e.call(v, "change").catch((s) => Ie()));
|
|
325
|
+
}), J(E, () => M()), J(() => o.type, async () => {
|
|
326
|
+
await R(), M(), F();
|
|
327
|
+
}), Xe(() => {
|
|
328
|
+
!o.formatter && o.parser, M(), R(F);
|
|
329
|
+
}), f({
|
|
330
|
+
input: $,
|
|
331
|
+
textarea: I,
|
|
332
|
+
ref: N,
|
|
333
|
+
textareaStyle: re,
|
|
334
|
+
autosize: Ge(o, "autosize"),
|
|
335
|
+
isComposing: ce,
|
|
336
|
+
focus: $e,
|
|
337
|
+
blur: Ae,
|
|
338
|
+
select: je,
|
|
339
|
+
clear: he,
|
|
340
|
+
resizeTextarea: F
|
|
341
|
+
}), (e, s) => (d(), S("div", {
|
|
342
|
+
class: m([
|
|
343
|
+
t(b),
|
|
344
|
+
{
|
|
345
|
+
[t(a).bm("group", "append")]: e.$slots.append,
|
|
346
|
+
[t(a).bm("group", "prepend")]: e.$slots.prepend
|
|
347
|
+
}
|
|
348
|
+
]),
|
|
349
|
+
style: be(t(Re)),
|
|
350
|
+
onMouseenter: Ke,
|
|
351
|
+
onMouseleave: De
|
|
352
|
+
}, [
|
|
353
|
+
p(" input "),
|
|
354
|
+
e.type !== "textarea" ? (d(), S(Q, { key: 0 }, [
|
|
355
|
+
p(" prepend slot "),
|
|
356
|
+
e.$slots.prepend ? (d(), S("div", {
|
|
357
|
+
key: 0,
|
|
358
|
+
class: m(t(a).be("group", "prepend"))
|
|
359
|
+
}, [
|
|
360
|
+
j(e.$slots, "prepend")
|
|
361
|
+
], 2)) : p("v-if", !0),
|
|
362
|
+
T("div", {
|
|
363
|
+
ref_key: "wrapperRef",
|
|
364
|
+
ref: ke,
|
|
365
|
+
class: m(t(w))
|
|
366
|
+
}, [
|
|
367
|
+
p(" prefix slot "),
|
|
368
|
+
e.$slots.prefix || e.prefixIcon ? (d(), S("span", {
|
|
369
|
+
key: 0,
|
|
370
|
+
class: m(t(a).e("prefix"))
|
|
371
|
+
}, [
|
|
372
|
+
T("span", {
|
|
373
|
+
class: m(t(a).e("prefix-inner"))
|
|
374
|
+
}, [
|
|
375
|
+
j(e.$slots, "prefix"),
|
|
376
|
+
e.prefixIcon ? (d(), C(t(B), {
|
|
377
|
+
key: 0,
|
|
378
|
+
class: m(t(a).e("icon"))
|
|
379
|
+
}, {
|
|
380
|
+
default: L(() => [
|
|
381
|
+
(d(), C(O(e.prefixIcon)))
|
|
382
|
+
]),
|
|
383
|
+
_: 1
|
|
384
|
+
}, 8, ["class"])) : p("v-if", !0)
|
|
385
|
+
], 2)
|
|
386
|
+
], 2)) : p("v-if", !0),
|
|
387
|
+
T("input", we({
|
|
388
|
+
id: t(k),
|
|
389
|
+
ref_key: "input",
|
|
390
|
+
ref: $,
|
|
391
|
+
class: t(a).e("inner")
|
|
392
|
+
}, t(u), {
|
|
393
|
+
name: e.name,
|
|
394
|
+
minlength: e.minlength,
|
|
395
|
+
maxlength: e.maxlength,
|
|
396
|
+
type: e.showPassword ? A.value ? "text" : "password" : e.type,
|
|
397
|
+
disabled: t(x),
|
|
398
|
+
readonly: e.readonly,
|
|
399
|
+
autocomplete: e.autocomplete,
|
|
400
|
+
tabindex: e.tabindex,
|
|
401
|
+
"aria-label": e.ariaLabel,
|
|
402
|
+
placeholder: e.placeholder,
|
|
403
|
+
style: e.inputStyle,
|
|
404
|
+
form: e.form,
|
|
405
|
+
autofocus: e.autofocus,
|
|
406
|
+
role: e.containerRole,
|
|
407
|
+
inputmode: e.inputmode,
|
|
408
|
+
onCompositionstart: t(pe),
|
|
409
|
+
onCompositionupdate: t(fe),
|
|
410
|
+
onCompositionend: t(ve),
|
|
411
|
+
onInput: _,
|
|
412
|
+
onChange: de,
|
|
413
|
+
onKeydown: me
|
|
414
|
+
}), null, 16, ["id", "name", "minlength", "maxlength", "type", "disabled", "readonly", "autocomplete", "tabindex", "aria-label", "placeholder", "form", "autofocus", "role", "inputmode", "onCompositionstart", "onCompositionupdate", "onCompositionend"]),
|
|
415
|
+
p(" suffix slot "),
|
|
416
|
+
t(Oe) ? (d(), S("span", {
|
|
417
|
+
key: 1,
|
|
418
|
+
class: m(t(a).e("suffix"))
|
|
419
|
+
}, [
|
|
420
|
+
T("span", {
|
|
421
|
+
class: m(t(a).e("suffix-inner"))
|
|
422
|
+
}, [
|
|
423
|
+
!t(K) || !t(X) || !t(z) ? (d(), S(Q, { key: 0 }, [
|
|
424
|
+
j(e.$slots, "suffix"),
|
|
425
|
+
e.suffixIcon ? (d(), C(t(B), {
|
|
426
|
+
key: 0,
|
|
427
|
+
class: m(t(a).e("icon"))
|
|
428
|
+
}, {
|
|
429
|
+
default: L(() => [
|
|
430
|
+
(d(), C(O(e.suffixIcon)))
|
|
431
|
+
]),
|
|
432
|
+
_: 1
|
|
433
|
+
}, 8, ["class"])) : p("v-if", !0)
|
|
434
|
+
], 64)) : p("v-if", !0),
|
|
435
|
+
t(K) ? (d(), C(t(B), {
|
|
436
|
+
key: 1,
|
|
437
|
+
class: m([t(a).e("icon"), t(a).e("clear")]),
|
|
438
|
+
onMousedown: _e(t(ut), ["prevent"]),
|
|
439
|
+
onClick: he
|
|
440
|
+
}, {
|
|
441
|
+
default: L(() => [
|
|
442
|
+
(d(), C(O(e.clearIcon)))
|
|
443
|
+
]),
|
|
444
|
+
_: 1
|
|
445
|
+
}, 8, ["class", "onMousedown"])) : p("v-if", !0),
|
|
446
|
+
t(X) ? (d(), C(t(B), {
|
|
447
|
+
key: 2,
|
|
448
|
+
class: m([t(a).e("icon"), t(a).e("password")]),
|
|
449
|
+
onClick: He
|
|
450
|
+
}, {
|
|
451
|
+
default: L(() => [
|
|
452
|
+
(d(), C(O(t(Me))))
|
|
453
|
+
]),
|
|
454
|
+
_: 1
|
|
455
|
+
}, 8, ["class"])) : p("v-if", !0),
|
|
456
|
+
t(z) ? (d(), S("span", {
|
|
457
|
+
key: 3,
|
|
458
|
+
class: m(t(a).e("count"))
|
|
459
|
+
}, [
|
|
460
|
+
T("span", {
|
|
461
|
+
class: m(t(a).e("count-inner"))
|
|
462
|
+
}, U(t(G)) + " / " + U(e.maxlength), 3)
|
|
463
|
+
], 2)) : p("v-if", !0),
|
|
464
|
+
t(V) && t(le) && t(se) ? (d(), C(t(B), {
|
|
465
|
+
key: 4,
|
|
466
|
+
class: m([
|
|
467
|
+
t(a).e("icon"),
|
|
468
|
+
t(a).e("validateIcon"),
|
|
469
|
+
t(a).is("loading", t(V) === "validating")
|
|
470
|
+
])
|
|
471
|
+
}, {
|
|
472
|
+
default: L(() => [
|
|
473
|
+
(d(), C(O(t(le))))
|
|
474
|
+
]),
|
|
475
|
+
_: 1
|
|
476
|
+
}, 8, ["class"])) : p("v-if", !0)
|
|
477
|
+
], 2)
|
|
478
|
+
], 2)) : p("v-if", !0)
|
|
479
|
+
], 2),
|
|
480
|
+
p(" append slot "),
|
|
481
|
+
e.$slots.append ? (d(), S("div", {
|
|
482
|
+
key: 1,
|
|
483
|
+
class: m(t(a).be("group", "append"))
|
|
484
|
+
}, [
|
|
485
|
+
j(e.$slots, "append")
|
|
486
|
+
], 2)) : p("v-if", !0)
|
|
487
|
+
], 64)) : (d(), S(Q, { key: 1 }, [
|
|
488
|
+
p(" textarea "),
|
|
489
|
+
T("textarea", we({
|
|
490
|
+
id: t(k),
|
|
491
|
+
ref_key: "textarea",
|
|
492
|
+
ref: I,
|
|
493
|
+
class: [t(ne).e("inner"), t(a).is("focus", t(Y))]
|
|
494
|
+
}, t(u), {
|
|
495
|
+
minlength: e.minlength,
|
|
496
|
+
maxlength: e.maxlength,
|
|
497
|
+
tabindex: e.tabindex,
|
|
498
|
+
disabled: t(x),
|
|
499
|
+
readonly: e.readonly,
|
|
500
|
+
autocomplete: e.autocomplete,
|
|
501
|
+
style: t(re),
|
|
502
|
+
"aria-label": e.ariaLabel,
|
|
503
|
+
placeholder: e.placeholder,
|
|
504
|
+
form: e.form,
|
|
505
|
+
autofocus: e.autofocus,
|
|
506
|
+
rows: e.rows,
|
|
507
|
+
role: e.containerRole,
|
|
508
|
+
onCompositionstart: t(pe),
|
|
509
|
+
onCompositionupdate: t(fe),
|
|
510
|
+
onCompositionend: t(ve),
|
|
511
|
+
onInput: _,
|
|
512
|
+
onFocus: t(Ve),
|
|
513
|
+
onBlur: t(Fe),
|
|
514
|
+
onChange: de,
|
|
515
|
+
onKeydown: me
|
|
516
|
+
}), null, 16, ["id", "minlength", "maxlength", "tabindex", "disabled", "readonly", "autocomplete", "aria-label", "placeholder", "form", "autofocus", "rows", "role", "onCompositionstart", "onCompositionupdate", "onCompositionend", "onFocus", "onBlur"]),
|
|
517
|
+
t(z) ? (d(), S("span", {
|
|
518
|
+
key: 0,
|
|
519
|
+
style: be(ae.value),
|
|
520
|
+
class: m(t(a).e("count"))
|
|
521
|
+
}, U(t(G)) + " / " + U(e.maxlength), 7)) : p("v-if", !0)
|
|
522
|
+
], 64))
|
|
523
|
+
], 38));
|
|
524
|
+
}
|
|
525
|
+
});
|
|
526
|
+
var Tt = /* @__PURE__ */ dt(Pt, [["__file", "input.vue"]]);
|
|
527
|
+
const Ht = ct(Tt);
|
|
528
|
+
export {
|
|
529
|
+
Ht as E,
|
|
530
|
+
wt as i
|
|
531
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),C=require("./el-scrollbar-691cfc11.cjs"),x=require("./index-f6afafaa.cjs"),s=require("./base-ef747d02.cjs"),be=require("./typescript-b63f8e83.cjs"),b=require("./el-popper-73466d7a.cjs"),oe=require("./vnode-4db20540.cjs"),Ce=()=>s.isClient&&/firefox/i.test(window.navigator.userAgent);let v;const Ee={height:"0",visibility:"hidden",overflow:Ce()?"":"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},xe=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break"];function we(n){const d=window.getComputedStyle(n),i=d.getPropertyValue("box-sizing"),o=Number.parseFloat(d.getPropertyValue("padding-bottom"))+Number.parseFloat(d.getPropertyValue("padding-top")),u=Number.parseFloat(d.getPropertyValue("border-bottom-width"))+Number.parseFloat(d.getPropertyValue("border-top-width"));return{contextStyle:xe.map(l=>[l,d.getPropertyValue(l)]),paddingSize:o,borderSize:u,boxSizing:i}}function ne(n,d=1,i){var o,u;v||(v=document.createElement("textarea"),((o=n.parentNode)!=null?o:document.body).appendChild(v));const{paddingSize:c,borderSize:l,boxSizing:h,contextStyle:y}=we(n);y.forEach(([m,g])=>v==null?void 0:v.style.setProperty(m,g)),Object.entries(Ee).forEach(([m,g])=>v==null?void 0:v.style.setProperty(m,g,"important")),v.value=n.value||n.placeholder||"";let f=v.scrollHeight;const p={};h==="border-box"?f=f+l:h==="content-box"&&(f=f-c),v.value="";const I=v.scrollHeight-c;if(s.isNumber(d)){let m=I*d;h==="border-box"&&(m=m+c+l),f=Math.max(m,f),p.minHeight=`${m}px`}if(s.isNumber(i)){let m=I*i;h==="border-box"&&(m=m+c+l),f=Math.min(m,f)}return p.height=`${f}px`,(u=v.parentNode)==null||u.removeChild(v),v=void 0,p}const re=s.buildProps({id:{type:String,default:void 0},size:C.useSizeProp,disabled:Boolean,modelValue:{type:s.definePropType([String,Number,Object]),default:""},maxlength:{type:[String,Number]},minlength:{type:[String,Number]},type:{type:String,default:"text"},resize:{type:String,values:["none","both","horizontal","vertical"]},autosize:{type:s.definePropType([Boolean,Object]),default:!1},autocomplete:{type:s.definePropType(String),default:"off"},formatter:{type:Function},parser:{type:Function},placeholder:{type:String},form:{type:String},readonly:Boolean,clearable:Boolean,clearIcon:{type:C.iconPropType,default:x.circle_close_default},showPassword:Boolean,showWordLimit:Boolean,suffixIcon:{type:C.iconPropType},prefixIcon:{type:C.iconPropType},containerRole:{type:String,default:void 0},tabindex:{type:[String,Number],default:0},validateEvent:{type:Boolean,default:!0},inputStyle:{type:s.definePropType([Object,Array,String]),default:()=>be.mutable({})},autofocus:Boolean,rows:{type:Number,default:2},...b.useAriaProps(["ariaLabel"]),inputmode:{type:s.definePropType(String),default:void 0},name:String}),ke={[b.UPDATE_MODEL_EVENT]:n=>s.isString(n),input:n=>s.isString(n),change:n=>s.isString(n),focus:n=>n instanceof FocusEvent,blur:n=>n instanceof FocusEvent,clear:()=>!0,mouseleave:n=>n instanceof MouseEvent,mouseenter:n=>n instanceof MouseEvent,keydown:n=>n instanceof Event,compositionstart:n=>n instanceof CompositionEvent,compositionupdate:n=>n instanceof CompositionEvent,compositionend:n=>n instanceof CompositionEvent},Se=["class","style"],Ne=/^on[A-Z]/,Ie=(n={})=>{const{excludeListeners:d=!1,excludeKeys:i}=n,o=e.computed(()=>((i==null?void 0:i.value)||[]).concat(Se)),u=e.getCurrentInstance();return u?e.computed(()=>{var c;return s.fromPairs(Object.entries((c=u.proxy)==null?void 0:c.$attrs).filter(([l])=>!o.value.includes(l)&&!(d&&Ne.test(l))))}):e.computed(()=>({}))};function Be(n){let d;function i(){if(n.value==null)return;const{selectionStart:u,selectionEnd:c,value:l}=n.value;if(u==null||c==null)return;const h=l.slice(0,Math.max(0,u)),y=l.slice(Math.max(0,c));d={selectionStart:u,selectionEnd:c,value:l,beforeTxt:h,afterTxt:y}}function o(){if(n.value==null||d==null)return;const{value:u}=n.value,{beforeTxt:c,afterTxt:l,selectionStart:h}=d;if(c==null||l==null||h==null)return;let y=u.length;if(u.endsWith(l))y=u.length-l.length;else if(u.startsWith(c))y=c.length;else{const f=c[h-1],p=u.indexOf(f,h-1);p!==-1&&(y=p+1)}n.value.setSelectionRange(y,y)}return[i,o]}const Ve="ElInput",ze=e.defineComponent({name:Ve,inheritAttrs:!1}),Pe=e.defineComponent({...ze,props:re,emits:ke,setup(n,{expose:d,emit:i}){const o=n,u=e.useAttrs(),c=Ie(),l=e.useSlots(),h=e.computed(()=>[o.type==="textarea"?H.b():r.b(),r.m(m.value),r.is("disabled",g.value),r.is("exceed",ce.value),{[r.b("group")]:l.prepend||l.append,[r.m("prefix")]:l.prefix||o.prefixIcon,[r.m("suffix")]:l.suffix||o.suffixIcon||o.clearable||o.showPassword,[r.bm("suffix","password-clear")]:D.value&&R.value,[r.b("hidden")]:o.type==="hidden"},u.class]),y=e.computed(()=>[r.e("wrapper"),r.is("focus",O.value)]),{form:f,formItem:p}=C.useFormItem(),{inputId:I}=C.useFormItemInputId(o,{formItemContext:p}),m=C.useFormSize(),g=C.useFormDisabled(),r=s.useNamespace("input"),H=s.useNamespace("textarea"),P=e.shallowRef(),E=e.shallowRef(),M=e.ref(!1),T=e.ref(!1),$=e.ref(),F=e.shallowRef(o.inputStyle),k=e.computed(()=>P.value||E.value),{wrapperRef:ae,isFocused:O,handleFocus:le,handleBlur:se}=oe.useFocusController(k,{disabled:g,afterBlur(){var t;o.validateEvent&&((t=p==null?void 0:p.validate)==null||t.call(p,"blur").catch(a=>b.debugWarn()))}}),K=e.computed(()=>{var t;return(t=f==null?void 0:f.statusIcon)!=null?t:!1}),B=e.computed(()=>(p==null?void 0:p.validateState)||""),U=e.computed(()=>B.value&&C.ValidateComponentsMap[B.value]),ie=e.computed(()=>T.value?x.view_default:x.hide_default),ue=e.computed(()=>[u.style]),j=e.computed(()=>[o.inputStyle,F.value,{resize:o.resize}]),w=e.computed(()=>s.isNil(o.modelValue)?"":String(o.modelValue)),D=e.computed(()=>o.clearable&&!g.value&&!o.readonly&&!!w.value&&(O.value||M.value)),R=e.computed(()=>o.showPassword&&!g.value&&!!w.value),S=e.computed(()=>o.showWordLimit&&!!o.maxlength&&(o.type==="text"||o.type==="textarea")&&!g.value&&!o.readonly&&!o.showPassword),L=e.computed(()=>w.value.length),ce=e.computed(()=>!!S.value&&L.value>Number(o.maxlength)),de=e.computed(()=>!!l.suffix||!!o.suffixIcon||D.value||o.showPassword||S.value||!!B.value&&K.value),[q,W]=Be(P);C.useResizeObserver(E,t=>{if(pe(),!S.value||o.resize!=="both")return;const a=t[0],{width:N}=a.contentRect;$.value={right:`calc(100% - ${N+15+6}px)`}});const V=()=>{const{type:t,autosize:a}=o;if(!(!s.isClient||t!=="textarea"||!E.value))if(a){const N=s.isObject(a)?a.minRows:void 0,ee=s.isObject(a)?a.maxRows:void 0,te=ne(E.value,N,ee);F.value={overflowY:"hidden",...te},e.nextTick(()=>{E.value.offsetHeight,F.value=te})}else F.value={minHeight:ne(E.value).minHeight}},pe=(t=>{let a=!1;return()=>{var N;if(a||!o.autosize)return;((N=E.value)==null?void 0:N.offsetParent)===null||(setTimeout(t),a=!0)}})(V),z=()=>{const t=k.value,a=o.formatter?o.formatter(w.value):w.value;!t||t.value===a||(t.value=a)},A=async t=>{q();let{value:a}=t.target;if(o.formatter&&o.parser&&(a=o.parser(a)),!Y.value){if(a===w.value){z();return}i(b.UPDATE_MODEL_EVENT,a),i(b.INPUT_EVENT,a),await e.nextTick(),z(),W()}},_=t=>{let{value:a}=t.target;o.formatter&&o.parser&&(a=o.parser(a)),i(b.CHANGE_EVENT,a)},{isComposing:Y,handleCompositionStart:X,handleCompositionUpdate:G,handleCompositionEnd:Z}=oe.useComposition({emit:i,afterComposition:A}),fe=()=>{q(),T.value=!T.value,setTimeout(W)},me=()=>{var t;return(t=k.value)==null?void 0:t.focus()},ve=()=>{var t;return(t=k.value)==null?void 0:t.blur()},he=t=>{M.value=!1,i("mouseleave",t)},ye=t=>{M.value=!0,i("mouseenter",t)},J=t=>{i("keydown",t)},ge=()=>{var t;(t=k.value)==null||t.select()},Q=()=>{i(b.UPDATE_MODEL_EVENT,""),i(b.CHANGE_EVENT,""),i("clear"),i(b.INPUT_EVENT,"")};return e.watch(()=>o.modelValue,()=>{var t;e.nextTick(()=>V()),o.validateEvent&&((t=p==null?void 0:p.validate)==null||t.call(p,"change").catch(a=>b.debugWarn()))}),e.watch(w,()=>z()),e.watch(()=>o.type,async()=>{await e.nextTick(),z(),V()}),e.onMounted(()=>{!o.formatter&&o.parser,z(),e.nextTick(V)}),d({input:P,textarea:E,ref:k,textareaStyle:j,autosize:e.toRef(o,"autosize"),isComposing:Y,focus:me,blur:ve,select:ge,clear:Q,resizeTextarea:V}),(t,a)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(h),{[e.unref(r).bm("group","append")]:t.$slots.append,[e.unref(r).bm("group","prepend")]:t.$slots.prepend}]),style:e.normalizeStyle(e.unref(ue)),onMouseenter:ye,onMouseleave:he},[e.createCommentVNode(" input "),t.type!=="textarea"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createCommentVNode(" prepend slot "),t.$slots.prepend?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(r).be("group","prepend"))},[e.renderSlot(t.$slots,"prepend")],2)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{ref_key:"wrapperRef",ref:ae,class:e.normalizeClass(e.unref(y))},[e.createCommentVNode(" prefix slot "),t.$slots.prefix||t.prefixIcon?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(e.unref(r).e("prefix"))},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(r).e("prefix-inner"))},[e.renderSlot(t.$slots,"prefix"),t.prefixIcon?(e.openBlock(),e.createBlock(e.unref(x.ElIcon),{key:0,class:e.normalizeClass(e.unref(r).e("icon"))},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.prefixIcon)))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0)],2)],2)):e.createCommentVNode("v-if",!0),e.createElementVNode("input",e.mergeProps({id:e.unref(I),ref_key:"input",ref:P,class:e.unref(r).e("inner")},e.unref(c),{name:t.name,minlength:t.minlength,maxlength:t.maxlength,type:t.showPassword?T.value?"text":"password":t.type,disabled:e.unref(g),readonly:t.readonly,autocomplete:t.autocomplete,tabindex:t.tabindex,"aria-label":t.ariaLabel,placeholder:t.placeholder,style:t.inputStyle,form:t.form,autofocus:t.autofocus,role:t.containerRole,inputmode:t.inputmode,onCompositionstart:e.unref(X),onCompositionupdate:e.unref(G),onCompositionend:e.unref(Z),onInput:A,onChange:_,onKeydown:J}),null,16,["id","name","minlength","maxlength","type","disabled","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus","role","inputmode","onCompositionstart","onCompositionupdate","onCompositionend"]),e.createCommentVNode(" suffix slot "),e.unref(de)?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(e.unref(r).e("suffix"))},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(r).e("suffix-inner"))},[!e.unref(D)||!e.unref(R)||!e.unref(S)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.renderSlot(t.$slots,"suffix"),t.suffixIcon?(e.openBlock(),e.createBlock(e.unref(x.ElIcon),{key:0,class:e.normalizeClass(e.unref(r).e("icon"))},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.suffixIcon)))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0)],64)):e.createCommentVNode("v-if",!0),e.unref(D)?(e.openBlock(),e.createBlock(e.unref(x.ElIcon),{key:1,class:e.normalizeClass([e.unref(r).e("icon"),e.unref(r).e("clear")]),onMousedown:e.withModifiers(e.unref(s.NOOP),["prevent"]),onClick:Q},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.clearIcon)))]),_:1},8,["class","onMousedown"])):e.createCommentVNode("v-if",!0),e.unref(R)?(e.openBlock(),e.createBlock(e.unref(x.ElIcon),{key:2,class:e.normalizeClass([e.unref(r).e("icon"),e.unref(r).e("password")]),onClick:fe},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(ie))))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0),e.unref(S)?(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(e.unref(r).e("count"))},[e.createElementVNode("span",{class:e.normalizeClass(e.unref(r).e("count-inner"))},e.toDisplayString(e.unref(L))+" / "+e.toDisplayString(t.maxlength),3)],2)):e.createCommentVNode("v-if",!0),e.unref(B)&&e.unref(U)&&e.unref(K)?(e.openBlock(),e.createBlock(e.unref(x.ElIcon),{key:4,class:e.normalizeClass([e.unref(r).e("icon"),e.unref(r).e("validateIcon"),e.unref(r).is("loading",e.unref(B)==="validating")])},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(U))))]),_:1},8,["class"])):e.createCommentVNode("v-if",!0)],2)],2)):e.createCommentVNode("v-if",!0)],2),e.createCommentVNode(" append slot "),t.$slots.append?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(e.unref(r).be("group","append"))},[e.renderSlot(t.$slots,"append")],2)):e.createCommentVNode("v-if",!0)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createCommentVNode(" textarea "),e.createElementVNode("textarea",e.mergeProps({id:e.unref(I),ref_key:"textarea",ref:E,class:[e.unref(H).e("inner"),e.unref(r).is("focus",e.unref(O))]},e.unref(c),{minlength:t.minlength,maxlength:t.maxlength,tabindex:t.tabindex,disabled:e.unref(g),readonly:t.readonly,autocomplete:t.autocomplete,style:e.unref(j),"aria-label":t.ariaLabel,placeholder:t.placeholder,form:t.form,autofocus:t.autofocus,rows:t.rows,role:t.containerRole,onCompositionstart:e.unref(X),onCompositionupdate:e.unref(G),onCompositionend:e.unref(Z),onInput:A,onFocus:e.unref(le),onBlur:e.unref(se),onChange:_,onKeydown:J}),null,16,["id","minlength","maxlength","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus","rows","role","onCompositionstart","onCompositionupdate","onCompositionend","onFocus","onBlur"]),e.unref(S)?(e.openBlock(),e.createElementBlock("span",{key:0,style:e.normalizeStyle($.value),class:e.normalizeClass(e.unref(r).e("count"))},e.toDisplayString(e.unref(L))+" / "+e.toDisplayString(t.maxlength),7)):e.createCommentVNode("v-if",!0)],64))],38))}});var Te=s._export_sfc(Pe,[["__file","input.vue"]]);const Fe=s.withInstall(Te);exports.ElInput=Fe;exports.inputProps=re;
|