igniteui-react-core
Version:
Ignite UI React Core.
50 lines (49 loc) • 2.81 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 { OverlayTextUpdatingEventArgsDescriptionMetadata } from "./OverlayTextUpdatingEventArgsDescriptionMetadata";
import { DataAnnotationStyleEventArgsDescription } from "./DataAnnotationStyleEventArgsDescription";
/**
* @hidden
*/
export let DataAnnotationStyleEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
class DataAnnotationStyleEventArgsDescriptionMetadata extends Base {
static b(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.ac(DataAnnotationStyleEventArgsDescriptionMetadata.a);
OverlayTextUpdatingEventArgsDescriptionMetadata.d(a);
}
static c(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");
}
static d(a) {
DataAnnotationStyleEventArgsDescriptionMetadata.b(a);
a.ae("DataAnnotationStyleEventArgs", () => new DataAnnotationStyleEventArgsDescription());
a.ad("DataAnnotationStyleEventArgs", DataAnnotationStyleEventArgsDescriptionMetadata.a);
}
}
DataAnnotationStyleEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(DataAnnotationStyleEventArgsDescriptionMetadata, 'DataAnnotationStyleEventArgsDescriptionMetadata');
DataAnnotationStyleEventArgsDescriptionMetadata.a = null;
return DataAnnotationStyleEventArgsDescriptionMetadata;
})();