-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsmart-webcomponents-angular-chart.umd.js.map
1 lines (1 loc) · 91.9 KB
/
smart-webcomponents-angular-chart.umd.js.map
1
{"version":3,"file":"smart-webcomponents-angular-chart.umd.js","sources":["../../node_modules/tslib/tslib.es6.js","ng://smart-webcomponents-angular/chart/smart.element.ts","ng://smart-webcomponents-angular/chart/smart.chart.ts","ng://smart-webcomponents-angular/chart/smart.chart.module.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","\ndeclare global {\n interface Window {\n Smart: any;\n}\n}\n\n\nimport { ElementRef, Input, Output, EventEmitter } from '@angular/core';\nimport { ElementRenderMode } from './../index';\n\nexport class BaseElement {\n constructor(ref: ElementRef) {\n const that = this;\n this.nativeElement = ref.nativeElement as any;\n\n that.nativeElement.onAttached = () => {\n that.onAttach.emit(that.nativeElement);\n }\n\n that.nativeElement.onDetached = () => {\n that.onDetach.emit(that.nativeElement);\n }\n }\n\n @Output() onCreate: EventEmitter<any> = new EventEmitter();\n @Output() onReady: EventEmitter<any> = new EventEmitter();\n @Output() onAttach: EventEmitter<any> = new EventEmitter();\n @Output() onDetach: EventEmitter<any> = new EventEmitter();\n\n public nativeElement: any;\n\n public addEventListener(type: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions = false): void {\n this.nativeElement.addEventListener(type, listener, options);\n\t}\n\n\tpublic removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions = false): void {\n\t\tthis.nativeElement.removeEventListener(type, listener, options);\n\t}\n\n\tpublic dispatchEvent(event: Event): boolean {\n\t\treturn this.nativeElement.dispatchEvent(event);\n\t}\n\n\tpublic blur(): void {\n\t\tthis.nativeElement.blur();\n\t}\n\n\tpublic click(): void {\n\t\tthis.nativeElement.click();\n\t}\n\n\tpublic focus(options?: FocusOptions): void {\n\t\tthis.nativeElement.focus(options);\n\t}\n\n/** @description Sets or gets the language. Used in conjunction with the property messages. */\n\t@Input()\n\tget locale(): string {\n\t\treturn this.nativeElement ? this.nativeElement.locale : undefined;\n\t}\n\tset locale(value: string) {\n\t\tthis.nativeElement ? this.nativeElement.locale = value : undefined;\n\t}\n\n\t/** @description Callback used to customize the format of the messages that are returned from the Localization Module. */\n\t@Input()\n\tget localizeFormatFunction(): any {\n\t\treturn this.nativeElement ? this.nativeElement.localizeFormatFunction : undefined;\n\t}\n\tset localizeFormatFunction(value: any) {\n\t\tthis.nativeElement ? this.nativeElement.localizeFormatFunction = value : undefined;\n\t}\n\n\t/** @description Sets or gets an object specifying strings used in the widget that can be localized. Used in conjunction with the property locale. */\n\t@Input()\n\tget messages(): any {\n\t\treturn this.nativeElement ? this.nativeElement.messages : undefined;\n\t}\n\tset messages(value: any) {\n\t\tthis.nativeElement ? this.nativeElement.messages = value : undefined;\n\t}\n\n\t/** @description Sets or gets the value indicating whether the element is aligned to support locales using right-to-left fonts. */\n\t@Input()\n\tget rightToLeft(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.rightToLeft : undefined;\n\t}\n\tset rightToLeft(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.rightToLeft = value : undefined;\n\t}\n\n\t/** @description Determines the theme. Theme defines the look of the element */\n\t@Input()\n\tget theme(): string {\n\t\treturn this.nativeElement ? this.nativeElement.theme : undefined;\n\t}\n\tset theme(value: string) {\n\t\tthis.nativeElement ? this.nativeElement.theme = value : undefined;\n\t}\n}\n\nexport const Smart: any = window.Smart;\n\n","import { Chart } from './../index';\nimport { Animation, ChartColorScheme, ChartRenderEngine, HorizontalAlignment, ChartRotationPoint, VerticalAlignment, ChartAnnotationType, ChartUnselectMode, Orientation, ChartSeriesGroupSerieEmptyPointsDisplay, ChartSymbolType, ChartType, AxisPosition, ChartBaseUnit, ChartXAxisType, ChartLocalization, Padding, ChartSeriesGroup, ChartAnnotation, Offset, ChartAnnotationText, ChartBand, ChartFormatSettings, ChartSeriesGroupSerie, ChartLabels, ChartValueAxis, ChartLines, ChartLine, ChartTitle, ChartXAxis, ChartRangeSelector, ElementRenderMode} from './../index';\nimport { Component, Directive, AfterViewInit, ElementRef, Input, OnInit, OnChanges, OnDestroy, SimpleChanges, Output, EventEmitter } from '@angular/core';\nimport { BaseElement, Smart } from './smart.element';\nexport { Animation, ChartColorScheme, ChartRenderEngine, HorizontalAlignment, ChartRotationPoint, VerticalAlignment, ChartAnnotationType, ChartUnselectMode, Orientation, ChartSeriesGroupSerieEmptyPointsDisplay, ChartSymbolType, ChartType, AxisPosition, ChartBaseUnit, ChartXAxisType, ChartLocalization, Padding, ChartSeriesGroup, ChartAnnotation, Offset, ChartAnnotationText, ChartBand, ChartFormatSettings, ChartSeriesGroupSerie, ChartLabels, ChartValueAxis, ChartLines, ChartLine, ChartTitle, ChartXAxis, ChartRangeSelector, ElementRenderMode} from './../index';\nexport { Smart } from './smart.element';\nexport { Chart } from './../index';\n\n\n@Directive({\n\texportAs: 'smart-chart',\tselector: 'smart-chart, [smart-chart]'\n})\n\nexport class ChartComponent extends BaseElement implements OnInit, AfterViewInit, OnDestroy, OnChanges {\n\tconstructor(ref: ElementRef<Chart>) {\n\t\tsuper(ref);\n\t\tthis.nativeElement = ref.nativeElement as Chart;\n\t}\n\n\tprivate eventHandlers: any[] = [];\n\n\tpublic nativeElement: Chart;\n\t/** @description Creates the component on demand.\n\t * @param properties An optional object of properties, which will be added to the template binded ones.\n\t */\n\tpublic createComponent(properties = {}): any {\n \tthis.nativeElement = <Chart>document.createElement('smart-chart');\n\t\tfor (let propertyName in properties) { \n \t\t\tthis.nativeElement[propertyName] = properties[propertyName];\n\t\t}\n\t\treturn this.nativeElement;\n\t}\n\t/** @description Sets or gets the animation mode. Animation is disabled when the property is set to 'none'. */\n\t@Input()\n\tget animation(): Animation | string {\n\t\treturn this.nativeElement ? this.nativeElement.animation : undefined;\n\t}\n\tset animation(value: Animation | string) {\n\t\tthis.nativeElement ? this.nativeElement.animation = value : undefined;\n\t}\n\n\t/** @description Determines the animation duration in milliseconds. The value must be between 0 and 5000. If it is outside of this range jqxChart will reset it to the default value. */\n\t@Input()\n\tget animationDuration(): number {\n\t\treturn this.nativeElement ? this.nativeElement.animationDuration : undefined;\n\t}\n\tset animationDuration(value: number) {\n\t\tthis.nativeElement ? this.nativeElement.animationDuration = value : undefined;\n\t}\n\n\t/** @description Sets the chart's background color. For example: '#DDFFE8' */\n\t@Input()\n\tget backgroundColor(): string | null {\n\t\treturn this.nativeElement ? this.nativeElement.backgroundColor : undefined;\n\t}\n\tset backgroundColor(value: string | null) {\n\t\tthis.nativeElement ? this.nativeElement.backgroundColor = value : undefined;\n\t}\n\n\t/** @description Sets the chart's background image. For example: 'https://www.htmlelements.com/demos/images/carousel-large-1.jpg' */\n\t@Input()\n\tget backgroundImage(): string {\n\t\treturn this.nativeElement ? this.nativeElement.backgroundImage : undefined;\n\t}\n\tset backgroundImage(value: string) {\n\t\tthis.nativeElement ? this.nativeElement.backgroundImage = value : undefined;\n\t}\n\n\t/** @description Sets the chart's border color. For example: '#098700' */\n\t@Input()\n\tget borderLineColor(): string | null {\n\t\treturn this.nativeElement ? this.nativeElement.borderLineColor : undefined;\n\t}\n\tset borderLineColor(value: string | null) {\n\t\tthis.nativeElement ? this.nativeElement.borderLineColor = value : undefined;\n\t}\n\n\t/** @description Sets the chart's border line width. */\n\t@Input()\n\tget borderLineWidth(): number {\n\t\treturn this.nativeElement ? this.nativeElement.borderLineWidth : undefined;\n\t}\n\tset borderLineWidth(value: number) {\n\t\tthis.nativeElement ? this.nativeElement.borderLineWidth = value : undefined;\n\t}\n\n\t/** @description Sets the caption (title) of the chart. */\n\t@Input()\n\tget caption(): string {\n\t\treturn this.nativeElement ? this.nativeElement.caption : undefined;\n\t}\n\tset caption(value: string) {\n\t\tthis.nativeElement ? this.nativeElement.caption = value : undefined;\n\t}\n\n\t/** @description Determines whether to clip plotted elements that overflow the axis boundaries. */\n\t@Input()\n\tget clip(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.clip : undefined;\n\t}\n\tset clip(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.clip = value : undefined;\n\t}\n\n\t/** @description Sets the chart's color pallete. jqxChart suppports 32 color schemes from 'scheme01' to 'scheme32'. */\n\t@Input()\n\tget colorScheme(): ChartColorScheme | string {\n\t\treturn this.nativeElement ? this.nativeElement.colorScheme : undefined;\n\t}\n\tset colorScheme(value: ChartColorScheme | string) {\n\t\tthis.nativeElement ? this.nativeElement.colorScheme = value : undefined;\n\t}\n\n\t/** @description Enables or disables overlapping of the column series. */\n\t@Input()\n\tget columnSeriesOverlap(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.columnSeriesOverlap : undefined;\n\t}\n\tset columnSeriesOverlap(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.columnSeriesOverlap = value : undefined;\n\t}\n\n\t/** @description Gets or sets the color of the crosshairs lines. The 'enableCrosshairs' property should be 'true'. */\n\t@Input()\n\tget crosshairsColor(): string | null {\n\t\treturn this.nativeElement ? this.nativeElement.crosshairsColor : undefined;\n\t}\n\tset crosshairsColor(value: string | null) {\n\t\tthis.nativeElement ? this.nativeElement.crosshairsColor = value : undefined;\n\t}\n\n\t/** @description Gets or sets the dash style of the crosshairs lines. The style is a series of numbers indicating line length followed by space length. The 'enableCrosshairs' property should be 'true'. For example: '3,3' */\n\t@Input()\n\tget crosshairsDashStyle(): string {\n\t\treturn this.nativeElement ? this.nativeElement.crosshairsDashStyle : undefined;\n\t}\n\tset crosshairsDashStyle(value: string) {\n\t\tthis.nativeElement ? this.nativeElement.crosshairsDashStyle = value : undefined;\n\t}\n\n\t/** @description Gets or sets the width of the crosshairs lines. The 'enableCrosshairs' property should be 'true' */\n\t@Input()\n\tget crosshairsLineWidth(): number {\n\t\treturn this.nativeElement ? this.nativeElement.crosshairsLineWidth : undefined;\n\t}\n\tset crosshairsLineWidth(value: number) {\n\t\tthis.nativeElement ? this.nativeElement.crosshairsLineWidth = value : undefined;\n\t}\n\n\t/** @description Sets the chart's data source. */\n\t@Input()\n\tget dataSource(): any[] {\n\t\treturn this.nativeElement ? this.nativeElement.dataSource : undefined;\n\t}\n\tset dataSource(value: any[]) {\n\t\tthis.nativeElement ? this.nativeElement.dataSource = value : undefined;\n\t}\n\n\t/** @description Sets the description text of the chart. */\n\t@Input()\n\tget description(): string {\n\t\treturn this.nativeElement ? this.nativeElement.description : undefined;\n\t}\n\tset description(value: string) {\n\t\tthis.nativeElement ? this.nativeElement.description = value : undefined;\n\t}\n\n\t/** @description Enables or disables the chart. */\n\t@Input()\n\tget disabled(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.disabled : undefined;\n\t}\n\tset disabled(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.disabled = value : undefined;\n\t}\n\n\t/** @description Determines the drawing function of jqxChart. When the property is set, you can override the jqxChart's drawing. */\n\t@Input()\n\tget draw(): any {\n\t\treturn this.nativeElement ? this.nativeElement.draw : undefined;\n\t}\n\tset draw(value: any) {\n\t\tthis.nativeElement ? this.nativeElement.draw = value : undefined;\n\t}\n\n\t/** @description Function for custom drawing before the caption and other chart elements. */\n\t@Input()\n\tget drawBefore(): any {\n\t\treturn this.nativeElement ? this.nativeElement.drawBefore : undefined;\n\t}\n\tset drawBefore(value: any) {\n\t\tthis.nativeElement ? this.nativeElement.drawBefore = value : undefined;\n\t}\n\n\t/** @description Determines if the animation of the axes text is enabled. */\n\t@Input()\n\tget enableAxisTextAnimation(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.enableAxisTextAnimation : undefined;\n\t}\n\tset enableAxisTextAnimation(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.enableAxisTextAnimation = value : undefined;\n\t}\n\n\t/** @description Enables or disables the crosshairs lines. The lines are displayed in line and area series when you move over a data point. */\n\t@Input()\n\tget enableCrosshairs(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.enableCrosshairs : undefined;\n\t}\n\tset enableCrosshairs(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.enableCrosshairs = value : undefined;\n\t}\n\n\t/** @description Determines whether to display the chart using greyscale colors. */\n\t@Input()\n\tget greyScale(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.greyScale : undefined;\n\t}\n\tset greyScale(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.greyScale = value : undefined;\n\t}\n\n\t/** @description Sets the legend's layout. */\n\t@Input()\n\tget legendLayout(): any {\n\t\treturn this.nativeElement ? this.nativeElement.legendLayout : undefined;\n\t}\n\tset legendLayout(value: any) {\n\t\tthis.nativeElement ? this.nativeElement.legendLayout = value : undefined;\n\t}\n\n\t/** @description Sets or gets the locale. Used in conjunction with the property messages. */\n\t@Input()\n\tget locale(): string {\n\t\treturn this.nativeElement ? this.nativeElement.locale : undefined;\n\t}\n\tset locale(value: string) {\n\t\tthis.nativeElement ? this.nativeElement.locale = value : undefined;\n\t}\n\n\t/** @description Localization object containing culture-specific properties required for formatting currencies, numbers and dates. */\n\t@Input()\n\tget localization(): ChartLocalization {\n\t\treturn this.nativeElement ? this.nativeElement.localization : undefined;\n\t}\n\tset localization(value: ChartLocalization) {\n\t\tthis.nativeElement ? this.nativeElement.localization = value : undefined;\n\t}\n\n\t/** @description Sets or gets an object specifying strings used in the widget that can be localized. Used in conjunction with the property locale. */\n\t@Input()\n\tget messages(): any {\n\t\treturn this.nativeElement ? this.nativeElement.messages : undefined;\n\t}\n\tset messages(value: any) {\n\t\tthis.nativeElement ? this.nativeElement.messages = value : undefined;\n\t}\n\n\t/** @description Sets the left, top, right and bottom padding of the Chart. */\n\t@Input()\n\tget padding(): Padding {\n\t\treturn this.nativeElement ? this.nativeElement.padding : undefined;\n\t}\n\tset padding(value: Padding) {\n\t\tthis.nativeElement ? this.nativeElement.padding = value : undefined;\n\t}\n\n\t/** @description Determines the rendering engine used to display the chart. When the property is set to an empty string, jqxChart will automatically select an optimal rendering engine depending on the browser capabilities. */\n\t@Input()\n\tget renderEngine(): ChartRenderEngine | string {\n\t\treturn this.nativeElement ? this.nativeElement.renderEngine : undefined;\n\t}\n\tset renderEngine(value: ChartRenderEngine | string) {\n\t\tthis.nativeElement ? this.nativeElement.renderEngine = value : undefined;\n\t}\n\n\t/** @description Sets or gets a value indicating whether the Chart's layout is mirrored. */\n\t@Input()\n\tget rightToLeft(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.rightToLeft : undefined;\n\t}\n\tset rightToLeft(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.rightToLeft = value : undefined;\n\t}\n\n\t/** @description The seriesGroups property is used to describe all series displayed on the chart. jqxChart supports multiple series of different types and series grouping. Each series group may have its own Value Axis (Y-axis) which allows you to have values with different scales displayed on the same chart at the same time. It also allows you to display multiple series types together on the same chart. For example, you can display all series in one group as lines and the series in a second group as columns. seriesGroups is an array of objects where each object represents one group. */\n\t@Input()\n\tget seriesGroups(): ChartSeriesGroup[] {\n\t\treturn this.nativeElement ? this.nativeElement.seriesGroups : undefined;\n\t}\n\tset seriesGroups(value: ChartSeriesGroup[]) {\n\t\tthis.nativeElement ? this.nativeElement.seriesGroups = value : undefined;\n\t}\n\n\t/** @description Determines whether to display the chart's border line. */\n\t@Input()\n\tget showBorderLine(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.showBorderLine : undefined;\n\t}\n\tset showBorderLine(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.showBorderLine = value : undefined;\n\t}\n\n\t/** @description Determines whether to show or hide the chart series legend. */\n\t@Input()\n\tget showLegend(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.showLegend : undefined;\n\t}\n\tset showLegend(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.showLegend = value : undefined;\n\t}\n\n\t/** @description Enables or disables the chart tooltips. */\n\t@Input()\n\tget showToolTips(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.showToolTips : undefined;\n\t}\n\tset showToolTips(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.showToolTips = value : undefined;\n\t}\n\n\t/** @description Determines whether to show a composite tooltip containing information for all series. */\n\t@Input()\n\tget showToolTipsOnAllSeries(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.showToolTipsOnAllSeries : undefined;\n\t}\n\tset showToolTipsOnAllSeries(value: boolean) {\n\t\tthis.nativeElement ? this.nativeElement.showToolTipsOnAllSeries = value : undefined;\n\t}\n\n\t/** @description Determines the set of default background, line, text and band colors that will be used in the Chart. */\n\t@Input()\n\tget theme(): string {\n\t\treturn this.nativeElement ? this.nativeElement.theme : undefined;\n\t}\n\tset theme(value: string) {\n\t\tthis.nativeElement ? this.nativeElement.theme = value : undefined;\n\t}\n\n\t/** @description Sets the padding of the chart's title (caption). */\n\t@Input()\n\tget titlePadding(): Padding {\n\t\treturn this.nativeElement ? this.nativeElement.titlePadding : undefined;\n\t}\n\tset titlePadding(value: Padding) {\n\t\tthis.nativeElement ? this.nativeElement.titlePadding = value : undefined;\n\t}\n\n\t/** @description Tooltip background color. */\n\t@Input()\n\tget toolTipBackground(): string | null {\n\t\treturn this.nativeElement ? this.nativeElement.toolTipBackground : undefined;\n\t}\n\tset toolTipBackground(value: string | null) {\n\t\tthis.nativeElement ? this.nativeElement.toolTipBackground = value : undefined;\n\t}\n\n\t/** @description Determines the tooltip hide delay in milliseconds. */\n\t@Input()\n\tget toolTipFormatFunction(): {(value?: any, index?: number, series?: any): string} {\n\t\treturn this.nativeElement ? this.nativeElement.toolTipFormatFunction : undefined;\n\t}\n\tset toolTipFormatFunction(value: {(value?: any, index?: number, series?: any): string}) {\n\t\tthis.nativeElement ? this.nativeElement.toolTipFormatFunction = value : undefined;\n\t}\n\n\t/** @description Tooltip line color. */\n\t@Input()\n\tget toolTipHideDelay(): number {\n\t\treturn this.nativeElement ? this.nativeElement.toolTipHideDelay : undefined;\n\t}\n\tset toolTipHideDelay(value: number) {\n\t\tthis.nativeElement ? this.nativeElement.toolTipHideDelay = value : undefined;\n\t}\n\n\t/** @description Determines the tooltip show delay in milliseconds. Values may range from 0 to 10000 [ms]. */\n\t@Input()\n\tget toolTipLineColor(): string | null {\n\t\treturn this.nativeElement ? this.nativeElement.toolTipLineColor : undefined;\n\t}\n\tset toolTipLineColor(value: string | null) {\n\t\tthis.nativeElement ? this.nativeElement.toolTipLineColor = value : undefined;\n\t}\n\n\t/** @description An object with settings about the Chart's y-axis (value axis). */\n\t@Input()\n\tget toolTipShowDelay(): number {\n\t\treturn this.nativeElement ? this.nativeElement.toolTipShowDelay : undefined;\n\t}\n\tset toolTipShowDelay(value: number) {\n\t\tthis.nativeElement ? this.nativeElement.toolTipShowDelay = value : undefined;\n\t}\n\n\t/** @description Sets the Chart's xAxis. */\n\t@Input()\n\tget valueAxis(): ChartValueAxis {\n\t\treturn this.nativeElement ? this.nativeElement.valueAxis : undefined;\n\t}\n\tset valueAxis(value: ChartValueAxis) {\n\t\tthis.nativeElement ? this.nativeElement.valueAxis = value : undefined;\n\t}\n\n\t/** @description undefined */\n\t@Input()\n\tget xAxis(): ChartXAxis {\n\t\treturn this.nativeElement ? this.nativeElement.xAxis : undefined;\n\t}\n\tset xAxis(value: ChartXAxis) {\n\t\tthis.nativeElement ? this.nativeElement.xAxis = value : undefined;\n\t}\n\n\t/** @description The event is raised when the user clicks on a chart annotation.\n\t* @param event. The custom event. \t*/\n\t@Output() onAnnotationClick: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when the user moves the cursor above a chart annotation.\n\t* @param event. The custom event. \t*/\n\t@Output() onAnnotationMouseenter: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when the user moves the cursor out of a chart annotation.\n\t* @param event. The custom event. \t*/\n\t@Output() onAnnotationMouseleave: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when the user clicks on series element.\n\t* @param event. The custom event. \t*/\n\t@Output() onClick: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when the user moves the cursor out of a series element.\n\t* @param event. The custom event. \t*/\n\t@Output() onMouseout: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when the user moves the cursor above a series element.\n\t* @param event. The custom event. \t*/\n\t@Output() onMouseover: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised after the chart's range selector position changes and after the chart ends rendering.\n\t* @param event. The custom event. \t*/\n\t@Output() onRangeSelectionChanged: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when the chart's range selector position changes and before the chart starts rendering.\n\t* @param event. The custom event. \t*/\n\t@Output() onRangeSelectionChanging: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when the chart begins rendering.\n\t* @param event. The custom event. \t*/\n\t@Output() onRefreshBegin: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when the chart finishes rendering.\n\t* @param event. The custom event. \t*/\n\t@Output() onRefreshEnd: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description The event is raised when a serie is toggled by a user click in the chart's legend or through an API call.\n\t* @param event. The custom event. \t*/\n\t@Output() onToggle: EventEmitter<CustomEvent> = new EventEmitter();\n\n\t/** @description Adds a new color sheme. If a scheme with the same name already exists, the method will update its colors. \n\t* @param {string} schemeName. The name of the custom color scheme.\n\t* @param {any[]} colorsArray. An array of color values.\n\t*/\n public addColorScheme(schemeName: string, colorsArray: any[]): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.addColorScheme(schemeName, colorsArray);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.addColorScheme(schemeName, colorsArray);\n });\n }\n }\n\n\t/** @description Returns the colors of a color scheme by name. If the scheme doesn't exist the method returns undefined. \n\t* @param {string} schemeName. The name of the color scheme.\n\t* @returns {any[]}\n */\n\tpublic async getColorScheme(schemeName): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getColorScheme(schemeName);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Gets the rendered coordinates of a data point element. \n\t* @param {number} groupIndex. Series group index.\n\t* @param {number} serieIndex. Series index.\n\t* @param {number} itemIndex. Item (data point) index.\n\t* @returns {{ x: number, y: number, width: number, height: number, center: number, centerOffset: number, innerRadius: number, outerRadius: number, selectedRadiusChange: number, fromAngle: number, toAngle: number, radius: number }}\n */\n\tpublic async getItemCoord(groupIndex, serieIndex, itemIndex): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getItemCoord(groupIndex, serieIndex, itemIndex);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Gets the number of rendered items in a specific serie. \n\t* @param {number} groupIndex. Series group index.\n\t* @param {number} serieIndex. Series index.\n\t* @returns {number}\n */\n\tpublic async getItemsCount(groupIndex, serieIndex): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getItemsCount(groupIndex, serieIndex);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Gets the rendered coordinates and values of the valueAxis labels. \n\t* @param {number} groupIndex. Series group index.\n\t* @returns {any}\n */\n\tpublic async getValueAxisLabels(groupIndex): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getValueAxisLabels(groupIndex);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Gets the rendered rectangle coordinates of the valueAxis of specific serie group. \n\t* @param {number} groupIndex. Series group index.\n\t* @returns {DOMRect}\n */\n\tpublic async getValueAxisRect(groupIndex): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getValueAxisRect(groupIndex);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Gets the valueAxis (vertical axis)'s value. \n\t* @param {number} offset. Vertical offset.\n\t* @param {number} groupIndex. Series group index.\n\t* @returns {any}\n */\n\tpublic async getValueAxisValue(offset, groupIndex): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getValueAxisValue(offset, groupIndex);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Gets the rendered coordinates and values of the xAxis labels. \n\t* @param {number} groupIndex. Series group index.\n\t* @returns {any}\n */\n\tpublic async getXAxisLabels(groupIndex): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getXAxisLabels(groupIndex);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Gets the rendered rectangle coordinates of the x-Axis of specific serie group. \n\t* @param {number} groupIndex. Series group index.\n\t* @returns {DOMRect}\n */\n\tpublic async getXAxisRect(groupIndex): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getXAxisRect(groupIndex);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Gets the xAxis (horizontal axis)'s value. \n\t* @param {number} offset. Horizontal offset.\n\t* @param {number} groupIndex. Series group index.\n\t* @returns {any}\n */\n\tpublic async getXAxisValue(offset, groupIndex): Promise<any> {\n\t\tconst getResultOnRender = () => {\n return new Promise(resolve => {\n this.nativeElement.whenRendered(() => {\n const result = this.nativeElement.getXAxisValue(offset, groupIndex);\n resolve(result)\n });\n });\n };\n const result = await getResultOnRender();\n\n return result;\n }\n\n\t/** @description Hides a chart serie. The result of calling this function is same as the user unchecking the legend box of a chart serie. \n\t* @param {number} groupIndex. Series group index.\n\t* @param {number} serieIndex. Series index.\n\t* @param {number} itemIndex?. Item (data point) index. Applicable to pie and donut series only.\n\t*/\n public hideSerie(groupIndex: number, serieIndex: number, itemIndex?: number): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.hideSerie(groupIndex, serieIndex, itemIndex);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.hideSerie(groupIndex, serieIndex, itemIndex);\n });\n }\n }\n\n\t/** @description Hides the current tooltip if visible. \n\t* @param {number} hideDelay?. Hide delay.\n\t*/\n public hideToolTip(hideDelay?: number): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.hideToolTip(hideDelay);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.hideToolTip(hideDelay);\n });\n }\n }\n\n\t/** @description Prints the chart. \n\t*/\n public print(): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.print();\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.print();\n });\n }\n }\n\n\t/** @description Refreshes the content of the chart element after a property or data update. \n\t*/\n public refresh(): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.refresh();\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.refresh();\n });\n }\n }\n\n\t/** @description Removes an existing color scheme. If the scheme does not exist, the method has no effect. \n\t* @param {string} schemeName. The name of the custom color scheme.\n\t*/\n public removeColorScheme(schemeName: string): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.removeColorScheme(schemeName);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.removeColorScheme(schemeName);\n });\n }\n }\n\n\t/** @description Exports the chart's content as JPEG image. \n\t* @param {string} fileName?. File name.\n\t*/\n public saveAsJPEG(fileName?: string): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.saveAsJPEG(fileName);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.saveAsJPEG(fileName);\n });\n }\n }\n\n\t/** @description Exports the chart's content as PNG image. \n\t* @param {string} fileName?. File name.\n\t*/\n public saveAsPNG(fileName?: string): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.saveAsPNG(fileName);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.saveAsPNG(fileName);\n });\n }\n }\n\n\t/** @description Exports the chart's content as PDF. \n\t* @param {string} fileName?. File name.\n\t* @param {string} pageOrientation?. PDF page orientation. <strong>Possible values:</strong> 'portrait' (default), 'landscape'.\n\t*/\n public saveAsPDF(fileName?: string, pageOrientation?: string): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.saveAsPDF(fileName, pageOrientation);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.saveAsPDF(fileName, pageOrientation);\n });\n }\n }\n\n\t/** @description Shows a hidden chart serie. The result of calling this function is same as the user checking the legend box of a chart serie. \n\t* @param {number} groupIndex. Series group index.\n\t* @param {number} serieIndex. Series index.\n\t* @param {number} itemIndex?. Item (data point) index. Applicable to pie and donut series only.\n\t*/\n public showSerie(groupIndex: number, serieIndex: number, itemIndex?: number): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.showSerie(groupIndex, serieIndex, itemIndex);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.showSerie(groupIndex, serieIndex, itemIndex);\n });\n }\n }\n\n\t/** @description Shows a the tooltip for a particular data point. \n\t* @param {number} groupIndex. Series group index.\n\t* @param {number} serieIndex. Series index.\n\t* @param {number} itemIndex. Item (data point) index.\n\t* @param {number} showDelay?. Show delay.\n\t* @param {number} hideDelay?. Hide delay.\n\t*/\n public showToolTip(groupIndex: number, serieIndex: number, itemIndex: number, showDelay?: number, hideDelay?: number): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.showToolTip(groupIndex, serieIndex, itemIndex, showDelay, hideDelay);\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.showToolTip(groupIndex, serieIndex, itemIndex, showDelay, hideDelay);\n });\n }\n }\n\n\t/** @description Updates the values of the chart series without full refresh of the entire chart. The method should be used for animation of frequently changing values. \n\t*/\n public update(): void {\n if (this.nativeElement.isRendered) {\n this.nativeElement.update();\n }\n else\n {\n this.nativeElement.whenRendered(() => {\n this.nativeElement.update();\n });\n }\n }\n\n\n\tget isRendered(): boolean {\n\t\treturn this.nativeElement ? this.nativeElement.isRendered : false;\n\t}\n\n\tngOnInit() {\n\t}\n\n ngAfterViewInit() {\n const that = this;\n\n that.onCreate.emit(that.nativeElement);\n\n\t\tSmart.Render();\n\n\t\tthis.nativeElement.classList.add('smart-angular');\n\n\t\tthis.nativeElement.whenRendered(() => { that.onReady.emit(that.nativeElement); });\n\t\tthis.listen();\n\t}\n\n\tngOnDestroy() {\n\t\tthis.unlisten();\n\t}\n\n\tngOnChanges(changes: SimpleChanges) {\n\t\tif (this.nativeElement && this.nativeElement.isRendered) {\n\t\t\tfor (const propName in changes) {\n\t\t\t\tif (changes.hasOwnProperty(propName)) {\n\t\t\t\t\tthis.nativeElement[propName] = changes[propName].currentValue;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/** @description Add event listeners. */\n\tprivate listen(): void {\n const that = this;\n\t\tthat.eventHandlers['annotationClickHandler'] = (event: CustomEvent) => { that.onAnnotationClick.emit(event); }\n\t\tthat.nativeElement.addEventListener('annotationClick', that.eventHandlers['annotationClickHandler']);\n\n\t\tthat.eventHandlers['annotationMouseenterHandler'] = (event: CustomEvent) => { that.onAnnotationMouseenter.emit(event); }\n\t\tthat.nativeElement.addEventListener('annotationMouseenter', that.eventHandlers['annotationMouseenterHandler']);\n\n\t\tthat.eventHandlers['annotationMouseleaveHandler'] = (event: CustomEvent) => { that.onAnnotationMouseleave.emit(event); }\n\t\tthat.nativeElement.addEventListener('annotationMouseleave', that.eventHandlers['annotationMouseleaveHandler']);\n\n\t\tthat.eventHandlers['clickHandler'] = (event: CustomEvent) => { that.onClick.emit(event); }\n\t\tthat.nativeElement.addEventListener('click', that.eventHandlers['clickHandler']);\n\n\t\tthat.eventHandlers['mouseoutHandler'] = (event: CustomEvent) => { that.onMouseout.emit(event); }\n\t\tthat.nativeElement.addEventListener('mouseout', that.eventHandlers['mouseoutHandler']);\n\n\t\tthat.eventHandlers['mouseoverHandler'] = (event: CustomEvent) => { that.onMouseover.emit(event); }\n\t\tthat.nativeElement.addEventListener('mouseover', that.eventHandlers['mouseoverHandler']);\n\n\t\tthat.eventHandlers['rangeSelectionChangedHandler'] = (event: CustomEvent) => { that.onRangeSelectionChanged.emit(event); }\n\t\tthat.nativeElement.addEventListener('rangeSelectionChanged', that.eventHandlers['rangeSelectionChangedHandler']);\n\n\t\tthat.eventHandlers['rangeSelectionChangingHandler'] = (event: CustomEvent) => { that.onRangeSelectionChanging.emit(event); }\n\t\tthat.nativeElement.addEventListener('rangeSelectionChanging', that.eventHandlers['rangeSelectionChangingHandler']);\n\n\t\tthat.eventHandlers['refreshBeginHandler'] = (event: CustomEvent) => { that.onRefreshBegin.emit(event); }\n\t\tthat.nativeElement.addEventListener('refreshBegin', that.eventHandlers['refreshBeginHandler']);\n\n\t\tthat.eventHandlers['refreshEndHandler'] = (event: CustomEvent) => { that.onRefreshEnd.emit(event); }\n\t\tthat.nativeElement.addEventListener('refreshEnd', that.eventHandlers['refreshEndHandler']);\n\n\t\tthat.eventHandlers['toggleHandler'] = (event: CustomEvent) => { that.onToggle.emit(event); }\n\t\tthat.nativeElement.addEventListener('toggle', that.eventHandlers['toggleHandler']);\n\n\t}\n\n\t/** @description Remove event listeners. */\n\tprivate unlisten(): void {\n const that = this;\n\t\tif (that.eventHandlers['annotationClickHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('annotationClick', that.eventHandlers['annotationClickHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['annotationMouseenterHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('annotationMouseenter', that.eventHandlers['annotationMouseenterHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['annotationMouseleaveHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('annotationMouseleave', that.eventHandlers['annotationMouseleaveHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['clickHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('click', that.eventHandlers['clickHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['mouseoutHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('mouseout', that.eventHandlers['mouseoutHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['mouseoverHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('mouseover', that.eventHandlers['mouseoverHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['rangeSelectionChangedHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('rangeSelectionChanged', that.eventHandlers['rangeSelectionChangedHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['rangeSelectionChangingHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('rangeSelectionChanging', that.eventHandlers['rangeSelectionChangingHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['refreshBeginHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('refreshBegin', that.eventHandlers['refreshBeginHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['refreshEndHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('refreshEnd', that.eventHandlers['refreshEndHandler']);\n\t\t}\n\n\t\tif (that.eventHandlers['toggleHandler']) {\n\t\t\tthat.nativeElement.removeEventListener('toggle', that.eventHandlers['toggleHandler']);\n\t\t}\n\n\t}\n}\n","import { NgModule } from '@angular/core';\n\nimport { ChartComponent } from './smart.chart';\nimport { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';\n\n@NgModule({\n declarations: [ChartComponent],\n\tschemas: [CUSTOM_ELEMENTS_SCHEMA],\n\texports: [ChartComponent]\n})\n\nexport class ChartModule { }\n"],"names":["EventEmitter","tslib_1.__decorate","Output","Input","tslib_1.__extends","ElementRef","Directive","NgModule","CUSTOM_ELEMENTS_SCHEMA"],"mappings":"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"}