@haloduck/ui 2.0.7 → 2.0.8

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
@@ -442,6 +442,7 @@ declare class MapToAddressComponent implements OnInit, ControlValueAccessor {
442
442
  mapId: string;
443
443
  defaultLngLat: LngLat;
444
444
  disabled: boolean;
445
+ language: string;
445
446
  currentLngLat?: LngLat;
446
447
  private _currentAddress?;
447
448
  private _isGoogleLoaded;
@@ -470,7 +471,7 @@ declare class MapToAddressComponent implements OnInit, ControlValueAccessor {
470
471
  registerOnTouched(fn: () => void): void;
471
472
  setDisabledState?(isDisabled: boolean): void;
472
473
  static ɵfac: i0.ɵɵFactoryDeclaration<MapToAddressComponent, never>;
473
- static ɵcmp: i0.ɵɵComponentDeclaration<MapToAddressComponent, "haloduck-map-to-address", never, { "disabled": { "alias": "disabled"; "required": false; }; "currentLngLat": { "alias": "currentLngLat"; "required": false; }; "currentAddress": { "alias": "currentAddress"; "required": false; }; }, { "locationChanged": "locationChanged"; }, never, never, true, never>;
474
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapToAddressComponent, "haloduck-map-to-address", never, { "disabled": { "alias": "disabled"; "required": false; }; "language": { "alias": "language"; "required": false; }; "currentLngLat": { "alias": "currentLngLat"; "required": false; }; "currentAddress": { "alias": "currentAddress"; "required": false; }; }, { "locationChanged": "locationChanged"; }, never, never, true, never>;
474
475
  }
475
476
 
476
477
  declare class SideMenuComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "HaloDuck UI Library - Angular",
5
5
  "keywords": [
6
6
  "angular",