zhihao-ui 1.3.52 → 1.3.53
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/{BaseInfo-Cu3ME-K_.js → BaseInfo-BZ34efZZ.js} +1 -1
- package/dist/es/{BaseItem-Co7KlYD6.js → BaseItem-DxfKmzHN.js} +3 -3
- package/dist/es/{Button-Dp3Eoz3O.js → Button-ByWikGvS.js} +2 -2
- package/dist/es/CascaderLoadMore-CF_J-i8H.js +261 -0
- package/dist/es/{DatePicker-BilQVlgi.js → DatePicker-BS2zGuNF.js} +6 -6
- package/dist/es/{DetailHeader-DTHE-pQa.js → DetailHeader-Bdjj2rT_.js} +3 -3
- package/dist/es/{DetailSubTitle-BG-q2NNN.js → DetailSubTitle-oDZVGEDj.js} +2 -2
- package/dist/es/{Dialog-B0N_UsO3.js → Dialog-6oittA9s.js} +3 -3
- package/dist/es/DiyDataTable-BzfRDF0J.js +366 -0
- package/dist/es/{EditInfoPair-DwrwCanm.js → EditInfoPair-CZXKGl2-.js} +3 -3
- package/dist/es/{FileWrapper-BDK8YvRB.js → FileWrapper-B4nZf2F1.js} +4 -4
- package/dist/es/{Grid-pVjqXcmJ.js → Grid-anvIeL2d.js} +2 -2
- package/dist/es/{InfoPair-lu2zDhpQ.js → InfoPair-C6PjunKe.js} +3 -3
- package/dist/es/{Input-Du4ztfNG.js → Input-v0wMSltt.js} +14 -14
- package/dist/es/{Loading-Dc9138dn.js → Loading-C86LqgY4.js} +2 -2
- package/dist/es/{Map-BTSSoA-T.js → Map-CGiEKZ7_.js} +3 -3
- package/dist/es/{MessageBox-CJMqwEqr.js → MessageBox-Mt0l51rJ.js} +2 -2
- package/dist/es/{MoneyInput-CJxSKPIk.js → MoneyInput-DU9wly48.js} +5 -5
- package/dist/es/{PageHeadPanel-BChW8Tal.js → PageHeadPanel-CJNtdEZb.js} +2 -2
- package/dist/es/Table-BgW-kh7S.js +1177 -0
- package/dist/es/{ToolTips-Y6yG2q7L.js → ToolTips-DtkJa3Ld.js} +3 -3
- package/dist/es/index.js +43 -40
- package/dist/es/{utils-Co2iJhr8.js → utils-BXhGHET2.js} +3 -3
- package/dist/es/{vendor-Crdostgq.js → vendor-DIFwbdTH.js} +12157 -11172
- package/dist/index.css +1 -1
- package/dist/types/components/BaseItem/BaseItem.vue.d.ts +1 -1
- package/dist/types/components/BaseItem/index.d.ts +10 -10
- package/dist/types/components/BaseItem/types.d.ts +1 -1
- package/dist/types/components/CascaderLoadMore/CascaderLoadMore.vue.d.ts +2 -0
- package/dist/types/components/CascaderLoadMore/index.d.ts +5 -0
- package/dist/types/components/DetailHeader/index.d.ts +3 -3
- package/dist/types/components/DetailHeader/types.d.ts +1 -1
- package/dist/types/components/Dialog/Dialog.vue.d.ts +12 -12
- package/dist/types/components/Dialog/index.d.ts +18 -18
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +386 -1
- package/dist/types/components/DiyDataTable/index.d.ts +1131 -0
- package/dist/types/components/DiyDataTable/type.d.ts +17 -1
- package/dist/types/components/Table/types.d.ts +1 -0
- package/dist/types/components/Table/utils.d.ts +4 -0
- package/dist/types/components/ToolTips/index.d.ts +12 -12
- package/dist/types/components/index.d.ts +1 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +70 -50
- package/package.json +1 -1
- package/dist/es/DiyDataTable-BQaaClFf.js +0 -331
- package/dist/es/Table-CzNjEPnP.js +0 -1155
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as a, openBlock as s, createBlock as l, unref as p, withCtx as r, renderSlot as c, createElementVNode as m } from "vue";
|
|
2
|
-
import {
|
|
3
|
-
import { _ as f } from "./Button-
|
|
4
|
-
import { w as d } from "./utils-
|
|
2
|
+
import { a4 as i } from "./vendor-DIFwbdTH.js";
|
|
3
|
+
import { _ as f } from "./Button-ByWikGvS.js";
|
|
4
|
+
import { w as d } from "./utils-BXhGHET2.js";
|
|
5
5
|
const u = /* @__PURE__ */ a({
|
|
6
6
|
name: "zh-tool-tips",
|
|
7
7
|
__name: "ToolTips",
|
package/dist/es/index.js
CHANGED
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
import { m as o } from "./utils-
|
|
2
|
-
import { a as r, b as a } from "./Button-
|
|
3
|
-
import { Z as m } from "./DatePicker-
|
|
4
|
-
import { Z as t } from "./DetailSubTitle-
|
|
5
|
-
import { Z } from "./Dialog-
|
|
6
|
-
import { Z as s } from "./EditInfoPair-
|
|
7
|
-
import { Z as i } from "./FileWrapper-
|
|
8
|
-
import { a as p, Z as e, b as f } from "./Grid-
|
|
9
|
-
import { Z as h } from "./InfoPair-
|
|
10
|
-
import { Z as n, a as l } from "./Input-
|
|
11
|
-
import { Z as
|
|
12
|
-
import { Z as
|
|
13
|
-
import { Z as P } from "./MoneyInput-
|
|
14
|
-
import { Z as T } from "./PageHeadPanel-
|
|
15
|
-
import { Z as c } from "./ToolTips-
|
|
16
|
-
import { Z as B } from "./BaseInfo-
|
|
17
|
-
import { Z as
|
|
18
|
-
import { Z as
|
|
19
|
-
import { D as
|
|
20
|
-
import { Z as
|
|
21
|
-
import { Z as
|
|
22
|
-
import { Z as
|
|
23
|
-
|
|
1
|
+
import { m as o } from "./utils-BXhGHET2.js";
|
|
2
|
+
import { a as r, b as a } from "./Button-ByWikGvS.js";
|
|
3
|
+
import { Z as m } from "./DatePicker-BS2zGuNF.js";
|
|
4
|
+
import { Z as t } from "./DetailSubTitle-oDZVGEDj.js";
|
|
5
|
+
import { Z } from "./Dialog-6oittA9s.js";
|
|
6
|
+
import { Z as s } from "./EditInfoPair-CZXKGl2-.js";
|
|
7
|
+
import { Z as i } from "./FileWrapper-B4nZf2F1.js";
|
|
8
|
+
import { a as p, Z as e, b as f } from "./Grid-anvIeL2d.js";
|
|
9
|
+
import { Z as h } from "./InfoPair-C6PjunKe.js";
|
|
10
|
+
import { Z as n, a as l } from "./Input-v0wMSltt.js";
|
|
11
|
+
import { Z as d } from "./Loading-C86LqgY4.js";
|
|
12
|
+
import { Z as u, a as I, b as D, c as b } from "./MessageBox-Mt0l51rJ.js";
|
|
13
|
+
import { Z as P } from "./MoneyInput-DU9wly48.js";
|
|
14
|
+
import { Z as T } from "./PageHeadPanel-CJNtdEZb.js";
|
|
15
|
+
import { Z as c } from "./ToolTips-DtkJa3Ld.js";
|
|
16
|
+
import { Z as B } from "./BaseInfo-BZ34efZZ.js";
|
|
17
|
+
import { Z as M } from "./DetailHeader-Bdjj2rT_.js";
|
|
18
|
+
import { Z as g } from "./DiyDataTable-BzfRDF0J.js";
|
|
19
|
+
import { D as $ } from "./DiyDataTable-BzfRDF0J.js";
|
|
20
|
+
import { Z as x } from "./Map-CGiEKZ7_.js";
|
|
21
|
+
import { Z as G } from "./Table-BgW-kh7S.js";
|
|
22
|
+
import { Z as ro } from "./BaseItem-DxfKmzHN.js";
|
|
23
|
+
import { Z as A } from "./CascaderLoadMore-CF_J-i8H.js";
|
|
24
|
+
const k = [
|
|
24
25
|
B,
|
|
25
26
|
r,
|
|
26
27
|
m,
|
|
27
|
-
|
|
28
|
+
M,
|
|
28
29
|
t,
|
|
29
30
|
Z,
|
|
30
|
-
|
|
31
|
+
g,
|
|
31
32
|
s,
|
|
32
33
|
i,
|
|
33
34
|
p,
|
|
@@ -36,31 +37,33 @@ const A = [
|
|
|
36
37
|
h,
|
|
37
38
|
n,
|
|
38
39
|
l,
|
|
40
|
+
d,
|
|
39
41
|
u,
|
|
40
42
|
I,
|
|
41
43
|
D,
|
|
42
|
-
d,
|
|
43
44
|
b,
|
|
44
45
|
P,
|
|
45
46
|
T,
|
|
46
47
|
c,
|
|
47
|
-
|
|
48
|
+
x,
|
|
48
49
|
a,
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
G,
|
|
51
|
+
A
|
|
52
|
+
], U = o(k);
|
|
51
53
|
export {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
+
$ as DIY_DATA_TYPE,
|
|
55
|
+
D as ZhAlert,
|
|
54
56
|
B as ZhBaseInfo,
|
|
55
|
-
|
|
57
|
+
ro as ZhBaseItem,
|
|
56
58
|
r as ZhButton,
|
|
57
59
|
a as ZhButtonGroup,
|
|
58
|
-
|
|
60
|
+
A as ZhCascaderLoadMore,
|
|
61
|
+
I as ZhConfirm,
|
|
59
62
|
m as ZhDatePicker,
|
|
60
|
-
|
|
63
|
+
M as ZhDetailHeader,
|
|
61
64
|
t as ZhDetailSubTitle,
|
|
62
65
|
Z as ZhDialog,
|
|
63
|
-
|
|
66
|
+
g as ZhDiyDataTable,
|
|
64
67
|
s as ZhEditInfoPair,
|
|
65
68
|
i as ZhFileWrapper,
|
|
66
69
|
p as ZhGrid,
|
|
@@ -68,14 +71,14 @@ export {
|
|
|
68
71
|
h as ZhInfoPair,
|
|
69
72
|
n as ZhInput,
|
|
70
73
|
l as ZhInputNumber,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
+
d as ZhLoading,
|
|
75
|
+
x as ZhMap,
|
|
76
|
+
u as ZhMessageBox,
|
|
74
77
|
P as ZhMoneyInput,
|
|
75
78
|
f as ZhMultiGrid,
|
|
76
79
|
T as ZhPageHeadPanel,
|
|
77
80
|
b as ZhPrompt,
|
|
78
|
-
|
|
81
|
+
G as ZhTable,
|
|
79
82
|
c as ZhToolTips,
|
|
80
|
-
|
|
83
|
+
U as default
|
|
81
84
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { au as t } from "./vendor-DIFwbdTH.js";
|
|
2
2
|
function n(a) {
|
|
3
3
|
return (s) => t(a, (r) => {
|
|
4
4
|
s.use(r);
|
|
5
5
|
});
|
|
6
6
|
}
|
|
7
|
-
const
|
|
7
|
+
const u = (a) => (a.install = (l) => {
|
|
8
8
|
const s = (a == null ? void 0 : a.name) || "UnnamedComponent";
|
|
9
9
|
l.component(s, a);
|
|
10
10
|
}, a);
|
|
11
11
|
export {
|
|
12
12
|
n as m,
|
|
13
|
-
|
|
13
|
+
u as w
|
|
14
14
|
};
|