UNPKG

@lxlib/chart

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

232 lines (227 loc) 8.43 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@lxlib/chart/bar'), require('@lxlib/chart/card'), require('@lxlib/chart/custom'), require('@lxlib/chart/gauge'), require('@lxlib/chart/mini-area'), require('@lxlib/chart/mini-bar'), require('@lxlib/chart/mini-progress'), require('@lxlib/chart/pie'), require('@lxlib/chart/radar'), require('@lxlib/chart/tag-cloud'), require('@lxlib/chart/timeline'), require('@lxlib/chart/water-wave'), require('@lxlib/chart/number-info'), require('@lxlib/chart/trend'), require('@lxlib/chart/single-bar'), require('@angular/core')) : typeof define === 'function' && define.amd ? define('@lxlib/chart', ['exports', '@lxlib/chart/bar', '@lxlib/chart/card', '@lxlib/chart/custom', '@lxlib/chart/gauge', '@lxlib/chart/mini-area', '@lxlib/chart/mini-bar', '@lxlib/chart/mini-progress', '@lxlib/chart/pie', '@lxlib/chart/radar', '@lxlib/chart/tag-cloud', '@lxlib/chart/timeline', '@lxlib/chart/water-wave', '@lxlib/chart/number-info', '@lxlib/chart/trend', '@lxlib/chart/single-bar', '@angular/core'], factory) : (global = global || self, factory((global.lxlib = global.lxlib || {}, global.lxlib.chart = {}), global.lxlib.chart.bar, global.lxlib.chart.card, global.lxlib.chart.custom, global.lxlib.chart.gauge, global.lxlib.chart['mini-area'], global.lxlib.chart['mini-bar'], global.lxlib.chart['mini-progress'], global.lxlib.chart.pie, global.lxlib.chart.radar, global.lxlib.chart['tag-cloud'], global.lxlib.chart.timeline, global.lxlib.chart['water-wave'], global.lxlib.chart['number-info'], global.lxlib.chart.trend, global.lxlib.chart['single-bar'], global.ng.core)); }(this, (function (exports, bar, card, custom, gauge, miniArea, miniBar, miniProgress, pie, radar, tagCloud, timeline, waterWave, numberInfo, trend, singleBar, core) { 'use strict'; /** * @fileoverview added by tsickle * Generated from: chart.module.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** @type {?} */ var MODULES = [ bar.G2BarModule, card.G2CardModule, custom.G2CustomModule, gauge.G2GaugeModule, miniArea.G2MiniAreaModule, miniBar.G2MiniBarModule, miniProgress.G2MiniProgressModule, pie.G2PieModule, radar.G2RadarModule, tagCloud.G2TagCloudModule, timeline.G2TimelineModule, waterWave.G2WaterWaveModule, singleBar.G2SingleBarModule, numberInfo.NumberInfoModule, trend.TrendModule, ]; // #endregion var LxlibChartModule = /** @class */ (function () { function LxlibChartModule() { } LxlibChartModule.decorators = [ { type: core.NgModule, args: [{ exports: MODULES },] } ]; return LxlibChartModule; }()); Object.defineProperty(exports, 'G2BarComponent', { enumerable: true, get: function () { return bar.G2BarComponent; } }); Object.defineProperty(exports, 'G2BarModule', { enumerable: true, get: function () { return bar.G2BarModule; } }); Object.defineProperty(exports, 'G2CardComponent', { enumerable: true, get: function () { return card.G2CardComponent; } }); Object.defineProperty(exports, 'G2CardModule', { enumerable: true, get: function () { return card.G2CardModule; } }); Object.defineProperty(exports, 'G2CustomComponent', { enumerable: true, get: function () { return custom.G2CustomComponent; } }); Object.defineProperty(exports, 'G2CustomModule', { enumerable: true, get: function () { return custom.G2CustomModule; } }); Object.defineProperty(exports, 'G2GaugeComponent', { enumerable: true, get: function () { return gauge.G2GaugeComponent; } }); Object.defineProperty(exports, 'G2GaugeModule', { enumerable: true, get: function () { return gauge.G2GaugeModule; } }); Object.defineProperty(exports, 'G2MiniAreaComponent', { enumerable: true, get: function () { return miniArea.G2MiniAreaComponent; } }); Object.defineProperty(exports, 'G2MiniAreaModule', { enumerable: true, get: function () { return miniArea.G2MiniAreaModule; } }); Object.defineProperty(exports, 'G2MiniBarComponent', { enumerable: true, get: function () { return miniBar.G2MiniBarComponent; } }); Object.defineProperty(exports, 'G2MiniBarModule', { enumerable: true, get: function () { return miniBar.G2MiniBarModule; } }); Object.defineProperty(exports, 'G2MiniProgressComponent', { enumerable: true, get: function () { return miniProgress.G2MiniProgressComponent; } }); Object.defineProperty(exports, 'G2MiniProgressModule', { enumerable: true, get: function () { return miniProgress.G2MiniProgressModule; } }); Object.defineProperty(exports, 'G2PieComponent', { enumerable: true, get: function () { return pie.G2PieComponent; } }); Object.defineProperty(exports, 'G2PieModule', { enumerable: true, get: function () { return pie.G2PieModule; } }); Object.defineProperty(exports, 'G2RadarComponent', { enumerable: true, get: function () { return radar.G2RadarComponent; } }); Object.defineProperty(exports, 'G2RadarModule', { enumerable: true, get: function () { return radar.G2RadarModule; } }); Object.defineProperty(exports, 'G2TagCloudComponent', { enumerable: true, get: function () { return tagCloud.G2TagCloudComponent; } }); Object.defineProperty(exports, 'G2TagCloudModule', { enumerable: true, get: function () { return tagCloud.G2TagCloudModule; } }); Object.defineProperty(exports, 'G2TimelineComponent', { enumerable: true, get: function () { return timeline.G2TimelineComponent; } }); Object.defineProperty(exports, 'G2TimelineData', { enumerable: true, get: function () { return timeline.G2TimelineData; } }); Object.defineProperty(exports, 'G2TimelineModule', { enumerable: true, get: function () { return timeline.G2TimelineModule; } }); Object.defineProperty(exports, 'G2WaterWaveComponent', { enumerable: true, get: function () { return waterWave.G2WaterWaveComponent; } }); Object.defineProperty(exports, 'G2WaterWaveModule', { enumerable: true, get: function () { return waterWave.G2WaterWaveModule; } }); Object.defineProperty(exports, 'NumberInfoComponent', { enumerable: true, get: function () { return numberInfo.NumberInfoComponent; } }); Object.defineProperty(exports, 'NumberInfoModule', { enumerable: true, get: function () { return numberInfo.NumberInfoModule; } }); Object.defineProperty(exports, 'TrendComponent', { enumerable: true, get: function () { return trend.TrendComponent; } }); Object.defineProperty(exports, 'TrendModule', { enumerable: true, get: function () { return trend.TrendModule; } }); Object.defineProperty(exports, 'G2SingleBarComponent', { enumerable: true, get: function () { return singleBar.G2SingleBarComponent; } }); Object.defineProperty(exports, 'G2SingleBarModule', { enumerable: true, get: function () { return singleBar.G2SingleBarModule; } }); exports.LxlibChartModule = LxlibChartModule; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=chart.umd.js.map