zhihao-ui 1.3.56 → 1.3.58-alpha.1
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-ehtLJvVF.js → BaseInfo-C2j6mJJE.js} +1 -1
- package/dist/es/{BaseItem-0fbDCeuh.js → BaseItem-zscYu8eV.js} +3 -3
- package/dist/es/{Button-DlEYWX3X.js → Button-B2Z_WKdq.js} +2 -2
- package/dist/es/CascaderLoadMore-Bt031LmH.js +277 -0
- package/dist/es/{DatePicker-BH5X28Bl.js → DatePicker-C1DDRvC8.js} +3 -3
- package/dist/es/{DetailHeader-kFn2FtqV.js → DetailHeader-vuClNac7.js} +3 -3
- package/dist/es/{DetailSubTitle-DjHsWNVa.js → DetailSubTitle-Cu4OuVMN.js} +2 -2
- package/dist/es/{Dialog-B_Psb_wh.js → Dialog-BynyEy56.js} +3 -3
- package/dist/es/{DiyDataTable-a-pFltM6.js → DiyDataTable-Dxj2T0df.js} +37 -35
- package/dist/es/{EditInfoPair-ZvaiiVmj.js → EditInfoPair-m7xcpK-8.js} +3 -3
- package/dist/es/{FileWrapper-mQ4rJXJr.js → FileWrapper-C7ZFwtsF.js} +4 -4
- package/dist/es/{Grid-CCkuxPw9.js → Grid-CK82axOD.js} +2 -2
- package/dist/es/{InfoPair-R1-mr8Vf.js → InfoPair-CdkSVoN0.js} +3 -3
- package/dist/es/{Input-DjQtffZg.js → Input-EcnKRK5Q.js} +3 -3
- package/dist/es/{Loading-CDxuHkdt.js → Loading-Mq3IiaFA.js} +2 -2
- package/dist/es/Map-cM2ZsC86.js +2466 -0
- package/dist/es/{MessageBox-kkpNeAii.js → MessageBox-wQY1ft63.js} +2 -2
- package/dist/es/{MoneyInput-BlilgYic.js → MoneyInput-Cn4BH3R9.js} +5 -5
- package/dist/es/{PageHeadPanel-DsEeXTgj.js → PageHeadPanel-B2Uqf3zz.js} +2 -2
- package/dist/es/{Table-DNrZVI3t.js → Table-BcofWMU9.js} +7 -7
- package/dist/es/{ToolTips-BRjrysPf.js → ToolTips-CVkx0nFU.js} +3 -3
- package/dist/es/index.js +60 -60
- package/dist/es/{utils-B-n1yx0L.js → utils-vqG84sMo.js} +1 -1
- package/dist/es/{vendor-DkGhDRdQ.js → vendor-MMWA2y7U.js} +29 -28
- package/dist/index.css +1 -1
- package/dist/types/components/CascaderLoadMore/CascaderLoadMore.vue.d.ts +0 -3
- package/dist/types/components/CascaderLoadMore/index.d.ts +0 -6
- package/dist/types/components/DetailSubTitle/index.d.ts +1 -0
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +27 -0
- package/dist/types/components/DiyDataTable/index.d.ts +81 -0
- package/dist/types/components/DiyDataTable/type.d.ts +3 -1
- package/dist/types/components/Map/Map.vue.d.ts +4 -1
- package/dist/types/components/Map/function/drawPolygon.d.ts +1 -1
- package/dist/types/components/Map/function/renderPolygon.d.ts +20 -0
- package/dist/types/components/Map/function/ship/index.d.ts +1 -1
- package/dist/types/components/Map/function/ship/style.d.ts +5 -3
- package/dist/types/components/Map/index.d.ts +12 -3
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +64 -65
- package/package.json +2 -2
- package/dist/es/CascaderLoadMore-DFdDRygU.js +0 -283
- package/dist/es/Map-CmcmvvxF.js +0 -2363
|
@@ -72,7 +72,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
};
|
|
73
73
|
popperClass: {
|
|
74
74
|
type: StringConstructor;
|
|
75
|
-
default: string;
|
|
76
75
|
};
|
|
77
76
|
teleported: {
|
|
78
77
|
type: BooleanConstructor;
|
|
@@ -185,7 +184,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
185
184
|
};
|
|
186
185
|
popperClass: {
|
|
187
186
|
type: StringConstructor;
|
|
188
|
-
default: string;
|
|
189
187
|
};
|
|
190
188
|
teleported: {
|
|
191
189
|
type: BooleanConstructor;
|
|
@@ -210,7 +208,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
208
|
cascaderProps: CascaderProps;
|
|
211
209
|
placement: CascaderPlacementType;
|
|
212
210
|
trigger: CascaderTriggerType;
|
|
213
|
-
popperClass: string;
|
|
214
211
|
teleported: boolean;
|
|
215
212
|
noDataText: string;
|
|
216
213
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -69,7 +69,6 @@ export declare const ZhCascaderLoadMore: {
|
|
|
69
69
|
};
|
|
70
70
|
popperClass: {
|
|
71
71
|
type: StringConstructor;
|
|
72
|
-
default: string;
|
|
73
72
|
};
|
|
74
73
|
teleported: {
|
|
75
74
|
type: BooleanConstructor;
|
|
@@ -128,7 +127,6 @@ export declare const ZhCascaderLoadMore: {
|
|
|
128
127
|
cascaderProps: import('element-plus').CascaderProps;
|
|
129
128
|
placement: import('./types.ts').CascaderPlacementType;
|
|
130
129
|
trigger: import('./types.ts').CascaderTriggerType;
|
|
131
|
-
popperClass: string;
|
|
132
130
|
teleported: boolean;
|
|
133
131
|
noDataText: string;
|
|
134
132
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -207,7 +205,6 @@ export declare const ZhCascaderLoadMore: {
|
|
|
207
205
|
};
|
|
208
206
|
popperClass: {
|
|
209
207
|
type: StringConstructor;
|
|
210
|
-
default: string;
|
|
211
208
|
};
|
|
212
209
|
teleported: {
|
|
213
210
|
type: BooleanConstructor;
|
|
@@ -263,7 +260,6 @@ export declare const ZhCascaderLoadMore: {
|
|
|
263
260
|
cascaderProps: import('element-plus').CascaderProps;
|
|
264
261
|
placement: import('./types.ts').CascaderPlacementType;
|
|
265
262
|
trigger: import('./types.ts').CascaderTriggerType;
|
|
266
|
-
popperClass: string;
|
|
267
263
|
teleported: boolean;
|
|
268
264
|
noDataText: string;
|
|
269
265
|
}>;
|
|
@@ -339,7 +335,6 @@ export declare const ZhCascaderLoadMore: {
|
|
|
339
335
|
};
|
|
340
336
|
popperClass: {
|
|
341
337
|
type: StringConstructor;
|
|
342
|
-
default: string;
|
|
343
338
|
};
|
|
344
339
|
teleported: {
|
|
345
340
|
type: BooleanConstructor;
|
|
@@ -398,7 +393,6 @@ export declare const ZhCascaderLoadMore: {
|
|
|
398
393
|
cascaderProps: import('element-plus').CascaderProps;
|
|
399
394
|
placement: import('./types.ts').CascaderPlacementType;
|
|
400
395
|
trigger: import('./types.ts').CascaderTriggerType;
|
|
401
|
-
popperClass: string;
|
|
402
396
|
teleported: boolean;
|
|
403
397
|
noDataText: string;
|
|
404
398
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
|
|
@@ -77,6 +77,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
77
77
|
headerMaxlength?: number | undefined;
|
|
78
78
|
placeholder?: string | undefined;
|
|
79
79
|
required?: boolean | undefined;
|
|
80
|
+
requiredMessage?: string | undefined;
|
|
80
81
|
isEditHeader?: boolean | undefined;
|
|
81
82
|
isSameData?: boolean | undefined;
|
|
82
83
|
type?: DIY_DATA_TYPE | undefined;
|
|
@@ -465,6 +466,32 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
465
466
|
default?(_: {}): any;
|
|
466
467
|
};
|
|
467
468
|
}) | undefined>;
|
|
469
|
+
getColumns: () => {
|
|
470
|
+
prop: string;
|
|
471
|
+
label: string;
|
|
472
|
+
key?: (number | string) | undefined;
|
|
473
|
+
isAdd?: boolean | undefined;
|
|
474
|
+
width?: number | undefined;
|
|
475
|
+
minWidth?: number | undefined;
|
|
476
|
+
maxlength?: number | undefined;
|
|
477
|
+
headerMaxlength?: number | undefined;
|
|
478
|
+
placeholder?: string | undefined;
|
|
479
|
+
required?: boolean | undefined;
|
|
480
|
+
requiredMessage?: string | undefined;
|
|
481
|
+
isEditHeader?: boolean | undefined;
|
|
482
|
+
isSameData?: boolean | undefined;
|
|
483
|
+
type?: DIY_DATA_TYPE | undefined;
|
|
484
|
+
completeList?: string[] | undefined;
|
|
485
|
+
formatter?: ((value: string | DiyDataType) => string) | undefined;
|
|
486
|
+
showFormatter?: ((value: string) => string) | undefined;
|
|
487
|
+
parser?: ((value: string) => string) | undefined;
|
|
488
|
+
varidate?: ((value: string | number | undefined, row: DiyDataType, index: number) => true | string) | undefined;
|
|
489
|
+
fixed?: ("left" | "right") | undefined;
|
|
490
|
+
slot?: string | undefined;
|
|
491
|
+
isShow?: boolean | undefined;
|
|
492
|
+
isNewlyColumn?: boolean | undefined;
|
|
493
|
+
showWordLimit?: boolean | undefined;
|
|
494
|
+
}[];
|
|
468
495
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
469
496
|
rawData: {
|
|
470
497
|
required: true;
|
|
@@ -61,6 +61,7 @@ export declare const ZhDiyDataTable: {
|
|
|
61
61
|
headerMaxlength?: number | undefined;
|
|
62
62
|
placeholder?: string | undefined;
|
|
63
63
|
required?: boolean | undefined;
|
|
64
|
+
requiredMessage?: string | undefined;
|
|
64
65
|
isEditHeader?: boolean | undefined;
|
|
65
66
|
isSameData?: boolean | undefined;
|
|
66
67
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
@@ -447,6 +448,32 @@ export declare const ZhDiyDataTable: {
|
|
|
447
448
|
default?(_: {}): any;
|
|
448
449
|
};
|
|
449
450
|
}) | undefined>;
|
|
451
|
+
getColumns: () => {
|
|
452
|
+
prop: string;
|
|
453
|
+
label: string;
|
|
454
|
+
key?: (number | string) | undefined;
|
|
455
|
+
isAdd?: boolean | undefined;
|
|
456
|
+
width?: number | undefined;
|
|
457
|
+
minWidth?: number | undefined;
|
|
458
|
+
maxlength?: number | undefined;
|
|
459
|
+
headerMaxlength?: number | undefined;
|
|
460
|
+
placeholder?: string | undefined;
|
|
461
|
+
required?: boolean | undefined;
|
|
462
|
+
requiredMessage?: string | undefined;
|
|
463
|
+
isEditHeader?: boolean | undefined;
|
|
464
|
+
isSameData?: boolean | undefined;
|
|
465
|
+
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
466
|
+
completeList?: string[] | undefined;
|
|
467
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
468
|
+
showFormatter?: ((value: string) => string) | undefined;
|
|
469
|
+
parser?: ((value: string) => string) | undefined;
|
|
470
|
+
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
471
|
+
fixed?: ("left" | "right") | undefined;
|
|
472
|
+
slot?: string | undefined;
|
|
473
|
+
isShow?: boolean | undefined;
|
|
474
|
+
isNewlyColumn?: boolean | undefined;
|
|
475
|
+
showWordLimit?: boolean | undefined;
|
|
476
|
+
}[];
|
|
450
477
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
451
478
|
isEdit: boolean;
|
|
452
479
|
maxRowLength: number;
|
|
@@ -526,6 +553,7 @@ export declare const ZhDiyDataTable: {
|
|
|
526
553
|
headerMaxlength?: number | undefined;
|
|
527
554
|
placeholder?: string | undefined;
|
|
528
555
|
required?: boolean | undefined;
|
|
556
|
+
requiredMessage?: string | undefined;
|
|
529
557
|
isEditHeader?: boolean | undefined;
|
|
530
558
|
isSameData?: boolean | undefined;
|
|
531
559
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
@@ -912,6 +940,32 @@ export declare const ZhDiyDataTable: {
|
|
|
912
940
|
default?(_: {}): any;
|
|
913
941
|
};
|
|
914
942
|
}) | undefined>;
|
|
943
|
+
getColumns: () => {
|
|
944
|
+
prop: string;
|
|
945
|
+
label: string;
|
|
946
|
+
key?: (number | string) | undefined;
|
|
947
|
+
isAdd?: boolean | undefined;
|
|
948
|
+
width?: number | undefined;
|
|
949
|
+
minWidth?: number | undefined;
|
|
950
|
+
maxlength?: number | undefined;
|
|
951
|
+
headerMaxlength?: number | undefined;
|
|
952
|
+
placeholder?: string | undefined;
|
|
953
|
+
required?: boolean | undefined;
|
|
954
|
+
requiredMessage?: string | undefined;
|
|
955
|
+
isEditHeader?: boolean | undefined;
|
|
956
|
+
isSameData?: boolean | undefined;
|
|
957
|
+
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
958
|
+
completeList?: string[] | undefined;
|
|
959
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
960
|
+
showFormatter?: ((value: string) => string) | undefined;
|
|
961
|
+
parser?: ((value: string) => string) | undefined;
|
|
962
|
+
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
963
|
+
fixed?: ("left" | "right") | undefined;
|
|
964
|
+
slot?: string | undefined;
|
|
965
|
+
isShow?: boolean | undefined;
|
|
966
|
+
isNewlyColumn?: boolean | undefined;
|
|
967
|
+
showWordLimit?: boolean | undefined;
|
|
968
|
+
}[];
|
|
915
969
|
}, {}, {}, {}, {
|
|
916
970
|
isEdit: boolean;
|
|
917
971
|
maxRowLength: number;
|
|
@@ -988,6 +1042,7 @@ export declare const ZhDiyDataTable: {
|
|
|
988
1042
|
headerMaxlength?: number | undefined;
|
|
989
1043
|
placeholder?: string | undefined;
|
|
990
1044
|
required?: boolean | undefined;
|
|
1045
|
+
requiredMessage?: string | undefined;
|
|
991
1046
|
isEditHeader?: boolean | undefined;
|
|
992
1047
|
isSameData?: boolean | undefined;
|
|
993
1048
|
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
@@ -1374,6 +1429,32 @@ export declare const ZhDiyDataTable: {
|
|
|
1374
1429
|
default?(_: {}): any;
|
|
1375
1430
|
};
|
|
1376
1431
|
}) | undefined>;
|
|
1432
|
+
getColumns: () => {
|
|
1433
|
+
prop: string;
|
|
1434
|
+
label: string;
|
|
1435
|
+
key?: (number | string) | undefined;
|
|
1436
|
+
isAdd?: boolean | undefined;
|
|
1437
|
+
width?: number | undefined;
|
|
1438
|
+
minWidth?: number | undefined;
|
|
1439
|
+
maxlength?: number | undefined;
|
|
1440
|
+
headerMaxlength?: number | undefined;
|
|
1441
|
+
placeholder?: string | undefined;
|
|
1442
|
+
required?: boolean | undefined;
|
|
1443
|
+
requiredMessage?: string | undefined;
|
|
1444
|
+
isEditHeader?: boolean | undefined;
|
|
1445
|
+
isSameData?: boolean | undefined;
|
|
1446
|
+
type?: import('./type').DIY_DATA_TYPE | undefined;
|
|
1447
|
+
completeList?: string[] | undefined;
|
|
1448
|
+
formatter?: ((value: string | import('./type').DiyDataType) => string) | undefined;
|
|
1449
|
+
showFormatter?: ((value: string) => string) | undefined;
|
|
1450
|
+
parser?: ((value: string) => string) | undefined;
|
|
1451
|
+
varidate?: ((value: string | number | undefined, row: import('./type').DiyDataType, index: number) => true | string) | undefined;
|
|
1452
|
+
fixed?: ("left" | "right") | undefined;
|
|
1453
|
+
slot?: string | undefined;
|
|
1454
|
+
isShow?: boolean | undefined;
|
|
1455
|
+
isNewlyColumn?: boolean | undefined;
|
|
1456
|
+
showWordLimit?: boolean | undefined;
|
|
1457
|
+
}[];
|
|
1377
1458
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1378
1459
|
isEdit: boolean;
|
|
1379
1460
|
maxRowLength: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** 自定义数据项 */
|
|
2
|
-
export type DiyDataType = Record<string, string | number | undefined>;
|
|
2
|
+
export type DiyDataType = Record<string, string | number | undefined | boolean>;
|
|
3
3
|
/** 列类型 */
|
|
4
4
|
export declare enum DIY_DATA_TYPE {
|
|
5
5
|
/** 自动补全输入框 */
|
|
@@ -32,6 +32,8 @@ export type DiyDataTableColumnItem = {
|
|
|
32
32
|
placeholder?: string;
|
|
33
33
|
/** 是否必填 */
|
|
34
34
|
required?: boolean;
|
|
35
|
+
/** required 为 true 时,必填的提示语,不传则使用的 label + "不能为空", 非必填 **/
|
|
36
|
+
requiredMessage?: string;
|
|
35
37
|
/** 是否是可编辑表头 */
|
|
36
38
|
isEditHeader?: boolean;
|
|
37
39
|
/** 是否相同数据 */
|
|
@@ -70,10 +70,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
70
|
getState: () => any;
|
|
71
71
|
};
|
|
72
72
|
drawPolygon: {
|
|
73
|
-
open: () => any;
|
|
73
|
+
open: (...reset: any[]) => any;
|
|
74
74
|
close: () => any;
|
|
75
75
|
reset: () => any;
|
|
76
76
|
};
|
|
77
|
+
renderPolygon: {
|
|
78
|
+
createPolygon: (...rest: any[]) => any;
|
|
79
|
+
};
|
|
77
80
|
utils: {
|
|
78
81
|
getCalculateExtent: (...reset: any[]) => any;
|
|
79
82
|
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
@@ -2,7 +2,7 @@ import { Map } from 'ol';
|
|
|
2
2
|
import { PropsManager } from './props';
|
|
3
3
|
|
|
4
4
|
export declare const useDrawPolygonManager: (mapInstance: Map, propsManager: PropsManager) => {
|
|
5
|
-
open: () => void;
|
|
5
|
+
open: (type: string, callback: () => void) => void;
|
|
6
6
|
close: () => void;
|
|
7
7
|
reset: () => void;
|
|
8
8
|
getState: () => "close" | "open";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Feature, Map } from 'ol';
|
|
2
|
+
|
|
3
|
+
interface Coordinate {
|
|
4
|
+
lng: number;
|
|
5
|
+
lat: number;
|
|
6
|
+
}
|
|
7
|
+
interface styleOptions {
|
|
8
|
+
fillColor: string;
|
|
9
|
+
stokeColor: string;
|
|
10
|
+
}
|
|
11
|
+
interface polygonOptions {
|
|
12
|
+
id: string;
|
|
13
|
+
coordinates: Coordinate[];
|
|
14
|
+
isEdit: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const useRenderPolygonManager: (mapInstance: Map) => {
|
|
17
|
+
createPolygon: (polygonData: polygonOptions, options: styleOptions) => void;
|
|
18
|
+
createCircle: (center: Coordinate, radius: number) => Feature;
|
|
19
|
+
};
|
|
20
|
+
export {};
|
|
@@ -12,5 +12,5 @@ export declare const useShipManager: (mapInstance: MapOl) => {
|
|
|
12
12
|
clear: () => void;
|
|
13
13
|
setLableStatus: (shipStatus: boolean, followStatus: boolean, selectedStatus: boolean) => void;
|
|
14
14
|
handleShipMapEvent: import('lodash-es').DebouncedFunc<(shipsFeature: Feature | null, type: string, callback?: (id: string) => void) => void>;
|
|
15
|
-
changeShipScale: (
|
|
15
|
+
changeShipScale: () => void;
|
|
16
16
|
};
|
|
@@ -3,16 +3,18 @@ import { SHIP_DIRECT } from '../../meta/ship';
|
|
|
3
3
|
import { Feature, Map as MapOl } from 'ol';
|
|
4
4
|
import { Style } from 'ol/style';
|
|
5
5
|
|
|
6
|
-
export declare const getShipDirectPath: (ship: ShipInfoVo) => "" | SHIP_DIRECT.left | SHIP_DIRECT.right | SHIP_DIRECT.front;
|
|
7
6
|
type ShipType = 'ship' | 'triangle';
|
|
8
|
-
export declare const
|
|
7
|
+
export declare const getShipDirectPath: (ship: ShipInfoVo) => "" | SHIP_DIRECT.left | SHIP_DIRECT.right | SHIP_DIRECT.front;
|
|
8
|
+
export declare const styleCache: Map<string, Style>;
|
|
9
|
+
export declare const createShipStyle: (mapInstance: MapOl, feature: Feature) => Style | undefined;
|
|
9
10
|
export declare const getShipType: (mapInstance: MapOl) => ShipType;
|
|
10
11
|
export declare const getShipScale: (mapInstance: MapOl, shipData: ShipInfoVo, shipType: ShipType) => number;
|
|
11
12
|
/**
|
|
12
13
|
* 生成船只元素
|
|
13
14
|
* @param shipData
|
|
14
15
|
*/
|
|
15
|
-
export declare const
|
|
16
|
+
export declare const selectedStyleCache: Map<string, Style>;
|
|
17
|
+
export declare const selectedShipStyle: (mapInstance: MapOl, shipData: ShipInfoVo) => Style | undefined;
|
|
16
18
|
export declare const createLabelStyle: (mapInstance: MapOl, shipData: ShipInfoVo) => void;
|
|
17
19
|
export declare const createLabelElement: (shipData: ShipInfoVo) => HTMLDivElement;
|
|
18
20
|
export declare const getRightIcons: (ship: ShipInfoVo) => string[];
|
|
@@ -102,10 +102,13 @@ export declare const ZhMap: {
|
|
|
102
102
|
getState: () => any;
|
|
103
103
|
};
|
|
104
104
|
drawPolygon: {
|
|
105
|
-
open: () => any;
|
|
105
|
+
open: (...reset: any[]) => any;
|
|
106
106
|
close: () => any;
|
|
107
107
|
reset: () => any;
|
|
108
108
|
};
|
|
109
|
+
renderPolygon: {
|
|
110
|
+
createPolygon: (...rest: any[]) => any;
|
|
111
|
+
};
|
|
109
112
|
utils: {
|
|
110
113
|
getCalculateExtent: (...reset: any[]) => any;
|
|
111
114
|
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
@@ -232,10 +235,13 @@ export declare const ZhMap: {
|
|
|
232
235
|
getState: () => any;
|
|
233
236
|
};
|
|
234
237
|
drawPolygon: {
|
|
235
|
-
open: () => any;
|
|
238
|
+
open: (...reset: any[]) => any;
|
|
236
239
|
close: () => any;
|
|
237
240
|
reset: () => any;
|
|
238
241
|
};
|
|
242
|
+
renderPolygon: {
|
|
243
|
+
createPolygon: (...rest: any[]) => any;
|
|
244
|
+
};
|
|
239
245
|
utils: {
|
|
240
246
|
getCalculateExtent: (...reset: any[]) => any;
|
|
241
247
|
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
@@ -359,10 +365,13 @@ export declare const ZhMap: {
|
|
|
359
365
|
getState: () => any;
|
|
360
366
|
};
|
|
361
367
|
drawPolygon: {
|
|
362
|
-
open: () => any;
|
|
368
|
+
open: (...reset: any[]) => any;
|
|
363
369
|
close: () => any;
|
|
364
370
|
reset: () => any;
|
|
365
371
|
};
|
|
372
|
+
renderPolygon: {
|
|
373
|
+
createPolygon: (...rest: any[]) => any;
|
|
374
|
+
};
|
|
366
375
|
utils: {
|
|
367
376
|
getCalculateExtent: (...reset: any[]) => any;
|
|
368
377
|
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|