first commit

This commit is contained in:
2026-02-09 10:48:21 +01:00
commit 15f28c0dd6
848 changed files with 107188 additions and 0 deletions

View File

@@ -0,0 +1 @@
define(["exports"],function(_exports){function BaseWidget(view,params){this.view=view,this.params=params}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,BaseWidget.prototype.onBeginResume=function(options){this.paused=!1},BaseWidget.prototype.onResume=function(options){this.paused=!1},BaseWidget.prototype.onPause=function(){this.paused=!0},BaseWidget.prototype.destroy=function(){this.paused=null,this.view=null,this.params=null};_exports.default=BaseWidget});