igniteui-react-core
Version:
Ignite UI React Core.
50 lines (49 loc) • 3.05 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 { DataAnnotationRangeLayerDescriptionMetadata } from "./DataAnnotationRangeLayerDescriptionMetadata";
import { DataAnnotationStripLayerDescription } from "./DataAnnotationStripLayerDescription";
/**
* @hidden
*/
export let DataAnnotationStripLayerDescriptionMetadata = /*@__PURE__*/ (() => {
class DataAnnotationStripLayerDescriptionMetadata extends Base {
static b(a) {
if (DataAnnotationStripLayerDescriptionMetadata.a == null) {
DataAnnotationStripLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DataAnnotationStripLayerDescriptionMetadata.c(DataAnnotationStripLayerDescriptionMetadata.a);
}
if (a.k(DataAnnotationStripLayerDescriptionMetadata.a)) {
return;
}
a.ac(DataAnnotationStripLayerDescriptionMetadata.a);
}
static c(a) {
DataAnnotationRangeLayerDescriptionMetadata.c(a);
a.item("StartValueMemberPath", "String");
a.item("StartLabelMemberPath", "String");
a.item("StartLabelDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("StartLabelDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("EndValueMemberPath", "String");
a.item("EndLabelMemberPath", "String");
a.item("EndLabelDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("EndLabelDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("CenterLabelMemberPath", "String");
a.item("CenterLabelDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("CenterLabelDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
}
static d(a) {
DataAnnotationStripLayerDescriptionMetadata.b(a);
a.ae("DataAnnotationStripLayer", () => new DataAnnotationStripLayerDescription());
a.ad("DataAnnotationStripLayer", DataAnnotationStripLayerDescriptionMetadata.a);
}
}
DataAnnotationStripLayerDescriptionMetadata.$t = /*@__PURE__*/ markType(DataAnnotationStripLayerDescriptionMetadata, 'DataAnnotationStripLayerDescriptionMetadata');
DataAnnotationStripLayerDescriptionMetadata.a = null;
return DataAnnotationStripLayerDescriptionMetadata;
})();