@heartlandone/vega-angular 2.93.0 → 2.94.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.
@@ -2775,11 +2775,11 @@ let VegaTableCell = class VegaTableCell {
2775
2775
  }
2776
2776
  };
2777
2777
  VegaTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2778
- VegaTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableCell, selector: "vega-table-cell", inputs: { breakpoint: "breakpoint", colSpan: "colSpan", overflow: "overflow", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2778
+ VegaTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableCell, selector: "vega-table-cell", inputs: { breakpoint: "breakpoint", colSpan: "colSpan", ellipsisShowTooltip: "ellipsisShowTooltip", overflow: "overflow", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2779
2779
  VegaTableCell = __decorate([
2780
2780
  ProxyCmp({
2781
2781
  defineCustomElementFn: undefined,
2782
- inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
2782
+ inputs: ['breakpoint', 'colSpan', 'ellipsisShowTooltip', 'overflow', 'textAlign', 'width']
2783
2783
  })
2784
2784
  ], VegaTableCell);
2785
2785
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableCell, decorators: [{
@@ -2788,7 +2788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
2788
2788
  selector: 'vega-table-cell',
2789
2789
  changeDetection: ChangeDetectionStrategy.OnPush,
2790
2790
  template: '<ng-content></ng-content>',
2791
- inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
2791
+ inputs: ['breakpoint', 'colSpan', 'ellipsisShowTooltip', 'overflow', 'textAlign', 'width']
2792
2792
  }]
2793
2793
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2794
2794
  let VegaTableExpandRow = class VegaTableExpandRow {