igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
54 lines (53 loc) • 3.17 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 { OverlayTextUpdatingEventArgsDescriptionMetadata } from "./OverlayTextUpdatingEventArgsDescriptionMetadata";
import { DataAnnotationStyleEventArgsDescription } from "./DataAnnotationStyleEventArgsDescription";
/**
* @hidden
*/
var DataAnnotationStyleEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataAnnotationStyleEventArgsDescriptionMetadata, _super);
function DataAnnotationStyleEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
DataAnnotationStyleEventArgsDescriptionMetadata.b = function (a) {
if (DataAnnotationStyleEventArgsDescriptionMetadata.a == null) {
DataAnnotationStyleEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DataAnnotationStyleEventArgsDescriptionMetadata.c(DataAnnotationStyleEventArgsDescriptionMetadata.a);
}
if (a.k(DataAnnotationStyleEventArgsDescriptionMetadata.a)) {
return;
}
a.ad(DataAnnotationStyleEventArgsDescriptionMetadata.a);
OverlayTextUpdatingEventArgsDescriptionMetadata.d(a);
};
DataAnnotationStyleEventArgsDescriptionMetadata.c = function (a) {
a.item("ShapeBrush", "Brush");
a.item("ShapeOutline", "Brush");
a.item("ShapeBrushOpacity", "Number:double");
a.item("ShapeOutlineOpacity", "Number:double");
a.item("ShapeThickness", "Number:double");
a.item("ShapeVisible", "Boolean");
a.item("AnnotationVisible", "Boolean");
a.item("LabelStart", "String");
a.item("LabelEnd", "String");
a.item("LabelCenter", "String");
a.item("Overlay", "ExportedType:OverlayTextUpdatingEventArgs");
};
DataAnnotationStyleEventArgsDescriptionMetadata.d = function (a) {
DataAnnotationStyleEventArgsDescriptionMetadata.b(a);
a.af("DataAnnotationStyleEventArgs", function () { return new DataAnnotationStyleEventArgsDescription(); });
a.ae("DataAnnotationStyleEventArgs", DataAnnotationStyleEventArgsDescriptionMetadata.a);
};
DataAnnotationStyleEventArgsDescriptionMetadata.$t = markType(DataAnnotationStyleEventArgsDescriptionMetadata, 'DataAnnotationStyleEventArgsDescriptionMetadata');
DataAnnotationStyleEventArgsDescriptionMetadata.a = null;
return DataAnnotationStyleEventArgsDescriptionMetadata;
}(Base));
export { DataAnnotationStyleEventArgsDescriptionMetadata };