igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
54 lines (53 loc) • 3.04 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 { UserShapeAnnotationDescriptionMetadata } from "./UserShapeAnnotationDescriptionMetadata";
import { UserStripAnnotationDescription } from "./UserStripAnnotationDescription";
/**
* @hidden
*/
export let UserStripAnnotationDescriptionMetadata = /*@__PURE__*/ (() => {
class UserStripAnnotationDescriptionMetadata extends Base {
static b(a) {
if (UserStripAnnotationDescriptionMetadata.a == null) {
UserStripAnnotationDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
UserStripAnnotationDescriptionMetadata.c(UserStripAnnotationDescriptionMetadata.a);
}
if (a.k(UserStripAnnotationDescriptionMetadata.a)) {
return;
}
a.ad(UserStripAnnotationDescriptionMetadata.a);
}
static c(a) {
UserShapeAnnotationDescriptionMetadata.c(a);
a.item("StartValue", "Number:double");
a.item("StartLabel", "String");
a.item("StartLabelColor", "Brush");
a.item("StartLabelBackground", "Brush");
a.item("StartLabelBorderColor", "Brush");
a.item("EndValue", "Number:double");
a.item("EndLabel", "String");
a.item("EndLabelColor", "Brush");
a.item("EndLabelBackground", "Brush");
a.item("EndLabelBorderColor", "Brush");
a.item("StartValueDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("StartValueDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("EndValueDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("EndValueDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
}
static d(a) {
UserShapeAnnotationDescriptionMetadata.d(a);
UserStripAnnotationDescriptionMetadata.b(a);
a.af("UserStripAnnotation", () => new UserStripAnnotationDescription());
a.ae("UserStripAnnotation", UserStripAnnotationDescriptionMetadata.a);
}
}
UserStripAnnotationDescriptionMetadata.$t = markType(UserStripAnnotationDescriptionMetadata, 'UserStripAnnotationDescriptionMetadata');
UserStripAnnotationDescriptionMetadata.a = null;
return UserStripAnnotationDescriptionMetadata;
})();