@nova-ui/dashboards
Version:
Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and
26 lines (25 loc) • 1.81 kB
TypeScript
export * from "./configurator/configurator.component";
export * from "./widgets/public-api";
export * from "./wizard/public-api";
export * from "./types";
export * from "./form-stack/form-stack.component";
export * from "./formatters/link-formatter/link-formatter.component";
export * from "./formatters/status-with-icon-formatter/status-with-icon-formatter.component";
export * from "./formatters/raw-formatter/raw-formatter.component";
export * from "./formatters/percentage-formatter/percentage-formatter.component";
export * from "./formatters/donut-content-percentage-formatter/donut-content-percentage-formatter.component";
export * from "./formatters/donut-content-percentage-formatter/donut-content-percentage-configuration.component";
export * from "./formatters/donut-content-sum-formatter/donut-content-sum-formatter.component";
export * from "./formatters/donut-content-raw-formatter/donut-content-raw-formatter.component";
export * from "./formatters/widget-formatter-configurators/donut-formatter-configurator.component";
export * from "./formatters/icon-formatter/icon-formatter.component";
export * from "./formatters/si-units-formatter/si-units-formatter.component";
export * from "./heading/configurator-heading.component";
export * from "./items-dynamic/items-dynamic.component";
export * from "./preview-placeholder/preview-placeholder.component";
export * from "./widget-cloner/widget-cloner.component";
export * from "./widget-configurator-section/widget-configurator-section.component";
export * from "./widget-editor/widget-editor.component";
export * from "./widget-editor-accordion/widget-editor-accordion.component";
export * from "./widget-editor-accordion/widget-editor-accordion-header/widget-editor-accordion-header.component";
export * from "./drop-area/drop-area.component";