mofron-comp-appbase
Advanced tools
Comparing version 0.6.1 to 0.6.2
23
index.js
@@ -186,26 +186,3 @@ /** | ||
} | ||
/** | ||
* background base color setter/getter | ||
* | ||
* @param (mixed (color)) string: color name, #hex | ||
* array: [red, green, blue, alpha] | ||
* @param (dict) style option | ||
* @return (string) color | ||
* @type parameter | ||
*/ | ||
baseColor (prm, opt) { | ||
try { | ||
let buf = this.styleDom(); | ||
this.styleDom(this.rootDom()[0]); | ||
let ret = cmputl.color(this, 'background', prm, opt); | ||
this.styleDom(buf); | ||
return ret; | ||
} catch (e) { | ||
console.error(e.stack); | ||
throw e; | ||
} | ||
} | ||
} | ||
/* end of file */ |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "application base component for mofron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,5 +42,2 @@ # mofron-comp-appbase | ||
| | | option | style option | | ||
| | baseColor | mixed (color) | string: color name, #hex | | ||
| | | | array: [red, green, blue, alpha] | | ||
| | | dict | style option | | ||
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
7996
175
43