//META{"name":"PluginRepo"}*// class PluginRepo { initConstructor () { this.sortings = { sort: { name: "Name", author: "Author", version: "Version", description: "Description", state: "Update State", fav: "Favorites" }, order: { asc: "Ascending", desc: "Descending" } }; this.loading = {is:false, timeout:null, amount:0}; this.grabbedPlugins = []; this.foundPlugins = []; this.loadedPlugins = {}; this.updateInterval; this.pluginRepoButtonMarkup = ``; this.settingsContextEntryMarkup = `
`; this.pluginRepoLoadingIconMarkup = ``; this.pluginEntryMarkup = `