@evergis/react 2.0.173 → 2.0.175
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/dist/components/Legend/styled.d.ts +9 -1
- package/dist/components/Legend/types.d.ts +5 -1
- package/dist/core/legend/index.d.ts +0 -1
- package/dist/hooks/index.d.ts +1 -4
- package/dist/hooks/useNode.d.ts +2 -0
- package/dist/react.cjs.development.js +2716 -2789
- package/dist/react.cjs.development.js.map +1 -1
- package/dist/react.cjs.production.min.js +1 -1
- package/dist/react.cjs.production.min.js.map +1 -1
- package/dist/react.esm.js +2724 -2795
- package/dist/react.esm.js.map +1 -1
- package/package.json +2 -2
- package/dist/core/legend/createStyleLegend.d.ts +0 -3
- package/dist/hooks/useLegend/useLayerLegend.d.ts +0 -3
- package/dist/hooks/useLegend/useLegend.d.ts +0 -2
- package/dist/hooks/useLegend/useLegendValueSymbol.d.ts +0 -6
- package/dist/hooks/useLegend/useMapLegend.d.ts +0 -6
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.175",
|
|
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": "
|
|
82
|
+
"gitHead": "6ee76740de4471f6f16c2be90bcb37623b56029e"
|
|
83
83
|
}
|
|
@@ -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;
|