@mescius/wijmo.angular2.chart.annotation 5.20232.939
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/COMMERCIAL-LICENSE.html +485 -0
- package/README.md +363 -0
- package/es2015-commonjs.js +14 -0
- package/es2015-esm.js +241 -0
- package/es5-esm.js +241 -0
- package/index.d.ts +513 -0
- package/index.js +242 -0
- package/package.json +46 -0
package/index.js
ADDED
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Wijmo Library 5.20232.939
|
|
4
|
+
* https://developer.mescius.com/wijmo
|
|
5
|
+
*
|
|
6
|
+
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
|
|
9
|
+
* us.sales@mescius.com
|
|
10
|
+
* https://developer.mescius.com/wijmo/licensing
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
"use strict";var ɵngcc0 = require('@angular/core');
|
|
15
|
+
var ɵngcc1 = require('@angular/common');
|
|
16
|
+
|
|
17
|
+
var _c0 = ["*"];
|
|
18
|
+
var __extends=this&&this.__extends||function(){var extendStatics=function(t,n){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(t,n)};return function(t,n){extendStatics(t,n);function __(){this.constructor=t}t.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}}(),__decorate=this&&this.__decorate||function(t,n,e,o){var a,r=arguments.length,i=r<3?n:null===o?o=Object.getOwnPropertyDescriptor(n,e):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,n,e,o);else for(var l=t.length-1;l>=0;l--)(a=t[l])&&(i=(r<3?a(i):r>3?a(n,e,i):a(n,e))||i);return r>3&&i&&Object.defineProperty(n,e,i),i},__param=this&&this.__param||function(t,n){return function(e,o){n(e,o,t)}},__importStar=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var n={};if(null!=t)for(var e in t)Object.hasOwnProperty.call(t,e)&&(n[e]=t[e]);n.default=t;return n};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcChartAnnotation=__importStar(require("@mescius/wijmo.chart.annotation")),wjFlexChartAnnotationLayerMeta={selector:"wj-flex-chart-annotation-layer",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationLayerMeta=wjFlexChartAnnotationLayerMeta;var WjFlexChartAnnotationLayer=function(t){__extends(WjFlexChartAnnotationLayer,t);function WjFlexChartAnnotationLayer(n,e,o){var a=t.call(this,o)||this;a.isInitialized=!1;a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationLayer;WjFlexChartAnnotationLayer.prototype.created=function(){};WjFlexChartAnnotationLayer.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationLayer.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationLayer.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationLayer.meta={outputs:wjFlexChartAnnotationLayerMeta.outputs};
|
|
19
|
+
WjFlexChartAnnotationLayer.ɵfac = function WjFlexChartAnnotationLayer_Factory(t) { return new (t || WjFlexChartAnnotationLayer)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
20
|
+
WjFlexChartAnnotationLayer.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationLayer, selectors: [["wj-flex-chart-annotation-layer"]], inputs: { wjProperty: "wjProperty" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationLayerMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationLayer_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
22
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
23
|
+
ɵngcc0.ɵɵprojection(1);
|
|
24
|
+
ɵngcc0.ɵɵelementEnd();
|
|
25
|
+
} }, encapsulation: 2 });
|
|
26
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationLayer, [{
|
|
27
|
+
type: core_1.Component,
|
|
28
|
+
args: [{ selector: wjFlexChartAnnotationLayerMeta.selector, template: wjFlexChartAnnotationLayerMeta.template, inputs: wjFlexChartAnnotationLayerMeta.inputs, outputs: wjFlexChartAnnotationLayerMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationLayerMeta.providers) }]
|
|
29
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
30
|
+
type: core_1.Inject,
|
|
31
|
+
args: [core_1.ElementRef]
|
|
32
|
+
}] }, { type: undefined, decorators: [{
|
|
33
|
+
type: core_1.Inject,
|
|
34
|
+
args: [core_1.Injector]
|
|
35
|
+
}] }, { type: undefined, decorators: [{
|
|
36
|
+
type: core_1.Inject,
|
|
37
|
+
args: ["WjComponent"]
|
|
38
|
+
}, {
|
|
39
|
+
type: core_1.SkipSelf
|
|
40
|
+
}, {
|
|
41
|
+
type: core_1.Optional
|
|
42
|
+
}] }]; }, null); })();return WjFlexChartAnnotationLayer=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationLayer)}(wjcChartAnnotation.AnnotationLayer);exports.WjFlexChartAnnotationLayer=WjFlexChartAnnotationLayer;var wjFlexChartAnnotationTextMeta={selector:"wj-flex-chart-annotation-text",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty","type","attachment","position","point","seriesIndex","pointIndex","offset","style","isVisible","tooltip","text","content","name","width","height","start","end","radius","length","href"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationTextMeta=wjFlexChartAnnotationTextMeta;var WjFlexChartAnnotationText=function(t){__extends(WjFlexChartAnnotationText,t);function WjFlexChartAnnotationText(n,e,o){var a=t.call(this)||this;a.isInitialized=!1;a.wjProperty="items";a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationText;WjFlexChartAnnotationText.prototype.created=function(){};WjFlexChartAnnotationText.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationText.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationText.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationText.meta={outputs:wjFlexChartAnnotationTextMeta.outputs,siblingId:"annotation"};
|
|
43
|
+
WjFlexChartAnnotationText.ɵfac = function WjFlexChartAnnotationText_Factory(t) { return new (t || WjFlexChartAnnotationText)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
44
|
+
WjFlexChartAnnotationText.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationText, selectors: [["wj-flex-chart-annotation-text"]], inputs: { wjProperty: "wjProperty", type: "type", attachment: "attachment", position: "position", point: "point", seriesIndex: "seriesIndex", pointIndex: "pointIndex", offset: "offset", style: "style", isVisible: "isVisible", tooltip: "tooltip", text: "text", content: "content", name: "name", width: "width", height: "height", start: "start", end: "end", radius: "radius", length: "length", href: "href" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationTextMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationText_Template(rf, ctx) { if (rf & 1) {
|
|
45
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
46
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
47
|
+
ɵngcc0.ɵɵprojection(1);
|
|
48
|
+
ɵngcc0.ɵɵelementEnd();
|
|
49
|
+
} }, encapsulation: 2 });
|
|
50
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationText, [{
|
|
51
|
+
type: core_1.Component,
|
|
52
|
+
args: [{ selector: wjFlexChartAnnotationTextMeta.selector, template: wjFlexChartAnnotationTextMeta.template, inputs: wjFlexChartAnnotationTextMeta.inputs, outputs: wjFlexChartAnnotationTextMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationTextMeta.providers) }]
|
|
53
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
54
|
+
type: core_1.Inject,
|
|
55
|
+
args: [core_1.ElementRef]
|
|
56
|
+
}] }, { type: undefined, decorators: [{
|
|
57
|
+
type: core_1.Inject,
|
|
58
|
+
args: [core_1.Injector]
|
|
59
|
+
}] }, { type: undefined, decorators: [{
|
|
60
|
+
type: core_1.Inject,
|
|
61
|
+
args: ["WjComponent"]
|
|
62
|
+
}, {
|
|
63
|
+
type: core_1.SkipSelf
|
|
64
|
+
}, {
|
|
65
|
+
type: core_1.Optional
|
|
66
|
+
}] }]; }, null); })();return WjFlexChartAnnotationText=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationText)}(wjcChartAnnotation.Text);exports.WjFlexChartAnnotationText=WjFlexChartAnnotationText;var wjFlexChartAnnotationEllipseMeta={selector:"wj-flex-chart-annotation-ellipse",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty","type","attachment","position","point","seriesIndex","pointIndex","offset","style","isVisible","tooltip","text","content","name","width","height","start","end","radius","length","href"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationEllipseMeta=wjFlexChartAnnotationEllipseMeta;var WjFlexChartAnnotationEllipse=function(t){__extends(WjFlexChartAnnotationEllipse,t);function WjFlexChartAnnotationEllipse(n,e,o){var a=t.call(this)||this;a.isInitialized=!1;a.wjProperty="items";a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationEllipse;WjFlexChartAnnotationEllipse.prototype.created=function(){};WjFlexChartAnnotationEllipse.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationEllipse.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationEllipse.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationEllipse.meta={outputs:wjFlexChartAnnotationEllipseMeta.outputs,siblingId:"annotation"};
|
|
67
|
+
WjFlexChartAnnotationEllipse.ɵfac = function WjFlexChartAnnotationEllipse_Factory(t) { return new (t || WjFlexChartAnnotationEllipse)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
68
|
+
WjFlexChartAnnotationEllipse.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationEllipse, selectors: [["wj-flex-chart-annotation-ellipse"]], inputs: { wjProperty: "wjProperty", type: "type", attachment: "attachment", position: "position", point: "point", seriesIndex: "seriesIndex", pointIndex: "pointIndex", offset: "offset", style: "style", isVisible: "isVisible", tooltip: "tooltip", text: "text", content: "content", name: "name", width: "width", height: "height", start: "start", end: "end", radius: "radius", length: "length", href: "href" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationEllipseMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationEllipse_Template(rf, ctx) { if (rf & 1) {
|
|
69
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
70
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
71
|
+
ɵngcc0.ɵɵprojection(1);
|
|
72
|
+
ɵngcc0.ɵɵelementEnd();
|
|
73
|
+
} }, encapsulation: 2 });
|
|
74
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationEllipse, [{
|
|
75
|
+
type: core_1.Component,
|
|
76
|
+
args: [{ selector: wjFlexChartAnnotationEllipseMeta.selector, template: wjFlexChartAnnotationEllipseMeta.template, inputs: wjFlexChartAnnotationEllipseMeta.inputs, outputs: wjFlexChartAnnotationEllipseMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationEllipseMeta.providers) }]
|
|
77
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
78
|
+
type: core_1.Inject,
|
|
79
|
+
args: [core_1.ElementRef]
|
|
80
|
+
}] }, { type: undefined, decorators: [{
|
|
81
|
+
type: core_1.Inject,
|
|
82
|
+
args: [core_1.Injector]
|
|
83
|
+
}] }, { type: undefined, decorators: [{
|
|
84
|
+
type: core_1.Inject,
|
|
85
|
+
args: ["WjComponent"]
|
|
86
|
+
}, {
|
|
87
|
+
type: core_1.SkipSelf
|
|
88
|
+
}, {
|
|
89
|
+
type: core_1.Optional
|
|
90
|
+
}] }]; }, null); })();return WjFlexChartAnnotationEllipse=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationEllipse)}(wjcChartAnnotation.Ellipse);exports.WjFlexChartAnnotationEllipse=WjFlexChartAnnotationEllipse;var wjFlexChartAnnotationRectangleMeta={selector:"wj-flex-chart-annotation-rectangle",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty","type","attachment","position","point","seriesIndex","pointIndex","offset","style","isVisible","tooltip","text","content","name","width","height","start","end","radius","length","href"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationRectangleMeta=wjFlexChartAnnotationRectangleMeta;var WjFlexChartAnnotationRectangle=function(t){__extends(WjFlexChartAnnotationRectangle,t);function WjFlexChartAnnotationRectangle(n,e,o){var a=t.call(this)||this;a.isInitialized=!1;a.wjProperty="items";a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationRectangle;WjFlexChartAnnotationRectangle.prototype.created=function(){};WjFlexChartAnnotationRectangle.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationRectangle.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationRectangle.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationRectangle.meta={outputs:wjFlexChartAnnotationRectangleMeta.outputs,siblingId:"annotation"};
|
|
91
|
+
WjFlexChartAnnotationRectangle.ɵfac = function WjFlexChartAnnotationRectangle_Factory(t) { return new (t || WjFlexChartAnnotationRectangle)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
92
|
+
WjFlexChartAnnotationRectangle.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationRectangle, selectors: [["wj-flex-chart-annotation-rectangle"]], inputs: { wjProperty: "wjProperty", type: "type", attachment: "attachment", position: "position", point: "point", seriesIndex: "seriesIndex", pointIndex: "pointIndex", offset: "offset", style: "style", isVisible: "isVisible", tooltip: "tooltip", text: "text", content: "content", name: "name", width: "width", height: "height", start: "start", end: "end", radius: "radius", length: "length", href: "href" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationRectangleMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationRectangle_Template(rf, ctx) { if (rf & 1) {
|
|
93
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
94
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
95
|
+
ɵngcc0.ɵɵprojection(1);
|
|
96
|
+
ɵngcc0.ɵɵelementEnd();
|
|
97
|
+
} }, encapsulation: 2 });
|
|
98
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationRectangle, [{
|
|
99
|
+
type: core_1.Component,
|
|
100
|
+
args: [{ selector: wjFlexChartAnnotationRectangleMeta.selector, template: wjFlexChartAnnotationRectangleMeta.template, inputs: wjFlexChartAnnotationRectangleMeta.inputs, outputs: wjFlexChartAnnotationRectangleMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationRectangleMeta.providers) }]
|
|
101
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
102
|
+
type: core_1.Inject,
|
|
103
|
+
args: [core_1.ElementRef]
|
|
104
|
+
}] }, { type: undefined, decorators: [{
|
|
105
|
+
type: core_1.Inject,
|
|
106
|
+
args: [core_1.Injector]
|
|
107
|
+
}] }, { type: undefined, decorators: [{
|
|
108
|
+
type: core_1.Inject,
|
|
109
|
+
args: ["WjComponent"]
|
|
110
|
+
}, {
|
|
111
|
+
type: core_1.SkipSelf
|
|
112
|
+
}, {
|
|
113
|
+
type: core_1.Optional
|
|
114
|
+
}] }]; }, null); })();return WjFlexChartAnnotationRectangle=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationRectangle)}(wjcChartAnnotation.Rectangle);exports.WjFlexChartAnnotationRectangle=WjFlexChartAnnotationRectangle;var wjFlexChartAnnotationLineMeta={selector:"wj-flex-chart-annotation-line",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty","type","attachment","position","point","seriesIndex","pointIndex","offset","style","isVisible","tooltip","text","content","name","width","height","start","end","radius","length","href"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationLineMeta=wjFlexChartAnnotationLineMeta;var WjFlexChartAnnotationLine=function(t){__extends(WjFlexChartAnnotationLine,t);function WjFlexChartAnnotationLine(n,e,o){var a=t.call(this)||this;a.isInitialized=!1;a.wjProperty="items";a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationLine;WjFlexChartAnnotationLine.prototype.created=function(){};WjFlexChartAnnotationLine.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationLine.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationLine.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationLine.meta={outputs:wjFlexChartAnnotationLineMeta.outputs,siblingId:"annotation"};
|
|
115
|
+
WjFlexChartAnnotationLine.ɵfac = function WjFlexChartAnnotationLine_Factory(t) { return new (t || WjFlexChartAnnotationLine)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
116
|
+
WjFlexChartAnnotationLine.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationLine, selectors: [["wj-flex-chart-annotation-line"]], inputs: { wjProperty: "wjProperty", type: "type", attachment: "attachment", position: "position", point: "point", seriesIndex: "seriesIndex", pointIndex: "pointIndex", offset: "offset", style: "style", isVisible: "isVisible", tooltip: "tooltip", text: "text", content: "content", name: "name", width: "width", height: "height", start: "start", end: "end", radius: "radius", length: "length", href: "href" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationLineMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationLine_Template(rf, ctx) { if (rf & 1) {
|
|
117
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
118
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
119
|
+
ɵngcc0.ɵɵprojection(1);
|
|
120
|
+
ɵngcc0.ɵɵelementEnd();
|
|
121
|
+
} }, encapsulation: 2 });
|
|
122
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationLine, [{
|
|
123
|
+
type: core_1.Component,
|
|
124
|
+
args: [{ selector: wjFlexChartAnnotationLineMeta.selector, template: wjFlexChartAnnotationLineMeta.template, inputs: wjFlexChartAnnotationLineMeta.inputs, outputs: wjFlexChartAnnotationLineMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationLineMeta.providers) }]
|
|
125
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
126
|
+
type: core_1.Inject,
|
|
127
|
+
args: [core_1.ElementRef]
|
|
128
|
+
}] }, { type: undefined, decorators: [{
|
|
129
|
+
type: core_1.Inject,
|
|
130
|
+
args: [core_1.Injector]
|
|
131
|
+
}] }, { type: undefined, decorators: [{
|
|
132
|
+
type: core_1.Inject,
|
|
133
|
+
args: ["WjComponent"]
|
|
134
|
+
}, {
|
|
135
|
+
type: core_1.SkipSelf
|
|
136
|
+
}, {
|
|
137
|
+
type: core_1.Optional
|
|
138
|
+
}] }]; }, null); })();return WjFlexChartAnnotationLine=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationLine)}(wjcChartAnnotation.Line);exports.WjFlexChartAnnotationLine=WjFlexChartAnnotationLine;var wjFlexChartAnnotationPolygonMeta={selector:"wj-flex-chart-annotation-polygon",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty","type","attachment","position","point","seriesIndex","pointIndex","offset","style","isVisible","tooltip","text","content","name","width","height","start","end","radius","length","href"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationPolygonMeta=wjFlexChartAnnotationPolygonMeta;var WjFlexChartAnnotationPolygon=function(t){__extends(WjFlexChartAnnotationPolygon,t);function WjFlexChartAnnotationPolygon(n,e,o){var a=t.call(this)||this;a.isInitialized=!1;a.wjProperty="items";a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationPolygon;WjFlexChartAnnotationPolygon.prototype.created=function(){};WjFlexChartAnnotationPolygon.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationPolygon.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationPolygon.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationPolygon.meta={outputs:wjFlexChartAnnotationPolygonMeta.outputs,siblingId:"annotation"};
|
|
139
|
+
WjFlexChartAnnotationPolygon.ɵfac = function WjFlexChartAnnotationPolygon_Factory(t) { return new (t || WjFlexChartAnnotationPolygon)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
140
|
+
WjFlexChartAnnotationPolygon.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationPolygon, selectors: [["wj-flex-chart-annotation-polygon"]], inputs: { wjProperty: "wjProperty", type: "type", attachment: "attachment", position: "position", point: "point", seriesIndex: "seriesIndex", pointIndex: "pointIndex", offset: "offset", style: "style", isVisible: "isVisible", tooltip: "tooltip", text: "text", content: "content", name: "name", width: "width", height: "height", start: "start", end: "end", radius: "radius", length: "length", href: "href" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationPolygonMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationPolygon_Template(rf, ctx) { if (rf & 1) {
|
|
141
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
142
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
143
|
+
ɵngcc0.ɵɵprojection(1);
|
|
144
|
+
ɵngcc0.ɵɵelementEnd();
|
|
145
|
+
} }, encapsulation: 2 });
|
|
146
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationPolygon, [{
|
|
147
|
+
type: core_1.Component,
|
|
148
|
+
args: [{ selector: wjFlexChartAnnotationPolygonMeta.selector, template: wjFlexChartAnnotationPolygonMeta.template, inputs: wjFlexChartAnnotationPolygonMeta.inputs, outputs: wjFlexChartAnnotationPolygonMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationPolygonMeta.providers) }]
|
|
149
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
150
|
+
type: core_1.Inject,
|
|
151
|
+
args: [core_1.ElementRef]
|
|
152
|
+
}] }, { type: undefined, decorators: [{
|
|
153
|
+
type: core_1.Inject,
|
|
154
|
+
args: [core_1.Injector]
|
|
155
|
+
}] }, { type: undefined, decorators: [{
|
|
156
|
+
type: core_1.Inject,
|
|
157
|
+
args: ["WjComponent"]
|
|
158
|
+
}, {
|
|
159
|
+
type: core_1.SkipSelf
|
|
160
|
+
}, {
|
|
161
|
+
type: core_1.Optional
|
|
162
|
+
}] }]; }, null); })();return WjFlexChartAnnotationPolygon=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationPolygon)}(wjcChartAnnotation.Polygon);exports.WjFlexChartAnnotationPolygon=WjFlexChartAnnotationPolygon;var wjFlexChartAnnotationCircleMeta={selector:"wj-flex-chart-annotation-circle",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty","type","attachment","position","point","seriesIndex","pointIndex","offset","style","isVisible","tooltip","text","content","name","width","height","start","end","radius","length","href"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationCircleMeta=wjFlexChartAnnotationCircleMeta;var WjFlexChartAnnotationCircle=function(t){__extends(WjFlexChartAnnotationCircle,t);function WjFlexChartAnnotationCircle(n,e,o){var a=t.call(this)||this;a.isInitialized=!1;a.wjProperty="items";a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationCircle;WjFlexChartAnnotationCircle.prototype.created=function(){};WjFlexChartAnnotationCircle.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationCircle.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationCircle.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationCircle.meta={outputs:wjFlexChartAnnotationCircleMeta.outputs,siblingId:"annotation"};
|
|
163
|
+
WjFlexChartAnnotationCircle.ɵfac = function WjFlexChartAnnotationCircle_Factory(t) { return new (t || WjFlexChartAnnotationCircle)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
164
|
+
WjFlexChartAnnotationCircle.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationCircle, selectors: [["wj-flex-chart-annotation-circle"]], inputs: { wjProperty: "wjProperty", type: "type", attachment: "attachment", position: "position", point: "point", seriesIndex: "seriesIndex", pointIndex: "pointIndex", offset: "offset", style: "style", isVisible: "isVisible", tooltip: "tooltip", text: "text", content: "content", name: "name", width: "width", height: "height", start: "start", end: "end", radius: "radius", length: "length", href: "href" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationCircleMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationCircle_Template(rf, ctx) { if (rf & 1) {
|
|
165
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
166
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
167
|
+
ɵngcc0.ɵɵprojection(1);
|
|
168
|
+
ɵngcc0.ɵɵelementEnd();
|
|
169
|
+
} }, encapsulation: 2 });
|
|
170
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationCircle, [{
|
|
171
|
+
type: core_1.Component,
|
|
172
|
+
args: [{ selector: wjFlexChartAnnotationCircleMeta.selector, template: wjFlexChartAnnotationCircleMeta.template, inputs: wjFlexChartAnnotationCircleMeta.inputs, outputs: wjFlexChartAnnotationCircleMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationCircleMeta.providers) }]
|
|
173
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
174
|
+
type: core_1.Inject,
|
|
175
|
+
args: [core_1.ElementRef]
|
|
176
|
+
}] }, { type: undefined, decorators: [{
|
|
177
|
+
type: core_1.Inject,
|
|
178
|
+
args: [core_1.Injector]
|
|
179
|
+
}] }, { type: undefined, decorators: [{
|
|
180
|
+
type: core_1.Inject,
|
|
181
|
+
args: ["WjComponent"]
|
|
182
|
+
}, {
|
|
183
|
+
type: core_1.SkipSelf
|
|
184
|
+
}, {
|
|
185
|
+
type: core_1.Optional
|
|
186
|
+
}] }]; }, null); })();return WjFlexChartAnnotationCircle=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationCircle)}(wjcChartAnnotation.Circle);exports.WjFlexChartAnnotationCircle=WjFlexChartAnnotationCircle;var wjFlexChartAnnotationSquareMeta={selector:"wj-flex-chart-annotation-square",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty","type","attachment","position","point","seriesIndex","pointIndex","offset","style","isVisible","tooltip","text","content","name","width","height","start","end","radius","length","href"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationSquareMeta=wjFlexChartAnnotationSquareMeta;var WjFlexChartAnnotationSquare=function(t){__extends(WjFlexChartAnnotationSquare,t);function WjFlexChartAnnotationSquare(n,e,o){var a=t.call(this)||this;a.isInitialized=!1;a.wjProperty="items";a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationSquare;WjFlexChartAnnotationSquare.prototype.created=function(){};WjFlexChartAnnotationSquare.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationSquare.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationSquare.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationSquare.meta={outputs:wjFlexChartAnnotationSquareMeta.outputs,siblingId:"annotation"};
|
|
187
|
+
WjFlexChartAnnotationSquare.ɵfac = function WjFlexChartAnnotationSquare_Factory(t) { return new (t || WjFlexChartAnnotationSquare)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
188
|
+
WjFlexChartAnnotationSquare.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationSquare, selectors: [["wj-flex-chart-annotation-square"]], inputs: { wjProperty: "wjProperty", type: "type", attachment: "attachment", position: "position", point: "point", seriesIndex: "seriesIndex", pointIndex: "pointIndex", offset: "offset", style: "style", isVisible: "isVisible", tooltip: "tooltip", text: "text", content: "content", name: "name", width: "width", height: "height", start: "start", end: "end", radius: "radius", length: "length", href: "href" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationSquareMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationSquare_Template(rf, ctx) { if (rf & 1) {
|
|
189
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
190
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
191
|
+
ɵngcc0.ɵɵprojection(1);
|
|
192
|
+
ɵngcc0.ɵɵelementEnd();
|
|
193
|
+
} }, encapsulation: 2 });
|
|
194
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationSquare, [{
|
|
195
|
+
type: core_1.Component,
|
|
196
|
+
args: [{ selector: wjFlexChartAnnotationSquareMeta.selector, template: wjFlexChartAnnotationSquareMeta.template, inputs: wjFlexChartAnnotationSquareMeta.inputs, outputs: wjFlexChartAnnotationSquareMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationSquareMeta.providers) }]
|
|
197
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
198
|
+
type: core_1.Inject,
|
|
199
|
+
args: [core_1.ElementRef]
|
|
200
|
+
}] }, { type: undefined, decorators: [{
|
|
201
|
+
type: core_1.Inject,
|
|
202
|
+
args: [core_1.Injector]
|
|
203
|
+
}] }, { type: undefined, decorators: [{
|
|
204
|
+
type: core_1.Inject,
|
|
205
|
+
args: ["WjComponent"]
|
|
206
|
+
}, {
|
|
207
|
+
type: core_1.SkipSelf
|
|
208
|
+
}, {
|
|
209
|
+
type: core_1.Optional
|
|
210
|
+
}] }]; }, null); })();return WjFlexChartAnnotationSquare=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationSquare)}(wjcChartAnnotation.Square);exports.WjFlexChartAnnotationSquare=WjFlexChartAnnotationSquare;var wjFlexChartAnnotationImageMeta={selector:"wj-flex-chart-annotation-image",template:"<div><ng-content></ng-content></div>",inputs:["wjProperty","type","attachment","position","point","seriesIndex","pointIndex","offset","style","isVisible","tooltip","text","content","name","width","height","start","end","radius","length","href"],outputs:["initialized"],providers:[]};exports.wjFlexChartAnnotationImageMeta=wjFlexChartAnnotationImageMeta;var WjFlexChartAnnotationImage=function(t){__extends(WjFlexChartAnnotationImage,t);function WjFlexChartAnnotationImage(n,e,o){var a=t.call(this)||this;a.isInitialized=!1;a.wjProperty="items";a._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(a,n,e,o);a.created();return a}n=WjFlexChartAnnotationImage;WjFlexChartAnnotationImage.prototype.created=function(){};WjFlexChartAnnotationImage.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjFlexChartAnnotationImage.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjFlexChartAnnotationImage.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var n;WjFlexChartAnnotationImage.meta={outputs:wjFlexChartAnnotationImageMeta.outputs,siblingId:"annotation"};
|
|
211
|
+
WjFlexChartAnnotationImage.ɵfac = function WjFlexChartAnnotationImage_Factory(t) { return new (t || WjFlexChartAnnotationImage)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
212
|
+
WjFlexChartAnnotationImage.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjFlexChartAnnotationImage, selectors: [["wj-flex-chart-annotation-image"]], inputs: { wjProperty: "wjProperty", type: "type", attachment: "attachment", position: "position", point: "point", seriesIndex: "seriesIndex", pointIndex: "pointIndex", offset: "offset", style: "style", isVisible: "isVisible", tooltip: "tooltip", text: "text", content: "content", name: "name", width: "width", height: "height", start: "start", end: "end", radius: "radius", length: "length", href: "href" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationImageMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjFlexChartAnnotationImage_Template(rf, ctx) { if (rf & 1) {
|
|
213
|
+
ɵngcc0.ɵɵprojectionDef();
|
|
214
|
+
ɵngcc0.ɵɵelementStart(0, "div");
|
|
215
|
+
ɵngcc0.ɵɵprojection(1);
|
|
216
|
+
ɵngcc0.ɵɵelementEnd();
|
|
217
|
+
} }, encapsulation: 2 });
|
|
218
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjFlexChartAnnotationImage, [{
|
|
219
|
+
type: core_1.Component,
|
|
220
|
+
args: [{ selector: wjFlexChartAnnotationImageMeta.selector, template: wjFlexChartAnnotationImageMeta.template, inputs: wjFlexChartAnnotationImageMeta.inputs, outputs: wjFlexChartAnnotationImageMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return n; })) }].concat(wjFlexChartAnnotationImageMeta.providers) }]
|
|
221
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
222
|
+
type: core_1.Inject,
|
|
223
|
+
args: [core_1.ElementRef]
|
|
224
|
+
}] }, { type: undefined, decorators: [{
|
|
225
|
+
type: core_1.Inject,
|
|
226
|
+
args: [core_1.Injector]
|
|
227
|
+
}] }, { type: undefined, decorators: [{
|
|
228
|
+
type: core_1.Inject,
|
|
229
|
+
args: ["WjComponent"]
|
|
230
|
+
}, {
|
|
231
|
+
type: core_1.SkipSelf
|
|
232
|
+
}, {
|
|
233
|
+
type: core_1.Optional
|
|
234
|
+
}] }]; }, null); })();return WjFlexChartAnnotationImage=n=__decorate([,__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjFlexChartAnnotationImage)}(wjcChartAnnotation.Image);exports.WjFlexChartAnnotationImage=WjFlexChartAnnotationImage;var moduleExports=[WjFlexChartAnnotationLayer,WjFlexChartAnnotationText,WjFlexChartAnnotationEllipse,WjFlexChartAnnotationRectangle,WjFlexChartAnnotationLine,WjFlexChartAnnotationPolygon,WjFlexChartAnnotationCircle,WjFlexChartAnnotationSquare,WjFlexChartAnnotationImage],WjChartAnnotationModule=function(){function WjChartAnnotationModule(){}
|
|
235
|
+
WjChartAnnotationModule.ɵfac = function WjChartAnnotationModule_Factory(t) { return new (t || WjChartAnnotationModule)(); };
|
|
236
|
+
WjChartAnnotationModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjChartAnnotationModule });
|
|
237
|
+
WjChartAnnotationModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [common_1.CommonModule] });
|
|
238
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjChartAnnotationModule, [{
|
|
239
|
+
type: core_1.NgModule,
|
|
240
|
+
args: [{ imports: [common_1.CommonModule], declarations: moduleExports.slice(), exports: moduleExports.slice() }]
|
|
241
|
+
}], function () { return []; }, null); })();
|
|
242
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵngcc0.ɵɵsetNgModuleScope(WjChartAnnotationModule, { declarations: [WjFlexChartAnnotationLayer, WjFlexChartAnnotationText, WjFlexChartAnnotationEllipse, WjFlexChartAnnotationRectangle, WjFlexChartAnnotationLine, WjFlexChartAnnotationPolygon, WjFlexChartAnnotationCircle, WjFlexChartAnnotationSquare, WjFlexChartAnnotationImage], imports: [ɵngcc1.CommonModule], exports: [WjFlexChartAnnotationLayer, WjFlexChartAnnotationText, WjFlexChartAnnotationEllipse, WjFlexChartAnnotationRectangle, WjFlexChartAnnotationLine, WjFlexChartAnnotationPolygon, WjFlexChartAnnotationCircle, WjFlexChartAnnotationSquare, WjFlexChartAnnotationImage] }); })();return WjChartAnnotationModule}();exports.WjChartAnnotationModule=WjChartAnnotationModule;
|
package/package.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mescius/wijmo.angular2.chart.annotation",
|
|
3
|
+
"version": "5.20232.939",
|
|
4
|
+
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
|
+
"author": "MESCIUS inc",
|
|
6
|
+
"license": "Commercial",
|
|
7
|
+
"main": "./index.js",
|
|
8
|
+
"types": "./index.d.ts",
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"@mescius/wijmo": "5.20232.939",
|
|
11
|
+
"@mescius/wijmo.chart.annotation": "5.20232.939",
|
|
12
|
+
"@mescius/wijmo.angular2.directivebase": "5.20232.939"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://developer.mescius.com/wijmo",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://developer.mescius.com/forums/wijmo"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"control",
|
|
20
|
+
"component",
|
|
21
|
+
"ui",
|
|
22
|
+
"control library",
|
|
23
|
+
"component library",
|
|
24
|
+
"ui library",
|
|
25
|
+
"control-library",
|
|
26
|
+
"component-library",
|
|
27
|
+
"ui-library",
|
|
28
|
+
"grid",
|
|
29
|
+
"data grid",
|
|
30
|
+
"data-grid",
|
|
31
|
+
"datagrid",
|
|
32
|
+
"angular grid",
|
|
33
|
+
"react grid",
|
|
34
|
+
"vue grid",
|
|
35
|
+
"angular-grid",
|
|
36
|
+
"react-grid",
|
|
37
|
+
"vue-grid"
|
|
38
|
+
],
|
|
39
|
+
"module": "./es5-esm.js",
|
|
40
|
+
"esm5": "./es5-esm.js",
|
|
41
|
+
"wj-esm5": "./es5-esm.js",
|
|
42
|
+
"es2015Cjs": "./es2015-commonjs.js",
|
|
43
|
+
"wj-es2015Cjs": "./es2015-commonjs.js",
|
|
44
|
+
"esm2015": "./es2015-esm.js",
|
|
45
|
+
"wj-esm2015": "./es2015-esm.js"
|
|
46
|
+
}
|