@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/es5-esm.js ADDED
@@ -0,0 +1,116 @@
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
+ import * as ɵngcc0 from '@angular/core';
15
+
16
+ var _c0 = ["*"];
17
+ 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,n){var r,o=arguments.length,i=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,a):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,a,n);else for(var u=e.length-1;u>=0;u--)(r=e[u])&&(i=(o<3?r(i):o>3?r(t,a,i):r(t,a))||i);return o>3&&i&&Object.defineProperty(t,a,i),i},__param=this&&this.__param||function(e,t){return function(a,n){t(a,n,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcGauge from"@mescius/wijmo.gauge";var 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:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjLinearGaugeMeta};var WjLinearGauge=function(e){__extends(WjLinearGauge,e);function WjLinearGauge(t,a,n){var r=e.call(this,WjDirectiveBehavior.getHostElement(t,a))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=WjDirectiveBehavior.attach(r,t,a,n);r.created();return r}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,n,r){var o=this;void 0===r&&(r=!1);var i=WjDirectiveBehavior,u=i.getZone(this);u&&i.outsideZoneEvents[a]?u.runOutsideAngular((function(){e.prototype.addEventListener.call(o,t,a,n,r)})):e.prototype.addEventListener.call(this,t,a,n,r)};var t;WjLinearGauge.meta={outputs:wjLinearGaugeMeta.outputs,changeEvents:{valueChanged:["value"]}};
18
+ WjLinearGauge.ɵfac = function WjLinearGauge_Factory(t) { return new (t || WjLinearGauge)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
19
+ 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: forwardRef((function () { return t; })) }].concat(wjLinearGaugeMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjLinearGauge_Template(rf, ctx) { if (rf & 1) {
20
+ ɵngcc0.ɵɵprojectionDef();
21
+ ɵngcc0.ɵɵelementStart(0, "div");
22
+ ɵngcc0.ɵɵprojection(1);
23
+ ɵngcc0.ɵɵelementEnd();
24
+ } }, encapsulation: 2 });
25
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjLinearGauge, [{
26
+ type: Component,
27
+ args: [{ selector: wjLinearGaugeMeta.selector, template: wjLinearGaugeMeta.template, inputs: wjLinearGaugeMeta.inputs, outputs: wjLinearGaugeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjLinearGaugeMeta.providers) }]
28
+ }], function () { return [{ type: undefined, decorators: [{
29
+ type: Inject,
30
+ args: [ElementRef]
31
+ }] }, { type: undefined, decorators: [{
32
+ type: Inject,
33
+ args: [Injector]
34
+ }] }, { type: undefined, decorators: [{
35
+ type: Inject,
36
+ args: ["WjComponent"]
37
+ }, {
38
+ type: SkipSelf
39
+ }, {
40
+ type: Optional
41
+ }] }]; }, null); })();return WjLinearGauge=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjLinearGauge)}(wjcGauge.LinearGauge);export{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:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBulletGraphMeta};var WjBulletGraph=function(e){__extends(WjBulletGraph,e);function WjBulletGraph(t,a,n){var r=e.call(this,WjDirectiveBehavior.getHostElement(t,a))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=WjDirectiveBehavior.attach(r,t,a,n);r.created();return r}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,n,r){var o=this;void 0===r&&(r=!1);var i=WjDirectiveBehavior,u=i.getZone(this);u&&i.outsideZoneEvents[a]?u.runOutsideAngular((function(){e.prototype.addEventListener.call(o,t,a,n,r)})):e.prototype.addEventListener.call(this,t,a,n,r)};var t;WjBulletGraph.meta={outputs:wjBulletGraphMeta.outputs,changeEvents:{valueChanged:["value"]}};
42
+ WjBulletGraph.ɵfac = function WjBulletGraph_Factory(t) { return new (t || WjBulletGraph)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
43
+ 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: forwardRef((function () { return t; })) }].concat(wjBulletGraphMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjBulletGraph_Template(rf, ctx) { if (rf & 1) {
44
+ ɵngcc0.ɵɵprojectionDef();
45
+ ɵngcc0.ɵɵelementStart(0, "div");
46
+ ɵngcc0.ɵɵprojection(1);
47
+ ɵngcc0.ɵɵelementEnd();
48
+ } }, encapsulation: 2 });
49
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBulletGraph, [{
50
+ type: Component,
51
+ args: [{ selector: wjBulletGraphMeta.selector, template: wjBulletGraphMeta.template, inputs: wjBulletGraphMeta.inputs, outputs: wjBulletGraphMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBulletGraphMeta.providers) }]
52
+ }], function () { return [{ type: undefined, decorators: [{
53
+ type: Inject,
54
+ args: [ElementRef]
55
+ }] }, { type: undefined, decorators: [{
56
+ type: Inject,
57
+ args: [Injector]
58
+ }] }, { type: undefined, decorators: [{
59
+ type: Inject,
60
+ args: ["WjComponent"]
61
+ }, {
62
+ type: SkipSelf
63
+ }, {
64
+ type: Optional
65
+ }] }]; }, null); })();return WjBulletGraph=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBulletGraph)}(wjcGauge.BulletGraph);export{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:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjRadialGaugeMeta};var WjRadialGauge=function(e){__extends(WjRadialGauge,e);function WjRadialGauge(t,a,n){var r=e.call(this,WjDirectiveBehavior.getHostElement(t,a))||this;r.isInitialized=!1;r.wjModelProperty="value";r._wjBehaviour=WjDirectiveBehavior.attach(r,t,a,n);r.created();return r}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,n,r){var o=this;void 0===r&&(r=!1);var i=WjDirectiveBehavior,u=i.getZone(this);u&&i.outsideZoneEvents[a]?u.runOutsideAngular((function(){e.prototype.addEventListener.call(o,t,a,n,r)})):e.prototype.addEventListener.call(this,t,a,n,r)};var t;WjRadialGauge.meta={outputs:wjRadialGaugeMeta.outputs,changeEvents:{valueChanged:["value"]}};
66
+ WjRadialGauge.ɵfac = function WjRadialGauge_Factory(t) { return new (t || WjRadialGauge)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
67
+ 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: forwardRef((function () { return t; })) }].concat(wjRadialGaugeMeta.providers))], ngContentSelectors: _c0, decls: 2, vars: 0, template: function WjRadialGauge_Template(rf, ctx) { if (rf & 1) {
68
+ ɵngcc0.ɵɵprojectionDef();
69
+ ɵngcc0.ɵɵelementStart(0, "div");
70
+ ɵngcc0.ɵɵprojection(1);
71
+ ɵngcc0.ɵɵelementEnd();
72
+ } }, encapsulation: 2 });
73
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjRadialGauge, [{
74
+ type: Component,
75
+ args: [{ selector: wjRadialGaugeMeta.selector, template: wjRadialGaugeMeta.template, inputs: wjRadialGaugeMeta.inputs, outputs: wjRadialGaugeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjRadialGaugeMeta.providers) }]
76
+ }], function () { return [{ type: undefined, decorators: [{
77
+ type: Inject,
78
+ args: [ElementRef]
79
+ }] }, { type: undefined, decorators: [{
80
+ type: Inject,
81
+ args: [Injector]
82
+ }] }, { type: undefined, decorators: [{
83
+ type: Inject,
84
+ args: ["WjComponent"]
85
+ }, {
86
+ type: SkipSelf
87
+ }, {
88
+ type: Optional
89
+ }] }]; }, null); })();return WjRadialGauge=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjRadialGauge)}(wjcGauge.RadialGauge);export{WjRadialGauge};var wjRangeMeta={selector:"wj-range",template:"",inputs:["wjProperty","color","min","max","name","thickness"],outputs:["initialized"],providers:[]};export{wjRangeMeta};var WjRange=function(e){__extends(WjRange,e);function WjRange(t,a,n){var r=e.call(this)||this;r.isInitialized=!1;r.wjProperty="ranges";r._wjBehaviour=WjDirectiveBehavior.attach(r,t,a,n);r.created();return r}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};
90
+ WjRange.ɵfac = function WjRange_Factory(t) { return new (t || WjRange)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
91
+ 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: forwardRef((function () { return t; })) }].concat(wjRangeMeta.providers))], decls: 0, vars: 0, template: function WjRange_Template(rf, ctx) { }, encapsulation: 2 });
92
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjRange, [{
93
+ type: Component,
94
+ args: [{ selector: wjRangeMeta.selector, template: wjRangeMeta.template, inputs: wjRangeMeta.inputs, outputs: wjRangeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjRangeMeta.providers) }]
95
+ }], function () { return [{ type: undefined, decorators: [{
96
+ type: Inject,
97
+ args: [ElementRef]
98
+ }] }, { type: undefined, decorators: [{
99
+ type: Inject,
100
+ args: [Injector]
101
+ }] }, { type: undefined, decorators: [{
102
+ type: Inject,
103
+ args: ["WjComponent"]
104
+ }, {
105
+ type: SkipSelf
106
+ }, {
107
+ type: Optional
108
+ }] }]; }, null); })();return WjRange=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjRange)}(wjcGauge.Range);export{WjRange};var moduleExports=[WjLinearGauge,WjBulletGraph,WjRadialGauge,WjRange],WjGaugeModule=function(){function WjGaugeModule(){}
109
+ WjGaugeModule.ɵfac = function WjGaugeModule_Factory(t) { return new (t || WjGaugeModule)(); };
110
+ WjGaugeModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjGaugeModule });
111
+ WjGaugeModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [CommonModule] });
112
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjGaugeModule, [{
113
+ type: NgModule,
114
+ args: [{ imports: [CommonModule], declarations: moduleExports.slice(), exports: moduleExports.slice() }]
115
+ }], function () { return []; }, null); })();
116
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵngcc0.ɵɵsetNgModuleScope(WjGaugeModule, { declarations: function () { return [WjLinearGauge, WjBulletGraph, WjRadialGauge, WjRange]; }, imports: function () { return [CommonModule]; }, exports: function () { return [WjLinearGauge, WjBulletGraph, WjRadialGauge, WjRange]; } }); })();return WjGaugeModule}();export{WjGaugeModule};
package/index.d.ts ADDED
@@ -0,0 +1,381 @@
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
+ * {@module wijmo.angular2.gauge}
15
+ * Contains Angular 2 components for the <b>wijmo.gauge</b> module.
16
+ *
17
+ * <b>wijmo.angular2.gauge</b> is an external TypeScript module that can be imported to your code
18
+ * using its ambient module name. For example:
19
+ *
20
+ * <pre>import * as wjGauge from 'wijmo/wijmo.angular2.gauge';
21
+ * &nbsp;
22
+ * &#64;Component({
23
+ * directives: [wjGauge.WjLinearGauge],
24
+ * template: '&lt;wj-linear-gauge [(value)]="amount" [isReadOnly]="false"&gt;&lt;/wj-linear-gauge&gt;',
25
+ * selector: 'my-cmp',
26
+ * })
27
+ * export class MyCmp {
28
+ * amount = 0;
29
+ * }</pre>
30
+ *
31
+ */
32
+ /**
33
+ *
34
+ */
35
+ import * as ɵngcc0 from '@angular/core';
36
+ import * as ɵngcc1 from '@angular/common';
37
+ export declare var ___keepComment: any;
38
+ import { EventEmitter, AfterViewInit, ElementRef, Injector, OnInit, OnDestroy } from '@angular/core';
39
+ import { IWjComponentMetadata, IWjComponentMeta } from '@grapecity/wijmo.angular2.directivebase';
40
+ import * as wjcGauge from '@grapecity/wijmo.gauge';
41
+ declare var wjLinearGaugeMeta: IWjComponentMeta;
42
+ export { wjLinearGaugeMeta };
43
+ /**
44
+ * Angular 2 component for the {@link wijmo.gauge.LinearGauge} control.
45
+ *
46
+ * Use the <b>wj-linear-gauge</b> component to add <b>LinearGauge</b> controls to your
47
+ * Angular 2 applications. For details about Angular 2 markup syntax, see
48
+ * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
49
+ *
50
+ * The <b>WjLinearGauge</b> component is derived from the <b>LinearGauge</b> control and
51
+ * inherits all its properties, events and methods.
52
+ *
53
+ * The <b>wj-linear-gauge</b> component may contain a {@link wijmo.angular2.gauge.WjRange} child component.
54
+ */
55
+ export declare class WjLinearGauge extends wjcGauge.LinearGauge implements OnInit, OnDestroy, AfterViewInit {
56
+ static readonly meta: IWjComponentMetadata;
57
+ private _wjBehaviour;
58
+ /**
59
+ * Indicates whether the component has been initialized by Angular.
60
+ * Changes its value from false to true right before triggering the <b>initialized</b> event.
61
+ */
62
+ isInitialized: boolean;
63
+ /**
64
+ * This event is triggered after the component has been initialized by Angular, that is
65
+ * all bound properties have been assigned and child components (if any) have been initialized.
66
+ */
67
+ initialized: EventEmitter<any>;
68
+ /**
69
+ * Defines a name of a property represented by [(ngModel)] directive (if specified).
70
+ * Default value is 'value'.
71
+ */
72
+ wjModelProperty: string;
73
+ /**
74
+ * Allows you to override the global <b>WjOptions.asyncBindings</b> setting for this specific component.
75
+ * See the <b>WjOptions.</b>{@link WjOptions.asyncBindings} property description for details.
76
+ */
77
+ asyncBindings: boolean;
78
+ /**
79
+ * Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
80
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
81
+ * In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
82
+ */
83
+ gotFocusNg: EventEmitter<any>;
84
+ /**
85
+ * Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
86
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
87
+ * In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
88
+ */
89
+ lostFocusNg: EventEmitter<any>;
90
+ /**
91
+ * Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
92
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
93
+ * In template bindings use the conventional <b>refreshing</b> Wijmo event name.
94
+ */
95
+ refreshingNg: EventEmitter<any>;
96
+ /**
97
+ * Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
98
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
99
+ * In template bindings use the conventional <b>refreshed</b> Wijmo event name.
100
+ */
101
+ refreshedNg: EventEmitter<any>;
102
+ /**
103
+ * Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
104
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
105
+ * In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
106
+ */
107
+ invalidInputNg: EventEmitter<any>;
108
+ /**
109
+ * Angular (EventEmitter) version of the Wijmo <b>valueChanged</b> event for programmatic access.
110
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
111
+ * In template bindings use the conventional <b>valueChanged</b> Wijmo event name.
112
+ */
113
+ valueChangedNg: EventEmitter<any>;
114
+ /**
115
+ * This event is used to implement two-way binding to the <b>value</b> property.
116
+ * It's triggered when the property value changes, with the event argument holding the new property value.
117
+ * You can bind handlers to this event in templates using the <b>valueChange</b> event name.
118
+ */
119
+ valueChangePC: EventEmitter<any>;
120
+ constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
121
+ /**
122
+ * If you create a custom component inherited from a Wijmo component, you can override this
123
+ * method and perform necessary initializations that you usually do in a class constructor.
124
+ * This method is called in the last line of a Wijmo component constructor and allows you
125
+ * to not declare your custom component's constructor at all, thus preventing you from a necessity
126
+ * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
127
+ */
128
+ created(): void;
129
+ ngOnInit(): void;
130
+ ngAfterViewInit(): void;
131
+ ngOnDestroy(): void;
132
+ addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
133
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WjLinearGauge, [null, null, { optional: true; skipSelf: true; }]>;
134
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WjLinearGauge, "wj-linear-gauge", never, { "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"; }, { "initialized": "initialized"; "gotFocusNg": "gotFocus"; "lostFocusNg": "lostFocus"; "refreshingNg": "refreshing"; "refreshedNg": "refreshed"; "invalidInputNg": "invalidInput"; "valueChangedNg": "valueChanged"; "valueChangePC": "valueChange"; }, never, ["*"], false, never>;
135
+ }
136
+ declare var wjBulletGraphMeta: IWjComponentMeta;
137
+ export { wjBulletGraphMeta };
138
+ /**
139
+ * Angular 2 component for the {@link wijmo.gauge.BulletGraph} control.
140
+ *
141
+ * Use the <b>wj-bullet-graph</b> component to add <b>BulletGraph</b> controls to your
142
+ * Angular 2 applications. For details about Angular 2 markup syntax, see
143
+ * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
144
+ *
145
+ * The <b>WjBulletGraph</b> component is derived from the <b>BulletGraph</b> control and
146
+ * inherits all its properties, events and methods.
147
+ *
148
+ * The <b>wj-bullet-graph</b> component may contain a {@link wijmo.angular2.gauge.WjRange} child component.
149
+ */
150
+ export declare class WjBulletGraph extends wjcGauge.BulletGraph implements OnInit, OnDestroy, AfterViewInit {
151
+ static readonly meta: IWjComponentMetadata;
152
+ private _wjBehaviour;
153
+ /**
154
+ * Indicates whether the component has been initialized by Angular.
155
+ * Changes its value from false to true right before triggering the <b>initialized</b> event.
156
+ */
157
+ isInitialized: boolean;
158
+ /**
159
+ * This event is triggered after the component has been initialized by Angular, that is
160
+ * all bound properties have been assigned and child components (if any) have been initialized.
161
+ */
162
+ initialized: EventEmitter<any>;
163
+ /**
164
+ * Defines a name of a property represented by [(ngModel)] directive (if specified).
165
+ * Default value is 'value'.
166
+ */
167
+ wjModelProperty: string;
168
+ /**
169
+ * Allows you to override the global <b>WjOptions.asyncBindings</b> setting for this specific component.
170
+ * See the <b>WjOptions.</b>{@link WjOptions.asyncBindings} property description for details.
171
+ */
172
+ asyncBindings: boolean;
173
+ /**
174
+ * Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
175
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
176
+ * In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
177
+ */
178
+ gotFocusNg: EventEmitter<any>;
179
+ /**
180
+ * Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
181
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
182
+ * In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
183
+ */
184
+ lostFocusNg: EventEmitter<any>;
185
+ /**
186
+ * Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
187
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
188
+ * In template bindings use the conventional <b>refreshing</b> Wijmo event name.
189
+ */
190
+ refreshingNg: EventEmitter<any>;
191
+ /**
192
+ * Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
193
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
194
+ * In template bindings use the conventional <b>refreshed</b> Wijmo event name.
195
+ */
196
+ refreshedNg: EventEmitter<any>;
197
+ /**
198
+ * Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
199
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
200
+ * In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
201
+ */
202
+ invalidInputNg: EventEmitter<any>;
203
+ /**
204
+ * Angular (EventEmitter) version of the Wijmo <b>valueChanged</b> event for programmatic access.
205
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
206
+ * In template bindings use the conventional <b>valueChanged</b> Wijmo event name.
207
+ */
208
+ valueChangedNg: EventEmitter<any>;
209
+ /**
210
+ * This event is used to implement two-way binding to the <b>value</b> property.
211
+ * It's triggered when the property value changes, with the event argument holding the new property value.
212
+ * You can bind handlers to this event in templates using the <b>valueChange</b> event name.
213
+ */
214
+ valueChangePC: EventEmitter<any>;
215
+ constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
216
+ /**
217
+ * If you create a custom component inherited from a Wijmo component, you can override this
218
+ * method and perform necessary initializations that you usually do in a class constructor.
219
+ * This method is called in the last line of a Wijmo component constructor and allows you
220
+ * to not declare your custom component's constructor at all, thus preventing you from a necessity
221
+ * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
222
+ */
223
+ created(): void;
224
+ ngOnInit(): void;
225
+ ngAfterViewInit(): void;
226
+ ngOnDestroy(): void;
227
+ addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
228
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WjBulletGraph, [null, null, { optional: true; skipSelf: true; }]>;
229
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WjBulletGraph, "wj-bullet-graph", never, { "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"; }, { "initialized": "initialized"; "gotFocusNg": "gotFocus"; "lostFocusNg": "lostFocus"; "refreshingNg": "refreshing"; "refreshedNg": "refreshed"; "invalidInputNg": "invalidInput"; "valueChangedNg": "valueChanged"; "valueChangePC": "valueChange"; }, never, ["*"], false, never>;
230
+ }
231
+ declare var wjRadialGaugeMeta: IWjComponentMeta;
232
+ export { wjRadialGaugeMeta };
233
+ /**
234
+ * Angular 2 component for the {@link wijmo.gauge.RadialGauge} control.
235
+ *
236
+ * Use the <b>wj-radial-gauge</b> component to add <b>RadialGauge</b> controls to your
237
+ * Angular 2 applications. For details about Angular 2 markup syntax, see
238
+ * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
239
+ *
240
+ * The <b>WjRadialGauge</b> component is derived from the <b>RadialGauge</b> control and
241
+ * inherits all its properties, events and methods.
242
+ *
243
+ * The <b>wj-radial-gauge</b> component may contain a {@link wijmo.angular2.gauge.WjRange} child component.
244
+ */
245
+ export declare class WjRadialGauge extends wjcGauge.RadialGauge implements OnInit, OnDestroy, AfterViewInit {
246
+ static readonly meta: IWjComponentMetadata;
247
+ private _wjBehaviour;
248
+ /**
249
+ * Indicates whether the component has been initialized by Angular.
250
+ * Changes its value from false to true right before triggering the <b>initialized</b> event.
251
+ */
252
+ isInitialized: boolean;
253
+ /**
254
+ * This event is triggered after the component has been initialized by Angular, that is
255
+ * all bound properties have been assigned and child components (if any) have been initialized.
256
+ */
257
+ initialized: EventEmitter<any>;
258
+ /**
259
+ * Defines a name of a property represented by [(ngModel)] directive (if specified).
260
+ * Default value is 'value'.
261
+ */
262
+ wjModelProperty: string;
263
+ /**
264
+ * Allows you to override the global <b>WjOptions.asyncBindings</b> setting for this specific component.
265
+ * See the <b>WjOptions.</b>{@link WjOptions.asyncBindings} property description for details.
266
+ */
267
+ asyncBindings: boolean;
268
+ /**
269
+ * Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
270
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
271
+ * In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
272
+ */
273
+ gotFocusNg: EventEmitter<any>;
274
+ /**
275
+ * Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
276
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
277
+ * In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
278
+ */
279
+ lostFocusNg: EventEmitter<any>;
280
+ /**
281
+ * Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
282
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
283
+ * In template bindings use the conventional <b>refreshing</b> Wijmo event name.
284
+ */
285
+ refreshingNg: EventEmitter<any>;
286
+ /**
287
+ * Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
288
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
289
+ * In template bindings use the conventional <b>refreshed</b> Wijmo event name.
290
+ */
291
+ refreshedNg: EventEmitter<any>;
292
+ /**
293
+ * Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
294
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
295
+ * In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
296
+ */
297
+ invalidInputNg: EventEmitter<any>;
298
+ /**
299
+ * Angular (EventEmitter) version of the Wijmo <b>valueChanged</b> event for programmatic access.
300
+ * Use this event name if you want to subscribe to the Angular version of the event in code.
301
+ * In template bindings use the conventional <b>valueChanged</b> Wijmo event name.
302
+ */
303
+ valueChangedNg: EventEmitter<any>;
304
+ /**
305
+ * This event is used to implement two-way binding to the <b>value</b> property.
306
+ * It's triggered when the property value changes, with the event argument holding the new property value.
307
+ * You can bind handlers to this event in templates using the <b>valueChange</b> event name.
308
+ */
309
+ valueChangePC: EventEmitter<any>;
310
+ constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
311
+ /**
312
+ * If you create a custom component inherited from a Wijmo component, you can override this
313
+ * method and perform necessary initializations that you usually do in a class constructor.
314
+ * This method is called in the last line of a Wijmo component constructor and allows you
315
+ * to not declare your custom component's constructor at all, thus preventing you from a necessity
316
+ * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
317
+ */
318
+ created(): void;
319
+ ngOnInit(): void;
320
+ ngAfterViewInit(): void;
321
+ ngOnDestroy(): void;
322
+ addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
323
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WjRadialGauge, [null, null, { optional: true; skipSelf: true; }]>;
324
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WjRadialGauge, "wj-radial-gauge", never, { "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"; }, { "initialized": "initialized"; "gotFocusNg": "gotFocus"; "lostFocusNg": "lostFocus"; "refreshingNg": "refreshing"; "refreshedNg": "refreshed"; "invalidInputNg": "invalidInput"; "valueChangedNg": "valueChanged"; "valueChangePC": "valueChange"; }, never, ["*"], false, never>;
325
+ }
326
+ declare var wjRangeMeta: IWjComponentMeta;
327
+ export { wjRangeMeta };
328
+ /**
329
+ * Angular 2 component for the {@link wijmo.gauge.Range} class.
330
+ *
331
+ * The <b>wj-range</b> component must be
332
+ * contained in one of the following components:
333
+ * {@link wijmo.angular2.gauge.WjLinearGauge}
334
+ * , {@link wijmo.angular2.gauge.WjBulletGraph}
335
+ * or {@link wijmo.angular2.gauge.WjRadialGauge}.
336
+ *
337
+ * Use the <b>wj-range</b> component to add <b>Range</b> controls to your
338
+ * Angular 2 applications. For details about Angular 2 markup syntax, see
339
+ * <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
340
+ *
341
+ * The <b>WjRange</b> component is derived from the <b>Range</b> class and
342
+ * inherits all its properties, events and methods.
343
+ */
344
+ export declare class WjRange extends wjcGauge.Range implements OnInit, OnDestroy, AfterViewInit {
345
+ static readonly meta: IWjComponentMetadata;
346
+ private _wjBehaviour;
347
+ /**
348
+ * Indicates whether the component has been initialized by Angular.
349
+ * Changes its value from false to true right before triggering the <b>initialized</b> event.
350
+ */
351
+ isInitialized: boolean;
352
+ /**
353
+ * This event is triggered after the component has been initialized by Angular, that is
354
+ * all bound properties have been assigned and child components (if any) have been initialized.
355
+ */
356
+ initialized: EventEmitter<any>;
357
+ /**
358
+ * Gets or sets a name of a property that this component is assigned to.
359
+ * Default value is 'ranges'.
360
+ */
361
+ wjProperty: string;
362
+ constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
363
+ /**
364
+ * If you create a custom component inherited from a Wijmo component, you can override this
365
+ * method and perform necessary initializations that you usually do in a class constructor.
366
+ * This method is called in the last line of a Wijmo component constructor and allows you
367
+ * to not declare your custom component's constructor at all, thus preventing you from a necessity
368
+ * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
369
+ */
370
+ created(): void;
371
+ ngOnInit(): void;
372
+ ngAfterViewInit(): void;
373
+ ngOnDestroy(): void;
374
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WjRange, [null, null, { optional: true; skipSelf: true; }]>;
375
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WjRange, "wj-range", never, { "wjProperty": "wjProperty"; "color": "color"; "min": "min"; "max": "max"; "name": "name"; "thickness": "thickness"; }, { "initialized": "initialized"; }, never, never, false, never>;
376
+ }
377
+ export declare class WjGaugeModule {
378
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WjGaugeModule, never>;
379
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<WjGaugeModule, [typeof WjLinearGauge, typeof WjBulletGraph, typeof WjRadialGauge, typeof WjRange], [typeof ɵngcc1.CommonModule], [typeof WjLinearGauge, typeof WjBulletGraph, typeof WjRadialGauge, typeof WjRange]>;
380
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<WjGaugeModule>;
381
+ }