mhz-ui 1.0.133 → 1.0.134
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/dist/UiInput/UiInput.js +11 -11
- package/package.json +1 -1
package/dist/UiInput/UiInput.js
CHANGED
|
@@ -33,8 +33,14 @@ const $ = { render: I }, P = {
|
|
|
33
33
|
function V(i, t) {
|
|
34
34
|
return a(), d("svg", P, t[0] || (t[0] = [
|
|
35
35
|
l("path", {
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
stroke: "currentColor",
|
|
37
|
+
"stroke-width": "1.5",
|
|
38
|
+
d: "M3.275 15.296C2.425 14.192 2 13.639 2 12c0-1.64.425-2.191 1.275-3.296C4.972 6.5 7.818 4 12 4s7.028 2.5 8.725 4.704C21.575 9.81 22 10.361 22 12c0 1.64-.425 2.191-1.275 3.296C19.028 17.5 16.182 20 12 20s-7.028-2.5-8.725-4.704Z"
|
|
39
|
+
}, null, -1),
|
|
40
|
+
l("path", {
|
|
41
|
+
stroke: "currentColor",
|
|
42
|
+
"stroke-width": "1.5",
|
|
43
|
+
d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
|
|
38
44
|
}, null, -1)
|
|
39
45
|
]));
|
|
40
46
|
}
|
|
@@ -48,14 +54,8 @@ const q = { render: V }, S = {
|
|
|
48
54
|
function D(i, t) {
|
|
49
55
|
return a(), d("svg", S, t[0] || (t[0] = [
|
|
50
56
|
l("path", {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
d: "M3.275 15.296C2.425 14.192 2 13.639 2 12c0-1.64.425-2.191 1.275-3.296C4.972 6.5 7.818 4 12 4s7.028 2.5 8.725 4.704C21.575 9.81 22 10.361 22 12c0 1.64-.425 2.191-1.275 3.296C19.028 17.5 16.182 20 12 20s-7.028-2.5-8.725-4.704Z"
|
|
54
|
-
}, null, -1),
|
|
55
|
-
l("path", {
|
|
56
|
-
stroke: "currentColor",
|
|
57
|
-
"stroke-width": "1.5",
|
|
58
|
-
d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
|
|
57
|
+
fill: "currentColor",
|
|
58
|
+
d: "M2.69 6.705a.75.75 0 0 0-1.38.59zm12.897 6.624-.274-.698zm-6.546.409a.75.75 0 1 0-1.257-.818zm-2.67 1.353a.75.75 0 1 0 1.258.818zM22.69 7.295a.75.75 0 0 0-1.378-.59zM19 11.13l-.513-.547zm.97 2.03a.75.75 0 1 0 1.06-1.06zM11.25 16.5a.75.75 0 0 0 1.5 0zm5.121-.591a.75.75 0 1 0 1.258-.818zm-10.84-4.25A.75.75 0 0 0 4.47 10.6zm-2.561.44a.75.75 0 0 0 1.06 1.06zM12 13.25c-3.224 0-5.539-1.605-7.075-3.26a13.6 13.6 0 0 1-1.702-2.28 12 12 0 0 1-.507-.946l-.022-.049-.004-.01-.001-.001L2 7l-.69.296h.001l.001.003.003.006.04.088q.039.088.117.243c.103.206.256.496.462.841.41.69 1.035 1.61 1.891 2.533C5.54 12.855 8.224 14.75 12 14.75zm3.313-.62c-.97.383-2.071.62-3.313.62v1.5c1.438 0 2.725-.276 3.862-.723zm-7.529.29L6.371 15.09l1.258.818 1.412-2.171zM22 7l-.69-.296h.001v.002l-.007.013-.028.062a12.349 12.349 0 0 1-.64 1.162 13.3 13.3 0 0 1-2.15 2.639l1.027 1.094a14.8 14.8 0 0 0 3.122-4.26l.039-.085.01-.024.004-.007v-.003h.001v-.001zm-3.513 3.582c-.86.806-1.913 1.552-3.174 2.049l.549 1.396c1.473-.58 2.685-1.444 3.651-2.351zm-.017 1.077 1.5 1.5 1.06-1.06-1.5-1.5zM11.25 14v2.5h1.5V14zm3.709-.262 1.412 2.171 1.258-.818-1.413-2.171zm-10.49-3.14-1.5 1.5L4.03 13.16l1.5-1.5z"
|
|
59
59
|
}, null, -1)
|
|
60
60
|
]));
|
|
61
61
|
}
|
|
@@ -98,7 +98,7 @@ const F = { render: D }, L = ["data-mode", "tabindex"], N = ["value", "disabled"
|
|
|
98
98
|
ref_key: "input",
|
|
99
99
|
ref: c
|
|
100
100
|
}, o.$attrs, {
|
|
101
|
-
type: s.value ? "password"
|
|
101
|
+
type: s.value ? e.type : "password",
|
|
102
102
|
"data-mode": e.mode,
|
|
103
103
|
"data-center": e.isCenter,
|
|
104
104
|
"data-append-icon": !!e.appendIcon || e.isCopy || e.isPassword,
|