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.
package/es/src/types/index.d.ts
CHANGED
|
@@ -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
|
|
389
|
+
style?: string;
|
|
389
390
|
visible: boolean;
|
|
390
391
|
zdCode?: string;
|
|
391
392
|
ddCode?: string;
|
package/lib/src/types/index.d.ts
CHANGED
|
@@ -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
|
|
389
|
+
style?: string;
|
|
389
390
|
visible: boolean;
|
|
390
391
|
zdCode?: string;
|
|
391
392
|
ddCode?: string;
|