m-field-wrapper
Advanced tools
Comparing version 0.0.1 to 0.0.2
export * from './lib/field-wrapper/field-wrapper.component'; | ||
export * from './lib/field-wrapper/messages'; |
@@ -0,6 +1,9 @@ | ||
import { ViewContainerRef } from '@angular/core'; | ||
import { FieldWrapper } from '@ngx-formly/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class FieldWrapperComponent extends FieldWrapper { | ||
fieldComponent: ViewContainerRef; | ||
get disabled(): boolean | undefined; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FieldWrapperComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FieldWrapperComponent, "lib-field-wrapper", never, {}, {}, never, never, true, never>; | ||
} |
{ | ||
"name": "m-field-wrapper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"peerDependencies": { | ||
@@ -10,3 +10,4 @@ "@angular/common": "^18.2.0", | ||
"@angular/platform-browser-dynamic": "~18.2.0", | ||
"@ngx-formly/core": "^6.3.7" | ||
"@ngx-formly/core": "^6.3.7", | ||
"@angular/material": "~18.2.6" | ||
}, | ||
@@ -13,0 +14,0 @@ "sideEffects": false, |
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
22061
11
126
8