zhihao-ui 1.2.20 → 1.2.22

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 (59) hide show
  1. package/dist/es/{BaseInfo-Dr298ctb.js → BaseInfo-DCB7xgRw.js} +1 -1
  2. package/dist/es/{Button-CYr52jII.js → Button-Va8xfPJd.js} +2 -2
  3. package/dist/es/{DatePicker-vGQGWrmB.js → DatePicker-BrD1XS6-.js} +2 -2
  4. package/dist/es/DetailHeader-B9ttfBlv.js +59 -0
  5. package/dist/es/{DetailSubTitle-Cgs5HrKC.js → DetailSubTitle-BgbefcLD.js} +2 -2
  6. package/dist/es/{Dialog-stUaKQ4m.js → Dialog-CnqJMaPI.js} +31 -34
  7. package/dist/es/DiyDataTable-DHGMMFO9.js +315 -0
  8. package/dist/es/{EditInfoPair-DwwAGFc6.js → EditInfoPair-XiseN2F2.js} +3 -3
  9. package/dist/es/{FileWrapper-brjp8Thj.js → FileWrapper-CAwHicjK.js} +4 -4
  10. package/dist/es/{Grid-CIMCXeIw.js → Grid-CshEwvAH.js} +1 -1
  11. package/dist/es/{InfoPair-DZL6Vegw.js → InfoPair-DhVT8u-f.js} +3 -3
  12. package/dist/es/{Input-C4aIqSby.js → Input-CeiPnMtt.js} +3 -3
  13. package/dist/es/{Loading-DhEOgvVz.js → Loading-bv2DpqBO.js} +2 -2
  14. package/dist/es/Map-DhceUygQ.js +2020 -0
  15. package/dist/es/{MessageBox-d6upGeyX.js → MessageBox-2Vpy3Mva.js} +2 -2
  16. package/dist/es/{MoneyInput-DLMJRug1.js → MoneyInput-Deg1aj66.js} +7 -7
  17. package/dist/es/{PageHeadPanel-CldjeRYl.js → PageHeadPanel-BWjWkx8n.js} +2 -2
  18. package/dist/es/{Table-DwDzhuHY.js → Table-KSl_JT2q.js} +94 -94
  19. package/dist/es/{ToolTips-CLcRoFO4.js → ToolTips-Bw2lHQxC.js} +3 -3
  20. package/dist/es/index.js +21 -21
  21. package/dist/es/{utils-CbI5IWJJ.js → utils-D-zYpBSZ.js} +3 -3
  22. package/dist/es/{vendor-AIl6iHcE.js → vendor-gTOtiVzA.js} +6895 -6495
  23. package/dist/index.css +1 -1
  24. package/dist/types/components/DetailHeader/index.d.ts +9 -0
  25. package/dist/types/components/DetailHeader/types.d.ts +1 -0
  26. package/dist/types/components/Dialog/Dialog.vue.d.ts +2 -4
  27. package/dist/types/components/Dialog/index.d.ts +5 -10
  28. package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +8 -1
  29. package/dist/types/components/DiyDataTable/index.d.ts +12 -0
  30. package/dist/types/components/DiyDataTable/type.d.ts +3 -1
  31. package/dist/types/components/Map/Map.vue.d.ts +60 -5
  32. package/dist/types/components/Map/components/scaleLine.vue.d.ts +3 -1
  33. package/dist/types/components/Map/components/toolPanel.vue.d.ts +4 -0
  34. package/dist/types/components/Map/config.d.ts +2 -0
  35. package/dist/types/components/Map/index.d.ts +174 -9
  36. package/dist/types/components/Map/interface/entity/render.d.ts +12 -0
  37. package/dist/types/components/Map/interface/entity/shipInfoVo.d.ts +21 -3
  38. package/dist/types/components/Map/interface/entity/shipMapData.d.ts +2 -1
  39. package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +2 -1
  40. package/dist/types/components/Map/render/canvasRender/geometry.d.ts +3 -0
  41. package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +3 -1
  42. package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +3 -1
  43. package/dist/types/components/Map/render/canvasRender/renderTrackStyle.d.ts +5 -1
  44. package/dist/types/components/Map/render/drawPolygon.d.ts +4 -0
  45. package/dist/types/components/Map/render/renderDashboard.d.ts +3 -0
  46. package/dist/types/components/Map/render/renderMarker.d.ts +4 -3
  47. package/dist/types/components/Map/render/renderShip.d.ts +5 -2
  48. package/dist/types/components/Map/render/renderTrack.d.ts +3 -4
  49. package/dist/types/components/Map/render/renderTruck.d.ts +3 -1
  50. package/dist/types/components/Map/utils/common.d.ts +4 -8
  51. package/dist/types/components/Map/utils/format.d.ts +6 -14
  52. package/dist/types/components/Map/utils/store.d.ts +7 -1
  53. package/dist/types/components/Map/utils/transform.d.ts +13 -5
  54. package/dist/umd/index.css +1 -1
  55. package/dist/umd/index.umd.cjs +23 -23
  56. package/package.json +1 -1
  57. package/dist/es/DetailHeader-oqCdup4q.js +0 -58
  58. package/dist/es/DiyDataTable-A1P5k0Eh.js +0 -304
  59. package/dist/es/Map-DGFoAMyH.js +0 -1803
package/dist/es/index.js CHANGED
@@ -1,24 +1,24 @@
1
- import { m as o } from "./utils-CbI5IWJJ.js";
2
- import { a as r, b as a } from "./Button-CYr52jII.js";
3
- import { Z as m } from "./DatePicker-vGQGWrmB.js";
4
- import { Z as t } from "./DetailSubTitle-Cgs5HrKC.js";
5
- import { Z } from "./Dialog-stUaKQ4m.js";
6
- import { Z as s } from "./EditInfoPair-DwwAGFc6.js";
7
- import { Z as i } from "./FileWrapper-brjp8Thj.js";
8
- import { Z as p } from "./Grid-CIMCXeIw.js";
9
- import { Z as e } from "./InfoPair-DZL6Vegw.js";
10
- import { Z as f, a as h } from "./Input-C4aIqSby.js";
11
- import { Z as n } from "./Loading-DhEOgvVz.js";
12
- import { Z as l, a as u, b as D, c as I } from "./MessageBox-d6upGeyX.js";
13
- import { Z as P } from "./MoneyInput-DLMJRug1.js";
14
- import { Z as T } from "./PageHeadPanel-CldjeRYl.js";
15
- import { Z as b } from "./ToolTips-CLcRoFO4.js";
16
- import { Z as d } from "./BaseInfo-Dr298ctb.js";
17
- import { Z as c } from "./DetailHeader-oqCdup4q.js";
18
- import { Z as g } from "./DiyDataTable-A1P5k0Eh.js";
19
- import { D as R } from "./DiyDataTable-A1P5k0Eh.js";
20
- import { Z as B } from "./Map-DGFoAMyH.js";
21
- import { Z as x } from "./Table-DwDzhuHY.js";
1
+ import { m as o } from "./utils-D-zYpBSZ.js";
2
+ import { a as r, b as a } from "./Button-Va8xfPJd.js";
3
+ import { Z as m } from "./DatePicker-BrD1XS6-.js";
4
+ import { Z as t } from "./DetailSubTitle-BgbefcLD.js";
5
+ import { Z } from "./Dialog-CnqJMaPI.js";
6
+ import { Z as s } from "./EditInfoPair-XiseN2F2.js";
7
+ import { Z as i } from "./FileWrapper-CAwHicjK.js";
8
+ import { Z as p } from "./Grid-CshEwvAH.js";
9
+ import { Z as e } from "./InfoPair-DhVT8u-f.js";
10
+ import { Z as f, a as h } from "./Input-CeiPnMtt.js";
11
+ import { Z as n } from "./Loading-bv2DpqBO.js";
12
+ import { Z as l, a as u, b as D, c as I } from "./MessageBox-2Vpy3Mva.js";
13
+ import { Z as P } from "./MoneyInput-Deg1aj66.js";
14
+ import { Z as T } from "./PageHeadPanel-BWjWkx8n.js";
15
+ import { Z as b } from "./ToolTips-Bw2lHQxC.js";
16
+ import { Z as d } from "./BaseInfo-DCB7xgRw.js";
17
+ import { Z as c } from "./DetailHeader-B9ttfBlv.js";
18
+ import { Z as g } from "./DiyDataTable-DHGMMFO9.js";
19
+ import { D as R } from "./DiyDataTable-DHGMMFO9.js";
20
+ import { Z as B } from "./Map-DhceUygQ.js";
21
+ import { Z as x } from "./Table-KSl_JT2q.js";
22
22
  const A = [
23
23
  d,
24
24
  r,
@@ -1,5 +1,5 @@
1
- import { ai as t } from "./vendor-AIl6iHcE.js";
2
- function n(a) {
1
+ import { an as t } from "./vendor-gTOtiVzA.js";
2
+ function i(a) {
3
3
  return (s) => t(a, (r) => {
4
4
  s.use(r);
5
5
  });
@@ -9,6 +9,6 @@ const e = (a) => (a.install = (l) => {
9
9
  l.component(s, a);
10
10
  }, a);
11
11
  export {
12
- n as m,
12
+ i as m,
13
13
  e as w
14
14
  };