var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } step((generator = generator.apply(thisArg, _arguments || [])).next()); }); }; var Unibase; (function (Unibase) { let Themes; (function (Themes) { let Compact; (function (Compact) { let Components; (function (Components) { class NotificationWidget extends Unibase.Platform.Core.BaseComponent { load(id, containerid, callback) { var instance = this; } jsFiles() { return ['tenants/themes/compact/components/notifications/userdesignnotificationwidget.js']; } cssFiles() { return []; } html(id, containerid) { var instance = this; let html = ``; return html; } init(containerid) { return __awaiter(this, void 0, void 0, function* () { let instance = this; yield instance.loadnotificationDetails(containerid); yield instance.loadReminders(null, containerid); }); } loadnotificationDetails(containerid) { let instance = this; let html = `
You don't have any Notifications yet.
Will notify you when Something arrives'