@artstesh/maps 10.1.1 → 11.0.1
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/types/maps-components-src-map.d.ts +16 -16
- package/dist/types/maps-components.d.ts +16 -16
- package/package.json +25 -25
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "maps-components",
|
|
3
|
+
"version": "11.0.1",
|
|
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.4.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
|
+
}
|
|
@@ -346,7 +346,7 @@ declare class DestructibleComponent implements OnDestroy {
|
|
|
346
346
|
declare class MapPostboyService extends PostboyService {
|
|
347
347
|
constructor();
|
|
348
348
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPostboyService, never>;
|
|
349
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
349
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
declare class MapManagementService implements IPostboyDependingService {
|
|
@@ -366,7 +366,7 @@ declare class MapManagementService implements IPostboyDependingService {
|
|
|
366
366
|
private observeFeaturesInPoint;
|
|
367
367
|
private forEachLayer;
|
|
368
368
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapManagementService, never>;
|
|
369
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
369
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
declare class MapStateService implements IPostboyDependingService {
|
|
@@ -378,7 +378,7 @@ declare class MapStateService implements IPostboyDependingService {
|
|
|
378
378
|
private observeMapRendering;
|
|
379
379
|
private observeCenter;
|
|
380
380
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapStateService, never>;
|
|
381
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
381
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
interface IIdentified {
|
|
@@ -423,7 +423,7 @@ declare class MapClickService implements IPostboyDependingService {
|
|
|
423
423
|
private observeMapRender;
|
|
424
424
|
private getFeatureCollectionWithInner;
|
|
425
425
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapClickService, never>;
|
|
426
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
426
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
declare class MapFeatureService implements IPostboyDependingService {
|
|
@@ -438,7 +438,7 @@ declare class MapFeatureService implements IPostboyDependingService {
|
|
|
438
438
|
private observeFitToPolygons;
|
|
439
439
|
private fitToGeometries;
|
|
440
440
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapFeatureService, never>;
|
|
441
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
441
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
declare class DrawingService implements IPostboyDependingService {
|
|
@@ -455,7 +455,7 @@ declare class DrawingService implements IPostboyDependingService {
|
|
|
455
455
|
private observeCancelation;
|
|
456
456
|
private clearInteraction;
|
|
457
457
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawingService, never>;
|
|
458
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
458
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
declare class FeatureModificationService implements IPostboyDependingService {
|
|
@@ -475,7 +475,7 @@ declare class FeatureModificationService implements IPostboyDependingService {
|
|
|
475
475
|
private observeCancelation;
|
|
476
476
|
private clearInteraction;
|
|
477
477
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureModificationService, never>;
|
|
478
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
478
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
declare class ControlsService implements IPostboyDependingService {
|
|
@@ -487,7 +487,7 @@ declare class ControlsService implements IPostboyDependingService {
|
|
|
487
487
|
private observeAdding;
|
|
488
488
|
private observeRemoving;
|
|
489
489
|
static ɵfac: i0.ɵɵFactoryDeclaration<ControlsService, never>;
|
|
490
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
490
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
declare class MessageRegistratorService extends PostboyAbstractRegistrator {
|
|
@@ -496,13 +496,13 @@ declare class MessageRegistratorService extends PostboyAbstractRegistrator {
|
|
|
496
496
|
protected _up(): void;
|
|
497
497
|
private setExecutors;
|
|
498
498
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageRegistratorService, never>;
|
|
499
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
499
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
declare class MapPlateFactory {
|
|
503
503
|
build(settings: MapSettings): Map;
|
|
504
504
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPlateFactory, never>;
|
|
505
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
505
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
/**
|
|
@@ -615,7 +615,7 @@ declare class TileLayerFactory {
|
|
|
615
615
|
private tileLoader;
|
|
616
616
|
private getNormalizedCoord;
|
|
617
617
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayerFactory, never>;
|
|
618
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
618
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
declare class TileLayerComponent extends DestructibleComponent {
|
|
@@ -755,7 +755,7 @@ declare class FeatureLayerSettings {
|
|
|
755
755
|
declare class FeatureLayerFactory {
|
|
756
756
|
build(settings: FeatureLayerSettings): Vector<VectorSource<any>>;
|
|
757
757
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureLayerFactory, never>;
|
|
758
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
758
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
declare class FeatureLayerComponent extends DestructibleComponent implements OnInit {
|
|
@@ -886,7 +886,7 @@ declare class ClusterLayerFactory {
|
|
|
886
886
|
build(settings: ClusterLayerSettings, postboy: MapPostboyService): ClusterLayerManager;
|
|
887
887
|
styleFunc(settings: ClusterLayerSettings): StyleFunction;
|
|
888
888
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClusterLayerFactory, never>;
|
|
889
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
889
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
890
890
|
}
|
|
891
891
|
|
|
892
892
|
/**
|
|
@@ -1013,7 +1013,7 @@ declare class ImageLayerSettings {
|
|
|
1013
1013
|
declare class ImageLayerFactory {
|
|
1014
1014
|
build(settings: ImageLayerSettings): ImageLayer<Static>;
|
|
1015
1015
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageLayerFactory, never>;
|
|
1016
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1016
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
1019
|
declare class ImageLayerComponent extends DestructibleComponent implements OnInit {
|
|
@@ -1157,7 +1157,7 @@ declare class RasterTileLayerFactory {
|
|
|
1157
1157
|
private tileLoader;
|
|
1158
1158
|
private getNormalizedCoord;
|
|
1159
1159
|
static ɵfac: i0.ɵɵFactoryDeclaration<RasterTileLayerFactory, never>;
|
|
1160
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1160
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
1163
|
declare class RasterTileLayerComponent extends DestructibleComponent {
|
|
@@ -1307,7 +1307,7 @@ declare class GeotiffTileLayerSettings {
|
|
|
1307
1307
|
declare class GeotiffTileLayerFactory {
|
|
1308
1308
|
build(settings: GeotiffTileLayerSettings): TileLayer$1;
|
|
1309
1309
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeotiffTileLayerFactory, never>;
|
|
1310
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1310
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1311
1311
|
}
|
|
1312
1312
|
|
|
1313
1313
|
declare class GeotiffTileLayerComponent extends DestructibleComponent {
|
|
@@ -346,7 +346,7 @@ declare class DestructibleComponent implements OnDestroy {
|
|
|
346
346
|
declare class MapPostboyService extends PostboyService {
|
|
347
347
|
constructor();
|
|
348
348
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPostboyService, never>;
|
|
349
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
349
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
declare class MapManagementService implements IPostboyDependingService {
|
|
@@ -366,7 +366,7 @@ declare class MapManagementService implements IPostboyDependingService {
|
|
|
366
366
|
private observeFeaturesInPoint;
|
|
367
367
|
private forEachLayer;
|
|
368
368
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapManagementService, never>;
|
|
369
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
369
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
declare class MapStateService implements IPostboyDependingService {
|
|
@@ -378,7 +378,7 @@ declare class MapStateService implements IPostboyDependingService {
|
|
|
378
378
|
private observeMapRendering;
|
|
379
379
|
private observeCenter;
|
|
380
380
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapStateService, never>;
|
|
381
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
381
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
interface IIdentified {
|
|
@@ -423,7 +423,7 @@ declare class MapClickService implements IPostboyDependingService {
|
|
|
423
423
|
private observeMapRender;
|
|
424
424
|
private getFeatureCollectionWithInner;
|
|
425
425
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapClickService, never>;
|
|
426
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
426
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
declare class MapFeatureService implements IPostboyDependingService {
|
|
@@ -438,7 +438,7 @@ declare class MapFeatureService implements IPostboyDependingService {
|
|
|
438
438
|
private observeFitToPolygons;
|
|
439
439
|
private fitToGeometries;
|
|
440
440
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapFeatureService, never>;
|
|
441
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
441
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
declare class DrawingService implements IPostboyDependingService {
|
|
@@ -455,7 +455,7 @@ declare class DrawingService implements IPostboyDependingService {
|
|
|
455
455
|
private observeCancelation;
|
|
456
456
|
private clearInteraction;
|
|
457
457
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawingService, never>;
|
|
458
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
458
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
declare class FeatureModificationService implements IPostboyDependingService {
|
|
@@ -475,7 +475,7 @@ declare class FeatureModificationService implements IPostboyDependingService {
|
|
|
475
475
|
private observeCancelation;
|
|
476
476
|
private clearInteraction;
|
|
477
477
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureModificationService, never>;
|
|
478
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
478
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
declare class ControlsService implements IPostboyDependingService {
|
|
@@ -487,7 +487,7 @@ declare class ControlsService implements IPostboyDependingService {
|
|
|
487
487
|
private observeAdding;
|
|
488
488
|
private observeRemoving;
|
|
489
489
|
static ɵfac: i0.ɵɵFactoryDeclaration<ControlsService, never>;
|
|
490
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
490
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
declare class MessageRegistratorService extends PostboyAbstractRegistrator {
|
|
@@ -496,13 +496,13 @@ declare class MessageRegistratorService extends PostboyAbstractRegistrator {
|
|
|
496
496
|
protected _up(): void;
|
|
497
497
|
private setExecutors;
|
|
498
498
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageRegistratorService, never>;
|
|
499
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
499
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
declare class MapPlateFactory {
|
|
503
503
|
build(settings: MapSettings): Map;
|
|
504
504
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapPlateFactory, never>;
|
|
505
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
505
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
/**
|
|
@@ -615,7 +615,7 @@ declare class TileLayerFactory {
|
|
|
615
615
|
private tileLoader;
|
|
616
616
|
private getNormalizedCoord;
|
|
617
617
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayerFactory, never>;
|
|
618
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
618
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
declare class TileLayerComponent extends DestructibleComponent {
|
|
@@ -755,7 +755,7 @@ declare class FeatureLayerSettings {
|
|
|
755
755
|
declare class FeatureLayerFactory {
|
|
756
756
|
build(settings: FeatureLayerSettings): Vector<VectorSource<any>>;
|
|
757
757
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureLayerFactory, never>;
|
|
758
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
758
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
declare class FeatureLayerComponent extends DestructibleComponent implements OnInit {
|
|
@@ -886,7 +886,7 @@ declare class ClusterLayerFactory {
|
|
|
886
886
|
build(settings: ClusterLayerSettings, postboy: MapPostboyService): ClusterLayerManager;
|
|
887
887
|
styleFunc(settings: ClusterLayerSettings): StyleFunction;
|
|
888
888
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClusterLayerFactory, never>;
|
|
889
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
889
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
890
890
|
}
|
|
891
891
|
|
|
892
892
|
/**
|
|
@@ -1013,7 +1013,7 @@ declare class ImageLayerSettings {
|
|
|
1013
1013
|
declare class ImageLayerFactory {
|
|
1014
1014
|
build(settings: ImageLayerSettings): ImageLayer<Static>;
|
|
1015
1015
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageLayerFactory, never>;
|
|
1016
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1016
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
1019
|
declare class ImageLayerComponent extends DestructibleComponent implements OnInit {
|
|
@@ -1157,7 +1157,7 @@ declare class RasterTileLayerFactory {
|
|
|
1157
1157
|
private tileLoader;
|
|
1158
1158
|
private getNormalizedCoord;
|
|
1159
1159
|
static ɵfac: i0.ɵɵFactoryDeclaration<RasterTileLayerFactory, never>;
|
|
1160
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1160
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
1163
|
declare class RasterTileLayerComponent extends DestructibleComponent {
|
|
@@ -1307,7 +1307,7 @@ declare class GeotiffTileLayerSettings {
|
|
|
1307
1307
|
declare class GeotiffTileLayerFactory {
|
|
1308
1308
|
build(settings: GeotiffTileLayerSettings): TileLayer$1;
|
|
1309
1309
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeotiffTileLayerFactory, never>;
|
|
1310
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
1310
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
|
|
1311
1311
|
}
|
|
1312
1312
|
|
|
1313
1313
|
declare class GeotiffTileLayerComponent extends DestructibleComponent {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artstesh/maps",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.1",
|
|
4
4
|
"author": "artstesh",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Let's draw a map ;)",
|
|
@@ -37,42 +37,42 @@
|
|
|
37
37
|
"url": "git+https://github.com/artstesh/maps.git"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@angular/common": "^
|
|
41
|
-
"@angular/core": "^
|
|
40
|
+
"@angular/common": "^22.0.0",
|
|
41
|
+
"@angular/core": "^22.0.0",
|
|
42
42
|
"ol-geocoder": "^4.0.0",
|
|
43
43
|
"ol": "^10.0.0",
|
|
44
44
|
"@artstesh/postboy": "^3.4.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@angular/common": "
|
|
48
|
-
"@angular/compiler": "
|
|
49
|
-
"@angular/core": "
|
|
47
|
+
"@angular/common": "22.1.6",
|
|
48
|
+
"@angular/compiler": "22.1.6",
|
|
49
|
+
"@angular/core": "22.1.6",
|
|
50
50
|
"@artstesh/postboy": "3.4.2",
|
|
51
51
|
"ol": "10.7.2",
|
|
52
52
|
"ol-geocoder": "4.3.3",
|
|
53
53
|
"rxjs": "7.8.2",
|
|
54
54
|
"tslib": "2.8.1",
|
|
55
55
|
"zone.js": "~0.15.0",
|
|
56
|
-
"@angular-builders/custom-webpack": "
|
|
57
|
-
"@angular-devkit/build-angular": "
|
|
58
|
-
"@angular-eslint/builder": "
|
|
59
|
-
"@angular-eslint/eslint-plugin": "
|
|
60
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
61
|
-
"@angular-eslint/schematics": "
|
|
62
|
-
"@angular-eslint/template-parser": "
|
|
63
|
-
"@angular/cli": "
|
|
64
|
-
"@angular/compiler-cli": "
|
|
65
|
-
"@angular/forms": "
|
|
66
|
-
"@angular/platform-browser-dynamic": "
|
|
56
|
+
"@angular-builders/custom-webpack": "22.0.1",
|
|
57
|
+
"@angular-devkit/build-angular": "22.1.8",
|
|
58
|
+
"@angular-eslint/builder": "22.5.0",
|
|
59
|
+
"@angular-eslint/eslint-plugin": "22.5.0",
|
|
60
|
+
"@angular-eslint/eslint-plugin-template": "22.5.0",
|
|
61
|
+
"@angular-eslint/schematics": "22.5.0",
|
|
62
|
+
"@angular-eslint/template-parser": "22.5.0",
|
|
63
|
+
"@angular/cli": "22.1.6",
|
|
64
|
+
"@angular/compiler-cli": "22.1.6",
|
|
65
|
+
"@angular/forms": "22.1.6",
|
|
66
|
+
"@angular/platform-browser-dynamic": "22.1.6",
|
|
67
67
|
"@artstesh/forger": "2.0.0",
|
|
68
68
|
"@artstesh/it-should": "2.0.1",
|
|
69
69
|
"@biesbjerg/ngx-translate-extract": "7.0.4",
|
|
70
70
|
"@types/chart.js": "2.9.34",
|
|
71
71
|
"@types/jasmine": "3.8.1",
|
|
72
72
|
"@types/node": "20.19.11",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "
|
|
74
|
-
"@typescript-eslint/parser": "
|
|
75
|
-
"eslint": "
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "8.46.4",
|
|
74
|
+
"@typescript-eslint/parser": "8.46.4",
|
|
75
|
+
"eslint": "9.39.0",
|
|
76
76
|
"eslint-config-airbnb-typescript": "18.0.0",
|
|
77
77
|
"eslint-config-prettier": "9.1.2",
|
|
78
78
|
"eslint-plugin-import": "2.29.0",
|
|
@@ -86,20 +86,20 @@
|
|
|
86
86
|
"karma-jasmine": "4.0.1",
|
|
87
87
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
88
88
|
"ng-mocks": "14.17.6",
|
|
89
|
-
"ng-packagr": "
|
|
89
|
+
"ng-packagr": "22.1.1",
|
|
90
90
|
"pre-commit": "1.2.2",
|
|
91
91
|
"prettier": "2.7.1",
|
|
92
92
|
"ts-mockito": "2.6.1",
|
|
93
|
-
"typescript": "
|
|
93
|
+
"typescript": "6.0.3",
|
|
94
94
|
"storybook": "10.6.0",
|
|
95
95
|
"@storybook/angular": "10.6.0",
|
|
96
96
|
"@storybook/addon-a11y": "10.6.0",
|
|
97
97
|
"@storybook/addon-docs": "10.6.0",
|
|
98
|
-
"@angular-devkit/architect": "0.
|
|
99
|
-
"@angular-devkit/core": "
|
|
98
|
+
"@angular-devkit/architect": "0.2200.9",
|
|
99
|
+
"@angular-devkit/core": "22.1.8",
|
|
100
100
|
"@compodoc/compodoc": "1.2.1",
|
|
101
101
|
"eslint-plugin-storybook": "10.6.0",
|
|
102
|
-
"@angular/platform-browser": "
|
|
102
|
+
"@angular/platform-browser": "22.1.6"
|
|
103
103
|
},
|
|
104
104
|
"eslintConfig": {
|
|
105
105
|
"extends": [
|