@nextgis/webmap
Advanced tools
Comparing version 1.11.0 to 1.11.7
@@ -115,5 +115,13 @@ /** | ||
minZoom?: number; | ||
/* Excluded from this release type: minScale */ | ||
/* Excluded from this release type: maxScale */ | ||
/** | ||
* TODO: replace by minZoom | ||
* @deprecated use minZoom instead | ||
*/ | ||
minScale?: number; | ||
/** | ||
* TODO: replace by maxZoom | ||
* @deprecated use maxZoom instead | ||
*/ | ||
maxScale?: number; | ||
/** | ||
* Layer transparency. | ||
@@ -258,3 +266,7 @@ * From 0-transparent to 1-visible | ||
/* Excluded from this release type: Cursor */ | ||
/** | ||
* Available cursor names from | ||
* {@link https://developer.mozilla.org/ru/docs/Web/CSS/cursor} | ||
*/ | ||
export declare type Cursor = 'auto' | 'crosshair' | 'default' | 'e-resize' | 'grab' | 'help' | 'move' | 'n-resize' | 'ne-resize' | 'nw-resize' | 'pointer' | 'progress' | 's-resize' | 'se-resize' | 'sw-resize' | 'text' | 'w-resize' | 'wait' | 'inherit'; | ||
@@ -1086,7 +1098,19 @@ export declare type DataLayerFilter<F extends Feature = Feature, L = any> = CallbackFilter<F, L>; | ||
label?: (e: LayerDefinition<F, L>) => string; | ||
/* Excluded from this release type: source */ | ||
/* Excluded from this release type: nativePaint */ | ||
/* Excluded from this release type: nativeFilter */ | ||
/* Excluded from this release type: layout */ | ||
/* Excluded from this release type: selectedLayout */ | ||
source?: unknown; | ||
/** | ||
* @deprecated - TODO: move to nativeOptions | ||
*/ | ||
nativePaint?: boolean | Record<string, any>; | ||
/** | ||
* @deprecated - TODO: move to nativeOptions | ||
*/ | ||
nativeFilter?: unknown; | ||
/** | ||
* @deprecated - TODO: move to nativeOptions | ||
*/ | ||
layout?: any; | ||
/** | ||
* @deprecated - TODO: move to nativeOptions | ||
*/ | ||
selectedLayout?: any; | ||
onClick?(opt: OnLayerMouseOptions<F, L>): void; | ||
@@ -1193,3 +1217,7 @@ onSelect?(opt: OnLayerSelectOptions<F, L>): void; | ||
clearLayer?(cb?: (feature: F) => boolean): void | Promise<void>; | ||
/* Excluded from this release type: onLayerClick */ | ||
/** | ||
* Callback function that will be called when clicking on a layer. | ||
* @param event - Data that is transmitted when you click on a layer. | ||
*/ | ||
onLayerClick?(event: OnLayerMouseOptions): Promise<any>; | ||
openPopup?(findFeatureCb?: DataLayerFilter<F, L>, options?: PopupOptions): void; | ||
@@ -1196,0 +1224,0 @@ closePopup?(findFeatureCb?: DataLayerFilter<F, L>): void; |
{ | ||
"name": "@nextgis/webmap", | ||
"version": "1.11.0", | ||
"version": "1.11.7", | ||
"_priority": 14, | ||
@@ -13,4 +13,4 @@ "description": "Universal map constructor", | ||
"@nextgis/cancelable-promise": "^1.11.0", | ||
"@nextgis/paint": "^1.11.0", | ||
"@nextgis/properties-filter": "^1.11.0", | ||
"@nextgis/paint": "^1.11.7", | ||
"@nextgis/properties-filter": "^1.11.7", | ||
"@nextgis/utils": "^1.11.0", | ||
@@ -59,3 +59,3 @@ "@types/events": "^3.0.0", | ||
}, | ||
"gitHead": "bdfc366ae514294b93c19d96dce9fd77f3c4a5c2" | ||
"gitHead": "2daf64d36014b92d507c47c16842bddd7149c070" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1710556
12853
Updated@nextgis/paint@^1.11.7