zhihao-ui 1.3.47 → 1.3.50
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-BQ9mgGZQ.js → BaseInfo-Cu3ME-K_.js} +1 -1
- package/dist/es/{BaseItem-CEFYU-vZ.js → BaseItem-Co7KlYD6.js} +3 -3
- package/dist/es/{Button-BdGo3Kfv.js → Button-Dp3Eoz3O.js} +2 -2
- package/dist/es/DatePicker-BilQVlgi.js +57 -0
- package/dist/es/{DetailHeader-70m7dEou.js → DetailHeader-DTHE-pQa.js} +3 -3
- package/dist/es/{DetailSubTitle-CqcoW7Qc.js → DetailSubTitle-BG-q2NNN.js} +2 -2
- package/dist/es/{Dialog-Cib_m5sM.js → Dialog-B0N_UsO3.js} +3 -3
- package/dist/es/DiyDataTable-BQaaClFf.js +331 -0
- package/dist/es/{EditInfoPair-CIN0LGcX.js → EditInfoPair-DwrwCanm.js} +3 -3
- package/dist/es/{FileWrapper-kRc7s3wS.js → FileWrapper-BDK8YvRB.js} +4 -4
- package/dist/es/{Grid-YHrIHuuu.js → Grid-pVjqXcmJ.js} +2 -2
- package/dist/es/{InfoPair-Dg0qbY3Z.js → InfoPair-lu2zDhpQ.js} +3 -3
- package/dist/es/{Input-uOt745UZ.js → Input-Du4ztfNG.js} +14 -14
- package/dist/es/{Loading-C_6ERpeb.js → Loading-Dc9138dn.js} +2 -2
- package/dist/es/Map-BnrPdkzo.js +2280 -0
- package/dist/es/{MessageBox-h_sFrr4D.js → MessageBox-CJMqwEqr.js} +2 -2
- package/dist/es/{MoneyInput-n52E-q_5.js → MoneyInput-CJxSKPIk.js} +5 -5
- package/dist/es/{PageHeadPanel-DLs1xYME.js → PageHeadPanel-BChW8Tal.js} +2 -2
- package/dist/es/Table-CzNjEPnP.js +1155 -0
- package/dist/es/{ToolTips-CSVL9wbb.js → ToolTips-Y6yG2q7L.js} +3 -3
- package/dist/es/index.js +60 -77
- package/dist/es/{utils-UjENBVnX.js → utils-Co2iJhr8.js} +1 -1
- package/dist/es/{vendor-9390iK3y.js → vendor-Crdostgq.js} +26119 -30625
- 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/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 +16 -16
- package/dist/types/components/Dialog/index.d.ts +24 -24
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +1 -386
- package/dist/types/components/DiyDataTable/index.d.ts +0 -1131
- package/dist/types/components/DiyDataTable/type.d.ts +1 -17
- package/dist/types/components/Map/Map.vue.d.ts +101 -138
- package/dist/types/components/Map/components/scaleLine.vue.d.ts +2 -1
- package/dist/types/components/Map/components/zoomControl.vue.d.ts +7 -3
- package/dist/types/components/Map/index.d.ts +324 -390
- package/dist/types/components/Map/interface/index.d.ts +6 -13
- package/dist/types/components/Map/types.d.ts +1 -13
- package/dist/types/components/Table/types.d.ts +0 -1
- package/dist/types/components/ToolTips/index.d.ts +12 -12
- package/dist/types/components/index.d.ts +0 -1
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +118 -604
- package/package.json +1 -1
- package/dist/es/CascaderLoadMore-1ENwzKY8.js +0 -261
- package/dist/es/DatePicker-DvSoaSq9.js +0 -73
- package/dist/es/DiyDataTable-bO--1zPQ.js +0 -366
- package/dist/es/Map-BURr7_36.js +0 -2528
- package/dist/es/Table-Cr4k_o89.js +0 -1167
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export type { Ship, ShipQueryParam, ShipForm, AisTrackForm, CertificateFiles, ShipInfoForm, ShipUpdateForm, ImgType, BindParams, ShipBindDevice } from './entity/ship';
|
|
8
|
-
export type { ShipInfoVo } from './entity/shipInfoVo';
|
|
9
|
-
export { ShipMapData } from './entity/shipMapData';
|
|
10
|
-
export type { ShipMarker } from './entity/shipMarker';
|
|
11
|
-
export type { ShipTrack } from './entity/shipTrack';
|
|
12
|
-
export type { Vehicle, VehicleCertificationListReq, VehicleCertificationUpdateParams, VehicleInfoUpdateByKeyForm, VehicleHistory, SnayiVehicleInfoResponse, MediaChannel, QueryLicenseResponse, VehicleInfo } from './entity/vehicle';
|
|
13
|
-
export type { VehicleVo, VehicleInfoResponse } from './vo/vehicleVo';
|
|
1
|
+
export * from './shipInfoVo';
|
|
2
|
+
export * from './label';
|
|
3
|
+
export * from './carTrack';
|
|
4
|
+
export * from './mapProps';
|
|
5
|
+
export * from './wharfEntity';
|
|
6
|
+
export * from './position';
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
"vector" = 0,
|
|
3
|
-
"satellite" = 1
|
|
4
|
-
}
|
|
5
|
-
export declare enum SEARCH_TYPE {
|
|
6
|
-
SEARCH_SHIP = 0,
|
|
7
|
-
SEARCH_PORT = 1,
|
|
8
|
-
SEARCH_CUSTOM = 2
|
|
9
|
-
}
|
|
10
|
-
export declare enum COPY_RIGHT_TYPE {
|
|
11
|
-
HORIZONTAL = 0,
|
|
12
|
-
VERTICAL = 1
|
|
13
|
-
}
|
|
1
|
+
export * from './interface';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export declare const ZhToolTips: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
content: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
3
7
|
placement: {
|
|
4
8
|
type: import('vue').PropType<import('element-plus').Placement>;
|
|
5
9
|
required: true;
|
|
6
10
|
default: string;
|
|
7
11
|
};
|
|
8
|
-
content: {
|
|
9
|
-
type: import('vue').PropType<string>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
12
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
13
13
|
placement: import('element-plus').Placement;
|
|
14
14
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -19,15 +19,15 @@ export declare const ZhToolTips: {
|
|
|
19
19
|
M: {};
|
|
20
20
|
Defaults: {};
|
|
21
21
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
content: {
|
|
23
|
+
type: import('vue').PropType<string>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
22
26
|
placement: {
|
|
23
27
|
type: import('vue').PropType<import('element-plus').Placement>;
|
|
24
28
|
required: true;
|
|
25
29
|
default: string;
|
|
26
30
|
};
|
|
27
|
-
content: {
|
|
28
|
-
type: import('vue').PropType<string>;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
31
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
32
32
|
placement: import('element-plus').Placement;
|
|
33
33
|
}>;
|
|
@@ -35,15 +35,15 @@ export declare const ZhToolTips: {
|
|
|
35
35
|
__isTeleport?: never;
|
|
36
36
|
__isSuspense?: never;
|
|
37
37
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
38
|
+
content: {
|
|
39
|
+
type: import('vue').PropType<string>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
38
42
|
placement: {
|
|
39
43
|
type: import('vue').PropType<import('element-plus').Placement>;
|
|
40
44
|
required: true;
|
|
41
45
|
default: string;
|
|
42
46
|
};
|
|
43
|
-
content: {
|
|
44
|
-
type: import('vue').PropType<string>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
47
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
48
48
|
placement: import('element-plus').Placement;
|
|
49
49
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|