UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

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