@uppy/provider-views
Advanced tools
Comparing version 1.6.7 to 1.6.8
@@ -108,3 +108,13 @@ var _class, _temp; | ||
this.render = this.render.bind(this); | ||
this.clearSelection(); | ||
this.clearSelection(); // Set default state for the plugin | ||
this.plugin.setPluginState({ | ||
authenticated: false, | ||
files: [], | ||
folders: [], | ||
directories: [], | ||
activeRow: -1, | ||
filterInput: '', | ||
isSearchVisible: false | ||
}); | ||
} | ||
@@ -776,2 +786,2 @@ | ||
return ProviderView; | ||
}(), _class.VERSION = "1.6.7", _temp); | ||
}(), _class.VERSION = "1.6.8", _temp); |
{ | ||
"name": "@uppy/provider-views", | ||
"description": "View library for Uppy remote provider plugins.", | ||
"version": "1.6.7", | ||
"version": "1.6.8", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2" | ||
"gitHead": "aacaff256c64739337c9148963e874d7c06c9e58" | ||
} |
@@ -88,2 +88,13 @@ const { h, Component } = require('preact') | ||
this.clearSelection() | ||
// Set default state for the plugin | ||
this.plugin.setPluginState({ | ||
authenticated: false, | ||
files: [], | ||
folders: [], | ||
directories: [], | ||
activeRow: -1, | ||
filterInput: '', | ||
isSearchVisible: false | ||
}) | ||
} | ||
@@ -90,0 +101,0 @@ |
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
110591
2403