sat-earth 3.1.15 → 3.1.17

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 (43) hide show
  1. package/README.md +49 -49
  2. package/dist/dts/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +18 -11
  3. package/dist/dts/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +6 -8
  4. package/dist/dts/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +2 -2
  5. package/dist/dts/components/analysis-spatial/index.d.ts +6 -6
  6. package/dist/dts/components/components.d.ts +173 -143
  7. package/dist/dts/components/globe/SatGlobe.vue.d.ts +14 -16
  8. package/dist/dts/components/globe/index.d.ts +3 -3
  9. package/dist/dts/components/location/SatLocation.vue.d.ts +8 -10
  10. package/dist/dts/components/location/SatLocationMain.vue.d.ts +6 -8
  11. package/dist/dts/components/location/SatRegionLevel.vue.d.ts +2 -2
  12. package/dist/dts/components/location/index.d.ts +3 -3
  13. package/dist/dts/components/location/usePathPlan.d.ts +4 -4
  14. package/dist/dts/components/measure/SatMeasure.vue.d.ts +4 -6
  15. package/dist/dts/components/measure/index.d.ts +3 -3
  16. package/dist/dts/components/menu/SatMenu.vue.d.ts +2 -4
  17. package/dist/dts/components/menu/SatMenuMain.vue.d.ts +5 -7
  18. package/dist/dts/components/menu/index.d.ts +3 -3
  19. package/dist/dts/components/menu/tree/SatMenuTree.vue.d.ts +6 -6
  20. package/dist/dts/components/menu/tree/index.d.ts +6 -6
  21. package/dist/dts/components/panel/SatPanel.vue.d.ts +4 -6
  22. package/dist/dts/components/panel/index.d.ts +9 -9
  23. package/dist/dts/components/picture/SatPicture.vue.d.ts +14 -7
  24. package/dist/dts/components/picture/index.d.ts +24 -9
  25. package/dist/dts/components/plot/PlotSourceList.vue.d.ts +6 -7
  26. package/dist/dts/components/plot/SatPlot.vue.d.ts +11 -14
  27. package/dist/dts/components/plot/SatPlotMain.vue.d.ts +6 -6
  28. package/dist/dts/components/plot/index.d.ts +6 -6
  29. package/dist/dts/components/roam/SatRoam.vue.d.ts +4 -6
  30. package/dist/dts/components/roam/index.d.ts +3 -3
  31. package/dist/dts/components/source/SatSource.vue.d.ts +4 -6
  32. package/dist/dts/components/source/index.d.ts +6 -6
  33. package/dist/dts/components/task-view/SatTaskView.vue.d.ts +4 -6
  34. package/dist/dts/components/task-view/index.d.ts +6 -6
  35. package/dist/dts/config/injectKeys.d.ts +3 -3
  36. package/dist/dts/hooks/useAbsoluteDraggable.d.ts +5 -2
  37. package/dist/dts/hooks/useLoading.d.ts +33 -21
  38. package/dist/dts/types/global.d.ts +12 -12
  39. package/dist/dts/types/module.d.ts +8 -8
  40. package/dist/dts/utils/is.d.ts +3 -3
  41. package/dist/sat-earth.mjs +3709 -3703
  42. package/dist/style.css +1 -1
  43. package/package.json +84 -84
@@ -61,9 +61,9 @@ export declare const components: (({
61
61
  eleId: string;
62
62
  satMapOptions: import('../main').SatMapOptions;
63
63
  }>;
64
- __isFragment?: never;
65
- __isTeleport?: never;
66
- __isSuspense?: never;
64
+ __isFragment?: undefined;
65
+ __isTeleport?: undefined;
66
+ __isSuspense?: undefined;
67
67
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
68
68
  offsetTop: {
69
69
  type: globalThis.PropType<number>;
@@ -158,9 +158,9 @@ export declare const components: (({
158
158
  eleId: string;
159
159
  satMapOptions: import('../main').SatMapOptions;
160
160
  }>;
161
- __isFragment?: never;
162
- __isTeleport?: never;
163
- __isSuspense?: never;
161
+ __isFragment?: undefined;
162
+ __isTeleport?: undefined;
163
+ __isSuspense?: undefined;
164
164
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
165
165
  offsetTop: {
166
166
  type: globalThis.PropType<number>;
@@ -192,14 +192,14 @@ export declare const components: (({
192
192
  $slots: {
193
193
  default?(_: {}): any;
194
194
  };
195
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
195
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
196
196
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
197
197
  treeData: {
198
- type: PropType<Array<import('./menu').SatMenuItem>>;
199
- default: () => Array<import('./menu').SatMenuItem>;
198
+ type: globalThis.PropType<import('./menu').SatMenuItem[]>;
199
+ default: () => import('./menu').SatMenuItem[];
200
200
  };
201
201
  showType: {
202
- type: PropType<"enabled" | "default">;
202
+ type: globalThis.PropType<"default" | "enabled">;
203
203
  default: () => string;
204
204
  };
205
205
  custom: {
@@ -225,11 +225,11 @@ export declare const components: (({
225
225
  Defaults: {};
226
226
  }, Readonly<globalThis.ExtractPropTypes<{
227
227
  treeData: {
228
- type: PropType<Array<import('./menu').SatMenuItem>>;
229
- default: () => Array<import('./menu').SatMenuItem>;
228
+ type: globalThis.PropType<import('./menu').SatMenuItem[]>;
229
+ default: () => import('./menu').SatMenuItem[];
230
230
  };
231
231
  showType: {
232
- type: PropType<"enabled" | "default">;
232
+ type: globalThis.PropType<"default" | "enabled">;
233
233
  default: () => string;
234
234
  };
235
235
  custom: {
@@ -244,16 +244,16 @@ export declare const components: (({
244
244
  treeData: import('./menu').SatMenuItem[];
245
245
  showType: "default" | "enabled";
246
246
  }>;
247
- __isFragment?: never;
248
- __isTeleport?: never;
249
- __isSuspense?: never;
247
+ __isFragment?: undefined;
248
+ __isTeleport?: undefined;
249
+ __isSuspense?: undefined;
250
250
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
251
251
  treeData: {
252
- type: PropType<Array<import('./menu').SatMenuItem>>;
253
- default: () => Array<import('./menu').SatMenuItem>;
252
+ type: globalThis.PropType<import('./menu').SatMenuItem[]>;
253
+ default: () => import('./menu').SatMenuItem[];
254
254
  };
255
255
  showType: {
256
- type: PropType<"enabled" | "default">;
256
+ type: globalThis.PropType<"default" | "enabled">;
257
257
  default: () => string;
258
258
  };
259
259
  custom: {
@@ -273,11 +273,11 @@ export declare const components: (({
273
273
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').ObjectPlugin<any[]>) | ({
274
274
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
275
275
  treeData: {
276
- type: PropType<Array<import('./menu').SatMenuItem>>;
277
- default: () => Array<import('./menu').SatMenuItem>;
276
+ type: globalThis.PropType<import('./menu').SatMenuItem[]>;
277
+ default: () => import('./menu').SatMenuItem[];
278
278
  };
279
279
  showType: {
280
- type: PropType<"enabled" | "default">;
280
+ type: globalThis.PropType<"default" | "enabled">;
281
281
  default: () => string;
282
282
  };
283
283
  custom: {
@@ -303,11 +303,11 @@ export declare const components: (({
303
303
  Defaults: {};
304
304
  }, Readonly<globalThis.ExtractPropTypes<{
305
305
  treeData: {
306
- type: PropType<Array<import('./menu').SatMenuItem>>;
307
- default: () => Array<import('./menu').SatMenuItem>;
306
+ type: globalThis.PropType<import('./menu').SatMenuItem[]>;
307
+ default: () => import('./menu').SatMenuItem[];
308
308
  };
309
309
  showType: {
310
- type: PropType<"enabled" | "default">;
310
+ type: globalThis.PropType<"default" | "enabled">;
311
311
  default: () => string;
312
312
  };
313
313
  custom: {
@@ -322,16 +322,16 @@ export declare const components: (({
322
322
  treeData: import('./menu').SatMenuItem[];
323
323
  showType: "default" | "enabled";
324
324
  }>;
325
- __isFragment?: never;
326
- __isTeleport?: never;
327
- __isSuspense?: never;
325
+ __isFragment?: undefined;
326
+ __isTeleport?: undefined;
327
+ __isSuspense?: undefined;
328
328
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
329
329
  treeData: {
330
- type: PropType<Array<import('./menu').SatMenuItem>>;
331
- default: () => Array<import('./menu').SatMenuItem>;
330
+ type: globalThis.PropType<import('./menu').SatMenuItem[]>;
331
+ default: () => import('./menu').SatMenuItem[];
332
332
  };
333
333
  showType: {
334
- type: PropType<"enabled" | "default">;
334
+ type: globalThis.PropType<"default" | "enabled">;
335
335
  default: () => string;
336
336
  };
337
337
  custom: {
@@ -348,10 +348,10 @@ export declare const components: (({
348
348
  custom: boolean;
349
349
  treeData: import('./menu').SatMenuItem[];
350
350
  showType: "default" | "enabled";
351
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
351
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
352
352
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
353
353
  layers: {
354
- type: PropType<import('./source').SatLayer[]>;
354
+ type: globalThis.PropType<import('./source').SatLayer[]>;
355
355
  default: () => never[];
356
356
  };
357
357
  }>> & Readonly<{
@@ -371,7 +371,7 @@ export declare const components: (({
371
371
  Defaults: {};
372
372
  }, Readonly<globalThis.ExtractPropTypes<{
373
373
  layers: {
374
- type: PropType<import('./source').SatLayer[]>;
374
+ type: globalThis.PropType<import('./source').SatLayer[]>;
375
375
  default: () => never[];
376
376
  };
377
377
  }>> & Readonly<{
@@ -380,12 +380,12 @@ export declare const components: (({
380
380
  }>, {}, {}, {}, {}, {
381
381
  layers: import('./source').SatLayer[];
382
382
  }>;
383
- __isFragment?: never;
384
- __isTeleport?: never;
385
- __isSuspense?: never;
383
+ __isFragment?: undefined;
384
+ __isTeleport?: undefined;
385
+ __isSuspense?: undefined;
386
386
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
387
387
  layers: {
388
- type: PropType<import('./source').SatLayer[]>;
388
+ type: globalThis.PropType<import('./source').SatLayer[]>;
389
389
  default: () => never[];
390
390
  };
391
391
  }>> & Readonly<{
@@ -403,7 +403,7 @@ export declare const components: (({
403
403
  }) & import('vue').ObjectPlugin<any[]>) | ({
404
404
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
405
405
  layers: {
406
- type: PropType<import('./source').SatLayer[]>;
406
+ type: globalThis.PropType<import('./source').SatLayer[]>;
407
407
  default: () => never[];
408
408
  };
409
409
  }>> & Readonly<{
@@ -423,7 +423,7 @@ export declare const components: (({
423
423
  Defaults: {};
424
424
  }, Readonly<globalThis.ExtractPropTypes<{
425
425
  layers: {
426
- type: PropType<import('./source').SatLayer[]>;
426
+ type: globalThis.PropType<import('./source').SatLayer[]>;
427
427
  default: () => never[];
428
428
  };
429
429
  }>> & Readonly<{
@@ -432,12 +432,12 @@ export declare const components: (({
432
432
  }>, {}, {}, {}, {}, {
433
433
  layers: import('./source').SatLayer[];
434
434
  }>;
435
- __isFragment?: never;
436
- __isTeleport?: never;
437
- __isSuspense?: never;
435
+ __isFragment?: undefined;
436
+ __isTeleport?: undefined;
437
+ __isSuspense?: undefined;
438
438
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
439
439
  layers: {
440
- type: PropType<import('./source').SatLayer[]>;
440
+ type: globalThis.PropType<import('./source').SatLayer[]>;
441
441
  default: () => never[];
442
442
  };
443
443
  }>> & Readonly<{
@@ -452,7 +452,7 @@ export declare const components: (({
452
452
  $slots: {
453
453
  default?(_: {}): any;
454
454
  };
455
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
455
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
456
456
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
457
457
  title: {
458
458
  type: StringConstructor;
@@ -463,7 +463,7 @@ export declare const components: (({
463
463
  default: boolean;
464
464
  };
465
465
  dragInitialValue: {
466
- type: PropType<import('./panel').SatPanelPosition | undefined>;
466
+ type: globalThis.PropType<import('./panel').SatPanelPosition | undefined>;
467
467
  default: () => {
468
468
  x: number;
469
469
  y: number;
@@ -474,7 +474,7 @@ export declare const components: (({
474
474
  default: boolean;
475
475
  };
476
476
  windowSize: {
477
- type: PropType<"Maximize" | "Nomal">;
477
+ type: globalThis.PropType<"Maximize" | "Nomal">;
478
478
  default: string;
479
479
  };
480
480
  isMinimize: {
@@ -519,7 +519,7 @@ export declare const components: (({
519
519
  default: boolean;
520
520
  };
521
521
  dragInitialValue: {
522
- type: PropType<import('./panel').SatPanelPosition | undefined>;
522
+ type: globalThis.PropType<import('./panel').SatPanelPosition | undefined>;
523
523
  default: () => {
524
524
  x: number;
525
525
  y: number;
@@ -530,7 +530,7 @@ export declare const components: (({
530
530
  default: boolean;
531
531
  };
532
532
  windowSize: {
533
- type: PropType<"Maximize" | "Nomal">;
533
+ type: globalThis.PropType<"Maximize" | "Nomal">;
534
534
  default: string;
535
535
  };
536
536
  isMinimize: {
@@ -559,9 +559,9 @@ export declare const components: (({
559
559
  minimizeEvent: Function;
560
560
  closeEvent: Function;
561
561
  }>;
562
- __isFragment?: never;
563
- __isTeleport?: never;
564
- __isSuspense?: never;
562
+ __isFragment?: undefined;
563
+ __isTeleport?: undefined;
564
+ __isSuspense?: undefined;
565
565
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
566
566
  title: {
567
567
  type: StringConstructor;
@@ -572,7 +572,7 @@ export declare const components: (({
572
572
  default: boolean;
573
573
  };
574
574
  dragInitialValue: {
575
- type: PropType<import('./panel').SatPanelPosition | undefined>;
575
+ type: globalThis.PropType<import('./panel').SatPanelPosition | undefined>;
576
576
  default: () => {
577
577
  x: number;
578
578
  y: number;
@@ -583,7 +583,7 @@ export declare const components: (({
583
583
  default: boolean;
584
584
  };
585
585
  windowSize: {
586
- type: PropType<"Maximize" | "Nomal">;
586
+ type: globalThis.PropType<"Maximize" | "Nomal">;
587
587
  default: string;
588
588
  };
589
589
  isMinimize: {
@@ -626,7 +626,7 @@ export declare const components: (({
626
626
  default: boolean;
627
627
  };
628
628
  dragInitialValue: {
629
- type: PropType<import('./panel').SatPanelPosition | undefined>;
629
+ type: globalThis.PropType<import('./panel').SatPanelPosition | undefined>;
630
630
  default: () => {
631
631
  x: number;
632
632
  y: number;
@@ -637,7 +637,7 @@ export declare const components: (({
637
637
  default: boolean;
638
638
  };
639
639
  windowSize: {
640
- type: PropType<"Maximize" | "Nomal">;
640
+ type: globalThis.PropType<"Maximize" | "Nomal">;
641
641
  default: string;
642
642
  };
643
643
  isMinimize: {
@@ -682,7 +682,7 @@ export declare const components: (({
682
682
  default: boolean;
683
683
  };
684
684
  dragInitialValue: {
685
- type: PropType<import('./panel').SatPanelPosition | undefined>;
685
+ type: globalThis.PropType<import('./panel').SatPanelPosition | undefined>;
686
686
  default: () => {
687
687
  x: number;
688
688
  y: number;
@@ -693,7 +693,7 @@ export declare const components: (({
693
693
  default: boolean;
694
694
  };
695
695
  windowSize: {
696
- type: PropType<"Maximize" | "Nomal">;
696
+ type: globalThis.PropType<"Maximize" | "Nomal">;
697
697
  default: string;
698
698
  };
699
699
  isMinimize: {
@@ -722,9 +722,9 @@ export declare const components: (({
722
722
  minimizeEvent: Function;
723
723
  closeEvent: Function;
724
724
  }>;
725
- __isFragment?: never;
726
- __isTeleport?: never;
727
- __isSuspense?: never;
725
+ __isFragment?: undefined;
726
+ __isTeleport?: undefined;
727
+ __isSuspense?: undefined;
728
728
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
729
729
  title: {
730
730
  type: StringConstructor;
@@ -735,7 +735,7 @@ export declare const components: (({
735
735
  default: boolean;
736
736
  };
737
737
  dragInitialValue: {
738
- type: PropType<import('./panel').SatPanelPosition | undefined>;
738
+ type: globalThis.PropType<import('./panel').SatPanelPosition | undefined>;
739
739
  default: () => {
740
740
  x: number;
741
741
  y: number;
@@ -746,7 +746,7 @@ export declare const components: (({
746
746
  default: boolean;
747
747
  };
748
748
  windowSize: {
749
- type: PropType<"Maximize" | "Nomal">;
749
+ type: globalThis.PropType<"Maximize" | "Nomal">;
750
750
  default: string;
751
751
  };
752
752
  isMinimize: {
@@ -778,7 +778,7 @@ export declare const components: (({
778
778
  $slots: {
779
779
  default?(_: {}): any;
780
780
  };
781
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
781
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
782
782
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
783
783
  areasJsonPerfix: {
784
784
  type: globalThis.PropType<string>;
@@ -804,9 +804,9 @@ export declare const components: (({
804
804
  onInitHooks?: (() => any) | undefined;
805
805
  onDestroyHooks?: (() => any) | undefined;
806
806
  }>, {}, {}, {}, {}, {}>;
807
- __isFragment?: never;
808
- __isTeleport?: never;
809
- __isSuspense?: never;
807
+ __isFragment?: undefined;
808
+ __isTeleport?: undefined;
809
+ __isSuspense?: undefined;
810
810
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
811
811
  areasJsonPerfix: {
812
812
  type: globalThis.PropType<string>;
@@ -849,9 +849,9 @@ export declare const components: (({
849
849
  onInitHooks?: (() => any) | undefined;
850
850
  onDestroyHooks?: (() => any) | undefined;
851
851
  }>, {}, {}, {}, {}, {}>;
852
- __isFragment?: never;
853
- __isTeleport?: never;
854
- __isSuspense?: never;
852
+ __isFragment?: undefined;
853
+ __isTeleport?: undefined;
854
+ __isSuspense?: undefined;
855
855
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
856
856
  areasJsonPerfix: {
857
857
  type: globalThis.PropType<string>;
@@ -868,7 +868,7 @@ export declare const components: (({
868
868
  poi?(_: {}): any;
869
869
  path?(_: {}): any;
870
870
  };
871
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
871
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
872
872
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
873
873
  onInitHooks?: (() => any) | undefined;
874
874
  onDestroyHooks?: (() => any) | undefined;
@@ -886,9 +886,9 @@ export declare const components: (({
886
886
  onInitHooks?: (() => any) | undefined;
887
887
  onDestroyHooks?: (() => any) | undefined;
888
888
  }>, {}, {}, {}, {}, {}>;
889
- __isFragment?: never;
890
- __isTeleport?: never;
891
- __isSuspense?: never;
889
+ __isFragment?: undefined;
890
+ __isTeleport?: undefined;
891
+ __isSuspense?: undefined;
892
892
  } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
893
893
  onInitHooks?: (() => any) | undefined;
894
894
  onDestroyHooks?: (() => any) | undefined;
@@ -917,9 +917,9 @@ export declare const components: (({
917
917
  onInitHooks?: (() => any) | undefined;
918
918
  onDestroyHooks?: (() => any) | undefined;
919
919
  }>, {}, {}, {}, {}, {}>;
920
- __isFragment?: never;
921
- __isTeleport?: never;
922
- __isSuspense?: never;
920
+ __isFragment?: undefined;
921
+ __isTeleport?: undefined;
922
+ __isSuspense?: undefined;
923
923
  } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
924
924
  onInitHooks?: (() => any) | undefined;
925
925
  onDestroyHooks?: (() => any) | undefined;
@@ -930,7 +930,7 @@ export declare const components: (({
930
930
  $slots: {
931
931
  default?(_: {}): any;
932
932
  };
933
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
933
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
934
934
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
935
935
  isIncludeDiv: {
936
936
  type: BooleanConstructor;
@@ -944,19 +944,23 @@ export declare const components: (({
944
944
  };
945
945
  };
946
946
  divChildFilter: {
947
- type: PropType<(node: Element) => boolean>;
947
+ type: globalThis.PropType<(node: Element) => boolean>;
948
948
  default: (node: Element) => true;
949
949
  };
950
950
  fileName: {
951
951
  type: StringConstructor;
952
952
  default: () => string;
953
953
  };
954
+ autoDownload: {
955
+ type: BooleanConstructor;
956
+ default: () => boolean;
957
+ };
954
958
  }>> & Readonly<{
955
959
  onDownload?: ((value?: string | undefined) => any) | undefined;
956
960
  onInitHooks?: (() => any) | undefined;
957
961
  onDestroyHooks?: (() => any) | undefined;
958
962
  }>, {
959
- getImageEditor: () => Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
963
+ getImageEditor: () => globalThis.Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined, import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
960
964
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
961
965
  initHooks: () => void;
962
966
  destroyHooks: () => void;
@@ -965,6 +969,7 @@ export declare const components: (({
965
969
  isIncludeDiv: boolean;
966
970
  divChildFilter: (node: Element) => boolean;
967
971
  fileName: string;
972
+ autoDownload: boolean;
968
973
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
969
974
  P: {};
970
975
  B: {};
@@ -985,27 +990,32 @@ export declare const components: (({
985
990
  };
986
991
  };
987
992
  divChildFilter: {
988
- type: PropType<(node: Element) => boolean>;
993
+ type: globalThis.PropType<(node: Element) => boolean>;
989
994
  default: (node: Element) => true;
990
995
  };
991
996
  fileName: {
992
997
  type: StringConstructor;
993
998
  default: () => string;
994
999
  };
1000
+ autoDownload: {
1001
+ type: BooleanConstructor;
1002
+ default: () => boolean;
1003
+ };
995
1004
  }>> & Readonly<{
996
1005
  onDownload?: ((value?: string | undefined) => any) | undefined;
997
1006
  onInitHooks?: (() => any) | undefined;
998
1007
  onDestroyHooks?: (() => any) | undefined;
999
1008
  }>, {
1000
- getImageEditor: () => Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1009
+ getImageEditor: () => globalThis.Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined, import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1001
1010
  }, {}, {}, {}, {
1002
1011
  isIncludeDiv: boolean;
1003
1012
  divChildFilter: (node: Element) => boolean;
1004
1013
  fileName: string;
1014
+ autoDownload: boolean;
1005
1015
  }>;
1006
- __isFragment?: never;
1007
- __isTeleport?: never;
1008
- __isSuspense?: never;
1016
+ __isFragment?: undefined;
1017
+ __isTeleport?: undefined;
1018
+ __isSuspense?: undefined;
1009
1019
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1010
1020
  isIncludeDiv: {
1011
1021
  type: BooleanConstructor;
@@ -1019,19 +1029,23 @@ export declare const components: (({
1019
1029
  };
1020
1030
  };
1021
1031
  divChildFilter: {
1022
- type: PropType<(node: Element) => boolean>;
1032
+ type: globalThis.PropType<(node: Element) => boolean>;
1023
1033
  default: (node: Element) => true;
1024
1034
  };
1025
1035
  fileName: {
1026
1036
  type: StringConstructor;
1027
1037
  default: () => string;
1028
1038
  };
1039
+ autoDownload: {
1040
+ type: BooleanConstructor;
1041
+ default: () => boolean;
1042
+ };
1029
1043
  }>> & Readonly<{
1030
1044
  onDownload?: ((value?: string | undefined) => any) | undefined;
1031
1045
  onInitHooks?: (() => any) | undefined;
1032
1046
  onDestroyHooks?: (() => any) | undefined;
1033
1047
  }>, {
1034
- getImageEditor: () => Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1048
+ getImageEditor: () => globalThis.Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined, import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1035
1049
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1036
1050
  initHooks: () => void;
1037
1051
  destroyHooks: () => void;
@@ -1040,6 +1054,7 @@ export declare const components: (({
1040
1054
  isIncludeDiv: boolean;
1041
1055
  divChildFilter: (node: Element) => boolean;
1042
1056
  fileName: string;
1057
+ autoDownload: boolean;
1043
1058
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1044
1059
  $slots: {
1045
1060
  default?(_: {}): any;
@@ -1058,19 +1073,23 @@ export declare const components: (({
1058
1073
  };
1059
1074
  };
1060
1075
  divChildFilter: {
1061
- type: PropType<(node: Element) => boolean>;
1076
+ type: globalThis.PropType<(node: Element) => boolean>;
1062
1077
  default: (node: Element) => true;
1063
1078
  };
1064
1079
  fileName: {
1065
1080
  type: StringConstructor;
1066
1081
  default: () => string;
1067
1082
  };
1083
+ autoDownload: {
1084
+ type: BooleanConstructor;
1085
+ default: () => boolean;
1086
+ };
1068
1087
  }>> & Readonly<{
1069
1088
  onDownload?: ((value?: string | undefined) => any) | undefined;
1070
1089
  onInitHooks?: (() => any) | undefined;
1071
1090
  onDestroyHooks?: (() => any) | undefined;
1072
1091
  }>, {
1073
- getImageEditor: () => Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1092
+ getImageEditor: () => globalThis.Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined, import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1074
1093
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1075
1094
  initHooks: () => void;
1076
1095
  destroyHooks: () => void;
@@ -1079,6 +1098,7 @@ export declare const components: (({
1079
1098
  isIncludeDiv: boolean;
1080
1099
  divChildFilter: (node: Element) => boolean;
1081
1100
  fileName: string;
1101
+ autoDownload: boolean;
1082
1102
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1083
1103
  P: {};
1084
1104
  B: {};
@@ -1099,27 +1119,32 @@ export declare const components: (({
1099
1119
  };
1100
1120
  };
1101
1121
  divChildFilter: {
1102
- type: PropType<(node: Element) => boolean>;
1122
+ type: globalThis.PropType<(node: Element) => boolean>;
1103
1123
  default: (node: Element) => true;
1104
1124
  };
1105
1125
  fileName: {
1106
1126
  type: StringConstructor;
1107
1127
  default: () => string;
1108
1128
  };
1129
+ autoDownload: {
1130
+ type: BooleanConstructor;
1131
+ default: () => boolean;
1132
+ };
1109
1133
  }>> & Readonly<{
1110
1134
  onDownload?: ((value?: string | undefined) => any) | undefined;
1111
1135
  onInitHooks?: (() => any) | undefined;
1112
1136
  onDestroyHooks?: (() => any) | undefined;
1113
1137
  }>, {
1114
- getImageEditor: () => Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1138
+ getImageEditor: () => globalThis.Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined, import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1115
1139
  }, {}, {}, {}, {
1116
1140
  isIncludeDiv: boolean;
1117
1141
  divChildFilter: (node: Element) => boolean;
1118
1142
  fileName: string;
1143
+ autoDownload: boolean;
1119
1144
  }>;
1120
- __isFragment?: never;
1121
- __isTeleport?: never;
1122
- __isSuspense?: never;
1145
+ __isFragment?: undefined;
1146
+ __isTeleport?: undefined;
1147
+ __isSuspense?: undefined;
1123
1148
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1124
1149
  isIncludeDiv: {
1125
1150
  type: BooleanConstructor;
@@ -1133,19 +1158,23 @@ export declare const components: (({
1133
1158
  };
1134
1159
  };
1135
1160
  divChildFilter: {
1136
- type: PropType<(node: Element) => boolean>;
1161
+ type: globalThis.PropType<(node: Element) => boolean>;
1137
1162
  default: (node: Element) => true;
1138
1163
  };
1139
1164
  fileName: {
1140
1165
  type: StringConstructor;
1141
1166
  default: () => string;
1142
1167
  };
1168
+ autoDownload: {
1169
+ type: BooleanConstructor;
1170
+ default: () => boolean;
1171
+ };
1143
1172
  }>> & Readonly<{
1144
1173
  onDownload?: ((value?: string | undefined) => any) | undefined;
1145
1174
  onInitHooks?: (() => any) | undefined;
1146
1175
  onDestroyHooks?: (() => any) | undefined;
1147
1176
  }>, {
1148
- getImageEditor: () => Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1177
+ getImageEditor: () => globalThis.Ref<import('./_private/TheImageEditor').TheImageEditorExpose | undefined, import('./_private/TheImageEditor').TheImageEditorExpose | undefined>;
1149
1178
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1150
1179
  initHooks: () => void;
1151
1180
  destroyHooks: () => void;
@@ -1154,11 +1183,12 @@ export declare const components: (({
1154
1183
  isIncludeDiv: boolean;
1155
1184
  divChildFilter: (node: Element) => boolean;
1156
1185
  fileName: string;
1186
+ autoDownload: boolean;
1157
1187
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1158
1188
  $slots: {
1159
1189
  default?(_: {}): any;
1160
1190
  };
1161
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
1191
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
1162
1192
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1163
1193
  customPlotSource: {
1164
1194
  type: globalThis.PropType<globalThis.MaybeRef<import('./plot').PlotSource>>;
@@ -1186,7 +1216,7 @@ export declare const components: (({
1186
1216
  json: string;
1187
1217
  }) => void;
1188
1218
  }, import('vue').PublicProps, {
1189
- unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources/dist').plotSource>;
1219
+ unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
1190
1220
  merge: boolean;
1191
1221
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1192
1222
  P: {};
@@ -1215,12 +1245,12 @@ export declare const components: (({
1215
1245
  json: string;
1216
1246
  }) => any) | undefined;
1217
1247
  }>, {}, {}, {}, {}, {
1218
- unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources/dist').plotSource>;
1248
+ unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
1219
1249
  merge: boolean;
1220
1250
  }>;
1221
- __isFragment?: never;
1222
- __isTeleport?: never;
1223
- __isSuspense?: never;
1251
+ __isFragment?: undefined;
1252
+ __isTeleport?: undefined;
1253
+ __isSuspense?: undefined;
1224
1254
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1225
1255
  customPlotSource: {
1226
1256
  type: globalThis.PropType<globalThis.MaybeRef<import('./plot').PlotSource>>;
@@ -1248,7 +1278,7 @@ export declare const components: (({
1248
1278
  json: string;
1249
1279
  }) => void;
1250
1280
  }, string, {
1251
- unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources/dist').plotSource>;
1281
+ unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
1252
1282
  merge: boolean;
1253
1283
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1254
1284
  $slots: {
@@ -1282,7 +1312,7 @@ export declare const components: (({
1282
1312
  json: string;
1283
1313
  }) => void;
1284
1314
  }, import('vue').PublicProps, {
1285
- unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources/dist').plotSource>;
1315
+ unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
1286
1316
  merge: boolean;
1287
1317
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1288
1318
  P: {};
@@ -1311,12 +1341,12 @@ export declare const components: (({
1311
1341
  json: string;
1312
1342
  }) => any) | undefined;
1313
1343
  }>, {}, {}, {}, {}, {
1314
- unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources/dist').plotSource>;
1344
+ unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
1315
1345
  merge: boolean;
1316
1346
  }>;
1317
- __isFragment?: never;
1318
- __isTeleport?: never;
1319
- __isSuspense?: never;
1347
+ __isFragment?: undefined;
1348
+ __isTeleport?: undefined;
1349
+ __isSuspense?: undefined;
1320
1350
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1321
1351
  customPlotSource: {
1322
1352
  type: globalThis.PropType<globalThis.MaybeRef<import('./plot').PlotSource>>;
@@ -1344,16 +1374,16 @@ export declare const components: (({
1344
1374
  json: string;
1345
1375
  }) => void;
1346
1376
  }, string, {
1347
- unabledPlotSourceKeys: Array<keyof typeof import('sat-earth-resources/dist').plotSource>;
1377
+ unabledPlotSourceKeys: ("点及文字" | "字体点" | "二维平面类" | "三维立体类" | "军事标绘" | "小模型-车辆" | "小模型-火车及铁路" | "小模型-飞机及航空" | "小模型-船及水利航海" | "小模型-人物" | "小模型-交通设施" | "小模型-树及植物" | "小模型-建筑物" | "小模型-电力设施" | "小模型-消防设备" | "小模型-测绘仪器" | "小模型-超高机械" | "小模型-其他")[];
1348
1378
  merge: boolean;
1349
1379
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1350
1380
  $slots: {
1351
1381
  default?(_: {}): any;
1352
1382
  };
1353
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
1383
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
1354
1384
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1355
1385
  slots: {
1356
- type: globalThis.PropType<Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>>;
1386
+ type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
1357
1387
  };
1358
1388
  }>> & Readonly<{
1359
1389
  onInitHooks?: (() => any) | undefined;
@@ -1370,18 +1400,18 @@ export declare const components: (({
1370
1400
  Defaults: {};
1371
1401
  }, Readonly<globalThis.ExtractPropTypes<{
1372
1402
  slots: {
1373
- type: globalThis.PropType<Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>>;
1403
+ type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
1374
1404
  };
1375
1405
  }>> & Readonly<{
1376
1406
  onInitHooks?: (() => any) | undefined;
1377
1407
  onDestroyHooks?: (() => any) | undefined;
1378
1408
  }>, {}, {}, {}, {}, {}>;
1379
- __isFragment?: never;
1380
- __isTeleport?: never;
1381
- __isSuspense?: never;
1409
+ __isFragment?: undefined;
1410
+ __isTeleport?: undefined;
1411
+ __isSuspense?: undefined;
1382
1412
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1383
1413
  slots: {
1384
- type: globalThis.PropType<Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>>;
1414
+ type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
1385
1415
  };
1386
1416
  }>> & Readonly<{
1387
1417
  onInitHooks?: (() => any) | undefined;
@@ -1396,7 +1426,7 @@ export declare const components: (({
1396
1426
  }) & import('vue').ObjectPlugin<any[]>) | ({
1397
1427
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1398
1428
  slots: {
1399
- type: globalThis.PropType<Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>>;
1429
+ type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
1400
1430
  };
1401
1431
  }>> & Readonly<{
1402
1432
  onInitHooks?: (() => any) | undefined;
@@ -1413,18 +1443,18 @@ export declare const components: (({
1413
1443
  Defaults: {};
1414
1444
  }, Readonly<globalThis.ExtractPropTypes<{
1415
1445
  slots: {
1416
- type: globalThis.PropType<Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>>;
1446
+ type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
1417
1447
  };
1418
1448
  }>> & Readonly<{
1419
1449
  onInitHooks?: (() => any) | undefined;
1420
1450
  onDestroyHooks?: (() => any) | undefined;
1421
1451
  }>, {}, {}, {}, {}, {}>;
1422
- __isFragment?: never;
1423
- __isTeleport?: never;
1424
- __isSuspense?: never;
1452
+ __isFragment?: undefined;
1453
+ __isTeleport?: undefined;
1454
+ __isSuspense?: undefined;
1425
1455
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1426
1456
  slots: {
1427
- type: globalThis.PropType<Record<string, (...args: any[]) => import("vue/jsx-runtime").JSX.Element | string | null>>;
1457
+ type: globalThis.PropType<Record<string, (...args: any[]) => string | import("vue/jsx-runtime").JSX.Element | null>>;
1428
1458
  };
1429
1459
  }>> & Readonly<{
1430
1460
  onInitHooks?: (() => any) | undefined;
@@ -1436,7 +1466,7 @@ export declare const components: (({
1436
1466
  $slots: {
1437
1467
  default?(_: {}): any;
1438
1468
  };
1439
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
1469
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
1440
1470
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1441
1471
  P: {};
1442
1472
  B: {};
@@ -1445,9 +1475,9 @@ export declare const components: (({
1445
1475
  M: {};
1446
1476
  Defaults: {};
1447
1477
  }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
1448
- __isFragment?: never;
1449
- __isTeleport?: never;
1450
- __isSuspense?: never;
1478
+ __isFragment?: undefined;
1479
+ __isTeleport?: undefined;
1480
+ __isSuspense?: undefined;
1451
1481
  } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1452
1482
  $slots: {
1453
1483
  "custom-enable"?(_: {}): any;
@@ -1463,19 +1493,19 @@ export declare const components: (({
1463
1493
  M: {};
1464
1494
  Defaults: {};
1465
1495
  }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
1466
- __isFragment?: never;
1467
- __isTeleport?: never;
1468
- __isSuspense?: never;
1496
+ __isFragment?: undefined;
1497
+ __isTeleport?: undefined;
1498
+ __isSuspense?: undefined;
1469
1499
  } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1470
1500
  $slots: {
1471
1501
  "custom-enable"?(_: {}): any;
1472
1502
  custom?(_: {}): any;
1473
1503
  default?(_: {}): any;
1474
1504
  };
1475
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
1505
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
1476
1506
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1477
1507
  taskViewList: {
1478
- type: PropType<import('./task-view').SatTaskViewItem[]>;
1508
+ type: globalThis.PropType<import('./task-view').SatTaskViewItem[]>;
1479
1509
  default: () => import('./task-view').SatTaskViewItem[];
1480
1510
  };
1481
1511
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
@@ -1489,18 +1519,18 @@ export declare const components: (({
1489
1519
  Defaults: {};
1490
1520
  }, Readonly<globalThis.ExtractPropTypes<{
1491
1521
  taskViewList: {
1492
- type: PropType<import('./task-view').SatTaskViewItem[]>;
1522
+ type: globalThis.PropType<import('./task-view').SatTaskViewItem[]>;
1493
1523
  default: () => import('./task-view').SatTaskViewItem[];
1494
1524
  };
1495
1525
  }>> & Readonly<{}>, {}, {}, {}, {}, {
1496
1526
  taskViewList: import('./task-view').SatTaskViewItem[];
1497
1527
  }>;
1498
- __isFragment?: never;
1499
- __isTeleport?: never;
1500
- __isSuspense?: never;
1528
+ __isFragment?: undefined;
1529
+ __isTeleport?: undefined;
1530
+ __isSuspense?: undefined;
1501
1531
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1502
1532
  taskViewList: {
1503
- type: PropType<import('./task-view').SatTaskViewItem[]>;
1533
+ type: globalThis.PropType<import('./task-view').SatTaskViewItem[]>;
1504
1534
  default: () => import('./task-view').SatTaskViewItem[];
1505
1535
  };
1506
1536
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
@@ -1512,7 +1542,7 @@ export declare const components: (({
1512
1542
  }) & import('vue').ObjectPlugin<any[]>) | ({
1513
1543
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1514
1544
  taskViewList: {
1515
- type: PropType<import('./task-view').SatTaskViewItem[]>;
1545
+ type: globalThis.PropType<import('./task-view').SatTaskViewItem[]>;
1516
1546
  default: () => import('./task-view').SatTaskViewItem[];
1517
1547
  };
1518
1548
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
@@ -1526,18 +1556,18 @@ export declare const components: (({
1526
1556
  Defaults: {};
1527
1557
  }, Readonly<globalThis.ExtractPropTypes<{
1528
1558
  taskViewList: {
1529
- type: PropType<import('./task-view').SatTaskViewItem[]>;
1559
+ type: globalThis.PropType<import('./task-view').SatTaskViewItem[]>;
1530
1560
  default: () => import('./task-view').SatTaskViewItem[];
1531
1561
  };
1532
1562
  }>> & Readonly<{}>, {}, {}, {}, {}, {
1533
1563
  taskViewList: import('./task-view').SatTaskViewItem[];
1534
1564
  }>;
1535
- __isFragment?: never;
1536
- __isTeleport?: never;
1537
- __isSuspense?: never;
1565
+ __isFragment?: undefined;
1566
+ __isTeleport?: undefined;
1567
+ __isSuspense?: undefined;
1538
1568
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1539
1569
  taskViewList: {
1540
- type: PropType<import('./task-view').SatTaskViewItem[]>;
1570
+ type: globalThis.PropType<import('./task-view').SatTaskViewItem[]>;
1541
1571
  default: () => import('./task-view').SatTaskViewItem[];
1542
1572
  };
1543
1573
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
@@ -1546,4 +1576,4 @@ export declare const components: (({
1546
1576
  $slots: {
1547
1577
  trigger?(_: {}): any;
1548
1578
  };
1549
- }) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>))[];
1579
+ }) & ((app: import('vue').App<any>, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>))[];