UNPKG

igniteui-react-inputs

Version:

Ignite UI React input components.

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