@firestitch/address
Advanced tools
Comparing version 13.3.0 to 13.4.0
import { OnInit } from '@angular/core'; | ||
import { AddressFormat } from '../../enums/address-format.enum'; | ||
import { FsAddress } from '../../interfaces/address.interface'; | ||
import { AddressFormat } from '../../enums/address-format.enum'; | ||
import * as i0 from "@angular/core"; | ||
export declare class FsAddressFormatComponent implements OnInit { | ||
private _address; | ||
set address(address: FsAddress); | ||
@@ -13,5 +12,6 @@ get address(): FsAddress; | ||
name: boolean; | ||
lines: any[]; | ||
empty: boolean; | ||
lines: string[]; | ||
private _address; | ||
ngOnInit(): void; | ||
get empty(): boolean; | ||
private _updateView; | ||
@@ -18,0 +18,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressFormatComponent, never>; |
@@ -5,2 +5,2 @@ import { AddressFormat } from './../enums/address-format.enum'; | ||
includeFirst?: number; | ||
}): any[]; | ||
}): string; |
export declare function addressOneLineFormat(address: any, options?: { | ||
includeFirst?: number; | ||
}): any[]; | ||
}): string; |
@@ -1,1 +0,1 @@ | ||
export declare function addressSummaryFormat(address: any): any[]; | ||
export declare function addressSummaryFormat(address: any): string; |
export declare function addressTwoLineFormat(address: any, options?: { | ||
includeFirst?: number; | ||
}): any[]; | ||
}): string; |
{ | ||
"name": "@firestitch/address", | ||
"version": "13.3.0", | ||
"version": "13.4.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
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
7615
1006414