UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

55 lines (54 loc) 2.72 kB
/* 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"; /** * @hidden */ export let UserBaseAnnotationDescriptionMetadata = /*@__PURE__*/ (() => { class UserBaseAnnotationDescriptionMetadata extends Base { static b(a) { if (UserBaseAnnotationDescriptionMetadata.a == null) { UserBaseAnnotationDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); UserBaseAnnotationDescriptionMetadata.c(UserBaseAnnotationDescriptionMetadata.a); } if (a.k(UserBaseAnnotationDescriptionMetadata.a)) { return; } a.ad(UserBaseAnnotationDescriptionMetadata.a); } static c(a) { a.item("__marshalByValue", "Boolean"); a.item("Identifier", "String"); a.item("Label", "String"); a.item("AnnotationData", "String"); a.item("IsVisible", "Boolean"); a.item("LabelColor", "Brush"); a.item("LabelBackground", "Brush"); a.item("LabelBorderColor", "Brush"); a.item("LabelBorderThickness", "Number:double"); a.item("LabelBorderRadius", "Number:double"); a.item("LabelPadding", "Number:double"); a.item("BadgeVisible", "Boolean"); a.item("BadgeBackground", "Brush"); a.item("BadgeOutline", "Brush"); a.item("BadgeThickness", "Number:double"); a.item("BadgeSize", "Number:double"); a.item("BadgeCornerRadius", "Number:double"); a.item("BadgeMargin", "Number:double"); a.item("BadgeImagePath", "String"); a.item("IsPillShaped", "Boolean"); } static d(a) { UserBaseAnnotationDescriptionMetadata.b(a); a.ae("UserBaseAnnotation", UserBaseAnnotationDescriptionMetadata.a); } } UserBaseAnnotationDescriptionMetadata.$t = markType(UserBaseAnnotationDescriptionMetadata, 'UserBaseAnnotationDescriptionMetadata'); UserBaseAnnotationDescriptionMetadata.a = null; return UserBaseAnnotationDescriptionMetadata; })();