@scania/tegel-angular-17 1.34.0-multibrand-beta.6 → 1.35.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",
|
|
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 }); }
|
|
1277
1277
|
};
|
|
1278
1278
|
TdsPopoverMenu = __decorate([
|
|
1279
1279
|
ProxyCmp({
|
|
1280
|
-
inputs: ['animation', 'defaultShow', 'fluidWidth', '
|
|
1280
|
+
inputs: ['animation', 'defaultShow', 'fluidWidth', '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', '
|
|
1291
|
+
inputs: ['animation', 'defaultShow', 'fluidWidth', '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 {
|
|
@@ -1607,11 +1607,11 @@ let TdsSlider = class TdsSlider {
|
|
|
1607
1607
|
proxyOutputs(this, this.el, ['tdsChange', 'tdsInput']);
|
|
1608
1608
|
}
|
|
1609
1609
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1610
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsSlider, selector: "tds-slider", inputs: { controls: "controls", disabled: "disabled", input: "input", label: "label", max: "max", min: "min",
|
|
1610
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsSlider, selector: "tds-slider", inputs: { controls: "controls", disabled: "disabled", input: "input", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", showTickNumbers: "showTickNumbers", sliderId: "sliderId", snap: "snap", step: "step", tdsAriaLabel: "tdsAriaLabel", tdsReadOnlyAriaLabel: "tdsReadOnlyAriaLabel", thumbSize: "thumbSize", ticks: "ticks", tooltip: "tooltip", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1611
1611
|
};
|
|
1612
1612
|
TdsSlider = __decorate([
|
|
1613
1613
|
ProxyCmp({
|
|
1614
|
-
inputs: ['controls', 'disabled', 'input', 'label', 'max', 'min', '
|
|
1614
|
+
inputs: ['controls', 'disabled', 'input', 'label', 'max', 'min', 'name', 'readOnly', 'showTickNumbers', 'sliderId', 'snap', 'step', 'tdsAriaLabel', 'tdsReadOnlyAriaLabel', 'thumbSize', 'ticks', 'tooltip', 'value'],
|
|
1615
1615
|
methods: ['reset']
|
|
1616
1616
|
})
|
|
1617
1617
|
], TdsSlider);
|
|
@@ -1622,7 +1622,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1622
1622
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1623
1623
|
template: '<ng-content></ng-content>',
|
|
1624
1624
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1625
|
-
inputs: ['controls', 'disabled', 'input', 'label', 'max', 'min', '
|
|
1625
|
+
inputs: ['controls', 'disabled', 'input', 'label', 'max', 'min', 'name', 'readOnly', 'showTickNumbers', 'sliderId', 'snap', 'step', 'tdsAriaLabel', 'tdsReadOnlyAriaLabel', 'thumbSize', 'ticks', 'tooltip', 'value'],
|
|
1626
1626
|
}]
|
|
1627
1627
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1628
1628
|
let TdsSpinner = class TdsSpinner {
|