zhihao-ui 1.3.53 → 1.3.54

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.
Files changed (38) hide show
  1. package/dist/es/{BaseInfo-BZ34efZZ.js → BaseInfo-Bz9HbxrR.js} +1 -1
  2. package/dist/es/{BaseItem-DxfKmzHN.js → BaseItem-DQKOTeth.js} +3 -3
  3. package/dist/es/{Button-ByWikGvS.js → Button-DSjKm2wO.js} +4 -4
  4. package/dist/es/CascaderLoadMore-CdndYSd1.js +282 -0
  5. package/dist/es/{DatePicker-BS2zGuNF.js → DatePicker-BSdiMSHq.js} +3 -3
  6. package/dist/es/{DetailHeader-Bdjj2rT_.js → DetailHeader-BaVN1zZA.js} +3 -3
  7. package/dist/es/{DetailSubTitle-oDZVGEDj.js → DetailSubTitle-BMIe2Qwe.js} +2 -2
  8. package/dist/es/{Dialog-6oittA9s.js → Dialog-MVXB7s2S.js} +3 -3
  9. package/dist/es/{DiyDataTable-BzfRDF0J.js → DiyDataTable-Bi4KyAh2.js} +4 -4
  10. package/dist/es/{EditInfoPair-CZXKGl2-.js → EditInfoPair-Zed59i0Z.js} +3 -3
  11. package/dist/es/{FileWrapper-B4nZf2F1.js → FileWrapper-DwYXt2R_.js} +4 -4
  12. package/dist/es/{Grid-anvIeL2d.js → Grid-CCcxjfAs.js} +2 -2
  13. package/dist/es/{InfoPair-C6PjunKe.js → InfoPair-DbQZtDZ4.js} +3 -3
  14. package/dist/es/{Input-v0wMSltt.js → Input-CJadFglX.js} +3 -3
  15. package/dist/es/{Loading-C86LqgY4.js → Loading-C9Te67Gr.js} +2 -2
  16. package/dist/es/Map-rM-FhwBq.js +2319 -0
  17. package/dist/es/{MessageBox-Mt0l51rJ.js → MessageBox-BzwToZ0E.js} +2 -2
  18. package/dist/es/{MoneyInput-DU9wly48.js → MoneyInput-Cildlxii.js} +5 -5
  19. package/dist/es/{PageHeadPanel-CJNtdEZb.js → PageHeadPanel-oLoxYR29.js} +2 -2
  20. package/dist/es/{Table-BgW-kh7S.js → Table-BcTA1mjZ.js} +8 -8
  21. package/dist/es/{ToolTips-DtkJa3Ld.js → ToolTips-H93PrmYL.js} +3 -3
  22. package/dist/es/index.js +23 -23
  23. package/dist/es/{utils-BXhGHET2.js → utils-DRDkj6ga.js} +1 -1
  24. package/dist/es/{vendor-DIFwbdTH.js → vendor-CxcudVpO.js} +10946 -10410
  25. package/dist/index.css +1 -1
  26. package/dist/types/components/CascaderLoadMore/CascaderLoadMore.vue.d.ts +18 -0
  27. package/dist/types/components/CascaderLoadMore/index.d.ts +30 -0
  28. package/dist/types/components/Map/Map.vue.d.ts +1 -0
  29. package/dist/types/components/Map/function/position.d.ts +2 -1
  30. package/dist/types/components/Map/function/ship/index.d.ts +1 -0
  31. package/dist/types/components/Map/index.d.ts +3 -0
  32. package/dist/types/components/Map/interface/position.d.ts +2 -0
  33. package/dist/types/components/ToolTips/index.d.ts +6 -6
  34. package/dist/umd/index.css +1 -1
  35. package/dist/umd/index.umd.cjs +41 -41
  36. package/package.json +3 -5
  37. package/dist/es/CascaderLoadMore-CF_J-i8H.js +0 -261
  38. package/dist/es/Map-CGiEKZ7_.js +0 -2280
@@ -1,5 +1,5 @@
1
- import { a3 as a } from "./vendor-DIFwbdTH.js";
2
- import { w as n } from "./utils-BXhGHET2.js";
1
+ import { a3 as a } from "./vendor-CxcudVpO.js";
2
+ import { w as n } from "./utils-DRDkj6ga.js";
3
3
  const r = {
4
4
  type: "",
5
5
  showCancelButton: !0,
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as p, useModel as d, computed as i, ref as f, openBlock as v, createBlock as c, unref as y, withCtx as n, createVNode as V, mergeProps as b, createSlots as I, renderList as M, renderSlot as w, normalizeProps as B, guardReactiveProps as N, mergeModels as g } from "vue";
2
- import { v as k, d as P } from "./DatePicker-BS2zGuNF.js";
3
- import { a4 as T } from "./vendor-DIFwbdTH.js";
4
- import { I as $ } from "./Input-v0wMSltt.js";
5
- import { _ as z } from "./Button-ByWikGvS.js";
6
- import { w as C } from "./utils-BXhGHET2.js";
2
+ import { v as k, d as P } from "./DatePicker-BSdiMSHq.js";
3
+ import { a4 as T } from "./vendor-CxcudVpO.js";
4
+ import { I as $ } from "./Input-CJadFglX.js";
5
+ import { _ as z } from "./Button-DSjKm2wO.js";
6
+ import { w as C } from "./utils-DRDkj6ga.js";
7
7
  const S = /* @__PURE__ */ p({
8
8
  name: "zh-money-input",
9
9
  __name: "MoneyInput",
@@ -1,6 +1,6 @@
1
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-ByWikGvS.js";
3
- import { w as v } from "./utils-BXhGHET2.js";
2
+ import { _ as g } from "./Button-DSjKm2wO.js";
3
+ import { w as v } from "./utils-DRDkj6ga.js";
4
4
  const P = { class: "page-head" }, x = { class: "left-wrap" }, S = { class: "page-name" }, b = { class: "value" }, w = { class: "other-inform" }, H = { class: "label" }, k = { class: "value mg-r-24" }, B = { class: "status" }, E = /* @__PURE__ */ i({
5
5
  name: "zh-page-head-panel",
6
6
  __name: "PageHeadPanel",
@@ -1,10 +1,10 @@
1
1
  import { reactive as te, computed as D, toRefs as Ae, ref as I, defineComponent as le, useCssVars as dt, inject as Ue, openBlock as y, createElementBlock as M, createBlock as L, resolveDynamicComponent as fe, mergeProps as Y, withKeys as pt, unref as i, createSlots as me, withCtx as S, Fragment as J, renderList as ge, renderSlot as K, createElementVNode as $, toDisplayString as X, createCommentVNode as z, createVNode as w, withModifiers as ht, normalizeClass as Ze, createTextVNode as Q, useSlots as Ke, isVNode as ft, normalizeProps as We, guardReactiveProps as je, nextTick as ve, onMounted as mt, onActivated as gt, onDeactivated as vt, onUnmounted as bt, watch as Ct, provide as yt, resolveDirective as St, withDirectives as we, vShow as wt, toHandlers as kt } from "vue";
2
- import { a5 as Ne, a6 as _t, a7 as Pt, a8 as qe, a9 as Tt, n as Et, aa as $t, q as Bt, ab as zt, a4 as be, b as Te, a as Ce, ac as Mt, ad as Ft, p as re, ae as It, af as Lt, ag as Vt, ah as xe, ai as He, e as G, o as Je, aj as Le, ak as Dt, al as Ye, am as Rt, an as Ot, ao as At, ap as Ut, E as ke, aq as Zt, m as Kt, ar as Wt, as as Ve, at as De } from "./vendor-DIFwbdTH.js";
3
- import { D as ae, C as jt } from "./BaseItem-DxfKmzHN.js";
4
- import { Z as Nt } from "./CascaderLoadMore-CF_J-i8H.js";
5
- import { _ as se, Z as _e } from "./Button-ByWikGvS.js";
6
- import { _ as qt } from "./Dialog-6oittA9s.js";
7
- import { w as xt } from "./utils-BXhGHET2.js";
2
+ import { a5 as Ne, a6 as _t, a7 as Pt, a8 as qe, a9 as Tt, n as Et, aa as $t, q as Bt, ab as zt, a4 as be, b as Te, a as Ce, ac as Mt, ad as Ft, p as re, ae as It, af as Lt, ag as Vt, ah as xe, ai as He, e as G, o as Je, aj as Le, ak as Dt, al as Ye, am as Rt, an as Ot, ao as At, ap as Ut, E as ke, aq as Zt, m as Kt, ar as Wt, as as Ve, at as De } from "./vendor-CxcudVpO.js";
3
+ import { D as ae, C as jt } from "./BaseItem-DQKOTeth.js";
4
+ import { Z as Nt } from "./CascaderLoadMore-CdndYSd1.js";
5
+ import { _ as se, Z as _e } from "./Button-DSjKm2wO.js";
6
+ import { _ as qt } from "./Dialog-MVXB7s2S.js";
7
+ import { w as xt } from "./utils-DRDkj6ga.js";
8
8
  const Ht = 12;
9
9
  function Ee(g, p, a, f) {
10
10
  return g.reduce((m, C) => {
@@ -753,7 +753,7 @@ const ha = /* @__PURE__ */ le({
753
753
  pagination: { type: Boolean, default: !0 },
754
754
  initParam: { default: {} },
755
755
  border: { type: Boolean, default: !1 },
756
- rowKey: { default: "id" },
756
+ rowKey: { type: [String, Function], default: "id" },
757
757
  isShowSearch: { type: Boolean, default: !0 },
758
758
  maxHeight: {},
759
759
  isShowSearchBtn: { type: Boolean, default: !0 },
@@ -1170,7 +1170,7 @@ const ha = /* @__PURE__ */ le({
1170
1170
  }, 8, ["locale"]);
1171
1171
  };
1172
1172
  }
1173
- }), Oa = /* @__PURE__ */ se(Ra, [["__scopeId", "data-v-cea8b715"]]), qa = xt(Oa);
1173
+ }), Oa = /* @__PURE__ */ se(Ra, [["__scopeId", "data-v-0832bfdd"]]), qa = xt(Oa);
1174
1174
  export {
1175
1175
  qa as Z,
1176
1176
  oe as g
@@ -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 { a4 as i } from "./vendor-DIFwbdTH.js";
3
- import { _ as f } from "./Button-ByWikGvS.js";
4
- import { w as d } from "./utils-BXhGHET2.js";
2
+ import { a4 as i } from "./vendor-CxcudVpO.js";
3
+ import { _ as f } from "./Button-DSjKm2wO.js";
4
+ import { w as d } from "./utils-DRDkj6ga.js";
5
5
  const u = /* @__PURE__ */ a({
6
6
  name: "zh-tool-tips",
7
7
  __name: "ToolTips",
package/dist/es/index.js CHANGED
@@ -1,26 +1,26 @@
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";
1
+ import { m as o } from "./utils-DRDkj6ga.js";
2
+ import { a as r, b as a } from "./Button-DSjKm2wO.js";
3
+ import { Z as m } from "./DatePicker-BSdiMSHq.js";
4
+ import { Z as t } from "./DetailSubTitle-BMIe2Qwe.js";
5
+ import { Z } from "./Dialog-MVXB7s2S.js";
6
+ import { Z as s } from "./EditInfoPair-Zed59i0Z.js";
7
+ import { Z as i } from "./FileWrapper-DwYXt2R_.js";
8
+ import { a as p, Z as e, b as f } from "./Grid-CCcxjfAs.js";
9
+ import { Z as h } from "./InfoPair-DbQZtDZ4.js";
10
+ import { Z as n, a as l } from "./Input-CJadFglX.js";
11
+ import { Z as d } from "./Loading-C9Te67Gr.js";
12
+ import { Z as u, a as I, b as D, c as b } from "./MessageBox-BzwToZ0E.js";
13
+ import { Z as P } from "./MoneyInput-Cildlxii.js";
14
+ import { Z as T } from "./PageHeadPanel-oLoxYR29.js";
15
+ import { Z as c } from "./ToolTips-H93PrmYL.js";
16
+ import { Z as B } from "./BaseInfo-Bz9HbxrR.js";
17
+ import { Z as M } from "./DetailHeader-BaVN1zZA.js";
18
+ import { Z as g } from "./DiyDataTable-Bi4KyAh2.js";
19
+ import { D as $ } from "./DiyDataTable-Bi4KyAh2.js";
20
+ import { Z as x } from "./Map-rM-FhwBq.js";
21
+ import { Z as G } from "./Table-BcTA1mjZ.js";
22
+ import { Z as ro } from "./BaseItem-DQKOTeth.js";
23
+ import { Z as A } from "./CascaderLoadMore-CdndYSd1.js";
24
24
  const k = [
25
25
  B,
26
26
  r,
@@ -1,4 +1,4 @@
1
- import { au as t } from "./vendor-DIFwbdTH.js";
1
+ import { au as t } from "./vendor-CxcudVpO.js";
2
2
  function n(a) {
3
3
  return (s) => t(a, (r) => {
4
4
  s.use(r);