@firestitch/address
Advanced tools
Comparing version 14.0.5 to 14.0.6
@@ -1,2 +0,2 @@ | ||
/// <reference types="googlemaps" /> | ||
/// <reference types="google.maps" /> | ||
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core'; | ||
@@ -28,2 +28,3 @@ import { AbstractControl, ControlValueAccessor, NgControl, ValidationErrors, Validator } from '@angular/forms'; | ||
readonly addressChange: EventEmitter<any>; | ||
readonly addressManual: EventEmitter<string>; | ||
readonly searchElement: ElementRef; | ||
@@ -72,2 +73,3 @@ readonly autoCompleteRef: MatAutocomplete; | ||
clear(): void; | ||
manual(value: any): void; | ||
reset(): void; | ||
@@ -86,3 +88,3 @@ autocompletePanelClosed(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressAutocompleteComponent, [{ optional: true; self: true; }, null, null, null, null, null]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressAutocompleteComponent, "fs-address-autocomplete", never, { "format": "format"; "readonly": "readonly"; "showClear": "showClear"; "suggestions": "suggestions"; "config": "config"; "disabled": "disabled"; "required": "required"; "placeholder": "placeholder"; }, { "addressChange": "addressChange"; }, never, ["*"]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressAutocompleteComponent, "fs-address-autocomplete", never, { "format": "format"; "readonly": "readonly"; "showClear": "showClear"; "suggestions": "suggestions"; "config": "config"; "disabled": "disabled"; "required": "required"; "placeholder": "placeholder"; }, { "addressChange": "addressChange"; "addressManual": "addressManual"; }, never, ["*"], false>; | ||
} |
@@ -26,3 +26,3 @@ import { EventEmitter, OnChanges, SimpleChanges, ChangeDetectorRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressCountryComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressCountryComponent, "fs-address-country", never, { "disabled": "disabled"; "required": "required"; "excludeCountries": "excludeCountries"; "countries": "countries"; "placeholder": "placeholder"; }, { "selectionChange": "selectionChange"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressCountryComponent, "fs-address-country", never, { "disabled": "disabled"; "required": "required"; "excludeCountries": "excludeCountries"; "countries": "countries"; "placeholder": "placeholder"; }, { "selectionChange": "selectionChange"; }, never, never, false>; | ||
} |
@@ -17,3 +17,3 @@ import { MatDialogRef } from '@angular/material/dialog'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressDialogComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressDialogComponent, "ng-component", never, {}, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressDialogComponent, "ng-component", never, {}, {}, never, never, false>; | ||
} |
@@ -18,3 +18,3 @@ import { OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressFormatComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressFormatComponent, "fs-address-format", never, { "address": "address"; "format": "format"; "includeFirst": "includeFirst"; "disabled": "disabled"; "showName": "showName"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressFormatComponent, "fs-address-format", never, { "address": "address"; "format": "format"; "includeFirst": "includeFirst"; "disabled": "disabled"; "showName": "showName"; }, {}, never, never, false>; | ||
} |
@@ -32,2 +32,3 @@ import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
addressManual(name: any): void; | ||
addressChanged(address: any): void; | ||
@@ -41,3 +42,3 @@ addressEdit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressPickerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressPickerComponent, "fs-address-picker", never, { "setConfig": "config"; "setFormat": "format"; "setDisabled": "disabled"; "setReadonly": "readonly"; "address": "address"; "showName": "showName"; }, { "addressChange": "addressChange"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressPickerComponent, "fs-address-picker", never, { "setConfig": "config"; "setFormat": "format"; "setDisabled": "disabled"; "setReadonly": "readonly"; "address": "address"; "showName": "showName"; }, { "addressChange": "addressChange"; }, never, never, false>; | ||
} |
@@ -21,3 +21,3 @@ import { EventEmitter, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressRegionCountryComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressRegionCountryComponent, "fs-address-region-country", never, { "config": "config"; "country": "country"; "region": "region"; "setOrientation": "orientation"; }, { "countryChange": "countryChange"; "regionChange": "regionChange"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressRegionCountryComponent, "fs-address-region-country", never, { "config": "config"; "country": "country"; "region": "region"; "setOrientation": "orientation"; }, { "countryChange": "countryChange"; "regionChange": "regionChange"; }, never, never, false>; | ||
} |
@@ -38,3 +38,3 @@ import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressRegionComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressRegionComponent, "fs-address-region", never, { "region": "region"; "disabled": "disabled"; "country": "country"; "label": "label"; "required": "required"; "regionCountryOrder": "regionCountryOrder"; "countries": "countries"; }, { "regionChange": "regionChange"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressRegionComponent, "fs-address-region", never, { "region": "region"; "disabled": "disabled"; "country": "country"; "label": "label"; "required": "required"; "regionCountryOrder": "regionCountryOrder"; "countries": "countries"; }, { "regionChange": "regionChange"; }, never, never, false>; | ||
} |
@@ -20,2 +20,3 @@ import { EventEmitter, OnDestroy } from '@angular/core'; | ||
selected: EventEmitter<any>; | ||
readonly addressManual: EventEmitter<string>; | ||
autocomplete: FsAddressAutocompleteComponent; | ||
@@ -32,3 +33,3 @@ autocompleteName: string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressSearchComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressSearchComponent, "fs-address-search", never, { "config": "config"; "showName": "showName"; "address": "address"; "format": "format"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; }, { "cleared": "cleared"; "addressChange": "addressChange"; "edit": "edit"; "selected": "selected"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressSearchComponent, "fs-address-search", never, { "config": "config"; "showName": "showName"; "address": "address"; "format": "format"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; }, { "cleared": "cleared"; "addressChange": "addressChange"; "edit": "edit"; "selected": "selected"; "addressManual": "addressManual"; }, never, never, false>; | ||
} |
@@ -0,0 +0,0 @@ import { FsAddress } from '../../interfaces/address.interface'; |
@@ -52,3 +52,3 @@ import { EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressComponent, "fs-address", never, { "address": "address"; "excludeCountries": "excludeCountries"; "regionCountryOrder": "regionCountryOrder"; "suggestions": "suggestions"; "setConfig": "config"; }, { "addressChange": "addressChange"; "collapseChange": "collapseChange"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsAddressComponent, "fs-address", never, { "address": "address"; "excludeCountries": "excludeCountries"; "regionCountryOrder": "regionCountryOrder"; "suggestions": "suggestions"; "setConfig": "config"; }, { "addressChange": "addressChange"; "collapseChange": "collapseChange"; }, never, never, false>; | ||
} |
import { IAddressCountry } from '../interfaces'; | ||
export declare const Countries: IAddressCountry[]; |
export * from './countries.const'; |
import { InjectionToken } from '@angular/core'; | ||
export declare const COUNTRIES: InjectionToken<any>; |
import { InjectionToken } from '@angular/core'; | ||
export declare const GOOGLE_MAP_KEY: InjectionToken<any>; |
@@ -0,0 +0,0 @@ export declare enum AddressFormat { |
@@ -0,0 +0,0 @@ export declare enum Country { |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { ModuleWithProviders } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { AddressFormat } from './../enums/address-format.enum'; |
import { FsAddress } from '../interfaces/address.interface'; | ||
export declare function addressIsEmpty(value: FsAddress): boolean; |
export declare function addressOneLineFormat(address: any, options?: { | ||
includeFirst?: number; | ||
}): string; |
export declare function addressSummaryFormat(address: any): string; |
export declare function addressTwoLineFormat(address: any, options?: { | ||
includeFirst?: number; | ||
}): string; |
import { FsAddress } from '../interfaces/address.interface'; | ||
export declare function createEmptyAddress(): FsAddress; |
@@ -0,0 +0,0 @@ export declare function extractUnit(text: string): { |
@@ -1,4 +0,4 @@ | ||
/// <reference types="googlemaps" /> | ||
/// <reference types="google.maps" /> | ||
import { FsAddressConfig } from '../interfaces/address-config.interface'; | ||
import { FsAddress } from '../interfaces/address.interface'; | ||
export declare function googleDetailsToAddress(result: google.maps.places.PlaceResult, config: FsAddressConfig): FsAddress; |
@@ -0,0 +0,0 @@ export * from './address-format'; |
import { IAddressCountry } from '../interfaces/address-country.interface'; | ||
import { IAddressRegion } from '../interfaces/address-region.interface'; | ||
export declare function searchCountryRegions(text: string, regions: IAddressRegion[] | IAddressCountry[], limit?: number): IAddressRegion[]; |
@@ -0,0 +0,0 @@ export interface FsAddressCollapseButtonConfig { |
@@ -0,0 +0,0 @@ import { FsAddressMapConfig } from './address-map-config.interface'; |
@@ -0,0 +0,0 @@ import { IAddressRegion } from './address-region.interface'; |
@@ -0,0 +0,0 @@ export interface FsAddressFormatConfig { |
@@ -0,0 +0,0 @@ export interface FsAddressMapConfig { |
@@ -0,0 +0,0 @@ import { FsAddressFieldSetting } from './address-config.interface'; |
@@ -0,0 +0,0 @@ export interface IAddressRegion { |
@@ -0,0 +0,0 @@ export interface FsAddress { |
export * from './address-country.interface'; | ||
export * from './address.interface'; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="googlemaps" /> | ||
/// <reference types="google.maps" /> | ||
import { FsMap } from '@firestitch/map'; | ||
@@ -3,0 +3,0 @@ import { Observable } from 'rxjs'; |
{ | ||
"name": "@firestitch/address", | ||
"version": "14.0.5", | ||
"version": "14.0.6", | ||
"repository": { | ||
@@ -30,3 +30,3 @@ "type": "git", | ||
"fesm2015": "fesm2015/firestitch-address.mjs", | ||
"typings": "firestitch-address.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -37,3 +37,3 @@ "./package.json": { | ||
".": { | ||
"types": "./firestitch-address.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/firestitch-address.mjs", | ||
@@ -40,0 +40,0 @@ "es2020": "./fesm2020/firestitch-address.mjs", |
@@ -0,0 +0,0 @@ export { FsAddressModule } from './app/fs-address.module'; |
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
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
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
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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1029783
7769