zhihao-ui 1.1.0 → 1.1.2
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/es/{Button-CUB5krFr.js → Button-Q7GkKwFF.js} +3 -2
- package/dist/es/DatePicker-D8LPaPf6.js +57 -0
- package/dist/es/DetailSubTitle-C5pVYJhX.js +35 -0
- package/dist/es/Dialog-BASeD5f8.js +74 -0
- package/dist/es/EditInfoPair-CM5piQwT.js +36 -0
- package/dist/es/FileWrapper-DN-KKB9p.js +77 -0
- package/dist/es/Grid-Ds-Jy0Mn.js +96 -0
- package/dist/es/InfoPair-CnBR3fy9.js +36 -0
- package/dist/es/Input-C1s8JqmI.js +88 -0
- package/dist/es/Loading-DELLXz7f.js +22 -0
- package/dist/es/MessageBox-26ImfgOR.js +100 -0
- package/dist/es/MoneyInput-Dt_ZE-zv.js +53 -0
- package/dist/es/PageHeadPanel-CdohXWA9.js +32 -0
- package/dist/es/ToolTips-CxyQMewg.js +37 -0
- package/dist/es/index.js +32 -5
- package/dist/es/{utils-Dj4hZBjs.js → utils-DBdiSe6_.js} +1 -1
- package/dist/es/vendor-mKFy0Hb6.js +12409 -0
- package/dist/index.css +1 -1
- package/dist/types/components/DatePicker/DatePicker.vue.d.ts +28 -0
- package/dist/types/components/DatePicker/index.d.ts +70 -0
- package/dist/types/components/DatePicker/types.d.ts +1 -0
- package/dist/types/components/DetailSubTitle/DetailSubTitle.vue.d.ts +30 -0
- package/dist/types/components/DetailSubTitle/index.d.ts +59 -0
- package/dist/types/components/DetailSubTitle/types.d.ts +7 -0
- package/dist/types/components/Dialog/Dialog.vue.d.ts +48 -0
- package/dist/types/components/Dialog/index.d.ts +77 -0
- package/dist/types/components/Dialog/types.d.ts +6 -0
- package/dist/types/components/EditInfoPair/EditInfoPair.vue.d.ts +30 -0
- package/dist/types/components/EditInfoPair/index.d.ts +59 -0
- package/dist/types/components/EditInfoPair/types.d.ts +1 -0
- package/dist/types/components/FileWrapper/FileWrapper.vue.d.ts +64 -0
- package/dist/types/components/FileWrapper/index.d.ts +119 -0
- package/dist/types/components/FileWrapper/types.d.ts +1 -0
- package/dist/types/components/Grid/Grid.vue.d.ts +65 -0
- package/dist/types/components/Grid/index.d.ts +107 -0
- package/dist/types/components/Grid/interface/index.d.ts +5 -0
- package/dist/types/components/Grid/types.d.ts +1 -0
- package/dist/types/components/InfoPair/InfoPair.vue.d.ts +30 -0
- package/dist/types/components/InfoPair/index.d.ts +59 -0
- package/dist/types/components/InfoPair/types.d.ts +1 -0
- package/dist/types/components/Input/Input.vue.d.ts +45 -0
- package/dist/types/components/Input/index.d.ts +72 -0
- package/dist/types/components/Input/types.d.ts +1 -0
- package/dist/types/components/InputNumber/InputNumber.vue.d.ts +33 -0
- package/dist/types/components/InputNumber/index.d.ts +67 -0
- package/dist/types/components/InputNumber/types.d.ts +1 -0
- package/dist/types/components/Loading/Loading.vue.d.ts +2 -0
- package/dist/types/components/Loading/index.d.ts +13 -0
- package/dist/types/components/Loading/types.d.ts +1 -0
- package/dist/types/components/MessageBox/MessageBox.vue.d.ts +219 -0
- package/dist/types/components/MessageBox/index.d.ts +343 -0
- package/dist/types/components/MessageBox/types.d.ts +20 -0
- package/dist/types/components/MoneyInput/MoneyInput.vue.d.ts +40 -0
- package/dist/types/components/MoneyInput/index.d.ts +67 -0
- package/dist/types/components/MoneyInput/types.d.ts +1 -0
- package/dist/types/components/PageHeadPanel/PageHeadPanel.vue.d.ts +30 -0
- package/dist/types/components/PageHeadPanel/index.d.ts +32 -0
- package/dist/types/components/PageHeadPanel/types.d.ts +1 -0
- package/dist/types/components/ToolTips/ToolTips.vue.d.ts +33 -0
- package/dist/types/components/ToolTips/index.d.ts +53 -0
- package/dist/types/components/ToolTips/types.d.ts +1 -0
- package/dist/types/components/const.d.ts +4 -0
- package/dist/types/components/index.d.ts +14 -0
- package/dist/types/components/utils.d.ts +4 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +40 -1
- package/package.json +1 -1
- package/dist/es/vendor-Co4JjPth.js +0 -157
- package/dist/types/components/vitest.config.d.ts +0 -2
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { defineComponent as d, useModel as i, computed as f, ref as v, openBlock as c, createBlock as y, unref as V, withCtx as n, createVNode as b, mergeProps as I, createSlots as M, renderList as g, renderSlot as w, normalizeProps as B, guardReactiveProps as N, mergeModels as m } from "vue";
|
|
2
|
+
import { v as k, d as P } from "./DatePicker-D8LPaPf6.js";
|
|
3
|
+
import { g as T } from "./vendor-mKFy0Hb6.js";
|
|
4
|
+
import { I as _ } from "./Input-C1s8JqmI.js";
|
|
5
|
+
import { _ as $ } from "./Button-Q7GkKwFF.js";
|
|
6
|
+
import { w as z } from "./utils-DBdiSe6_.js";
|
|
7
|
+
const C = /* @__PURE__ */ d({
|
|
8
|
+
name: "zh-money-input",
|
|
9
|
+
__name: "MoneyInput",
|
|
10
|
+
props: /* @__PURE__ */ m({
|
|
11
|
+
style: {},
|
|
12
|
+
class: {},
|
|
13
|
+
showTooltip: { type: Boolean, default: !0 }
|
|
14
|
+
}, {
|
|
15
|
+
modelValue: {},
|
|
16
|
+
modelModifiers: {}
|
|
17
|
+
}),
|
|
18
|
+
emits: /* @__PURE__ */ m(["update:modelValue"], ["update:modelValue"]),
|
|
19
|
+
setup(s, { emit: U }) {
|
|
20
|
+
const a = s, e = i(s, "modelValue"), u = f(() => {
|
|
21
|
+
if (e.value)
|
|
22
|
+
return k(e.value) && Number(e.value) >= 1e3 ? P(Number(e.value)) : "";
|
|
23
|
+
}), r = v(!1);
|
|
24
|
+
return (t, o) => (c(), y(V(T), {
|
|
25
|
+
effect: "dark",
|
|
26
|
+
content: u.value,
|
|
27
|
+
placement: "top",
|
|
28
|
+
visible: t.showTooltip && r.value && !!u.value
|
|
29
|
+
}, {
|
|
30
|
+
default: n(() => [
|
|
31
|
+
b(_, I(t.$attrs, {
|
|
32
|
+
modelValue: e.value,
|
|
33
|
+
"onUpdate:modelValue": o[0] || (o[0] = (l) => e.value = l),
|
|
34
|
+
style: a.style,
|
|
35
|
+
class: a.class,
|
|
36
|
+
onFocus: o[1] || (o[1] = () => r.value = !0),
|
|
37
|
+
onBlur: o[2] || (o[2] = () => r.value = !1)
|
|
38
|
+
}), M({ _: 2 }, [
|
|
39
|
+
g(Object.keys(t.$slots), (l) => ({
|
|
40
|
+
name: l,
|
|
41
|
+
fn: n((p) => [
|
|
42
|
+
w(t.$slots, l, B(N(p)), void 0, !0)
|
|
43
|
+
])
|
|
44
|
+
}))
|
|
45
|
+
]), 1040, ["modelValue", "style", "class"])
|
|
46
|
+
]),
|
|
47
|
+
_: 3
|
|
48
|
+
}, 8, ["content", "visible"]));
|
|
49
|
+
}
|
|
50
|
+
}), S = /* @__PURE__ */ $(C, [["__scopeId", "data-v-d97e0edf"]]), L = z(S);
|
|
51
|
+
export {
|
|
52
|
+
L as Z
|
|
53
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { defineComponent as i, toRefs as m, openBlock as h, createElementBlock as u, createElementVNode as e, toDisplayString as s, unref as a, renderSlot as f } from "vue";
|
|
2
|
+
import { _ as g } from "./Button-Q7GkKwFF.js";
|
|
3
|
+
import { w as v } from "./utils-DBdiSe6_.js";
|
|
4
|
+
const P = { class: "page-head" }, x = { class: "left-wrap" }, b = { class: "page-name" }, S = { class: "value" }, w = { class: "other-inform" }, H = { class: "label" }, k = { class: "value mg-r-24" }, B = { class: "status" }, E = /* @__PURE__ */ i({
|
|
5
|
+
name: "zh-page-head-panel",
|
|
6
|
+
__name: "PageHeadPanel",
|
|
7
|
+
props: {
|
|
8
|
+
dataSource: {}
|
|
9
|
+
},
|
|
10
|
+
setup(o) {
|
|
11
|
+
const n = o, { name: l, no: c, status: d, extendLabel: r, extendValue: p } = m(n.dataSource);
|
|
12
|
+
return (_, t) => (h(), u("div", P, [
|
|
13
|
+
e("div", x, [
|
|
14
|
+
e("span", b, s(a(l)), 1),
|
|
15
|
+
e("div", null, [
|
|
16
|
+
t[0] || (t[0] = e("span", { class: "label mg-l-16" }, "编号", -1)),
|
|
17
|
+
e("span", S, s(a(c)), 1)
|
|
18
|
+
])
|
|
19
|
+
]),
|
|
20
|
+
e("div", w, [
|
|
21
|
+
f(_.$slots, "extend", {}, () => [
|
|
22
|
+
e("span", H, s(a(r)), 1),
|
|
23
|
+
e("span", k, s(a(p)), 1)
|
|
24
|
+
], !0),
|
|
25
|
+
e("span", B, s(a(d)), 1)
|
|
26
|
+
])
|
|
27
|
+
]));
|
|
28
|
+
}
|
|
29
|
+
}), I = /* @__PURE__ */ g(E, [["__scopeId", "data-v-cecdddb2"]]), z = v(I);
|
|
30
|
+
export {
|
|
31
|
+
z as Z
|
|
32
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { defineComponent as p, openBlock as r, createBlock as l, unref as s, withCtx as a, renderSlot as c, createElementVNode as i } from "vue";
|
|
2
|
+
import { g as m } from "./vendor-mKFy0Hb6.js";
|
|
3
|
+
import { _ as f } from "./Button-Q7GkKwFF.js";
|
|
4
|
+
import { w as d } from "./utils-DBdiSe6_.js";
|
|
5
|
+
const u = /* @__PURE__ */ p({
|
|
6
|
+
name: "zh-tool-tips",
|
|
7
|
+
__name: "ToolTips",
|
|
8
|
+
props: {
|
|
9
|
+
placement: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: "top"
|
|
12
|
+
},
|
|
13
|
+
content: {
|
|
14
|
+
type: String,
|
|
15
|
+
default: "top"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
setup(e) {
|
|
19
|
+
const t = e;
|
|
20
|
+
return (n, o) => (r(), l(s(m), {
|
|
21
|
+
class: "box-item",
|
|
22
|
+
effect: "dark",
|
|
23
|
+
content: t.content,
|
|
24
|
+
placement: t.placement
|
|
25
|
+
}, {
|
|
26
|
+
default: a(() => [
|
|
27
|
+
c(n.$slots, "default", {}, () => [
|
|
28
|
+
o[0] || (o[0] = i("i", { class: "iconfont icon-Frame2" }, null, -1))
|
|
29
|
+
], !0)
|
|
30
|
+
]),
|
|
31
|
+
_: 3
|
|
32
|
+
}, 8, ["content", "placement"]));
|
|
33
|
+
}
|
|
34
|
+
}), _ = /* @__PURE__ */ f(u, [["__scopeId", "data-v-93c79d22"]]), k = d(_);
|
|
35
|
+
export {
|
|
36
|
+
k as Z
|
|
37
|
+
};
|
package/dist/es/index.js
CHANGED
|
@@ -1,7 +1,34 @@
|
|
|
1
|
-
import { m as
|
|
2
|
-
import { Z as
|
|
3
|
-
|
|
1
|
+
import { m as o } from "./utils-DBdiSe6_.js";
|
|
2
|
+
import { Z as r } from "./Button-Q7GkKwFF.js";
|
|
3
|
+
import { Z as m } from "./DatePicker-D8LPaPf6.js";
|
|
4
|
+
import { Z as a } from "./DetailSubTitle-C5pVYJhX.js";
|
|
5
|
+
import { Z as t } from "./Dialog-BASeD5f8.js";
|
|
6
|
+
import { Z } from "./EditInfoPair-CM5piQwT.js";
|
|
7
|
+
import { Z as i } from "./FileWrapper-DN-KKB9p.js";
|
|
8
|
+
import { Z as s } from "./Grid-Ds-Jy0Mn.js";
|
|
9
|
+
import { Z as p } from "./InfoPair-CnBR3fy9.js";
|
|
10
|
+
import { Z as e, a as f } from "./Input-C1s8JqmI.js";
|
|
11
|
+
import { Z as h } from "./Loading-DELLXz7f.js";
|
|
12
|
+
import { Z as n } from "./MessageBox-26ImfgOR.js";
|
|
13
|
+
import { Z as l } from "./MoneyInput-Dt_ZE-zv.js";
|
|
14
|
+
import { Z as u } from "./PageHeadPanel-CdohXWA9.js";
|
|
15
|
+
import { Z as I } from "./ToolTips-CxyQMewg.js";
|
|
16
|
+
const d = [r, m, a, t, Z, i, s, p, e, f, h, n, l, u, I], L = o(d);
|
|
4
17
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
18
|
+
r as ZhButton,
|
|
19
|
+
m as ZhDatePicker,
|
|
20
|
+
a as ZhDetailSubTitle,
|
|
21
|
+
t as ZhDialog,
|
|
22
|
+
Z as ZhEditInfoPair,
|
|
23
|
+
i as ZhFileWrapper,
|
|
24
|
+
s as ZhGrid,
|
|
25
|
+
p as ZhInfoPair,
|
|
26
|
+
e as ZhInput,
|
|
27
|
+
f as ZhInputNumber,
|
|
28
|
+
h as ZhLoading,
|
|
29
|
+
n as ZhMessageBox,
|
|
30
|
+
l as ZhMoneyInput,
|
|
31
|
+
u as ZhPageHeadPanel,
|
|
32
|
+
I as ZhToolTips,
|
|
33
|
+
L as default
|
|
7
34
|
};
|