@godzilla-forms/core
Advanced tools
Comparing version 0.0.7 to 0.0.8
export * from './model'; | ||
export * from './services'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum GodzillaItemTypes { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -14,2 +14,3 @@ import { GodzillaConditions, GodzillaItemTypes, GodzillaValueSource } from './godzilla.enum'; | ||
options?: GodzillaFormControlOptions; | ||
file?: GodzillaFileControl; | ||
style?: GodzillaFormControlStyle; | ||
@@ -25,2 +26,5 @@ validators?: GodzillaFormControlValidator; | ||
} | ||
export interface GodzillaFileControl { | ||
multiple: boolean; | ||
} | ||
export interface GodzillaFormControlValues { | ||
@@ -56,2 +60,4 @@ defaultValue: string | boolean; | ||
maxLength?: number; | ||
maxSize?: number; | ||
allowedTypes?: string; | ||
} | ||
@@ -58,0 +64,0 @@ export interface GodzillaFormControlErrors { |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './godzilla.model'; | ||
export * from './godzilla.enum'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GodzillaFormCombinedValues } from '../model'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@godzilla-forms/core", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Godzilla Forms core library", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
242
10391
11