UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

59 lines (58 loc) 2.95 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 { __extends } from "tslib"; import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; /** * @hidden */ var UserBaseAnnotationDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserBaseAnnotationDescriptionMetadata, _super); function UserBaseAnnotationDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } UserBaseAnnotationDescriptionMetadata.b = function (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); }; UserBaseAnnotationDescriptionMetadata.c = function (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"); }; UserBaseAnnotationDescriptionMetadata.d = function (a) { UserBaseAnnotationDescriptionMetadata.b(a); a.ae("UserBaseAnnotation", UserBaseAnnotationDescriptionMetadata.a); }; UserBaseAnnotationDescriptionMetadata.$t = markType(UserBaseAnnotationDescriptionMetadata, 'UserBaseAnnotationDescriptionMetadata'); UserBaseAnnotationDescriptionMetadata.a = null; return UserBaseAnnotationDescriptionMetadata; }(Base)); export { UserBaseAnnotationDescriptionMetadata };