Comparing version 0.0.18 to 0.0.19
@@ -135,6 +135,11 @@ // export declare function print(): void | ||
/** | ||
* export마지막에 사용하는 함수로 vo의 값중에 selectArr에 해당하는 vo만 반환한다. | ||
* @param {Json} vo {name:"22",code:"11", address:""} | ||
* @param {Array<String>} selectArr ['name','code'] | ||
* @returns {Json} 선택된 vo | ||
*/ | ||
getSelectedVo(vo:Json,selectArr:Array<String>):Json; | ||
Render(): void; | ||
@@ -141,0 +146,0 @@ Update(): void; |
{ | ||
"name": "hetajs2d", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "hetajs2d", |
Sorry, the diff of this file is too big to display
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
240865
7236