Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

portlet.js 612B

123456789101112131415161718
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Portlets;
  6. (function (Portlets) {
  7. let Infos;
  8. (function (Infos) {
  9. class Portlet {
  10. }
  11. Infos.Portlet = Portlet;
  12. class PortletRole {
  13. }
  14. Infos.PortletRole = PortletRole;
  15. })(Infos = Portlets.Infos || (Portlets.Infos = {}));
  16. })(Portlets = Platform.Portlets || (Platform.Portlets = {}));
  17. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  18. })(Unibase || (Unibase = {}));