igniteui-react-core
Version:
Ignite UI React Core.
45 lines (44 loc) • 2.38 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 { FunnelSliceEventArgsDescription } from "./FunnelSliceEventArgsDescription";
/**
* @hidden
*/
var FunnelSliceEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(FunnelSliceEventArgsDescriptionMetadata, _super);
function FunnelSliceEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
FunnelSliceEventArgsDescriptionMetadata.b = function (a) {
if (FunnelSliceEventArgsDescriptionMetadata.a == null) {
FunnelSliceEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
FunnelSliceEventArgsDescriptionMetadata.c(FunnelSliceEventArgsDescriptionMetadata.a);
}
if (a.k(FunnelSliceEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(FunnelSliceEventArgsDescriptionMetadata.a);
};
FunnelSliceEventArgsDescriptionMetadata.c = function (a) {
a.item("Index", "Number:int");
a.item("Bounds", "Rect");
a.item("ItemRef", "(w:Item,wf:Item)DataRef");
a.item("Position", "Point");
};
FunnelSliceEventArgsDescriptionMetadata.d = function (a) {
FunnelSliceEventArgsDescriptionMetadata.b(a);
a.ae("FunnelSliceEventArgs", function () { return new FunnelSliceEventArgsDescription(); });
a.ad("FunnelSliceEventArgs", FunnelSliceEventArgsDescriptionMetadata.a);
};
FunnelSliceEventArgsDescriptionMetadata.$t = markType(FunnelSliceEventArgsDescriptionMetadata, 'FunnelSliceEventArgsDescriptionMetadata');
FunnelSliceEventArgsDescriptionMetadata.a = null;
return FunnelSliceEventArgsDescriptionMetadata;
}(Base));
export { FunnelSliceEventArgsDescriptionMetadata };