@scania/tegel-angular-17 1.34.0-design.tokens.beta.test.0 → 1.34.0-internal-variables-demo.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.
|
@@ -1223,11 +1223,11 @@ let TdsPopoverCanvas = class TdsPopoverCanvas {
|
|
|
1223
1223
|
this.el = r.nativeElement;
|
|
1224
1224
|
}
|
|
1225
1225
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsPopoverCanvas, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1226
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsPopoverCanvas, selector: "tds-popover-canvas", inputs: { animation: "animation", defaultShow: "defaultShow", modifiers: "modifiers", offsetDistance: "offsetDistance", offsetSkidding: "offsetSkidding", placement: "placement", referenceEl: "referenceEl", selector: "selector", show: "show", tdsAlertDialog: "tdsAlertDialog" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1226
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsPopoverCanvas, selector: "tds-popover-canvas", inputs: { animation: "animation", defaultShow: "defaultShow", modeVariant: "modeVariant", modifiers: "modifiers", offsetDistance: "offsetDistance", offsetSkidding: "offsetSkidding", placement: "placement", referenceEl: "referenceEl", selector: "selector", show: "show", tdsAlertDialog: "tdsAlertDialog" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1227
1227
|
};
|
|
1228
1228
|
TdsPopoverCanvas = __decorate([
|
|
1229
1229
|
ProxyCmp({
|
|
1230
|
-
inputs: ['animation', 'defaultShow', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'tdsAlertDialog'],
|
|
1230
|
+
inputs: ['animation', 'defaultShow', 'modeVariant', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'tdsAlertDialog'],
|
|
1231
1231
|
methods: ['close']
|
|
1232
1232
|
})
|
|
1233
1233
|
], TdsPopoverCanvas);
|
|
@@ -1238,7 +1238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1238
1238
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1239
1239
|
template: '<ng-content></ng-content>',
|
|
1240
1240
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1241
|
-
inputs: ['animation', 'defaultShow', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'tdsAlertDialog'],
|
|
1241
|
+
inputs: ['animation', 'defaultShow', 'modeVariant', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'tdsAlertDialog'],
|
|
1242
1242
|
}]
|
|
1243
1243
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1244
1244
|
let TdsPopoverCore = class TdsPopoverCore {
|