@c8y/ngx-components 1021.0.4 → 1021.2.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.
Files changed (44) hide show
  1. package/esm2022/branding/shared/data/store-branding.service.mjs +2 -2
  2. package/esm2022/location/location.component.mjs +1 -1
  3. package/esm2022/map/map.component.mjs +23 -21
  4. package/esm2022/protocol-lwm2m/index.mjs +3 -1
  5. package/esm2022/protocol-lwm2m/lwm2m.module.mjs +12 -1
  6. package/esm2022/protocol-lwm2m/ng1/index.mjs +10 -0
  7. package/esm2022/protocol-lwm2m/ng1/plugin-checker.service.mjs +24 -0
  8. package/esm2022/sensor-phone/sensor-phone-modal/sensor-phone-modal.component.mjs +3 -3
  9. package/esm2022/sub-assets/location/asset-location.component.mjs +1 -1
  10. package/esm2022/tracking/tracking.component.mjs +2 -2
  11. package/esm2022/widgets/implementations/cockpit-welcome/welcome.component.mjs +3 -3
  12. package/esm2022/widgets/implementations/map/map-widget-config.component.mjs +7 -3
  13. package/fesm2022/c8y-ngx-components-branding-shared-data.mjs +1 -1
  14. package/fesm2022/c8y-ngx-components-branding-shared-data.mjs.map +1 -1
  15. package/fesm2022/c8y-ngx-components-location.mjs +1 -1
  16. package/fesm2022/c8y-ngx-components-location.mjs.map +1 -1
  17. package/fesm2022/c8y-ngx-components-map.mjs +22 -20
  18. package/fesm2022/c8y-ngx-components-map.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs +43 -2
  20. package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs +2 -2
  22. package/fesm2022/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-sub-assets.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-tracking.mjs +1 -1
  26. package/fesm2022/c8y-ngx-components-tracking.mjs.map +1 -1
  27. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +2 -2
  28. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
  29. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs +6 -2
  30. package/fesm2022/c8y-ngx-components-widgets-implementations-map.mjs.map +1 -1
  31. package/locales/locales.pot +1 -1
  32. package/map/map.component.d.ts +8 -6
  33. package/map/map.component.d.ts.map +1 -1
  34. package/package.json +1 -1
  35. package/protocol-lwm2m/index.d.ts +2 -0
  36. package/protocol-lwm2m/index.d.ts.map +1 -1
  37. package/protocol-lwm2m/lwm2m.module.d.ts +5 -0
  38. package/protocol-lwm2m/lwm2m.module.d.ts.map +1 -1
  39. package/protocol-lwm2m/ng1/index.d.ts +2 -0
  40. package/protocol-lwm2m/ng1/index.d.ts.map +1 -0
  41. package/protocol-lwm2m/ng1/plugin-checker.service.d.ts +11 -0
  42. package/protocol-lwm2m/ng1/plugin-checker.service.d.ts.map +1 -0
  43. package/widgets/implementations/map/map-widget-config.component.d.ts +2 -2
  44. package/widgets/implementations/map/map-widget-config.component.d.ts.map +1 -1
@@ -819,7 +819,7 @@ class AssetLocationComponent {
819
819
  return value === null || value === undefined;
820
820
  }
821
821
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AssetLocationComponent, deps: [{ token: i1$2.ActivatedRoute }, { token: i2$2.MapService }], target: i0.ɵɵFactoryTarget.Component }); }
822
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: AssetLocationComponent, selector: "c8y-asset-location", inputs: { isEdit: "isEdit", locationMO: "locationMO", form: "form" }, viewQueries: [{ propertyName: "mapView", first: true, predicate: MapComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div [hidden]=\"!showMap\">\n <div class=\"row\">\n <button\n class=\"btn btn-link pull-right\"\n style=\"margin-right: 12px\"\n title=\"Full screen\"\n type=\"button\"\n data-cy=\"asset-location-full-screen\"\n (click)=\"enableFullscreen()\"\n >\n <i c8yIcon=\"expand\"></i>\n </button>\n </div>\n <div style=\"width: 100%; height: 400px\">\n <c8y-map\n #map\n [assets]=\"assets\"\n [config]=\"config\"\n ></c8y-map>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i3.IconDirective, selector: "[c8yIcon]", inputs: ["c8yIcon"] }, { kind: "component", type: i2$2.MapComponent, selector: "c8y-map", inputs: ["config", "assets", "polyline$", "polylineOptions"], outputs: ["onMove", "onMoveEnd", "onZoomStart", "onZoomEnd", "onRealtimeUpdate", "onInit"] }] }); }
822
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.9", type: AssetLocationComponent, selector: "c8y-asset-location", inputs: { isEdit: "isEdit", locationMO: "locationMO", form: "form" }, viewQueries: [{ propertyName: "mapView", first: true, predicate: MapComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div [hidden]=\"!showMap\">\n <div class=\"row\">\n <button\n class=\"btn btn-link pull-right\"\n style=\"margin-right: 12px\"\n title=\"Full screen\"\n type=\"button\"\n data-cy=\"asset-location-full-screen\"\n (click)=\"enableFullscreen()\"\n >\n <i c8yIcon=\"expand\"></i>\n </button>\n </div>\n <div style=\"width: 100%; height: 400px\">\n <c8y-map\n #map\n [assets]=\"assets\"\n [config]=\"config\"\n ></c8y-map>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i3.IconDirective, selector: "[c8yIcon]", inputs: ["c8yIcon"] }, { kind: "component", type: i2$2.MapComponent, selector: "c8y-map", inputs: ["config", "assets", "polyline$", "polylineOptions"], outputs: ["onRealtimeUpdate", "onMove", "onMoveEnd", "onZoomStart", "onZoomEnd", "onMap", "onInit"] }] }); }
823
823
  }
824
824
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: AssetLocationComponent, decorators: [{
825
825
  type: Component,