sat-earth 3.1.19 → 3.1.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.
@@ -1201,6 +1201,9 @@ export declare const components: (({
1201
1201
  type: globalThis.PropType<boolean>;
1202
1202
  default: boolean;
1203
1203
  };
1204
+ customOrder: {
1205
+ type: globalThis.PropType<string[]>;
1206
+ };
1204
1207
  }>> & Readonly<{
1205
1208
  onInitHooks?: (() => any) | undefined;
1206
1209
  onDestroyHooks?: (() => any) | undefined;
@@ -1237,6 +1240,9 @@ export declare const components: (({
1237
1240
  type: globalThis.PropType<boolean>;
1238
1241
  default: boolean;
1239
1242
  };
1243
+ customOrder: {
1244
+ type: globalThis.PropType<string[]>;
1245
+ };
1240
1246
  }>> & Readonly<{
1241
1247
  onInitHooks?: (() => any) | undefined;
1242
1248
  onDestroyHooks?: (() => any) | undefined;
@@ -1263,6 +1269,9 @@ export declare const components: (({
1263
1269
  type: globalThis.PropType<boolean>;
1264
1270
  default: boolean;
1265
1271
  };
1272
+ customOrder: {
1273
+ type: globalThis.PropType<string[]>;
1274
+ };
1266
1275
  }>> & Readonly<{
1267
1276
  onInitHooks?: (() => any) | undefined;
1268
1277
  onDestroyHooks?: (() => any) | undefined;
@@ -1297,6 +1306,9 @@ export declare const components: (({
1297
1306
  type: globalThis.PropType<boolean>;
1298
1307
  default: boolean;
1299
1308
  };
1309
+ customOrder: {
1310
+ type: globalThis.PropType<string[]>;
1311
+ };
1300
1312
  }>> & Readonly<{
1301
1313
  onInitHooks?: (() => any) | undefined;
1302
1314
  onDestroyHooks?: (() => any) | undefined;
@@ -1333,6 +1345,9 @@ export declare const components: (({
1333
1345
  type: globalThis.PropType<boolean>;
1334
1346
  default: boolean;
1335
1347
  };
1348
+ customOrder: {
1349
+ type: globalThis.PropType<string[]>;
1350
+ };
1336
1351
  }>> & Readonly<{
1337
1352
  onInitHooks?: (() => any) | undefined;
1338
1353
  onDestroyHooks?: (() => any) | undefined;
@@ -1359,6 +1374,9 @@ export declare const components: (({
1359
1374
  type: globalThis.PropType<boolean>;
1360
1375
  default: boolean;
1361
1376
  };
1377
+ customOrder: {
1378
+ type: globalThis.PropType<string[]>;
1379
+ };
1362
1380
  }>> & Readonly<{
1363
1381
  onInitHooks?: (() => any) | undefined;
1364
1382
  onDestroyHooks?: (() => any) | undefined;
@@ -4,12 +4,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
4
4
  customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
5
5
  unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
6
6
  merge?: boolean | undefined;
7
+ customOrder?: string[] | undefined;
7
8
  }>, {
8
9
  merge: boolean;
9
10
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
11
  customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
11
12
  unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
12
13
  merge?: boolean | undefined;
14
+ customOrder?: string[] | undefined;
13
15
  }>, {
14
16
  merge: boolean;
15
17
  }>>> & Readonly<{}>, {
@@ -4,6 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
4
4
  customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
5
5
  unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
6
6
  merge?: boolean | undefined;
7
+ customOrder?: string[] | undefined;
7
8
  }>, {
8
9
  merge: boolean;
9
10
  unabledPlotSourceKeys: () => never[];
@@ -18,6 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
18
19
  customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
19
20
  unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
20
21
  merge?: boolean | undefined;
22
+ customOrder?: string[] | undefined;
21
23
  }>, {
22
24
  merge: boolean;
23
25
  unabledPlotSourceKeys: () => never[];
@@ -5,6 +5,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
5
5
  customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
6
6
  unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
7
7
  merge?: boolean | undefined;
8
+ customOrder?: string[] | undefined;
8
9
  }>, {
9
10
  merge: boolean;
10
11
  unabledPlotSourceKeys: () => never[];
@@ -17,6 +18,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
17
18
  customPlotSource?: globalThis.MaybeRef<PlotSource> | undefined;
18
19
  unabledPlotSourceKeys?: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[] | undefined;
19
20
  merge?: boolean | undefined;
21
+ customOrder?: string[] | undefined;
20
22
  }>, {
21
23
  merge: boolean;
22
24
  unabledPlotSourceKeys: () => never[];
@@ -14,6 +14,9 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<{
14
14
  type: globalThis.PropType<boolean>;
15
15
  default: boolean;
16
16
  };
17
+ customOrder: {
18
+ type: globalThis.PropType<string[]>;
19
+ };
17
20
  }>> & Readonly<{
18
21
  onInitHooks?: (() => any) | undefined;
19
22
  onDestroyHooks?: (() => any) | undefined;
@@ -50,6 +53,9 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<{
50
53
  type: globalThis.PropType<boolean>;
51
54
  default: boolean;
52
55
  };
56
+ customOrder: {
57
+ type: globalThis.PropType<string[]>;
58
+ };
53
59
  }>> & Readonly<{
54
60
  onInitHooks?: (() => any) | undefined;
55
61
  onDestroyHooks?: (() => any) | undefined;
@@ -76,6 +82,9 @@ declare const SatPlot: import('../../utils/installer').SFCWithInstall<{
76
82
  type: globalThis.PropType<boolean>;
77
83
  default: boolean;
78
84
  };
85
+ customOrder: {
86
+ type: globalThis.PropType<string[]>;
87
+ };
79
88
  }>> & Readonly<{
80
89
  onInitHooks?: (() => any) | undefined;
81
90
  onDestroyHooks?: (() => any) | undefined;
@@ -14,7 +14,8 @@ export declare class Plot {
14
14
  stopDraw(): void;
15
15
  getGeoJson(target?: any): any;
16
16
  sendGetList(): void;
17
- addStorage(): void;
17
+ addStorage: import('lodash').DebouncedFunc<() => void>;
18
+ _addStorageInner(): void;
18
19
  loadGeoJSON(jsonObj: any, options: loadGeoJSONOptions): void;
19
20
  hasEdit(val: boolean): void;
20
21
  hasPopup(val: boolean): void;