zhihao-ui 1.2.20 → 1.2.21
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-Dr298ctb.js → BaseInfo-DCB7xgRw.js} +1 -1
- package/dist/es/{Button-CYr52jII.js → Button-Va8xfPJd.js} +2 -2
- package/dist/es/{DatePicker-vGQGWrmB.js → DatePicker-BrD1XS6-.js} +2 -2
- package/dist/es/DetailHeader-B9ttfBlv.js +59 -0
- package/dist/es/{DetailSubTitle-Cgs5HrKC.js → DetailSubTitle-BgbefcLD.js} +2 -2
- package/dist/es/{Dialog-stUaKQ4m.js → Dialog-CnqJMaPI.js} +31 -34
- package/dist/es/{DiyDataTable-A1P5k0Eh.js → DiyDataTable-uIkGrO_i.js} +80 -78
- package/dist/es/{EditInfoPair-DwwAGFc6.js → EditInfoPair-XiseN2F2.js} +3 -3
- package/dist/es/{FileWrapper-brjp8Thj.js → FileWrapper-CAwHicjK.js} +4 -4
- package/dist/es/{Grid-CIMCXeIw.js → Grid-CshEwvAH.js} +1 -1
- package/dist/es/{InfoPair-DZL6Vegw.js → InfoPair-DhVT8u-f.js} +3 -3
- package/dist/es/{Input-C4aIqSby.js → Input-CeiPnMtt.js} +3 -3
- package/dist/es/{Loading-DhEOgvVz.js → Loading-bv2DpqBO.js} +2 -2
- package/dist/es/Map-DhceUygQ.js +2020 -0
- package/dist/es/{MessageBox-d6upGeyX.js → MessageBox-2Vpy3Mva.js} +2 -2
- package/dist/es/{MoneyInput-DLMJRug1.js → MoneyInput-Deg1aj66.js} +7 -7
- package/dist/es/{PageHeadPanel-CldjeRYl.js → PageHeadPanel-BWjWkx8n.js} +2 -2
- package/dist/es/{Table-DwDzhuHY.js → Table-KSl_JT2q.js} +94 -94
- package/dist/es/{ToolTips-CLcRoFO4.js → ToolTips-Bw2lHQxC.js} +3 -3
- package/dist/es/index.js +21 -21
- package/dist/es/{utils-CbI5IWJJ.js → utils-D-zYpBSZ.js} +3 -3
- package/dist/es/{vendor-AIl6iHcE.js → vendor-gTOtiVzA.js} +6895 -6495
- package/dist/index.css +1 -1
- package/dist/types/components/DetailHeader/index.d.ts +9 -0
- package/dist/types/components/DetailHeader/types.d.ts +1 -0
- package/dist/types/components/Dialog/Dialog.vue.d.ts +2 -4
- package/dist/types/components/Dialog/index.d.ts +5 -10
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +2 -1
- package/dist/types/components/DiyDataTable/index.d.ts +3 -0
- package/dist/types/components/DiyDataTable/type.d.ts +3 -1
- package/dist/types/components/Map/Map.vue.d.ts +60 -5
- package/dist/types/components/Map/components/scaleLine.vue.d.ts +3 -1
- package/dist/types/components/Map/components/toolPanel.vue.d.ts +4 -0
- package/dist/types/components/Map/config.d.ts +2 -0
- package/dist/types/components/Map/index.d.ts +174 -9
- package/dist/types/components/Map/interface/entity/render.d.ts +12 -0
- package/dist/types/components/Map/interface/entity/shipInfoVo.d.ts +21 -3
- package/dist/types/components/Map/interface/entity/shipMapData.d.ts +2 -1
- package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +2 -1
- package/dist/types/components/Map/render/canvasRender/geometry.d.ts +3 -0
- package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +3 -1
- package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +3 -1
- package/dist/types/components/Map/render/canvasRender/renderTrackStyle.d.ts +5 -1
- package/dist/types/components/Map/render/drawPolygon.d.ts +4 -0
- package/dist/types/components/Map/render/renderDashboard.d.ts +3 -0
- package/dist/types/components/Map/render/renderMarker.d.ts +4 -3
- package/dist/types/components/Map/render/renderShip.d.ts +5 -2
- package/dist/types/components/Map/render/renderTrack.d.ts +3 -4
- package/dist/types/components/Map/render/renderTruck.d.ts +3 -1
- package/dist/types/components/Map/utils/common.d.ts +4 -8
- package/dist/types/components/Map/utils/format.d.ts +6 -14
- package/dist/types/components/Map/utils/store.d.ts +7 -1
- package/dist/types/components/Map/utils/transform.d.ts +13 -5
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +23 -23
- package/package.json +1 -1
- package/dist/es/DetailHeader-oqCdup4q.js +0 -58
- 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-
|
|
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 { Z as p } from "./Grid-
|
|
9
|
-
import { Z as e } from "./InfoPair-
|
|
10
|
-
import { Z as f, a as h } from "./Input-
|
|
11
|
-
import { Z as n } from "./Loading-
|
|
12
|
-
import { Z as l, a as u, b as D, c as I } from "./MessageBox-
|
|
13
|
-
import { Z as P } from "./MoneyInput-
|
|
14
|
-
import { Z as T } from "./PageHeadPanel-
|
|
15
|
-
import { Z as b } from "./ToolTips-
|
|
16
|
-
import { Z as d } from "./BaseInfo-
|
|
17
|
-
import { Z as c } from "./DetailHeader-
|
|
18
|
-
import { Z as g } from "./DiyDataTable-
|
|
19
|
-
import { D as R } from "./DiyDataTable-
|
|
20
|
-
import { Z as B } from "./Map-
|
|
21
|
-
import { Z as x } from "./Table-
|
|
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-uIkGrO_i.js";
|
|
19
|
+
import { D as R } from "./DiyDataTable-uIkGrO_i.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 {
|
|
2
|
-
function
|
|
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
|
-
|
|
12
|
+
i as m,
|
|
13
13
|
e as w
|
|
14
14
|
};
|