igniteui-react-core
Version:
Ignite UI React Core.
49 lines (48 loc) • 2.9 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 { SeriesDescriptionMetadata } from "./SeriesDescriptionMetadata";
import { CalloutLabelUpdatingEventArgsDescription } from "./CalloutLabelUpdatingEventArgsDescription";
/**
* @hidden
*/
var CalloutLabelUpdatingEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(CalloutLabelUpdatingEventArgsDescriptionMetadata, _super);
function CalloutLabelUpdatingEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
CalloutLabelUpdatingEventArgsDescriptionMetadata.b = function (a) {
if (CalloutLabelUpdatingEventArgsDescriptionMetadata.a == null) {
CalloutLabelUpdatingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
CalloutLabelUpdatingEventArgsDescriptionMetadata.c(CalloutLabelUpdatingEventArgsDescriptionMetadata.a);
}
if (a.k(CalloutLabelUpdatingEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(CalloutLabelUpdatingEventArgsDescriptionMetadata.a);
SeriesDescriptionMetadata.d(a);
};
CalloutLabelUpdatingEventArgsDescriptionMetadata.c = function (a) {
a.item("XValueRef", "(w:XValue,j:xValue,wf:XValue)DataRef");
a.item("YValueRef", "(w:YValue,j:yValue,wf:YValue)DataRef");
a.item("ItemRef", "(w:Item,j:item,wf:Item)DataRef");
a.item("Series", "ExportedType:Series");
a.item("SeriesName", "String");
a.item("LabelRef", "(w:Label,j:label,wf:Label)DataRef");
};
CalloutLabelUpdatingEventArgsDescriptionMetadata.d = function (a) {
CalloutLabelUpdatingEventArgsDescriptionMetadata.b(a);
a.ae("CalloutLabelUpdatingEventArgs", function () { return new CalloutLabelUpdatingEventArgsDescription(); });
a.ad("CalloutLabelUpdatingEventArgs", CalloutLabelUpdatingEventArgsDescriptionMetadata.a);
};
CalloutLabelUpdatingEventArgsDescriptionMetadata.$t = markType(CalloutLabelUpdatingEventArgsDescriptionMetadata, 'CalloutLabelUpdatingEventArgsDescriptionMetadata');
CalloutLabelUpdatingEventArgsDescriptionMetadata.a = null;
return CalloutLabelUpdatingEventArgsDescriptionMetadata;
}(Base));
export { CalloutLabelUpdatingEventArgsDescriptionMetadata };