zhihao-ui 1.3.46 → 1.3.47

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 (51) hide show
  1. package/dist/es/{BaseInfo-Cu3ME-K_.js → BaseInfo-BQ9mgGZQ.js} +1 -1
  2. package/dist/es/{BaseItem-Co7KlYD6.js → BaseItem-CEFYU-vZ.js} +3 -3
  3. package/dist/es/{Button-Dp3Eoz3O.js → Button-BdGo3Kfv.js} +2 -2
  4. package/dist/es/CascaderLoadMore-1ENwzKY8.js +261 -0
  5. package/dist/es/DatePicker-DvSoaSq9.js +73 -0
  6. package/dist/es/{DetailHeader-DTHE-pQa.js → DetailHeader-70m7dEou.js} +3 -3
  7. package/dist/es/{DetailSubTitle-BG-q2NNN.js → DetailSubTitle-CqcoW7Qc.js} +2 -2
  8. package/dist/es/{Dialog-B0N_UsO3.js → Dialog-Cib_m5sM.js} +3 -3
  9. package/dist/es/DiyDataTable-bO--1zPQ.js +366 -0
  10. package/dist/es/{EditInfoPair-DwrwCanm.js → EditInfoPair-CIN0LGcX.js} +3 -3
  11. package/dist/es/{FileWrapper-BDK8YvRB.js → FileWrapper-kRc7s3wS.js} +4 -4
  12. package/dist/es/{Grid-pVjqXcmJ.js → Grid-YHrIHuuu.js} +2 -2
  13. package/dist/es/{InfoPair-lu2zDhpQ.js → InfoPair-Dg0qbY3Z.js} +3 -3
  14. package/dist/es/{Input-Du4ztfNG.js → Input-uOt745UZ.js} +14 -14
  15. package/dist/es/{Loading-Dc9138dn.js → Loading-C_6ERpeb.js} +2 -2
  16. package/dist/es/Map-BURr7_36.js +2528 -0
  17. package/dist/es/{MessageBox-CJMqwEqr.js → MessageBox-h_sFrr4D.js} +2 -2
  18. package/dist/es/{MoneyInput-CJxSKPIk.js → MoneyInput-n52E-q_5.js} +5 -5
  19. package/dist/es/{PageHeadPanel-BChW8Tal.js → PageHeadPanel-DLs1xYME.js} +2 -2
  20. package/dist/es/Table-Cr4k_o89.js +1167 -0
  21. package/dist/es/{ToolTips-Y6yG2q7L.js → ToolTips-CSVL9wbb.js} +3 -3
  22. package/dist/es/index.js +77 -60
  23. package/dist/es/{utils-Co2iJhr8.js → utils-UjENBVnX.js} +1 -1
  24. package/dist/es/{vendor-Crdostgq.js → vendor-9390iK3y.js} +30843 -26337
  25. package/dist/index.css +1 -1
  26. package/dist/types/components/BaseItem/BaseItem.vue.d.ts +1 -1
  27. package/dist/types/components/BaseItem/index.d.ts +10 -10
  28. package/dist/types/components/BaseItem/types.d.ts +1 -1
  29. package/dist/types/components/DetailHeader/index.d.ts +3 -3
  30. package/dist/types/components/DetailHeader/types.d.ts +1 -1
  31. package/dist/types/components/Dialog/Dialog.vue.d.ts +16 -16
  32. package/dist/types/components/Dialog/index.d.ts +24 -24
  33. package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +386 -1
  34. package/dist/types/components/DiyDataTable/index.d.ts +1131 -0
  35. package/dist/types/components/DiyDataTable/type.d.ts +17 -1
  36. package/dist/types/components/Map/Map.vue.d.ts +138 -101
  37. package/dist/types/components/Map/components/scaleLine.vue.d.ts +1 -2
  38. package/dist/types/components/Map/components/zoomControl.vue.d.ts +3 -7
  39. package/dist/types/components/Map/index.d.ts +390 -324
  40. package/dist/types/components/Map/interface/index.d.ts +13 -6
  41. package/dist/types/components/Map/types.d.ts +13 -1
  42. package/dist/types/components/Table/types.d.ts +1 -0
  43. package/dist/types/components/ToolTips/index.d.ts +12 -12
  44. package/dist/types/components/index.d.ts +1 -0
  45. package/dist/umd/index.css +1 -1
  46. package/dist/umd/index.umd.cjs +604 -118
  47. package/package.json +1 -1
  48. package/dist/es/DatePicker-BilQVlgi.js +0 -57
  49. package/dist/es/DiyDataTable-BQaaClFf.js +0 -331
  50. package/dist/es/Map-CXkF901e.js +0 -2279
  51. package/dist/es/Table-CzNjEPnP.js +0 -1155
@@ -1,6 +1,13 @@
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
+ export type { BaseEntity } from './common/BaseEntity';
2
+ export type { Page, PageRequest } from './common/page';
3
+ export type { TruckMarker, CityGroupStatistics, HighlightTruck } from './entity/dashboard';
4
+ export type { MapViewForm, TrackExtend, RenderOption } from './entity/map';
5
+ export type { SinoiovVehicleInfo, SinoiovVehicleSnayiVehicleResponse } from './entity/queryLicenseResponse';
6
+ export type { DrawTextOptions, DrawPolygonOptions, DrawLabelOptions, LeftIconOptions } from './entity/render';
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 +1,13 @@
1
- export * from './interface';
1
+ export declare enum BaseMapType {
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
+ }
@@ -23,6 +23,7 @@ export type SearchRenderScope = {
23
23
  };
24
24
  export type SearchProps = {
25
25
  el?: SearchType;
26
+ type?: string;
26
27
  label?: string;
27
28
  props?: any;
28
29
  key?: string;
@@ -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
- };
7
3
  placement: {
8
4
  type: import('vue').PropType<import('element-plus').Placement>;
9
5
  required: true;
10
6
  default: string;
11
7
  };
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
- };
26
22
  placement: {
27
23
  type: import('vue').PropType<import('element-plus').Placement>;
28
24
  required: true;
29
25
  default: string;
30
26
  };
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
- };
42
38
  placement: {
43
39
  type: import('vue').PropType<import('element-plus').Placement>;
44
40
  required: true;
45
41
  default: string;
46
42
  };
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 () => {
@@ -20,3 +20,4 @@ export * from './DiyDataTable';
20
20
  export * from './Map';
21
21
  export * from './Table';
22
22
  export * from './BaseItem';
23
+ export * from './CascaderLoadMore';