@scania/tegel-angular-17 1.33.0 → 1.34.0-design.tokens.beta.test.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.
|
@@ -414,11 +414,11 @@ let TdsDivider = class TdsDivider {
|
|
|
414
414
|
this.el = r.nativeElement;
|
|
415
415
|
}
|
|
416
416
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
417
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDivider, selector: "tds-divider", inputs: { orientation: "orientation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
417
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDivider, selector: "tds-divider", inputs: { orientation: "orientation", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
418
418
|
};
|
|
419
419
|
TdsDivider = __decorate([
|
|
420
420
|
ProxyCmp({
|
|
421
|
-
inputs: ['orientation']
|
|
421
|
+
inputs: ['orientation', 'variant']
|
|
422
422
|
})
|
|
423
423
|
], TdsDivider);
|
|
424
424
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDivider, decorators: [{
|
|
@@ -428,7 +428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
428
428
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
429
429
|
template: '<ng-content></ng-content>',
|
|
430
430
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
431
|
-
inputs: ['orientation'],
|
|
431
|
+
inputs: ['orientation', 'variant'],
|
|
432
432
|
}]
|
|
433
433
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
434
434
|
let TdsDropdown = class TdsDropdown {
|
|
@@ -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 {
|
|
@@ -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", 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 }); }
|
|
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", modeVariant: "modeVariant", name: "name", readOnly: "readOnly", showTickNumbers: "showTickNumbers", sliderId: "sliderId", snap: "snap", state: "state", 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', 'name', 'readOnly', 'showTickNumbers', 'sliderId', 'snap', 'step', 'tdsAriaLabel', 'tdsReadOnlyAriaLabel', 'thumbSize', 'ticks', 'tooltip', 'value'],
|
|
1614
|
+
inputs: ['controls', 'disabled', 'input', 'label', 'max', 'min', 'modeVariant', 'name', 'readOnly', 'showTickNumbers', 'sliderId', 'snap', 'state', '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', 'name', 'readOnly', 'showTickNumbers', 'sliderId', 'snap', 'step', 'tdsAriaLabel', 'tdsReadOnlyAriaLabel', 'thumbSize', 'ticks', 'tooltip', 'value'],
|
|
1625
|
+
inputs: ['controls', 'disabled', 'input', 'label', 'max', 'min', 'modeVariant', 'name', 'readOnly', 'showTickNumbers', 'sliderId', 'snap', 'state', '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 {
|