igniteui-react-core
Version:
Ignite UI React Core.
59 lines (58 loc) • 3.79 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";
/**
* @hidden
*/
export let DataAnnotationPointLayerDescriptionMetadata = /*@__PURE__*/ (() => {
class DataAnnotationPointLayerDescriptionMetadata extends Base {
static b(a) {
if (DataAnnotationPointLayerDescriptionMetadata.a == null) {
DataAnnotationPointLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DataAnnotationPointLayerDescriptionMetadata.c(DataAnnotationPointLayerDescriptionMetadata.a);
}
if (a.k(DataAnnotationPointLayerDescriptionMetadata.a)) {
return;
}
a.ac(DataAnnotationPointLayerDescriptionMetadata.a);
}
static c(a) {
DataAnnotationRangeLayerDescriptionMetadata.c(a);
a.item("StartValueXMemberPath", "String");
a.item("StartValueYMemberPath", "String");
a.item("StartLabelXMemberPath", "String");
a.item("StartLabelYMemberPath", "String");
a.item("StartLabelXDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("StartLabelXDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("StartLabelYDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("StartLabelYDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("EndValueXMemberPath", "String");
a.item("EndValueYMemberPath", "String");
a.item("EndLabelXMemberPath", "String");
a.item("EndLabelYMemberPath", "String");
a.item("EndLabelXDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("EndLabelXDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("EndLabelYDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("EndLabelYDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("CenterLabelXMemberPath", "String");
a.item("CenterLabelYMemberPath", "String");
a.item("CenterLabelXDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("CenterLabelXDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("CenterLabelYDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("CenterLabelYDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
}
static d(a) {
DataAnnotationPointLayerDescriptionMetadata.b(a);
a.ad("DataAnnotationPointLayer", DataAnnotationPointLayerDescriptionMetadata.a);
}
}
DataAnnotationPointLayerDescriptionMetadata.$t = /*@__PURE__*/ markType(DataAnnotationPointLayerDescriptionMetadata, 'DataAnnotationPointLayerDescriptionMetadata');
DataAnnotationPointLayerDescriptionMetadata.a = null;
return DataAnnotationPointLayerDescriptionMetadata;
})();