@firestitch/account-status
Advanced tools
Comparing version 18.0.1 to 18.0.2
@@ -1,10 +0,13 @@ | ||
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; | ||
import { Status } from '../../interfaces/status'; | ||
import { EventEmitter, OnInit } from '@angular/core'; | ||
import { AccountStatus } from '../../enums'; | ||
import * as i0 from "@angular/core"; | ||
type Action = 'activate' | 'email_activation' | 'delete' | 'undelete'; | ||
export declare class FsAccountStatusComponent implements OnChanges { | ||
export declare class FsAccountStatusComponent implements OnInit { | ||
created: any; | ||
status: string; | ||
email: string; | ||
statuses: Status[]; | ||
statuses: { | ||
value: string; | ||
name: string; | ||
}[]; | ||
activationEmailDate: any; | ||
@@ -17,7 +20,5 @@ activationEmailMessage: string; | ||
action: EventEmitter<any>; | ||
statusDeleted: boolean; | ||
statusPendingActivation: boolean; | ||
statusName: string; | ||
undeleteStatuses: any[]; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
statusNames: {}; | ||
AccountStatus: typeof AccountStatus; | ||
ngOnInit(): void; | ||
onAction(action: Action, data?: any): void; | ||
@@ -24,0 +25,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<FsAccountStatusComponent, never>; |
@@ -7,2 +7,3 @@ export interface Status { | ||
pendingActivation?: boolean; | ||
disabled?: boolean; | ||
} |
{ | ||
"name": "@firestitch/account-status", | ||
"version": "18.0.1", | ||
"version": "18.0.2", | ||
"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
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
20
394
49027