🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue-resize-split-pane

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-resize-split-pane - npm Package Compare versions

Comparing version

to
0.1.3

dist/index.html

8

package.json
{
"name": "vue-resize-split-pane",
"version": "0.1.2",
"version": "0.1.3",
"description": "Splittable and resizable panes for Vue.js",

@@ -54,2 +54,5 @@ "author": "Raven78",

"http-proxy-middleware": "^0.17.3",
"webpack-bundle-analyzer": "^2.2.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"opn": "^5.1.0",

@@ -59,4 +62,2 @@ "optimize-css-assets-webpack-plugin": "^2.0.0",

"rimraf": "^2.6.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"url-loader": "^0.5.8",

@@ -67,3 +68,2 @@ "vue-loader": "^12.1.0",

"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",

@@ -70,0 +70,0 @@ "webpack-hot-middleware": "^2.18.0",

@@ -120,2 +120,13 @@ # vue-resize-split-pane

**Events added in v0.1.3**
`update:size` emited after resize, payload new size.
```html
<rs-panes split-to="columns" v-on:update:size="paneSize = $event" :allow-resize="true">
...
</rs-panes>
```
**Props added in v0.1.0**

@@ -134,2 +145,2 @@

MIT © Valentin Bucur <valentin.bucur@gmail.com>
MIT © Valentin Bucur

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet