Iniit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Themes;
|
||||
(function (Themes) {
|
||||
let Providers;
|
||||
(function (Providers) {
|
||||
class BaseReportViewer extends Unibase.Platform.Core.BaseComponent {
|
||||
}
|
||||
Providers.BaseReportViewer = BaseReportViewer;
|
||||
})(Providers = Themes.Providers || (Themes.Providers = {}));
|
||||
})(Themes = Unibase.Themes || (Unibase.Themes = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"basereportviewer.js","sourceRoot":"","sources":["basereportviewer.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAQhB;AARD,WAAU,OAAO;IACb,IAAiB,MAAM,CAMtB;IAND,WAAiB,MAAM;QACnB,IAAiB,SAAS,CAIjC;QAJO,WAAiB,SAAS;YACtB,MAAa,gBAAiB,SAAQ,QAAA,QAAQ,CAAC,IAAI,CAAC,aAAa;aAEhE;YAFY,0BAAgB,mBAE5B,CAAA;QACb,CAAC,EAJwB,SAAS,GAAT,gBAAS,KAAT,gBAAS,QAIjC;IACG,CAAC,EANgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAMtB;AACL,CAAC,EARS,OAAO,KAAP,OAAO,QAQhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(t){let i;(function(t){class i extends n.Platform.Core.BaseComponent{}t.BaseReportViewer=i})(i=t.Providers||(t.Providers={}))})(t=n.Themes||(n.Themes={}))})(Unibase||(Unibase={}));
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ireportviewer.js","sourceRoot":"","sources":["ireportviewer.ts"],"names":[],"mappings":""}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"itablereportviewer.js","sourceRoot":"","sources":["itablereportviewer.ts"],"names":[],"mappings":""}
|
||||
@@ -0,0 +1,12 @@
|
||||
var Unibase;
|
||||
(function (Unibase) {
|
||||
let Themes;
|
||||
(function (Themes) {
|
||||
let Shared;
|
||||
(function (Shared) {
|
||||
class ReportViewerBase {
|
||||
}
|
||||
Shared.ReportViewerBase = ReportViewerBase;
|
||||
})(Shared = Themes.Shared || (Themes.Shared = {}));
|
||||
})(Themes = Unibase.Themes || (Unibase.Themes = {}));
|
||||
})(Unibase || (Unibase = {}));
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"reportviewerbase.js","sourceRoot":"","sources":["reportviewerbase.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAQhB;AARD,WAAU,OAAO;IACb,IAAiB,MAAM,CAMtB;IAND,WAAiB,MAAM;QACnB,IAAiB,MAAM,CAI9B;QAJO,WAAiB,MAAM;YACnB,MAAa,gBAAgB;aAE5B;YAFY,uBAAgB,mBAE5B,CAAA;QACb,CAAC,EAJwB,MAAM,GAAN,aAAM,KAAN,aAAM,QAI9B;IACG,CAAC,EANgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAMtB;AACL,CAAC,EARS,OAAO,KAAP,OAAO,QAQhB"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){class t{}n.ReportViewerBase=t})(t=n.Shared||(n.Shared={}))})(t=n.Themes||(n.Themes={}))})(Unibase||(Unibase={}));
|
||||
Reference in New Issue
Block a user