@smarterplan/ngx-smarterplan-locations 0.0.21 → 0.0.22

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.
Files changed (33) hide show
  1. package/esm2020/lib/components/detail-location/detail-location.component.mjs +3 -3
  2. package/esm2020/lib/components/form-location/form-location.component.mjs +3 -3
  3. package/esm2020/lib/components/images/images.component.mjs +3 -3
  4. package/esm2020/lib/components/locations/locations.component.mjs +3 -3
  5. package/esm2020/lib/components/locations/map/map-popup/map-popup.component.mjs +1 -1
  6. package/esm2020/lib/components/locations/map/map.component.mjs +1 -1
  7. package/esm2020/lib/components/plans/calibration/calibration.component.mjs +3 -3
  8. package/esm2020/lib/components/plans/edit-plan/edit-plan.component.mjs +3 -3
  9. package/esm2020/lib/components/plans/plans.component.mjs +3 -3
  10. package/esm2020/lib/components/tab-navigation/tab-navigation.component.mjs +1 -1
  11. package/esm2020/lib/components/visits/visits.component.mjs +3 -3
  12. package/esm2020/lib/components/zones/add-zone/add-zone.component.mjs +3 -3
  13. package/esm2020/lib/components/zones/zones.component.mjs +3 -3
  14. package/esm2020/lib/ngx-smarterplan-locations.module.mjs +2 -2
  15. package/fesm2015/smarterplan-ngx-smarterplan-locations.mjs +2 -2
  16. package/fesm2015/smarterplan-ngx-smarterplan-locations.mjs.map +1 -1
  17. package/fesm2020/smarterplan-ngx-smarterplan-locations.mjs +2 -2
  18. package/fesm2020/smarterplan-ngx-smarterplan-locations.mjs.map +1 -1
  19. package/lib/components/detail-location/detail-location.component.d.ts +1 -1
  20. package/lib/components/form-location/form-location.component.d.ts +1 -1
  21. package/lib/components/images/images.component.d.ts +1 -1
  22. package/lib/components/locations/locations.component.d.ts +1 -1
  23. package/lib/components/locations/map/map-popup/map-popup.component.d.ts +1 -1
  24. package/lib/components/locations/map/map.component.d.ts +1 -1
  25. package/lib/components/plans/calibration/calibration.component.d.ts +1 -1
  26. package/lib/components/plans/edit-plan/edit-plan.component.d.ts +1 -1
  27. package/lib/components/plans/plans.component.d.ts +1 -1
  28. package/lib/components/tab-navigation/tab-navigation.component.d.ts +1 -1
  29. package/lib/components/visits/visits.component.d.ts +1 -1
  30. package/lib/components/zones/add-zone/add-zone.component.d.ts +1 -1
  31. package/lib/components/zones/zones.component.d.ts +1 -1
  32. package/lib/ngx-smarterplan-locations.module.d.ts +1 -1
  33. package/package.json +3 -3
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { ActivatedRoute, Router } from '@angular/router';
4
4
  import { TranslateService } from '@ngx-translate/core';
5
- import { MenuItem, SpaceService, BaseUserService, NavigatorService, Space } from 'ngx-smarterplan-core';
5
+ import { MenuItem, SpaceService, BaseUserService, NavigatorService, Space } from '@smarterplan/ngx-smarterplan-core';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class DetailLocationComponent implements OnInit {
8
8
  private route;
@@ -1,6 +1,6 @@
1
1
  import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormGroup, FormBuilder, AbstractControl } from '@angular/forms';
3
- import { Space, LevelStatus, SpaceService, PropertyService, BaseUserService, MissionService, Layer, LayerService } from 'ngx-smarterplan-core';
3
+ import { Space, LevelStatus, SpaceService, PropertyService, BaseUserService, MissionService, Layer, LayerService } from '@smarterplan/ngx-smarterplan-core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class FormLocationComponent implements OnInit {
6
6
  private spaceService;
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ActivatedRoute } from '@angular/router';
3
- import { Space, Visit, MenuItem, SpaceService, VisitService, NodeService } from 'ngx-smarterplan-core';
3
+ import { Space, Visit, MenuItem, SpaceService, VisitService, NodeService } from '@smarterplan/ngx-smarterplan-core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ImagesComponent implements OnInit {
6
6
  private route;
@@ -1,7 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { Router } from '@angular/router';
4
- import { LevelStatus, Space, SpaceService, BaseUserService, ViewerService, NavigationService, NavigatorService, Visit, MenuItem, SearchObjectType } from 'ngx-smarterplan-core';
4
+ import { LevelStatus, Space, SpaceService, BaseUserService, ViewerService, NavigationService, NavigatorService, Visit, MenuItem, SearchObjectType } from '@smarterplan/ngx-smarterplan-core';
5
5
  import { Subscription } from 'rxjs';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LocationsComponent implements OnInit {
@@ -1,7 +1,7 @@
1
1
  import { NgZone, OnInit } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
3
  import { Marker } from 'leaflet';
4
- import { Space, Visit } from 'ngx-smarterplan-core';
4
+ import { Space, Visit } from '@smarterplan/ngx-smarterplan-core';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class MapPopupComponent implements OnInit {
7
7
  private router;
@@ -1,5 +1,5 @@
1
1
  import { ComponentFactoryResolver, Injector, OnChanges, SimpleChanges } from '@angular/core';
2
- import { Space } from 'ngx-smarterplan-core';
2
+ import { Space } from '@smarterplan/ngx-smarterplan-core';
3
3
  import { Map, Marker } from "leaflet";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MapComponent implements OnChanges {
@@ -1,7 +1,7 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
2
  import { ActivatedRoute, Router } from '@angular/router';
3
3
  import { TranslateService } from '@ngx-translate/core';
4
- import { Zone, MenuItem, Plan, Space, Navigation, PlanService, ZoneService, SpaceService, NavigationService, MatterportImportService } from 'ngx-smarterplan-core';
4
+ import { Zone, MenuItem, Plan, Space, Navigation, PlanService, ZoneService, SpaceService, NavigationService, MatterportImportService } from '@smarterplan/ngx-smarterplan-core';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CalibrationComponent implements OnInit {
7
7
  private matterportImportService;
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { ActivatedRoute, Router } from '@angular/router';
3
3
  import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
4
4
  import { TranslateService } from '@ngx-translate/core';
5
- import { Zone, Plan, Space, MenuItem, PlanService, ZoneService, VisitService, SpaceService } from 'ngx-smarterplan-core';
5
+ import { Zone, Plan, Space, MenuItem, PlanService, ZoneService, VisitService, SpaceService } from '@smarterplan/ngx-smarterplan-core';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class EditPlanComponent implements OnInit {
8
8
  private planService;
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { FormGroup, FormBuilder } from '@angular/forms';
3
3
  import { ActivatedRoute, Router } from '@angular/router';
4
4
  import { TranslateService } from '@ngx-translate/core';
5
- import { Zone, Space, Plan, MenuItem, SpaceService, PlanService } from 'ngx-smarterplan-core';
5
+ import { Zone, Space, Plan, MenuItem, SpaceService, PlanService } from '@smarterplan/ngx-smarterplan-core';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class PlansComponent implements OnInit {
8
8
  private route;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
- import { MenuItem } from 'ngx-smarterplan-core';
3
+ import { MenuItem } from '@smarterplan/ngx-smarterplan-core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TabNavigationComponent {
6
6
  private router;
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { FormGroup, FormBuilder, AbstractControl } from '@angular/forms';
3
3
  import { ActivatedRoute } from '@angular/router';
4
4
  import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
5
- import { Visit, MenuItem, MatterportImportService, CaptureService, NodeService, SpaceService, VisitService } from 'ngx-smarterplan-core';
5
+ import { Visit, MenuItem, MatterportImportService, CaptureService, NodeService, SpaceService, VisitService } from '@smarterplan/ngx-smarterplan-core';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class VisitsComponent implements OnInit {
8
8
  private fb;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormGroup, FormBuilder, AbstractControl } from '@angular/forms';
3
- import { Zone, Plan, Layer, Navigation, ZoneService, LayerService, BaseUserService, NavigationService, PlanService } from 'ngx-smarterplan-core';
3
+ import { Zone, Plan, Layer, Navigation, ZoneService, LayerService, BaseUserService, NavigationService, PlanService } from '@smarterplan/ngx-smarterplan-core';
4
4
  import { PanZoom } from 'panzoom';
5
5
  import { Rectangle } from '../../../helper.service';
6
6
  import * as i0 from "@angular/core";
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { ActivatedRoute } from '@angular/router';
3
3
  import { TranslateService } from '@ngx-translate/core';
4
- import { Zone, Space, Plan, MenuItem, ZoneService, SpaceService, VisitService, NavigationService, BaseUserService, PlanService, Navigation } from 'ngx-smarterplan-core';
4
+ import { Zone, Space, Plan, MenuItem, ZoneService, SpaceService, VisitService, NavigationService, BaseUserService, PlanService, Navigation } from '@smarterplan/ngx-smarterplan-core';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ZonesComponent implements OnInit {
7
7
  private route;
@@ -22,7 +22,7 @@ import * as i20 from "@angular/common";
22
22
  import * as i21 from "@ngx-translate/core";
23
23
  import * as i22 from "@asymmetrik/ngx-leaflet";
24
24
  import * as i23 from "@angular/forms";
25
- import * as i24 from "ngx-smarterplan-core";
25
+ import * as i24 from "@smarterplan/ngx-smarterplan-core";
26
26
  import * as i25 from "./ngx-smarterplan-location-routing.module";
27
27
  export declare class NgxSmarterplanLocationsModule {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxSmarterplanLocationsModule, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smarterplan/ngx-smarterplan-locations",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0",
@@ -9,7 +9,7 @@
9
9
  "@ngx-translate/core": "^14.0.0",
10
10
  "leaflet": "^1.8.0",
11
11
  "ngx-clipboard": "^15.1.0",
12
- "ngx-smarterplan-core": "^0.3.8",
12
+ "@smarterplan/ngx-smarterplan-core": "^0.3.11",
13
13
  "panzoom": "^9.4.2",
14
14
  "ng2-pdf-viewer": "^9.0.0"
15
15
  },
@@ -36,4 +36,4 @@
36
36
  }
37
37
  },
38
38
  "sideEffects": false
39
- }
39
+ }