@tet/tet-components-angular 1.3.37-testing → 1.3.38-testing
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.
|
@@ -248,11 +248,11 @@ let TetBarGraph = class TetBarGraph {
|
|
|
248
248
|
this.el = r.nativeElement;
|
|
249
249
|
}
|
|
250
250
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetBarGraph, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
251
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetBarGraph, selector: "tet-bar-graph", inputs: { animationDuration: "animationDuration", data: "data", dataOrder: "dataOrder", labelPosition: "labelPosition", maxValue: "maxValue", minValue: "minValue", parentContainer: "parentContainer", size: "size", valuePosition: "valuePosition", valueUnit: "valueUnit", withGrid: "withGrid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
251
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetBarGraph, selector: "tet-bar-graph", inputs: { animationDuration: "animationDuration", data: "data", dataOrder: "dataOrder", labelPosition: "labelPosition", maxValue: "maxValue", minValue: "minValue", parentContainer: "parentContainer", size: "size", theme: "theme", valuePosition: "valuePosition", valueUnit: "valueUnit", withGrid: "withGrid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
252
252
|
};
|
|
253
253
|
TetBarGraph = __decorate([
|
|
254
254
|
ProxyCmp({
|
|
255
|
-
inputs: ['animationDuration', 'data', 'dataOrder', 'labelPosition', 'maxValue', 'minValue', 'parentContainer', 'size', 'valuePosition', 'valueUnit', 'withGrid']
|
|
255
|
+
inputs: ['animationDuration', 'data', 'dataOrder', 'labelPosition', 'maxValue', 'minValue', 'parentContainer', 'size', 'theme', 'valuePosition', 'valueUnit', 'withGrid']
|
|
256
256
|
})
|
|
257
257
|
], TetBarGraph);
|
|
258
258
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetBarGraph, decorators: [{
|
|
@@ -262,7 +262,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
262
262
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
263
263
|
template: '<ng-content></ng-content>',
|
|
264
264
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
265
|
-
inputs: ['animationDuration', 'data', 'dataOrder', 'labelPosition', 'maxValue', 'minValue', 'parentContainer', 'size', 'valuePosition', 'valueUnit', 'withGrid'],
|
|
265
|
+
inputs: ['animationDuration', 'data', 'dataOrder', 'labelPosition', 'maxValue', 'minValue', 'parentContainer', 'size', 'theme', 'valuePosition', 'valueUnit', 'withGrid'],
|
|
266
266
|
}]
|
|
267
267
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
268
268
|
let TetBusinessLines = class TetBusinessLines {
|