igniteui-react-core
Version:
Ignite UI React Core.
51 lines (50 loc) • 3.02 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 { AnnotationLayerDescriptionMetadata } from "./AnnotationLayerDescriptionMetadata";
import { CategoryItemHighlightLayerDescription } from "./CategoryItemHighlightLayerDescription";
/**
* @hidden
*/
export let CategoryItemHighlightLayerDescriptionMetadata = /*@__PURE__*/ (() => {
class CategoryItemHighlightLayerDescriptionMetadata extends Base {
static b(a) {
if (CategoryItemHighlightLayerDescriptionMetadata.a == null) {
CategoryItemHighlightLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
CategoryItemHighlightLayerDescriptionMetadata.c(CategoryItemHighlightLayerDescriptionMetadata.a);
}
if (a.k(CategoryItemHighlightLayerDescriptionMetadata.a)) {
return;
}
a.ac(CategoryItemHighlightLayerDescriptionMetadata.a);
}
static c(a) {
AnnotationLayerDescriptionMetadata.c(a);
a.item("TargetSeriesRef", "(w:TargetSeries,wf:TargetSeries)DataRef::object");
a.item("TargetSeriesName", "String");
a.item("UseInterpolation", "Boolean");
a.item("HighlightType", "ExportedType:string:CategoryItemHighlightType");
a.item("HighlightType@names", "Auto;Marker;Shape");
a.item("MarkerType", "ExportedType:string:MarkerType");
a.item("MarkerType@names", "Unset;None;Automatic;Circle;Triangle;Pyramid;Square;Diamond;Pentagon;Hexagon;Tetragram;Pentagram;Hexagram;Hidden");
a.item("MarkerBrush", "Brush");
a.item("MarkerOutline", "Brush");
a.item("MarkerTemplateRef", "(w:MarkerTemplate,wf:MarkerTemplate)DataRef::object");
a.item("BandHighlightWidth", "Number:double");
a.item("SkipUnknownValues", "Boolean");
}
static d(a) {
CategoryItemHighlightLayerDescriptionMetadata.b(a);
a.ae("CategoryItemHighlightLayer", () => new CategoryItemHighlightLayerDescription());
a.ad("CategoryItemHighlightLayer", CategoryItemHighlightLayerDescriptionMetadata.a);
}
}
CategoryItemHighlightLayerDescriptionMetadata.$t = /*@__PURE__*/ markType(CategoryItemHighlightLayerDescriptionMetadata, 'CategoryItemHighlightLayerDescriptionMetadata');
CategoryItemHighlightLayerDescriptionMetadata.a = null;
return CategoryItemHighlightLayerDescriptionMetadata;
})();