@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.2.0](https://github.com/Lundalogik/lime-web-components/compare/v2.1.0...v2.2.0) (2019-12-20) | ||
### Features | ||
* **limetype interface:** adds system type to property type ([3e1799e](https://github.com/Lundalogik/lime-web-components/commit/3e1799e4393df1facf7b0d4d9357140c06c3ad31)) | ||
# [2.1.0](https://github.com/Lundalogik/lime-web-components/compare/v2.0.0...v2.1.0) (2019-08-09) | ||
@@ -8,0 +19,0 @@ |
@@ -40,3 +40,3 @@ export interface Limetype { | ||
} | ||
export declare type PropertyType = 'string' | 'text' | 'phone' | 'integer' | 'decimal' | 'percent' | 'time' | 'date' | 'year' | 'quarter' | 'month' | 'yesno' | 'link' | 'user' | 'xml' | 'option' | 'set' | 'file' | 'hasone' | 'hasmany' | 'belongsto' | 'hasandbelongstomany'; | ||
export declare type PropertyType = 'string' | 'text' | 'phone' | 'integer' | 'decimal' | 'percent' | 'time' | 'date' | 'year' | 'quarter' | 'month' | 'yesno' | 'link' | 'user' | 'xml' | 'option' | 'set' | 'file' | 'hasone' | 'hasmany' | 'belongsto' | 'hasandbelongstomany' | 'system'; | ||
export interface Acl { | ||
@@ -43,0 +43,0 @@ delete: boolean; |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "306e8b4b50c7d7b9326e8bfb688c966b891faf87" | ||
"gitHead": "22fd9c8a45f334439b7fee79957e569e664ab8d8" | ||
} |
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
37868