@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
35 lines • 2.85 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ContextDashboardConfig } from './context-dashboard.model';
import * as i0 from "@angular/core";
import * as i1 from "@c8y/ngx-components";
import * as i2 from "ngx-bootstrap/tooltip";
import * as i3 from "ngx-bootstrap/popover";
import * as i4 from "@c8y/ngx-components/assets-navigator";
import * as i5 from "@c8y/ngx-components/icon-selector";
import * as i6 from "ngx-bootstrap/dropdown";
import * as i7 from "ngx-bootstrap/collapse";
import * as i8 from "@angular/router";
import * as i9 from "./widget-config/appearance-settings.component";
import * as i10 from "./type-dashboard-info/type-dashboard-info.component";
import * as i11 from "./widget-config/widget-preview.component";
import * as i12 from "./widget-config/widget-config-section.component";
import * as i13 from "./widget-config/widget-preview-wrapper.component";
import * as i14 from "./context-dashboard.component";
import * as i15 from "./widget-config.component";
import * as i16 from "./dashboard-detail.component";
import * as i17 from "./add-dashboard.component";
import * as i18 from "./paste-dashboard-action.component";
/**
* Module for the Context Dashboard feature.
* This module provides components and configurations for managing dashboards,
* {@link ContextDashboardComponent} is the main component for displaying the dashboard context.
* {@link WidgetConfigComponent} allows for configuring widgets within the dashboard.
* {@link DashboardDetailComponent} provides detailed views of individual dashboards.
*/
export declare class ContextDashboardModule {
static config(config?: ContextDashboardConfig): ModuleWithProviders<ContextDashboardModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<ContextDashboardModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ContextDashboardModule, never, [typeof i1.CoreModule, typeof i2.TooltipModule, typeof i3.PopoverModule, typeof i4.AssetSelectorModule, typeof i5.IconSelectorModule, typeof i6.BsDropdownModule, typeof i7.CollapseModule, typeof i8.RouterModule, typeof i9.AppearanceSettingsComponent, typeof i10.TypeDashboardInfoComponent, typeof i11.WidgetPreviewComponent, typeof i12.WidgetConfigSectionComponent, typeof i13.WidgetPreviewWrapperComponent, typeof i14.ContextDashboardComponent, typeof i15.WidgetConfigComponent, typeof i16.DashboardDetailComponent, typeof i17.AddDashboardComponent, typeof i18.PasteDashboardActionComponent], [typeof i14.ContextDashboardComponent, typeof i15.WidgetConfigComponent, typeof i16.DashboardDetailComponent, typeof i10.TypeDashboardInfoComponent, typeof i12.WidgetConfigSectionComponent, typeof i9.AppearanceSettingsComponent, typeof i13.WidgetPreviewWrapperComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ContextDashboardModule>;
}
//# sourceMappingURL=context-dashboard.module.d.ts.map