Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@qubesense/address-section

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qubesense/address-section - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

23

lib/address-section.component.d.ts

@@ -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;
}

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc