@evergis/react 2.0.137 → 2.0.138
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/core/classification/types.d.ts +1 -1
- package/dist/react.cjs.development.js +2 -1
- 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 +2 -1
- package/dist/react.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ParameterValue, ParameterValueWithSymbol } from '../style';
|
|
2
2
|
import { ClassificationAttribute } from '../attributes';
|
|
3
|
-
export declare type NestedClassificationParameters = 'fill.color' | 'fill.hatchColor' | 'stroke.width' | 'stroke.color';
|
|
3
|
+
export declare type NestedClassificationParameters = 'fill.color' | 'fill.hatchColor' | 'stroke.width' | 'stroke.color' | 'background.fillColor' | 'background.strokeColor' | 'background.strokeWidth' | 'figure.fillColor';
|
|
4
4
|
export declare type SimpleClassificationParameters = 'fillColor' | 'strokeColor' | 'strokeWidth' | 'size' | 'symbol' | 'angle' | 'maskedColor';
|
|
5
5
|
export declare type ClassificationParameter = NestedClassificationParameters | SimpleClassificationParameters;
|
|
6
6
|
export declare type ClassificationParameterExtended = ClassificationParameter | 'width' | 'height';
|
|
@@ -5046,7 +5046,8 @@ const MapLegend = _ref => {
|
|
|
5046
5046
|
}, React__default.createElement(MapLegendControl, {
|
|
5047
5047
|
className: className
|
|
5048
5048
|
}, React__default.createElement(MapLegendHeader, null, layer == null ? void 0 : layer.alias), React__default.createElement(MapLegendContainer, null, isExpanded ? React__default.createElement(Legend, {
|
|
5049
|
-
layer: layer
|
|
5049
|
+
layer: layer,
|
|
5050
|
+
config: config
|
|
5050
5051
|
}) : React__default.createElement(React__default.Fragment, null, item.title !== (layer == null ? void 0 : layer.alias) && React__default.createElement(MapLegendValueDescr, null, item.title), React__default.createElement(MapLegendItems, null, item.values.map(value => React__default.createElement(MapLegendItem, {
|
|
5051
5052
|
key: value.title,
|
|
5052
5053
|
title: value.title,
|