@evergis/react 2.0.178 → 2.0.180
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/react.cjs.development.js +8 -13
- 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 +8 -13
- package/dist/react.esm.js.map +1 -1
- package/dist/symbols/mockFeatures.d.ts +4 -2
- package/dist/symbols/types.d.ts +2 -1
- package/package.json +5 -5
|
@@ -2,6 +2,7 @@ import { PointFeature } from '@evergis/sgis/es/features/PointFeature';
|
|
|
2
2
|
import { Polygon } from '@evergis/sgis/es/features/Polygon';
|
|
3
3
|
import { Polyline } from '@evergis/sgis/es/features/Polyline';
|
|
4
4
|
import { H3Feature } from "@evergis/sgis/es/features/H3Feature";
|
|
5
|
+
import { CombinedPolyline } from "@evergis/sgis/es/features/CombinedPolyline";
|
|
5
6
|
/**
|
|
6
7
|
* Моки фич для отображения превью символа
|
|
7
8
|
* http://cf.everpoint.ru/pages/viewpage.action?pageId=45024217
|
|
@@ -9,6 +10,7 @@ import { H3Feature } from "@evergis/sgis/es/features/H3Feature";
|
|
|
9
10
|
export declare const viewBoxSize = 100;
|
|
10
11
|
export declare const pointFeature: PointFeature;
|
|
11
12
|
export declare const lineFeature: Polyline;
|
|
13
|
+
export declare const combinedLineFeature: CombinedPolyline;
|
|
12
14
|
export declare const polygonFeature: Polygon;
|
|
13
15
|
export declare const h3gridFeature: H3Feature;
|
|
14
16
|
export declare const lineLegendFeature: Polyline;
|
|
@@ -20,14 +22,14 @@ export declare const MAP_LEGEND_FEATURES: {
|
|
|
20
22
|
export declare const LEGEND_FEATURES: {
|
|
21
23
|
point: PointFeature;
|
|
22
24
|
polyline: Polyline;
|
|
23
|
-
combinedPolyline:
|
|
25
|
+
combinedPolyline: CombinedPolyline;
|
|
24
26
|
polygon: Polygon;
|
|
25
27
|
h3grid: H3Feature;
|
|
26
28
|
};
|
|
27
29
|
export declare const MOCK_FEATURES: {
|
|
28
30
|
readonly point: PointFeature;
|
|
29
31
|
readonly polyline: Polyline;
|
|
30
|
-
readonly combinedPolyline:
|
|
32
|
+
readonly combinedPolyline: CombinedPolyline;
|
|
31
33
|
readonly polygon: Polygon;
|
|
32
34
|
readonly h3grid: H3Feature;
|
|
33
35
|
};
|
package/dist/symbols/types.d.ts
CHANGED
|
@@ -8,8 +8,9 @@ import { ImageFill } from '@evergis/sgis/es/symbols/polygon/ImageFill';
|
|
|
8
8
|
import { PointSymbol } from '@evergis/sgis/es/symbols/point/Point';
|
|
9
9
|
import { H3Symbol } from "@evergis/sgis/es/symbols/H3Symbol";
|
|
10
10
|
import { ClusterSymbol } from "@evergis/sgis/es/symbols/ClusterSymbol";
|
|
11
|
+
import { CombinedPolylineSymbol } from "@evergis/sgis/es/symbols/CombinedPolylineSymbol";
|
|
11
12
|
export declare type SGisPointSymbolType = PointSymbol | StaticImageSymbol | SquareSymbol | MaskedImage;
|
|
12
13
|
export declare type SGisImageSymbolType = StaticImageSymbol | MaskedImage;
|
|
13
14
|
export declare type SGisPolygonSymbolType = PolygonSymbol | BrushFill | ImageFill;
|
|
14
15
|
export declare type SGisPolylineSymbolType = PolylineSymbol;
|
|
15
|
-
export declare type SGisSymbolType = SGisPointSymbolType | SGisPolygonSymbolType | SGisPolylineSymbolType | H3Symbol | ClusterSymbol;
|
|
16
|
+
export declare type SGisSymbolType = SGisPointSymbolType | SGisPolygonSymbolType | SGisPolylineSymbolType | H3Symbol | ClusterSymbol | CombinedPolylineSymbol;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.180",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@evergis/api": ">=1.0.0",
|
|
24
|
-
"@evergis/sgis": ">=0.5.0-alpha.
|
|
24
|
+
"@evergis/sgis": ">=0.5.0-alpha.54",
|
|
25
25
|
"react": ">=17",
|
|
26
26
|
"react-dom": ">=17"
|
|
27
27
|
},
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@babel/core": "^7.17.5",
|
|
44
44
|
"@babel/plugin-transform-classes": "^7.16.7",
|
|
45
45
|
"@babel/preset-env": "^7.16.11",
|
|
46
|
-
"@evergis/api": "^3.0.
|
|
47
|
-
"@evergis/sgis": "0.5.0-alpha.
|
|
46
|
+
"@evergis/api": "^3.0.148",
|
|
47
|
+
"@evergis/sgis": "0.5.0-alpha.54",
|
|
48
48
|
"@storybook/addon-actions": "^6.4.18",
|
|
49
49
|
"@storybook/addon-controls": "^6.4.18",
|
|
50
50
|
"@storybook/addon-docs": "^6.4.18",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"punycode": "^2.1.1",
|
|
80
80
|
"styled-components": "^5.3.5"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "2599713b524869958ab5c7511ce3377075c9ffa5"
|
|
83
83
|
}
|