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.

dashboards.js 989B

123456789101112131415161718192021222324252627
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Dashboards;
  6. (function (Dashboards) {
  7. let Infos;
  8. (function (Infos) {
  9. class Dashboard {
  10. }
  11. Infos.Dashboard = Dashboard;
  12. class DashboardGroup {
  13. }
  14. Infos.DashboardGroup = DashboardGroup;
  15. class DashboardWidget {
  16. }
  17. Infos.DashboardWidget = DashboardWidget;
  18. class DashboardRole {
  19. }
  20. Infos.DashboardRole = DashboardRole;
  21. class DashboardGroupRole {
  22. }
  23. Infos.DashboardGroupRole = DashboardGroupRole;
  24. })(Infos = Dashboards.Infos || (Dashboards.Infos = {}));
  25. })(Dashboards = Platform.Dashboards || (Platform.Dashboards = {}));
  26. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  27. })(Unibase || (Unibase = {}));