123456789101112131415161718 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Portlets;
- (function (Portlets) {
- let Infos;
- (function (Infos) {
- class PortletWidget {
- }
- Infos.PortletWidget = PortletWidget;
- class AppsStructPortletWidget {
- }
- Infos.AppsStructPortletWidget = AppsStructPortletWidget;
- })(Infos = Portlets.Infos || (Portlets.Infos = {}));
- })(Portlets = Platform.Portlets || (Platform.Portlets = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|