igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
78 lines (77 loc) • 4.14 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 { UserBaseAnnotationDescriptionMetadata } from "./UserBaseAnnotationDescriptionMetadata";
import { DataAnnotationInfoDescription } from "./DataAnnotationInfoDescription";
/**
* @hidden
*/
export let DataAnnotationInfoDescriptionMetadata = /*@__PURE__*/ (() => {
class DataAnnotationInfoDescriptionMetadata extends Base {
static b(a) {
if (DataAnnotationInfoDescriptionMetadata.a == null) {
DataAnnotationInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DataAnnotationInfoDescriptionMetadata.c(DataAnnotationInfoDescriptionMetadata.a);
}
if (a.k(DataAnnotationInfoDescriptionMetadata.a)) {
return;
}
a.ad(DataAnnotationInfoDescriptionMetadata.a);
UserBaseAnnotationDescriptionMetadata.d(a);
}
static c(a) {
a.item("XAxisPixel", "Number:double");
a.item("YAxisPixel", "Number:double");
a.item("XAxisWindow", "Number:double");
a.item("YAxisWindow", "Number:double");
a.item("XAxisValue", "Number:double");
a.item("YAxisValue", "Number:double");
a.item("DataIndex", "Number:double");
a.item("DataValueX", "Number:double");
a.item("DataValueY", "Number:double");
a.item("DataLabelX", "String");
a.item("DataLabelY", "String");
a.item("XAxisLabel", "String");
a.item("YAxisLabel", "String");
a.item("IsStartLabel", "Boolean");
a.item("IsEndLabel", "Boolean");
a.item("IsCenterLabel", "Boolean");
a.item("TextColor", "Brush");
a.item("Background", "Brush");
a.item("BorderColor", "Brush");
a.item("BorderRadius", "Number:double");
a.item("BorderThickness", "Number:double");
a.item("XAxisBadgeBackground", "Brush");
a.item("YAxisBadgeBackground", "Brush");
a.item("XAxisBadgeOutline", "Brush");
a.item("YAxisBadgeOutline", "Brush");
a.item("XAxisBadgeRadius", "Number:double");
a.item("YAxisBadgeRadius", "Number:double");
a.item("XAxisBadgeOutlineThickness", "Number:double");
a.item("YAxisBadgeOutlineThickness", "Number:double");
a.item("XAxisBadgeMargin", "Number:double");
a.item("YAxisBadgeMargin", "Number:double");
a.item("XAxisBadgeSize", "Number:double");
a.item("YAxisBadgeSize", "Number:double");
a.item("XAxisBadgeImagePath", "String");
a.item("YAxisBadgeImagePath", "String");
a.item("IsXAxisBadgeEnabled", "Boolean");
a.item("IsYAxisBadgeEnabled", "Boolean");
a.item("XAxisUserAnnotation", "ExportedType:UserBaseAnnotation");
a.item("YAxisUserAnnotation", "ExportedType:UserBaseAnnotation");
}
static d(a) {
DataAnnotationInfoDescriptionMetadata.b(a);
a.af("DataAnnotationInfo", () => new DataAnnotationInfoDescription());
a.ae("DataAnnotationInfo", DataAnnotationInfoDescriptionMetadata.a);
}
}
DataAnnotationInfoDescriptionMetadata.$t = markType(DataAnnotationInfoDescriptionMetadata, 'DataAnnotationInfoDescriptionMetadata');
DataAnnotationInfoDescriptionMetadata.a = null;
return DataAnnotationInfoDescriptionMetadata;
})();