@mescius/wijmo.angular2.gauge 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 +116 -0
- package/es5-esm.js +116 -0
- package/index.d.ts +381 -0
- package/index.js +117 -0
- package/package.json +46 -0
package/index.js
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
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(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)t.hasOwnProperty(a)&&(e[a]=t[a])})(e,t)};return function(e,t){extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,t,a,r){var n,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,a):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,a,r);else for(var u=e.length-1;u>=0;u--)(n=e[u])&&(i=(o<3?n(i):o>3?n(t,a,i):n(t,a))||i);return o>3&&i&&Object.defineProperty(t,a,i),i},__param=this&&this.__param||function(e,t){return function(a,r){t(a,r,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)Object.hasOwnProperty.call(e,a)&&(t[a]=e[a]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcGauge=__importStar(require("@mescius/wijmo.gauge")),wjLinearGaugeMeta={selector:"wj-linear-gauge",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","value","min","max","origin","isReadOnly","handleWheel","step","format","thickness","hasShadow","isAnimated","showText","showTicks","showTickText","showRanges","stackRanges","thumbSize","tickSpacing","getText","direction"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjLinearGaugeMeta=wjLinearGaugeMeta;var WjLinearGauge=function(e){__extends(WjLinearGauge,e);function WjLinearGauge(t,a,r){var n=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(t,a))||this;n.isInitialized=!1;n.wjModelProperty="value";n._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(n,t,a,r);n.created();return n}t=WjLinearGauge;WjLinearGauge.prototype.created=function(){};WjLinearGauge.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjLinearGauge.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjLinearGauge.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjLinearGauge.prototype.addEventListener=function(t,a,r,n){var o=this;void 0===n&&(n=!1);var i=wijmo_angular2_directivebase_1.WjDirectiveBehavior,u=i.getZone(this);u&&i.outsideZoneEvents[a]?u.runOutsideAngular((function(){e.prototype.addEventListener.call(o,t,a,r,n)})):e.prototype.addEventListener.call(this,t,a,r,n)};var t;WjLinearGauge.meta={outputs:wjLinearGaugeMeta.outputs,changeEvents:{valueChanged:["value"]}};
|
|
19
|
+
WjLinearGauge.ɵfac = function WjLinearGauge_Factory(t) { return new (t || WjLinearGauge)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
20
|
+
WjLinearGauge.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjLinearGauge, selectors: [["wj-linear-gauge"]], inputs: { asyncBindings: "asyncBindings", wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", min: "min", max: "max", origin: "origin", isReadOnly: "isReadOnly", handleWheel: "handleWheel", step: "step", format: "format", thickness: "thickness", hasShadow: "hasShadow", isAnimated: "isAnimated", showText: "showText", showTicks: "showTicks", showTickText: "showTickText", showRanges: "showRanges", stackRanges: "stackRanges", thumbSize: "thumbSize", tickSpacing: "tickSpacing", getText: "getText", direction: "direction" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", valueChangedNg: "valueChanged", valueChangePC: "valueChange" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return t; })) }].concat(wjLinearGaugeMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjLinearGauge_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(WjLinearGauge, [{
|
|
27
|
+
type: core_1.Component,
|
|
28
|
+
args: [{ selector: wjLinearGaugeMeta.selector, template: wjLinearGaugeMeta.template, inputs: wjLinearGaugeMeta.inputs, outputs: wjLinearGaugeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return t; })) }].concat(wjLinearGaugeMeta.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 WjLinearGauge=t=__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())],WjLinearGauge)}(wjcGauge.LinearGauge);exports.WjLinearGauge=WjLinearGauge;var wjBulletGraphMeta={selector:"wj-bullet-graph",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","value","min","max","origin","isReadOnly","handleWheel","step","format","thickness","hasShadow","isAnimated","showText","showTicks","showTickText","showRanges","stackRanges","thumbSize","tickSpacing","getText","direction","target","good","bad"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBulletGraphMeta=wjBulletGraphMeta;var WjBulletGraph=function(e){__extends(WjBulletGraph,e);function WjBulletGraph(t,a,r){var n=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(t,a))||this;n.isInitialized=!1;n.wjModelProperty="value";n._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(n,t,a,r);n.created();return n}t=WjBulletGraph;WjBulletGraph.prototype.created=function(){};WjBulletGraph.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBulletGraph.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBulletGraph.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBulletGraph.prototype.addEventListener=function(t,a,r,n){var o=this;void 0===n&&(n=!1);var i=wijmo_angular2_directivebase_1.WjDirectiveBehavior,u=i.getZone(this);u&&i.outsideZoneEvents[a]?u.runOutsideAngular((function(){e.prototype.addEventListener.call(o,t,a,r,n)})):e.prototype.addEventListener.call(this,t,a,r,n)};var t;WjBulletGraph.meta={outputs:wjBulletGraphMeta.outputs,changeEvents:{valueChanged:["value"]}};
|
|
43
|
+
WjBulletGraph.ɵfac = function WjBulletGraph_Factory(t) { return new (t || WjBulletGraph)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
44
|
+
WjBulletGraph.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBulletGraph, selectors: [["wj-bullet-graph"]], inputs: { asyncBindings: "asyncBindings", wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", min: "min", max: "max", origin: "origin", isReadOnly: "isReadOnly", handleWheel: "handleWheel", step: "step", format: "format", thickness: "thickness", hasShadow: "hasShadow", isAnimated: "isAnimated", showText: "showText", showTicks: "showTicks", showTickText: "showTickText", showRanges: "showRanges", stackRanges: "stackRanges", thumbSize: "thumbSize", tickSpacing: "tickSpacing", getText: "getText", direction: "direction", target: "target", good: "good", bad: "bad" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", valueChangedNg: "valueChanged", valueChangePC: "valueChange" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return t; })) }].concat(wjBulletGraphMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjBulletGraph_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(WjBulletGraph, [{
|
|
51
|
+
type: core_1.Component,
|
|
52
|
+
args: [{ selector: wjBulletGraphMeta.selector, template: wjBulletGraphMeta.template, inputs: wjBulletGraphMeta.inputs, outputs: wjBulletGraphMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return t; })) }].concat(wjBulletGraphMeta.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 WjBulletGraph=t=__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())],WjBulletGraph)}(wjcGauge.BulletGraph);exports.WjBulletGraph=WjBulletGraph;var wjRadialGaugeMeta={selector:"wj-radial-gauge",template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","isDisabled","tabOrder","value","min","max","origin","isReadOnly","handleWheel","step","format","thickness","hasShadow","isAnimated","showText","showTicks","showTickText","showRanges","stackRanges","thumbSize","tickSpacing","getText","autoScale","startAngle","sweepAngle","needleShape","needleLength","needleElement"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","valueChangedNg: valueChanged","valueChangePC: valueChange"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjRadialGaugeMeta=wjRadialGaugeMeta;var WjRadialGauge=function(e){__extends(WjRadialGauge,e);function WjRadialGauge(t,a,r){var n=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(t,a))||this;n.isInitialized=!1;n.wjModelProperty="value";n._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(n,t,a,r);n.created();return n}t=WjRadialGauge;WjRadialGauge.prototype.created=function(){};WjRadialGauge.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjRadialGauge.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjRadialGauge.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjRadialGauge.prototype.addEventListener=function(t,a,r,n){var o=this;void 0===n&&(n=!1);var i=wijmo_angular2_directivebase_1.WjDirectiveBehavior,u=i.getZone(this);u&&i.outsideZoneEvents[a]?u.runOutsideAngular((function(){e.prototype.addEventListener.call(o,t,a,r,n)})):e.prototype.addEventListener.call(this,t,a,r,n)};var t;WjRadialGauge.meta={outputs:wjRadialGaugeMeta.outputs,changeEvents:{valueChanged:["value"]}};
|
|
67
|
+
WjRadialGauge.ɵfac = function WjRadialGauge_Factory(t) { return new (t || WjRadialGauge)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
68
|
+
WjRadialGauge.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjRadialGauge, selectors: [["wj-radial-gauge"]], inputs: { asyncBindings: "asyncBindings", wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", min: "min", max: "max", origin: "origin", isReadOnly: "isReadOnly", handleWheel: "handleWheel", step: "step", format: "format", thickness: "thickness", hasShadow: "hasShadow", isAnimated: "isAnimated", showText: "showText", showTicks: "showTicks", showTickText: "showTickText", showRanges: "showRanges", stackRanges: "stackRanges", thumbSize: "thumbSize", tickSpacing: "tickSpacing", getText: "getText", autoScale: "autoScale", startAngle: "startAngle", sweepAngle: "sweepAngle", needleShape: "needleShape", needleLength: "needleLength", needleElement: "needleElement" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", valueChangedNg: "valueChanged", valueChangePC: "valueChange" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return t; })) }].concat(wjRadialGaugeMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjRadialGauge_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(WjRadialGauge, [{
|
|
75
|
+
type: core_1.Component,
|
|
76
|
+
args: [{ selector: wjRadialGaugeMeta.selector, template: wjRadialGaugeMeta.template, inputs: wjRadialGaugeMeta.inputs, outputs: wjRadialGaugeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return t; })) }].concat(wjRadialGaugeMeta.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 WjRadialGauge=t=__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())],WjRadialGauge)}(wjcGauge.RadialGauge);exports.WjRadialGauge=WjRadialGauge;var wjRangeMeta={selector:"wj-range",template:"",inputs:["wjProperty","color","min","max","name","thickness"],outputs:["initialized"],providers:[]};exports.wjRangeMeta=wjRangeMeta;var WjRange=function(e){__extends(WjRange,e);function WjRange(t,a,r){var n=e.call(this)||this;n.isInitialized=!1;n.wjProperty="ranges";n._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(n,t,a,r);n.created();return n}t=WjRange;WjRange.prototype.created=function(){};WjRange.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjRange.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjRange.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};var t;WjRange.meta={outputs:wjRangeMeta.outputs};
|
|
91
|
+
WjRange.ɵfac = function WjRange_Factory(t) { return new (t || WjRange)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
92
|
+
WjRange.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjRange, selectors: [["wj-range"]], inputs: { wjProperty: "wjProperty", color: "color", min: "min", max: "max", name: "name", thickness: "thickness" }, outputs: { initialized: "initialized" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return t; })) }].concat(wjRangeMeta.providers))], decls: 0, vars: 0, template: function WjRange_Template(rf, ctx) { }, encapsulation: 2 });
|
|
93
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjRange, [{
|
|
94
|
+
type: core_1.Component,
|
|
95
|
+
args: [{ selector: wjRangeMeta.selector, template: wjRangeMeta.template, inputs: wjRangeMeta.inputs, outputs: wjRangeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return t; })) }].concat(wjRangeMeta.providers) }]
|
|
96
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
97
|
+
type: core_1.Inject,
|
|
98
|
+
args: [core_1.ElementRef]
|
|
99
|
+
}] }, { type: undefined, decorators: [{
|
|
100
|
+
type: core_1.Inject,
|
|
101
|
+
args: [core_1.Injector]
|
|
102
|
+
}] }, { type: undefined, decorators: [{
|
|
103
|
+
type: core_1.Inject,
|
|
104
|
+
args: ["WjComponent"]
|
|
105
|
+
}, {
|
|
106
|
+
type: core_1.SkipSelf
|
|
107
|
+
}, {
|
|
108
|
+
type: core_1.Optional
|
|
109
|
+
}] }]; }, null); })();return WjRange=t=__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())],WjRange)}(wjcGauge.Range);exports.WjRange=WjRange;var moduleExports=[WjLinearGauge,WjBulletGraph,WjRadialGauge,WjRange],WjGaugeModule=function(){function WjGaugeModule(){}
|
|
110
|
+
WjGaugeModule.ɵfac = function WjGaugeModule_Factory(t) { return new (t || WjGaugeModule)(); };
|
|
111
|
+
WjGaugeModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjGaugeModule });
|
|
112
|
+
WjGaugeModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [common_1.CommonModule] });
|
|
113
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjGaugeModule, [{
|
|
114
|
+
type: core_1.NgModule,
|
|
115
|
+
args: [{ imports: [common_1.CommonModule], declarations: moduleExports.slice(), exports: moduleExports.slice() }]
|
|
116
|
+
}], function () { return []; }, null); })();
|
|
117
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵngcc0.ɵɵsetNgModuleScope(WjGaugeModule, { declarations: [WjLinearGauge, WjBulletGraph, WjRadialGauge, WjRange], imports: [ɵngcc1.CommonModule], exports: [WjLinearGauge, WjBulletGraph, WjRadialGauge, WjRange] }); })();return WjGaugeModule}();exports.WjGaugeModule=WjGaugeModule;
|
package/package.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mescius/wijmo.angular2.gauge",
|
|
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.gauge": "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
|
+
}
|