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

80 lines 4.82 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 }); exports.HttpStatusCode = exports.AccordionState = exports.PizzagnaLayer = exports.WellKnownDataSourceFeatures = exports.WellKnownPathKey = exports.WellKnownProviders = exports.HEADER_LINK_PROVIDER = exports.TEST_REGISTRY = exports.FORMATTERS_REGISTRY = exports.DATA_SOURCE = exports.DASHBOARD_EVENT_BUS = exports.PIZZAGNA_EVENT_BUS = void 0; const core_1 = require("@angular/core"); exports.PIZZAGNA_EVENT_BUS = new core_1.InjectionToken("PIZZAGNA_EVENT_BUS"); exports.DASHBOARD_EVENT_BUS = new core_1.InjectionToken("DASHBOARD_EVENT_BUS"); exports.DATA_SOURCE = new core_1.InjectionToken("DATA_SOURCE"); exports.FORMATTERS_REGISTRY = new core_1.InjectionToken("FORMATTERS_REGISTRY"); exports.TEST_REGISTRY = new core_1.InjectionToken("TEST_REGISTRY"); exports.HEADER_LINK_PROVIDER = new core_1.InjectionToken("HEADER_LINK_PROVIDER"); var WellKnownProviders; (function (WellKnownProviders) { WellKnownProviders["DataSource"] = "dataSource"; WellKnownProviders["Adapter"] = "adapter"; WellKnownProviders["Converter"] = "converter"; WellKnownProviders["Broadcaster"] = "broadcaster"; WellKnownProviders["Refresher"] = "refresher"; WellKnownProviders["EventProxy"] = "eventProxy"; WellKnownProviders["LoadingAdapter"] = "loadingAdapter"; WellKnownProviders["ContentFallbackAdapter"] = "contentFallbackAdapter"; WellKnownProviders["InteractionHandler"] = "interactionHandler"; WellKnownProviders["EventBusDebugger"] = "eventBusDebugger"; WellKnownProviders["KpiColorPrioritizer"] = "kpiColorPrioritizer"; WellKnownProviders["FormattersRegistry"] = "formattersRegistry"; WellKnownProviders["DataSourceManager"] = "dataSourceManager"; })(WellKnownProviders || (exports.WellKnownProviders = WellKnownProviders = {})); var WellKnownPathKey; (function (WellKnownPathKey) { WellKnownPathKey["Root"] = "root"; WellKnownPathKey["DataSourceConfigComponentType"] = "dataSourceConfigComponentType"; WellKnownPathKey["TileDescriptionConfigComponentType"] = "tileDescriptionConfigComponentType"; WellKnownPathKey["DataSourceProviders"] = "dataSourceProviders"; WellKnownPathKey["Formatters"] = "formatters"; WellKnownPathKey["TileDescriptionBackgroundColors"] = "tileDescriptionBackgroundColors"; WellKnownPathKey["TileBackgroundColorRulesBackgroundColors"] = "tileBackgroundColorRulesBackgroundColors"; })(WellKnownPathKey || (exports.WellKnownPathKey = WellKnownPathKey = {})); var WellKnownDataSourceFeatures; (function (WellKnownDataSourceFeatures) { WellKnownDataSourceFeatures["Interactivity"] = "interactivity"; WellKnownDataSourceFeatures["DisableTableColumnGeneration"] = "disableTableColumnGeneration"; })(WellKnownDataSourceFeatures || (exports.WellKnownDataSourceFeatures = WellKnownDataSourceFeatures = {})); var PizzagnaLayer; (function (PizzagnaLayer) { PizzagnaLayer["Structure"] = "structure"; PizzagnaLayer["Configuration"] = "configuration"; PizzagnaLayer["Data"] = "data"; })(PizzagnaLayer || (exports.PizzagnaLayer = PizzagnaLayer = {})); var AccordionState; (function (AccordionState) { AccordionState["CRITICAL"] = "critical"; AccordionState["WARNING"] = "warning"; AccordionState["DEFAULT"] = "default"; })(AccordionState || (exports.AccordionState = AccordionState = {})); var HttpStatusCode; (function (HttpStatusCode) { HttpStatusCode["Unknown"] = "0"; HttpStatusCode["Ok"] = "200"; HttpStatusCode["Forbidden"] = "403"; HttpStatusCode["NotFound"] = "404"; })(HttpStatusCode || (exports.HttpStatusCode = HttpStatusCode = {})); //# sourceMappingURL=types.js.map