gisviewer-vue3-arcgis 1.0.279 → 1.0.280

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.
@@ -318,6 +318,7 @@ export interface ISubArea {
318
318
  children: {
319
319
  lon: number;
320
320
  lat: number;
321
+ nodeId: string;
321
322
  nodeName: string;
322
323
  }[];
323
324
  }
@@ -385,7 +386,7 @@ export interface IShowJurisdictionParams {
385
386
  export interface IShowEdpassDeviceParams {
386
387
  deviceType: string;
387
388
  deviceState?: string;
388
- style: string;
389
+ style?: string;
389
390
  visible: boolean;
390
391
  zdCode?: string;
391
392
  ddCode?: string;
@@ -318,6 +318,7 @@ export interface ISubArea {
318
318
  children: {
319
319
  lon: number;
320
320
  lat: number;
321
+ nodeId: string;
321
322
  nodeName: string;
322
323
  }[];
323
324
  }
@@ -385,7 +386,7 @@ export interface IShowJurisdictionParams {
385
386
  export interface IShowEdpassDeviceParams {
386
387
  deviceType: string;
387
388
  deviceState?: string;
388
- style: string;
389
+ style?: string;
389
390
  visible: boolean;
390
391
  zdCode?: string;
391
392
  ddCode?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gisviewer-vue3-arcgis",
3
- "version": "1.0.279",
3
+ "version": "1.0.280",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.mjs",
6
6
  "files": [