UNPKG

@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

49 lines 3.83 kB
"use strict"; // © 2022 SolarWinds Worldwide, LLC. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or // sell copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./configurator/configurator.component"), exports); tslib_1.__exportStar(require("./widgets/public-api"), exports); tslib_1.__exportStar(require("./wizard/public-api"), exports); tslib_1.__exportStar(require("./types"), exports); tslib_1.__exportStar(require("./form-stack/form-stack.component"), exports); tslib_1.__exportStar(require("./formatters/link-formatter/link-formatter.component"), exports); tslib_1.__exportStar(require("./formatters/status-with-icon-formatter/status-with-icon-formatter.component"), exports); tslib_1.__exportStar(require("./formatters/raw-formatter/raw-formatter.component"), exports); tslib_1.__exportStar(require("./formatters/percentage-formatter/percentage-formatter.component"), exports); tslib_1.__exportStar(require("./formatters/donut-content-percentage-formatter/donut-content-percentage-formatter.component"), exports); tslib_1.__exportStar(require("./formatters/donut-content-percentage-formatter/donut-content-percentage-configuration.component"), exports); tslib_1.__exportStar(require("./formatters/donut-content-sum-formatter/donut-content-sum-formatter.component"), exports); tslib_1.__exportStar(require("./formatters/donut-content-raw-formatter/donut-content-raw-formatter.component"), exports); tslib_1.__exportStar(require("./formatters/widget-formatter-configurators/donut-formatter-configurator.component"), exports); tslib_1.__exportStar(require("./formatters/icon-formatter/icon-formatter.component"), exports); tslib_1.__exportStar(require("./formatters/si-units-formatter/si-units-formatter.component"), exports); tslib_1.__exportStar(require("./heading/configurator-heading.component"), exports); tslib_1.__exportStar(require("./items-dynamic/items-dynamic.component"), exports); tslib_1.__exportStar(require("./preview-placeholder/preview-placeholder.component"), exports); tslib_1.__exportStar(require("./widget-cloner/widget-cloner.component"), exports); tslib_1.__exportStar(require("./widget-configurator-section/widget-configurator-section.component"), exports); tslib_1.__exportStar(require("./widget-editor/widget-editor.component"), exports); tslib_1.__exportStar(require("./widget-editor-accordion/widget-editor-accordion.component"), exports); tslib_1.__exportStar(require("./widget-editor-accordion/widget-editor-accordion-header/widget-editor-accordion-header.component"), exports); tslib_1.__exportStar(require("./color-picker/color-picker.component"), exports); tslib_1.__exportStar(require("./drop-area/drop-area.component"), exports); //# sourceMappingURL=public-api.js.map