mofron-comp-accordion
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "mofron-comp-accordion", | ||
"version": "0.0.5", | ||
"description": "Accordion Component for mofron", | ||
"main": "dist/accordion.js", | ||
"version": "0.0.6", | ||
"description": "accordion component for mofron", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -23,7 +23,3 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"devDependencies": { | ||
"babel-core": "^6.21.0", | ||
"babel-loader": "^6.2.10", | ||
"babel-preset-es2015": "^6.18.0", | ||
"webpack": "^1.14.0" | ||
} | ||
} |
@@ -39,5 +39,6 @@ # mofron-comp-accordion | ||
|:------------------|:-----------------------------------------------------------------|:-------------------------------| | ||
| add | string : header title<br> | button color getter/setter. <br>(for getter, do not specify parameters) | | ||
| changeEvent | function : function for click event listener<br>mixed : function parameter (option) |set button click event | | ||
| add | object : color | button color getter/setter. <br>(for getter, do not specify parameters) | | ||
| add | string : header title<br>object : Component | add contents | | ||
| remove | number : contents index | disabled target contents | | ||
| changeEvent | function : function for change event |set change event function | | ||
| state | number : contents index | state of target contents <br> true : target contents is open<br> false : target contents is closed| | ||
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
44
6720
5
122
1