ngx-app-common
Advanced tools
Comparing version 18.0.4 to 18.0.5
@@ -281,1 +281,9 @@ export declare const fiAddDuotoneFillLine = "fiAddDuotoneFillLine"; | ||
export declare const fiThumbsUp = "fiThumbUp"; | ||
export declare const fiLock = "fiLock"; | ||
export declare const fiKeyAltFill = "fiKeyAltFill"; | ||
export declare const fiMessage = "fiMessage"; | ||
export declare const fiMessageAlt = "fiMessageAlt"; | ||
export declare const fiTableSettings = "fiTableSettings"; | ||
export declare const fiColumnUpFill = "fiColumnUpFill"; | ||
export declare const fiPieChartFill = "fiPieChartFill"; | ||
export declare const fiPassword = "fiPassword"; |
@@ -0,1 +1,2 @@ | ||
import { EventEmitter } from '@angular/core'; | ||
import { ControlValueAccessor } from '@angular/forms'; | ||
@@ -8,2 +9,3 @@ import * as i0 from "@angular/core"; | ||
isRequired: boolean; | ||
onInput: EventEmitter<any>; | ||
value: any; | ||
@@ -19,3 +21,3 @@ disabled: boolean; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxInputComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxInputComponent, "ngx-input", never, { "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; }, {}, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxInputComponent, "ngx-input", never, { "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; }, { "onInput": "onInput"; }, never, never, true, never>; | ||
} |
@@ -9,5 +9,5 @@ import { ElementRef, EventEmitter } from '@angular/core'; | ||
placeholder: string; | ||
onSelect: EventEmitter<any>; | ||
label: string; | ||
isRequired: boolean; | ||
onSelect: EventEmitter<any>; | ||
searchText: string; | ||
@@ -14,0 +14,0 @@ value: string; |
{ | ||
"name": "ngx-app-common", | ||
"version": "18.0.4", | ||
"version": "18.0.5", | ||
"author": "Jayananda Jena", | ||
@@ -13,5 +13,5 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"module": "fesm2022/ngx-app-common.mjs", | ||
"typings": "index.d.ts", | ||
"license": "MIT", | ||
"exports": { | ||
@@ -18,0 +18,0 @@ "./package.json": { |
@@ -24,1 +24,4 @@ export * from './lib/ngx-alert/ngx-alert.component'; | ||
export * from './lib/ngx-checkbox/ngx-checkbox.component'; | ||
export * from './lib/ngx-email/ngx-email.component'; | ||
export * from './lib/ngx-password/ngx-password.component'; | ||
export * from './lib/ngx-on-search/ngx-on-search.component'; |
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
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
1480515
60
9495