UNPKG

igniteui-react-core

Version:
42 lines (41 loc) 2.6 kB
/* 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 { MultiSliderYValueChangingEventArgsDescription } from "./MultiSliderYValueChangingEventArgsDescription"; /** * @hidden */ var MultiSliderYValueChangingEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(MultiSliderYValueChangingEventArgsDescriptionMetadata, _super); function MultiSliderYValueChangingEventArgsDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } MultiSliderYValueChangingEventArgsDescriptionMetadata.b = function (a) { if (MultiSliderYValueChangingEventArgsDescriptionMetadata.a == null) { MultiSliderYValueChangingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); MultiSliderYValueChangingEventArgsDescriptionMetadata.c(MultiSliderYValueChangingEventArgsDescriptionMetadata.a); } if (a.k(MultiSliderYValueChangingEventArgsDescriptionMetadata.a)) { return; } a.ac(MultiSliderYValueChangingEventArgsDescriptionMetadata.a); }; MultiSliderYValueChangingEventArgsDescriptionMetadata.c = function (a) { a.item("Value", "Number:double"); }; MultiSliderYValueChangingEventArgsDescriptionMetadata.d = function (a) { MultiSliderYValueChangingEventArgsDescriptionMetadata.b(a); a.ae("MultiSliderYValueChangingEventArgs", function () { return new MultiSliderYValueChangingEventArgsDescription(); }); a.ad("MultiSliderYValueChangingEventArgs", MultiSliderYValueChangingEventArgsDescriptionMetadata.a); }; MultiSliderYValueChangingEventArgsDescriptionMetadata.$t = markType(MultiSliderYValueChangingEventArgsDescriptionMetadata, 'MultiSliderYValueChangingEventArgsDescriptionMetadata'); MultiSliderYValueChangingEventArgsDescriptionMetadata.a = null; return MultiSliderYValueChangingEventArgsDescriptionMetadata; }(Base)); export { MultiSliderYValueChangingEventArgsDescriptionMetadata };