barsa-develop-components 1.0.291 → 1.0.294

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.
@@ -8,10 +8,12 @@ export declare class BarsaGeographicLocationComponent extends BaseComponent impl
8
8
  setAutomaticLocation: boolean;
9
9
  showLocationButton: boolean;
10
10
  showFullscreenButton: boolean;
11
+ showExitFullscreenButton: boolean;
11
12
  defaultLocation: number[];
12
13
  move: EventEmitter<any>;
13
14
  moveEnd: EventEmitter<any>;
14
15
  fullscreen: EventEmitter<any>;
16
+ exitFullscreen: EventEmitter<any>;
15
17
  error: EventEmitter<any>;
16
18
  private _map;
17
19
  private _navigatorOptions;
@@ -21,6 +23,7 @@ export declare class BarsaGeographicLocationComponent extends BaseComponent impl
21
23
  ngOnChanges(changes: SimpleChanges): void;
22
24
  onCurrentLocation(): void;
23
25
  onFullscreen(): void;
26
+ onExitFullscreen(): void;
24
27
  protected _addMarkers(disableOrReadonly: boolean, pos: number[]): void;
25
28
  protected _setGeoLocation(position: {
26
29
  coords: {
@@ -35,5 +38,5 @@ export declare class BarsaGeographicLocationComponent extends BaseComponent impl
35
38
  protected _onMove(e: any): void;
36
39
  protected _onMoveEnd(e: any): void;
37
40
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaGeographicLocationComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<BarsaGeographicLocationComponent, "bdc-barsa-geographic-location", never, { "disableOrReadonly": "disableOrReadonly"; "currentLocation": "currentLocation"; "setAutomaticLocation": "setAutomaticLocation"; "showLocationButton": "showLocationButton"; "showFullscreenButton": "showFullscreenButton"; "defaultLocation": "defaultLocation"; }, { "move": "move"; "moveEnd": "moveEnd"; "fullscreen": "fullscreen"; "error": "error"; }, never, never, false>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarsaGeographicLocationComponent, "bdc-barsa-geographic-location", never, { "disableOrReadonly": "disableOrReadonly"; "currentLocation": "currentLocation"; "setAutomaticLocation": "setAutomaticLocation"; "showLocationButton": "showLocationButton"; "showFullscreenButton": "showFullscreenButton"; "showExitFullscreenButton": "showExitFullscreenButton"; "defaultLocation": "defaultLocation"; }, { "move": "move"; "moveEnd": "moveEnd"; "fullscreen": "fullscreen"; "exitFullscreen": "exitFullscreen"; "error": "error"; }, never, never, false>;
39
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-develop-components",
3
- "version": "1.0.291",
3
+ "version": "1.0.294",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"