var Unibase;
(function (Unibase) {
let Themes;
(function (Themes) {
let Compact;
(function (Compact) {
let Components;
(function (Components) {
class Nav_Template {
DashboardGroupsTemplate() {
let html = `
{{DashboardGroupName}}
`;
return html;
}
DashboardGroupsTemplate2() {
let html = `{{DashboardGroupName}}
`;
return html;
}
DashboardGroupsTemplate3() {
let html = `
{{DashboardGroupName}}
`;
return html;
}
DashboardGroupsTemplate4() {
let html = `{{DashboardGroupName}} `;
return html;
}
UnGroupedDashboards() {
let html = `
{{DashboardName}}
`;
return html;
}
DashboardsTemplate() {
let html = `
{{DashboardName}} `;
return html;
}
DashboardItemTemplate() {
return `{{DashboardName}} `;
}
UserDashboards1() {
let html = `
{{DashboardName}} `;
return html;
}
appGroupTemplate() {
let html = `
{{AppGroupName}}
`;
return html;
}
appGroupTemplate2() {
let html = `
{{AppGroupName}}
`;
return html;
}
createAppGroupTemplate() {
let html = `
{{AppGroupName}}
`;
return html;
}
createAppGroupTemplate2() {
let html = `
{{AppGroupName}}
`;
return html;
}
appTemplate() {
let html = `
`;
return html;
}
createAppTemplate() {
let html = `
{{AppTitle}} `;
return html;
}
reportGroupTemplate() {
let html;
html = `
{{ReportGroupName}}
`;
return html;
}
reportGroupTemplate2() {
let html = `
{{ReportGroupName}}
`;
return html;
}
reportTemplate() {
let html = `
{{DisplayName}} `;
return html;
}
userProfile() {
var html = `
My balance
Inbox
Design mode
Close design mode
Settings
Log out
`;
return html;
}
settings() {
var html = `
Refresh DataApis
Refresh DataLists
Refresh Action Providers
Refresh Integration Providers
Refresh Reports
Refresh Controls
Refresh Forms
Refresh Apps
Refresh WidgetLayouts
Refresh Widgets
`;
return html;
}
notifications() {
var html = ``;
return html;
}
filterSample() {
var html = `
Select
One
Two
Three
Readonly Select
One
Two
Three
Disabled Select
One
Two
Three
`;
return html;
}
branchTemplate() {
let html;
html = `
{{BranchName}} `;
return html;
}
navGroupTemplate() {
let html = `
{{NavGroupName}}
`;
return html;
}
navDashboardTemplate() {
let html = `
{{ItemName}} `;
return html;
}
navDashboardGroupTemplate() {
let html = `
{{ItemName}}
`;
return html;
}
navAppTemplate() {
let html = `
`;
return html;
}
navAppGroupTemplate() {
let html = `
{{ItemName}}
`;
return html;
}
navReportTemplate() {
let html = `
{{ItemName}} `;
return html;
}
navReportGroupTemplate() {
let html;
html = `
{{ItemName}}
`;
return html;
}
skelTonDashboardHeader() {
let html;
html = ``;
return html;
}
skelTonDashboardStructure() {
let html;
html = ``;
return html;
}
skelTonListPage() {
let html;
html = ``;
return html;
}
skelTonDetailsHDRPage() {
let html;
html = ` `;
return html;
}
skelTonDetailsbBDYPage() {
let html;
html = ``;
return html;
}
skelTonHorizontal() {
let html = ``;
return html;
}
static Instance() {
return new Nav_Template();
}
}
Components.Nav_Template = Nav_Template;
})(Components = Compact.Components || (Compact.Components = {}));
})(Compact = Themes.Compact || (Themes.Compact = {}));
})(Themes = Unibase.Themes || (Unibase.Themes = {}));
})(Unibase || (Unibase = {}));