Convert et2_widget_file, et2_widget_vfs and fixes couple of definitions in other widgets

This commit is contained in:
Hadi Nategh
2020-02-07 17:41:51 +01:00
parent 4adff37f6f
commit d88854b467
16 changed files with 4195 additions and 2136 deletions

View File

@@ -698,6 +698,9 @@ var et2_surroundingsMgr = /** @class */ (function (_super) {
// Return the widget container
return this._widgetContainer;
};
et2_surroundingsMgr.prototype.getWidgetSurroundings = function () {
return this._widgetSurroundings;
};
return et2_surroundingsMgr;
}(et2_core_inheritance_1.ClassWithAttributes));
/**