barsa-develop-components 2.3.35 → 2.3.37

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/index.d.ts CHANGED
@@ -911,9 +911,11 @@ declare class BarsaGeographicLocationComponent extends BaseComponent implements
911
911
  private _navigatorOptions;
912
912
  ngOnChanges(changes: SimpleChanges): void;
913
913
  ngAfterViewInit(): void;
914
- onLongPress(latlng: {
915
- lat: number;
916
- lng: number;
914
+ onLongPress({ latlng }: {
915
+ latlng: {
916
+ lat: number;
917
+ lng: number;
918
+ };
917
919
  }): void;
918
920
  onCurrentLocation(): void;
919
921
  onFullscreen(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-develop-components",
3
- "version": "2.3.35",
3
+ "version": "2.3.37",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"