UNPKG

igniteui-angular-inputs

Version:

Ignite UI Angular input components for building rich data visualizations for modern web apps.

44 lines (43 loc) 1.71 kB
import { MultiSliderYValueChangingEventArgs as MultiSliderYValueChangingEventArgs_internal } from "./MultiSliderYValueChangingEventArgs"; var IgxMultiSliderYValueChangingEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgxMultiSliderYValueChangingEventArgs() { this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgxMultiSliderYValueChangingEventArgs.prototype.createImplementation = function () { return new MultiSliderYValueChangingEventArgs_internal(); }; Object.defineProperty(IgxMultiSliderYValueChangingEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgxMultiSliderYValueChangingEventArgs.prototype.onImplementationCreated = function () { }; IgxMultiSliderYValueChangingEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); }; Object.defineProperty(IgxMultiSliderYValueChangingEventArgs.prototype, "value", { get: function () { return this.i.a; }, set: function (v) { this.i.a = +v; }, enumerable: false, configurable: true }); return IgxMultiSliderYValueChangingEventArgs; }()); export { IgxMultiSliderYValueChangingEventArgs };