igniteui-react-core
Version:
Ignite UI React Core.
54 lines (53 loc) • 3.34 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 { DataAnnotationRangeLayerDescriptionMetadata } from "./DataAnnotationRangeLayerDescriptionMetadata";
import { DataAnnotationStripLayerDescription } from "./DataAnnotationStripLayerDescription";
/**
* @hidden
*/
var DataAnnotationStripLayerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataAnnotationStripLayerDescriptionMetadata, _super);
function DataAnnotationStripLayerDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
DataAnnotationStripLayerDescriptionMetadata.b = function (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);
};
DataAnnotationStripLayerDescriptionMetadata.c = function (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");
};
DataAnnotationStripLayerDescriptionMetadata.d = function (a) {
DataAnnotationStripLayerDescriptionMetadata.b(a);
a.ae("DataAnnotationStripLayer", function () { return new DataAnnotationStripLayerDescription(); });
a.ad("DataAnnotationStripLayer", DataAnnotationStripLayerDescriptionMetadata.a);
};
DataAnnotationStripLayerDescriptionMetadata.$t = markType(DataAnnotationStripLayerDescriptionMetadata, 'DataAnnotationStripLayerDescriptionMetadata');
DataAnnotationStripLayerDescriptionMetadata.a = null;
return DataAnnotationStripLayerDescriptionMetadata;
}(Base));
export { DataAnnotationStripLayerDescriptionMetadata };