@godzilla-forms/core
Advanced tools
Comparing version 0.0.9 to 0.0.10
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"; |
@@ -13,3 +13,3 @@ import { GodzillaConditions, GodzillaFormType, GodzillaItemTypes, GodzillaValueSource } from './godzilla.enum'; | ||
export interface GodzillaFormStyle { | ||
type: GodzillaFormType; | ||
type: GodzillaFormType | string; | ||
showSubmitButton?: boolean; | ||
@@ -31,3 +31,3 @@ submitLabel?: string; | ||
value: GodzillaFormControlValues; | ||
type: GodzillaItemTypes; | ||
type: GodzillaItemTypes | string; | ||
options?: GodzillaFormControlOptions; | ||
@@ -34,0 +34,0 @@ file?: GodzillaFileControl; |
@@ -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.9", | ||
"version": "0.0.10", | ||
"description": "Godzilla Forms core library", | ||
@@ -40,6 +40,7 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.40.1", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"eslint": "^8.26.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-standard-with-typescript": "^23.0.0", | ||
@@ -49,4 +50,5 @@ "eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"prettier": "^2.7.1", | ||
"typescript": "^4.8.4" | ||
} | ||
} |
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
12827
11