auto-views
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -26,3 +26,2 @@ # Schema repo | ||
* addDefinitions: | ||
@@ -43,3 +42,2 @@ | ||
* getView: | ||
@@ -53,3 +51,2 @@ | ||
* registerController: | ||
@@ -71,2 +68,8 @@ | ||
* registerIcon: | ||
registers an icon to a unique icon name | ||
```ts | ||
myRepo.registerIcon<D>(iconId:string,icon:string):void | ||
``` |
{ | ||
"name": "auto-views", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Common, fully-tested, strictly-typed, Wix-styled, auto views library", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -279,3 +279,3 @@ # Auto-Views component family | ||
}, | ||
"views":{ | ||
"controllers":{ | ||
"view":{ | ||
@@ -312,5 +312,4 @@ "controller":"MpImageViewer", | ||
"fName":{ | ||
"type":"string", | ||
"uiGroup":"name" | ||
} | ||
"type":"string", | ||
"uiGroup":"name" | ||
}, | ||
@@ -317,0 +316,0 @@ "lName":{ |
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
199623
489