@vunk/form 1.2.2 → 1.3.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.
Files changed (85) hide show
  1. package/components/button/src/index.vue.d.ts +282 -6
  2. package/components/cascader/src/ctx.d.ts +1 -1
  3. package/components/cascader/src/index.vue.d.ts +13672 -8
  4. package/components/checkbox/src/ctx.d.ts +1 -1
  5. package/components/checkbox/src/index.vue.d.ts +906 -10
  6. package/components/color-picker/src/index.vue.d.ts +10950 -7
  7. package/components/date-picker/src/ctx.d.ts +1 -1
  8. package/components/date-picker/src/index.vue.d.ts +225 -11
  9. package/components/date-picker-range/src/ctx.d.ts +1 -1
  10. package/components/date-picker-range/src/index.vue.d.ts +24 -12
  11. package/components/download-plus/index.cjs +4 -4
  12. package/components/download-plus/index.mjs +4 -4
  13. package/components/download-plus/src/index.vue.d.ts +822 -8
  14. package/components/esri-input-geojson/src/append.vue.d.ts +2232 -5
  15. package/components/esri-input-geojson/src/ctx.d.ts +1 -1
  16. package/components/esri-input-geojson/src/default-view.vue.d.ts +3 -3
  17. package/components/esri-input-geojson/src/index.vue.d.ts +723 -23
  18. package/components/esri-input-geojson/src/viewer.vue.d.ts +141 -10
  19. package/components/form/src/ctx.d.ts +1 -1
  20. package/components/form/src/index.vue.d.ts +373 -39
  21. package/components/form-item/index.cjs +3 -4
  22. package/components/form-item/index.mjs +3 -4
  23. package/components/form-item/src/index.vue.d.ts +185 -5
  24. package/components/form-item-renderer/src/index.vue.d.ts +5 -5
  25. package/components/form-item-renderer-template/src/index.vue.d.ts +4 -4
  26. package/components/geoinput/src/index.vue.d.ts +40 -17
  27. package/components/geoinput-read/src/append.vue.d.ts +379 -2
  28. package/components/geoinput-read/src/core.vue.d.ts +176 -14
  29. package/components/geoinput-read/src/ctx.d.ts +1 -1
  30. package/components/geoinput-read/src/index.vue.d.ts +743 -15
  31. package/components/geoinput-update/src/append.vue.d.ts +2231 -5
  32. package/components/geoinput-update/src/ctx.d.ts +1 -1
  33. package/components/geoinput-update/src/index.vue.d.ts +814 -20
  34. package/components/input/index.cjs +2 -2
  35. package/components/input/index.mjs +2 -2
  36. package/components/input/src/index.vue.d.ts +479 -13
  37. package/components/input-link/src/index.vue.d.ts +25 -13
  38. package/components/input-number/src/ctx.d.ts +1 -1
  39. package/components/input-number/src/index.vue.d.ts +1579 -12
  40. package/components/monaco-editor/index.cjs +83 -0
  41. package/components/monaco-editor/index.css +3 -0
  42. package/components/monaco-editor/index.d.ts +4 -0
  43. package/components/monaco-editor/index.mjs +77 -0
  44. package/components/monaco-editor/src/ctx.d.ts +70 -0
  45. package/components/monaco-editor/src/index.vue.d.ts +209 -0
  46. package/components/monaco-editor/src/types.d.ts +7 -0
  47. package/components/radio/src/index.vue.d.ts +444 -10
  48. package/components/select/src/ctx.d.ts +3 -3
  49. package/components/select/src/index.vue.d.ts +12944 -31
  50. package/components/slider/index.cjs +3 -3
  51. package/components/slider/index.mjs +3 -3
  52. package/components/slider/src/index.vue.d.ts +25 -12
  53. package/components/switch/src/index.vue.d.ts +319 -8
  54. package/components/templates-default/index.cjs +41 -26
  55. package/components/templates-default/index.mjs +41 -26
  56. package/components/templates-default/src/index.vue.d.ts +162 -7
  57. package/components/templates-element-plus/src/index.vue.d.ts +193 -6
  58. package/components/templates-esri/src/index.vue.d.ts +30 -7
  59. package/components/templates-layout/src/index.vue.d.ts +148 -6
  60. package/components/templates-mapbox/src/index.vue.d.ts +30 -7
  61. package/components/templates-variant/src/index.vue.d.ts +30 -7
  62. package/components/upload/index.cjs +2 -2
  63. package/components/upload/index.mjs +2 -2
  64. package/components/upload/src/ctx.d.ts +1 -1
  65. package/components/upload/src/file.vue.d.ts +263 -6
  66. package/components/upload/src/index.vue.d.ts +2366 -9
  67. package/components/upload-plus/index.cjs +19 -20
  68. package/components/upload-plus/index.mjs +19 -20
  69. package/components/upload-plus/src/index.vue.d.ts +874 -12
  70. package/components/van-cascader/src/index.vue.d.ts +13048 -11
  71. package/components/var-datetime-picker/src/index.vue.d.ts +624 -10
  72. package/components/vditor/index.cjs +43 -408
  73. package/components/vditor/index.mjs +44 -409
  74. package/components/vditor/src/ctx.d.ts +52 -6
  75. package/components/vditor/src/index.vue.d.ts +274 -16
  76. package/components/vditor/src/types.d.ts +7 -9
  77. package/composables/useSourceManager.d.ts +1 -1
  78. package/index.css +4 -13
  79. package/package.json +9 -4
  80. package/shared/element-plus/ctx.d.ts +3 -3
  81. package/shared/element-plus/instances.d.ts +2 -2
  82. package/components/vditor/index.css +0 -12
  83. package/components/vditor/src/handle-fullscreen.vue.d.ts +0 -18
  84. package/components/vditor/src/handle-value.vue.d.ts +0 -18
  85. package/components/vditor/src/use.d.ts +0 -4
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
2
  import { __VaSketch, __VaGraphicsLayer } from '@vuesri/core';
3
3
  import Graphic from '@arcgis/core/Graphic';
4
- declare const _default: import("vue").DefineComponent<{
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  viewComponent: any;
6
6
  viewComponentAttrs: any;
7
7
  readonly: {
@@ -196,7 +196,7 @@ declare const _default: import("vue").DefineComponent<{
196
196
  validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
197
197
  inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
198
198
  autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
199
- }, {
199
+ }>, {
200
200
  inputBindProps: import("vue").ComputedRef<{
201
201
  size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
202
202
  disabled: boolean;
@@ -254,26 +254,26 @@ declare const _default: import("vue").DefineComponent<{
254
254
  };
255
255
  append: () => JSX.Element;
256
256
  availableCreatureTools: import("vue").ComputedRef<("circle" | "point" | "polygon" | "polyline" | "rectangle")[]>;
257
- sketchValue: Ref<Graphic[]>;
257
+ sketchValue: Ref<Graphic[], Graphic[]>;
258
258
  handleUpdateSketchValue: (e: __esri.Graphic[]) => void;
259
- sketchRef: Ref<__esri.Sketch>;
259
+ sketchRef: Ref<__esri.Sketch, __esri.Sketch>;
260
260
  sketchLoad: __VaSketch.OnLoad;
261
261
  shetchPanel: import("vue").ComputedRef<Element>;
262
- dialogShow: Ref<boolean>;
262
+ dialogShow: Ref<boolean, boolean>;
263
263
  setDialogShow: (v: boolean) => void;
264
- normalMapRef: Ref<HTMLDivElement>;
265
- dialogMapRef: Ref<HTMLDivElement>;
264
+ normalMapRef: Ref<HTMLDivElement, HTMLDivElement>;
265
+ dialogMapRef: Ref<HTMLDivElement, HTMLDivElement>;
266
266
  dialogOnOpen: () => Promise<void>;
267
267
  dialogOnClose: () => Promise<void>;
268
- mapTo: Ref<HTMLDivElement>;
268
+ mapTo: Ref<HTMLDivElement, HTMLDivElement>;
269
269
  doSave: () => void;
270
270
  readonly: import("vue").ComputedRef<boolean>;
271
271
  layerLoad: __VaGraphicsLayer.OnLoad;
272
- sketchIf: Ref<boolean>;
272
+ sketchIf: Ref<boolean, boolean>;
273
273
  fly: () => Promise<void>;
274
- layerRef: Ref<__esri.GraphicsLayer>;
274
+ layerRef: Ref<__esri.GraphicsLayer, __esri.GraphicsLayer>;
275
275
  getInputModelValue: (v: import("geojson").FeatureCollection<import("geojson").Geometry, any>) => string;
276
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
276
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
277
277
  'update:modelValue': (e: import("geojson").FeatureCollection) => import("geojson").FeatureCollection<import("geojson").Geometry, {
278
278
  [name: string]: any;
279
279
  }>;
@@ -486,25 +486,25 @@ declare const _default: import("vue").DefineComponent<{
486
486
  validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
487
487
  inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
488
488
  autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
489
- }>> & {
490
- onChange?: (value: string) => any;
489
+ }>> & Readonly<{
490
+ onClear?: () => any;
491
491
  "onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
492
492
  [name: string]: any;
493
493
  }>) => any;
494
+ onInput?: (value: string) => any;
495
+ onChange?: (value: string) => any;
494
496
  onFocus?: (evt: FocusEvent) => any;
495
497
  onBlur?: (evt: FocusEvent) => any;
496
498
  onKeydown?: (evt: Event | KeyboardEvent) => any;
497
- onInput?: (value: string) => any;
498
- onClear?: () => any;
499
- onMouseleave?: (evt: MouseEvent) => any;
500
- onMouseenter?: (evt: MouseEvent) => any;
499
+ onCompositionend?: (evt: CompositionEvent) => any;
501
500
  onCompositionstart?: (evt: CompositionEvent) => any;
502
501
  onCompositionupdate?: (evt: CompositionEvent) => any;
503
- onCompositionend?: (evt: CompositionEvent) => any;
502
+ onMouseenter?: (evt: MouseEvent) => any;
503
+ onMouseleave?: (evt: MouseEvent) => any;
504
504
  "onUpdate:flying"?: (...args: any[] | unknown[]) => any;
505
505
  onAppendFly?: (...args: any[] | unknown[]) => any;
506
506
  onAppendEdit?: (...args: any[] | unknown[]) => any;
507
- }, {
507
+ }>, {
508
508
  disabled: boolean;
509
509
  type: string;
510
510
  autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -517,12 +517,12 @@ declare const _default: import("vue").DefineComponent<{
517
517
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
518
518
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
519
519
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
520
- visibleElements: any;
520
+ visibleElements: __esri.SketchVisibleElements;
521
+ multiple: boolean;
521
522
  id: string;
522
523
  clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
523
524
  validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
524
525
  modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
525
- multiple: boolean;
526
526
  tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
527
527
  autosize: false;
528
528
  autocomplete: string;
@@ -543,7 +543,707 @@ declare const _default: import("vue").DefineComponent<{
543
543
  dialogEditTitle: string;
544
544
  flying: boolean;
545
545
  layerIndex: number;
546
- inputSlots: any;
546
+ inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
547
547
  rows: number;
548
- }, {}>;
548
+ }, {}, {
549
+ VkfInput: {
550
+ new (...args: any[]): any;
551
+ __isFragment?: never;
552
+ __isTeleport?: never;
553
+ __isSuspense?: never;
554
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
555
+ [x: string]: any;
556
+ [x: symbol]: any;
557
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
558
+ install(app: import("vue").App): void;
559
+ };
560
+ VaSketch: import("vue").DefineComponent<{
561
+ defaultOptions: {
562
+ type: import("vue").PropType<__esri.SketchProperties>;
563
+ default: () => __esri.SketchProperties;
564
+ };
565
+ availableCreatureTools: {
566
+ type: import("vue").PropType<("point" | "polyline" | "polygon" | "rectangle" | "circle")[]>;
567
+ default: any;
568
+ };
569
+ position: {
570
+ type: import("vue").PropType<import("@vuesri/core").UiAddPosition>;
571
+ default: import("@vuesri/core").UiAddPosition;
572
+ };
573
+ orphan: {
574
+ type: BooleanConstructor;
575
+ default: boolean;
576
+ };
577
+ modelValueInitFrom: {
578
+ type: import("vue").PropType<"modelValue" | "layerGraphics">;
579
+ default: string;
580
+ };
581
+ viewModelPointSymbol: {
582
+ type: import("vue").PropType<__esri.SimpleMarkerSymbol | __esri.PointSymbol3D | __esri.CIMSymbol | __esri.TextSymbol | __esri.WebStyleSymbol>;
583
+ };
584
+ viewModelPolygonSymbol: {
585
+ type: import("vue").PropType<__esri.PolygonSymbol3D | __esri.SimpleFillSymbol | __esri.CIMSymbol>;
586
+ };
587
+ viewModelPolylineSymbol: {
588
+ type: import("vue").PropType<__esri.SimpleLineSymbol | __esri.CIMSymbol | __esri.LineSymbol3D>;
589
+ };
590
+ viewModelActiveFillSymbol: {
591
+ type: import("vue").PropType<__esri.SimpleFillSymbol>;
592
+ };
593
+ visibleElements: {
594
+ type: import("vue").PropType<__esri.SketchVisibleElements>;
595
+ default: any;
596
+ };
597
+ modelValue: {
598
+ type: import("vue").PropType<__esri.Collection<__esri.Graphic> | __esri.Graphic[]>;
599
+ default: () => any[];
600
+ };
601
+ multiple: {
602
+ type: BooleanConstructor;
603
+ default: boolean;
604
+ };
605
+ }, {
606
+ eventsBindProps: import("vue").ComputedRef<{}>;
607
+ eventsOnEmits: {};
608
+ sketchNode: import("vue").Ref<any>;
609
+ ready: import("vue").Ref<boolean>;
610
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
611
+ 'update:modelValue': (e: __esri.Collection<__esri.Graphic> | __esri.Graphic[]) => __esri.Collection<__esri.Graphic> | __esri.Graphic[];
612
+ complete: (e: __esri.SketchCreateEvent | __esri.SketchUpdateEvent) => __esri.SketchCreateEvent | __esri.SketchUpdateEvent;
613
+ update: (e: __esri.SketchUpdateEvent) => boolean;
614
+ create: (e: __esri.SketchCreateEvent) => boolean;
615
+ load: (e: import("@vuesri/core/components/sketch/src/types").LoadEvent) => import("@vuesri/core/components/sketch/src/types").LoadEvent;
616
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
617
+ defaultOptions: {
618
+ type: import("vue").PropType<__esri.SketchProperties>;
619
+ default: () => __esri.SketchProperties;
620
+ };
621
+ availableCreatureTools: {
622
+ type: import("vue").PropType<("point" | "polyline" | "polygon" | "rectangle" | "circle")[]>;
623
+ default: any;
624
+ };
625
+ position: {
626
+ type: import("vue").PropType<import("@vuesri/core").UiAddPosition>;
627
+ default: import("@vuesri/core").UiAddPosition;
628
+ };
629
+ orphan: {
630
+ type: BooleanConstructor;
631
+ default: boolean;
632
+ };
633
+ modelValueInitFrom: {
634
+ type: import("vue").PropType<"modelValue" | "layerGraphics">;
635
+ default: string;
636
+ };
637
+ viewModelPointSymbol: {
638
+ type: import("vue").PropType<__esri.SimpleMarkerSymbol | __esri.PointSymbol3D | __esri.CIMSymbol | __esri.TextSymbol | __esri.WebStyleSymbol>;
639
+ };
640
+ viewModelPolygonSymbol: {
641
+ type: import("vue").PropType<__esri.PolygonSymbol3D | __esri.SimpleFillSymbol | __esri.CIMSymbol>;
642
+ };
643
+ viewModelPolylineSymbol: {
644
+ type: import("vue").PropType<__esri.SimpleLineSymbol | __esri.CIMSymbol | __esri.LineSymbol3D>;
645
+ };
646
+ viewModelActiveFillSymbol: {
647
+ type: import("vue").PropType<__esri.SimpleFillSymbol>;
648
+ };
649
+ visibleElements: {
650
+ type: import("vue").PropType<__esri.SketchVisibleElements>;
651
+ default: any;
652
+ };
653
+ modelValue: {
654
+ type: import("vue").PropType<__esri.Collection<__esri.Graphic> | __esri.Graphic[]>;
655
+ default: () => any[];
656
+ };
657
+ multiple: {
658
+ type: BooleanConstructor;
659
+ default: boolean;
660
+ };
661
+ }>> & {
662
+ onLoad?: (e: import("@vuesri/core/components/sketch/src/types").LoadEvent) => any;
663
+ "onUpdate:modelValue"?: (e: __esri.Collection<__esri.Graphic> | __esri.Graphic[]) => any;
664
+ onComplete?: (e: __esri.SketchCreateEvent | __esri.SketchUpdateEvent) => any;
665
+ onUpdate?: (e: __esri.SketchUpdateEvent) => any;
666
+ onCreate?: (e: __esri.SketchCreateEvent) => any;
667
+ }, {
668
+ defaultOptions: __esri.SketchProperties;
669
+ position: "bottom-leading" | "bottom-left" | "bottom-right" | "bottom-trailing" | "top-leading" | "top-left" | "top-right" | "top-trailing" | "manual" | __esri.UIAddPosition;
670
+ orphan: boolean;
671
+ modelValue: __esri.Collection<__esri.Graphic> | __esri.Graphic[];
672
+ visibleElements: any;
673
+ multiple: boolean;
674
+ availableCreatureTools: ("point" | "polyline" | "polygon" | "rectangle" | "circle")[];
675
+ modelValueInitFrom: "modelValue" | "layerGraphics";
676
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
677
+ ViewerVue: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
678
+ view: {
679
+ type: import("vue").PropType<__esri.MapView>;
680
+ default: any;
681
+ };
682
+ viewComponent: {
683
+ type: import("vue").PropType<any>;
684
+ default: () => import("vue").DefineComponent<{}, {
685
+ readonly VaTdtBasemap: import("vue").DefineComponent<{
686
+ spatialReference: {
687
+ type: import("vue").PropType<__esri.SpatialReferenceProperties>;
688
+ default: () => {
689
+ wkid: number;
690
+ };
691
+ };
692
+ type: {
693
+ type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
694
+ default: string;
695
+ };
696
+ orphan: {
697
+ type: BooleanConstructor;
698
+ default: boolean;
699
+ };
700
+ anno: {
701
+ type: BooleanConstructor;
702
+ default: boolean;
703
+ };
704
+ thumbnailUrl: {
705
+ type: StringConstructor;
706
+ default: string;
707
+ };
708
+ minScale: {
709
+ type: NumberConstructor;
710
+ default: number;
711
+ };
712
+ maxScale: {
713
+ type: NumberConstructor;
714
+ default: number;
715
+ };
716
+ token: {
717
+ type: StringConstructor;
718
+ default: any;
719
+ };
720
+ webTileLayerOptions: {
721
+ type: import("vue").PropType<__esri.WebTileLayerProperties>;
722
+ default: () => __esri.WebTileLayerProperties;
723
+ };
724
+ }, {
725
+ thumbnailUrl: import("vue").ComputedRef<string>;
726
+ annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
727
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
728
+ load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
729
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
730
+ spatialReference: {
731
+ type: import("vue").PropType<__esri.SpatialReferenceProperties>;
732
+ default: () => {
733
+ wkid: number;
734
+ };
735
+ };
736
+ type: {
737
+ type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
738
+ default: string;
739
+ };
740
+ orphan: {
741
+ type: BooleanConstructor;
742
+ default: boolean;
743
+ };
744
+ anno: {
745
+ type: BooleanConstructor;
746
+ default: boolean;
747
+ };
748
+ thumbnailUrl: {
749
+ type: StringConstructor;
750
+ default: string;
751
+ };
752
+ minScale: {
753
+ type: NumberConstructor;
754
+ default: number;
755
+ };
756
+ maxScale: {
757
+ type: NumberConstructor;
758
+ default: number;
759
+ };
760
+ token: {
761
+ type: StringConstructor;
762
+ default: any;
763
+ };
764
+ webTileLayerOptions: {
765
+ type: import("vue").PropType<__esri.WebTileLayerProperties>;
766
+ default: () => __esri.WebTileLayerProperties;
767
+ };
768
+ }>> & {
769
+ onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
770
+ }, {
771
+ orphan: boolean;
772
+ type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
773
+ spatialReference: {
774
+ wkid: number;
775
+ };
776
+ thumbnailUrl: string;
777
+ maxScale: number;
778
+ minScale: number;
779
+ token: string;
780
+ anno: boolean;
781
+ webTileLayerOptions: __esri.WebTileLayerProperties;
782
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
783
+ readonly VaMapView: import("vue").DefineComponent<{
784
+ defaultOptions: {
785
+ type: import("vue").PropType<__esri.MapViewProperties>;
786
+ default: () => {};
787
+ };
788
+ cursor: {
789
+ type: StringConstructor;
790
+ default: string;
791
+ };
792
+ }, {
793
+ viewNode: import("vue").Ref<HTMLDivElement>;
794
+ eventCursor: import("vue").Ref<string>;
795
+ cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
796
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
797
+ load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
798
+ 'update:cursor': (e: string) => string | true;
799
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
800
+ defaultOptions: {
801
+ type: import("vue").PropType<__esri.MapViewProperties>;
802
+ default: () => {};
803
+ };
804
+ cursor: {
805
+ type: StringConstructor;
806
+ default: string;
807
+ };
808
+ }>> & {
809
+ onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
810
+ "onUpdate:cursor"?: (e: string) => any;
811
+ }, {
812
+ defaultOptions: {};
813
+ cursor: string;
814
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
815
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
816
+ };
817
+ viewComponentAttrs: {
818
+ type: import("vue").PropType<any>;
819
+ default: () => {};
820
+ };
821
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
822
+ view: {
823
+ type: import("vue").PropType<__esri.MapView>;
824
+ default: any;
825
+ };
826
+ viewComponent: {
827
+ type: import("vue").PropType<any>;
828
+ default: () => import("vue").DefineComponent<{}, {
829
+ readonly VaTdtBasemap: import("vue").DefineComponent<{
830
+ spatialReference: {
831
+ type: import("vue").PropType<__esri.SpatialReferenceProperties>;
832
+ default: () => {
833
+ wkid: number;
834
+ };
835
+ };
836
+ type: {
837
+ type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
838
+ default: string;
839
+ };
840
+ orphan: {
841
+ type: BooleanConstructor;
842
+ default: boolean;
843
+ };
844
+ anno: {
845
+ type: BooleanConstructor;
846
+ default: boolean;
847
+ };
848
+ thumbnailUrl: {
849
+ type: StringConstructor;
850
+ default: string;
851
+ };
852
+ minScale: {
853
+ type: NumberConstructor;
854
+ default: number;
855
+ };
856
+ maxScale: {
857
+ type: NumberConstructor;
858
+ default: number;
859
+ };
860
+ token: {
861
+ type: StringConstructor;
862
+ default: any;
863
+ };
864
+ webTileLayerOptions: {
865
+ type: import("vue").PropType<__esri.WebTileLayerProperties>;
866
+ default: () => __esri.WebTileLayerProperties;
867
+ };
868
+ }, {
869
+ thumbnailUrl: import("vue").ComputedRef<string>;
870
+ annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
871
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
872
+ load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
873
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
874
+ spatialReference: {
875
+ type: import("vue").PropType<__esri.SpatialReferenceProperties>;
876
+ default: () => {
877
+ wkid: number;
878
+ };
879
+ };
880
+ type: {
881
+ type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
882
+ default: string;
883
+ };
884
+ orphan: {
885
+ type: BooleanConstructor;
886
+ default: boolean;
887
+ };
888
+ anno: {
889
+ type: BooleanConstructor;
890
+ default: boolean;
891
+ };
892
+ thumbnailUrl: {
893
+ type: StringConstructor;
894
+ default: string;
895
+ };
896
+ minScale: {
897
+ type: NumberConstructor;
898
+ default: number;
899
+ };
900
+ maxScale: {
901
+ type: NumberConstructor;
902
+ default: number;
903
+ };
904
+ token: {
905
+ type: StringConstructor;
906
+ default: any;
907
+ };
908
+ webTileLayerOptions: {
909
+ type: import("vue").PropType<__esri.WebTileLayerProperties>;
910
+ default: () => __esri.WebTileLayerProperties;
911
+ };
912
+ }>> & {
913
+ onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
914
+ }, {
915
+ orphan: boolean;
916
+ type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
917
+ spatialReference: {
918
+ wkid: number;
919
+ };
920
+ thumbnailUrl: string;
921
+ maxScale: number;
922
+ minScale: number;
923
+ token: string;
924
+ anno: boolean;
925
+ webTileLayerOptions: __esri.WebTileLayerProperties;
926
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
927
+ readonly VaMapView: import("vue").DefineComponent<{
928
+ defaultOptions: {
929
+ type: import("vue").PropType<__esri.MapViewProperties>;
930
+ default: () => {};
931
+ };
932
+ cursor: {
933
+ type: StringConstructor;
934
+ default: string;
935
+ };
936
+ }, {
937
+ viewNode: import("vue").Ref<HTMLDivElement>;
938
+ eventCursor: import("vue").Ref<string>;
939
+ cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
940
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
941
+ load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
942
+ 'update:cursor': (e: string) => string | true;
943
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
944
+ defaultOptions: {
945
+ type: import("vue").PropType<__esri.MapViewProperties>;
946
+ default: () => {};
947
+ };
948
+ cursor: {
949
+ type: StringConstructor;
950
+ default: string;
951
+ };
952
+ }>> & {
953
+ onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
954
+ "onUpdate:cursor"?: (e: string) => any;
955
+ }, {
956
+ defaultOptions: {};
957
+ cursor: string;
958
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
959
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
960
+ };
961
+ viewComponentAttrs: {
962
+ type: import("vue").PropType<any>;
963
+ default: () => {};
964
+ };
965
+ }>> & Readonly<{}>, {
966
+ view: __esri.MapView;
967
+ viewComponent: any;
968
+ viewComponentAttrs: any;
969
+ }, {}, {
970
+ VaTdtBasemap: import("vue").DefineComponent<{
971
+ spatialReference: {
972
+ type: import("vue").PropType<__esri.SpatialReferenceProperties>;
973
+ default: () => {
974
+ wkid: number;
975
+ };
976
+ };
977
+ type: {
978
+ type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
979
+ default: string;
980
+ };
981
+ orphan: {
982
+ type: BooleanConstructor;
983
+ default: boolean;
984
+ };
985
+ anno: {
986
+ type: BooleanConstructor;
987
+ default: boolean;
988
+ };
989
+ thumbnailUrl: {
990
+ type: StringConstructor;
991
+ default: string;
992
+ };
993
+ minScale: {
994
+ type: NumberConstructor;
995
+ default: number;
996
+ };
997
+ maxScale: {
998
+ type: NumberConstructor;
999
+ default: number;
1000
+ };
1001
+ token: {
1002
+ type: StringConstructor;
1003
+ default: any;
1004
+ };
1005
+ webTileLayerOptions: {
1006
+ type: import("vue").PropType<__esri.WebTileLayerProperties>;
1007
+ default: () => __esri.WebTileLayerProperties;
1008
+ };
1009
+ }, {
1010
+ thumbnailUrl: import("vue").ComputedRef<string>;
1011
+ annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
1012
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1013
+ load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
1014
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1015
+ spatialReference: {
1016
+ type: import("vue").PropType<__esri.SpatialReferenceProperties>;
1017
+ default: () => {
1018
+ wkid: number;
1019
+ };
1020
+ };
1021
+ type: {
1022
+ type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
1023
+ default: string;
1024
+ };
1025
+ orphan: {
1026
+ type: BooleanConstructor;
1027
+ default: boolean;
1028
+ };
1029
+ anno: {
1030
+ type: BooleanConstructor;
1031
+ default: boolean;
1032
+ };
1033
+ thumbnailUrl: {
1034
+ type: StringConstructor;
1035
+ default: string;
1036
+ };
1037
+ minScale: {
1038
+ type: NumberConstructor;
1039
+ default: number;
1040
+ };
1041
+ maxScale: {
1042
+ type: NumberConstructor;
1043
+ default: number;
1044
+ };
1045
+ token: {
1046
+ type: StringConstructor;
1047
+ default: any;
1048
+ };
1049
+ webTileLayerOptions: {
1050
+ type: import("vue").PropType<__esri.WebTileLayerProperties>;
1051
+ default: () => __esri.WebTileLayerProperties;
1052
+ };
1053
+ }>> & {
1054
+ onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
1055
+ }, {
1056
+ orphan: boolean;
1057
+ type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
1058
+ spatialReference: {
1059
+ wkid: number;
1060
+ };
1061
+ thumbnailUrl: string;
1062
+ maxScale: number;
1063
+ minScale: number;
1064
+ token: string;
1065
+ anno: boolean;
1066
+ webTileLayerOptions: __esri.WebTileLayerProperties;
1067
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1068
+ VaMapView: import("vue").DefineComponent<{
1069
+ defaultOptions: {
1070
+ type: import("vue").PropType<__esri.MapViewProperties>;
1071
+ default: () => {};
1072
+ };
1073
+ cursor: {
1074
+ type: StringConstructor;
1075
+ default: string;
1076
+ };
1077
+ }, {
1078
+ viewNode: import("vue").Ref<HTMLDivElement>;
1079
+ eventCursor: import("vue").Ref<string>;
1080
+ cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
1081
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1082
+ load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
1083
+ 'update:cursor': (e: string) => string | true;
1084
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1085
+ defaultOptions: {
1086
+ type: import("vue").PropType<__esri.MapViewProperties>;
1087
+ default: () => {};
1088
+ };
1089
+ cursor: {
1090
+ type: StringConstructor;
1091
+ default: string;
1092
+ };
1093
+ }>> & {
1094
+ onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
1095
+ "onUpdate:cursor"?: (e: string) => any;
1096
+ }, {
1097
+ defaultOptions: {};
1098
+ cursor: string;
1099
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1100
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1101
+ VkAsyncTeleport: import("vue").DefineComponent<{
1102
+ to: {
1103
+ type: import("vue").PropType<string | import("vue").RendererElement>;
1104
+ default: any;
1105
+ };
1106
+ sleep: {
1107
+ type: NumberConstructor;
1108
+ default: number;
1109
+ };
1110
+ await: {
1111
+ type: PromiseConstructor;
1112
+ default: any;
1113
+ };
1114
+ teleport: {
1115
+ type: BooleanConstructor;
1116
+ default: boolean;
1117
+ };
1118
+ }, {
1119
+ ready: import("vue").Ref<boolean>;
1120
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1121
+ to: {
1122
+ type: import("vue").PropType<string | import("vue").RendererElement>;
1123
+ default: any;
1124
+ };
1125
+ sleep: {
1126
+ type: NumberConstructor;
1127
+ default: number;
1128
+ };
1129
+ await: {
1130
+ type: PromiseConstructor;
1131
+ default: any;
1132
+ };
1133
+ teleport: {
1134
+ type: BooleanConstructor;
1135
+ default: boolean;
1136
+ };
1137
+ }>>, {
1138
+ to: any;
1139
+ sleep: number;
1140
+ await: Promise<unknown>;
1141
+ teleport: boolean;
1142
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1143
+ DocumentChecked: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1144
+ VaGraphicsLayer: import("vue").DefineComponent<{
1145
+ defaultOptions: {
1146
+ type: import("vue").PropType<__esri.GraphicsLayerProperties>;
1147
+ default: () => {};
1148
+ };
1149
+ graphics: {
1150
+ type: import("vue").PropType<__esri.Graphic[]>;
1151
+ default: () => any[];
1152
+ };
1153
+ maxScale: {
1154
+ type: NumberConstructor;
1155
+ default: number;
1156
+ };
1157
+ minScale: {
1158
+ type: NumberConstructor;
1159
+ default: number;
1160
+ };
1161
+ cursor: {
1162
+ type: StringConstructor;
1163
+ default: string;
1164
+ };
1165
+ title: {
1166
+ type: StringConstructor;
1167
+ default: string;
1168
+ };
1169
+ visible: {
1170
+ type: BooleanConstructor;
1171
+ default: boolean;
1172
+ };
1173
+ opacity: {
1174
+ type: NumberConstructor;
1175
+ default: number;
1176
+ };
1177
+ index: {
1178
+ type: NumberConstructor;
1179
+ default: any;
1180
+ };
1181
+ orphan: {
1182
+ type: BooleanConstructor;
1183
+ default: boolean;
1184
+ };
1185
+ }, {
1186
+ eventsOnEmits: {};
1187
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1188
+ click: (e: import("@vuesri/core/components/graphics-layer/src/types").ClickEvent) => import("@vuesri/core/components/graphics-layer/src/types").ClickEvent;
1189
+ pointerMove: (e: import("@vuesri/core/components/graphics-layer/src/types").PointerMoveEvent) => import("@vuesri/core/components/graphics-layer/src/types").PointerMoveEvent;
1190
+ load: (e: import("@vuesri/core/components/graphics-layer/src/types").LoadEvent) => import("@vuesri/core/components/graphics-layer/src/types").LoadEvent;
1191
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1192
+ defaultOptions: {
1193
+ type: import("vue").PropType<__esri.GraphicsLayerProperties>;
1194
+ default: () => {};
1195
+ };
1196
+ graphics: {
1197
+ type: import("vue").PropType<__esri.Graphic[]>;
1198
+ default: () => any[];
1199
+ };
1200
+ maxScale: {
1201
+ type: NumberConstructor;
1202
+ default: number;
1203
+ };
1204
+ minScale: {
1205
+ type: NumberConstructor;
1206
+ default: number;
1207
+ };
1208
+ cursor: {
1209
+ type: StringConstructor;
1210
+ default: string;
1211
+ };
1212
+ title: {
1213
+ type: StringConstructor;
1214
+ default: string;
1215
+ };
1216
+ visible: {
1217
+ type: BooleanConstructor;
1218
+ default: boolean;
1219
+ };
1220
+ opacity: {
1221
+ type: NumberConstructor;
1222
+ default: number;
1223
+ };
1224
+ index: {
1225
+ type: NumberConstructor;
1226
+ default: any;
1227
+ };
1228
+ orphan: {
1229
+ type: BooleanConstructor;
1230
+ default: boolean;
1231
+ };
1232
+ }>> & {
1233
+ onLoad?: (e: import("@vuesri/core/components/graphics-layer/src/types").LoadEvent) => any;
1234
+ onClick?: (e: import("@vuesri/core/components/graphics-layer/src/types").ClickEvent) => any;
1235
+ onPointerMove?: (e: import("@vuesri/core/components/graphics-layer/src/types").PointerMoveEvent) => any;
1236
+ }, {
1237
+ defaultOptions: {};
1238
+ visible: boolean;
1239
+ orphan: boolean;
1240
+ cursor: string;
1241
+ index: number;
1242
+ opacity: number;
1243
+ title: string;
1244
+ graphics: __esri.Graphic[];
1245
+ maxScale: number;
1246
+ minScale: number;
1247
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1248
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
549
1249
  export default _default;