forked from extern/egroupware
Etemplate: Export et2_appicon
This commit is contained in:
parent
6ab0ad934b
commit
a412aa18a4
@ -24,6 +24,7 @@ var __extends = (this && this.__extends) || (function () {
|
|||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
|
exports.et2_appicon = void 0;
|
||||||
/*egw:uses
|
/*egw:uses
|
||||||
/vendor/bower-asset/jquery/dist/jquery.js;
|
/vendor/bower-asset/jquery/dist/jquery.js;
|
||||||
et2_core_interfaces;
|
et2_core_interfaces;
|
||||||
@ -277,6 +278,7 @@ var et2_appicon = /** @class */ (function (_super) {
|
|||||||
};
|
};
|
||||||
return et2_appicon;
|
return et2_appicon;
|
||||||
}(et2_image));
|
}(et2_image));
|
||||||
|
exports.et2_appicon = et2_appicon;
|
||||||
et2_core_widget_1.et2_register_widget(et2_appicon, ["appicon"]);
|
et2_core_widget_1.et2_register_widget(et2_appicon, ["appicon"]);
|
||||||
/**
|
/**
|
||||||
* Avatar widget to display user profile picture or
|
* Avatar widget to display user profile picture or
|
||||||
|
@ -298,7 +298,7 @@ et2_register_widget(et2_image, ["image"]);
|
|||||||
/**
|
/**
|
||||||
* Widget displaying an application icon
|
* Widget displaying an application icon
|
||||||
*/
|
*/
|
||||||
class et2_appicon extends et2_image
|
export class et2_appicon extends et2_image
|
||||||
{
|
{
|
||||||
static readonly _attributes: any = {
|
static readonly _attributes: any = {
|
||||||
default_src: {
|
default_src: {
|
||||||
|
Loading…
Reference in New Issue
Block a user