@nextgis/paint
Advanced tools
Comparing version 1.16.2 to 1.16.5
@@ -48,3 +48,3 @@ import type { Feature } from 'geojson'; | ||
export declare function expressionCallback<P = Record<string, any>>(paint: P, defaultPaint?: P, getPaintFunctions?: Record<string, GetPaintFunction>): CirclePaint | PathPaint | PinPaint | { | ||
export declare function expressionCallback<P extends Record<string, any> = Record<string, any>>(paint: P, defaultPaint?: P, getPaintFunctions?: Record<string, GetPaintFunction>): CirclePaint | PathPaint | PinPaint | { | ||
(feature: Feature): VectorAdapterLayerPaint; | ||
@@ -51,0 +51,0 @@ paint: P; |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/paint; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/paint; version: 1.16.5; author: NextGIS */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/paint; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/paint; version: 1.16.5; author: NextGIS */ | ||
function isExpression(value) { | ||
@@ -3,0 +3,0 @@ if (Array.isArray(value)) { |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/paint; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/paint; version: 1.16.5; author: NextGIS */ | ||
import { featureFilter } from '@nextgis/properties-filter'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/paint; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/paint; version: 1.16.5; author: NextGIS */ | ||
var Paint = (function (exports) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "@nextgis/paint", | ||
"version": "1.16.2", | ||
"version": "1.16.5", | ||
"description": "Create style for vector layer", | ||
@@ -11,7 +11,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@nextgis/properties-filter": "^1.16.2", | ||
"@nextgis/properties-filter": "^1.16.5", | ||
"geojson": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@nextgis/build-tools": "^1.16.2" | ||
"@nextgis/build-tools": "^1.16.5" | ||
}, | ||
@@ -52,3 +52,3 @@ "buildOptions": { | ||
}, | ||
"gitHead": "3bb21edf6017753d9d8148eaae2b8edf86bac00a" | ||
"gitHead": "62517973c613a7bfdc1851d99db1428b18a81b4d" | ||
} |
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 not supported yet
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 not supported yet
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
191641