Make html widget exportable

This commit is contained in:
Hadi Nategh 2020-10-09 14:57:03 +02:00
parent 4f2131358f
commit 23aea3b42e
2 changed files with 2 additions and 1 deletions

View File

@ -112,5 +112,6 @@ var et2_html = /** @class */ (function (_super) {
};
return et2_html;
}(et2_core_valueWidget_1.et2_valueWidget));
exports.et2_html = et2_html;
et2_core_widget_1.et2_register_widget(et2_html, ["html", "htmlarea_ro"]);
//# sourceMappingURL=et2_widget_html.js.map

View File

@ -21,7 +21,7 @@ import {ClassWithAttributes} from "./et2_core_inheritance";
/**
* @augments et2_valueWidget
*/
class et2_html extends et2_valueWidget implements et2_IDetachedDOM
export class et2_html extends et2_valueWidget implements et2_IDetachedDOM
{
static readonly _attributes : any = {
'label': {