@evergis/react 2.0.173 → 2.0.174

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.173",
2
+ "version": "2.0.174",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -79,5 +79,5 @@
79
79
  "punycode": "^2.1.1",
80
80
  "styled-components": "^5.3.5"
81
81
  },
82
- "gitHead": "1bb672c93d7adf57ab7a14ae029a6a867e79f78d"
82
+ "gitHead": "314085c7486d25fe8a67eefd5aa642524bc2934c"
83
83
  }
@@ -1,3 +0,0 @@
1
- import { EvergisStyle } from '../style';
2
- import { LayerLegend, LegendConfig } from './types';
3
- export declare function createStyleLegend(style: EvergisStyle, config: LegendConfig): LayerLegend | null;
@@ -1,3 +0,0 @@
1
- import { FeatureLayerServiceInfoDc } from '@evergis/api';
2
- import { LayerLegend, LegendConfig } from '../../core';
3
- export declare const useLayerLegend: (layer?: FeatureLayerServiceInfoDc | undefined, config?: LegendConfig | undefined) => LayerLegend | null;
@@ -1,2 +0,0 @@
1
- import { EvergisStyle, LayerLegend, LegendConfig } from '../../core';
2
- export declare const useLegend: (style?: EvergisStyle | undefined, config?: LegendConfig | undefined) => LayerLegend | null;
@@ -1,6 +0,0 @@
1
- import { ClassificationParameterExtended, ParameterValueWithSymbol } from '../../core';
2
- export declare type LegendSymbolPart = {
3
- parameter: ClassificationParameterExtended;
4
- parameterValue: ParameterValueWithSymbol;
5
- };
6
- export declare const useLegendValueSymbol: ({ parameter, parameterValue, }: LegendSymbolPart) => import("@evergis/sgis/es/symbols/point/Point").PointSymbol | import("@evergis/sgis/es/symbols/point/StaticImageSymbol").StaticImageSymbol | import("@evergis/sgis/es/symbols/point/Square").SquareSymbol | import("@evergis/sgis/es/symbols/point/MaskedImage").MaskedImage | import("@evergis/sgis/es/symbols/polygon/Simple").PolygonSymbol | import("@evergis/sgis/es/symbols/polygon/BrushFill").BrushFill | import("@evergis/sgis/es/symbols/polygon/ImageFill").ImageFill | import("@evergis/sgis/es/symbols/PolylineSymbol").PolylineSymbol | import("@evergis/sgis/es/symbols/H3Symbol").H3Symbol | import("@evergis/sgis/es/symbols/ClusterSymbol").ClusterSymbol | null;
@@ -1,6 +0,0 @@
1
- import { FeatureLayerServiceInfoDc } from '@evergis/api';
2
- import { LegendConfig } from '../../core';
3
- export declare const useMapLegend: (layer?: FeatureLayerServiceInfoDc | undefined, config?: LegendConfig | undefined) => {
4
- symbol: import("../../core").Unclassify<import("../../core").ClientSymbol<"svgPointSymbol", import("@evergis/api").SvgPointSymbolDc, never>> | import("../../core").Unclassify<import("../../core").ClientSymbol<"circlePointSymbol", import("@evergis/api").CirclePointSymbolDc, never>> | import("../../core").Unclassify<import("../../core").SquareSymbol> | import("../../core").Unclassify<import("../../core").ClientSymbol<"maskedImagePointSymbol", import("@evergis/api").MaskedImagePointSymbolDc, never>> | import("../../core").Unclassify<import("../../core").ClientSymbol<"imagePointSymbol", import("@evergis/api").ImagePointSymbolDc, never>> | import("../../core").Unclassify<import("../../core").PolygonSymbol<import("../../core").FillBrushType, import("../../core").StrokeBrushType>> | import("../../core").Unclassify<import("../../core").ClientSymbol<"polylineSymbol", import("@evergis/api").PolylineSymbolDc, never>> | import("../../core").Unclassify<import("../../core").ClientSymbol<"simplePolylineSymbol", import("@evergis/api").SimplePolylineSymbolDc, never>> | import("../../core").Unclassify<import("../../core").ClientSymbol<"polylineLabelSymbol", import("@evergis/api").PolylineLabelSymbolDc, "fontColor" | "fontSize" | "haloColor">> | import("../../core").Unclassify<import("../../core").ClientSymbol<"polygonLabelSymbol", import("@evergis/api").PolygonLabelSymbolDc, "fontColor" | "fontSize" | "haloColor">> | import("../../core").Unclassify<import("../../core").ClientSymbol<"labelPointSymbol", import("@evergis/api").PointLabelSymbolDc, "fontColor" | "fontSize" | "haloColor">> | import("../../core").Unclassify<import("../../core").ClientSymbol<"rasterSymbol", import("@evergis/api").RasterSymbolDc, never>> | import("../../core").Unclassify<import("@evergis/api").H3GridSymbolDc> | import("../../core").Unclassify<import("@evergis/api").ClusterSymbolDc>;
5
- items: import("../../core").LegendItem[];
6
- } | null;