@scania/tegel-angular-17 1.14.0-scaling-card-beta.0 → 1.14.1

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.
@@ -1068,11 +1068,11 @@ let TdsInlineTabs = class TdsInlineTabs {
1068
1068
  proxyOutputs(this, this.el, ['tdsChange']);
1069
1069
  }
1070
1070
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsInlineTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1071
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsInlineTabs, selector: "tds-inline-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1071
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsInlineTabs, selector: "tds-inline-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", leftPadding: "leftPadding", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1072
1072
  };
1073
1073
  TdsInlineTabs = __decorate([
1074
1074
  ProxyCmp({
1075
- inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
1075
+ inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
1076
1076
  methods: ['selectTab', 'reinitialize']
1077
1077
  })
1078
1078
  ], TdsInlineTabs);
@@ -1083,7 +1083,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1083
1083
  changeDetection: ChangeDetectionStrategy.OnPush,
1084
1084
  template: '<ng-content></ng-content>',
1085
1085
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1086
- inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
1086
+ inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
1087
1087
  }]
1088
1088
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1089
1089
  let TdsLink = class TdsLink {
@@ -1192,11 +1192,11 @@ let TdsNavigationTabs = class TdsNavigationTabs {
1192
1192
  proxyOutputs(this, this.el, ['tdsChange']);
1193
1193
  }
1194
1194
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsNavigationTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1195
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsNavigationTabs, selector: "tds-navigation-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1195
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsNavigationTabs, selector: "tds-navigation-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", leftPadding: "leftPadding", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1196
1196
  };
1197
1197
  TdsNavigationTabs = __decorate([
1198
1198
  ProxyCmp({
1199
- inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
1199
+ inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
1200
1200
  methods: ['selectTab', 'reinitialize']
1201
1201
  })
1202
1202
  ], TdsNavigationTabs);
@@ -1207,7 +1207,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1207
1207
  changeDetection: ChangeDetectionStrategy.OnPush,
1208
1208
  template: '<ng-content></ng-content>',
1209
1209
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1210
- inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
1210
+ inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
1211
1211
  }]
1212
1212
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1213
1213
  let TdsPopoverCanvas = class TdsPopoverCanvas {