UNPKG

@ohayojp/chart

Version:

Cache the dictionary, city data etc.

243 lines (236 loc) 9.04 kB
/** * @license ohayojp(cipchk@qq.com) v1.0.2 * (c) 2020 cipchk https://ohayojp.com/ * License: MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@ohayojp/chart/bar'), require('@ohayojp/chart/card'), require('@ohayojp/chart/custom'), require('@ohayojp/chart/gauge'), require('@ohayojp/chart/mini-area'), require('@ohayojp/chart/mini-bar'), require('@ohayojp/chart/mini-progress'), require('@ohayojp/chart/pie'), require('@ohayojp/chart/radar'), require('@ohayojp/chart/tag-cloud'), require('@ohayojp/chart/timeline'), require('@ohayojp/chart/water-wave'), require('@ohayojp/chart/number-info'), require('@ohayojp/chart/trend'), require('@ohayojp/chart/single-bar'), require('@angular/core')) : typeof define === 'function' && define.amd ? define('@ohayojp/chart', ['exports', '@ohayojp/chart/bar', '@ohayojp/chart/card', '@ohayojp/chart/custom', '@ohayojp/chart/gauge', '@ohayojp/chart/mini-area', '@ohayojp/chart/mini-bar', '@ohayojp/chart/mini-progress', '@ohayojp/chart/pie', '@ohayojp/chart/radar', '@ohayojp/chart/tag-cloud', '@ohayojp/chart/timeline', '@ohayojp/chart/water-wave', '@ohayojp/chart/number-info', '@ohayojp/chart/trend', '@ohayojp/chart/single-bar', '@angular/core'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ohayojp = global.ohayojp || {}, global.ohayojp.chart = {}), global.ohayojp.chart.bar, global.ohayojp.chart.card, global.ohayojp.chart.custom, global.ohayojp.chart.gauge, global.ohayojp.chart['mini-area'], global.ohayojp.chart['mini-bar'], global.ohayojp.chart['mini-progress'], global.ohayojp.chart.pie, global.ohayojp.chart.radar, global.ohayojp.chart['tag-cloud'], global.ohayojp.chart.timeline, global.ohayojp.chart['water-wave'], global.ohayojp.chart['number-info'], global.ohayojp.chart.trend, global.ohayojp.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,missingRequire,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 OhayoChartModule = /** @class */ (function () { function OhayoChartModule() { } return OhayoChartModule; }()); OhayoChartModule.decorators = [ { type: core.NgModule, args: [{ exports: MODULES },] } ]; /** * @fileoverview added by tsickle * Generated from: public_api.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * @fileoverview added by tsickle * Generated from: chart.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ 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, '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.OhayoChartModule = OhayoChartModule; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=chart.umd.js.map