@qubesense/address-section
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,2 +0,2 @@ | ||
import { ElementRef, NgZone, OnInit } from '@angular/core'; | ||
import { ElementRef, EventEmitter, NgZone, OnInit } from '@angular/core'; | ||
import { FormBuilder, FormGroup } from '@angular/forms'; | ||
@@ -16,2 +16,3 @@ import { ErrorLogService } from '@qubesense/base-services'; | ||
private ngZone; | ||
selectedAddressItems: EventEmitter<string>; | ||
addressConfiguration: AddressConfigurationModel; | ||
@@ -24,2 +25,5 @@ addressValues: AddressEntity; | ||
cityList: any; | ||
addressList: any[]; | ||
showModal: boolean; | ||
updateStatus: boolean; | ||
latitude: number; | ||
@@ -61,4 +65,19 @@ longitude: number; | ||
allowOnlyNumbers(event: any): void; | ||
toggleModal(): void; | ||
/** | ||
* @description | ||
* | ||
* edit data list item using data item GUID | ||
* | ||
* @param recordId | ||
* | ||
* gets Feed mill GUID from grid Data and passes it to this function | ||
*/ | ||
EditData(index: number): Promise<void>; | ||
InsertData(): Promise<void>; | ||
UpdateData(): Promise<void>; | ||
DeleteData(index: number): void; | ||
EmitData(value: any): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AddressSectionComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AddressSectionComponent, "lib-address-section", never, { "addressConfiguration": "addressConfiguration"; "addressValues": "addressValues"; }, {}, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AddressSectionComponent, "lib-address-section", never, { "addressConfiguration": "addressConfiguration"; "addressValues": "addressValues"; }, { "selectedAddressItems": "selectedAddressItems"; }, never, never, false>; | ||
} |
@@ -8,2 +8,3 @@ export declare class AddressConfigurationModel { | ||
isActive: boolean; | ||
diableAddressForm: boolean; | ||
googleMapAddressSearch: boolean; | ||
@@ -15,2 +16,3 @@ addressValues: AddressEntity; | ||
addressSectionSize: AddressSectionSize; | ||
addressFormSection: AddressFormSection; | ||
} | ||
@@ -96,2 +98,4 @@ export declare class DropdownObjects { | ||
longitude: number; | ||
index: number; | ||
isDefault: boolean; | ||
} | ||
@@ -102,1 +106,6 @@ export declare class AddressSectionSize { | ||
} | ||
export declare class AddressFormSection { | ||
title: string; | ||
addressTitle: string; | ||
storeSingleData: boolean; | ||
} |
{ | ||
"name": "@qubesense/address-section", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^14.1.0", |
@@ -0,0 +0,0 @@ # AddressSection |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
460050
2701