@tet/tet-components-angular 1.3.59-testing → 1.3.60-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.
|
@@ -249,11 +249,11 @@ let TetBannerNav = class TetBannerNav {
|
|
|
249
249
|
proxyOutputs(this, this.el, ['slideChange', 'pauseStateChange']);
|
|
250
250
|
}
|
|
251
251
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetBannerNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
252
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetBannerNav, selector: "tet-banner-nav", inputs: { duration: "duration", language: "language", paused: "paused", slides: "slides", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
252
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetBannerNav, selector: "tet-banner-nav", inputs: { duration: "duration", language: "language", mobileLayout: "mobileLayout", paused: "paused", slides: "slides", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
253
253
|
};
|
|
254
254
|
TetBannerNav = __decorate([
|
|
255
255
|
ProxyCmp({
|
|
256
|
-
inputs: ['duration', 'language', 'paused', 'slides', 'theme'],
|
|
256
|
+
inputs: ['duration', 'language', 'mobileLayout', 'paused', 'slides', 'theme'],
|
|
257
257
|
methods: ['pause', 'play', 'goTo', 'next', 'previous', 'getCurrentSlide']
|
|
258
258
|
})
|
|
259
259
|
], TetBannerNav);
|
|
@@ -264,7 +264,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
264
264
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
265
265
|
template: '<ng-content></ng-content>',
|
|
266
266
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
267
|
-
inputs: ['duration', 'language', 'paused', 'slides', 'theme'],
|
|
267
|
+
inputs: ['duration', 'language', 'mobileLayout', 'paused', 'slides', 'theme'],
|
|
268
268
|
}]
|
|
269
269
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
270
270
|
let TetBarGraph = class TetBarGraph {
|