Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
lian-yue committed Jan 6, 2021
1 parent 0a6e3a7 commit dec0384
Show file tree
Hide file tree
Showing 15 changed files with 374 additions and 97 deletions.
1 change: 1 addition & 0 deletions dist/vue-upload-component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export interface Data {
uploading: number;
features: Features;
dropElement: null | HTMLElement;
reload: boolean;
}
export interface Features {
html5: boolean;
Expand Down
33 changes: 10 additions & 23 deletions dist/vue-upload-component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-upload-component.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-upload-component.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-upload-component.min.js.map

Large diffs are not rendered by default.

33 changes: 10 additions & 23 deletions dist/vue-upload-component.part.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-upload-component.part.js.map

Large diffs are not rendered by default.

72 changes: 32 additions & 40 deletions dist/vue-upload-component.ssr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-upload-component.ssr.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/docs.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dist/docs.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/*!
* Name: vue-upload-component
* Component URI: https://github.com/lian-yue/vue-upload-component#readme
* Version: 3.0.46
* Version: 3.0.47
* Author: LianYue
* License: Apache-2.0
* Description: Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter
Expand All @@ -26,7 +26,7 @@
/*!
Name: vue-upload-component
Component URI: https://github.com/lian-yue/vue-upload-component#readme
Version: 3.0.45
Version: 3.0.46
Author: LianYue
License: Apache-2.0
Description: Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/docs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-upload-component",
"description": "Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter",
"version": "3.0.46",
"version": "3.0.47",
"author": "LianYue",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve --hot",
Expand Down
Loading

0 comments on commit dec0384

Please sign in to comment.