igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
68 lines (67 loc) • 4.32 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 { OverlayTextUpdatingEventArgsDescription } from "./OverlayTextUpdatingEventArgsDescription";
/**
* @hidden
*/
var OverlayTextUpdatingEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(OverlayTextUpdatingEventArgsDescriptionMetadata, _super);
function OverlayTextUpdatingEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
OverlayTextUpdatingEventArgsDescriptionMetadata.b = function (a) {
if (OverlayTextUpdatingEventArgsDescriptionMetadata.a == null) {
OverlayTextUpdatingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
OverlayTextUpdatingEventArgsDescriptionMetadata.c(OverlayTextUpdatingEventArgsDescriptionMetadata.a);
}
if (a.k(OverlayTextUpdatingEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(OverlayTextUpdatingEventArgsDescriptionMetadata.a);
};
OverlayTextUpdatingEventArgsDescriptionMetadata.c = function (a) {
a.item("DataIndex", "Number:int");
a.item("HorizontalMargin", "Number:double");
a.item("HorizontalPadding", "Number:double");
a.item("VerticalPadding", "Number:double");
a.item("VerticalMargin", "Number:double");
a.item("BorderRadius", "Number:double");
a.item("BorderThickness", "Number:double");
a.item("BorderShift", "Number:double");
a.item("BackgroundShift", "Number:double");
a.item("TextColorShift", "Number:double");
a.item("BorderMode", "ExportedType:string:AnnotationAppearanceMode");
a.item("BorderMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift");
a.item("BackgroundMode", "ExportedType:string:AnnotationAppearanceMode");
a.item("BackgroundMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift");
a.item("TextColorMode", "ExportedType:string:AnnotationAppearanceMode");
a.item("TextColorMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift");
a.item("TextContent", "String");
a.item("TextAngle", "Number:double");
a.item("TextVisible", "Boolean");
a.item("TextEmpty", "Boolean");
a.item("TextLocation", "ExportedType:string:OverlayTextLocation");
a.item("TextLocation@names", "Auto;InsideMiddleCenter;InsideMiddleLeft;InsideMiddleRight;InsideTopLeft;InsideTopCenter;InsideTopRight;InsideBottomLeft;InsideBottomCenter;InsideBottomRight;OutsideTopLeft;OutsideTopCenter;OutsideTopRight;OutsideMiddleLeft;OutsideMiddleRight;OutsideBottomLeft;OutsideBottomCenter;OutsideBottomRight;Hidden");
a.item("TextColor", "Brush");
a.item("Background", "Brush");
a.item("BorderStroke", "Brush");
a.item("ShapeBrush", "Brush");
a.item("ShapeOutline", "Brush");
};
OverlayTextUpdatingEventArgsDescriptionMetadata.d = function (a) {
OverlayTextUpdatingEventArgsDescriptionMetadata.b(a);
a.ae("OverlayTextUpdatingEventArgs", function () { return new OverlayTextUpdatingEventArgsDescription(); });
a.ad("OverlayTextUpdatingEventArgs", OverlayTextUpdatingEventArgsDescriptionMetadata.a);
};
OverlayTextUpdatingEventArgsDescriptionMetadata.$t = markType(OverlayTextUpdatingEventArgsDescriptionMetadata, 'OverlayTextUpdatingEventArgsDescriptionMetadata');
OverlayTextUpdatingEventArgsDescriptionMetadata.a = null;
return OverlayTextUpdatingEventArgsDescriptionMetadata;
}(Base));
export { OverlayTextUpdatingEventArgsDescriptionMetadata };