igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
82 lines (81 loc) • 4.3 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 { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { UserBaseAnnotationDescriptionMetadata } from "./UserBaseAnnotationDescriptionMetadata";
import { DataAnnotationInfoDescription } from "./DataAnnotationInfoDescription";
/**
* @hidden
*/
var DataAnnotationInfoDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataAnnotationInfoDescriptionMetadata, _super);
function DataAnnotationInfoDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
DataAnnotationInfoDescriptionMetadata.b = function (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);
};
DataAnnotationInfoDescriptionMetadata.c = function (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");
};
DataAnnotationInfoDescriptionMetadata.d = function (a) {
DataAnnotationInfoDescriptionMetadata.b(a);
a.af("DataAnnotationInfo", function () { return new DataAnnotationInfoDescription(); });
a.ae("DataAnnotationInfo", DataAnnotationInfoDescriptionMetadata.a);
};
DataAnnotationInfoDescriptionMetadata.$t = markType(DataAnnotationInfoDescriptionMetadata, 'DataAnnotationInfoDescriptionMetadata');
DataAnnotationInfoDescriptionMetadata.a = null;
return DataAnnotationInfoDescriptionMetadata;
}(Base));
export { DataAnnotationInfoDescriptionMetadata };