UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

46 lines (45 loc) 1.96 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, INotifyPropertyChanged_$type, PropertyChangedEventArgs, runOn, delegateCombine, markType } from "igniteui-react-core"; /** * @hidden */ var UserAnnotationDataContext = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserAnnotationDataContext, _super); function UserAnnotationDataContext(a) { var _this = _super.call(this) || this; _this.a = null; _this.propertyChanged = null; _this.a = a; var b = _this.a; b.propertyChanged = delegateCombine(b.propertyChanged, runOn(_this, _this.d)); return _this; } UserAnnotationDataContext.prototype.d = function (a, b) { if (this.propertyChanged != null) { this.propertyChanged(this, new PropertyChangedEventArgs(b.propertyName)); } }; Object.defineProperty(UserAnnotationDataContext.prototype, "b", { get: function () { return this.a; }, enumerable: false, configurable: true }); Object.defineProperty(UserAnnotationDataContext.prototype, "label", { get: function () { return this.a.aq; }, enumerable: false, configurable: true }); UserAnnotationDataContext.$t = markType(UserAnnotationDataContext, 'UserAnnotationDataContext', Base.$, [INotifyPropertyChanged_$type]); return UserAnnotationDataContext; }(Base)); export { UserAnnotationDataContext };