Built files from Bizgaze WebServer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

report.js 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Analytics;
  6. (function (Analytics) {
  7. let Infos;
  8. (function (Infos) {
  9. class ReportGroup {
  10. }
  11. Infos.ReportGroup = ReportGroup;
  12. class ReportWithGroup {
  13. }
  14. Infos.ReportWithGroup = ReportWithGroup;
  15. class Report {
  16. }
  17. Infos.Report = Report;
  18. class ReportColumn {
  19. }
  20. Infos.ReportColumn = ReportColumn;
  21. class ReportRole {
  22. }
  23. Infos.ReportRole = ReportRole;
  24. class ViewerRole {
  25. }
  26. Infos.ViewerRole = ViewerRole;
  27. class ReportRoleSetting {
  28. }
  29. Infos.ReportRoleSetting = ReportRoleSetting;
  30. class TemplateView {
  31. }
  32. Infos.TemplateView = TemplateView;
  33. class CalendarView {
  34. }
  35. Infos.CalendarView = CalendarView;
  36. class MapView {
  37. }
  38. Infos.MapView = MapView;
  39. class CardView {
  40. }
  41. Infos.CardView = CardView;
  42. class ViewerType {
  43. }
  44. Infos.ViewerType = ViewerType;
  45. class SubReport {
  46. }
  47. Infos.SubReport = SubReport;
  48. class ReportCategory {
  49. }
  50. Infos.ReportCategory = ReportCategory;
  51. })(Infos = Analytics.Infos || (Analytics.Infos = {}));
  52. })(Analytics = Platform.Analytics || (Platform.Analytics = {}));
  53. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  54. })(Unibase || (Unibase = {}));