@evergis/react
Advanced tools
Comparing version 2.0.157 to 2.0.158
import { ClassificationParameterExtended } from "../../core"; | ||
import { MapLegendItemProps } from "./types"; | ||
export declare const MapLegendControl: import("styled-components").StyledComponent<"div", any, {}, never>; | ||
@@ -8,10 +9,4 @@ export declare const MapLegendContainer: import("styled-components").StyledComponent<"div", any, {}, never>; | ||
export declare const MapLegendValueDescr: import("styled-components").StyledComponent<"div", any, {}, never>; | ||
export declare const MapLegendItem: import("styled-components").StyledComponent<"div", any, { | ||
value?: string | number | undefined; | ||
parameter?: "symbol" | "height" | "width" | "strokeWidth" | "size" | "fill.color" | "fill.hatchColor" | "stroke.width" | "stroke.color" | "background.fillColor" | "background.strokeColor" | "background.strokeWidth" | "figure.fillColor" | "fillColor" | "strokeColor" | "angle" | "maskedColor" | undefined; | ||
}, never>; | ||
export declare const MapLegendOther: import("styled-components").StyledComponent<"div", any, { | ||
value?: string | number | undefined; | ||
parameter?: "symbol" | "height" | "width" | "strokeWidth" | "size" | "fill.color" | "fill.hatchColor" | "stroke.width" | "stroke.color" | "background.fillColor" | "background.strokeColor" | "background.strokeWidth" | "figure.fillColor" | "fillColor" | "strokeColor" | "angle" | "maskedColor" | undefined; | ||
}, never>; | ||
export declare const MapLegendItem: import("styled-components").StyledComponent<"div", any, MapLegendItemProps, never>; | ||
export declare const MapLegendOther: import("styled-components").StyledComponent<"div", any, MapLegendItemProps, never>; | ||
export declare const SizeMinimizedLegend: import("styled-components").StyledComponent<"div", any, {}, never>; | ||
@@ -29,8 +24,6 @@ export declare const SizeMinimizedLegendSymbol: import("styled-components").StyledComponent<"div", any, {}, never>; | ||
}, never>; | ||
export declare const MapLegendItemsContainer: import("styled-components").StyledComponent<"div", any, {}, never>; | ||
export declare const MapLegendValues: import("styled-components").StyledComponent<"div", any, {}, never>; | ||
export declare const MapLegendValuesRange: import("styled-components").StyledComponent<"div", any, {}, never>; | ||
export declare const MapLegendValuesOther: import("styled-components").StyledComponent<"div", any, { | ||
value?: string | number | undefined; | ||
parameter?: "symbol" | "height" | "width" | "strokeWidth" | "size" | "fill.color" | "fill.hatchColor" | "stroke.width" | "stroke.color" | "background.fillColor" | "background.strokeColor" | "background.strokeWidth" | "figure.fillColor" | "fillColor" | "strokeColor" | "angle" | "maskedColor" | undefined; | ||
}, never>; | ||
export declare const MapLegendValuesOther: import("styled-components").StyledComponent<"div", any, MapLegendItemProps, never>; | ||
export declare const MapLegendExpandButton: import("styled-components").StyledComponent<"div", any, {}, never>; |
@@ -15,2 +15,8 @@ import { ReactNode } from "react"; | ||
parameter: ClassificationParameterExtended; | ||
hiddenLegends?: string[]; | ||
}; | ||
export declare type MapLegendItemProps = { | ||
value?: string | number; | ||
parameter?: ClassificationParameterExtended; | ||
isHidden?: boolean; | ||
}; |
@@ -10,2 +10,3 @@ /// <reference types="react" /> | ||
parameterValue: ParameterValueWithSymbol; | ||
hiddenCondition?: string; | ||
}; | ||
@@ -12,0 +13,0 @@ export declare type LegendItem = { |
{ | ||
"version": "2.0.157", | ||
"version": "2.0.158", | ||
"license": "MIT", | ||
@@ -79,3 +79,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "2da2f1defa9ccebf5d1c497919158c23a8053850" | ||
"gitHead": "7551dcd63f85f548a10ac0b0aa2066e4b2859674" | ||
} |
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 too big to display
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
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
1742478
12472