barsa-develop-components 1.0.439 → 1.0.440

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.
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, EventEmitter, ElementRef } from '@angular/core';
1
+ import { AfterViewInit, EventEmitter, ElementRef, SimpleChanges } from '@angular/core';
2
2
  import { BaseComponent } from 'barsa-novin-ray-core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class BarsaGeographicLocationComponent extends BaseComponent implements AfterViewInit {
@@ -25,6 +25,7 @@ export declare class BarsaGeographicLocationComponent extends BaseComponent impl
25
25
  private _navigatorOptions;
26
26
  private _marker;
27
27
  constructor(_el: ElementRef);
28
+ ngOnChanges(changes: SimpleChanges): void;
28
29
  ngAfterViewInit(): void;
29
30
  onCurrentLocation(): void;
30
31
  onFullscreen(): void;
@@ -27,6 +27,7 @@ export declare class GeographicLocationComponent extends UiMoInfoSubFormUiCompon
27
27
  longitude: any;
28
28
  }): void;
29
29
  protected _setDefaultLatAndLong(lat: number, lng: number): void;
30
+ protected _titleChanged(): void;
30
31
  protected _valueChanged(): void;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<GeographicLocationComponent, never>;
32
33
  static ɵcmp: i0.ɵɵComponentDeclaration<GeographicLocationComponent, "bdc-geographic-location", never, {}, {}, never, never, false>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-develop-components",
3
- "version": "1.0.439",
3
+ "version": "1.0.440",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"