UNPKG

igniteui-react-charts

Version:

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

115 lines (114 loc) 4.47 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 { FinancialChartDropDownControl } from "./FinancialChartDropDownControl"; import { FinancialChartIndicatorMenuViewModel } from "./FinancialChartIndicatorMenuViewModel"; import { runOn, markType } from "igniteui-react-core"; import { FinancialChartIndicatorMenuView } from "./FinancialChartIndicatorMenuView"; /** * @hidden */ var FinancialChartIndicatorMenu = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FinancialChartIndicatorMenu, _super); function FinancialChartIndicatorMenu(a) { var _rest = []; for (var _i = 1; _i < arguments.length; _i++) { _rest[_i - 1] = arguments[_i]; } var _this = this; a = (a == void 0) ? 0 : a; switch (a) { case 0: { var c = [null]; { var e = c[0]; _this = _super.call(this, "financialChartIndicatorMenu", e, "") || this; _this.o = new FinancialChartIndicatorMenuView(); _this.p = new FinancialChartIndicatorMenuViewModel(); _this.p.onSelectionChanged = runOn(_this, _this.v); _this.p.b = runOn(_this.o, _this.o.j); _this.o.a = _this.p; } } break; case 1: { var c = _rest[0]; _this = _super.call(this, "financialChartIndicatorMenu", c, "") || this; _this.o = new FinancialChartIndicatorMenuView(); _this.p = new FinancialChartIndicatorMenuViewModel(); _this.p.onSelectionChanged = runOn(_this, _this.v); _this.p.b = runOn(_this.o, _this.o.j); _this.o.a = _this.p; } break; } return _this; } FinancialChartIndicatorMenu.prototype.get_s = function () { return ".financialChartIndicatorMenuDropDownButton"; }; Object.defineProperty(FinancialChartIndicatorMenu.prototype, "s", { get: function () { return this.get_s(); }, enumerable: false, configurable: true }); FinancialChartIndicatorMenu.prototype.get_t = function () { return ".financialChartIndicatorMenuDropDownMenu"; }; Object.defineProperty(FinancialChartIndicatorMenu.prototype, "t", { get: function () { return this.get_t(); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartIndicatorMenu.prototype, "y", { get: function () { return this.w.j; }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartIndicatorMenu.prototype, "z", { get: function () { return this.w.k; }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartIndicatorMenu.prototype, "aa", { get: function () { return this.w.l; }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartIndicatorMenu.prototype, "x", { get: function () { return this.w.i; }, enumerable: false, configurable: true }); Object.defineProperty(FinancialChartIndicatorMenu.prototype, "w", { get: function () { return this.p; }, enumerable: false, configurable: true }); FinancialChartIndicatorMenu.prototype.get_q = function () { return true; }; FinancialChartIndicatorMenu.$t = markType(FinancialChartIndicatorMenu, 'FinancialChartIndicatorMenu', FinancialChartDropDownControl.$); return FinancialChartIndicatorMenu; }(FinancialChartDropDownControl)); export { FinancialChartIndicatorMenu };