Etemplate: Export et2_appicon

This commit is contained in:
nathangray 2021-02-01 16:54:20 -07:00
parent 6ab0ad934b
commit a412aa18a4
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,7 @@ var __extends = (this && this.__extends) || (function () {
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
exports.et2_appicon = void 0;
/*egw:uses
/vendor/bower-asset/jquery/dist/jquery.js;
et2_core_interfaces;
@ -277,6 +278,7 @@ var et2_appicon = /** @class */ (function (_super) {
};
return et2_appicon;
}(et2_image));
exports.et2_appicon = et2_appicon;
et2_core_widget_1.et2_register_widget(et2_appicon, ["appicon"]);
/**
* Avatar widget to display user profile picture or

View File

@ -298,7 +298,7 @@ et2_register_widget(et2_image, ["image"]);
/**
* Widget displaying an application icon
*/
class et2_appicon extends et2_image
export class et2_appicon extends et2_image
{
static readonly _attributes: any = {
default_src: {