@scania/tegel-angular-17 1.35.0 → 1.36.0-beta-tag-component.0
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.
|
@@ -1273,11 +1273,11 @@ let TdsPopoverMenu = class TdsPopoverMenu {
|
|
|
1273
1273
|
this.el = r.nativeElement;
|
|
1274
1274
|
}
|
|
1275
1275
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsPopoverMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1276
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsPopoverMenu, selector: "tds-popover-menu", inputs: { animation: "animation", defaultShow: "defaultShow", fluidWidth: "fluidWidth", offsetDistance: "offsetDistance", offsetSkidding: "offsetSkidding", placement: "placement", referenceEl: "referenceEl", selector: "selector", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1276
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsPopoverMenu, selector: "tds-popover-menu", inputs: { animation: "animation", defaultShow: "defaultShow", fluidWidth: "fluidWidth", modeVariant: "modeVariant", offsetDistance: "offsetDistance", offsetSkidding: "offsetSkidding", placement: "placement", referenceEl: "referenceEl", selector: "selector", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1277
1277
|
};
|
|
1278
1278
|
TdsPopoverMenu = __decorate([
|
|
1279
1279
|
ProxyCmp({
|
|
1280
|
-
inputs: ['animation', 'defaultShow', 'fluidWidth', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show'],
|
|
1280
|
+
inputs: ['animation', 'defaultShow', 'fluidWidth', 'modeVariant', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show'],
|
|
1281
1281
|
methods: ['close']
|
|
1282
1282
|
})
|
|
1283
1283
|
], TdsPopoverMenu);
|
|
@@ -1288,7 +1288,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1288
1288
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1289
1289
|
template: '<ng-content></ng-content>',
|
|
1290
1290
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1291
|
-
inputs: ['animation', 'defaultShow', 'fluidWidth', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show'],
|
|
1291
|
+
inputs: ['animation', 'defaultShow', 'fluidWidth', 'modeVariant', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show'],
|
|
1292
1292
|
}]
|
|
1293
1293
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1294
1294
|
let TdsPopoverMenuItem = class TdsPopoverMenuItem {
|