zhihao-ui 1.2.4 → 1.2.5
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-DSoB7lXu.js → BaseInfo-CboHDiqp.js} +1 -1
- package/dist/es/{Button-CSkwolvy.js → Button-C1Q6WvkI.js} +2 -2
- package/dist/es/{DatePicker-BuM1QvvJ.js → DatePicker-AcRbvS-8.js} +2 -2
- package/dist/es/{DetailHeader-DLWS2a6d.js → DetailHeader-CoaVXtN3.js} +3 -3
- package/dist/es/{DetailSubTitle-Bohm33lU.js → DetailSubTitle-Csp4LjFx.js} +2 -2
- package/dist/es/{Dialog-dbO52Pj0.js → Dialog-CtU-qGdR.js} +3 -3
- package/dist/es/DiyDataTable-DBonLs6p.js +276 -0
- package/dist/es/{EditInfoPair-sJNaUadM.js → EditInfoPair-DBbRqppY.js} +3 -3
- package/dist/es/{FileWrapper-BQgaAu1K.js → FileWrapper-BwQhQopY.js} +4 -4
- package/dist/es/{Grid-P-t8UiMv.js → Grid-B-FutGih.js} +1 -1
- package/dist/es/{InfoPair-BNypeCJn.js → InfoPair-WmMCXoUh.js} +3 -3
- package/dist/es/{Input-DpsLV8LI.js → Input-DFnH7_jo.js} +11 -11
- package/dist/es/{Loading-DXdxoKLU.js → Loading-BW6Doqh_.js} +2 -2
- package/dist/es/{Map-BchE1ZDm.js → Map-BLQnapy4.js} +3 -3
- package/dist/es/{MessageBox-DRwBLDiG.js → MessageBox-CjuBt74R.js} +15 -15
- package/dist/es/{MoneyInput-E6oSL6tO.js → MoneyInput-BwkFhS2B.js} +7 -7
- package/dist/es/{PageHeadPanel-fhMuGUkI.js → PageHeadPanel-BhR3Bq1A.js} +2 -2
- package/dist/es/{ToolTips-lv_GNnZo.js → ToolTips-BEYXkt4n.js} +3 -3
- package/dist/es/index.js +25 -22
- package/dist/es/{utils-BMWHW3o7.js → utils-B1dH8Kx6.js} +1 -1
- package/dist/es/{vendor-BXx3MaXc.js → vendor-Cu-cEPs_.js} +14931 -10415
- package/dist/index.css +1 -1
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +70 -0
- package/dist/types/components/DiyDataTable/index.d.ts +151 -0
- package/dist/types/components/DiyDataTable/type.d.ts +46 -0
- package/dist/types/components/MessageBox/MessageBox.vue.d.ts +8 -8
- package/dist/types/components/MessageBox/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 +50 -37
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -1,28 +1,30 @@
|
|
|
1
|
-
import { m as o } from "./utils-
|
|
2
|
-
import { Z as r } from "./Button-
|
|
3
|
-
import { Z as a } from "./DatePicker-
|
|
4
|
-
import { Z as m } from "./DetailSubTitle-
|
|
5
|
-
import { Z as t } from "./Dialog-
|
|
6
|
-
import { Z } from "./EditInfoPair-
|
|
7
|
-
import { Z as i } from "./FileWrapper-
|
|
8
|
-
import { Z as s } from "./Grid-
|
|
9
|
-
import { Z as p } from "./InfoPair-
|
|
10
|
-
import { Z as e, a as f } from "./Input-
|
|
11
|
-
import { Z as h } from "./Loading-
|
|
12
|
-
import { Z as n } from "./MessageBox-
|
|
13
|
-
import { Z as l } from "./MoneyInput-
|
|
14
|
-
import { Z as u } from "./PageHeadPanel-
|
|
15
|
-
import { Z as I } from "./ToolTips-
|
|
16
|
-
import { Z as d } from "./BaseInfo-
|
|
17
|
-
import { Z as
|
|
18
|
-
import { Z as
|
|
1
|
+
import { m as o } from "./utils-B1dH8Kx6.js";
|
|
2
|
+
import { Z as r } from "./Button-C1Q6WvkI.js";
|
|
3
|
+
import { Z as a } from "./DatePicker-AcRbvS-8.js";
|
|
4
|
+
import { Z as m } from "./DetailSubTitle-Csp4LjFx.js";
|
|
5
|
+
import { Z as t } from "./Dialog-CtU-qGdR.js";
|
|
6
|
+
import { Z } from "./EditInfoPair-DBbRqppY.js";
|
|
7
|
+
import { Z as i } from "./FileWrapper-BwQhQopY.js";
|
|
8
|
+
import { Z as s } from "./Grid-B-FutGih.js";
|
|
9
|
+
import { Z as p } from "./InfoPair-WmMCXoUh.js";
|
|
10
|
+
import { Z as e, a as f } from "./Input-DFnH7_jo.js";
|
|
11
|
+
import { Z as h } from "./Loading-BW6Doqh_.js";
|
|
12
|
+
import { Z as n } from "./MessageBox-CjuBt74R.js";
|
|
13
|
+
import { Z as l } from "./MoneyInput-BwkFhS2B.js";
|
|
14
|
+
import { Z as u } from "./PageHeadPanel-BhR3Bq1A.js";
|
|
15
|
+
import { Z as I } from "./ToolTips-BEYXkt4n.js";
|
|
16
|
+
import { Z as d } from "./BaseInfo-CboHDiqp.js";
|
|
17
|
+
import { Z as D } from "./DetailHeader-CoaVXtN3.js";
|
|
18
|
+
import { Z as P } from "./DiyDataTable-DBonLs6p.js";
|
|
19
|
+
import { Z as c } from "./Map-BLQnapy4.js";
|
|
19
20
|
const g = [
|
|
20
21
|
d,
|
|
21
22
|
r,
|
|
22
23
|
a,
|
|
23
|
-
|
|
24
|
+
D,
|
|
24
25
|
m,
|
|
25
26
|
t,
|
|
27
|
+
P,
|
|
26
28
|
Z,
|
|
27
29
|
i,
|
|
28
30
|
s,
|
|
@@ -35,14 +37,15 @@ const g = [
|
|
|
35
37
|
u,
|
|
36
38
|
I,
|
|
37
39
|
c
|
|
38
|
-
],
|
|
40
|
+
], z = o(g);
|
|
39
41
|
export {
|
|
40
42
|
d as ZhBaseInfo,
|
|
41
43
|
r as ZhButton,
|
|
42
44
|
a as ZhDatePicker,
|
|
43
|
-
|
|
45
|
+
D as ZhDetailHeader,
|
|
44
46
|
m as ZhDetailSubTitle,
|
|
45
47
|
t as ZhDialog,
|
|
48
|
+
P as ZhDiyDataTable,
|
|
46
49
|
Z as ZhEditInfoPair,
|
|
47
50
|
i as ZhFileWrapper,
|
|
48
51
|
s as ZhGrid,
|
|
@@ -55,5 +58,5 @@ export {
|
|
|
55
58
|
l as ZhMoneyInput,
|
|
56
59
|
u as ZhPageHeadPanel,
|
|
57
60
|
I as ZhToolTips,
|
|
58
|
-
|
|
61
|
+
z as default
|
|
59
62
|
};
|