igniteui-react-core
Version:
Ignite UI React Core.
59 lines (58 loc) • 3.43 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { FinancialSeriesDescriptionMetadata } from "./FinancialSeriesDescriptionMetadata";
import { FinancialPriceSeriesDescription } from "./FinancialPriceSeriesDescription";
/**
* @hidden
*/
export let FinancialPriceSeriesDescriptionMetadata = /*@__PURE__*/ (() => {
class FinancialPriceSeriesDescriptionMetadata extends Base {
static b(a) {
if (FinancialPriceSeriesDescriptionMetadata.a == null) {
FinancialPriceSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
FinancialPriceSeriesDescriptionMetadata.c(FinancialPriceSeriesDescriptionMetadata.a);
}
if (a.k(FinancialPriceSeriesDescriptionMetadata.a)) {
return;
}
a.ac(FinancialPriceSeriesDescriptionMetadata.a);
}
static c(a) {
FinancialSeriesDescriptionMetadata.c(a);
a.item("TrendLineType", "ExportedType:string:TrendLineType");
a.item("TrendLineType@names", "None;LinearFit;QuadraticFit;CubicFit;QuarticFit;QuinticFit;LogarithmicFit;ExponentialFit;PowerLawFit;SimpleAverage;ExponentialAverage;ModifiedAverage;CumulativeAverage;WeightedAverage");
a.item("TrendLineBrush", "Brush");
a.item("ActualTrendLineBrush", "Brush");
a.item("TrendLineThickness", "Number:double");
a.item("TrendLineDashArray", "DoubleCollection:double");
a.item("TrendLinePeriod", "Number:int");
a.item("DisplayType", "ExportedType:string:PriceDisplayType");
a.item("DisplayType@names", "Candlestick;OHLC");
a.item("CategoryCollisionMode", "ExportedType:string:CategoryCollisionMode");
a.item("CategoryCollisionMode@names", "WholeColumn;MatchHeight");
a.item("NegativeOutline", "Brush");
a.item("LowMemberAsLegendLabel", "String");
a.item("HighMemberAsLegendLabel", "String");
a.item("CloseMemberAsLegendLabel", "String");
a.item("OpenMemberAsLegendLabel", "String");
a.item("LowMemberAsLegendUnit", "String");
a.item("HighMemberAsLegendUnit", "String");
a.item("CloseMemberAsLegendUnit", "String");
a.item("OpenMemberAsLegendUnit", "String");
}
static d(a) {
FinancialPriceSeriesDescriptionMetadata.b(a);
a.ae("FinancialPriceSeries", () => new FinancialPriceSeriesDescription());
a.ad("FinancialPriceSeries", FinancialPriceSeriesDescriptionMetadata.a);
}
}
FinancialPriceSeriesDescriptionMetadata.$t = /*@__PURE__*/ markType(FinancialPriceSeriesDescriptionMetadata, 'FinancialPriceSeriesDescriptionMetadata');
FinancialPriceSeriesDescriptionMetadata.a = null;
return FinancialPriceSeriesDescriptionMetadata;
})();