@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
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Injectable, EventEmitter, Component, Output, Input, ViewChild, HostListener, NgModule } from '@angular/core';
3
- import * as i2 from 'ngx-smarterplan-core';
4
- import { enumToArray, LevelStatus, uploadFileToS3, deleteFromS3, PropertyType, getSignedImageUrlForSpace, SearchObjectType, SpaceStatus, getMetaForImage, getSignedFile, downloadFileAsObject, downloadBlob, CaptureViewer, showScanPointsOnPlanInDiv, getCoefficientsForImage, wait, InventoryStatus, sortAlphabeticallyOnName, NgxSmarterplanCoreModule } from 'ngx-smarterplan-core';
3
+ import * as i2 from '@smarterplan/ngx-smarterplan-core';
4
+ import { enumToArray, LevelStatus, uploadFileToS3, deleteFromS3, PropertyType, getSignedImageUrlForSpace, SearchObjectType, SpaceStatus, getMetaForImage, getSignedFile, downloadFileAsObject, downloadBlob, CaptureViewer, showScanPointsOnPlanInDiv, getCoefficientsForImage, wait, InventoryStatus, sortAlphabeticallyOnName, NgxSmarterplanCoreModule } from '@smarterplan/ngx-smarterplan-core';
5
5
  import * as i1 from '@angular/router';
6
6
  import { RouterModule } from '@angular/router';
7
7
  import * as i5 from '@angular/common';