@2gis/mapgl
Advanced tools
+1
-1
| { | ||
| "name": "@2gis/mapgl", | ||
| "version": "1.72.3", | ||
| "version": "1.73.0", | ||
| "description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -19,1 +19,2 @@ export declare const MAPGL_SCRIPT_URL: string; | ||
| }; | ||
| export declare const DEFAULT_SHARED_MODELS_PATH: string; |
@@ -389,2 +389,6 @@ import type { Style } from './styles'; | ||
| floorLevels: FloorLevel[]; | ||
| /** | ||
| * Floor plan mode. | ||
| */ | ||
| floorMode: 'floor' | 'metro'; | ||
| } | ||
@@ -416,2 +420,6 @@ /** | ||
| floorLevelName: string; | ||
| /** | ||
| * Floor plan mode. | ||
| */ | ||
| floorMode: 'floor' | 'metro'; | ||
| } | ||
@@ -418,0 +426,0 @@ /** |
@@ -231,3 +231,5 @@ import type { LngLatBounds } from '../objects/lngLatBounds'; | ||
| * _activeFloorIds — an array of active floor IDs from buildings with active floor plans; | ||
| * _activeFloorIsMetro - a flag which tells if active floors plan is a metro schema; | ||
| * _activeFloorIsMetro — a flag which tells if active floors plan is a metro schema; | ||
| * _backgroundFloorIds — an array of background floor IDs (visible below active); | ||
| * _activeFloorsLevel — db_plan_level of active floor; | ||
| * trafficOn - a flag which tells if traffic is enabled; | ||
@@ -234,0 +236,0 @@ * parkingOn - a flag which tells if parking is enabled (used in native version of 2gis); |
@@ -245,3 +245,3 @@ /** | ||
| */ | ||
| iconPriority?: number; | ||
| iconPriority?: number | Expression; | ||
| /** | ||
@@ -258,3 +258,3 @@ * Labeling group for the label. | ||
| */ | ||
| textPriority?: number; | ||
| textPriority?: number | Expression; | ||
| /** | ||
@@ -591,3 +591,3 @@ * Whether the layer objects are displayed on the map. `visible` - displayed, `none` - not displayed. | ||
| */ | ||
| textPriority?: number; | ||
| textPriority?: number | Expression; | ||
| /** | ||
@@ -594,0 +594,0 @@ * Additional side margins in pixels for the label during labeling. |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
134090
0.29%4256
0.26%