@artstesh/maps 9.2.1 → 11.0.0
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/fesm2022/maps-components-src-map.mjs +95 -91
- package/dist/fesm2022/maps-components-src-map.mjs.map +1 -1
- package/dist/fesm2022/maps-components.mjs +95 -91
- package/dist/fesm2022/maps-components.mjs.map +1 -1
- package/dist/package.json +32 -0
- package/dist/{index.d.ts → types/maps-components-src-map.d.ts} +16 -16
- package/dist/{src/map/index.d.ts → types/maps-components.d.ts} +16 -16
- package/package.json +112 -111
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "maps-components",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^20.0.0",
|
|
6
|
+
"@angular/core": "^20.0.0",
|
|
7
|
+
"ol-geocoder": "^4.0.0",
|
|
8
|
+
"ol": "^10.0.0",
|
|
9
|
+
"@artstesh/postboy": "^3.3.0",
|
|
10
|
+
"@artstesh/collections": "^1.0.0"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"tslib": "^2.3.0"
|
|
14
|
+
},
|
|
15
|
+
"module": "fesm2022/maps-components.mjs",
|
|
16
|
+
"typings": "types/maps-components.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
"./package.json": {
|
|
19
|
+
"default": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
".": {
|
|
22
|
+
"types": "./types/maps-components.d.ts",
|
|
23
|
+
"default": "./fesm2022/maps-components.mjs"
|
|
24
|
+
},
|
|
25
|
+
"./src/map": {
|
|
26
|
+
"types": "./types/maps-components-src-map.d.ts",
|
|
27
|
+
"default": "./fesm2022/maps-components-src-map.mjs"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"sideEffects": false,
|
|
31
|
+
"type": "module"
|
|
32
|
+
}
|
|
@@ -239,7 +239,7 @@ declare class DestructibleComponent implements OnDestroy {
|
|
|
239
239
|
declare class MapPostboyService extends PostboyService {
|
|
240
240
|
constructor();
|
|
241
241
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPostboyService, never>;
|
|
242
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
242
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
declare class MapManagementService implements IPostboyDependingService {
|
|
@@ -259,7 +259,7 @@ declare class MapManagementService implements IPostboyDependingService {
|
|
|
259
259
|
private observeFeaturesInPoint;
|
|
260
260
|
private forEachLayer;
|
|
261
261
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapManagementService, never>;
|
|
262
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
262
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
declare class MapStateService implements IPostboyDependingService {
|
|
@@ -271,7 +271,7 @@ declare class MapStateService implements IPostboyDependingService {
|
|
|
271
271
|
private observeMapRendering;
|
|
272
272
|
private observeCenter;
|
|
273
273
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapStateService, never>;
|
|
274
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
274
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
interface IIdentified {
|
|
@@ -316,7 +316,7 @@ declare class MapClickService implements IPostboyDependingService {
|
|
|
316
316
|
private observeMapRender;
|
|
317
317
|
private getFeatureCollectionWithInner;
|
|
318
318
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapClickService, never>;
|
|
319
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
319
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
declare class MapFeatureService implements IPostboyDependingService {
|
|
@@ -331,7 +331,7 @@ declare class MapFeatureService implements IPostboyDependingService {
|
|
|
331
331
|
private observeFitToPolygons;
|
|
332
332
|
private fitToGeometries;
|
|
333
333
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapFeatureService, never>;
|
|
334
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
334
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
declare class DrawingService implements IPostboyDependingService {
|
|
@@ -348,7 +348,7 @@ declare class DrawingService implements IPostboyDependingService {
|
|
|
348
348
|
private observeCancelation;
|
|
349
349
|
private clearInteraction;
|
|
350
350
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawingService, never>;
|
|
351
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
351
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
declare class FeatureModificationService implements IPostboyDependingService {
|
|
@@ -368,7 +368,7 @@ declare class FeatureModificationService implements IPostboyDependingService {
|
|
|
368
368
|
private observeCancelation;
|
|
369
369
|
private clearInteraction;
|
|
370
370
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureModificationService, never>;
|
|
371
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
371
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
declare class ControlsService implements IPostboyDependingService {
|
|
@@ -380,7 +380,7 @@ declare class ControlsService implements IPostboyDependingService {
|
|
|
380
380
|
private observeAdding;
|
|
381
381
|
private observeRemoving;
|
|
382
382
|
static ɵfac: i0.ɵɵFactoryDeclaration<ControlsService, never>;
|
|
383
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
383
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
declare class MessageRegistratorService extends PostboyAbstractRegistrator {
|
|
@@ -389,13 +389,13 @@ declare class MessageRegistratorService extends PostboyAbstractRegistrator {
|
|
|
389
389
|
protected _up(): void;
|
|
390
390
|
private setExecutors;
|
|
391
391
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageRegistratorService, never>;
|
|
392
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
392
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
declare class MapPlateFactory {
|
|
396
396
|
build(settings: MapSettings): Map;
|
|
397
397
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPlateFactory, never>;
|
|
398
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
398
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
/**
|
|
@@ -508,7 +508,7 @@ declare class TileLayerFactory {
|
|
|
508
508
|
private tileLoader;
|
|
509
509
|
private getNormalizedCoord;
|
|
510
510
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayerFactory, never>;
|
|
511
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
511
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
declare class TileLayerComponent extends DestructibleComponent {
|
|
@@ -648,7 +648,7 @@ declare class FeatureLayerSettings {
|
|
|
648
648
|
declare class FeatureLayerFactory {
|
|
649
649
|
build(settings: FeatureLayerSettings): Vector<VectorSource<any>>;
|
|
650
650
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureLayerFactory, never>;
|
|
651
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
651
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
declare class FeatureLayerComponent extends DestructibleComponent implements OnInit {
|
|
@@ -779,7 +779,7 @@ declare class ClusterLayerFactory {
|
|
|
779
779
|
build(settings: ClusterLayerSettings, postboy: MapPostboyService): ClusterLayerManager;
|
|
780
780
|
styleFunc(settings: ClusterLayerSettings): StyleFunction;
|
|
781
781
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClusterLayerFactory, never>;
|
|
782
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
782
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
/**
|
|
@@ -906,7 +906,7 @@ declare class ImageLayerSettings {
|
|
|
906
906
|
declare class ImageLayerFactory {
|
|
907
907
|
build(settings: ImageLayerSettings): ImageLayer<Static>;
|
|
908
908
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageLayerFactory, never>;
|
|
909
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
909
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
declare class ImageLayerComponent extends DestructibleComponent implements OnInit {
|
|
@@ -1050,7 +1050,7 @@ declare class RasterTileLayerFactory {
|
|
|
1050
1050
|
private tileLoader;
|
|
1051
1051
|
private getNormalizedCoord;
|
|
1052
1052
|
static ɵfac: i0.ɵɵFactoryDeclaration<RasterTileLayerFactory, never>;
|
|
1053
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1053
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
1056
|
declare class RasterTileLayerComponent extends DestructibleComponent {
|
|
@@ -1200,7 +1200,7 @@ declare class GeotiffTileLayerSettings {
|
|
|
1200
1200
|
declare class GeotiffTileLayerFactory {
|
|
1201
1201
|
build(settings: GeotiffTileLayerSettings): TileLayer$1;
|
|
1202
1202
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeotiffTileLayerFactory, never>;
|
|
1203
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1203
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
1206
|
declare class GeotiffTileLayerComponent extends DestructibleComponent {
|
|
@@ -239,7 +239,7 @@ declare class DestructibleComponent implements OnDestroy {
|
|
|
239
239
|
declare class MapPostboyService extends PostboyService {
|
|
240
240
|
constructor();
|
|
241
241
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPostboyService, never>;
|
|
242
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
242
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
declare class MapManagementService implements IPostboyDependingService {
|
|
@@ -259,7 +259,7 @@ declare class MapManagementService implements IPostboyDependingService {
|
|
|
259
259
|
private observeFeaturesInPoint;
|
|
260
260
|
private forEachLayer;
|
|
261
261
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapManagementService, never>;
|
|
262
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
262
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
declare class MapStateService implements IPostboyDependingService {
|
|
@@ -271,7 +271,7 @@ declare class MapStateService implements IPostboyDependingService {
|
|
|
271
271
|
private observeMapRendering;
|
|
272
272
|
private observeCenter;
|
|
273
273
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapStateService, never>;
|
|
274
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
274
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
interface IIdentified {
|
|
@@ -316,7 +316,7 @@ declare class MapClickService implements IPostboyDependingService {
|
|
|
316
316
|
private observeMapRender;
|
|
317
317
|
private getFeatureCollectionWithInner;
|
|
318
318
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapClickService, never>;
|
|
319
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
319
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
declare class MapFeatureService implements IPostboyDependingService {
|
|
@@ -331,7 +331,7 @@ declare class MapFeatureService implements IPostboyDependingService {
|
|
|
331
331
|
private observeFitToPolygons;
|
|
332
332
|
private fitToGeometries;
|
|
333
333
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapFeatureService, never>;
|
|
334
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
334
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
declare class DrawingService implements IPostboyDependingService {
|
|
@@ -348,7 +348,7 @@ declare class DrawingService implements IPostboyDependingService {
|
|
|
348
348
|
private observeCancelation;
|
|
349
349
|
private clearInteraction;
|
|
350
350
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawingService, never>;
|
|
351
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
351
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
declare class FeatureModificationService implements IPostboyDependingService {
|
|
@@ -368,7 +368,7 @@ declare class FeatureModificationService implements IPostboyDependingService {
|
|
|
368
368
|
private observeCancelation;
|
|
369
369
|
private clearInteraction;
|
|
370
370
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureModificationService, never>;
|
|
371
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
371
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
declare class ControlsService implements IPostboyDependingService {
|
|
@@ -380,7 +380,7 @@ declare class ControlsService implements IPostboyDependingService {
|
|
|
380
380
|
private observeAdding;
|
|
381
381
|
private observeRemoving;
|
|
382
382
|
static ɵfac: i0.ɵɵFactoryDeclaration<ControlsService, never>;
|
|
383
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
383
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
declare class MessageRegistratorService extends PostboyAbstractRegistrator {
|
|
@@ -389,13 +389,13 @@ declare class MessageRegistratorService extends PostboyAbstractRegistrator {
|
|
|
389
389
|
protected _up(): void;
|
|
390
390
|
private setExecutors;
|
|
391
391
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageRegistratorService, never>;
|
|
392
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
392
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
declare class MapPlateFactory {
|
|
396
396
|
build(settings: MapSettings): Map;
|
|
397
397
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPlateFactory, never>;
|
|
398
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
398
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
/**
|
|
@@ -508,7 +508,7 @@ declare class TileLayerFactory {
|
|
|
508
508
|
private tileLoader;
|
|
509
509
|
private getNormalizedCoord;
|
|
510
510
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayerFactory, never>;
|
|
511
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
511
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
declare class TileLayerComponent extends DestructibleComponent {
|
|
@@ -648,7 +648,7 @@ declare class FeatureLayerSettings {
|
|
|
648
648
|
declare class FeatureLayerFactory {
|
|
649
649
|
build(settings: FeatureLayerSettings): Vector<VectorSource<any>>;
|
|
650
650
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureLayerFactory, never>;
|
|
651
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
651
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
declare class FeatureLayerComponent extends DestructibleComponent implements OnInit {
|
|
@@ -779,7 +779,7 @@ declare class ClusterLayerFactory {
|
|
|
779
779
|
build(settings: ClusterLayerSettings, postboy: MapPostboyService): ClusterLayerManager;
|
|
780
780
|
styleFunc(settings: ClusterLayerSettings): StyleFunction;
|
|
781
781
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClusterLayerFactory, never>;
|
|
782
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
782
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
/**
|
|
@@ -906,7 +906,7 @@ declare class ImageLayerSettings {
|
|
|
906
906
|
declare class ImageLayerFactory {
|
|
907
907
|
build(settings: ImageLayerSettings): ImageLayer<Static>;
|
|
908
908
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageLayerFactory, never>;
|
|
909
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
909
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
declare class ImageLayerComponent extends DestructibleComponent implements OnInit {
|
|
@@ -1050,7 +1050,7 @@ declare class RasterTileLayerFactory {
|
|
|
1050
1050
|
private tileLoader;
|
|
1051
1051
|
private getNormalizedCoord;
|
|
1052
1052
|
static ɵfac: i0.ɵɵFactoryDeclaration<RasterTileLayerFactory, never>;
|
|
1053
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1053
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
1056
|
declare class RasterTileLayerComponent extends DestructibleComponent {
|
|
@@ -1200,7 +1200,7 @@ declare class GeotiffTileLayerSettings {
|
|
|
1200
1200
|
declare class GeotiffTileLayerFactory {
|
|
1201
1201
|
build(settings: GeotiffTileLayerSettings): TileLayer$1;
|
|
1202
1202
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeotiffTileLayerFactory, never>;
|
|
1203
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1203
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
1206
|
declare class GeotiffTileLayerComponent extends DestructibleComponent {
|
package/package.json
CHANGED
|
@@ -1,111 +1,112 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@artstesh/maps",
|
|
3
|
-
"version": "
|
|
4
|
-
"author": "artstesh",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"description": "Let's draw a map ;)",
|
|
7
|
-
"homepage": "https://maps.artstesh.ru",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"ng": "ng",
|
|
10
|
-
"start": "ng serve",
|
|
11
|
-
"build": "ng build",
|
|
12
|
-
"prepare": "npm run build",
|
|
13
|
-
"preversion": "npm test",
|
|
14
|
-
"version": "npm run format && git add -A projects",
|
|
15
|
-
"format": "prettier --write \"projects/**/*.ts\"",
|
|
16
|
-
"postversion": "git push && git push --tags",
|
|
17
|
-
"watch": "ng build --watch --configuration development",
|
|
18
|
-
"test": "ng test",
|
|
19
|
-
"storybook": "ng run maps-components:storybook",
|
|
20
|
-
"build-storybook": "ng run maps-components:build-storybook"
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"dist/**/*"
|
|
24
|
-
],
|
|
25
|
-
"private": false,
|
|
26
|
-
"keywords": [
|
|
27
|
-
"maps",
|
|
28
|
-
"openalayers",
|
|
29
|
-
"polygons",
|
|
30
|
-
"markers"
|
|
31
|
-
],
|
|
32
|
-
"module": "dist/fesm2022/maps-components.mjs",
|
|
33
|
-
"main": "dist/esm2022/public-api.mjs",
|
|
34
|
-
"types": "dist/public-api.d.ts",
|
|
35
|
-
"typings": "dist/index.d.ts",
|
|
36
|
-
"repository": {
|
|
37
|
-
"type": "git",
|
|
38
|
-
"url": "git+https://github.com/artstesh/maps.git"
|
|
39
|
-
},
|
|
40
|
-
"peerDependencies": {
|
|
41
|
-
"@angular/common": "^
|
|
42
|
-
"@angular/core": "^
|
|
43
|
-
"ol-geocoder": "^4.0.0",
|
|
44
|
-
"ol": "^10.0.0",
|
|
45
|
-
"@artstesh/postboy": "^3.4.0",
|
|
46
|
-
"@artstesh/collections": "^1.0.0"
|
|
47
|
-
},
|
|
48
|
-
"devDependencies": {
|
|
49
|
-
"@angular/common": "
|
|
50
|
-
"@angular/compiler": "
|
|
51
|
-
"@angular/core": "
|
|
52
|
-
"@artstesh/collections": "1.0.4",
|
|
53
|
-
"@artstesh/postboy": "3.4.2",
|
|
54
|
-
"ol": "10.7.2",
|
|
55
|
-
"ol-geocoder": "4.3.3",
|
|
56
|
-
"rxjs": "7.8.2",
|
|
57
|
-
"tslib": "2.8.1",
|
|
58
|
-
"zone.js": "~0.15.0",
|
|
59
|
-
"@angular-builders/custom-webpack": "
|
|
60
|
-
"@angular-devkit/build-angular": "
|
|
61
|
-
"@angular-eslint/builder": "
|
|
62
|
-
"@angular-eslint/eslint-plugin": "
|
|
63
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
64
|
-
"@angular-eslint/schematics": "
|
|
65
|
-
"@angular-eslint/template-parser": "
|
|
66
|
-
"@angular/cli": "
|
|
67
|
-
"@angular/compiler-cli": "
|
|
68
|
-
"@angular/forms": "
|
|
69
|
-
"@angular/platform-browser-dynamic": "
|
|
70
|
-
"@artstesh/forger": "2.0.0",
|
|
71
|
-
"@artstesh/it-should": "2.0.1",
|
|
72
|
-
"@biesbjerg/ngx-translate-extract": "7.0.4",
|
|
73
|
-
"@types/chart.js": "2.9.34",
|
|
74
|
-
"@types/jasmine": "3.8.1",
|
|
75
|
-
"@types/node": "20.19.11",
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "
|
|
77
|
-
"@typescript-eslint/parser": "
|
|
78
|
-
"eslint": "
|
|
79
|
-
"eslint-config-airbnb-typescript": "18.0.0",
|
|
80
|
-
"eslint-config-prettier": "9.1.2",
|
|
81
|
-
"eslint-plugin-import": "2.29.0",
|
|
82
|
-
"eslint-plugin-jasmine": "4.1.3",
|
|
83
|
-
"eslint-plugin-node": "11.1.0",
|
|
84
|
-
"eslint-plugin-prettier": "4.2.1",
|
|
85
|
-
"jasmine-core": "3.8.0",
|
|
86
|
-
"karma": "6.3.20",
|
|
87
|
-
"karma-chrome-launcher": "3.1.0",
|
|
88
|
-
"karma-coverage": "2.0.3",
|
|
89
|
-
"karma-jasmine": "4.0.1",
|
|
90
|
-
"karma-jasmine-html-reporter": "1.7.0",
|
|
91
|
-
"ng-mocks": "14.
|
|
92
|
-
"ng-packagr": "
|
|
93
|
-
"pre-commit": "1.2.2",
|
|
94
|
-
"prettier": "2.7.1",
|
|
95
|
-
"ts-mockito": "2.6.1",
|
|
96
|
-
"typescript": "
|
|
97
|
-
"storybook": "10.
|
|
98
|
-
"@storybook/angular": "10.
|
|
99
|
-
"@storybook/addon-a11y": "10.
|
|
100
|
-
"@storybook/addon-docs": "10.
|
|
101
|
-
"@angular-devkit/architect": "0.
|
|
102
|
-
"@angular-devkit/core": "
|
|
103
|
-
"@compodoc/compodoc": "1.2.1",
|
|
104
|
-
"eslint-plugin-storybook": "10.
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@artstesh/maps",
|
|
3
|
+
"version": "11.0.0",
|
|
4
|
+
"author": "artstesh",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"description": "Let's draw a map ;)",
|
|
7
|
+
"homepage": "https://maps.artstesh.ru",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"ng": "ng",
|
|
10
|
+
"start": "ng serve",
|
|
11
|
+
"build": "ng build",
|
|
12
|
+
"prepare": "npm run build",
|
|
13
|
+
"preversion": "npm test",
|
|
14
|
+
"version": "npm run format && git add -A projects",
|
|
15
|
+
"format": "prettier --write \"projects/**/*.ts\"",
|
|
16
|
+
"postversion": "git push && git push --tags",
|
|
17
|
+
"watch": "ng build --watch --configuration development",
|
|
18
|
+
"test": "ng test",
|
|
19
|
+
"storybook": "ng run maps-components:storybook",
|
|
20
|
+
"build-storybook": "ng run maps-components:build-storybook"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist/**/*"
|
|
24
|
+
],
|
|
25
|
+
"private": false,
|
|
26
|
+
"keywords": [
|
|
27
|
+
"maps",
|
|
28
|
+
"openalayers",
|
|
29
|
+
"polygons",
|
|
30
|
+
"markers"
|
|
31
|
+
],
|
|
32
|
+
"module": "dist/fesm2022/maps-components.mjs",
|
|
33
|
+
"main": "dist/esm2022/public-api.mjs",
|
|
34
|
+
"types": "dist/public-api.d.ts",
|
|
35
|
+
"typings": "dist/index.d.ts",
|
|
36
|
+
"repository": {
|
|
37
|
+
"type": "git",
|
|
38
|
+
"url": "git+https://github.com/artstesh/maps.git"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"@angular/common": "^22.0.0",
|
|
42
|
+
"@angular/core": "^22.0.0",
|
|
43
|
+
"ol-geocoder": "^4.0.0",
|
|
44
|
+
"ol": "^10.0.0",
|
|
45
|
+
"@artstesh/postboy": "^3.4.0",
|
|
46
|
+
"@artstesh/collections": "^1.0.0"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@angular/common": "22.1.6",
|
|
50
|
+
"@angular/compiler": "22.1.6",
|
|
51
|
+
"@angular/core": "22.1.6",
|
|
52
|
+
"@artstesh/collections": "1.0.4",
|
|
53
|
+
"@artstesh/postboy": "3.4.2",
|
|
54
|
+
"ol": "10.7.2",
|
|
55
|
+
"ol-geocoder": "4.3.3",
|
|
56
|
+
"rxjs": "7.8.2",
|
|
57
|
+
"tslib": "2.8.1",
|
|
58
|
+
"zone.js": "~0.15.0",
|
|
59
|
+
"@angular-builders/custom-webpack": "22.0.1",
|
|
60
|
+
"@angular-devkit/build-angular": "22.1.8",
|
|
61
|
+
"@angular-eslint/builder": "22.5.0",
|
|
62
|
+
"@angular-eslint/eslint-plugin": "22.5.0",
|
|
63
|
+
"@angular-eslint/eslint-plugin-template": "22.5.0",
|
|
64
|
+
"@angular-eslint/schematics": "22.5.0",
|
|
65
|
+
"@angular-eslint/template-parser": "22.5.0",
|
|
66
|
+
"@angular/cli": "22.1.6",
|
|
67
|
+
"@angular/compiler-cli": "22.1.6",
|
|
68
|
+
"@angular/forms": "22.1.6",
|
|
69
|
+
"@angular/platform-browser-dynamic": "22.1.6",
|
|
70
|
+
"@artstesh/forger": "2.0.0",
|
|
71
|
+
"@artstesh/it-should": "2.0.1",
|
|
72
|
+
"@biesbjerg/ngx-translate-extract": "7.0.4",
|
|
73
|
+
"@types/chart.js": "2.9.34",
|
|
74
|
+
"@types/jasmine": "3.8.1",
|
|
75
|
+
"@types/node": "20.19.11",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "8.46.4",
|
|
77
|
+
"@typescript-eslint/parser": "8.46.4",
|
|
78
|
+
"eslint": "9.39.0",
|
|
79
|
+
"eslint-config-airbnb-typescript": "18.0.0",
|
|
80
|
+
"eslint-config-prettier": "9.1.2",
|
|
81
|
+
"eslint-plugin-import": "2.29.0",
|
|
82
|
+
"eslint-plugin-jasmine": "4.1.3",
|
|
83
|
+
"eslint-plugin-node": "11.1.0",
|
|
84
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
85
|
+
"jasmine-core": "3.8.0",
|
|
86
|
+
"karma": "6.3.20",
|
|
87
|
+
"karma-chrome-launcher": "3.1.0",
|
|
88
|
+
"karma-coverage": "2.0.3",
|
|
89
|
+
"karma-jasmine": "4.0.1",
|
|
90
|
+
"karma-jasmine-html-reporter": "1.7.0",
|
|
91
|
+
"ng-mocks": "14.17.6",
|
|
92
|
+
"ng-packagr": "22.1.1",
|
|
93
|
+
"pre-commit": "1.2.2",
|
|
94
|
+
"prettier": "2.7.1",
|
|
95
|
+
"ts-mockito": "2.6.1",
|
|
96
|
+
"typescript": "6.0.3",
|
|
97
|
+
"storybook": "10.6.0",
|
|
98
|
+
"@storybook/angular": "10.6.0",
|
|
99
|
+
"@storybook/addon-a11y": "10.6.0",
|
|
100
|
+
"@storybook/addon-docs": "10.6.0",
|
|
101
|
+
"@angular-devkit/architect": "0.2200.9",
|
|
102
|
+
"@angular-devkit/core": "22.1.8",
|
|
103
|
+
"@compodoc/compodoc": "1.2.1",
|
|
104
|
+
"eslint-plugin-storybook": "10.6.0",
|
|
105
|
+
"@angular/platform-browser": "22.1.6"
|
|
106
|
+
},
|
|
107
|
+
"eslintConfig": {
|
|
108
|
+
"extends": [
|
|
109
|
+
"plugin:storybook/recommended"
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|