@codious/ngx-google-places-autocomplete
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.0.4](https://dev.azure.com/Codious/Codious.Packages/_git/Codious.Ngx-Google-Places-Autocomplete?version=GTv2.0.4) (2022-07-16) | ||
### [2.0.3](https://dev.azure.com/Codious/Codious.Packages/_git/Codious.Ngx-Google-Places-Autocomplete?version=GTv2.0.3) (2022-05-23) | ||
@@ -7,0 +9,0 @@ |
@@ -20,3 +20,3 @@ /// <reference types="google.maps" /> | ||
show: boolean; | ||
private service; | ||
private service?; | ||
constructor(changeDetectorReference: ChangeDetectorRef, elementReference: ElementRef, ngxGooglePlacesAutocompleteConfig: INgxGooglePlacesAutocompleteConfig, ngControl: NgControl); | ||
@@ -33,3 +33,3 @@ onBlur(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGooglePlacesAutocompleteComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxGooglePlacesAutocompleteComponent, "ngx-google-places-autocomplete", never, { "autoSubmit": "autoSubmit"; "color": "color"; "placeholder": "placeholder"; }, { "scriptLoaded": "scriptLoaded"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxGooglePlacesAutocompleteComponent, "ngx-google-places-autocomplete", never, { "autoSubmit": "autoSubmit"; "color": "color"; "placeholder": "placeholder"; }, { "scriptLoaded": "scriptLoaded"; }, never, never, false>; | ||
} |
@@ -16,3 +16,3 @@ import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGooglePlacesAutocompleteControlValueAccessor<any>, [{ self: true; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGooglePlacesAutocompleteControlValueAccessor<any>, never, never, {}, {}, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxGooglePlacesAutocompleteControlValueAccessor<any>, never, never, {}, {}, never, never, false>; | ||
} |
@@ -7,3 +7,3 @@ import { PipeTransform } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGooglePlacesAutocompletePipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<NgxGooglePlacesAutocompletePipe, "highlight">; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<NgxGooglePlacesAutocompletePipe, "highlight", false>; | ||
} |
{ | ||
"name": "@codious/ngx-google-places-autocomplete", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "MIT", | ||
@@ -14,5 +14,5 @@ "author": "Bart Lenaerts <bart@codious.io>", | ||
"peerDependencies": { | ||
"@angular/common": "^13.3.9", | ||
"@angular/core": "^13.3.9", | ||
"@angular/forms": "^13.3.9" | ||
"@angular/common": "^14.0.6", | ||
"@angular/core": "^14.0.6", | ||
"@angular/forms": "^14.0.6" | ||
}, | ||
@@ -24,3 +24,3 @@ "module": "fesm2015/codious-ngx-google-places-autocomplete.mjs", | ||
"fesm2015": "fesm2015/codious-ngx-google-places-autocomplete.mjs", | ||
"typings": "codious-ngx-google-places-autocomplete.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -31,3 +31,3 @@ "./package.json": { | ||
".": { | ||
"types": "./codious-ngx-google-places-autocomplete.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/codious-ngx-google-places-autocomplete.mjs", | ||
@@ -34,0 +34,0 @@ "es2020": "./fesm2020/codious-ngx-google-places-autocomplete.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
121905