|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Users/ServerPC/AppData/Roaming/Emby-Server/system/dashboard-ui/users/ |
Upload File : |
define(["exports","./../modules/tabbedview/basetab.js","./../settings/userpasswordcontroller.js","./../modules/emby-apiclient/connectionmanager.js"],function(_exports,_basetab,_userpasswordcontroller,_connectionmanager){function PasswordTab(view,params,options){_basetab.default.apply(this,arguments);var apiClient=_connectionmanager.default.currentApiClient();this.userPasswordController=new _userpasswordcontroller.default(view,params,apiClient)}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,Object.assign(PasswordTab.prototype,_basetab.default.prototype),PasswordTab.prototype.onResume=function(options){_basetab.default.prototype.onResume.apply(this,arguments),this.userPasswordController&&this.userPasswordController.resume(options)},PasswordTab.prototype.onPause=function(){_basetab.default.prototype.onPause.apply(this,arguments),this.userPasswordController&&this.userPasswordController.pause()},PasswordTab.prototype.destroy=function(){_basetab.default.prototype.destroy.apply(this,arguments),this.userPasswordController.destroy(),this.userPasswordController=null};_exports.default=PasswordTab});